/*
Theme Name:  Bob Amerika
Theme URI:   https://bobamerika.com/
Author:      Bob Amerika
Description: Freelance portfolio homepage theme for Bob Amerika — Full Website/App Support. BEM methodology, custom SCSS, no framework dependencies.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bob-amerika
Tags:        portfolio, one-page, custom-colors, custom-logo, featured-images
*/

/* ============================================================
   Compiled from scss/style.scss — BEM methodology
   To recompile: sass scss/style.scss style.css
   ============================================================ */

/* RESET / BASE */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Oswald", sans-serif;
  background-color: #6b7c9b;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.site-header {
  background: linear-gradient(#243152, #3b4b73);
  color: #ffffff;
}
.site-header__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__brand {
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
}
.site-header__identity {
  display: flex;
  align-items: center;
}
.site-header__logo {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
}
.site-header__tagline {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.hero {
  background-color: #243152;
}
.hero__headline-bar {
  background-color: #1a2540;
  padding: 1.25rem 0;
}
.hero__headline-inner {
  max-width: 960px;
  margin: 0 auto;
}
.hero__headline {
  color: #E6D382;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.hero__stage {
  background-color: #6b7c9b;
  padding: 0 1rem 2.5rem;
}
.hero__content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero__content {
    flex-direction: row;
  }
}
.hero__image-primary {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (min-width: 768px) {
  .hero__image-primary {
    width: 74%;
    height: auto;
    min-height: 440px;
  }
}
.hero__sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .hero__sidebar {
    width: 26%;
  }
}
.hero__image-secondary {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero__bio {
  background-color: #E6D382;
  padding: 1.1rem 0.9rem 1.1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.hero__bio-text {
  color: #000000;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.55;
  margin-bottom: 0.85rem;
}
.hero__cta {
  margin-top: auto;
}

.services {
  background-color: #6b7c9b;
  padding: 2rem 1rem 3rem;
}
.services__grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.service-card__header {
  background-color: #1a2540;
  color: #ffffff;
  padding: 1.1rem 1.25rem 1rem;
}
.service-card__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.service-card__image-wrap {
  height: 10rem;
  overflow: hidden;
}
.service-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card__body {
  padding: 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.service-card__body--gold {
  background-color: #E6D382;
}
.service-card__body--white {
  background-color: #ffffff;
}
.service-card__description {
  font-weight: 700;
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.service-card__expertise-label {
  background-color: #b8aa7a;
  width: 100%;
  padding: 0.85rem 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.service-card__expertise-label span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.service-card__expertise-label small {
  display: block;
  color: #ffffff;
  font-size: 0.7rem;
  opacity: 0.9;
}
.service-card__list {
  width: 100%;
  margin-bottom: 1.5rem;
}
.service-card__list--ruled .service-card__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(221.5, 196.04, 87.5);
  margin-bottom: 1rem;
}
.service-card__list--ruled .service-card__list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.service-card__list--plain .service-card__list-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.75rem;
}
.service-card__list--plain .service-card__list-item:last-child {
  margin-bottom: 0;
}
.service-card__check-icon {
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
  color: #000000;
}
.service-card__list-marker {
  font-size: 1rem;
  flex-shrink: 0;
  color: #000000;
}
.service-card__note {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.75rem;
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  max-width: max-content;
}
.btn--navy {
  background-color: #243152;
  color: #ffffff;
  padding: 0.55rem 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.btn--navy:hover {
  background-color: rgb(48.4474576271, 65.9423728814, 110.3525423729);
}
.btn--gold {
  background-color: #E6D382;
  color: #243152;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn--gold:hover {
  background-color: rgb(224.9, 202.024, 104.5);
}
.btn--grey {
  background-color: #b0aba0;
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  font-size: 0.85rem;
  border-radius: 2px;
}
.btn--grey:hover {
  background-color: rgb(157.475862069, 151.3034482759, 137.724137931);
}
.btn__icon {
  width: 0.85rem;
  height: 0.85rem;
  transform: rotate(45deg);
  fill: currentColor;
  flex-shrink: 0;
}

.contact {
  background-color: #1e2a45;
  padding: 3.5rem 0 4rem;
}
.contact__inner {
  max-width: 960px;
  margin: 0 auto;
}
.contact__heading {
  color: #E6D382;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.contact__label {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
}
.contact__required {
  color: #ef4444;
  margin-left: 0.2rem;
}
.contact__input, .contact__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  background-color: #ffffff;
  color: #333;
  outline: none;
  transition: box-shadow 0.2s ease;
}
.contact__input::placeholder, .contact__textarea::placeholder {
  color: #aaa;
}
.contact__input:focus, .contact__textarea:focus {
  box-shadow: 0 0 0 2px #E6D382;
}
.contact__textarea {
  resize: vertical;
  min-height: 6rem;
}

.site-footer {
  background-color: #1a2540;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 1.25rem 1rem;
  font-size: 0.8rem;
}

/*# sourceMappingURL=style.css.map */
