:root {
  --blue: #1f4670;
  --green: #38563d;
  --ochre: #ecaf68;
  --ivory: #ddd0af;
  --ink: #26382c;
  --paper: #ddd0af;
  --muted: #465949;
  --line: rgba(56, 86, 61, 0.2);
  --serif: "Cormorant Garamond", "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans: "DM Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--green);
  font-family: var(--sans);
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--ochre); color: var(--green); }
.skip-link {
  position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 16px;
  transform: translateY(-150%); background: var(--ivory); color: var(--green);
}
.skip-link:focus { transform: translateY(0); }

.topline {
  display: flex; align-items: center; justify-content: center; gap: 13px;
  height: 31px; padding: 0 5.2%; background: var(--green); color: var(--ivory);
  font-size: 9px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase;
}
.topline-mark { color: var(--ochre); font-size: 11px; }
.topline-right { position: absolute; right: 5.2%; opacity: .75; }
.site-header {
  position: sticky; z-index: 30; top: 0; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; min-height: 90px; padding: 10px 5.2%; border-bottom: 1px solid rgba(56,86,61,.12);
  background: rgba(221,208,175,.96); backdrop-filter: blur(12px);
}
.brand-link { display: inline-flex; width: fit-content; align-items: center; }
.logo-window {
  position: relative; display: block; overflow: hidden; aspect-ratio: 1484 / 559;
  background: var(--ivory);
}
.logo-window img {
  position: absolute; top: -87.25%; left: -19%; width: 137.95%; max-width: none;
  height: auto; object-fit: initial;
}
.logo-window-ivory { width: 217px; background: var(--ivory); }
.logo-window-green { width: 238px; background: var(--green); }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3.3vw, 52px); }
.main-nav a, .header-cta {
  font-size: 11px; font-weight: 600; letter-spacing: .02em;
}
.main-nav a { position: relative; padding: 9px 0; color: #415344; }
.main-nav a::after {
  position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; content: "";
  transform: scaleX(0); transform-origin: right; background: var(--ochre); transition: transform .3s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 15px; padding: 13px 0 13px 20px; border-left: 1px solid var(--line); }
.header-cta span, .text-link span, .service-foot a span { color: var(--blue); font-size: 16px; }
.menu-toggle { display: none; }

.hero {
  position: relative; display: grid; grid-template-columns: minmax(0, .97fr) minmax(410px, 1.03fr);
  min-height: min(790px, calc(100svh - 121px)); padding: 62px 5.2% 88px; overflow: hidden;
  background: var(--blue); color: var(--ivory);
}
.hero::before {
  position: absolute; top: 6%; left: 48.8%; width: 1px; height: 76%; content: "";
  background: rgba(221,208,175,.19);
}
.hero-copy {
  z-index: 2; align-self: center; max-width: 620px; padding: 28px 5vw 36px 0;
}
.eyebrow, .section-kicker {
  display: flex; align-items: center; gap: 11px; margin: 0 0 24px;
  color: var(--ochre); font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase;
}
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ochre); }
.hero h1, .section-heading h2, .origin-copy h2, .gallery-heading h2, .voices-heading h2, .closing h2 {
  margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em;
}
.hero h1 { max-width: 660px; font-size: clamp(64px, 7.1vw, 104px); line-height: .91; }
.hero h1 em, .section-heading h2 em, .origin-copy h2 em, .gallery-heading h2 em, .voices-heading h2 em, .closing h2 em {
  color: var(--ochre); font-weight: 500;
}
.hero-intro {
  max-width: 410px; margin: 28px 0 0; color: rgba(243,239,223,.83);
  font-size: 15px; line-height: 1.8;
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 32px; }
.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 24px;
  padding: 0 22px; font-size: 11px; font-weight: 700; letter-spacing: .035em; transition: transform .25s, background .25s;
}
.button:hover { transform: translateY(-3px); }
.button span { font-size: 16px; }
.button-ochre { background: var(--ochre); color: var(--blue); }
.button-ochre:hover { background: #f3bf7f; }
.quiet-link { display: inline-flex; align-items: center; gap: 11px; color: rgba(243,239,223,.8); font-size: 11px; }
.quiet-link span { color: var(--ochre); font-size: 16px; }
.hero-signoff { display: flex; align-items: flex-start; gap: 13px; margin-top: 59px; color: rgba(243,239,223,.84); }
.signoff-rule { width: 34px; height: 1px; margin-top: 8px; background: var(--ochre); }
.hero-signoff p { margin: 0; font-family: var(--serif); font-size: 16px; font-style: italic; line-height: 1.35; }
.hero-visual { position: relative; display: flex; min-height: 580px; align-items: center; justify-content: center; }
.hero-image-frame {
  position: relative; width: min(82%, 500px); aspect-ratio: 4 / 5.1; overflow: hidden;
  border: 1px solid rgba(221,208,175,.6); border-radius: 48% 48% 1px 1px; background: var(--green);
}
.hero-image-frame::after {
  position: absolute; inset: 12px; border: 1px solid rgba(221,208,175,.44); border-radius: 48% 48% 0 0; content: "";
  pointer-events: none;
}
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-number {
  position: absolute; z-index: 1; right: 22px; bottom: 23px; color: var(--ivory);
  font-size: 10px; letter-spacing: .13em;
}
.photo-number i { padding: 0 4px; color: var(--ochre); font-style: normal; }
.hero-stamp {
  position: absolute; top: 14%; left: 1%; display: flex; width: 117px; height: 117px;
  flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 50%;
  background: var(--ochre); color: var(--blue); transform: rotate(-10deg);
}
.hero-stamp span:first-child { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-stamp strong { font-family: var(--serif); font-size: 22px; font-style: italic; font-weight: 600; }
.stamp-flower { position: absolute; right: 17px; bottom: 13px; font-size: 12px; }
.hero-caption {
  position: absolute; right: -1%; bottom: 17%; padding: 13px 18px; background: var(--green);
  color: var(--ivory); font-family: var(--serif); font-size: 17px; font-style: italic; line-height: 1.1;
}
.scroll-cue {
  position: absolute; bottom: 27px; left: 5.2%; display: flex; align-items: center; gap: 17px;
  color: rgba(243,239,223,.65); font-size: 8px; letter-spacing: .2em;
}
.scroll-cue i { color: var(--ochre); font-size: 17px; font-style: normal; }
.hero-side-note {
  position: absolute; right: 2%; bottom: 50%; color: rgba(221,208,175,.52);
  font-size: 8px; letter-spacing: .19em; transform: rotate(90deg) translateX(50%); transform-origin: right bottom;
}

.table-note {
  display: flex; min-height: 82px; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 75px);
  overflow: hidden; border-bottom: 1px solid var(--line); background: var(--ochre); color: var(--blue);
  font-family: var(--serif); font-size: clamp(17px, 2vw, 23px); font-style: italic;
}
.table-note i { color: var(--blue); font-family: var(--sans); font-size: 12px; font-style: normal; }
.section-shell { width: min(1280px, 89.6%); margin: 0 auto; }
.origin { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(66px, 11vw, 164px); align-items: center; padding-top: 143px; padding-bottom: 146px; }
.origin-visual { position: relative; min-height: 620px; }
.origin-photo {
  position: absolute; top: 0; left: 9%; width: 78%; height: 560px; overflow: hidden;
  background: #c3a574;
}
.origin-photo::before { position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(221,208,175,.55); content: ""; pointer-events: none; }
.origin-photo img { height: 100%; object-fit: cover; object-position: center; }
.origin-seal {
  position: absolute; z-index: 2; top: 32px; left: 0; display: flex; width: 88px; height: 88px;
  flex-direction: column; align-items: center; justify-content: center; gap: 1px; border: 1px solid var(--ochre);
  border-radius: 50%; background: var(--blue); color: var(--ivory); font-size: 9px; letter-spacing: .09em;
}
.origin-seal span:nth-child(2) { color: var(--ochre); }
.origin-photo-caption { position: absolute; right: 0; bottom: 8px; color: var(--blue); font-family: var(--serif); font-size: 19px; font-style: italic; line-height: 1.03; }
.origin-copy { padding: 0 0 0 5px; }
.section-kicker { margin-bottom: 21px; color: var(--green); }
.section-kicker span { color: var(--ochre); font-size: 11px; letter-spacing: .1em; }
.origin-copy h2, .section-heading h2, .gallery-heading h2, .voices-heading h2 {
  max-width: 660px; color: var(--blue); font-size: clamp(46px, 5.4vw, 72px); line-height: .98;
}
.origin-copy h2 em, .section-heading h2 em, .gallery-heading h2 em, .voices-heading h2 em { color: var(--green); }
.origin-copy > p:not(.section-kicker) {
  max-width: 485px; margin: 24px 0 0; color: #465949; font-size: 14px; line-height: 1.9;
}
.origin-copy > p + p:not(.section-kicker) { margin-top: 12px; }
.origin-copy > p i { color: var(--blue); font-family: var(--serif); font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 27px; padding-bottom: 7px; border-bottom: 1px solid var(--ochre); font-size: 11px; font-weight: 700; }
.origin-script { position: relative; display: flex; flex-direction: column; align-items: flex-start; margin: 48px 0 0 5px; color: var(--muted); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.script-note { margin: -5px 0 0 30px; color: var(--blue); font-family: var(--serif); font-size: 29px; font-style: italic; letter-spacing: -.03em; text-transform: none; }
.script-flower { position: absolute; top: -16px; left: 190px; color: var(--ochre); font-size: 22px; }

.proof {
  position: relative; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: center;
  gap: 26px; min-height: 252px; padding: 42px 7.2%; overflow: hidden; background: var(--green); color: var(--ivory);
}
.proof-heading { max-width: 230px; }
.section-kicker-light { color: var(--ivory); }
.proof-heading .section-kicker { line-height: 1.5; }
.proof-heading > p:last-child { margin: 0; color: rgba(221,208,175,.8); font-family: var(--serif); font-size: 21px; font-style: italic; line-height: 1.1; }
.proof-stat { position: relative; z-index: 1; display: flex; min-height: 125px; flex-direction: column; justify-content: center; gap: 8px; padding-left: 28px; border-left: 1px solid rgba(221,208,175,.22); }
.proof-stat strong { color: var(--ochre); font-family: var(--serif); font-size: clamp(53px, 6vw, 78px); font-weight: 500; line-height: .8; }
.proof-stat > span:last-child { color: rgba(243,239,223,.8); font-size: 10px; line-height: 1.55; letter-spacing: .08em; text-transform: uppercase; }
.proof-flower { position: absolute; right: 3.8%; bottom: -72px; color: rgba(236,175,104,.08); font-size: 270px; line-height: 1; }

.experiences { padding-top: 138px; padding-bottom: 145px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 62px; }
.section-heading h2 { max-width: 660px; }
.section-lede { max-width: 310px; margin: 0 0 7px; color: #465949; font-size: 13px; line-height: 1.8; }
.service-list { border-top: 1px solid var(--line); }
.service-row {
  display: grid; grid-template-columns: 46px 67px minmax(0,1fr) 28px; align-items: center; gap: 25px;
  min-height: 131px; border-bottom: 1px solid var(--line); transition: padding .35s ease, background .35s ease;
}
.service-row:hover { padding-right: 14px; padding-left: 14px; background: rgba(221,208,175,.35); }
.service-number { align-self: start; margin-top: 29px; color: #4a5d4c; font-size: 9px; letter-spacing: .12em; }
.service-symbol { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(56,86,61,.28); border-radius: 50%; color: var(--blue); }
.service-symbol svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.15; }
.service-name h3 { margin: 0; color: var(--blue); font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1; }
.service-name p { margin: 9px 0 0; color: #465949; font-size: 12px; }
.service-arrow { color: var(--ochre); font-size: 21px; transition: transform .3s ease; }
.service-row:hover .service-arrow { transform: translate(3px,-3px); }
.service-foot { display: flex; align-items: center; gap: 22px; padding-top: 24px; font-size: 10px; }
.service-foot > span:first-child { color: #465949; letter-spacing: .08em; text-transform: uppercase; }
.service-foot-line { flex: 1; height: 1px; background: var(--line); }
.service-foot a { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }

.gallery { padding: 108px 0 117px; background: var(--ivory); }
.gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.gallery-heading h2 { max-width: 660px; }
.gallery-heading .section-lede { max-width: 282px; }
.gallery-grid {
  display: grid; grid-template-columns: 1.07fr .82fr .95fr; grid-template-rows: 345px 345px;
  gap: 12px; padding: 0 5.2%;
}
.gallery-card { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #a98c63; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card::after { position: absolute; inset: 40% 0 0; content: ""; background: linear-gradient(transparent,rgba(25,37,29,.64)); pointer-events: none; }
.gallery-card figcaption { position: absolute; z-index: 1; right: 20px; bottom: 19px; left: 20px; display: flex; align-items: center; gap: 12px; color: var(--ivory); font-family: var(--serif); font-size: 18px; font-style: italic; }
.gallery-card figcaption span { color: var(--ochre); font-family: var(--sans); font-size: 8px; font-style: normal; letter-spacing: .14em; }
.gallery-card-tall { grid-column: 1; grid-row: 1 / span 2; }
.gallery-card-wide { grid-column: 2; }
.gallery-card-square:nth-of-type(3) { grid-column: 3; grid-row: 1; }
.gallery-card-square:nth-of-type(4) { grid-column: 2; grid-row: 2; }
.gallery-card-wide:nth-of-type(5) { grid-column: 3; grid-row: 2; }
.gallery-note { display: flex; align-items: center; justify-content: center; gap: 21px; margin-top: 50px; text-align: left; }
.gallery-note-mark { color: var(--blue); font-size: 28px; }
.gallery-note p { margin: 0; color: var(--green); font-family: var(--serif); font-size: 22px; line-height: 1.03; }
.gallery-note em { color: #465949; }

.voices { padding-top: 141px; padding-bottom: 148px; }
.voices-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 49px; }
.voices-heading .section-kicker { grid-column: 1 / -1; }
.voices-heading h2 { margin: 0; }
.voices-heading .section-lede { max-width: 255px; padding-left: 20px; }
.video-grid { display: grid; grid-template-columns: 1fr 1.08fr 1fr; align-items: center; gap: 18px; }
.video-frame { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--blue); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-frame-featured { transform: translateY(-12px); border: 1px solid rgba(56,86,61,.28); }
.featured-label { position: absolute; bottom: 0; left: 0; padding: 8px 12px; background: var(--ochre); color: var(--green); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; pointer-events: none; }

.closing { position: relative; min-height: 495px; padding: 96px 5.2%; overflow: hidden; background: var(--blue); color: var(--ivory); }
.closing::before, .closing::after {
  position: absolute; width: 410px; height: 410px; border: 1px solid rgba(221,208,175,.1); border-radius: 50%; content: "";
}
.closing::before { top: -220px; left: -85px; box-shadow: 0 0 0 28px rgba(0,0,0,0),0 0 0 29px rgba(221,208,175,.07),0 0 0 62px rgba(0,0,0,0),0 0 0 63px rgba(221,208,175,.04); }
.closing::after { right: -175px; bottom: -300px; width: 550px; height: 550px; }
.closing-inner { position: relative; z-index: 1; width: min(870px, 87%); margin: 0 auto; text-align: center; }
.closing .section-kicker { justify-content: center; }
.closing h2 { max-width: 800px; margin: 0 auto; font-size: clamp(49px, 6vw, 78px); line-height: .94; }
.closing h2 em { display: inline; }
.closing-inner > p:not(.section-kicker) { margin: 22px 0 26px; color: rgba(243,239,223,.76); font-size: 13px; line-height: 1.7; }
.button-ivory { background: var(--ivory); color: var(--blue); }
.button-ivory:hover { background: #f1e4c1; }
.closing-flower { position: absolute; top: 42%; right: -29%; color: rgba(236,175,104,.68); font-size: 34px; }

.site-footer { padding: 55px 5.2% 0; background: var(--green); color: var(--ivory); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1.1fr .75fr; align-items: start; gap: 44px; min-height: 184px; }
.footer-brand { padding-top: 5px; }
.footer-signoff { margin: 4px 0 0; font-family: var(--serif); font-size: 24px; line-height: 1; }
.footer-signoff em { color: var(--ochre); }
.footer-contact, .footer-social { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; font-size: 10px; }
.footer-contact > span, .footer-social > span { margin-bottom: 5px; color: rgba(221,208,175,.88); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.footer-contact a, .footer-social a { display: inline-flex; align-items: center; gap: 8px; }
.footer-contact a:hover, .footer-social a:hover { color: var(--ochre); }
.footer-contact a span, .footer-social a span { color: var(--ochre); }
.footer-bottom { display: flex; min-height: 59px; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(221,208,175,.22); color: rgba(221,208,175,.88); font-size: 8px; letter-spacing: .06em; }
.footer-bottom a { color: var(--ivory); }
.whatsapp-float {
  position: fixed; z-index: 20; right: 24px; bottom: 23px; display: grid; width: 54px; height: 54px;
  place-items: center; border: 1px solid var(--ivory); border-radius: 50%; background: var(--green); color: var(--ivory);
  box-shadow: 0 8px 30px rgba(28,47,32,.22); transition: transform .25s, background .25s;
}
.whatsapp-float:hover { transform: translateY(-4px); background: var(--blue); }
.whatsapp-float svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2; }
.whatsapp-float svg path:last-child { fill: currentColor; stroke: none; }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
html.has-motion .reveal { opacity: 0; transform: translateY(18px); }
html.has-motion .reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-row:nth-child(2), .gallery-card:nth-child(2), .video-frame:nth-child(2) { transition-delay: .08s; }
.service-row:nth-child(3), .gallery-card:nth-child(3), .video-frame:nth-child(3) { transition-delay: .14s; }
.service-row:nth-child(4), .gallery-card:nth-child(4) { transition-delay: .2s; }

:focus-visible { outline: 2px solid var(--ochre); outline-offset: 4px; }

@media (max-width: 1000px) {
  .site-header { padding-right: 4%; padding-left: 4%; }
  .logo-window-ivory { width: 190px; }
  .main-nav { gap: 21px; }
  .main-nav a, .header-cta { font-size: 10px; }
  .hero { grid-template-columns: minmax(0,1fr) minmax(340px,.9fr); padding-right: 4%; padding-left: 4%; }
  .hero h1 { font-size: clamp(58px, 7.7vw, 82px); }
  .hero-visual { min-height: 520px; }
  .hero-stamp { left: -3%; width: 99px; height: 99px; }
  .origin { gap: 8vw; }
  .origin-photo { height: 515px; }
  .origin-visual { min-height: 570px; }
  .gallery-grid { padding: 0 4%; grid-template-rows: 290px 290px; }
  .proof { padding-right: 5%; padding-left: 5%; gap: 14px; }
  .proof-stat { padding-left: 19px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .topline { height: 28px; justify-content: flex-start; padding: 0 5%; font-size: 8px; }
  .topline-right { display: none; }
  .site-header { min-height: 72px; grid-template-columns: 1fr auto auto; gap: 18px; padding: 8px 5%; }
  .logo-window-ivory { width: 174px; }
  .main-nav {
    position: absolute; top: 71px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch;
    gap: 0; padding: 7px 5% 17px; border-bottom: 1px solid var(--line); background: var(--paper);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(56,86,61,.13); font-size: 12px; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .menu-toggle { display: flex; width: 34px; height: 34px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--green); }
  .menu-toggle span { width: 13px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .header-cta { gap: 8px; padding: 9px 0 9px 12px; font-size: 9px; }
  .header-cta span { font-size: 14px; }

  .hero { display: flex; min-height: auto; flex-direction: column; padding: 48px 5% 73px; }
  .hero::before { top: auto; right: 5%; bottom: 36%; left: auto; width: 33%; height: 1px; }
  .hero-copy { max-width: 540px; padding: 7px 0 0; }
  .eyebrow { margin-bottom: 20px; font-size: 8px; }
  .hero h1 { max-width: 510px; font-size: clamp(58px, 14vw, 91px); line-height: .9; }
  .hero-intro { max-width: 360px; margin-top: 20px; font-size: 13px; }
  .hero-actions { gap: 18px; margin-top: 24px; }
  .button { min-height: 47px; padding: 0 17px; font-size: 10px; }
  .quiet-link { font-size: 10px; }
  .hero-signoff { margin-top: 28px; }
  .hero-signoff p { font-size: 14px; }
  .hero-visual { min-height: auto; justify-content: center; margin: 43px 7% 0 13%; }
  .hero-image-frame { width: min(76%, 365px); aspect-ratio: 4 / 4.9; }
  .hero-stamp { top: 9%; left: -9%; width: 88px; height: 88px; }
  .hero-stamp strong { font-size: 19px; }
  .hero-caption { right: -9%; bottom: 12%; padding: 10px 13px; font-size: 14px; }
  .hero-side-note { display: none; }
  .scroll-cue { bottom: 23px; left: 5%; }
  .table-note { min-height: 64px; justify-content: flex-start; gap: 20px; padding-left: 5%; white-space: nowrap; font-size: 18px; }
  .table-note span:nth-of-type(n+3), .table-note i:nth-of-type(n+2) { display: none; }

  .section-shell { width: 90%; }
  .origin { grid-template-columns: 1fr; gap: 32px; padding-top: 82px; padding-bottom: 83px; }
  .origin-visual { min-height: 430px; }
  .origin-photo { left: 9%; width: 78%; height: 400px; }
  .origin-seal { top: 23px; width: 75px; height: 75px; font-size: 8px; }
  .origin-photo-caption { right: 0; bottom: 0; font-size: 17px; }
  .origin-copy { max-width: 570px; padding: 0; }
  .origin-copy h2, .section-heading h2, .gallery-heading h2, .voices-heading h2 { font-size: clamp(44px, 11vw, 64px); }
  .origin-copy > p:not(.section-kicker) { font-size: 13px; }
  .origin-script { margin-top: 34px; }
  .script-note { font-size: 26px; }
  .script-flower { left: 170px; }

  .proof { grid-template-columns: 1fr 1fr; gap: 22px 8px; padding: 43px 7%; }
  .proof-heading { grid-column: 1 / -1; max-width: none; }
  .proof-heading > p:last-child br { display: none; }
  .proof-heading > p:last-child { font-size: 20px; }
  .proof-stat { min-height: 102px; padding-left: 15px; }
  .proof-stat strong { font-size: 58px; }
  .proof-stat:last-of-type { grid-column: 1 / -1; }
  .proof-flower { right: -18px; bottom: -60px; font-size: 190px; }

  .experiences { padding-top: 84px; padding-bottom: 89px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading .section-lede { margin-top: 18px; font-size: 12px; }
  .service-row { grid-template-columns: 25px 48px minmax(0,1fr) 16px; gap: 11px; min-height: 106px; }
  .service-row:hover { padding-right: 4px; padding-left: 4px; }
  .service-number { margin-top: 25px; font-size: 8px; }
  .service-symbol { width: 43px; height: 43px; }
  .service-symbol svg { width: 29px; height: 29px; }
  .service-name h3 { font-size: clamp(23px, 6.4vw, 30px); }
  .service-name p { max-width: 250px; margin-top: 6px; font-size: 10px; line-height: 1.5; }
  .service-arrow { font-size: 16px; }
  .service-foot { flex-wrap: wrap; gap: 12px; padding-top: 18px; font-size: 9px; }
  .service-foot-line { display: none; }
  .service-foot a { width: 100%; padding-top: 7px; }

  .gallery { padding: 80px 0 84px; }
  .gallery-heading { display: block; margin-bottom: 30px; }
  .gallery-heading .section-lede { margin-top: 17px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 235px 235px; gap: 8px; padding: 0 5%; }
  .gallery-card-tall { grid-column: 1 / span 2; grid-row: 1; }
  .gallery-card-wide { grid-column: 1; }
  .gallery-card-square:nth-of-type(3) { grid-column: 2; grid-row: 2; }
  .gallery-card-square:nth-of-type(4) { grid-column: 1; grid-row: 3; }
  .gallery-card-wide:nth-of-type(5) { grid-column: 2; grid-row: 3; }
  .gallery-card figcaption { right: 13px; bottom: 13px; left: 13px; gap: 7px; font-size: 15px; }
  .gallery-card figcaption span { font-size: 7px; }
  .gallery-note { gap: 14px; margin-top: 31px; }
  .gallery-note p { font-size: 19px; }

  .voices { padding-top: 84px; padding-bottom: 89px; }
  .voices-heading { display: block; margin-bottom: 27px; }
  .voices-heading .section-lede { padding: 0; margin-top: 15px; }
  .video-grid { grid-template-columns: 1fr; gap: 12px; }
  .video-frame, .video-frame-featured { width: 100%; transform: none; }
  .closing { min-height: 430px; padding: 78px 5%; }
  .closing-inner { width: 100%; }
  .closing .section-kicker { justify-content: center; font-size: 8px; }
  .closing h2 { font-size: clamp(46px, 12vw, 67px); }
  .closing-inner > p:not(.section-kicker) { max-width: 310px; margin-right: auto; margin-left: auto; font-size: 12px; }
  .closing-flower { top: auto; right: 2%; bottom: 4%; }
  .site-footer { padding: 39px 5% 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px 20px; padding-bottom: 34px; }
  .logo-window-green { width: 192px; }
  .footer-signoff { justify-self: end; font-size: 21px; }
  .footer-contact, .footer-social { grid-column: auto; font-size: 9px; }
  .footer-bottom { min-height: 74px; flex-wrap: wrap; justify-content: space-between; gap: 6px 14px; padding: 13px 0; font-size: 7px; }
  .footer-bottom > span:nth-child(2) { order: 3; width: 100%; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 49px; height: 49px; }
}
@media (max-width: 390px) {
  .logo-window-ivory { width: 151px; }
  .header-cta { font-size: 8px; }
  .hero h1 { font-size: 56px; }
  .hero-actions { gap: 14px; }
  .quiet-link { font-size: 9px; }
  .hero-visual { margin-left: 10%; }
  .service-row { grid-template-columns: 20px 42px minmax(0,1fr) 14px; gap: 8px; }
  .service-name h3 { font-size: 22px; }
  .gallery-grid { grid-template-rows: 290px 210px 210px; }
  .footer-top { gap: 25px 12px; }
  .logo-window-green { width: 162px; }
  .footer-signoff { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
