/* Final interior-route layer: additive refinements over the recovered Fable 5 system. */
.final-interior {
  background: #f5f7fa;
}

.final-interior .utility-bar {
  background: var(--lake-950);
  color: #edf4fa;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.final-interior .utility-inner {
  display: flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.final-interior .utility-inner p {
  margin: 0;
}

.final-interior .utility-inner a {
  color: #fff;
  text-decoration: none;
}

.final-interior .site-header {
  background: rgba(255,255,255,.98);
}

.final-interior .nav-wrap {
  width: min(var(--container), calc(100% - 2.5rem));
  margin-inline: auto;
}

.final-interior .page-hero {
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.final-interior .page-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  pointer-events: none;
}

.final-interior .page-hero .hero-grid {
  position: relative;
  z-index: 1;
}

.final-interior .page-hero h1 {
  max-width: 13ch;
}

.final-interior .hero-media {
  transform: rotate(1.1deg);
  border: .7rem solid #edf3f8;
  background: #fff;
  box-shadow: 0 30px 70px rgba(5,26,48,.28);
}

.final-interior .hero-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.final-interior .hero-media figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem .9rem .1rem;
  color: var(--lake-950);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.final-interior .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  color: var(--lake-900);
  font-size: .9rem;
  font-weight: 750;
  list-style: none;
}

.final-interior .hero-proof li::before {
  margin-right: .42rem;
  color: #ff9a62;
  content: "✓";
}

.signal-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.signal-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.signal-strip article {
  min-height: 8.5rem;
  padding: 1.7rem 1.4rem;
  border-right: 1px solid var(--line);
}

.signal-strip article:first-child {
  border-left: 1px solid var(--line);
}

.signal-strip span {
  display: block;
  margin-bottom: .45rem;
  color: var(--copper-dark);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.signal-strip strong {
  display: block;
  color: var(--lake-950);
  font-size: 1.05rem;
  line-height: 1.25;
}

.signal-strip small {
  display: block;
  margin-top: .35rem;
  color: var(--slate);
  font-size: .86rem;
  line-height: 1.45;
}

.section-intro-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
  align-items: start;
}

.section-intro-split > .section-heading {
  position: sticky;
  top: 7rem;
  margin-bottom: 0;
}

.fit-grid,
.pain-grid,
.scope-grid,
.material-grid,
.proof-grid {
  display: grid;
  gap: 1rem;
}

.fit-grid,
.pain-grid,
.scope-grid,
.material-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fit-card,
.pain-card,
.scope-card,
.material-card {
  position: relative;
  min-height: 14rem;
  padding: 1.7rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.fit-card::before,
.pain-card::before,
.scope-card::before,
.material-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: .3rem;
  height: 100%;
  background: var(--copper);
  content: "";
}

.fit-card h3,
.pain-card h3,
.scope-card h3,
.material-card h3 {
  margin-bottom: .65rem;
  color: var(--lake-950);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.fit-card p,
.pain-card p,
.scope-card p,
.material-card p {
  margin: 0;
  color: var(--slate);
}

.fit-card small,
.pain-card small,
.scope-card small,
.material-card small {
  display: block;
  margin-bottom: .8rem;
  color: var(--copper-dark);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.editorial-ledger {
  margin: 0;
  padding: 0;
  list-style: none;
}

.editorial-ledger li {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
}

.editorial-ledger li:last-child {
  border-bottom: 1px solid var(--line);
}

.editorial-ledger > li > span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  background: var(--copper);
  color: var(--lake-950);
  font-weight: 900;
}

.editorial-ledger h3 {
  margin-bottom: .35rem;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
}

.editorial-ledger p {
  max-width: 58ch;
  margin: 0;
  color: var(--slate);
}

.project-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, .85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.project-story.reverse {
  grid-template-columns: minmax(22rem, .85fr) minmax(0, 1.15fr);
}

.project-story.reverse .project-gallery {
  order: 2;
}

.project-gallery {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(2, minmax(12rem, 1fr));
  gap: .75rem;
}

.project-gallery figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--sky-100);
}

.project-gallery figure:first-child {
  grid-row: 1 / 3;
}

.project-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-gallery figcaption {
  position: absolute;
  right: .7rem;
  bottom: .7rem;
  left: .7rem;
  padding: .6rem .75rem;
  background: rgba(16,42,71,.9);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.3;
}

.project-copy h2 {
  margin-bottom: 1.1rem;
}

.project-copy p:not(.eyebrow) {
  color: var(--slate);
}

.project-copy .check-list {
  margin-top: 1.5rem;
}

.testimonial-stage {
  position: relative;
  overflow: hidden;
  background: var(--lake-950);
  color: #fff;
}

.testimonial-stage::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 10%, rgba(223,113,60,.32), transparent 31%);
  content: "";
}

.testimonial-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, .78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}

.testimonial-player {
  position: relative;
  max-width: 30rem;
  margin: 0;
  padding: .75rem;
  transform: rotate(-1deg);
  background: #edf3f8;
  box-shadow: 0 28px 60px rgba(0,0,0,.3);
}

.testimonial-player video {
  display: block;
  width: 100%;
  background: #0d1d2d;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.testimonial-player figcaption {
  padding: .7rem .3rem .15rem;
  color: var(--lake-950);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.testimonial-copy blockquote {
  max-width: 18ch;
  margin: 0 0 1.5rem;
  color: #fff;
  font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.2rem, 4.9vw, 4.75rem);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: .98;
}

.testimonial-copy p:not(.eyebrow) {
  max-width: 56ch;
  color: #d9e4ed;
}

.testimonial-copy .stars {
  margin-bottom: .8rem;
  color: #ffb15f;
  font-size: 1.25rem;
  letter-spacing: .12em;
}

.choice-band {
  background: #e5eff8;
}

.choice-band-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.choice-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #b7c9d9;
}

.choice-panel article {
  min-height: 19rem;
  padding: 2rem;
  background: #fff;
}

.choice-panel article:first-child {
  background: var(--lake-900);
  color: #fff;
}

.choice-panel article + article {
  border-left: 1px solid #b7c9d9;
}

.choice-panel h3 {
  margin: .6rem 0 1rem;
}

.choice-panel p {
  color: inherit;
  opacity: .84;
}

.choice-panel .btn {
  margin-top: 1rem;
}

.offer-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(15rem, .8fr);
  overflow: hidden;
  background: var(--lake-900);
  box-shadow: var(--shadow);
  color: #fff;
}

.offer-frame > div {
  padding: clamp(2rem, 5vw, 4.75rem);
}

.offer-frame .offer-aside {
  display: grid;
  place-content: center;
  background: var(--copper);
  color: var(--lake-950);
}

.offer-frame .offer-aside strong {
  display: block;
  max-width: 8ch;
  font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .9;
}

.offer-frame h2 {
  margin-bottom: 1rem;
}

.offer-frame p,
.offer-frame li {
  color: #dbe7f0;
}

.offer-frame .offer-aside p {
  color: var(--lake-950);
}

.compact-guarantee {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.4rem 1.6rem;
  border: 1px solid var(--line);
  background: #fff;
}

.compact-guarantee .seal {
  display: grid;
  width: 4.4rem;
  height: 4.4rem;
  place-items: center;
  border-radius: 50%;
  background: var(--lake-900);
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.compact-guarantee h3,
.compact-guarantee p {
  margin: 0;
}

.compact-guarantee p {
  color: var(--slate);
}

.review-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.review-wall .visual-review-card {
  min-height: 17rem;
  margin: 0;
  padding: 1.6rem;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
}

.review-wall .visual-review-card blockquote {
  margin: 1.2rem 0 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.review-identity-plate {
  display: block;
  width: min(100%, 40rem);
  height: auto;
  aspect-ratio: 660 / 184;
  margin: 0;
  object-fit: contain;
}

.review-wall .review-identity-plate {
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.18));
}

.review-gallery .visual-review-card > .review-identity-plate {
  margin-bottom: 1.25rem;
}

.review-wall .review-person img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.review-wall .review-person strong,
.review-wall .review-person small {
  display: block;
}

.review-wall .review-person small {
  color: #cbd9e5;
}

.review-wall .review-person span {
  color: #ffb15f;
}

.location-context {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(2.5rem, 7vw, 7rem);
}

.location-context .context-panel {
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--lake-900);
  color: #fff;
}

.location-context .context-panel p,
.location-context .context-panel li {
  color: #dbe5ee;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.area-grid a {
  min-height: 12rem;
  padding: 1.6rem;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
}

.area-grid a:hover {
  transform: translateY(-2px);
  border-color: var(--copper);
  box-shadow: var(--shadow-small);
}

.area-grid strong,
.area-grid span {
  display: block;
}

.area-grid strong {
  color: var(--lake-950);
  font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.area-grid span {
  margin-top: .65rem;
  color: var(--slate);
}

.estimate-launch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .76fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.aerial-measure-illustration {
  position: relative;
  min-height: 27rem;
  overflow: hidden;
  border: .65rem solid #fff;
  border-radius: .35rem;
  background: #dbe7ef;
  box-shadow: var(--shadow);
}

.aerial-measure-illustration svg {
  display: block;
  width: 100%;
  min-height: 27rem;
  object-fit: cover;
}

.aerial-measure-illustration .measure-terrain {
  fill: rgba(39, 83, 136, .18);
}

.aerial-measure-illustration .measure-property-lines {
  fill: none;
  stroke: rgba(32, 74, 119, .28);
  stroke-width: 2;
}

.aerial-measure-illustration .measure-roof-shadow {
  fill: rgba(16, 42, 71, .23);
}

.aerial-measure-illustration .measure-roof-outline {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linejoin: round;
}

.aerial-measure-illustration .measure-roof-fill {
  fill: rgba(32, 74, 119, .68);
}

.aerial-measure-illustration .measure-ridge {
  fill: none;
  stroke: rgba(255, 255, 255, .78);
  stroke-width: 3;
}

.aerial-measure-illustration .measure-points {
  fill: var(--copper);
  stroke: #fff;
  stroke-width: 4;
}

.aerial-measure-illustration .measure-scan-line {
  fill: none;
  stroke: var(--copper);
  stroke-width: 5;
  stroke-dasharray: 12 10;
}

.aerial-measure-illustration .measure-scale {
  fill: var(--lake-950);
  stroke: var(--lake-950);
  stroke-width: 3;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.measure-readout {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: .9rem 1rem;
  background: rgba(16,42,71,.9);
  color: #fff;
  font-size: .85rem;
  font-weight: 800;
}

.measure-readout span,
.measure-readout strong {
  display: block;
}

.measure-readout span {
  color: #bfcddd;
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.measure-readout strong {
  margin-top: .2rem;
  font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-size: 1.15rem;
}

.schedule-shell {
  display: grid;
  grid-template-columns: minmax(18rem, .7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.schedule-aside {
  position: sticky;
  top: 7rem;
}

.schedule-estimate-handoff {
  display: grid;
  gap: .3rem;
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--orange);
  background: rgba(255, 255, 255, .12);
}

.schedule-estimate-handoff[hidden] {
  display: none;
}

.schedule-estimate-handoff > span {
  font-size: .92rem;
}

.calendar-frame {
  min-width: 0;
  padding: .8rem;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-small);
}

.final-interior .final-cta {
  background: var(--lake-900);
}

.final-interior .final-cta > .container {
  align-items: center;
}

.final-interior .site-footer {
  border-top: 5px solid var(--copper);
}

@media (max-width: 980px) {
  .signal-strip .container,
  .area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-intro-split,
  .project-story,
  .project-story.reverse,
  .testimonial-grid,
  .choice-band-grid,
  .location-context,
  .estimate-launch,
  .schedule-shell {
    grid-template-columns: 1fr;
  }

  .section-intro-split > .section-heading,
  .schedule-aside {
    position: static;
  }

  .project-story.reverse .project-gallery {
    order: 0;
  }

  .testimonial-player {
    width: min(28rem, 100%);
  }

  .compact-guarantee {
    grid-template-columns: auto 1fr;
  }

  .compact-guarantee .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .final-interior .utility-inner {
    justify-content: center;
    text-align: center;
  }

  .final-interior .utility-inner p:last-child {
    display: none;
  }

  .signal-strip .container,
  .fit-grid,
  .pain-grid,
  .scope-grid,
  .material-grid,
  .choice-panel,
  .review-wall,
  .area-grid,
  .offer-frame {
    grid-template-columns: 1fr;
  }

  .signal-strip article,
  .signal-strip article:first-child {
    min-height: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .choice-panel article + article {
    border-top: 1px solid #b7c9d9;
    border-left: 0;
  }

  .project-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 17rem 11rem;
  }

  .project-gallery figure:first-child {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .offer-frame .offer-aside {
    min-height: 14rem;
  }

  .compact-guarantee {
    grid-template-columns: 1fr;
  }

  .compact-guarantee .seal {
    width: 3.8rem;
    height: 3.8rem;
  }

  .testimonial-copy blockquote {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
  }
}
