:root {
  --paper: #eee9df;
  --paper-light: #f7f4ee;
  --stone: #d5c9b8;
  --sage: #7f8980;
  --sage-deep: #5f6a62;
  --umber: #2f2b27;
  --ink: #211f1c;
  --amber: #bb8156;
  --line: rgba(47, 43, 39, .18);
  --display: "Newsreader", Georgia, serif;
  --body: "Instrument Sans", "Trebuchet MS", sans-serif;
  --shell: min(1260px, calc(100vw - 64px));
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { top: 16px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(76px, 8vw, 118px); }
.section-pad-small { padding-block: clamp(52px, 5vw, 72px); }

.site-header {
  height: 74px;
  width: 100%;
  padding: 0 max(32px, calc((100vw - 1260px) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  background: rgba(238, 233, 223, .94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  transition: box-shadow .3s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 32px rgba(40, 35, 29, .06); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 180px; }
.wordmark-monogram { width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50% 50% 4px 50%; display: grid; place-items: center; font-family: var(--display); font-size: 15px; font-weight: 600; letter-spacing: -.04em; }
.wordmark-name { font-family: var(--display); font-size: 17px; letter-spacing: -.02em; }
.site-nav { justify-self: center; display: flex; gap: 30px; }
.site-nav a, .header-cta { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; }
.site-nav a { position: relative; padding-block: 8px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.header-cta { border: 1px solid var(--ink); padding: 11px 16px; transition: color .25s, background .25s; }
.header-cta:hover { background: var(--ink); color: var(--paper-light); }
.nav-toggle { display: none; }

.hero {
  min-height: calc(100svh - 74px);
  max-height: 826px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(54px, 7vw, 112px);
  align-items: center;
  padding-top: clamp(38px, 5vh, 58px);
  padding-bottom: 24px;
}
.hero-copy { align-self: center; padding-bottom: 28px; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 650; display: flex; align-items: center; gap: 14px; color: var(--sage-deep); }
.eyebrow-line { width: 46px; height: 1px; background: currentColor; opacity: .65; }
h1, h2 { font-family: var(--display); font-weight: 450; letter-spacing: -.035em; line-height: .98; margin: 0; }
h1 { font-size: clamp(46px, 5.3vw, 76px); max-width: 700px; text-wrap: balance; }
.hero-intro { max-width: 560px; margin: 28px 0 0; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.7; color: rgba(33,31,28,.76); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 19px; text-decoration: none; border: 0; cursor: pointer; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 650; background: none; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--paper-light); }
.button-dark:hover { background: var(--sage-deep); }
.button-text { padding-inline: 0; border-bottom: 1px solid currentColor; min-height: 34px; gap: 12px; }
.button-outline { border: 1px solid currentColor; }
.button-light { color: var(--ink); background: var(--paper-light); }

.hero-visual { position: relative; justify-self: end; width: min(100%, 590px); height: clamp(485px, 62vh, 635px); align-self: start; }
.hero-frame { position: absolute; inset: 0 22px 20px 54px; overflow: hidden; border-radius: 48% 48% 2px 2px / 31% 31% 2px 2px; background: var(--stone); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(.94) brightness(.98); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(89,69,48,.06), transparent 48%, rgba(50,42,34,.1)); pointer-events: none; }
.hero-frame-line { position: absolute; inset: 13px; border: 1px solid rgba(247,244,238,.68); border-radius: inherit; z-index: 2; }
.hero-seal { position: absolute; left: 0; top: 42%; transform: translateY(-50%); width: 88px; aspect-ratio: 1; border-radius: 50%; background: var(--paper-light); border: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; font-size: 8px; letter-spacing: .13em; text-align: center; }
.hero-seal i { width: 22px; height: 1px; background: var(--amber); }
.hero-caption { position: absolute; right: 0; bottom: 0; width: 235px; margin: 0; padding: 11px 0 0 22px; border-top: 1px solid var(--ink); font-size: 11px; line-height: 1.5; letter-spacing: .05em; }
.hero-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 76px; }
.hero-facts > div { display: flex; align-items: center; gap: 16px; padding-inline: 20px; border-right: 1px solid var(--line); }
.hero-facts > div:first-child { padding-left: 0; }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts strong { font-family: var(--display); font-weight: 500; font-size: 24px; }
.hero-facts span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: rgba(33,31,28,.65); }

.services { border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .7fr 1.2fr .85fr; gap: clamp(26px, 5vw, 70px); align-items: start; margin-bottom: 54px; }
.section-heading .eyebrow { margin-top: 8px; }
h2 { font-size: clamp(36px, 4vw, 54px); text-wrap: balance; }
.section-heading > p:last-child { margin: 6px 0 0; color: rgba(33,31,28,.7); line-height: 1.7; }
.service-ledger { display: grid; grid-template-columns: 1fr 1fr; column-gap: 54px; border-top: 1px solid var(--ink); }
.service-row { min-height: 88px; display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); position: relative; }
.service-row:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 34px; }
.service-row:nth-child(even) { padding-left: 10px; }
.service-index { font-family: var(--display); font-size: 13px; color: var(--amber); }
.service-name { font-family: var(--display); font-size: clamp(19px, 1.6vw, 23px); line-height: 1.14; }
.service-meta { text-align: right; min-width: 100px; }
.service-price { display: block; font-weight: 650; }
.service-duration { display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: rgba(33,31,28,.55); margin-top: 3px; }
.service-group { position: absolute; left: 50px; bottom: 8px; opacity: 0; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; color: var(--sage-deep); transition: opacity .2s; }
.service-row:hover .service-group { opacity: 1; }
.services-footer { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.services-footer p { margin: 0; font-family: var(--display); font-size: 18px; }

.philosophy { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); gap: clamp(58px, 9vw, 136px); align-items: center; }
.philosophy-image { position: relative; }
.image-mat { background: #d9d2c5; padding: 14px; box-shadow: 0 22px 70px rgba(72,59,45,.12); }
.image-mat-angled { clip-path: polygon(0 0, 100% 0, 100% 89%, 89% 100%, 0 100%); }
.image-mat img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.78) contrast(.94); }
.image-index { display: block; margin-top: 14px; font-size: 9px; letter-spacing: .16em; color: var(--sage-deep); }
.philosophy-copy > p:not(.eyebrow) { max-width: 650px; margin: 27px 0 0; font-size: 17px; line-height: 1.8; color: rgba(33,31,28,.72); }
.value-orbit { width: min(100%, 530px); height: 180px; position: relative; margin-top: 38px; }
.orbit { position: absolute; border: 1px solid rgba(95,106,98,.42); border-radius: 50%; display: flex; align-items: center; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--sage-deep); }
.orbit span { background: var(--paper); padding-inline: 6px; }
.orbit-one { width: 270px; height: 115px; left: 0; top: 22px; justify-content: flex-start; }
.orbit-one span { transform: translateX(-5px); }
.orbit-two { width: 280px; height: 125px; left: 118px; top: 0; justify-content: flex-end; }
.orbit-two span { transform: translateX(12px); }
.orbit-three { width: 275px; height: 112px; left: 230px; top: 47px; justify-content: flex-end; }
.orbit-three span { transform: translateX(22px); }
.orbit-core { position: absolute; left: 236px; top: 62px; width: 58px; height: 58px; border-radius: 50%; background: var(--umber); color: var(--paper-light); display: grid; place-items: center; font-family: var(--display); font-size: 15px; }

.space { background: var(--sage-deep); color: var(--paper-light); }
.space-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 112px); align-items: center; }
.space-copy p:not(.eyebrow) { color: rgba(247,244,238,.72); line-height: 1.75; max-width: 430px; }
.space-copy .eyebrow { color: #d6c8b7; }
.space-copy .button { margin-top: 20px; }
.space-stage { margin: 0; position: relative; }
.space-image-wrap { padding: 16px; border: 1px solid rgba(247,244,238,.38); clip-path: polygon(0 0, 94% 0, 100% 11%, 100% 100%, 0 100%); }
.space-stage img { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: saturate(.8) brightness(.96); }
.space-stage figcaption { display: grid; grid-template-columns: 45px 1fr auto; gap: 16px; padding-top: 13px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: rgba(247,244,238,.68); }

.trust { display: grid; grid-template-columns: .48fr 1.15fr .65fr; gap: 44px; align-items: center; border-bottom: 1px solid var(--line); }
.trust-score { display: flex; align-items: flex-end; gap: 16px; }
.trust-number { font-family: var(--display); font-size: clamp(58px, 6vw, 88px); line-height: .8; }
.stars { display: flex; gap: 2px; padding-bottom: 3px; }
.stars svg { width: 12px; fill: var(--amber); }
.trust-copy .eyebrow { margin-bottom: 10px; }
.trust-copy h2 { font-size: clamp(30px, 3.2vw, 43px); }
.trust-review { border-left: 1px solid var(--line); padding-left: 30px; display: flex; flex-direction: column; gap: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: rgba(33,31,28,.6); }
.trust-review span:first-child { color: var(--ink); font-weight: 650; }

.visit { background: var(--umber); color: var(--paper-light); }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(64px, 10vw, 150px); }
.visit-intro .eyebrow { color: #d0b89f; }
.visit-intro p:not(.eyebrow) { max-width: 500px; color: rgba(247,244,238,.66); line-height: 1.75; }
.visit-intro .button { margin-top: 22px; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 54px; border-top: 1px solid rgba(247,244,238,.28); padding-top: 28px; }
.detail-block { min-height: 102px; }
.detail-block > span:first-child { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: rgba(247,244,238,.48); margin-bottom: 14px; }
.detail-block a { text-decoration: none; line-height: 1.7; }
.detail-block a:hover { color: #e0c5a8; }
.detail-hours div { display: grid; gap: 5px; }
.hour-row { display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }
.hour-row:not(.is-open) { color: rgba(247,244,238,.45); }
.hour-row.is-open { color: #e4c6a7; }
.detail-block ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 13px; }
.detail-block li::before { content: ""; display: inline-block; width: 14px; height: 1px; background: #d0b89f; margin: 0 9px 4px 0; }

.footer { min-height: 126px; background: #191816; color: rgba(247,244,238,.65); padding: 28px max(32px, calc((100vw - 1260px) / 2)); display: grid; grid-template-columns: auto 1fr auto auto; gap: 30px; align-items: center; font-size: 11px; letter-spacing: .06em; }
.footer-mark { width: 54px; height: 54px; border: 1px solid rgba(247,244,238,.38); border-radius: 50% 50% 5px 50%; display: grid; place-items: center; font-family: var(--display); color: var(--paper-light); }
.footer div:nth-child(2) { display: flex; flex-direction: column; }
.footer strong { color: var(--paper-light); font-family: var(--display); font-size: 17px; font-weight: 450; }
.footer a { text-decoration: none; }

.gallery-dialog { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; border: 0; padding: 0; background: rgba(24,23,21,.97); color: white; }
.gallery-dialog::backdrop { background: rgba(24,23,21,.92); }
.gallery-close { position: fixed; right: 28px; top: 24px; color: white; background: none; border: 1px solid rgba(255,255,255,.45); padding: 9px 13px; z-index: 2; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.gallery-dialog-inner { height: 100%; display: grid; grid-template-columns: 70px minmax(0, 1fr) 70px; align-items: center; padding: 54px 24px 24px; }
.gallery-dialog-inner figure { height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.gallery-dialog-image { width: 100%; height: 100%; object-fit: contain; }
.gallery-dialog figcaption { display: flex; justify-content: space-between; padding-top: 13px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.64); }
.gallery-prev, .gallery-next { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: none; color: white; cursor: pointer; justify-self: center; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 44px, 900px); }
  .site-header { padding-inline: 22px; grid-template-columns: auto 1fr auto; }
  .site-nav { display: none; }
  .header-cta { justify-self: end; }
  .hero { min-height: auto; max-height: none; grid-template-columns: 1fr 1fr; column-gap: 42px; padding-top: 42px; }
  .hero-visual { height: 520px; }
  h1 { font-size: clamp(44px, 6.3vw, 64px); }
  .section-heading { grid-template-columns: .55fr 1.15fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .philosophy { gap: 58px; }
  .value-orbit { transform: scale(.84); transform-origin: left top; margin-bottom: -25px; }
  .trust { grid-template-columns: .45fr 1fr; }
  .trust-review { grid-column: 2; border-left: 0; padding: 0; flex-direction: row; flex-wrap: wrap; gap: 10px 22px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 36px); }
  .site-header { height: 66px; grid-template-columns: auto auto; justify-content: space-between; }
  .wordmark { min-width: 0; }
  .wordmark-name { display: none; }
  .header-cta { display: none; }
  .nav-toggle { display: grid; width: 40px; height: 40px; border: 0; background: none; place-content: center; gap: 6px; padding: 0; }
  .nav-toggle span:not(.sr-only) { width: 24px; height: 1px; background: var(--ink); transition: transform .2s; }
  .site-nav { position: fixed; inset: 66px 0 auto; background: var(--paper-light); padding: 25px 22px 30px; flex-direction: column; gap: 12px; border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { font-size: 13px; }
  .hero { min-height: auto; display: flex; flex-direction: column; padding-top: 42px; padding-bottom: 0; }
  .hero-copy { order: 1; padding-bottom: 36px; }
  .hero-visual { order: 2; width: 100%; height: min(122vw, 580px); }
  .hero-frame { inset: 0 8px 22px 28px; }
  .hero-seal { width: 72px; font-size: 7px; }
  .hero-caption { width: 210px; }
  .hero-facts { order: 3; width: 100%; grid-template-columns: 1fr; margin-top: 24px; }
  .hero-facts > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 15px 0; }
  .hero-facts > div:last-child { border-bottom: 0; }
  h1 { font-size: clamp(43px, 13vw, 61px); }
  h2 { font-size: clamp(35px, 10vw, 48px); }
  .hero-actions { flex-wrap: wrap; gap: 18px 24px; }
  .section-pad { padding-block: 72px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p:last-child { margin-top: 24px; }
  .service-ledger { grid-template-columns: 1fr; column-gap: 0; }
  .service-row:nth-child(odd), .service-row:nth-child(even) { border-right: 0; padding: 0; }
  .service-row { grid-template-columns: 32px 1fr auto; min-height: 84px; }
  .service-name { font-size: 20px; }
  .service-meta { min-width: 84px; }
  .services-footer { align-items: flex-start; flex-direction: column; }
  .philosophy { grid-template-columns: 1fr; gap: 52px; }
  .philosophy-image { max-width: 540px; }
  .value-orbit { width: 540px; transform: scale(.62); margin-bottom: -62px; }
  .space-grid { grid-template-columns: 1fr; gap: 44px; }
  .space-stage figcaption { grid-template-columns: 34px 1fr; }
  .space-stage figcaption span:last-child { grid-column: 2; }
  .trust { grid-template-columns: 1fr; gap: 28px; }
  .trust-review { grid-column: auto; border-top: 1px solid var(--line); padding-top: 20px; }
  .visit-grid { grid-template-columns: 1fr; gap: 56px; }
  .visit-details { grid-template-columns: 1fr; gap: 20px; }
  .detail-block { min-height: 0; padding-bottom: 20px; border-bottom: 1px solid rgba(247,244,238,.15); }
  .footer { grid-template-columns: auto 1fr; padding: 28px 18px; gap: 18px; }
  .footer > a, .footer > span { grid-column: 2; }
  .gallery-dialog-inner { grid-template-columns: 48px minmax(0, 1fr) 48px; padding-inline: 4px; }
  .gallery-prev, .gallery-next { width: 38px; height: 38px; }
}

@media (max-width: 420px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { height: 118vw; }
  .hero-frame { left: 18px; }
  .hero-caption { width: 175px; font-size: 10px; }
  .service-row { grid-template-columns: 26px 1fr auto; }
  .service-name { font-size: 18px; }
  .service-index { font-size: 11px; }
  .service-meta { min-width: 70px; font-size: 13px; }
  .value-orbit { transform: scale(.54); margin-bottom: -75px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
