:root {
  --ink: #201a16;
  --muted: #6d625b;
  --paper: #f7f3ec;
  --cream: #eee5d8;
  --brown: #2b1c14;
  --brown-2: #17110d;
  --gold: #c99a46;
  --gold-light: #e7c983;
  --white: #fffdf9;
  --border: rgba(45, 31, 22, .14);
  --shadow: 0 22px 60px rgba(35, 23, 15, .15);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 116px 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 16px; background: white; color: black; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; box-shadow: 0 1px 0 rgba(255,255,255,.06); }
.contact-strip { color: #e9ded2; background: var(--brown-2); font-size: 12px; }
.contact-strip__inner { min-height: 36px; display: flex; align-items: center; gap: 28px; }
.contact-strip a { display: flex; align-items: center; gap: 8px; transition: color .2s; }
.contact-strip a:hover { color: var(--gold-light); }
.contact-strip svg { width: 15px; height: 15px; fill: none; stroke: var(--gold); stroke-width: 1.7; }
.contact-strip__address { margin-left: auto; }
.main-nav { background: rgba(250,247,241,.97); backdrop-filter: blur(15px); }
.nav-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(201,154,70,.28); }
.brand span { display: grid; gap: 6px; }
.brand strong { font: 26px/.8 var(--serif); letter-spacing: .02em; }
.brand small { color: #806c59; font-size: 9px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.button) { position: relative; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s; transform-origin: right; }
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; place-content: center; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 1.5px; background: var(--ink); transition: transform .25s, opacity .25s; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid var(--gold); padding: 0 25px; color: #1d140c; background: var(--gold-light); font-size: 13px; font-weight: 700; letter-spacing: .055em; cursor: pointer; transition: background .25s, color .25s, transform .25s; }
.button:hover { color: white; background: transparent; transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 19px; background: var(--brown-2); border-color: var(--brown-2); color: white; }
.button--small:hover { color: var(--brown-2); border-color: var(--brown-2); }
.button--dark { color: white; background: var(--brown-2); border-color: var(--brown-2); }
.button--dark:hover { color: var(--brown-2); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link--light { color: white; }

.hero { position: relative; min-height: min(720px, calc(100vh - 118px)); display: flex; align-items: center; overflow: hidden; color: white; background: #1b120d; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; filter: saturate(.82); transform: scale(1.035); animation: heroZoom 12s ease-out both; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,10,7,.93) 0%, rgba(22,13,8,.77) 37%, rgba(15,9,6,.2) 70%, rgba(15,9,6,.08) 100%); }
.hero__content { position: relative; z-index: 1; padding: 86px 0 110px; }
.eyebrow { margin: 0 0 23px; display: flex; align-items: center; gap: 12px; color: #9b773c; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold-light); }
.hero h1, .section h2, .location h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; line-height: .99; }
.hero h1 { max-width: 690px; font-size: clamp(64px, 8.4vw, 116px); }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero__content > p:not(.eyebrow) { max-width: 555px; margin: 30px 0 36px; color: rgba(255,255,255,.76); font-size: 17px; }
.hero__actions { display: flex; align-items: center; gap: 30px; }
.hero__scroll { position: absolute; z-index: 2; right: 38px; bottom: 43px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg) translateX(50%); transform-origin: right bottom; }
.hero__scroll span { width: 50px; height: 1px; overflow: hidden; background: rgba(255,255,255,.25); }
.hero__scroll span::after { content: ""; display: block; width: 55%; height: 100%; background: var(--gold-light); animation: lineMove 2.2s infinite ease-in-out; }
@keyframes lineMove { 0%,100% { transform: translateX(-110%); } 50% { transform: translateX(190%); } }

.trust-bar { color: white; background: var(--brown); }
.trust-bar__inner { min-height: 115px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-bar__inner > div { display: flex; align-items: center; gap: 20px; padding: 25px 36px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-bar__inner > div:first-child { padding-left: 0; }
.trust-bar__inner > div:last-child { border: 0; }
.trust-bar span { color: var(--gold); font: 28px var(--serif); }
.trust-bar p { margin: 0; color: rgba(255,255,255,.54); font-size: 12px; }
.trust-bar strong { display: block; color: white; font-size: 13px; letter-spacing: .04em; }

.about__grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); align-items: center; gap: clamp(60px, 9vw, 125px); }
.about__visual { position: relative; padding: 0 0 38px 38px; }
.about__visual::before { content: ""; position: absolute; z-index: -1; bottom: 0; left: 0; width: 58%; height: 61%; background: #ded0bd; }
.about__visual img { width: 100%; aspect-ratio: .93; object-fit: cover; box-shadow: var(--shadow); }
.about__badge { position: absolute; right: -35px; bottom: 4px; width: 145px; height: 145px; display: flex; align-items: center; justify-content: center; gap: 10px; color: white; background: var(--brown); border-radius: 50%; box-shadow: 0 14px 36px rgba(33,20,12,.22); }
.about__badge strong { color: var(--gold-light); font: 45px var(--serif); }
.about__badge span { font-size: 10px; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.section h2, .location h2 { font-size: clamp(46px, 5.4vw, 72px); }
.about__content .lead { margin: 30px 0 18px; color: #3d3129; font-size: 19px; line-height: 1.55; }
.about__content > p:not(.eyebrow):not(.lead) { margin-bottom: 25px; color: var(--muted); }
.about__points { margin: 30px 0 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.about__points > div { display: flex; gap: 12px; font-size: 12px; color: var(--muted); }
.about__points i { color: var(--gold); font-style: normal; }
.about__points strong { display: block; color: var(--ink); font-size: 13px; }

.services { color: white; background: var(--brown-2); }
.section-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 40px; }
.section-heading > p { max-width: 440px; margin: 0 0 5px; color: rgba(255,255,255,.58); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.service-card { position: relative; min-height: 530px; overflow: hidden; background: #251812; }
.service-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) brightness(.72); transition: transform .7s, filter .5s; }
.service-card::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, rgba(18,10,6,.95)); }
.service-card__content { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 34px; transform: translateY(56px); transition: transform .35s; }
.service-card__content > span { display: block; margin-bottom: 17px; color: var(--gold-light); font: 16px var(--serif); }
.service-card h3 { margin: 0 0 14px; font: 35px/1.08 var(--serif); }
.service-card p { min-height: 51px; margin: 0 0 20px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; opacity: 0; transition: opacity .3s; }
.service-card a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--gold); color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .08em; opacity: 0; transition: opacity .3s; }
.service-card:hover img { transform: scale(1.05); filter: saturate(.9) brightness(.6); }
.service-card:hover .service-card__content { transform: translateY(0); }
.service-card:hover p, .service-card:hover a { opacity: 1; }

.brand-banner { padding: 80px 0; background: #0d0907; }
.brand-banner img { width: 100%; height: auto; border: 1px solid rgba(231,201,131,.25); box-shadow: 0 28px 70px rgba(0,0,0,.35); }

.ritual { overflow: hidden; background: #e9dfd1; }
.ritual__grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.ritual__content p:not(.eyebrow) { margin: 28px 0 34px; color: var(--muted); }
.ritual__image { position: relative; }
.ritual__image::before { content: ""; position: absolute; top: -31px; right: -200px; bottom: 38%; left: 38%; background: var(--gold); opacity: .23; }
.ritual__image img { position: relative; width: 100%; aspect-ratio: 1.2; object-fit: cover; box-shadow: var(--shadow); }
.ritual__note { position: absolute; right: -28px; bottom: -29px; padding: 20px 28px; color: rgba(255,255,255,.66); background: var(--brown-2); font-size: 11px; letter-spacing: .04em; }
.ritual__note strong { color: var(--gold-light); font-size: 13px; }

.gallery { padding-bottom: 72px; background: var(--paper); overflow: hidden; }
.gallery__heading { margin-bottom: 48px; }
.gallery__track { display: grid; grid-template-columns: repeat(10, minmax(270px, 22vw)); gap: 12px; width: max-content; padding: 0 24px 16px; overflow: visible; animation: galleryDrift 68s linear infinite alternate; }
.gallery__track:hover { animation-play-state: paused; }
@keyframes galleryDrift { to { transform: translateX(calc(100vw - 100% - 48px)); } }
.gallery__track figure { margin: 0; overflow: hidden; }
.gallery__track figure:nth-child(3n+2) { transform: translateY(24px); }
.gallery__track img { width: 100%; aspect-ratio: .82; object-fit: cover; filter: saturate(.78); transition: transform .55s, filter .4s; }
.gallery__track figure:hover img { transform: scale(1.04); filter: saturate(1); }

.contact { color: white; background: var(--brown); }
.contact__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 130px); }
.contact__content > p:not(.eyebrow) { max-width: 465px; margin: 28px 0 38px; color: rgba(255,255,255,.6); }
.contact__details { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact__details a { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact__details span { color: var(--gold-light); font-size: 11px; text-transform: uppercase; }
.contact__details strong { font-size: 13px; font-weight: 500; }
.booking-form { padding: 40px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.booking-form label { display: grid; gap: 8px; margin-bottom: 20px; }
.booking-form label > span { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 0; border-bottom: 1px solid #cfc3b5; border-radius: 0; padding: 10px 0 12px; outline: 0; color: var(--ink); background: transparent; font-size: 14px; transition: border-color .2s; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); }
.booking-form textarea { resize: vertical; }
.booking-form .button { margin-top: 3px; width: 100%; background: var(--brown-2); border-color: var(--brown-2); color: white; }
.booking-form .button:hover { background: white; color: var(--brown-2); }
.form-note { margin: 12px 0 0; color: #85796f; font-size: 10px; text-align: center; }

.location { padding: 105px 0 0; background: var(--paper); }
.location__heading { margin-bottom: 55px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.location__address p { margin: 0 0 23px; color: var(--muted); }
.map-wrap { height: 510px; background: #d8d0c7; filter: sepia(.15) saturate(.75); }
.map-wrap iframe { width: 100%; height: 100%; display: block; border: 0; }

.footer { padding: 68px 0 24px; color: white; background: var(--brown-2); }
.footer__top { display: grid; grid-template-columns: 1.05fr .85fr 1fr 1.45fr; align-items: start; gap: clamp(34px, 4vw, 62px); padding-bottom: 55px; }
.brand--footer img { width: 66px; height: 66px; }
.brand--footer small { color: #a39183; }
.footer__tagline { margin: 0; color: var(--gold-light); font: 27px/1.28 var(--serif); }
.footer__column { display: grid; align-content: start; gap: 16px; }
.footer__label { margin: 0 0 3px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.footer__detail { display: flex; align-items: flex-start; gap: 11px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.55; transition: color .2s; }
.footer__detail:hover { color: var(--gold-light); }
.footer__detail svg { width: 17px; min-width: 17px; height: 17px; margin-top: 2px; fill: none; stroke: var(--gold); stroke-width: 1.6; }
.footer__detail small { display: block; margin-bottom: 1px; color: rgba(255,255,255,.35); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer__detail address { margin: 0; color: rgba(255,255,255,.64); font-style: normal; line-height: 1.65; }
.footer__detail--address:hover { color: inherit; }
.footer__directions { width: max-content; margin-left: 28px; padding-bottom: 3px; border-bottom: 1px solid rgba(201,154,70,.7); color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer__directions span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.footer__directions:hover span { transform: translate(3px, -3px); }
.footer__links { display: flex; gap: 26px; color: rgba(255,255,255,.48); font-size: 10px; }
.footer__links a:hover { color: var(--gold-light); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .04em; }
.footer__bottom p { margin: 0; }
.floating-actions { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; gap: 12px; }
.floating-action { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 8px 30px rgba(0,0,0,.25); transition: transform .2s, background-color .2s, color .2s; }
.floating-action:hover { transform: translateY(-3px); }
.floating-action:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.floating-action svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.floating-action--call { color: #1a120c; background: var(--gold-light); }
.floating-action--call:hover { background: #f1d998; }
.floating-action--top { color: white; background: var(--brown-2); }
.floating-action--top:hover { color: var(--gold-light); background: var(--brown); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .contact-strip__address { display: none !important; }
  .contact-strip__inner { justify-content: space-between; }
  .nav-toggle { display: grid; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .nav-links { position: fixed; z-index: -1; top: 118px; right: 0; left: 0; height: calc(100vh - 118px); display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 45px 24px; color: white; background: var(--brown-2); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .25s, transform .25s; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: none; }
  .nav-links > a { width: 100%; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); font: 30px var(--serif); }
  .nav-links .button { margin-top: 22px; border-bottom: 1px solid var(--gold); font: 700 13px var(--sans); }
  .nav-links > a::after { display: none; }
  .hero { min-height: 650px; }
  .hero__image { object-position: 62% center; }
  .about__grid, .ritual__grid, .contact__grid { gap: 65px; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; }
  .service-card__content { transform: none; }
  .service-card p, .service-card a { opacity: 1; }
  .contact__grid { grid-template-columns: 1fr; }
  .location__heading { gap: 50px; }
  .footer__top { grid-template-columns: 1fr 1fr; row-gap: 48px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }
  html { scroll-padding-top: 108px; }
  .contact-strip { font-size: 10px; }
  .contact-strip__inner { min-height: 32px; gap: 10px; }
  .contact-strip a { gap: 5px; }
  .contact-strip svg { width: 13px; }
  .nav-inner { height: 76px; }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: 22px; }
  .nav-links { top: 108px; height: calc(100vh - 108px); }
  .section { padding: 72px 0; }
  .hero { min-height: calc(100svh - 108px); }
  .hero__image { object-position: 58% center; }
  .hero__overlay { background: linear-gradient(90deg, rgba(15,9,6,.91), rgba(15,9,6,.47)), linear-gradient(0deg, rgba(15,9,6,.55), transparent 60%); }
  .hero__content { padding: 80px 0 120px; }
  .hero h1 { font-size: clamp(56px, 18vw, 78px); }
  .hero__content > p:not(.eyebrow) { margin-top: 24px; font-size: 15px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero__scroll { display: none; }
  .trust-bar__inner { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-bar__inner > div, .trust-bar__inner > div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-bar__inner > div:last-child { border-bottom: 0; }
  .about__grid, .ritual__grid { grid-template-columns: 1fr; gap: 55px; }
  .about__visual { padding: 0 0 27px 26px; }
  .about__badge { right: -7px; width: 120px; height: 120px; }
  .about__badge strong { font-size: 36px; }
  .section h2, .location h2 { font-size: 48px; }
  .about__points { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 510px; }
  .service-card__content { padding: 26px; }
  .service-card h3 { font-size: 32px; }
  .ritual__grid { display: flex; flex-direction: column-reverse; }
  .ritual__note { right: -8px; }
  .gallery__track { grid-template-columns: repeat(10, 72vw); animation-duration: 88s; }
  .gallery__track figure:nth-child(3n+2) { transform: translateY(14px); }
  .contact__grid { gap: 48px; }
  .booking-form { padding: 27px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact__details a { grid-template-columns: 68px 1fr; }
  .location { padding-top: 72px; }
  .location__heading { grid-template-columns: 1fr; gap: 30px; }
  .map-wrap { height: 420px; }
  .footer { padding-bottom: 90px; }
  .footer__top { grid-template-columns: 1fr; gap: 30px; }
  .footer__tagline { padding-bottom: 9px; }
  .footer__column { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer__links { order: -1; margin-bottom: 8px; }
  .floating-actions { right: 16px; bottom: 16px; gap: 10px; }
  .floating-action { width: 48px; height: 48px; }
}

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