

:root {
  --ink: #17120f;
  --ink-soft: #2a211c;
  --muted: #6f665d;
  --bg: #ffffff;
  --surface: #f5f2ed;
  --surface-2: #e8dfd4;
  --placeholder: #d6d6da;
  --placeholder-dark: #c0c0c6;
  --line: #e5d8ca;

  --container: 1200px;

  
  --gutter:      clamp(20px, 3.09vw + 8.4px,  48px);
  --pad-section: clamp(40px, 3.54vw + 26.74px, 72px);

  
  --fs-hero:    clamp(40px, 3.54vw + 26.74px, 72px);
  --fs-h2:      clamp(28px, 1.77vw + 21.37px, 44px);
  --fs-h3:      clamp(22px, 0.88vw + 18.69px, 30px);
  --fs-h4:      clamp(18px, 0.44vw + 16.34px, 22px);
  --fs-body:    clamp(18px, 0.22vw + 17.17px, 20px);
  --fs-small:   clamp(14px, 0.11vw + 13.59px, 15px);
  --fs-eyebrow: clamp(12px, 0.11vw + 11.59px, 13px);
  --fs-stat:    clamp(48px, 2.65vw + 38.06px, 72px);

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;
}

/* Standard navigation and first-viewport QA pass */
.nav {
  overflow: visible;
}

.nav__inner {
  min-height: 92px;
  padding-block: 10px;
}

.nav__mark--logo {
  width: clamp(112px, 8.5vw, 138px);
  height: clamp(86px, 7.4vw, 112px);
  overflow: visible;
}

.nav__mark--logo .brand-logo-img,
.footer__mark--logo .brand-logo-img,
.brand-logo-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.nav__menu {
  gap: clamp(14px, 1.35vw, 22px);
  font-size: clamp(13px, 0.28vw + 12px, 15px);
  font-weight: 650;
}

.nav__item,
.nav__item-link,
.nav__dropdown-item {
  font-weight: 650;
}

.nav__mini--social,
.nav__mini--calendar {
  display: none;
}

.nav__actions {
  gap: 10px;
}

.nav__mini,
.nav__estimate {
  font-weight: 700;
}

.nav__mobile-menu {
  display: none;
}

.nav__mobile-actions,
.nav__mobile-contact,
.nav__mobile-estimate {
  display: none;
}

.statement-piece {
  background: var(--surface);
}

.statement-piece .brand-story__inner {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.statement-piece .brand-story__text {
  max-width: 46ch;
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 620;
  line-height: 1.22;
}

.contact-dialog {
  width: min(380px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.contact-dialog::backdrop {
  background: rgba(23, 18, 15, 0.52);
}

.contact-dialog__body {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 24px;
}

.contact-dialog__body h2 {
  margin: 0;
  font-size: clamp(26px, 5vw, 34px);
  line-height: 1.05;
}

.contact-dialog__body p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.45;
}

.contact-dialog__actions {
  display: grid;
  gap: 10px;
}

.contact-dialog__actions .btn {
  width: 100%;
}

.contact-dialog__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.hero {
  padding-block: clamp(32px, 3.75vw, 56px);
}

.hero__display {
  max-width: 14ch;
  font-size: clamp(44px, 4.8vw, 64px);
  line-height: 1.02;
  font-weight: 760;
}

.hero__sub {
  font-size: clamp(18px, 0.55vw + 16px, 22px);
  line-height: 1.38;
}

.hero__inner {
  align-items: start;
}

.hero__media.asset-frame {
  height: clamp(300px, 32vw, 500px);
  min-height: 0;
  overflow: hidden;
}

.hero__cta {
  gap: 12px;
}

.hero__cta .btn {
  padding-inline: 18px;
  white-space: nowrap;
}

.brand-story {
  min-height: auto;
}

.brand-story__text {
  max-width: 38ch;
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: 650;
  line-height: 1.18;
}

@media (max-width: 980px) {
  .nav__menu,
  .nav__actions {
    display: none;
  }

  .nav__inner {
    position: relative;
    flex-wrap: nowrap;
    min-height: 88px;
    justify-content: space-between;
  }

  .nav__mark--logo {
    width: 106px;
    height: 82px;
  }

  .nav__mobile-menu {
    display: block;
    margin-left: auto;
    position: static;
  }

  .nav__mobile-menu summary {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    background: #17120f;
    color: #fff;
    font-size: var(--fs-small);
    font-weight: 800;
    line-height: 1;
    list-style: none;
    cursor: pointer;
  }

  .nav__mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .nav__mobile-menu summary::after {
    content: "";
    width: 0.55em;
    height: 0.55em;
    margin-left: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }

  .nav__mobile-menu[open] summary::after {
    transform: rotate(225deg) translateY(-1px);
  }

  .nav__mobile-panel {
    position: absolute;
    z-index: 60;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
  }

  .nav__mobile-panel a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 0.98rem;
    font-weight: 650;
    text-decoration: none;
  }

  .nav__mobile-panel a:last-child {
    border-bottom: 0;
    background: #17120f;
    color: #fff;
    font-weight: 800;
  }
}

@media (max-width: 760px) {
  .nav {
    position: sticky;
  }

  .nav__inner {
    flex-wrap: nowrap;
    min-height: 88px;
    padding-block: 6px;
  }

  .nav__brand {
    flex: 0 0 auto;
  }

  .nav__mark--logo {
    width: 104px;
    height: 80px;
  }

  .nav__menu,
  .nav__actions,
  .nav__hamburger {
    display: none !important;
  }

  .breadcrumb {
    padding-block: 10px;
  }

  .breadcrumb__inner {
    gap: 8px;
  }

  .breadcrumb__inner > span:last-of-type {
    flex: 1 0 100%;
  }

  .breadcrumb__offer {
    flex: 1 0 100%;
    max-width: 100%;
    min-height: 38px;
  }

  .hero {
    padding-block: 38px 46px;
  }

  .hero__inner {
    gap: 26px;
  }

  .hero__media.asset-frame {
    height: clamp(220px, 64vw, 320px);
  }

  .hero__headline {
    gap: 12px;
  }

  .hero h1.hero__seo-eyebrow {
    max-width: 100%;
    font-size: 0.72rem;
    line-height: 1.24;
  }

  .hero__display {
    max-width: 100%;
    font-size: clamp(30px, 8.2vw, 34px);
    line-height: 1.06;
    font-weight: 740;
  }

  .hero__sub {
    max-width: 100%;
    font-size: 1.03rem;
    line-height: 1.35;
  }

  .hero__cta {
    margin-top: 4px;
  }

  .hero__cta .btn {
    min-height: 48px;
    max-width: 100%;
    padding-inline: 20px;
    white-space: normal;
  }

  .brand-story {
    min-height: auto;
    align-items: flex-start;
  }

  .brand-story__text {
    max-width: 100%;
    font-size: clamp(23px, 6.3vw, 28px);
    line-height: 1.2;
    font-weight: 650;
  }
}

.seo-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.seo-data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.95rem;
  line-height: 1.45;
}

.seo-data-table th,
.seo-data-table td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.seo-data-table th {
  color: var(--ink);
  background: var(--surface-strong);
  font-weight: 800;
}

.seo-data-table tr:last-child td {
  border-bottom: 0;
}


*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 var(--fs-body)/1.55 system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
img { display: block; max-width: 100%; }
p { margin: 0; }
figure, blockquote { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }


h1, h2, h3, h4 { margin: 0; line-height: 1.1; letter-spacing: 0; font-weight: 700; overflow-wrap: break-word; }
h1 { font-size: var(--fs-hero); line-height: 1.05; letter-spacing: 0; }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }

.eyebrow { font-size: var(--fs-eyebrow); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; color: var(--muted); }
.small { font-size: var(--fs-small); }
.muted { color: var(--muted); }
.lead { font-size: var(--fs-h4); line-height: 1.5; color: var(--ink-soft); }


.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: 760px; }
.container--text { max-width: 680px; }

section, header, footer { padding: var(--pad-section) 0; }
section + section, header + section { border-top: 1px solid var(--line); }

.row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.row--between { justify-content: space-between; }
.row--center { justify-content: center; }

.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr 1fr; }


.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--ink);
  font-weight: 600; font-size: var(--fs-small);
  cursor: pointer; background: transparent;
  white-space: nowrap;
}
.btn--primary { background: var(--ink); color: #fff; }
.btn--ghost { border-color: var(--line); }
.btn--lg { padding: 14px 24px; font-size: var(--fs-body); }
.btn--invert { border-color: #fff; color: #fff; }
.btn--invert.btn--primary { background: #fff; color: var(--ink); border-color: #fff; }
.btn::after { content: "→"; }
.btn--plain::after { content: none; }


.ph {
  background: var(--placeholder);
  border-radius: var(--radius-md);
  display: block;
  aspect-ratio: 16 / 9;
}
.ph--square { aspect-ratio: 1; }
.ph--portrait { aspect-ratio: 3 / 4; }
.ph--wide { aspect-ratio: 21 / 9; }
.ph--tall { aspect-ratio: 4 / 5; }
.ph--card { aspect-ratio: 4 / 3; }
.ph--avatar { aspect-ratio: 1; width: 44px; border-radius: 50%; }
.ph--icon { aspect-ratio: 1; width: 44px; border-radius: var(--radius-sm); }
.ph--logo { aspect-ratio: 3 / 1; width: 120px; border-radius: var(--radius-sm); background: var(--placeholder-dark); }
.ph--map { aspect-ratio: 4 / 3; background:
  repeating-linear-gradient(45deg, var(--placeholder) 0 18px, var(--placeholder-dark) 18px 19px); }

.asset-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.asset-frame__img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.asset-frame--contain .asset-frame__img {
  object-fit: contain;
  padding: clamp(14px, 2vw, 28px);
}

.asset-frame--top .asset-frame__img {
  object-position: center top;
}

.asset-frame--left .asset-frame__img {
  object-position: left center;
}

.brand-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.blade { position: relative; }
.blade::before {
  content: attr(data-blade);
  position: absolute; top: 8px; right: 14px;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; color: rgba(0,0,0,0.35);
  pointer-events: none; z-index: 5; display: none;
}
.blade--dark::before { color: rgba(255,255,255,0.4); }

.utility-bar.blade::before, .nav.blade::before, .breadcrumb.blade::before { display: none; }


[data-fit-region] { --fit-grid-columns: 12; }
[data-fit-slot] { scroll-margin-top: 96px; }
[data-fit-slot]::selection { background: #dfe3eb; color: var(--ink); }
.fit-map {
  display: grid;
  grid-template-columns: repeat(var(--fit-grid-columns), 1fr);
  gap: clamp(12px, 1.33vw + 7px, 24px);
}
.fit-map > * { min-width: 0; }
.fit-stack { display: grid; gap: clamp(14px, 1.1vw + 9.9px, 24px); }
.fit-copy { max-width: 100%; }
.fit-copy--measure { max-width: 64ch; }
.fit-copy--narrow { max-width: 46ch; }
.fit-copy--center { margin-inline: auto; text-align: center; }
.fit-copy--left { text-align: left; }
.fit-slot {
  position: relative;
  outline: 1px dashed transparent;
  outline-offset: 4px;
}
.fit-slot:focus-within { outline-color: var(--placeholder-dark); }


.utility-bar { background: var(--ink); color: #fff; padding: 0; border-top: 0; }
.utility-bar__inner { display: flex; justify-content: space-between; align-items: center; padding-block: 10px; gap: 16px; font-size: var(--fs-small); }
.utility-bar__group { display: flex; gap: 12px; align-items: center; }
.utility-bar [data-hide-mobile] { display: none; }


.nav { position: sticky; top: 0; z-index: 40; background: var(--bg); border-bottom: 1px solid var(--line); border-top: 0; padding: 0; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; padding-block: 14px; gap: 16px; }
.nav__brand { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.nav__mark { width: 32px; height: 32px; background: var(--placeholder); border-radius: var(--radius-sm); }
.nav__mark--logo {
  width: 118px;
  height: 88px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
  display: grid;
  place-items: center;
}
.nav__menu { display: none; gap: 24px; font-weight: 500; font-size: var(--fs-small); }
.nav__item { position: relative; padding: 6px 0; cursor: pointer; }
.nav__item-link { display: inline-flex; align-items: center; gap: 6px; }
.nav__item--has-children::after { content: " ▾"; font-size: 0.75em; opacity: 0.5; }
.nav__dropdown {
  position: absolute; top: 100%; left: -12px; min-width: 260px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 14px; display: none;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.nav__dropdown-item { display: block; padding: 8px 0; font-size: var(--fs-small); color: var(--ink-soft); }
.nav__dropdown-item + .nav__dropdown-item { border-top: 1px solid var(--line); }
.nav__item:hover .nav__dropdown,
.nav__item:focus-within .nav__dropdown { display: block; }
.nav__cta { display: flex; gap: 8px; align-items: center; }
.nav__sign-in { display: none; }
.nav__hamburger { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: transparent; cursor: pointer; font-weight: 600; font-size: var(--fs-small); }


.breadcrumb { padding: 16px 0; border-bottom: 1px solid var(--line); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; font-size: var(--fs-small); color: var(--muted); }
.breadcrumb li + li::before { content: "›"; margin-right: 8px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb [aria-current] { color: var(--ink); }


.hero { background: var(--surface); }
.hero__inner { display: grid; gap: 32px; align-items: center; grid-template-columns: 1fr; }
.hero__eyebrow { margin-bottom: 14px; }
.hero h1 { margin-bottom: 18px; max-width: 14ch; }
.hero__sub { font-size: var(--fs-h4); color: var(--ink-soft); line-height: 1.45; max-width: 52ch; margin-bottom: 28px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__media .ph { aspect-ratio: 4 / 3; }


.logos { background: var(--bg); }
.logos__label { text-align: center; color: var(--muted); margin-bottom: 28px; font-size: var(--fs-small); }
.logos__row { display: flex; flex-wrap: wrap; gap: 32px; justify-content: center; align-items: center; }


.services__head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.services__head .eyebrow { margin-bottom: 12px; display: inline-block; }
.services__sub { color: var(--ink-soft); margin-top: 14px; font-size: var(--fs-h4); line-height: 1.5; }
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex; flex-direction: column; gap: 16px;
}
.service-card__media { aspect-ratio: 4 / 3; }
.service-card__title { margin: 0; }
.service-card__body { color: var(--ink-soft); font-size: var(--fs-small); line-height: 1.55; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.service-card__link { display: inline-flex; width: max-content; max-width: 100%; margin-top: 8px; padding-top: 4px; font-weight: 600; font-size: var(--fs-small); }
.service-card__link::after { content: " ›"; }
.services__footer { display: flex; justify-content: center; margin-top: 32px; }


.intro__inner { display: grid; gap: 24px; }
.intro__eyebrow { margin-bottom: 8px; }
.intro h2 { max-width: 16ch; }
.intro__body { font-size: var(--fs-body); line-height: 1.65; color: var(--ink-soft); }
.intro__body p + p { margin-top: 18px; }


.stats { background: var(--surface); }
.stats__head { text-align: center; max-width: 560px; margin: 0 auto 40px; }
.stat {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 24px 24px 24px 76px;
  text-align: left;
}
.stat::before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17120f;
  color: #fff;
  font-size: var(--fs-small);
  font-weight: 800;
}
.stat:nth-child(1)::before { content: "1"; }
.stat:nth-child(2)::before { content: "2"; }
.stat:nth-child(3)::before { content: "3"; }
.stat__value { font-size: var(--fs-h4); font-weight: 800; letter-spacing: 0; line-height: 1.15; }
.stat__label { font-size: var(--fs-small); color: var(--ink-soft); margin-top: 8px; max-width: none; line-height: 1.55; }


.feature__inner { display: grid; gap: 28px; align-items: center; }
.feature__media .ph { aspect-ratio: 4 / 3; }
.feature__body .eyebrow { display: inline-block; margin-bottom: 10px; }
.feature__body h2 { margin-bottom: 14px; }
.feature__body p { color: var(--ink-soft); margin-bottom: 24px; line-height: 1.55; }
.feature--reverse .feature__media { order: 0; }


.pull { background: var(--bg); }
.pull__inner { max-width: 680px; margin: 0 auto; text-align: center; }
.pull__eyebrow { display: inline-block; margin-bottom: 14px; }
.pull h2 { margin-bottom: 24px; }
.pull__body { font-size: var(--fs-body); line-height: 1.7; color: var(--ink-soft); text-align: center; }
.pull__body p + p { margin-top: 22px; }
.pull__quote {
  font-size: var(--fs-h3); font-weight: 600; line-height: 1.3; color: var(--ink);
  padding: 28px 0; margin: 28px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}


.partners { background: var(--surface); text-align: center; }
.partners h2 { max-width: 16ch; margin: 12px auto 16px; }
.partners__sub { max-width: 50ch; margin: 0 auto 36px; color: var(--ink-soft); font-size: var(--fs-h4); line-height: 1.5; }
.partners__logos { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; align-items: center; margin-bottom: 28px; }


.testimonials__head { text-align: center; max-width: 560px; margin: 0 auto 40px; }
.testimonial {
  background: var(--surface); border-radius: var(--radius-lg); padding: 24px;
  display: flex; flex-direction: column; gap: 16px;
}
.testimonial__rating { letter-spacing: 0.1em; font-size: var(--fs-small); color: var(--muted); }
.testimonial__quote { font-size: var(--fs-h4); line-height: 1.5; color: var(--ink); }
.testimonial__attrib { display: flex; gap: 12px; align-items: center; margin-top: auto; }
.testimonial__name { font-weight: 700; font-size: var(--fs-small); }
.testimonial__role { color: var(--muted); font-size: var(--fs-small); }


.location__inner { display: grid; gap: 32px; }
.location__title { margin-bottom: 12px; }
.location__address { color: var(--ink-soft); font-size: var(--fs-h4); line-height: 1.45; margin-bottom: 14px; }
.location__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }

.faq { padding-block: clamp(76px, 7vw, 116px); background: var(--bg); }
.faq .container--narrow { max-width: 1120px; }
.faq__head { text-align: center; max-width: 720px; margin: 0 auto clamp(34px, 4vw, 56px); }
.faq__head .eyebrow { display: inline-block; margin-bottom: 12px; }
.faq__list { border-top: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 16px; align-items: stretch; }
.faq__row {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 24px 24px 24px 76px;
  display: grid;
  gap: 10px;
  align-content: start;
}
.faq__row::before {
  content: "Q";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17120f;
  color: #fff;
  font-size: var(--fs-small);
  font-weight: 800;
}
.faq__row h3,
.faq__row summary {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 1.25vw, 1.4rem);
  font-weight: 800;
  line-height: 1.15;
}
.faq__row summary {
  list-style: none;
  cursor: pointer;
}
.faq__row summary::-webkit-details-marker { display: none; }
.faq__row p { padding: 0; color: var(--ink-soft); max-width: none; font-size: var(--fs-small); line-height: 1.55; }


.final-cta { background: var(--ink); color: #fff; text-align: center; }
.final-cta h2 { max-width: 18ch; margin: 0 auto 16px; }
.final-cta p { color: rgba(255,255,255,0.78); max-width: 48ch; margin: 0 auto 28px; font-size: var(--fs-h4); line-height: 1.5; }


.footer { background: #0c0c0e; color: #b6b6bc; padding: 56px 0 24px; border-top: 0; }
.footer__top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 32px; }
.footer__brand { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 700; }
.footer__mark { width: 36px; height: 36px; background: var(--placeholder); border-radius: var(--radius-sm); }
.footer__mark--logo {
  width: 122px;
  height: 96px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
}
.footer__social { display: flex; gap: 10px; }
.footer__social .ph { width: 32px; height: 32px; aspect-ratio: 1; border-radius: 50%; background: #2a2a2e; }
.footer__cols { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; margin-bottom: 32px; }
.footer__heading { font-size: var(--fs-small); text-transform: uppercase; letter-spacing: 0.14em; color: #fff; margin-bottom: 14px; font-weight: 800; }
.footer__col li { padding: 4px 0; font-size: var(--fs-small); }
.footer__legal {
  border-top: 1px solid #25252a; padding-top: 20px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: var(--fs-small); color: #a1a1aa;
}


@media (min-width: 768px) {
  .intro__inner.fit-map--intro {
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(28px, 4vw, 56px);
  }
  .intro__inner.fit-map--intro > :first-child { grid-column: 1 / span 4; }
  .intro__inner.fit-map--intro > :last-child { grid-column: 6 / span 7; }
  .grid { gap: 32px; }
  .grid--2 { grid-template-columns: 1fr 1fr; }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
  .blade::before { display: none; }
  .utility-bar.blade::before, .nav.blade::before, .breadcrumb.blade::before { display: none; }
  .utility-bar__group { gap: 18px; }
  .utility-bar [data-hide-mobile] { display: inline; }
  .fit-map--hero > :first-child { grid-column: 1 / span 6; }
  .fit-map--hero > :last-child { grid-column: 8 / span 5; }
  .fit-map--intro > :first-child { grid-column: 1 / span 4; }
  .fit-map--intro > :last-child { grid-column: 6 / span 7; }
  .fit-map--feature > :first-child { grid-column: 1 / span 5; }
  .fit-map--feature > :last-child { grid-column: 7 / span 6; }
  .nav__menu { display: flex; }
  .nav__hamburger { display: none; }
  .nav__sign-in { display: inline-flex; }
  .hero__inner { grid-template-columns: 1.15fr 1fr; gap: 56px; }
  .logos__row { gap: 56px; }
  .intro__inner { grid-template-columns: 1fr 1.6fr; gap: 64px; }
  .feature__inner { grid-template-columns: 1fr 1fr; gap: 64px; }
  .feature--reverse .feature__media { order: 2; }
  .location__inner { grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
  .footer__cols { grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 48px; }
}


.rich-copy { color: var(--ink-soft); line-height: 1.68; }
.rich-copy p + p, .rich-copy p + ul, .rich-copy ul + p, .rich-copy h3 + p { margin-top: 18px; }
.rich-copy h3 { margin-top: 30px; margin-bottom: 10px; font-size: var(--fs-h4); }
.rich-copy ul { list-style: disc; padding-left: 1.35rem; display: grid; gap: 10px; margin-top: 16px; }
.rich-copy .icon-list,
.rich-copy .step-list { list-style: none; padding-left: 0; margin-top: 20px; display: grid; gap: 12px; width: 100%; min-width: 0; }
.icon-list li,
.step-list li { position: relative; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; padding: 16px 18px 16px 52px; color: var(--ink-soft); line-height: 1.5; width: 100%; min-width: 0; box-sizing: border-box; }
.icon-list li strong,
.step-list li strong { display: block; color: var(--ink); margin-bottom: 4px; }
.list-icon { position: absolute; left: 18px; top: 18px; width: 22px; height: 22px; color: var(--ink); stroke-width: 2; }
.icon-list--checks .list-icon { width: 24px; height: 24px; top: 17px; }
.step-list { counter-reset: visit-step; }
.step-list li { counter-increment: visit-step; }
.step-list li::before { content: counter(visit-step); position: absolute; left: 18px; top: 17px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid var(--ink); color: var(--ink); font-size: 0.8rem; font-weight: 800; }
.rich-copy li { padding-left: 0.2rem; }
.rich-copy .icon-list li,
.rich-copy .step-list li { padding: 16px 18px 16px 52px; }
.rich-copy a { text-decoration: underline; text-underline-offset: 3px; }
.rich-copy a.btn,
.rich-copy a.btn:visited,
.rich-copy a.btn:hover,
.rich-copy a.btn:focus { text-decoration: none !important; }
.rich-copy blockquote { border-left: 4px solid var(--ink); padding-left: 18px; color: var(--ink); font-weight: 600; margin: 24px 0; }
.quick-grid { display: grid; gap: 16px; grid-template-columns: 1fr; margin-top: 28px; }
.quick-card { border: 1px solid var(--line); border-radius: var(--radius-md); padding: 18px; background: #fff; color: var(--ink-soft); line-height: 1.55; display: grid; gap: 10px; align-content: start; }
.quick-card strong { color: var(--ink); }
.quick-card span { display: block; }
.btn { max-width: 100%; min-width: 0; justify-content: center; text-align: center; white-space: normal; overflow-wrap: anywhere; }
.nav__cta .btn { width: auto; max-width: none; flex: 0 0 auto; padding-inline: 14px; white-space: nowrap; overflow-wrap: normal; }
.nav__cta .btn::after { content: none; }
.hero__headline { display: grid; gap: 10px; }
.hero__seo-eyebrow { display: block; color: var(--muted); font-size: var(--fs-eyebrow); font-weight: 700; letter-spacing: 0.14em; line-height: 1.2; text-transform: uppercase; }
.hero h1.hero__seo-eyebrow {
  max-width: 100%;
  margin: 0;
  color: var(--barn-red);
  font-size: var(--fs-eyebrow);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.hero__display {
  max-width: 12ch;
  color: var(--ink);
  font-size: var(--fs-hero);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  overflow-wrap: break-word;
}
.hero__punch { display: block; }
.section-cta { margin-top: 32px; padding: 26px 28px; border: 1px solid var(--placeholder-dark); border-radius: var(--radius-md); background: #fff; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
.section-cta p { max-width: 48ch; color: var(--ink); font-size: var(--fs-h4); font-weight: 650; line-height: 1.45; }
.section-cta .btn, .rich-copy .section-cta .btn { text-decoration: none; }
.review-proof { background: var(--surface); }
.review-proof__inner { display: grid; gap: 22px; }
.review-proof__head { max-width: 640px; }
.review-proof__head .eyebrow { margin-bottom: 10px; display: inline-block; }
.review-proof__head h2 { font-size: var(--fs-h3); }
.review-proof__grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.review-proof__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 22px; display: grid; gap: 12px; }
.review-proof__label { color: var(--muted); font-size: var(--fs-eyebrow); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; }
.review-proof__quote { color: var(--ink); font-size: var(--fs-h4); font-weight: 650; line-height: 1.45; }
.review-proof__note { color: var(--muted); font-size: var(--fs-small); margin-top: 14px; }
.review-proof__source { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; margin-top: 16px; color: var(--muted); font-size: var(--fs-small); line-height: 1.4; }
.review-proof__source a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.source-note { margin-top: 18px; color: var(--muted); font-size: var(--fs-small); }
.certs {
  background: var(--bg);
}
.certs__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.certs__head {
  max-width: 520px;
}
.certs__head .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}
.certs__head p:not(.eyebrow) {
  margin-top: 16px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.certs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.cert-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: clamp(18px, 2.4vw, 28px);
  display: grid;
  gap: 16px;
  align-content: start;
}
.cert-card__media {
  aspect-ratio: 2.45 / 1;
}
.cert-card h3 {
  font-size: var(--fs-h4);
}
.cert-card p {
  color: var(--ink-soft);
  font-size: var(--fs-small);
  line-height: 1.55;
}
.copy-kicker { color: var(--muted); font-size: var(--fs-small); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; }
.mini-card { border: 1px solid var(--line); border-radius: var(--radius-md); padding: 18px; background: #fff; }
.mini-card p { color: var(--ink-soft); font-size: var(--fs-small); margin-top: 10px; }
.page-switcher { display: inline-flex; gap: 8px; align-items: center; }
.skip-media-copy { color: var(--muted); font-size: var(--fs-small); padding: 16px; text-align: center; }
.hero__media { min-height: clamp(260px, 32vw, 520px); display: grid; place-items: center; }
.hero__media-marker { color: var(--muted); font-size: var(--fs-small); font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.intro__inner { align-items: start; }
.intro__inner > .fit-stack { align-self: start; align-content: start; }
.pull__body.rich-copy,
.pull__body.rich-copy.fit-copy--center,
.pull__body.rich-copy > h3,
.pull__body.rich-copy > p,
.pull__body.rich-copy > ul,
.pull__body.rich-copy > ol,
.pull__body.rich-copy > blockquote { text-align: left; }
.feature__inner { align-items: start; }
.feature__media { align-self: start; width: 100%; }
.feature__media .ph { width: 100%; min-height: clamp(220px, 24vw, 360px); }
.feature__body > .btn { justify-self: start; }
.feature--reverse .feature__media { order: 0; }
.breadcrumb__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.breadcrumb__inner ol { min-width: 0; }
.breadcrumb__offer { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; max-width: 48%; padding: 8px 12px; border-radius: var(--radius-sm); background: var(--ink); color: #fff !important; font-size: 0.78rem; font-weight: 600; line-height: 1.2; text-decoration: none !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.breadcrumb__offer-short { display: none; }
.index-list { list-style: none; display: grid; gap: 10px; margin-top: 24px; }
.index-list a { border: 1px solid var(--line); border-radius: var(--radius-md); padding: 14px 16px; display: flex; justify-content: space-between; gap: 16px; }
@media (min-width: 768px) {
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .feature__inner.fit-map--feature {
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(12px, 1.33vw + 7px, 24px);
  }
  .feature__media { grid-column: 1 / span 5; grid-row: 1; }
  .feature__body { grid-column: 7 / span 6; grid-row: 1; }
  .feature--reverse .feature__body { grid-column: 1 / span 6; }
  .feature--reverse .feature__media { grid-column: 8 / span 5; }
  .review-proof__inner { grid-template-columns: 0.8fr 1.4fr; align-items: start; }
  .review-proof__grid { grid-template-columns: repeat(2, 1fr); }
  .certs__inner { grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); }
  .certs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .fit-map { grid-template-columns: 1fr !important; }
  .fit-map > * { grid-column: 1 / -1 !important; }
  .hero__inner { grid-template-columns: 1fr !important; }
  .hero h1 { max-width: 100%; }
  .hero__cta, .section-cta .row, .location__cta, .final-cta .row { width: 100%; }
  .hero__cta .btn, .section-cta .btn, .location__cta .btn, .final-cta .btn { width: 100%; }
  .section-cta { padding: 22px; }
  .breadcrumb__inner { gap: 10px; }
  .breadcrumb__offer { max-width: 42%; padding: 7px 10px; }
  .breadcrumb__offer-full { display: none; }
  .breadcrumb__offer-short { display: inline; }
}



/* Red Barn shell overrides */
:root {
  --barn-red: #8f211f;
  --barn-red-dark: #5f1412;
  --barn-gold: #c79a43;
  --barn-cream: #ffffff;
}
body { background: var(--barn-cream); }
.nav__mark, .footer__mark { background: #17120f; color: #fff; }
.nav__mark--logo, .footer__mark--logo { background: transparent; color: transparent; }
.nav__brand {
  flex: 0 0 auto;
}
.nav__mark--logo {
  width: clamp(136px, 10vw, 172px);
  height: clamp(96px, 7vw, 126px);
  overflow: visible;
}
.footer__mark--logo {
  width: 132px;
  height: 98px;
  overflow: visible;
}
.brand-logo-img {
  object-fit: contain;
}
.nav__menu {
  flex: 1 1 auto;
  justify-content: center;
  font-weight: 750;
}
.nav__item,
.nav__item-link,
.nav__dropdown-item {
  font-weight: 750;
}
.nav__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  min-width: 0;
}
.nav__mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--ink);
  font-size: clamp(12px, 0.35vw + 10.7px, 14px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.nav__estimate {
  min-height: 38px;
  padding: 9px 15px;
  white-space: nowrap;
}
.btn--primary { background: #17120f; border-color: #17120f; color: #fff; }
.btn--primary:hover { background: #2a211c; border-color: #2a211c; }
.breadcrumb__offer { background: #17120f; color: #fff !important; }
.eyebrow, .review-proof__label { color: var(--muted); }
.blade--dark { background: #17120f; color: #fff; }
.ph { background: linear-gradient(135deg, #dddddf, #f5f5f5); border: 1px solid #d6d6da; }
.ph::after { content: none; }
.shell-note { border: 1px dashed #c7b79f; padding: 16px; border-radius: 8px; color: var(--muted); background: #fffaf2; }

.coverage,
.process,
.gallery-shell,
.contact-shell {
  background: var(--bg);
}

.quick-grid--wide {
  grid-template-columns: 1fr;
}

.quick-card--large {
  display: grid;
  gap: 10px;
  min-height: 148px;
  align-content: start;
}

.brand-story {
  min-height: min(90vh, 920px);
  display: flex;
  align-items: center;
  background: var(--bg);
}

.brand-story__inner {
  display: grid;
  gap: clamp(24px, 3vw, 44px);
}

.brand-story__text {
  max-width: 16.5ch;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 82px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.brand-story__text a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

.brand-story__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 820px;
}

.brand-story__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--ink-soft);
  font-size: var(--fs-small);
  font-weight: 800;
  line-height: 1.1;
}

.brand-story__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-area-grid {
  gap: clamp(14px, 1.6vw, 22px);
}

.area-card {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  min-height: 0;
  padding: clamp(18px, 2vw, 24px);
  align-items: start;
}

.area-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17120f;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.area-card__body {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.area-card__name {
  color: var(--ink);
  font-size: var(--fs-h4);
  line-height: 1.12;
}

.area-card__meta {
  color: var(--muted);
  font-size: var(--fs-eyebrow);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.area-card__line {
  color: var(--ink-soft);
  font-size: var(--fs-small);
  line-height: 1.48;
}

.area-card__action {
  margin-top: 4px;
  color: var(--ink);
  font-size: var(--fs-small);
  font-weight: 800;
}

.area-card__action::after {
  content: " ->";
}

.event-grid {
  align-items: stretch;
}

.event-card {
  gap: 12px;
}

.event-card__date {
  color: var(--muted);
  font-size: var(--fs-eyebrow);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.event-card__place {
  color: var(--ink);
  font-weight: 700;
}

.event-card__source,
.shorts-card__link {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.shorts-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.shorts-card__link {
  font-size: var(--fs-h4);
  line-height: 1.2;
}

.process__head {
  max-width: 720px;
  margin: 0 auto clamp(28px, 3.5vw, 48px);
  text-align: center;
}

.process__head .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}

.process__head p {
  margin-top: 16px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.process__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  counter-reset: process-step;
}

.process__steps li {
  position: relative;
  min-width: 0;
  padding: 22px 22px 22px 72px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--ink-soft);
  line-height: 1.55;
}

.process__steps li::before {
  counter-increment: process-step;
  content: counter(process-step);
  position: absolute;
  top: 22px;
  left: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17120f;
  color: #fff;
  font-size: var(--fs-small);
  font-weight: 800;
}

.process__steps strong {
  display: block;
  color: var(--ink);
  margin-bottom: 6px;
}

.process__steps span {
  display: block;
}

.gallery-shell__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.gallery-shell__item {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 18px;
}

.gallery-shell__item .ph {
  margin-bottom: 18px;
}

.gallery-shell__item h3 {
  margin-bottom: 8px;
}

.gallery-shell__item p {
  color: var(--ink-soft);
  font-size: var(--fs-small);
  line-height: 1.55;
}

.contact-shell__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.contact-shell__main,
.location { padding-block: clamp(76px, 7vw, 116px); }

.location__address {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.location__address h3 {
  margin-bottom: 10px;
}

.location__address .btn {
  margin-top: 22px;
}

.contact-shell__card {
  min-width: 0;
}

.contact-shell__main .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}

.contact-shell__main h2 {
  margin-bottom: 18px;
}

.contact-shell__card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: clamp(22px, 3vw, 34px);
}

.contact-shell__card p {
  margin-top: 12px;
  color: var(--ink-soft);
}

.contact-shell__card .btn {
  margin-top: 22px;
}

.contact-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.contact-shell__actions .btn {
  margin-top: 0;
}

.contact-shell__form-card {
  margin-top: clamp(28px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: clamp(22px, 3vw, 34px);
}

.contact-shell__form {
  display: grid;
  gap: 16px;
}

.contact-shell__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-shell__form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contact-shell__form label > span {
  color: var(--ink);
  font-size: var(--fs-small);
  font-weight: 800;
}

.contact-shell__form input,
.contact-shell__form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(23, 18, 15, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 12px;
}

.contact-shell__form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-shell__note,
.contact-shell__thanks p {
  color: var(--ink-soft);
  font-size: var(--fs-small);
  line-height: 1.45;
}

.contact-shell__form[hidden],
.contact-shell__thanks[hidden] {
  display: none !important;
}

.contact-shell__thanks {
  display: grid;
  gap: 10px;
}

.contact-shell__paths {
  margin-top: clamp(28px, 4vw, 52px);
}

.estimate-flow {
  scroll-margin-top: 150px;
  padding-block: clamp(64px, 7vw, 104px);
  background: var(--surface);
}

.estimate-flow__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.estimate-flow__intro {
  display: grid;
  gap: 16px;
}

.estimate-flow__intro h2 {
  max-width: 12ch;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1;
}

.estimate-flow__intro p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: var(--fs-h4);
  line-height: 1.45;
}

.estimate-flow__launch,
.estimate-flow__microcopy {
  display: none;
}

.estimate-flow__panel {
  display: grid;
  gap: 22px;
  min-width: 0;
  border: 1px solid rgba(23, 18, 15, 0.14);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(23, 18, 15, 0.09);
  padding: clamp(18px, 3vw, 34px);
}

.estimate-flow__panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(23, 18, 15, 0.1);
}

.estimate-flow__panel-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: var(--fs-h4);
  line-height: 1.1;
}

.estimate-flow__close {
  display: none;
  min-height: 38px;
  border: 1px solid rgba(23, 18, 15, 0.12);
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: var(--fs-small);
  font-weight: 800;
  padding: 8px 14px;
}

.estimate-flow__status {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  color: var(--muted);
  font-size: var(--fs-small);
  font-weight: 800;
  text-transform: uppercase;
}

.estimate-flow__status div {
  height: 8px;
  overflow: hidden;
  border-radius: var(--radius-pill);
  background: rgba(23, 18, 15, 0.12);
}

.estimate-flow__status i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #17120f;
  transition: width 180ms ease;
}

.estimate-flow__form {
  min-width: 0;
}

.estimate-flow__step {
  display: grid;
  gap: 18px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.estimate-flow__form[hidden],
.estimate-flow__step[hidden],
.estimate-flow__thanks[hidden] {
  display: none !important;
}

.estimate-flow__step legend {
  max-width: 18ch;
  color: var(--ink);
  font-size: clamp(28px, 2.7vw, 42px);
  font-weight: 800;
  line-height: 1.05;
}

.estimate-flow__hint {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-small);
  line-height: 1.45;
}

.estimate-flow__choices,
.estimate-flow__checks {
  display: grid;
  gap: 10px;
}

.estimate-flow__choices--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.estimate-flow__choice,
.estimate-flow__checks label {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 74px;
  padding: 14px 14px 14px 44px;
  border: 1px solid rgba(23, 18, 15, 0.15);
  border-radius: 10px;
  background: #fffdf9;
  cursor: pointer;
}

.estimate-flow__choice input,
.estimate-flow__checks input {
  position: absolute;
  left: 15px;
  top: 19px;
  width: 16px;
  height: 16px;
  accent-color: #17120f;
}

.estimate-flow__choice span,
.estimate-flow__checks span {
  color: var(--ink);
  font-weight: 820;
  line-height: 1.15;
}

.estimate-flow__choice small {
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.35;
}

.estimate-flow__choice:has(input:checked),
.estimate-flow__checks label:has(input:checked) {
  border-color: #17120f;
  background: #f4efe8;
  box-shadow: inset 0 0 0 1px #17120f;
}

.estimate-flow__fields {
  display: grid;
  gap: 12px;
}

.estimate-flow__fields--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.estimate-flow__fields--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.estimate-flow label {
  min-width: 0;
}

.estimate-flow label > span {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: var(--fs-small);
  font-weight: 800;
}

.estimate-flow input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.estimate-flow select,
.estimate-flow textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 18, 15, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  padding: 11px 12px;
}

.estimate-flow textarea {
  min-height: 110px;
  resize: vertical;
}

.estimate-flow__wide {
  display: block;
}

.estimate-flow__checks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.estimate-flow__checks label {
  min-height: 48px;
  align-content: center;
}

.estimate-flow__upload {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px dashed rgba(23, 18, 15, 0.28);
  border-radius: 10px;
  background: #fffdf9;
}

.estimate-flow__upload input {
  width: 100%;
}

.estimate-flow__upload span {
  font-size: var(--fs-h4);
}

.estimate-flow__upload small,
.estimate-flow__files {
  color: var(--ink-soft);
  font-size: var(--fs-small);
  line-height: 1.4;
}

.estimate-flow__review {
  margin-top: 4px;
  border-radius: 10px;
  background: var(--surface);
}

.estimate-flow__review h4 {
  margin: 0;
  padding: 14px 14px 0;
  font-size: var(--fs-small);
  text-transform: uppercase;
}

.estimate-flow__review dl {
  display: grid;
  grid-template-columns: minmax(90px, 0.35fr) minmax(0, 1fr);
  gap: 8px 12px;
  margin: 0;
  padding: 14px;
  font-size: var(--fs-small);
}

.estimate-flow__review dt {
  color: var(--muted);
  font-weight: 800;
}

.estimate-flow__review dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
}

.estimate-flow__error {
  min-height: 1.3em;
  margin: 14px 0 0;
  color: #8f1d18;
  font-size: var(--fs-small);
  font-weight: 800;
}

.estimate-flow__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.estimate-flow__controls .btn[hidden] {
  display: none !important;
}

.estimate-flow__thanks {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.estimate-flow__thanks h3 {
  font-size: var(--fs-h2);
  line-height: 1.05;
}

.estimate-flow__thanks p:not(.eyebrow) {
  color: var(--ink-soft);
  line-height: 1.5;
}

.estimate-flow__thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Red Barn layout QA overrides */
.nav__inner,
.breadcrumb__inner,
.hero__inner,
.feature__inner,
.location__inner,
.grid,
.quick-grid {
  min-width: 0;
}

.nav__inner > *,
.breadcrumb__inner > *,
.hero__inner > *,
.feature__inner > *,
.location__inner > * {
  min-width: 0;
}

.nav__inner {
  padding-block: clamp(14px, 1.2vw, 20px);
}

.nav__menu {
  align-items: center;
  column-gap: clamp(18px, 2vw, 32px);
  row-gap: 10px;
}

.nav__item {
  line-height: 1.25;
}

.breadcrumb__inner {
  justify-content: flex-start;
}

.breadcrumb__offer {
  margin-left: auto;
}

.hero {
  padding-block: clamp(64px, 7vw, 112px);
}

.hero__inner {
  gap: clamp(36px, 5vw, 88px);
}

.hero__headline {
  gap: clamp(14px, 1.4vw, 24px);
  max-width: 720px;
}

.hero h1 {
  max-width: 100%;
  margin-bottom: 0;
}

.hero h1.hero__seo-eyebrow {
  color: var(--muted);
}

.hero__sub {
  margin-bottom: 0;
}

.hero__cta {
  margin-top: clamp(8px, 1vw, 18px);
  gap: 16px;
}

.hero__media.ph {
  width: 100%;
  min-width: 0;
  height: clamp(300px, 34vw, 500px);
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
}

.feature__media.ph {
  width: 100%;
  min-width: 0;
  min-height: clamp(220px, 24vw, 360px);
  aspect-ratio: 16 / 10;
}

.quick-card,
.service-card,
.review-proof__card,
.location__address,
.faq__row {
  min-width: 0;
}

.asset-frame,
.hero__media.asset-frame,
.feature__media.asset-frame,
.service-card__media.asset-frame,
.gallery-shell__item .asset-frame,
.cert-card__media.asset-frame {
  display: block;
}

.asset-frame__img {
  display: block;
}

@media (min-width: 768px) {
  section:not(.hero),
  footer {
    padding-block: clamp(64px, 5.6vw, 96px);
  }

  .quick-grid--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-shell__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-shell__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: clamp(42px, 5vw, 72px);
  }

  .feature__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: clamp(48px, 5.2vw, 84px);
  }

  .feature--reverse .feature__media {
    order: 2;
  }

  .feature--reverse .feature__body {
    order: 1;
  }
}

@media (max-width: 760px) {
  .nav__inner {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
    row-gap: 10px;
    padding-block: 12px;
  }

  .nav__brand {
    flex: 0 0 auto;
  }

  .nav__mark--logo {
    width: 112px;
    height: 84px;
    overflow: visible;
  }

  .nav__actions {
    order: 4;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav__actions::-webkit-scrollbar {
    display: none;
  }

  .nav__mini,
  .nav__estimate {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 8px 10px;
  }

  .nav__menu {
    order: 3;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0 2px;
    border-top: 1px solid var(--line);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav__menu::-webkit-scrollbar {
    display: none;
  }

  .nav__item {
    flex: 0 0 auto;
    padding: 7px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    background: #fff;
    text-align: center;
    white-space: nowrap;
  }

  .nav__dropdown {
    display: none !important;
  }

  .nav__hamburger {
    display: none;
  }

  .breadcrumb {
    padding-block: 12px;
  }

  .breadcrumb__inner {
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: hidden;
    white-space: nowrap;
  }

  .breadcrumb__inner > * {
    flex: 0 0 auto;
    min-width: max-content;
  }

  .breadcrumb__inner a,
  .breadcrumb__inner span {
    font-size: clamp(13px, 2.8vw, 15px);
    line-height: 1.2;
  }

  .breadcrumb__offer {
    margin-left: 8px;
    white-space: nowrap;
  }

  .hero {
    padding-block: clamp(48px, 12vw, 72px);
  }

  .hero__headline {
    gap: 16px;
  }

  .hero h1 {
    max-width: 11.5ch;
    font-size: clamp(36px, 10vw, 42px);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .hero h1.hero__seo-eyebrow {
    max-width: 100%;
    font-size: var(--fs-eyebrow);
    line-height: 1.2;
  }

  .hero__display {
    max-width: 11.5ch;
    font-size: clamp(38px, 10vw, 46px);
    line-height: 1.07;
  }

  .hero__sub {
    max-width: 100%;
  }

  .hero__cta .btn,
  .section-cta .btn,
  .location__cta .btn,
  .final-cta .btn {
    max-width: calc(100vw - 72px);
  }

  .hero__media.ph {
    height: clamp(240px, 72vw, 340px);
  }

  .quick-card,
  .service-card,
  .review-proof__card {
    padding: 20px;
  }

  .brand-story {
    min-height: 84vh;
    align-items: center;
  }

  .brand-story__text {
    max-width: 12.5ch;
    font-size: clamp(36px, 12vw, 54px);
    line-height: 1.04;
  }

  .brand-story__proof {
    gap: 8px;
  }
}

/* Final standard-menu QA overrides */
.nav {
  overflow: visible;
}

.nav__inner {
  min-height: 92px;
  padding-block: 10px;
}

.nav__mark--logo {
  width: clamp(112px, 8.5vw, 138px);
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: visible;
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.nav__menu {
  gap: clamp(14px, 1.35vw, 22px);
  font-size: clamp(13px, 0.28vw + 12px, 15px);
  font-weight: 650;
}

.nav__item,
.nav__item-link,
.nav__dropdown-item {
  font-weight: 650;
}

.nav__mini--social,
.nav__mini--calendar {
  display: none;
}

.nav__actions {
  gap: 10px;
}

.nav__mobile-menu {
  display: none;
}

.hero {
  padding-block: clamp(32px, 3.75vw, 56px);
}

.hero__display {
  max-width: 14ch;
  font-size: clamp(44px, 4.8vw, 64px);
  line-height: 1.02;
  font-weight: 760;
}

.hero__sub {
  font-size: clamp(18px, 0.55vw + 16px, 22px);
  line-height: 1.38;
}

.hero__cta {
  gap: 12px;
}

.hero__cta .btn {
  padding-inline: 18px;
  white-space: nowrap;
}

.brand-story {
  min-height: auto;
}

.brand-story__text {
  max-width: 38ch;
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: 650;
  line-height: 1.18;
}

@media (max-width: 980px) {
  .nav__menu,
  .nav__actions {
    display: none !important;
  }

  .nav__inner {
    position: relative;
    flex-wrap: wrap;
    min-height: 88px;
    justify-content: space-between;
    gap: 8px;
  }

  .nav__mark--logo {
    width: 106px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .nav__mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    min-width: 0;
  }

  .nav__mobile-contact,
  .nav__mobile-menu > summary {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    background: #17120f;
    color: #fff;
    font-size: var(--fs-small);
    font-weight: 800;
    line-height: 1;
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
  }

  .nav__mobile-menu {
    display: block;
    position: static;
  }

  .nav__mobile-menu > summary::-webkit-details-marker,
  .nav__mobile-group > summary::-webkit-details-marker {
    display: none;
  }

  .nav__mobile-menu > summary::after {
    content: "";
    width: 0.55em;
    height: 0.55em;
    margin-left: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }

  .nav__mobile-menu[open] > summary::after {
    transform: rotate(225deg) translateY(-1px);
  }

  .nav__mobile-estimate {
    order: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 100%;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #17120f;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
  }

  .nav__mobile-panel {
    position: absolute;
    z-index: 60;
    left: 10px;
    right: 10px;
    top: calc(100% + 8px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: calc(100vh - 180px);
    padding: 10px;
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
  }

  .nav__mobile-panel a,
  .nav__mobile-group > summary {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid rgba(23, 18, 15, 0.14);
    border-radius: 8px;
    background: #fffdf9;
    color: var(--ink);
    font-size: 0.98rem;
    font-weight: 760;
    text-decoration: none;
    list-style: none;
    cursor: pointer;
  }

  .nav__mobile-group > summary {
    justify-content: space-between;
  }

  .nav__mobile-group > summary::after {
    content: "";
    width: 0.52em;
    height: 0.52em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
  }

  .nav__mobile-menu[open] .nav__mobile-group > summary::after {
    transform: rotate(45deg) translateY(-2px);
  }

  .nav__mobile-group[open] > summary::after {
    transform: rotate(225deg) translateY(-1px);
  }

  .nav__mobile-menu[open] .nav__mobile-group[open] > summary::after {
    transform: rotate(225deg) translateY(-1px);
  }

  .nav__mobile-group div {
    display: grid;
    gap: 0;
    margin-top: 6px;
    overflow: hidden;
    border: 1px solid rgba(23, 18, 15, 0.12);
    border-radius: 8px;
    background: #fbfaf8;
  }

  .nav__mobile-group:not([open]) > div {
    display: none;
  }

  .nav__mobile-group div a {
    min-height: 40px;
    padding: 10px 14px 10px 24px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: #fbfaf8;
    font-size: 0.93rem;
    font-weight: 600;
  }

  .nav__mobile-menu[open] .nav__mobile-group div a:last-child {
    border-bottom: 0;
    background: #fbfaf8;
    color: var(--ink);
    font-weight: 600;
  }

  .nav__mobile-panel > a:not(:last-child) {
    justify-content: space-between;
  }

  .nav__mobile-panel > a:not(:last-child)::after {
    content: "";
    width: 0.48em;
    height: 0.48em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
  }

  .nav__mobile-panel > a:last-child {
    background: #17120f;
    border-color: #17120f;
    color: #fff;
    font-weight: 800;
  }
}

@media (max-width: 760px) {
  .nav__inner {
    flex-wrap: wrap;
    min-height: auto;
    padding-block: 8px 10px;
  }

  .nav__brand {
    flex: 0 0 auto;
  }

  .nav__mark--logo {
    width: 88px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .nav__menu,
  .nav__actions,
  .nav__hamburger {
    display: none !important;
  }

  .breadcrumb {
    padding-block: 7px;
  }

  .breadcrumb__inner {
    align-items: center;
    flex-wrap: nowrap;
    gap: 7px;
    overflow: hidden;
    white-space: nowrap;
  }

  .breadcrumb__inner > span:last-of-type {
    flex: 0 0 auto;
    min-width: max-content;
  }

  .breadcrumb__offer {
    display: none !important;
  }

  .nav__mobile-contact,
  .nav__mobile-menu > summary {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.82rem;
  }

  .nav__mobile-estimate {
    min-height: 40px;
    font-size: 0.88rem;
  }

  .nav__mobile-panel {
    max-height: calc(100vh - 174px);
  }

  .hero {
    padding-block: 38px 46px;
  }

  .hero__inner {
    gap: 26px;
  }

  .hero__headline {
    gap: 12px;
  }

  .hero h1.hero__seo-eyebrow {
    max-width: 100%;
    font-size: 0.72rem;
    line-height: 1.24;
  }

  .hero__display {
    max-width: 100%;
    font-size: clamp(30px, 8.2vw, 34px);
    line-height: 1.06;
    font-weight: 740;
  }

  .hero__sub {
    max-width: 100%;
    font-size: 1.03rem;
    line-height: 1.35;
  }

  .hero__cta {
    margin-top: 4px;
  }

  .hero__cta .btn {
    min-height: 48px;
    max-width: 100%;
    padding-inline: 20px;
    white-space: normal;
  }

  .brand-story {
    min-height: auto;
    align-items: flex-start;
  }

  .brand-story__text {
    max-width: 100%;
    font-size: clamp(23px, 6.3vw, 28px);
    line-height: 1.2;
    font-weight: 650;
  }

  .statement-piece .brand-story__inner {
    padding-block: 42px;
  }

  .statement-piece .brand-story__text {
    font-size: clamp(21px, 5.6vw, 25px);
    font-weight: 620;
    line-height: 1.24;
  }
}

/* Car-show video embeds and mobile proof badges */
body[data-page-type="calendar"] .hero__media--shorts {
  background: #17120f;
  border-color: rgba(23, 18, 15, 0.2);
  border-radius: 10px;
  color: #fff;
}

.shorts-hero {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 0.86fr);
  align-items: center;
  gap: 20px;
  height: 100%;
  padding: 20px;
}

.shorts-phone {
  position: relative;
  width: min(100%, 230px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background-color: #000;
  background-image: var(--shorts-poster);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.shorts-phone--active {
  justify-self: center;
}

.shorts-phone iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
}

.shorts-phone__poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 14px;
  background: rgba(23, 18, 15, 0.2);
  color: #fff;
  text-decoration: none;
}

.shorts-phone__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(23, 18, 15, 0.06), rgba(23, 18, 15, 0.48));
}

.shorts-phone__poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shorts-phone__poster span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(23, 18, 15, 0.82);
  color: #fff;
  font-size: var(--fs-small);
  font-weight: 800;
  line-height: 1;
}

.shorts-phone__poster span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.shorts-phone--playing .shorts-phone__poster {
  opacity: 0;
  pointer-events: none;
}

.shorts-hero__caption {
  display: grid;
  gap: 10px;
  align-content: center;
}

.shorts-hero__caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--fs-eyebrow);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.shorts-hero__caption strong {
  color: #fff;
  font-size: var(--fs-h3);
  line-height: 1.06;
}

.shorts-hero__caption a {
  color: #fff;
  font-size: var(--fs-small);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.shorts-showcase {
  background: #fff;
}

body[data-page-type="calendar"] #calendar,
body[data-page-type="calendar"] #red-barn-shorts,
body[data-page-type="calendar"] #faq,
body[data-page-type="calendar"] #schedule {
  scroll-margin-top: 150px;
}

.shorts-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.shorts-video-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.shorts-video-card .shorts-phone {
  width: min(100%, 210px);
}

.shorts-video-card__body {
  display: grid;
  gap: 8px;
  width: 100%;
}

.shorts-video-card__body strong {
  color: var(--ink);
  font-size: var(--fs-h4);
  line-height: 1.1;
}

.shorts-video-card__body p {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-small);
  line-height: 1.45;
}

.shorts-video-card__body a {
  color: var(--ink);
  font-size: var(--fs-small);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width: 761px) {
  body[data-page-type="calendar"] .hero__cta {
    flex-wrap: nowrap;
    gap: 10px;
  }

  body[data-page-type="calendar"] .hero__cta .btn {
    padding-inline: 14px;
    font-size: clamp(16px, 0.3vw + 14px, 18px);
  }
}

@media (max-width: 760px) {
  body[data-page-type="calendar"] .hero__media--shorts {
    height: auto;
    min-height: 0;
  }

  body[data-page-type="calendar"] #calendar,
  body[data-page-type="calendar"] #red-barn-shorts,
  body[data-page-type="calendar"] #faq,
  body[data-page-type="calendar"] #schedule {
    scroll-margin-top: 190px;
  }

  .shorts-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
    padding: 16px;
  }

  .shorts-hero .shorts-phone {
    width: min(68vw, 220px);
  }

  .shorts-hero__caption {
    justify-items: center;
    text-align: center;
  }

  .shorts-video-grid {
    grid-template-columns: 1fr;
  }

  .shorts-video-card {
    justify-items: center;
  }

  .shorts-video-card .shorts-phone {
    width: min(74vw, 230px);
  }

  body[data-page-type="home"] .brand-story:not(.statement-piece) .brand-story__proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-page-type="home"] .brand-story:not(.statement-piece) .brand-story__proof span {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px 12px 48px;
    border-color: rgba(23, 18, 15, 0.18);
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 18, 15, 0.08);
    text-align: left;
  }

  body[data-page-type="home"] .brand-story:not(.statement-piece) .brand-story__proof span::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #17120f;
    transform: translateY(-50%);
  }

  body[data-page-type="home"] .brand-story:not(.statement-piece) .brand-story__proof span::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 7px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-60%) rotate(45deg);
  }

  .estimate-flow {
    scroll-margin-top: 0;
    padding-block: 36px 46px;
  }

  .estimate-flow__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .estimate-flow__intro {
    gap: 12px;
  }

  .estimate-flow__intro h2 {
    max-width: 100%;
    font-size: clamp(31px, 8.4vw, 38px);
  }

  .estimate-flow__intro p:not(.eyebrow) {
    font-size: 1rem;
  }

  .estimate-flow__launch {
    display: inline-flex;
    justify-self: start;
    margin-top: 4px;
  }

  .estimate-flow__microcopy {
    display: block;
    margin: 0;
    color: var(--muted);
    font-size: var(--fs-small);
    line-height: 1.4;
  }

  html.estimate-flow-lock,
  body.estimate-flow-lock {
    height: 100%;
    overflow: hidden;
  }

  .estimate-flow__panel {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: none;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 10px;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    padding: max(10px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    background: var(--surface);
    box-shadow: none;
    overflow: hidden;
    overscroll-behavior: none;
  }

  .estimate-flow.estimate-flow--open .estimate-flow__panel {
    display: grid;
  }

  .estimate-flow__panel-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    padding: 11px;
    border: 1px solid rgba(23, 18, 15, 0.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(23, 18, 15, 0.08);
  }

  .estimate-flow__panel-head .eyebrow {
    margin-bottom: 4px;
    font-size: 0.66rem;
  }

  .estimate-flow__panel-head h3 {
    font-size: 1rem;
    line-height: 1.12;
  }

  .estimate-flow__close {
    display: inline-grid;
    place-items: center;
  }

  .estimate-flow__status {
    gap: 6px;
    margin-top: 8px;
    font-size: 0.75rem;
  }

  .estimate-flow__status div {
    height: 7px;
  }

  .estimate-flow__form {
    display: grid;
    grid-template-rows: minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    padding: 14px 14px calc(82px + env(safe-area-inset-bottom));
    border: 1px solid rgba(23, 18, 15, 0.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(23, 18, 15, 0.1);
  }

  .estimate-flow__step legend {
    max-width: 100%;
    font-size: clamp(24px, 6.5vw, 30px);
  }

  .estimate-flow__hint {
    font-size: 0.94rem;
  }

  .estimate-flow__choices--two,
  .estimate-flow__fields--two,
  .estimate-flow__fields--three,
  .estimate-flow__checks {
    grid-template-columns: 1fr;
  }

  .estimate-flow__choice,
  .estimate-flow__checks label {
    min-height: 56px;
    padding: 11px 11px 11px 40px;
  }

  .estimate-flow__choice input,
  .estimate-flow__checks input {
    left: 13px;
    top: 16px;
  }

  .estimate-flow__choice small {
    font-size: 0.8rem;
  }

  .estimate-flow__step {
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    gap: 12px;
    align-content: start;
    padding: 2px 2px calc(112px + env(safe-area-inset-bottom));
  }

  .estimate-flow input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .estimate-flow select,
  .estimate-flow textarea {
    min-height: 46px;
    font-size: 1rem;
    padding: 10px 11px;
  }

  .estimate-flow textarea {
    min-height: 96px;
  }

  .estimate-flow__upload {
    padding: 14px;
  }

  .estimate-flow__upload span {
    font-size: 1rem;
  }

  .estimate-flow__controls {
    position: fixed;
    left: 26px;
    right: 26px;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 5002;
    display: grid;
    grid-template-columns: minmax(94px, 0.7fr) minmax(0, 1.3fr);
    gap: 8px;
    margin: 0;
    padding: 8px;
    border: 1px solid rgba(23, 18, 15, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 32px rgba(23, 18, 15, 0.18);
  }

  .estimate-flow__controls .btn {
    width: 100%;
    min-height: 48px;
    padding-inline: 12px;
  }

  .estimate-flow__controls .btn--ghost::after {
    content: none;
  }

  .estimate-flow__error {
    position: fixed;
    left: 28px;
    right: 28px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    z-index: 5002;
    min-height: 0;
    margin: 0;
    padding: 8px 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(23, 18, 15, 0.12);
    font-size: 0.84rem;
  }

  .estimate-flow__error:empty {
    display: none;
  }

  .estimate-flow__review dl {
    grid-template-columns: 1fr;
  }

  .estimate-flow__review {
    display: none;
  }

  .estimate-flow__thanks {
    align-content: center;
    min-height: 0;
    padding: 22px;
    border: 1px solid rgba(23, 18, 15, 0.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(23, 18, 15, 0.1);
  }

  .estimate-flow__thanks h3 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .estimate-flow__thanks-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Global estimate modal */
.estimate-flow {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  place-items: center;
  width: 100vw;
  height: 100dvh;
  padding: clamp(14px, 3vw, 34px);
  background: rgba(23, 18, 15, 0.42);
  overflow: hidden;
  overscroll-behavior: none;
}

.estimate-flow.estimate-flow--open {
  display: grid;
}

.estimate-flow__inner {
  display: block;
  width: min(980px, 100%);
  max-height: 100%;
}

.estimate-flow__intro,
.estimate-flow__launch,
.estimate-flow__microcopy {
  display: none !important;
}

.estimate-flow__panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  max-height: min(760px, calc(100dvh - 28px));
  border: 1px solid rgba(23, 18, 15, 0.14);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 28px 80px rgba(23, 18, 15, 0.28);
  padding: 12px;
  overflow: hidden;
}

.estimate-flow__form {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 18, 15, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: clamp(16px, 3vw, 28px);
}

.estimate-flow__step {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 18px;
}

.estimate-flow__controls {
  display: grid;
  grid-template-columns: minmax(110px, 0.55fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.estimate-flow__controls .btn {
  width: 100%;
}

.estimate-flow__controls .btn--ghost::after {
  content: none;
}

.estimate-flow__error:empty {
  display: none;
}

@media (max-width: 760px) {
  .contact-shell__fields {
    grid-template-columns: 1fr;
  }

  .contact-shell__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .estimate-flow {
    padding: max(10px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
    background: var(--surface);
  }

  .estimate-flow__inner {
    width: 100%;
    height: 100%;
  }

  .estimate-flow__panel {
    height: 100%;
    max-height: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }

  .estimate-flow__form {
    padding: 14px 14px calc(82px + env(safe-area-inset-bottom));
  }

  .estimate-flow__step {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }
}
