:root {
  color-scheme: light;
  --paper: #f6f3ec;
  --paper-deep: #ece9df;
  --ink: #243c31;
  --muted: #64685d;
  --green: #203c31;
  --green-soft: #c8d2c4;
  --line: #d3d6c9;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button { -webkit-text-size-adjust: 100%; }
::selection { color: var(--paper); background: var(--green); }
a { color: inherit; text-decoration: none; cursor: pointer; }
button, summary { cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a, button { transition: color 180ms ease, background-color 180ms ease, opacity 180ms ease; }
a:hover { color: #59724d; }
a:focus-visible, button:focus-visible, summary:focus-visible, video:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
button { font: inherit; color: inherit; }
[hidden] { display: none !important; }
img { display: block; width: 100%; height: auto; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: #14291f; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.045em; line-height: 1.06; }
h1 { font-size: clamp(52px, 6.3vw, 90px); }
h2 { font-size: clamp(40px, 4.3vw, 62px); }
h3 { font-size: 25px; line-height: 1.25; letter-spacing: -.02em; }
em { font-weight: 400; }
.shell { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 104px; }
.eyebrow { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; line-height: 1.6; }
.index { font-size: 11px; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 10px 0; border: 0; border-bottom: 1px solid currentColor; background: none; font-size: 12px; font-weight: 500; line-height: 1.4; text-align: left; }
.text-link span[aria-hidden] { font-size: 19px; font-weight: 400; line-height: 1; }
.text-link:hover { color: #59724d; }
.skip-link { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 12px 20px; background: var(--green); color: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 114px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 31px; height: 39px; flex: 0 0 auto; }
.brand-name { display: block; font-family: var(--serif); font-size: 27px; letter-spacing: -.035em; line-height: 1.05; }
.brand-description { display: block; margin-top: 5px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; flex-wrap: wrap; gap: 34px; font-size: 12px; }
.main-nav a { padding-block: 12px; }
.main-nav a:last-child span { margin-left: 12px; }
.hero { padding-top: 64px; }
.hero-intro { display: grid; grid-template-columns: 1.65fr 1fr; gap: 56px; align-items: end; margin-bottom: 52px; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.small-rule { width: 28px; height: 1px; background: currentColor; }
.hero-aside { max-width: 305px; padding-bottom: 8px; justify-self: end; }
.hero-aside p { margin-bottom: 20px; font-size: 15px; color: var(--muted); }
.hero-image img { aspect-ratio: 16 / 9; object-fit: contain; background: var(--paper-deep); }
.hero-image figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; font-size: 10px; color: var(--muted); }
.hero-image figcaption span:first-child { font-size: 12px; color: var(--ink); }
.project-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; }
.section-label { display: flex; gap: 23px; padding-top: 9px; }
.section-label .index { color: var(--muted); }
.project-copy { max-width: 740px; }
.project-copy h2 { margin-bottom: 25px; font-size: clamp(48px, 5vw, 70px); }
.project-copy .lead { font-family: var(--serif); font-size: 28px; line-height: 1.35; letter-spacing: -.02em; }
.project-copy > p:not(.lead) { max-width: 590px; margin-top: 22px; color: var(--muted); }
.project-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); }
.project-facts dt { margin-bottom: 6px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.project-facts dd { font-size: 12px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 43px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading > p, .section-heading-aside > p { max-width: 350px; font-size: 13px; color: var(--muted); }
.film-section { padding-block: 82px 51px; background: var(--green); color: var(--paper); }
.film-heading .eyebrow { color: var(--green-soft); }
.film-heading > p { color: var(--green-soft); }
.film-caption { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 21px; }
.film-caption > div { display: flex; align-items: baseline; gap: 18px; }
.film-number { color: var(--green-soft); font-size: 11px; white-space: nowrap; }
.film-caption h3 { font-size: 25px; }
.film-caption .text-link { font-size: 11px; flex-shrink: 0; }
.film-section a:hover { color: var(--green-soft); }
.film-details { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; font-size: 10px; }
.film-details span + span::before { content: ""; display: inline-block; width: 3px; height: 3px; border-radius: 50%; background: currentColor; margin: 0 18px 2px 0; }
.film-section .film-details { color: var(--green-soft); margin: 8px 0 0 37px; }
.walkthrough-section { display: grid; grid-template-columns: 1fr 1.7fr; gap: 70px; align-items: center; border-bottom: 1px solid var(--line); }
.walkthrough-copy .eyebrow { margin-bottom: 22px; }
.walkthrough-copy h2 { font-size: clamp(40px, 4vw, 54px); }
.walkthrough-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 13px; color: var(--muted); }
.walkthrough-copy .film-details { margin-top: 23px; color: var(--muted); }
.walkthrough-copy .text-link { margin-top: 14px; }
.media-footnote { margin-top: 13px; font-size: 10px; color: var(--muted); }

.section-heading-aside .comparison-toggle { margin-top: 12px; font-size: 11px; }
.room-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 34px; row-gap: 50px; align-items: start; }
.room-heading { display: flex; align-items: baseline; gap: 15px; margin-bottom: 17px; }
.room-heading .index { color: var(--muted); }
.room-heading h3 { font-size: 24px; }
.room-category { margin-left: auto; font-size: 9px; color: var(--muted); white-space: nowrap; }
.room figure { min-width: 0; }
.image-link { display: block; background: var(--paper-deep); }
.image-link:hover { opacity: .87; }
.image-link img { aspect-ratio: 16 / 9; object-fit: contain; }
.room figcaption { display: flex; justify-content: space-between; gap: 20px; padding-block: 12px; font-size: 10px; color: var(--muted); }
.room figcaption a { color: var(--ink); }
.room figcaption a span { margin-left: 8px; }
.room-comparison { border-top: 1px solid var(--line); }
.room-comparison summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 44px; padding: 9px 0; font-size: 10px; list-style: none; }
.room-comparison summary::-webkit-details-marker { display: none; }
.room-comparison summary:hover { color: #59724d; }
.expand-icon { display: block; position: relative; width: 12px; height: 12px; flex: 0 0 12px; }
.expand-icon::before, .expand-icon::after { content: ""; position: absolute; background: currentColor; }
.expand-icon::before { width: 10px; height: 1px; left: 1px; top: 5px; }
.expand-icon::after { height: 10px; width: 1px; left: 5px; top: 1px; }
.room-comparison[open] .expand-icon::after { display: none; }
.room-comparison[open] summary { margin-bottom: 7px; }
.gallery-note { margin-top: 36px; font-size: 10px; color: var(--muted); }

.plan-section { padding-block: 80px; background: var(--paper-deep); }
.plan-layout { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 100px; }
.plan-copy .eyebrow { margin-bottom: 22px; }
.plan-copy > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); max-width: 390px; font-size: 13px; }
.plan-copy > .text-link { margin-top: 17px; }
.scope-note { max-width: 390px; margin-top: 50px; padding-left: 19px; border-left: 1px solid #8d9a87; }
.scope-note .eyebrow { font-size: 9px; margin-bottom: 8px; }
.scope-note > p:last-child { font-size: 11px; color: var(--muted); }
.floor-plan { max-width: 520px; justify-self: end; }
.floor-plan > a { display: block; padding: 16px; background: #fff; }
.floor-plan > a:hover { opacity: .86; }
.floor-plan figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 16px; font-size: 9px; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.service { border-top: 1px solid var(--line); padding-top: 23px; }
.service > .index { color: var(--muted); }
.service h3 { margin-top: 36px; font-size: 29px; }
.service p { max-width: 310px; margin-top: 18px; font-size: 13px; color: var(--muted); }
.service .service-detail { margin-top: 26px; font-size: 9px; letter-spacing: .035em; color: var(--ink); }
.approach-section { display: grid; grid-template-columns: 1fr 1.05fr; gap: 110px; border-top: 1px solid var(--line); }
.approach-intro .eyebrow { margin-bottom: 23px; }
.approach-intro h2 { font-size: clamp(39px, 4vw, 54px); line-height: 1.15; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 32px 1fr; gap: 23px; padding-block: 28px; border-top: 1px solid var(--line); }
.process-list li:first-child { padding-top: 0; border-top: 0; }
.process-list li:last-child { padding-bottom: 0; }
.process-list .index { padding-top: 6px; color: var(--muted); }
.process-list h3 { font-size: 25px; }
.process-list p { margin-top: 13px; color: var(--muted); font-size: 13px; }
.site-footer { padding-top: 66px; color: var(--paper); background: var(--green); }
.footer-main { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 58px; }
.footer-main .eyebrow { color: var(--green-soft); font-size: 9px; }
.footer-statement { margin-top: 23px; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); line-height: 1.07; letter-spacing: -.035em; }
.footer-links { min-width: 200px; display: flex; flex-direction: column; align-items: stretch; }
.footer-links a { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 13px; font-size: 11px; border-bottom: 1px solid #567064; }
.footer-links a:hover { color: var(--green-soft); }
.footer-links span { font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 23px; border-top: 1px solid #567064; color: var(--green-soft); font-size: 9px; }

@media (min-width: 1700px) {
  .shell { width: min(1500px, calc(100% - 160px)); }
  h1 { font-size: 100px; }
  .hero-intro { margin-bottom: 64px; }
}
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .hero-intro { grid-template-columns: 1.8fr 1fr; gap: 30px; }
  .hero-aside p { font-size: 13px; }
  .hero-aside .text-link { font-size: 11px; gap: 20px; }
  .main-nav { gap: 24px; }
  .project-intro { grid-template-columns: 1fr 2.3fr; gap: 35px; }
  .walkthrough-section { gap: 40px; }
  .room-heading { flex-wrap: wrap; column-gap: 10px; row-gap: 3px; }
  .room-heading h3 { font-size: 22px; }
  .room-category { display: block; flex-basis: 100%; margin-left: 26px; }
  .plan-layout { gap: 55px; }
  .services-grid { gap: 28px; }
  .service h3 { font-size: 26px; }
  .approach-section { gap: 60px; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .section-space { padding-block: 66px; }
  .site-header { min-height: auto; padding-top: 25px; padding-bottom: 16px; flex-wrap: wrap; gap: 22px; }
  .brand-mark { width: 27px; height: 35px; }
  .brand-name { font-size: 26px; }
  .brand-description { font-size: 8px; }
  .main-nav { width: 100%; justify-content: space-between; column-gap: 12px; font-size: 12px; }
  .main-nav a { padding-block: 12px; min-height: 44px; }
  .main-nav a:last-child span { margin-left: 5px; }
  .hero { padding-top: 43px; }
  .hero-intro { grid-template-columns: 1fr; gap: 25px; margin-bottom: 34px; }
  h1 { font-size: clamp(46px, 8.7vw, 65px); }
  .hero .eyebrow { margin-bottom: 20px; font-size: 9px; }
  .hero-aside { justify-self: start; max-width: 370px; padding-bottom: 0; }
  .hero-aside p { font-size: 14px; margin-bottom: 10px; }
  .hero-aside .text-link { font-size: 12px; }
  .hero-image figcaption { padding-top: 11px; font-size: 9px; gap: 15px; }
  .hero-image figcaption span:first-child { font-size: 10px; }
  .project-intro { grid-template-columns: 1fr; gap: 29px; }
  .section-label { padding-top: 0; gap: 16px; }
  .project-copy h2 { margin-bottom: 19px; font-size: 48px; }
  .project-copy .lead { font-size: 25px; }
  .project-copy > p:not(.lead) { font-size: 14px; }
  .project-facts { gap: 15px; margin-top: 28px; }
  .project-facts dd { font-size: 11px; }
  .project-facts dt { font-size: 8px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; margin-bottom: 30px; }
  .section-heading .eyebrow { margin-bottom: 14px; }
  .section-heading h2 { font-size: 43px; }
  .film-section { padding-block: 55px 36px; }
  .film-caption { align-items: start; padding-top: 18px; gap: 16px; }
  .film-caption > div { gap: 10px; }
  .film-caption h3 { font-size: 20px; }
  .film-caption .text-link { padding-top: 3px; font-size: 10px; gap: 8px; }
  .film-number { font-size: 9px; }
  .film-section .film-details { margin-left: 29px; margin-top: 12px; }
  .walkthrough-section { grid-template-columns: 1fr; gap: 32px; }
  .walkthrough-copy { max-width: 470px; }
  .walkthrough-copy .eyebrow { margin-bottom: 17px; }
  .walkthrough-copy h2 br { display: none; }
  .walkthrough-copy h2 br::after { content: " "; }
  .walkthrough-copy h2 em::before { content: " "; }
  .walkthrough-copy > p:not(.eyebrow) { margin-top: 19px; }
  .room-grid { grid-template-columns: 1fr; row-gap: 34px; }
  .room-heading { flex-wrap: wrap; gap: 4px 12px; margin-bottom: 13px; }
  .room-heading h3 { font-size: 23px; }
  .room-category { flex-basis: 100%; margin-left: 26px; font-size: 11px; }
  .room figcaption { font-size: 10px; padding-block: 11px; }
  .room-comparison summary { font-size: 11px; }
  .gallery-note { margin-top: 28px; font-size: 10px; }
  .plan-section { padding-block: 55px; }
  .plan-layout { grid-template-columns: 1fr; gap: 36px; }
  .plan-copy .eyebrow { margin-bottom: 17px; }
  .plan-copy > p:not(.eyebrow) { margin-top: 19px; }
  .plan-copy h2 { font-size: 44px; }
  .scope-note { margin-top: 30px; }
  .floor-plan { max-width: 520px; width: 100%; justify-self: center; }
  .floor-plan > a { padding: 12px; }
  .services-grid { grid-template-columns: 1fr; gap: 30px; }
  .service { padding-top: 16px; }
  .service h3 { margin-top: 16px; font-size: 29px; }
  .service p { max-width: 450px; margin-top: 14px; }
  .service .service-detail { margin-top: 18px; }
  .approach-section { grid-template-columns: 1fr; gap: 38px; }
  .approach-intro .eyebrow { margin-bottom: 17px; }
  .approach-intro h2 { font-size: 42px; }
  .process-list li { gap: 13px; padding-block: 24px; }
  .process-list h3 { font-size: 24px; }
  .site-footer { padding-top: 48px; }
  .footer-main { align-items: start; flex-direction: column; padding-bottom: 38px; gap: 32px; }
  .footer-links { width: 100%; }
  .footer-statement { font-size: 52px; }
  .footer-bottom { flex-direction: column; gap: 7px; padding-block: 20px; }
}
@media (max-width: 370px) {
  .shell { width: calc(100% - 32px); }
  .brand-description { font-size: 7px; }
  .main-nav { font-size: 12px; gap: 10px; }
  h1 { font-size: 42px; }
  .section-heading h2 { font-size: 38px; }
  .project-facts { grid-template-columns: 1fr; gap: 13px; }
  .project-facts div { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
  .project-facts dt { margin-bottom: 0; }
  .room-heading h3 { font-size: 20px; }
  .room-category { font-size: 11px; }
  .film-caption { flex-direction: column; gap: 7px; }
  .film-caption .text-link { margin-left: 29px; }
  .film-details { gap: 9px; }
  .film-details span + span::before { margin-right: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Responsive player for the client-provided YouTube walkthrough. */
.youtube-player { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border: 0; background: #172b24; }
