:root {
  --canvas: hsl(39 39% 95%);
  --surface: hsl(35 33% 88%);
  --surface-soft: hsl(37 31% 92%);
  --ink: hsl(27 21% 12%);
  --ink-soft: hsl(27 12% 31%);
  --sand: hsl(31 29% 59%);
  --sand-deep: hsl(30 29% 39%);
  --copper: hsl(19 47% 44%);
  --line: hsl(29 25% 73% / 0.62);
  --paper: hsl(42 40% 98%);
  --shadow-photo: 0 24px 70px hsl(27 21% 12% / 0.16);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Karla", Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--font-body); font-size: 17px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: var(--ink); color: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { width: var(--shell); height: 92px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
.wordmark { display: inline-flex; align-items: center; width: max-content; font-family: var(--font-display); font-size: 25px; font-weight: 600; letter-spacing: -0.04em; line-height: 1; }
.wordmark i { font-size: 15px; color: var(--copper); margin: 0 5px; font-weight: 500; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.13em; }
.desktop-nav a, .header-book { position: relative; }
.desktop-nav a::after, .header-book::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.desktop-nav a:hover::after, .header-book:hover::after { transform: scaleX(1); transform-origin: left; }
.header-book { justify-self: end; font-size: 13px; text-transform: uppercase; letter-spacing: .13em; }
.header-book span { color: var(--copper); margin-left: 8px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { width: var(--shell); min-height: 708px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 54%) minmax(0, 46%); position: relative; padding: 56px 0 66px; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 0 40px 12px 3.4vw; }
.eyebrow { margin: 0 0 22px; font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: .22em; font-weight: 600; color: var(--sand-deep); }
h1, h2 { font-family: var(--font-display); font-weight: 500; margin: 0; letter-spacing: -0.045em; line-height: .88; }
h1 { font-size: clamp(72px, 7.4vw, 118px); }
h1 em, h2 em { font-weight: 500; color: var(--copper); }
.hero-intro { width: min(390px, 90%); margin: 34px 0 0 11vw; color: var(--ink-soft); line-height: 1.65; }
.circle-link { width: 142px; height: 142px; border-radius: 50%; margin-top: -18px; display: flex; align-items: center; justify-content: center; gap: 16px; background: var(--ink); color: var(--paper); font-size: 12px; line-height: 1.3; text-transform: uppercase; letter-spacing: .1em; transition: background .3s ease, transform .3s ease; }
.circle-link:hover { background: var(--copper); transform: rotate(-3deg); }
.circle-link b { font-size: 25px; font-weight: 400; }
.hero-image { margin: 0; height: 585px; position: relative; box-shadow: var(--shadow-photo); overflow: hidden; border-radius: 180px 2px 2px 2px; }
.hero-image img { height: 100%; object-fit: cover; object-position: 59% center; transform: scale(1.01); transition: transform 1.2s ease; }
.hero-image:hover img { transform: scale(1.045); }
.hero-image figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 22px; display: flex; gap: 18px; align-items: center; background: linear-gradient(transparent, hsl(27 21% 12% / .74)); color: var(--paper); font-size: 13px; letter-spacing: .06em; }
.hero-image figcaption span { opacity: .62; }
.hero-side-note { position: absolute; right: -39px; top: 52%; margin: 0; transform: rotate(90deg) translateX(50%); transform-origin: right center; font-size: 10px; letter-spacing: .28em; color: var(--sand-deep); }

.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 18px 0 20px; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 32px; font-family: var(--font-display); font-size: 24px; font-style: italic; animation: ticker 30s linear infinite; }
.ticker-track i { color: var(--copper); font-size: 12px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-shell { width: var(--shell); margin: 0 auto; }
.services { display: grid; grid-template-columns: 5fr 7fr; gap: 7vw; padding-top: 132px; padding-bottom: 140px; }
.section-heading h2, .story-copy h2, .team h2, .booking h2 { font-size: clamp(54px, 5.4vw, 84px); }
.section-heading > p:last-child { margin: 35px 0 0 15%; max-width: 350px; color: var(--ink-soft); }
.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 40px 1fr auto 24px; align-items: center; gap: 18px; padding: 23px 5px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-row:hover { padding-left: 14px; padding-right: 14px; background: var(--surface-soft); }
.service-no { font-size: 11px; color: var(--sand-deep); }
.service-row strong { display: block; font-family: var(--font-display); font-size: 27px; font-weight: 600; line-height: 1.1; }
.service-row small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: 13px; }
.price { font-size: 13px; }
.service-row b { color: var(--copper); font-weight: 400; font-size: 20px; transition: transform .25s ease; }
.service-row:hover b { transform: translate(3px, -3px); }

.story { background: var(--surface); display: grid; grid-template-columns: 53% 47%; min-height: 720px; }
.story-image { margin: 72px 0 72px max(48px, calc((100vw - 1240px) / 2)); position: relative; overflow: hidden; border-radius: 2px 120px 2px 2px; }
.story-image img { height: 100%; object-fit: cover; object-position: 30% center; transform: scale(1.34); filter: sepia(.08) saturate(.8); }
.image-stamp { position: absolute; width: 86px; height: 86px; border-radius: 50%; right: 26px; bottom: 26px; display: grid; place-content: center; text-align: center; background: var(--canvas); font-size: 11px; line-height: 1.35; letter-spacing: .14em; }
.story-copy { align-self: center; padding: 80px clamp(48px, 8vw, 145px); }
.story-copy > p:nth-of-type(2) { max-width: 530px; margin: 36px 0 32px; color: var(--ink-soft); }
.story-signature { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; display: flex; flex-wrap: wrap; gap: 10px 30px; color: var(--sand-deep); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 34px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link span { color: var(--copper); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.team { padding-top: 130px; padding-bottom: 130px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; }
.quotes { align-self: end; border-left: 1px solid var(--line); padding-left: 48px; }
.quotes blockquote { margin: 0; font-family: var(--font-display); font-size: 34px; line-height: 1.18; font-style: italic; }
.quotes p { max-width: 460px; margin: 32px 0 0; color: var(--ink-soft); }

.booking { background: var(--ink); color: var(--paper); padding: 118px max(48px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.booking .eyebrow { color: var(--sand); }
.booking-copy > p:last-child { color: hsl(42 40% 98% / .68); max-width: 440px; margin-top: 32px; }
.booking-form { display: grid; gap: 22px; }
.booking-form label span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: hsl(42 40% 98% / .62); margin-bottom: 7px; }
.booking-form input, .booking-form select { width: 100%; border: 0; border-bottom: 1px solid hsl(42 40% 98% / .3); border-radius: 0; padding: 7px 0 13px; color: var(--paper); background: transparent; outline: none; }
.booking-form input:focus, .booking-form select:focus { border-color: var(--sand); }
.booking-form input::placeholder { color: hsl(42 40% 98% / .35); }
.booking-form select option { color: var(--ink); }
.booking-form button { margin-top: 8px; min-height: 58px; border: 0; border-radius: 99px; padding: 0 26px; display: flex; justify-content: space-between; align-items: center; background: var(--canvas); color: var(--ink); cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; transition: background .25s ease, color .25s ease; }
.booking-form button:hover { background: var(--copper); color: var(--paper); }
.booking-form button span { font-size: 21px; }
.form-note { margin: -10px 0 0; font-size: 12px; color: hsl(42 40% 98% / .54); }
.form-note.success { color: var(--sand); }

footer { background: hsl(27 21% 8%); color: var(--paper); padding: 76px max(48px, calc((100vw - 1240px) / 2)) 28px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 56px; font-size: 14px; }
.wordmark-light { font-size: 30px; }
.footer-brand p { margin: 24px 0 0; color: hsl(42 40% 98% / .58); font-family: var(--font-display); font-size: 21px; line-height: 1.3; font-style: italic; }
.footer-label { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; color: var(--sand); font-size: 10px; }
footer address, footer div > p:not(.footer-label) { font-style: normal; color: hsl(42 40% 98% / .64); }
footer a:hover { color: var(--sand); }
.footer-base { grid-column: 1 / -1; border-top: 1px solid hsl(42 40% 98% / .14); margin-top: 38px; padding-top: 24px; display: flex; justify-content: space-between; color: hsl(42 40% 98% / .38); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }

@media (max-width: 980px) {
  :root { --shell: calc(100vw - 48px); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-book { display: none; }
  .menu-toggle { display: grid; gap: 6px; border: 0; background: transparent; padding: 10px 0 10px 14px; cursor: pointer; }
  .menu-toggle span { display: block; width: 27px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { display: flex; position: fixed; inset: 92px 0 0; z-index: 20; background: var(--canvas); flex-direction: column; padding: 42px 24px; visibility: hidden; opacity: 0; transform: translateY(-12px); transition: .25s ease; }
  .mobile-menu a { font-family: var(--font-display); font-size: 47px; line-height: 1.35; border-bottom: 1px solid var(--line); }
  .menu-open .mobile-menu { visibility: visible; opacity: 1; transform: none; }
  .hero { grid-template-columns: 52% 48%; min-height: 650px; }
  h1 { font-size: clamp(64px, 9.5vw, 90px); }
  .hero-copy { padding-left: 0; }
  .hero-intro { margin-left: 4vw; }
  .hero-image { height: 520px; }
  .services { gap: 5vw; }
  .story-copy { padding-left: 52px; padding-right: 36px; }
  .story-image { margin-left: 24px; }
  .team { gap: 5vw; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100vw - 36px); }
  body { font-size: 16px; }
  .site-header { height: 76px; }
  .mobile-menu { top: 76px; }
  .hero { display: flex; flex-direction: column; padding: 40px 0 32px; min-height: auto; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(58px, 17vw, 76px); line-height: .88; }
  .hero-intro { width: 86%; margin: 26px 0 0 10%; }
  .circle-link { width: 112px; height: 112px; margin: 26px 0 -32px; position: relative; z-index: 3; font-size: 10px; }
  .circle-link b { font-size: 20px; }
  .hero-image { height: 360px; width: 92%; margin-left: auto; border-radius: 110px 2px 2px 2px; }
  .hero-side-note { display: none; }
  .ticker { padding: 13px 0 15px; }
  .ticker-track { font-size: 20px; gap: 22px; }
  .services { grid-template-columns: 1fr; padding-top: 86px; padding-bottom: 90px; }
  .section-heading h2, .story-copy h2, .team h2, .booking h2 { font-size: clamp(50px, 14vw, 67px); }
  .section-heading > p:last-child { margin: 26px 0 42px 10%; }
  .service-row { grid-template-columns: 26px 1fr 20px; gap: 10px; }
  .service-row .price { grid-column: 2; font-size: 12px; color: var(--sand-deep); }
  .service-row b { grid-row: 1 / 3; grid-column: 3; }
  .service-row strong { font-size: 23px; }
  .story { grid-template-columns: 1fr; }
  .story-image { height: 410px; margin: 20px 18px 0; border-radius: 2px 90px 2px 2px; }
  .story-image img { transform: scale(1.15); }
  .story-copy { padding: 72px 18px 88px; }
  .team { grid-template-columns: 1fr; padding-top: 86px; padding-bottom: 90px; }
  .quotes { padding-left: 24px; }
  .quotes blockquote { font-size: 29px; }
  .booking { padding: 84px 18px; grid-template-columns: 1fr; gap: 54px; }
  footer { padding: 62px 18px 24px; grid-template-columns: 1fr 1fr; gap: 40px 26px; }
  .footer-brand { grid-column: 1 / -1; }
  footer > div:nth-child(4) { grid-column: 1 / -1; }
  .footer-base { flex-direction: column; gap: 8px; }
}

@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; }
}
