:root {
  --ink: #1b1a18;
  --charcoal: #282622;
  --cream: #f6f2eb;
  --paper: #fffdf9;
  --sand: #dfd2c1;
  --clay: #aa7552;
  --sage: #667064;
  --line: rgba(27, 26, 24, 0.16);
  --serif: Baskerville, "Baskerville Old Face", Palatino, Georgia, serif;
  --sans: Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --max: 1280px;
  --shadow: 0 24px 70px rgba(34, 27, 20, 0.13);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--paper);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: var(--ink);
  color: var(--paper);
}

.nav-shell {
  width: min(calc(100% - 40px), var(--max));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img { width: auto; height: 42px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--sand); }

.nav-cta {
  padding: 11px 17px;
  border: 1px solid rgba(255,255,255,.55);
}

.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em;
}

h1 { font-size: clamp(48px, 6.4vw, 88px); line-height: .98; }
h2 { font-size: clamp(38px, 4.5vw, 64px); line-height: 1.04; }
h3 { font-size: clamp(25px, 2.3vw, 34px); line-height: 1.12; }

.lede { max-width: 720px; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); background: var(--clay); border-color: var(--clay); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: var(--ink); color: var(--paper); }
.button.light { border-color: var(--paper); background: var(--paper); color: var(--ink); }

.section { padding: clamp(78px, 10vw, 140px) 0; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 40px), 860px); margin: 0 auto; }
.muted { color: #625d55; }

.landing-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8vh 20px 48px;
  background: url('../../images/stoddards/DSC06405.jpg') 20% 29% / cover no-repeat;
  color: var(--paper);
  text-align: center;
}

.landing-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,26,26,.8) 0%, rgba(26,26,26,.3) 100%);
}

.landing-hero-content { position: relative; z-index: 1; width: min(100%, 1400px); }
.landing-logo { display: block; width: auto; height: 140px; margin: 0 auto 24px; opacity: .95; }
.landing-hero h1 {
  max-width: none;
  margin: 0 auto 16px;
  color: #f5f2ed;
  font-family: var(--serif);
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-shadow: 2px 2px 4px rgba(0,0,0,.3);
}
.landing-hero .lede {
  max-width: 1100px;
  margin: 0 auto 32px;
  color: #f5f2ed;
  font-family: var(--sans);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 2px 2px 8px rgba(0,0,0,.6), 1px 1px 4px rgba(0,0,0,.8);
}
.choice-prompt {
  margin: 55px 0 24px;
  color: rgba(255,253,249,.8);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-choice-grid { max-width: 780px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero-choice {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border: 1px solid rgba(255,253,249,.62);
  background: rgba(20,18,16,.24);
  color: var(--paper);
  text-decoration: none;
  backdrop-filter: blur(3px);
  transition: background .2s ease, border-color .2s ease;
}
.hero-choice:hover { background: rgba(20,18,16,.68); border-color: var(--paper); }
.hero-choice strong { font-family: var(--serif); font-size: clamp(26px, 3vw, 38px); font-weight: 400; line-height: 1.1; }
.hero-choice span { margin-top: 8px; color: rgba(255,253,249,.76); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.path-section { padding: clamp(78px, 9vw, 125px) 0; background: var(--cream); color: var(--ink); }
.path-prompt { margin-bottom: clamp(48px, 7vw, 82px); text-align: center; font-family: var(--serif); font-size: clamp(28px, 3.1vw, 43px); font-weight: 400; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }

.path-card {
  min-height: 340px;
  display: flex;
  align-items: center;
  background: transparent;
  color: var(--ink);
}

.path-card + .path-card { border-left: 1px solid var(--line); }
.path-copy { width: 100%; padding: 10px clamp(34px, 6vw, 78px); }
.path-copy h2 { margin-bottom: 18px; font-size: clamp(40px, 4.3vw, 62px); }
.path-copy p { max-width: 500px; min-height: 112px; color: #625d55; }
.path-copy .button { margin-top: 18px; }

.proof-strip { border-top: 1px solid rgba(255,253,249,.12); border-bottom: 1px solid rgba(255,253,249,.12); background: var(--ink); color: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 28px 24px; border-left: 1px solid rgba(255,253,249,.14); text-align: center; }
.proof-item:last-child { border-right: 1px solid rgba(255,253,249,.14); }
.proof-item strong { display: block; color: var(--paper); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.proof-item span { color: rgba(255,253,249,.68); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.split-hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: var(--paper); }
.split-copy { display: flex; align-items: center; padding: clamp(58px, 7vw, 110px); }
.split-copy h1 { margin-bottom: 28px; font-size: clamp(48px, 5.6vw, 78px); }
.split-photo { min-height: 560px; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; }

.rental-hero {
  min-height: calc(100vh - 82px);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(90px, 12vh, 150px) 20px;
  color: var(--paper);
  text-align: center;
}
.rental-hero-media,
.rental-hero-media picture,
.rental-hero-media img,
.rental-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.rental-hero-media picture { display: block; }
.rental-hero-media img { object-fit: cover; object-position: center 58%; }
.rental-hero-shade {
  background: linear-gradient(180deg, rgba(20,19,17,.92) 0%, rgba(20,19,17,.63) 30%, rgba(20,19,17,.38) 64%, rgba(20,19,17,.3) 100%);
}
.rental-hero-content { position: relative; z-index: 1; width: min(100%, 1040px); }
.rental-hero .eyebrow { color: var(--sand); }
.rental-hero h1 { margin-bottom: 26px; color: var(--paper); font-size: clamp(52px, 7vw, 96px); }
.rental-hero .lede { margin: 0 auto; color: rgba(255,253,249,.88); }
.rental-hero .button-row { justify-content: center; }
.second-home-hero .rental-hero-media img { object-position: center 52%; }
.second-home-hero .rental-hero-shade {
  background: linear-gradient(180deg, rgba(20,19,17,.9) 0%, rgba(20,19,17,.62) 34%, rgba(20,19,17,.34) 72%, rgba(20,19,17,.28) 100%);
}
.second-home-hero .rental-hero-content { width: min(100%, 1120px); }
.second-home-hero h1 { max-width: 1080px; margin-left: auto; margin-right: auto; font-size: clamp(50px, 6.4vw, 88px); }
.second-home-claim { background: var(--cream); }
.second-home-claim .section-heading p { color: #625d55; }
.second-home-outcomes { gap: 22px; background: transparent; }
.second-home-outcomes .process-step { box-shadow: 0 1px 0 var(--line); }
.second-home-principles .section-heading .lede { color: rgba(255,253,249,.72); }
.second-home-projects { background: var(--paper); }
.second-home-project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.second-home-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: repeat(2, minmax(240px, 1fr));
  gap: 16px;
}
.second-home-gallery figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #d7d0c7; }
.second-home-gallery .gallery-feature { grid-row: 1 / 3; }
.second-home-gallery picture { display: block; width: 100%; height: 100%; }
.second-home-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.second-home-gallery figure:hover img { transform: scale(1.02); }
.project-gallery-caption { display: grid; grid-template-columns: .75fr 1.5fr .55fr; gap: 28px; align-items: start; padding: 28px 0 0; }
.project-gallery-caption .meta { color: var(--clay); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-gallery-caption p { margin: 0; color: #625d55; }
.project-gallery-caption .text-link { justify-self: end; text-decoration: none; }
.second-home-service,
.vacation-rental-service { background: var(--sand); }
.second-home-service .section-heading p,
.vacation-rental-service .section-heading p { color: var(--ink); }
.process-intro { max-width: 900px; margin-bottom: 72px; }
.process-timeline {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.process-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 50%;
  width: 1px;
  background: rgba(27,26,24,.34);
  transform: translateX(-50%);
}
.timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
  align-items: center;
  min-height: 190px;
}
.timeline-marker {
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border: 1px solid rgba(27,26,24,.42);
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--serif);
  font-size: 17px;
}
.timeline-card {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  padding: 30px 34px 32px;
  border-top: 1px solid rgba(27,26,24,.3);
  background: rgba(255,253,249,.46);
}
.timeline-step:nth-child(even) .timeline-card { grid-column: 3; }
.timeline-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  width: 45px;
  height: 1px;
  background: rgba(27,26,24,.34);
}
.timeline-step:nth-child(even) .timeline-card::after { right: auto; left: -45px; }
.timeline-label {
  margin: 0 0 11px;
  color: var(--clay);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.timeline-card h3 { margin-bottom: 13px; font-size: clamp(26px, 3vw, 38px); }
.timeline-card > p:last-child { margin: 0; color: #514c45; font-size: 15px; line-height: 1.72; }
.second-home-page .quote-band { background: var(--cream); }
.second-home-fit { background: var(--cream); }

.section-heading { display: block; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading p { margin: 0; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading p + p { margin-top: 12px; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.projects-section { background: var(--paper); }
.project-card { background: var(--paper); text-decoration: none; box-shadow: 0 1px 0 var(--line); }
.project-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #d7d0c7; }
.project-image picture { display: block; height: 100%; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-image img { transform: scale(1.03); }
.project-copy { padding: 27px 24px 30px; }
.project-copy .meta { margin-bottom: 9px; color: var(--clay); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-copy h3 { margin-bottom: 11px; }
.project-copy p { margin-bottom: 18px; color: #625d55; font-size: 15px; }
.text-link { border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.placeholder-card { border: 1px dashed rgba(27,26,24,.3); box-shadow: none; }
.placeholder-card .project-image { display: grid; place-items: center; background: #ece5dc; color: #776e64; }
.placeholder-mark { font-family: var(--serif); font-size: 52px; }

.dark-section { background: var(--ink); color: var(--paper); }
.dark-section .muted, .dark-section .section-heading p { color: rgba(255,253,249,.67); }
.dark-section .eyebrow { color: var(--sand); }

.cash-flow-section { background: var(--cream); color: var(--ink); }
.cash-flow-section .section-heading p { color: #625d55; }
.design-depth-section { background: var(--ink); color: var(--paper); }
.design-depth-section .section-heading p { color: rgba(255,253,249,.67); }
.design-depth-section .process-grid { background: rgba(255,255,255,.2); }
.design-depth-section .process-step { background: var(--ink); }
.design-depth-section .process-step p { color: rgba(255,253,249,.68); }
.design-depth-section .step-number { color: var(--sand); }
.design-depth-section .button.light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.design-depth-section .button.light:hover { background: transparent; color: var(--paper); border-color: var(--paper); }
.stage-grid, .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.2); }
.stage, .process-step { min-height: 330px; padding: 38px; background: var(--ink); }
.stage-number, .step-number { display: block; margin-bottom: 65px; color: var(--sand); font-family: var(--serif); font-size: 25px; }
.stage h3, .process-step h3 { margin-bottom: 18px; }
.design-lever-heading { display: block; }
.design-lever-arrow { margin-left: 6px; color: #9aaa96; font: inherit; }
.stage p, .process-step p { color: rgba(255,253,249,.68); }
.journey-cta { margin-top: 42px; text-align: left; }

.process-grid.light { background: var(--line); }
.process-grid.light .process-step { background: var(--paper); }
.process-grid.light .process-step p { color: #625d55; }
.process-grid.light .step-number { color: var(--clay); }
.process-grid.light.cash-flow-grid {
  gap: 22px;
  background: transparent;
}
.cash-flow-grid .process-step {
  box-shadow: 0 1px 0 var(--line);
}

.quote-band { background: var(--sand); }
.quote { max-width: 970px; margin: 0 auto; text-align: center; }
.quote .review-stars { margin-bottom: 22px; color: var(--clay); font-size: 15px; letter-spacing: .18em; }
.quote blockquote { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(29px, 4vw, 49px); line-height: 1.25; }
.quote cite { font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.quote .button-row { justify-content: center; }

.guest-reviews-teaser { background: var(--cream); color: var(--ink); }
.guest-reviews-teaser .section-heading p { color: var(--ink); }
.guest-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
}
.guest-review-card {
  margin: 0;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: none;
}
.guest-review-card .review-stars {
  margin-bottom: 24px;
  color: var(--clay);
  font-size: 13px;
  letter-spacing: .16em;
}
.guest-review-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(23px, 2.1vw, 31px);
  line-height: 1.28;
  color: var(--ink);
}
.guest-reviews-teaser .button-row { justify-content: flex-start; }
.guest-reviews-teaser .button.light { border-color: var(--ink); background: transparent; color: var(--ink); }
.guest-reviews-teaser .button.light:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.vacation-rental-fit { background: var(--paper); border-bottom: 1px solid var(--line); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 110px); align-items: start; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 18px 0 18px 34px; border-top: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--clay); font-weight: 700; }

.faq-section { background: var(--paper); }
.faq {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.faq details {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.faq summary {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 42px 0 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 24px;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 760px; margin: 18px 0 0; padding: 0; color: #625d55; }

.cta-band { background: var(--sand); color: var(--ink); text-align: center; }
.cta-band h2 { max-width: 850px; margin: 0 auto 22px; }
.cta-band p { max-width: 720px; margin: 0 auto; color: var(--ink); }
.cta-band .button-row { justify-content: center; }
.site-footer { padding: 58px 0 64px; background: var(--ink); color: rgba(255,253,249,.72); }
.footer-grid { display: grid; grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(150px, 1fr)); gap: clamp(34px, 5vw, 72px); align-items: start; }
.footer-brand img { width: auto; height: 54px; margin-bottom: 22px; }
.footer-brand p { max-width: 310px; margin: 0; color: rgba(255,253,249,.62); font-size: 15px; line-height: 1.7; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.footer-socials a {
  color: var(--paper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-socials a:hover { color: var(--sand); }
.footer-column h3 {
  margin-bottom: 18px;
  color: var(--paper);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.footer-column a {
  display: block;
  margin-bottom: 11px;
  color: rgba(255,253,249,.7);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}
.footer-column a:hover { color: var(--sand); }
.footer-links { display: flex; gap: 24px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { text-decoration: none; }

/* About */
.about-hero { padding: clamp(64px, 8vw, 118px) 0; background: var(--paper); }
.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
}
.about-hero-copy h1 { max-width: 700px; margin-bottom: 28px; }
.about-hero-copy .lede { color: #575149; }
.about-hero-image { margin: 0; }
.about-hero-image img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center bottom; filter: saturate(.85); }
.about-hero-image figcaption,
.artifact figcaption {
  margin-top: 12px;
  color: #6d665e;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.about-prose h2 { max-width: 760px; margin-bottom: 28px; }
.about-prose .lede { margin-bottom: 28px; color: var(--ink); }
.about-prose > p:not(.eyebrow):not(.lede) { max-width: 760px; color: #575149; }
.about-legacy { background: var(--charcoal); color: var(--paper); }
.about-legacy .eyebrow { color: var(--sand); }
.about-legacy-heading {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 90px);
}
.about-legacy-heading h2 { max-width: 720px; margin-bottom: 0; }
.about-legacy-heading .lede { margin-bottom: 0; color: rgba(255,253,249,.75); }
.artifact-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(18px, 3vw, 40px); align-items: end; }
.artifact { margin: 0; }
.artifact img { width: 100%; height: auto; background: #e7e4df; }
.about-legacy .artifact figcaption { color: rgba(255,253,249,.58); }
.about-name { background: var(--cream); }
.about-name-grid {
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(0, .75fr);
  gap: clamp(54px, 9vw, 132px);
  align-items: center;
}
.about-name-copy h2 { margin-bottom: 28px; }
.about-name-copy p { color: #575149; }
.about-name-copy strong { color: var(--ink); font-family: var(--serif); font-size: 1.2em; font-weight: 400; }
.about-today { background: var(--paper); }
.about-today-copy { max-width: 860px; margin-bottom: clamp(48px, 7vw, 82px); }
.about-today-copy h2 { margin-bottom: 26px; }
.about-today-copy > p:not(.eyebrow):not(.lede) { max-width: 730px; color: #575149; }
.about-service-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.about-service-link {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.about-service-link > span:first-child {
  margin-bottom: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.about-service-link strong { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(30px, 3vw, 44px); font-weight: 400; line-height: 1.08; }
.about-service-link:hover { background: var(--charcoal); color: var(--paper); transform: translateY(-3px); }
.about-service-link:hover .text-link { color: var(--sand); }

.about-story-hero { padding: clamp(58px, 7vw, 96px) 0 clamp(28px, 3.5vw, 48px); background: var(--paper); text-align: center; }
.about-story-hero .narrow { max-width: 980px; }
.about-story-hero h1 { margin: 0; font-size: clamp(30px, 6.4vw, 88px); white-space: nowrap; }
.about-story-hero .lede { max-width: 880px; margin: 0 auto; color: #575149; }
.about-story-hero h1 + .lede { margin-top: clamp(24px, 3vw, 36px); }
.about-story-hero + .about-story-section { padding-top: clamp(46px, 6vw, 82px); }
.about-story-paper { background: var(--paper); }
.about-story-cream { background: var(--cream); }
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(0, .8fr);
  gap: clamp(54px, 9vw, 132px);
  align-items: center;
}
.about-story-reverse .about-story-image { order: 2; }
.about-story-reverse .about-story-copy { order: 1; }
.about-story-image { --story-frame: clamp(26px, 3vw, 34px); position: relative; width: 100%; margin: 0; min-width: 0; }
.about-story-frame { position: relative; padding: var(--story-frame); }
.about-story-paper .about-story-frame { background: #ece8e1; }
.about-story-cream .about-story-frame { background: var(--paper); }
.about-story-image img { width: 100%; height: auto; }
.about-story-image figcaption {
  margin: 12px 0 0;
  color: #6d665e;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.about-story-copy h2 { margin-bottom: 28px; }
.about-story-mobile-title { display: none; }
.about-story-copy p { color: #575149; }
.about-story-copy strong { color: var(--ink); font-family: var(--serif); font-size: 1.12em; font-weight: 400; }
.about-signoff { display: flex; flex-direction: column; gap: 2px; margin-top: 28px; }
.about-signoff-name { font-family: var(--serif); font-size: 27px; line-height: 1.2; }
.about-signoff-title { color: #6d665e; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.about-story-service-links {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: clamp(46px, 5vw, 64px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.about-story-service-links .about-service-link {
  min-height: 124px;
  align-items: center;
  justify-content: center;
  padding: 24px clamp(18px, 2vw, 26px);
  border: 0;
  background: transparent;
}
.about-story-service-links .about-service-link + .about-service-link { border-left: 1px solid var(--line); }
.about-story-service-links .about-service-link strong { margin: 0; font-size: clamp(21px, 1.7vw, 26px); line-height: 1.12; }
.about-story-service-links .about-service-link:hover { background: var(--paper); color: var(--ink); transform: none; }
.about-inline-links { display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 34px; }

.footer-grid-expanded {
  grid-template-columns: minmax(220px, 1.25fr) repeat(5, minmax(112px, .8fr));
  gap: clamp(24px, 3vw, 46px);
}

.project-page { background: var(--paper); }
.project-split {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, .9fr);
  grid-template-areas: "gallery info";
  gap: clamp(42px, 5vw, 78px);
  align-items: start;
  padding-top: clamp(38px, 4.5vw, 62px);
  padding-bottom: clamp(74px, 8vw, 112px);
}
.project-info { grid-area: info; min-width: 0; }
.project-info-header { padding-bottom: 30px; border-bottom: 1px solid var(--ink); }
.project-info-header .eyebrow { margin-bottom: 13px; }
.project-info-header h1 { margin: 0; font-size: clamp(52px, 5vw, 76px); line-height: .98; }

.project-facts { margin-top: 22px; }
.project-facts h2 { margin: 0; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.project-facts dl { margin: 0; }
.project-facts dl div { display: grid; grid-template-columns: 40% 60%; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.project-facts dt { color: #756e66; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-facts dd { margin: 0; font-family: var(--serif); font-size: 16px; line-height: 1.35; }

.project-description { margin-top: clamp(42px, 5vw, 64px); }
.project-description h2 { margin-bottom: 25px; font-size: clamp(34px, 3.2vw, 48px); }
.project-prose { color: #514c46; font-size: 16px; line-height: 1.72; }
.project-prose p { margin-bottom: 1.3em; }

.project-gallery-panel { grid-area: gallery; min-width: 0; position: sticky; top: 24px; }
.project-gallery-main, .project-gallery-strip button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #d8d0c6; cursor: pointer; }
.project-gallery-main { aspect-ratio: 16 / 10; }
.project-gallery-main img, .project-gallery-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, opacity .3s ease; }
.project-gallery-main > span { position: absolute; right: 15px; bottom: 15px; padding: 9px 12px; background: rgba(27,26,24,.84); color: var(--paper); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-gallery-main:hover img, .project-gallery-strip button:hover img { transform: scale(1.025); opacity: .9; }
.project-gallery-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; margin-top: 6px; }
.project-gallery-strip button { aspect-ratio: 4 / 3; }
.project-gallery-all { display: flex !important; flex-direction: column; align-items: center; justify-content: center; background: var(--ink) !important; color: var(--paper); }
.project-gallery-all strong { font-family: var(--serif); font-size: clamp(24px, 2.6vw, 38px); font-weight: 400; line-height: 1; }
.project-gallery-all span { margin-top: 7px; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.project-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.88); backdrop-filter: blur(10px); opacity: 0; }
.project-lightbox.active { display: flex; opacity: 1; }
.project-lightbox-container { width: 95vw; height: 95vh; display: flex; flex-direction: column; position: relative; opacity: 0; transform: scale(.94); transition: opacity .25s ease, transform .25s ease; }
.project-lightbox.active .project-lightbox-container { opacity: 1; transform: scale(1); }
.project-lightbox-close { position: absolute; top: 0; right: 0; z-index: 4; width: 52px; height: 52px; padding: 0; border: 0; background: transparent; color: var(--paper); cursor: pointer; font-size: 36px; line-height: 1; }
.project-lightbox-stage { flex: 1; min-height: 0; position: relative; display: flex; align-items: center; justify-content: center; padding: 10px 78px; }
.project-lightbox-image { max-width: 100%; max-height: 100%; object-fit: contain; opacity: 0; transition: opacity .25s ease; box-shadow: 0 8px 32px rgba(0,0,0,.3); }
.project-lightbox-image.loaded { opacity: 1; }
.project-lightbox-nav { position: absolute; top: 50%; width: 64px; height: 70px; transform: translateY(-50%); border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 42px; }
.project-lightbox-nav.previous { left: 0; }
.project-lightbox-nav.next { right: 0; }
.project-lightbox-nav:disabled { opacity: .25; cursor: default; }
.project-lightbox-footer { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; align-items: center; min-height: 102px; }
.project-lightbox-count { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-align: center; }
.project-lightbox-thumbnails { display: flex; gap: 7px; padding: 7px 0; overflow-x: auto; scroll-behavior: smooth; }
.project-lightbox-thumbnail { flex: 0 0 96px; width: 96px; height: 72px; padding: 0; overflow: hidden; border: 2px solid transparent; background: transparent; cursor: pointer; opacity: .55; }
.project-lightbox-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.project-lightbox-thumbnail:hover, .project-lightbox-thumbnail.active { border-color: var(--sand); opacity: 1; }

.project-pagination { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; padding-bottom: clamp(80px, 10vw, 138px); }
.project-pagination a { padding: 29px 0 27px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); text-decoration: none; }
.project-pagination a + a { padding-left: clamp(30px, 6vw, 84px); border-left: 1px solid var(--line); }
.project-pagination a:first-child { padding-right: clamp(30px, 6vw, 84px); }
.project-pagination span { display: block; margin-bottom: 8px; color: #746d65; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-pagination strong { font-family: var(--serif); font-size: clamp(23px, 2.3vw, 32px); font-weight: 400; }
.project-pagination a:hover strong { color: var(--clay); }

.note {
  margin-top: 44px;
  padding: 22px 24px;
  border-left: 3px solid var(--clay);
  background: rgba(223,210,193,.35);
  color: #5f594f;
  font-size: 14px;
}

@media (max-width: 960px) {
  .nav-links { display: none; position: fixed; inset: 82px 0 0; max-height: calc(100vh - 82px); max-height: calc(100dvh - 82px); padding: 34px 24px calc(34px + env(safe-area-inset-bottom)); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 6px; background: var(--ink); font-size: 16px; }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 48px; display: flex; align-items: center; padding: 10px 0; }
  .nav-links .nav-cta { justify-content: center; margin-top: 10px; padding-right: 17px; padding-left: 17px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .split-hero, .section-heading, .fit-grid, .story-grid { grid-template-columns: 1fr; }
  .split-photo { order: -1; min-height: 54vw; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .stage-grid, .process-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(3) { border-top: 1px solid rgba(255,253,249,.14); }
  .proof-item:nth-child(4) { border-top: 1px solid rgba(255,253,249,.14); }
  .project-split { grid-template-columns: 1fr; grid-template-areas: "info" "gallery"; gap: 58px; }
  .project-gallery-panel { position: static; }
  .project-info-header h1 { font-size: clamp(54px, 10vw, 80px); }
  .project-prose { columns: 2; column-gap: 42px; }
  .project-prose p { break-inside: avoid; }
  .guest-review-grid { grid-template-columns: 1fr 1fr; }
  .project-gallery-caption { grid-template-columns: 1fr 1.5fr; }
  .project-gallery-caption .text-link { grid-column: 2; justify-self: start; }
  .process-timeline { max-width: 760px; }
  .about-hero-grid,
  .about-legacy-heading,
  .about-name-grid { grid-template-columns: 1fr; }
  .about-hero-image { max-width: 720px; }
  .about-legacy-heading { align-items: start; }
  .about-legacy-heading .lede { max-width: 720px; }
  .about-name-grid { gap: 54px; }
  .about-story-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-story-reverse .about-story-image,
  .about-story-reverse .about-story-copy { order: initial; }
  .about-story-image { max-width: 720px; }
  .footer-grid-expanded { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid-expanded .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav-shell, .shell, .narrow, .project-hero-copy { width: min(calc(100% - 30px), var(--max)); }
  .landing-hero { text-align: left; }
  .project-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 1px solid rgba(255,253,249,.14); border-top: 1px solid rgba(255,253,249,.14); }
  .split-copy { padding: 56px 22px 70px; }
  .split-photo { min-height: 72vw; }
  .section-heading { gap: 10px; }
  .stage, .process-step { min-height: 270px; padding: 28px; }
  .stage-number, .step-number { margin-bottom: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links { flex-direction: column; align-items: flex-start; }
  .project-prose { columns: 1; }
  .project-gallery-main { aspect-ratio: 4 / 3; }
  .project-gallery-strip { display: flex; overflow-x: auto; }
  .project-gallery-strip button { flex: 0 0 94px; }
  .project-lightbox-container { width: 100vw; height: 100vh; }
  .project-lightbox-stage { padding: 54px 12px 10px; }
  .project-lightbox-nav { width: 48px; height: 58px; background: rgba(0,0,0,.32); }
  .project-lightbox-nav.previous { left: 4px; }
  .project-lightbox-nav.next { right: 4px; }
  .project-lightbox-footer { grid-template-columns: 1fr; min-height: 106px; padding: 0 12px 8px; }
  .project-lightbox-count { text-align: left; }
  .project-lightbox-thumbnail { flex-basis: 76px; width: 76px; height: 57px; }
  .project-pagination { grid-template-columns: 1fr; }
  .project-pagination a + a { padding-left: 0; border-left: 0; border-top: 0; }
  .project-pagination a:first-child { padding-right: 0; }
  .guest-review-grid { grid-template-columns: 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-hero-grid { gap: 42px; }
  .about-hero-copy h1 { font-size: clamp(46px, 14vw, 66px); }
  .artifact-grid,
  .about-service-links { grid-template-columns: 1fr; }
  .artifact-grid { gap: 36px; }
  .artifact:not(.artifact-large) { width: 82%; margin-left: auto; }
  .about-name-grid { gap: 44px; }
  .about-service-link { min-height: 220px; }
  .about-story-service-links .about-service-link { min-height: 96px; }
  .about-story-service-links .about-service-link + .about-service-link { border-top: 1px solid var(--line); border-left: 0; }
  .about-story-hero { text-align: left; }
  .about-story-hero h1 { font-size: clamp(27px, 8vw, 40px); white-space: normal; }
  .about-story-grid { gap: 36px; }
  .about-story-mobile-title { display: block; margin: 0; }
  .about-story-copy h2 { display: none; }
  .about-story-image { --story-frame: 26px; }
  .process-intro { margin-bottom: 52px; }
  .process-timeline::before { left: 27px; }
  .timeline-step { grid-template-columns: 71px minmax(0, 1fr); align-items: start; min-height: 0; padding-bottom: 28px; }
  .timeline-step:last-child { padding-bottom: 0; }
  .timeline-marker { grid-column: 1; width: 54px; height: 54px; margin-right: auto; margin-left: 0; }
  .timeline-card,
  .timeline-step:nth-child(even) .timeline-card { grid-column: 2; padding: 23px 22px 25px; }
  .timeline-card::after,
  .timeline-step:nth-child(even) .timeline-card::after { top: 27px; right: auto; left: -44px; width: 44px; }
  .timeline-card h3 { font-size: clamp(25px, 8vw, 33px); }
  .second-home-gallery { grid-template-columns: 1fr; grid-template-rows: none; gap: 10px; }
  .second-home-gallery .gallery-feature { grid-row: auto; aspect-ratio: 4 / 5; }
  .second-home-gallery figure:not(.gallery-feature) { aspect-ratio: 4 / 3; }
  .project-gallery-caption { grid-template-columns: 1fr; gap: 12px; padding-top: 22px; }
  .project-gallery-caption .text-link { grid-column: auto; }
}

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

@media (max-width: 640px) {
  .landing-logo { width: auto; height: 90px; margin-bottom: 24px; }
  .landing-page .landing-hero { min-height: 100vh; padding: 8vh 16px 36px; background-size: auto 130%; background-position: 15% 20%; }
  .landing-page .landing-hero h1 { font-size: clamp(36px, 6vw, 56px); }
  .landing-page .landing-hero .lede { max-width: 90%; margin-bottom: 24px; padding: 12px 20px; font-size: clamp(14px, 4vw, 16px); }
  .choice-prompt { margin: 38px 0 18px; font-size: 12px; }
  .hero-choice-grid { gap: 8px; }
  .hero-choice { min-height: 118px; padding: 14px 10px; }
  .hero-choice strong { font-size: 25px; }
  .hero-choice span { font-size: 8px; line-height: 1.35; }
  .landing-page .path-section { padding: 64px 0; }
  .landing-page .path-prompt { margin-bottom: 38px; font-size: 27px; }
  .landing-page .path-copy { padding: 8px 14px; }
  .landing-page .path-copy h2 { font-size: 31px; }
  .landing-page .path-copy p { min-height: 190px; font-size: 13px; line-height: 1.5; }
  .landing-page .path-copy .button { width: 100%; min-height: 58px; padding: 11px 8px; font-size: 9px; line-height: 1.35; text-align: center; }
}

@media (max-width: 480px) {
  .landing-logo { height: 75px; margin-bottom: 20px; }
}

@media (min-width: 1440px) {
  .landing-hero h1 { font-size: 84px; }
  .landing-hero .lede { max-width: 900px; font-size: clamp(18px, 2.5vw, 24px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
