/* ============================================================
   HERO
============================================================ */
.hero {
  background: var(--ecru);
  overflow: hidden;
}
.hero .inner {
  display: grid;
  grid-template-columns: 39.625rem 1fr;
  gap: 4.5rem;
  padding-top: 5.75rem;
  padding-bottom: 5.25rem;
  align-items: center;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.1562rem;
}
.hero__eyebrow { color: var(--tom-thumb); }
.hero__headline {
  font-family: var(--font-serif);
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.093;
  letter-spacing: -2.3px;
  color: var(--racing);
}
.hero__subhead {
  font-family: var(--font-serif);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(26,42,34,0.85);
  max-width: 35.25rem;
}
.hero__ctas {
  display: flex;
  gap: 0.75rem;
  padding-top: 1.1406rem;
  padding-bottom: 2.3438rem;
}
.btn-secondary {
  border: 1px solid rgba(26,42,34,0.18);
  color: var(--racing);
  font-family: var(--font-dm);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 1.0625rem 1.4375rem;
  border-radius: 999px;
  display: inline-block;
  transition: background 0.15s;
}
.btn-secondary:hover { background: rgba(26,42,34,0.05); }
.hero__stats {
  display: flex;
  gap: 2.5rem;
  padding-top: 1.8125rem;
  border-top: 1px solid rgba(204,107,49,0.2);
  max-width: 35rem;
}
.hero__stat-number {
  font-family: var(--font-serif);
  font-size: 2.25rem;
  color: #9a5325;
  line-height: 1;
  margin-bottom: 0.4056rem;
}
.hero__stat-label {
  font-family: var(--font-outfit);
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(154,83,37,0.6);
}
.hero__image-col {
  position: relative;
  height: 38.75rem;
  align-self: center;
}
.hero__image-wrap {
  position: absolute;
  top: 1.875rem;
  left: 1.25rem;
  right: 0;
  bottom: 0;
  background: var(--periglacial);
  border-radius: 0.25rem;
  overflow: hidden;
}
.hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero__badge {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--finlandia);
  color: var(--ecru);
  font-family: var(--font-serif);
  font-size: 1.375rem;
  line-height: 1.2;
  padding: 1.125rem 1.25rem 1.25rem;
  border-radius: 0.25rem;
  max-width: 16.5625rem;
  z-index: 2;
}

/* ============================================================
   WHAT WE DO
============================================================ */
.what-we-do {
  background: var(--white-rock);
  border-top: 1px solid rgba(26,42,34,0.18);
  border-bottom: 1px solid rgba(26,42,34,0.18);
}
.what-we-do .inner {
  display: grid;
  grid-template-columns: 37.5rem 1fr;
  gap: 4.875rem;
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
  align-items: center;
}
.what-we-do__image {
  background: var(--periglacial);
  border-radius: 0.25rem;
  overflow: hidden;
  height: 34.6875rem;
}
.what-we-do__image img { width: 100%; height: 100%; object-fit: cover; }
.what-we-do__content { display: flex; flex-direction: column; gap: 0; }
.what-we-do__eyebrow { color: var(--tuscany); margin-bottom: 0.875rem; }
.what-we-do__headline {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.143;
  letter-spacing: -1.67px;
  color: var(--racing);
  margin-bottom: 2rem;
}
.what-we-do__headline strong { font-weight: 600; }
.what-we-do__body {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--racing);
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

/* ============================================================
   SERVICES / SPECIALTIES / CLIENTS (SSP)
============================================================ */
.ssp {
  background: var(--ecru);
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
.ssp .inner {
  display: grid;
  grid-template-columns: repeat(3, 25.625rem);
  gap: 1.5rem;
  justify-content: center;
}
.ssp__card {
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(26,42,34,0.18);
  border-radius: 0.375rem;
  padding: 2.3125rem;
}
.ssp__card-eyebrow { margin-bottom: 1.5rem; }
.ssp__card-eyebrow--services  { color: var(--tom-thumb); }
.ssp__card-eyebrow--specialty { color: var(--tuscany); }
.ssp__card-eyebrow--clients   { color: var(--finlandia); }
.ssp__card-title {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: var(--racing);
  margin-bottom: 0.875rem;
}
.ssp__card-desc {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(26,42,34,0.85);
  margin-bottom: 1.75rem;
}
.pills { margin-bottom: 1.5rem; line-height: 1; }
.pill {
  display: inline-block;
  background: var(--white-rock);
  border: 1px solid rgba(26,42,34,0.18);
  border-radius: 999px;
  padding: 0.5625rem 0.9375rem;
  font-family: var(--font-dm);
  font-size: 0.8125rem;
  color: var(--racing);
  margin: 0 0.25rem 0.5rem 0;
  transition: background 0.15s, border-color 0.15s;
}
.pill:hover { 
	background: var(--tuscany);
	color: var(--white-rock);
}
.ssp__card-link {
  display: block;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(26,42,34,0.18);
  font-family: var(--font-dm);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.065px;
}
.ssp__card-link--services  { color: var(--tom-thumb); }
.ssp__card-link--specialty { color: var(--tuscany); }
.ssp__card-link--clients   { color: var(--finlandia); }
.ssp__card-link:hover { opacity: 0.75; }

/* ============================================================
   TEAM
============================================================ */
.team {
  background: var(--celtic);
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
.team__header {
  display: grid;
  grid-template-columns: 38.25rem 1fr;
  gap: 3.5rem;
  margin-bottom: 3.5rem;
  align-items: end;
}
.team__eyebrow { color: rgba(246,241,234,0.78); margin-bottom: 0.9375rem; }
.team__headline {
  font-family: var(--font-serif);
  font-size: 4.75rem;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -1.67px;
  color: var(--ecru);
}
.team__desc {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  line-height: 1.5;
  color: rgba(246,241,234,0.78);
  align-self: end;
}
.team__grid {
  display: grid;
  grid-template-columns: repeat(6, 12.5rem);
  gap: 1rem;
  margin-bottom: 2.0625rem;
}
.team__photo {
  background: var(--tom-thumb);
  border-radius: 0.25rem;
  overflow: hidden;
  height: 16.25rem;
  margin-bottom: 0.875rem;
}
.team__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team__name {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--ecru);
  line-height: 1.11;
  margin-bottom: 0.375rem;
}
.team__title {
  font-family: var(--font-dm);
  font-size: 0.875rem;
  color: rgba(246,241,234,0.65);
  line-height: 1.4;
}
.team__footer {
  border-top: 1px solid rgba(246,241,234,0.18);
  padding-top: 2.0625rem;
}
.team__link {
  display: inline-block;
  border: 1px solid rgba(246,241,234,0.72);
  border-radius: 999px;
  padding: 0.9375rem 1.4375rem;
  font-family: var(--font-dm);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(246,241,234,0.72);
  transition: background 0.15s;
}
.team__link:hover { background: rgba(246,241,234,0.08); }

/* ============================================================
   LOCATIONS
============================================================ */
.locations {
  background: var(--ecru);
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
.locations__eyebrow { color: var(--tom-thumb); margin-bottom: 1rem; }
.locations__title-row {
  display: grid;
  grid-template-columns: 42.25rem 35.1875rem;
  gap: 2.5rem;
  align-items: end;
  margin-bottom: 3rem;
}
.locations__headline {
  font-family: var(--font-serif);
  font-size: 4.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.67px;
  color: var(--racing);
}
.locations__subhead {
  font-family: var(--font-serif);
  font-size: 1.375rem;
  line-height: 1.36;
  color: rgba(26,42,34,0.85);
}
.locations__grid {
  display: grid;
  grid-template-columns: 42.25rem 35.1875rem;
  gap: 2.5rem;
  align-items: start;
}
.locations__map {
  background: var(--white-rock);
  border-left: 1px solid rgba(26,42,34,0.18);
  border-radius: 0.375rem;
  overflow: hidden;
  height: 33.875rem;
}
.locations__map img { width: 100%; height: 100%; object-fit: cover; }
.locations__offices { display: flex; flex-direction: column; gap: 1rem; }
.office-card {
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(26,42,34,0.18);
  border-radius: 0.375rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 16.6875rem 18.375rem;
  height: 16.4375rem;
}
.office-card__photo { overflow: hidden; }
.office-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.office-card__info { padding: 1.5rem; display: flex; flex-direction: column; }
.office-card__eyebrow { color: var(--limed-oak); margin-bottom: 0.625rem; }
.office-card__city {
  font-family: var(--font-serif);
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: -0.51px;
  line-height: 1;
  color: var(--racing);
  margin-bottom: 0.75rem;
}
.office-card__address {
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  line-height: 1.4;
  color: rgba(26,42,34,0.85);
  margin-bottom: 0.625rem;
}
.office-card__hours {
  font-family: var(--font-outfit);
  font-size: 0.6875rem;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: rgba(26,42,34,0.5);
  margin-bottom: auto;
}
.office-card__links { display: flex; gap: 0.5rem; align-items: center; padding-top: 1.125rem; }
.office-card__link {
  font-family: var(--font-dm);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--tom-thumb);
}
.office-card__link:hover { opacity: 0.75; }
.office-card__divider { color: rgba(26,42,34,0.18); font-size: 1rem; }

/* ============================================================
   CONTACT / CTA
============================================================ */
.contact {
  background: rgba(200,168,120,0.25);
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}
.contact .inner {
  /*display: grid;
  grid-template-columns: 41.6875rem 34.75rem;
  gap: 3.5rem;*/
  align-items: center;
	text-align: center;
}
.contact__headline {
  font-family: var(--font-serif);
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -2px;
  color: var(--racing);
  margin: 1.25rem 0 0.75rem;
}
.contact__subhead {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  color: #4a3520;
  line-height: 1.04;
	margin-bottom: 2rem;
}
.contact__form-wrap {
  background: var(--ecru);
  border: 1px solid rgba(26,42,34,0.18);
  border-radius: 0.375rem;
  padding: 1.8125rem;
}
.contact__form-eyebrow { color: var(--tom-thumb); margin-bottom: 1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.625rem; }
.form-field {
  background: var(--ecru);
  border: 1px solid rgba(26,42,34,0.18);
  border-radius: 0.25rem;
  padding: 0.8125rem 0.9375rem;
  font-family: var(--font-dm);
  font-size: 0.8125rem;
  color: var(--racing);
  width: 100%;
  outline: none;
  transition: border-color 0.15s;
  -webkit-appearance: none;
}
.form-field::placeholder { color: rgba(26,42,34,0.5); }
.form-field:focus { border-color: var(--finlandia); }
.form-field--full { grid-column: 1 / -1; }
.form-field--textarea { resize: none; height: 4.375rem; }
.form-submit {
  grid-column: 1 / -1;
  background: var(--tuscany);
  color: var(--ecru);
  font-family: var(--font-dm);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.15s;
}
.form-submit:hover { opacity: 0.88; }

.contact .btn-primary {
  background: var(--tuscany);	
}

/* ============================================================
   RESPONSIVE — 64rem
============================================================ */
@media (max-width: 64rem) {
  .hero .inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; padding-top: 4rem; padding-bottom: 4rem; }
  .hero__headline { font-size: 60px; letter-spacing: -1.5px; }
  .hero__subhead { font-size: 1.125rem; }
  .hero__image-col { height: 31.25rem; }

  .what-we-do .inner { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .what-we-do__headline { font-size: 2.75rem; }

  .ssp .inner { grid-template-columns: repeat(3, 1fr); justify-content: unset; }
  .ssp__card { padding: 1.75rem; }
  .ssp__card-title { font-size: 2rem; }

  .team__headline { font-size: 3.75rem; }
  .team__grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .team__photo { height: 13.75rem; }

  .locations__headline { font-size: 3.75rem; }
  .locations__grid { grid-template-columns: 1fr 1fr; }
  .locations__title-row { grid-template-columns: 1fr 1fr; }
  .locations__map { height: 26.25rem; }

  .contact .inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .contact__headline { font-size: 2.75rem; }
  .contact__subhead { font-size: 1.375rem; }
}

/* ============================================================
   RESPONSIVE — 48rem
============================================================ */
@media (max-width: 48rem) {
  .hero .inner { grid-template-columns: 1fr; padding-top: 3rem; padding-bottom: 0; gap: 2.5rem; }
	.hero__image-wrap img {
		object-position: 0 80%;
	}	
	
  .hero__headline { font-size: 52px; letter-spacing: -1.2px; }
  .hero__subhead { font-size: 1.0625rem; max-width: 100%; }
  .hero__ctas { flex-wrap: wrap; }
  .btn-primary, .btn-secondary { font-size: 0.875rem; padding: 0.875rem 1.25rem; }
  .hero__stats { gap: 1.5rem; max-width: 100%; }
  .hero__image-col {
    height: 22.5rem;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
  }
  .hero__image-wrap { top: 0; left: 0; right: 0; bottom: 0; border-radius: 0; }
  .hero__badge {         
	  top: -1rem;
      left: 0.5rem; font-size: 1.0625rem; padding: 0.75rem 1rem; max-width: 13.75rem; }

  .what-we-do .inner { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .what-we-do__image { height: 18.75rem; order: 2; }
  .what-we-do__content { order: 1; }
  .what-we-do__headline { font-size: 36px; letter-spacing: -0.8px; }
  .what-we-do__body { font-size: 1rem; }

  .ssp .inner { grid-template-columns: 1fr; gap: 1rem; }
  .ssp { padding-top: 2.5rem; padding-bottom: 4rem; }

  .team { padding-top: 4rem; padding-bottom: 4rem; }
  .team__header { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
  .team__headline { font-size: 3.25rem; }
  .team__desc { font-size: 1rem; }
  .team__grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .team__photo { height: 11.25rem; }
  .team__name { font-size: 0.875rem; }
  .team__title { font-size: 0.6875rem; }

  .locations { padding-top: 4rem; padding-bottom: 4rem; }
  .locations__title-row { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; }
  .locations__headline { font-size: 3.25rem; }
  .locations__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .locations__map { height: 20rem; }
  .office-card { height: auto; min-height: 11.25rem; }
  .office-card__photo { height: 11.25rem; }

  .contact { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .contact .inner { grid-template-columns: 1fr; gap: 2rem; }
  .contact__headline { font-size: 2.25rem; }
  .contact__subhead { font-size: 1.25rem; }
}

/* ============================================================
   RESPONSIVE — 30rem
============================================================ */
@media (max-width: 30rem) {
  .hero__headline { font-size: 2.5rem; letter-spacing: -1px; }
  .hero__stat-number { font-size: 1.75rem; }
  .hero__stats { display:none; gap: 1rem; flex-wrap: wrap; }
  .hero__image-col { height: 17.5rem; }
  .btn-primary, .btn-secondary { width: 100%; text-align: center; }

  .what-we-do__headline { font-size: 1.875rem; }

  .team__headline { font-size: 2.5rem; }
  .team__grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .team__photo { height: 15rem; }

  .locations__headline { font-size: 2.5rem; }
  .office-card { grid-template-columns: 1fr; }
  .office-card__photo { height: 10rem; }

  .form-grid { grid-template-columns: 1fr; }
  .contact__headline { font-size: 1.875rem; }
  .contact__subhead { font-size: 1.125rem; }
}
