/* Interior-led first screen. Keeps the existing content and original image asset. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 245, .96);
  border-bottom: 1px solid rgba(60, 46, 35, .12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.site-header .site-header__inner {
  position: relative;
  width: min(1280px, calc(100% - 64px));
  gap: 32px;
}
.site-header .nav { gap: clamp(16px, 1.5vw, 28px); }
.site-header .nav a { font-size: 14px; font-weight: 500; }
.site-header .nav a:hover,
.site-header .nav a:focus-visible { color: #76563d; text-decoration: underline; text-decoration-thickness: 1px; }
.site-header .menu-toggle { display: none; }
.site-header .phone { font-size: 14px; font-weight: 600; }
.site-header .max-button {
  border-color: #bfa994;
  box-shadow: 0 2px 0 rgba(97, 69, 45, .05);
}
.site-header .max-button:hover { background: #f1e8de; border-color: #967b61; }

.hero { background: #faf8f5; }
.hero .hero__picture { inset: 0; }
.hero .hero__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}
.hero .hero__wash {
  background: linear-gradient(90deg,
    #faf8f5 0%,
    rgba(250,248,245,.96) 23%,
    rgba(250,248,245,.74) 36%,
    rgba(250,248,245,.25) 51%,
    rgba(250,248,245,0) 66%);
}
.hero .hero__inner {
  width: min(1280px, calc(100% - 64px));
  min-height: clamp(760px, calc(100svh - var(--header-h)), 920px);
  padding: 64px 0;
  display: grid;
  grid-template-rows: auto;
  align-content: center;
  row-gap: 0;
}
.hero .hero__content {
  width: 650px;
  max-width: 52%;
  padding: 0;
}
.hero h1 {
  margin: 0;
  font-family: "Manrope", "Onest", Arial, sans-serif;
  font-size: clamp(42px, 3.1vw, 56px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -.045em;
  color: #211e1b;
  text-wrap: initial;
}
.hero h1 > .hero__terms {
  display: inline-block;
  margin-top: 18px;
  color: #76563d;
  font-size: .72em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.03em;
}
.hero .hero__terms span { color: inherit; }
.hero .hero__terms span:last-of-type { color: #76563d; font-weight: 700; }
.hero .hero__copy {
  width: 560px;
  max-width: 100%;
  margin-top: 28px;
  color: #413b35;
  font-size: 18px;
  line-height: 1.55;
}
.hero .hero__copy .hero__status {
  margin-top: 16px;
  color: #594f46;
  font-size: 16px;
}
.hero .hero__proof {
  width: 590px;
  max-width: 100%;
  margin: 28px 0 0;
  padding: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: #39332d;
}
.hero .proof-item {
  min-height: 76px;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.hero .proof-item:first-child { padding-left: 0; }
.hero .proof-item + .proof-item { border-left: 1px solid var(--line); }
.hero .proof-item + .proof-item::before { display: none; }
.hero .proof-item img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  opacity: .88;
}
.hero .primary-cta {
  width: 390px;
  max-width: 100%;
  min-height: 66px;
  margin-top: 28px;
  padding: 12px 24px;
  border: 1px solid #755337;
  border-radius: 8px;
  background: #846044;
  box-shadow: inset 0 1px rgba(255,255,255,.2), 0 12px 24px -15px rgba(51,32,20,.55);
  font-size: 18px;
  font-weight: 600;
}
.hero .primary-cta:hover {
  background: #714e35;
  box-shadow: inset 0 1px rgba(255,255,255,.17), 0 15px 26px -14px rgba(51,32,20,.55);
}
.hero .primary-cta__arrow {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  font-size: 24px;
}
.hero .photo-caption { bottom: 20px; max-width: 340px; font-size: 11px; }

#services,
#projects,
#process,
#about { scroll-margin-top: calc(var(--header-h) + 26px); }

@media (min-width: 1021px) and (max-width: 1320px) {
  .site-header .site-header__inner {
    width: calc(100% - 40px);
    gap: 18px;
  }
  .site-header .nav { gap: 14px; }
  .site-header .manager-mini__text { display: none; }
  .site-header .manager-mini { padding-right: 12px; }
  .site-header .phone { font-size: 13px; }
  .site-header .max-button { padding-inline: 12px; }
}

@media (max-height: 800px) and (min-width: 901px) {
  .hero .hero__inner {
    min-height: 0;
    padding-block: 32px 28px;
    align-content: start;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .site-header .site-header__inner,
  .hero .hero__inner { width: calc(100% - 48px); }
  .hero .hero__content { max-width: 54%; }
  .hero h1 { font-size: clamp(34px, 4.35vw, 46px); }
  .hero .hero__copy { font-size: 17px; }
  .hero .proof-item { padding-inline: 9px; font-size: 12px; }
  .hero .proof-item img { width: 24px; height: 24px; flex-basis: 24px; }
}
@media (max-width: 900px) {
  .site-header .site-header__inner { width: calc(100% - 28px); gap: 14px; }
  .hero { display: flex; flex-direction: column; }
  .hero .hero__inner {
    order: 0;
    width: calc(100% - 40px);
    min-height: 0;
    padding: 36px 0 32px;
  }
  .hero .hero__content { width: 100%; max-width: none; }
  .hero h1 { font-size: clamp(27px, 6.8vw, 44px); line-height: 1.16; }
  .hero h1 > .hero__terms { margin-top: 12px; font-size: .8em; }
  .hero .hero__copy { width: 100%; font-size: 16px; margin-top: 24px; }
  .hero .hero__copy .hero__status { font-size: 14px; }
  .hero .hero__proof {
    width: 100%;
    margin-top: 24px;
    padding-top: 8px;
    grid-template-columns: 1fr;
  }
  .hero .proof-item { min-height: 48px; padding: 8px 0; font-size: 14px; gap: 12px; }
  .hero .proof-item + .proof-item { border-left: 0; border-top: 1px solid var(--line); }
  .hero .proof-item + .proof-item::before { display: none; }
  .hero .proof-item img { width: 26px; height: 26px; flex-basis: 26px; }
  .hero .proof-item br { display: none; }
  .hero .primary-cta { width: 100%; max-width: 420px; min-height: 60px; font-size: 17px; margin-top: 24px; }
  .hero .hero__picture {
    order: 1;
    position: relative;
    inset: auto;
    z-index: 0;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 16 / 11;
    max-height: 540px;
    margin: 0 auto 24px;
    border-radius: 14px;
    overflow: hidden;
  }
  .hero .hero__picture img { object-position: 66% center; }
  .hero .hero__wash,
  .hero .photo-caption { display: none; }
}

@media (max-width: 1020px) {
  .site-header .site-header__inner { grid-template-columns: auto auto minmax(0, 1fr); gap: 12px; }
  .site-header .header-actions { justify-self: end; }
  .site-header .menu-toggle {
    width: 42px;
    height: 42px;
    padding: 10px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(60, 46, 35, .16);
    border-radius: 8px;
    background: transparent;
    color: #76563d;
    cursor: pointer;
  }
  .site-header .menu-toggle span { width: 19px; height: 1.5px; background: currentColor; }
  .site-header .menu-toggle:focus-visible { outline: 2px solid #76563d; outline-offset: 3px; }
  .site-header .nav {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    padding: 8px 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(60, 46, 35, .12);
    border-top: 0;
    background: rgba(250, 248, 245, .98);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
  .site-header.is-menu-open .nav { display: flex; }
  .site-header .nav a { padding: 12px 4px; }
  .site-header .nav a + a { border-top: 1px solid rgba(60, 46, 35, .08); }
}

@media (max-width: 760px) {
  :root { --header-h: 94px; }
  .site-header { height: var(--header-h); }
  .site-header .site-header__inner {
    width: calc(100% - 28px);
    grid-template-columns: 1fr auto;
    grid-template-rows: 34px 40px;
    min-width: 0;
    align-content: center;
    gap: 4px 12px;
  }
  .site-header .brand { grid-column: 1; grid-row: 1; min-width: 0; }
  .site-header .brand__mark { width: 28px; height: 28px; flex-basis: 28px; }
  .site-header .brand__eyebrow { font-size: 6.5px; }
  .site-header .brand__name { font-size: 15px; }
  .site-header .menu-toggle { grid-column: 2; grid-row: 1; display: inline-flex; }
  .site-header .header-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    min-width: 0;
    justify-self: stretch;
    justify-content: space-between;
    gap: 0;
  }
  .site-header .manager-mini { display: none; }
  .site-header .phone { display: inline; min-width: 0; font-size: 13px; }
  .site-header .max-button { min-height: 38px; padding-inline: 12px; display: inline-flex; }
  .site-header .nav { top: calc(100% + 1px); }
}

@media (max-width: 360px) {
  .site-header .header-actions { gap: 8px; }
  .site-header .phone { font-size: 12px; }
  .site-header .max-button { padding-inline: 9px; font-size: 12px; }
}
