:root {
  --ink: #172019;
  --ink-soft: #334139;
  --forest: #2f4737;
  --forest-deep: #17281e;
  --sage: #a9b8a0;
  --cream: #f3eee4;
  --paper: #fbf8f1;
  --sand: #ded2bf;
  --copper: #b7885d;
  --white: #fffef9;
  --line: rgba(23, 32, 25, 0.14);
  --shadow: 0 28px 70px rgba(20, 31, 23, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--forest); color: var(--white); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 128px 0; }
.eyebrow { margin: 0 0 22px; color: var(--copper); font-size: .72rem; font-weight: 750; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: #d6b18a; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.03; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--copper); font-weight: 400; }
h2 { margin-bottom: 26px; font-size: clamp(2.7rem, 5.2vw, 5.3rem); }
.lead { font-size: 1.25rem; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 27px; border: 1px solid var(--forest); background: var(--forest); color: var(--white); font-size: .78rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--ink); border-color: var(--ink); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #cda273; outline-offset: 4px; }
.button-small { min-height: 44px; padding-inline: 21px; font-size: .7rem; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .78rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(4px, 4px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s ease, color .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled, .site-header.menu-open { background: rgba(247,243,234,.97); color: var(--ink); box-shadow: 0 8px 30px rgba(15,25,18,.08); backdrop-filter: blur(16px); }
.header-inner { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: var(--serif); font-size: 1.22rem; font-weight: 500; letter-spacing: .01em; text-transform: uppercase; }
.brand small { margin-top: 5px; font-size: .59rem; letter-spacing: .13em; opacity: .7; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 30px; align-items: center; }
.desktop-nav a { position: relative; font-size: .74rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; background: transparent; border-color: rgba(255,255,255,.6); }
.site-header.is-scrolled .header-cta, .site-header.menu-open .header-cta { border-color: var(--forest); color: var(--forest); }
.site-header.is-scrolled .header-cta:hover, .site-header.menu-open .header-cta:hover { color: var(--white); }
.menu-button { display: none; position: relative; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { position: absolute; left: 10px; width: 24px; height: 1px; background: currentColor; transition: transform .25s ease, top .25s ease; }
.menu-button span:first-child { top: 17px; }
.menu-button span:last-child { top: 26px; }
.menu-button[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 920px; padding: 160px 0 84px; overflow: hidden; color: var(--white); background: var(--forest-deep); }
.hero-wash { position: absolute; inset: 0; background: radial-gradient(circle at 5% 10%, rgba(140,167,145,.24), transparent 34%), radial-gradient(circle at 50% 100%, rgba(183,136,93,.13), transparent 40%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding-top: 22px; will-change: transform, opacity; }
.hero h1 { max-width: 690px; margin-bottom: 30px; font-size: clamp(4.2rem, 7vw, 7.6rem); }
.hero h1 em { display: block; }
.hero-lead { max-width: 590px; margin-bottom: 38px; color: rgba(255,255,255,.76); font-size: 1.14rem; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.hero .button { background: #d4a77a; border-color: #d4a77a; color: var(--ink); }
.hero .button:hover { background: var(--white); border-color: var(--white); }
.hero .text-link { color: var(--white); }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 68px 0 0; padding: 27px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.hero-points li { color: rgba(255,255,255,.72); font-size: .72rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.hero-points span { display: block; margin-bottom: 7px; color: #d4a77a; font-family: var(--serif); font-size: 1.05rem; }
.hero-visual { position: relative; min-height: 668px; }
.hero-image-main { position: absolute; inset: 0 0 72px 12%; margin: 0; overflow: hidden; box-shadow: 0 42px 90px rgba(0,0,0,.33); will-change: transform; }
.hero-image-main::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(7,16,10,.08), rgba(7,16,10,.38)); pointer-events: none; }
.hero-image-main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; transform: translate3d(0, 0, 0) scale(1.15); transform-origin: 50% 52%; will-change: transform; backface-visibility: hidden; }
.hero-moments { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.hero-moment { position: absolute; top: 54%; right: clamp(28px, 8%, 68px); max-width: 75%; margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(2rem, 3.25vw, 3.7rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; text-align: right; text-shadow: 0 3px 28px rgba(5,12,7,.55); opacity: 0; visibility: hidden; transform: translate3d(0, 24px, 0); filter: blur(9px); will-change: transform, opacity, filter; }
.hero-moment::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 14px .24em 0; background: #d4a77a; box-shadow: 0 1px 12px rgba(212,167,122,.45); }
.hero-image-small { position: absolute; left: 0; bottom: 0; z-index: 2; width: 43%; height: 255px; margin: 0; padding: 8px; background: var(--cream); will-change: transform, opacity; }
.hero-image-small img { width: 100%; height: 100%; object-fit: cover; }
.round-note { position: absolute; right: -20px; bottom: 35px; z-index: 3; width: 136px; height: 136px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(24,37,27,.72); text-align: center; backdrop-filter: blur(8px); will-change: transform, opacity; }
.round-note span { font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; }
.round-note strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }

@media (min-width: 1050px) {
  .hero { min-height: 100svh; padding: 88px 0 0; }
  .hero-grid { min-height: calc(100svh - 88px); grid-template-columns: .76fr 1.24fr; gap: 48px; }
  .hero-copy { padding-top: 0; }
  .hero-visual { --hero-edge: max(24px, calc((100vw - 1180px) / 2)); width: calc(100% + var(--hero-edge)); min-height: calc(100svh - 88px); margin-right: calc(0px - var(--hero-edge)); }
  .hero-image-main { inset: 0; }
  .hero-image-small { height: clamp(210px, 32vh, 280px); }
  .round-note { right: 24px; bottom: 42px; }
  .hero h1 { margin-bottom: clamp(20px, 3vh, 30px); font-size: clamp(4.1rem, 8.8vh, 5.6rem); }
  .hero .hero-lead { margin-bottom: clamp(24px, 3.5vh, 38px); font-size: clamp(.98rem, 2vh, 1.14rem); }
  .hero .hero-points { margin-top: clamp(32px, 5vh, 56px); padding-top: clamp(16px, 2.5vh, 27px); }
}

.quick-facts { background: var(--paper); border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid div { display: grid; gap: 4px; padding: 34px; border-left: 1px solid var(--line); text-align: center; }
.facts-grid div:last-child { border-right: 1px solid var(--line); }
.facts-grid strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.facts-grid span { color: #687268; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: center; }
.about-media { position: relative; padding: 0 58px 58px 0; }
.about-media::before { content: ""; position: absolute; inset: 54px 0 0 58px; border: 1px solid rgba(183,136,93,.6); }
.about-media img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: var(--shadow); }
.about-caption { position: absolute; right: 18px; bottom: 90px; display: grid; gap: 15px; }
.about-caption span { writing-mode: vertical-rl; color: #6f746d; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.about-copy { max-width: 520px; }
.about-copy p:not(.eyebrow) { color: #59625b; }
.about-copy .lead { color: var(--ink); }
.about-copy .text-link { margin-top: 14px; }

.experience { background: var(--paper); border-block: 1px solid var(--line); }
.section-heading { margin-bottom: 64px; }
.section-heading.centered { max-width: 850px; margin-inline: auto; text-align: center; }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.experience-grid article { position: relative; min-height: 330px; padding: 34px 28px; border-right: 1px solid var(--line); transition: background .3s ease, color .3s ease, transform .3s ease; }
.experience-grid article:last-child { border-right: 0; }
.experience-grid article:hover { z-index: 2; background: var(--forest); color: var(--white); transform: translateY(-8px); box-shadow: var(--shadow); }
.card-index { color: var(--copper); font-family: var(--serif); }
.line-icon { margin: 53px 0 30px; font-family: var(--serif); font-size: 2rem; color: var(--copper); }
.experience-grid h3 { margin-bottom: 18px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.experience-grid p { margin: 0; color: #687168; font-size: .91rem; }
.experience-grid article:hover p { color: rgba(255,255,255,.7); }

.services { background: var(--cream); }
.services-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.services-intro { position: sticky; top: 128px; }
.services-intro > p:not(.eyebrow) { max-width: 500px; color: #626b63; }
.services-image { height: 300px; margin-top: 45px; overflow: hidden; }
.services-image img { width: 100%; height: 100%; object-fit: cover; }
.services-list { border-top: 1px solid var(--line); }
.services-list details { border-bottom: 1px solid var(--line); }
.services-list summary { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 25px 44px 25px 0; cursor: pointer; list-style: none; }
.services-list summary::-webkit-details-marker { display: none; }
.services-list summary::after { content: "+"; position: absolute; right: 3px; top: 50%; translate: 0 -50%; color: var(--copper); font-family: var(--serif); font-size: 1.75rem; font-weight: 300; }
.services-list details[open] summary::after { content: "−"; }
.services-list summary span { font-family: var(--serif); font-size: 1.42rem; }
.services-list summary strong { color: var(--forest); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.services-list details p { max-width: 650px; margin: -4px 50px 25px 0; color: #626b63; font-size: .92rem; }

.rituals { background: #dfd5c5; }
.split-heading { display: grid; grid-template-columns: 1fr .45fr; gap: 90px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 12px; color: #5f685f; }
.ritual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.ritual-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 39px; border: 1px solid rgba(23,32,25,.17); background: rgba(255,255,255,.34); transition: transform .3s ease, box-shadow .3s ease; }
.ritual-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.ritual-card.featured { background: var(--forest); color: var(--white); }
.ritual-label { color: var(--copper); font-size: .66rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.ritual-card h3 { margin: 42px 0 22px; font-family: var(--serif); font-size: 2.15rem; font-weight: 400; }
.ritual-card p { color: #626b63; }
.ritual-card.featured p { color: rgba(255,255,255,.68); }
.ritual-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(23,32,25,.16); }
.featured .ritual-bottom { border-color: rgba(255,255,255,.2); }
.ritual-bottom strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.ritual-bottom a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; transition: background .25s, color .25s; }
.ritual-bottom a:hover { background: var(--copper); border-color: var(--copper); color: var(--white); }

.rental { padding-block: 0; background: var(--cream); }
.rental-card { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--forest-deep); color: var(--white); }
.rental-image { min-height: 650px; overflow: hidden; }
.rental-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.rental-card:hover .rental-image img { transform: scale(1.025); }
.rental-copy { padding: 80px 68px; align-self: center; }
.rental-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.6rem); }
.rental-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.rental dl { margin: 40px 0; border-top: 1px solid rgba(255,255,255,.16); }
.rental dl div { display: flex; justify-content: space-between; gap: 30px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.rental dt { color: rgba(255,255,255,.55); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.rental dd { margin: 0; font-family: var(--serif); }
.light-button { border-color: var(--white); background: var(--white); color: var(--ink); }
.light-button:hover { border-color: var(--copper); background: var(--copper); color: var(--white); }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 14px; }
.gallery-item { position: relative; grid-column: span 4; margin: 0; padding: 0; border: 0; overflow: hidden; background: #c9c0b1; cursor: zoom-in; }
.gallery-item.wide { grid-column: span 5; }
.gallery-item.tall { grid-column: span 3; grid-row: span 2; }
.gallery-item:nth-child(4) { grid-column: span 4; }
.gallery-item:nth-child(5) { grid-column: span 5; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .45s ease; }
.gallery-item:hover img { transform: scale(1.055); filter: brightness(.75); }
.gallery-item span { position: absolute; left: 18px; bottom: 14px; color: var(--white); font-size: .66rem; font-weight: 700; letter-spacing: .14em; opacity: 0; text-transform: uppercase; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.gallery-item:hover span { opacity: 1; transform: none; }

.gift-section { padding: 0 0 128px; background: var(--paper); }
.gift-card { min-height: 300px; display: grid; grid-template-columns: auto 1fr auto; gap: 52px; align-items: center; padding: 58px 64px; background: var(--forest); color: var(--white); }
.gift-mark { width: 94px; height: 94px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--copper); font-size: 2rem; }
.gift-card h2 { margin-bottom: 10px; font-size: clamp(2.6rem, 4.3vw, 4.4rem); }
.gift-card p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.68); }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: #626b63; }
.contact-list { margin-top: 48px; border-top: 1px solid var(--line); }
.contact-list a { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s; }
.contact-list a:hover { padding-left: 9px; }
.contact-list span { color: #747c75; font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-list strong { font-family: var(--serif); font-size: 1.17rem; font-weight: 400; }
.contact-form { padding: 48px; background: var(--paper); box-shadow: 0 25px 70px rgba(28,37,30,.09); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: block; margin-bottom: 24px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: #5e675f; font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #bdb9ae; border-radius: 0; padding: 10px 0 12px; background: transparent; color: var(--ink); outline: 0; transition: border-color .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--forest); }
.privacy-check { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; }
.privacy-check input { margin-top: 4px; accent-color: var(--forest); }
.privacy-check span { margin: 0 !important; font-size: .67rem !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.5; text-transform: none !important; }
.privacy-check a { text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { width: 100%; justify-content: space-between; }
.form-submit i { font-style: normal; font-size: 1rem; }
.form-submit[disabled] { opacity: .65; cursor: wait; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--forest); font-size: .84rem; }
.form-status.error { color: #8d322b; }

.location-section { position: relative; padding: 128px 0; overflow: hidden; background: var(--forest-deep); color: var(--white); }
.location-glow { position: absolute; inset: 0; background: radial-gradient(circle at 88% 8%, rgba(183,136,93,.19), transparent 28%), radial-gradient(circle at 8% 100%, rgba(132,158,139,.15), transparent 34%); pointer-events: none; }
.location-content { position: relative; }
.location-heading { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.location-heading h2 { max-width: 650px; margin-bottom: 0; }
.location-intro > p { margin-bottom: 26px; color: rgba(255,255,255,.68); }
.location-address { position: relative; display: grid; gap: 5px; min-height: 92px; padding: 20px 58px 20px 22px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.045); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.location-address:hover { transform: translateY(-2px); border-color: rgba(214,177,138,.7); background: rgba(255,255,255,.08); }
.location-address span { color: #d6b18a; font-size: .64rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.location-address strong { font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.42rem); font-weight: 400; line-height: 1.25; }
.location-address i { position: absolute; top: 50%; right: 22px; color: #d6b18a; font-size: 1.2rem; font-style: normal; transform: translateY(-50%); }
.location-map-card { position: relative; height: clamp(470px, 43vw, 580px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: #d9ddd5; box-shadow: 0 36px 90px rgba(0,0,0,.3); }
.location-map { display: block; width: 100%; height: 100%; border: 0; }
.location-map-open { position: absolute; top: 18px; right: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 16px; min-height: 48px; padding: 0 19px; border: 1px solid rgba(23,32,25,.12); border-radius: 999px; background: rgba(255,254,249,.94); color: var(--ink); box-shadow: 0 12px 32px rgba(11,22,14,.18); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(10px); transition: transform .25s ease, background .25s ease; }
.location-map-open:hover { transform: translateY(-2px); background: var(--white); }
.location-map-open i { color: var(--copper); font-size: 1rem; font-style: normal; }
.location-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 22px; }
.location-action { display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; min-height: 84px; padding: 15px 22px; border: 1px solid rgba(255,255,255,.22); transition: transform .25s ease, border-color .25s ease, background .25s ease; cursor: pointer; }
.location-action:hover { transform: translateY(-3px); }
.location-action-google { border-color: #d6b18a; background: #d6b18a; color: var(--ink); }
.location-action-google:hover { border-color: var(--white); background: var(--white); }
.location-action-waze { background: rgba(255,255,255,.055); }
.location-action-waze:hover { border-color: #d6b18a; background: rgba(255,255,255,.1); }
.location-action-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.2rem; }
.location-action > span:nth-child(2) { display: grid; gap: 1px; }
.location-action small { font-size: .6rem; font-weight: 700; letter-spacing: .13em; opacity: .65; text-transform: uppercase; }
.location-action strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.location-action > i { font-size: 1.2rem; font-style: normal; }

footer { padding: 54px 0; background: #111913; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.footer-brand small { color: rgba(255,255,255,.6); }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; color: rgba(255,255,255,.72); font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a:hover { color: var(--white); }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .68rem; }

.lightbox { width: min(1080px, calc(100% - 40px)); max-height: calc(100vh - 40px); padding: 0; border: 0; background: transparent; color: white; overflow: visible; }
.lightbox::backdrop { background: rgba(7,12,8,.9); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: calc(100vh - 100px); object-fit: contain; }
.lightbox p { margin: 10px 0 0; font-size: .8rem; text-align: center; }
.lightbox-close { position: absolute; top: -42px; right: 0; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; color: white; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.reveal-pending { opacity: 0; transform: translateY(26px); }
.reveal-visible { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }

.privacy-page { min-height: 100vh; padding: 70px 0; background: var(--paper); }
.privacy-content { width: min(760px, calc(100% - 40px)); margin: auto; }
.privacy-content .brand { margin-bottom: 60px; }
.privacy-content h1 { margin-bottom: 30px; font-size: clamp(2.8rem, 6vw, 5rem); }
.privacy-content h2 { margin-top: 44px; margin-bottom: 14px; font-size: 1.7rem; letter-spacing: -.02em; }
.privacy-content p, .privacy-content li { color: #59625b; }
.privacy-content p a { text-decoration: underline; text-decoration-color: rgba(47,71,55,.42); text-underline-offset: 3px; }
.privacy-content .button { margin-top: 35px; }

@media (max-width: 1040px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .66rem; }
  .header-inner { gap: 18px; }
  .hero { min-height: 100svh; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-visual { min-height: 590px; }
  .hero-points { grid-template-columns: 1fr; gap: 10px; }
  .hero-points span { display: inline; margin-right: 8px; }
  .about-grid, .services-layout, .contact-grid { gap: 60px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid article:nth-child(2) { border-right: 0; }
  .experience-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .rental-copy { padding: 60px 42px; }
  .gift-card { padding-inline: 42px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .shell { width: min(100% - 34px, 680px); }
  .section { padding: 90px 0; }
  .header-inner { height: 74px; grid-template-columns: 1fr auto; }
  .brand img { width: 45px; height: 45px; }
  .brand small { display: none; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; justify-self: end; }
  .mobile-nav { position: absolute; inset: 74px 0 auto; display: grid; max-height: 0; padding: 0 24px; overflow: hidden; background: var(--paper); color: var(--ink); box-shadow: 0 25px 40px rgba(20,30,23,.12); transition: max-height .35s ease, padding .35s ease; }
  .mobile-nav.is-open { max-height: 500px; padding-block: 16px 24px; }
  .mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.25rem; }
  .hero { min-height: 100svh; padding: 104px 0 56px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { order: 1; }
  .hero-visual { width: 100%; min-height: clamp(540px, 68svh, 720px); }
  .hero h1 { font-size: clamp(3.7rem, 15vw, 6rem); }
  .hero-image-main { left: 10%; }
  .hero-image-main img { transform: translate3d(0, 0, 0) scale(1.13); }
  .hero-moment { top: 50%; right: 28px; font-size: clamp(1.9rem, 5.5vw, 3rem); }
  .hero-image-small { width: 42%; height: 190px; }
  .round-note { right: 4px; width: 110px; height: 110px; }
  .hero-points { display: none; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid div:nth-child(2) { border-right: 1px solid var(--line); }
  .facts-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-grid, .services-layout, .contact-grid, .rental-card { grid-template-columns: 1fr; }
  .about-grid { gap: 60px; }
  .about-media { max-width: 570px; }
  .services-intro { position: static; }
  .services-image { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .ritual-grid { grid-template-columns: 1fr; }
  .ritual-card { min-height: 350px; }
  .rental-image { min-height: 460px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 250px; }
  .gallery-item, .gallery-item.wide, .gallery-item.tall, .gallery-item:nth-child(4), .gallery-item:nth-child(5) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:first-child, .gallery-item:last-child { grid-column: 1 / -1; }
  .gift-card { grid-template-columns: auto 1fr; gap: 28px; }
  .gift-card .button { grid-column: 1 / -1; }
  .contact-grid { gap: 55px; }
  .location-heading { grid-template-columns: 1fr; gap: 30px; }
  .location-intro { max-width: 620px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .shell { width: min(100% - 28px, 520px); }
  .section { padding: 76px 0; }
  .eyebrow { margin-bottom: 16px; }
  h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .hero { width: 100%; height: 100svh; min-height: 640px; padding: 0; }
  .hero-grid.shell { width: 100%; height: 100%; margin: 0; }
  .hero-copy { position: absolute; z-index: 4; right: 14px; bottom: max(28px, env(safe-area-inset-bottom)); left: 14px; order: 0; padding: 0; }
  .hero h1 { max-width: 520px; margin-bottom: 16px; font-size: clamp(3rem, 14.8vw, 4.1rem); }
  .hero-lead { max-width: 430px; margin-bottom: 20px; font-size: .96rem; line-height: 1.5; }
  .hero-actions { align-items: center; flex-flow: row wrap; gap: 16px 22px; }
  .hero .button { min-height: 50px; padding-inline: 21px; }
  .hero-visual { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; }
  .hero-image-main { inset: 0; box-shadow: none; }
  .hero-image-main::after { background: linear-gradient(180deg, rgba(7,16,10,.16) 0%, rgba(7,16,10,.08) 35%, rgba(7,16,10,.64) 70%, rgba(7,16,10,.94) 100%); }
  .hero-image-main img { object-position: 60% 50%; transform: translate3d(0, 0, 0) scale(1.12); }
  .hero-moment { top: 31%; right: 16px; max-width: 86%; font-size: clamp(1.65rem, 8vw, 2.35rem); }
  .hero-moment::before { width: 24px; margin-right: 10px; }
  .hero-image-small { display: none; }
  .round-note { top: 96px; right: 14px; bottom: auto; width: 92px; height: 92px; }
  .round-note strong { font-size: 1rem; }
  .facts-grid div { padding: 26px 12px; }
  .facts-grid strong { font-size: 1.45rem; }
  .about-media { padding: 0 35px 35px 0; }
  .about-media::before { inset: 35px 0 0 35px; }
  .about-caption { display: none; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid article { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .experience-grid article:last-child { border-bottom: 0; }
  .line-icon { margin: 30px 0 20px; }
  .services-list summary { padding-block: 21px; }
  .services-list summary span { font-size: 1.18rem; }
  .services-list summary strong { font-size: 1rem; }
  .services-list details p { margin-right: 28px; }
  .ritual-card { padding: 30px; }
  .rental-image { min-height: 350px; }
  .rental-copy { padding: 48px 26px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .gallery-item, .gallery-item.wide, .gallery-item.tall, .gallery-item:nth-child(4), .gallery-item:nth-child(5), .gallery-item:first-child, .gallery-item:last-child { grid-column: 1; }
  .gift-section { padding-bottom: 80px; }
  .gift-card { grid-template-columns: 1fr; padding: 42px 28px; }
  .gift-mark { width: 70px; height: 70px; }
  .gift-card .button { grid-column: auto; }
  .contact-form { padding: 32px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .location-section { padding: 80px 0; }
  .location-heading { margin-bottom: 34px; }
  .location-map-card { height: clamp(360px, 104vw, 430px); border-radius: 22px; }
  .location-map { pointer-events: none; }
  .location-map-open { inset: 0; align-items: flex-end; justify-content: flex-end; min-height: 0; padding: 18px; border: 0; border-radius: 0; background: linear-gradient(180deg, transparent 64%, rgba(10,20,13,.52)); color: var(--white); box-shadow: none; font-size: .63rem; backdrop-filter: none; }
  .location-map-open span { padding: 11px 14px; border-radius: 999px; background: rgba(23,32,25,.9); }
  .location-map-open i { display: none; }
  .location-actions { grid-template-columns: 1fr; gap: 12px; }
  .location-action { min-height: 72px; padding: 12px 17px; }
  .location-address { min-height: 86px; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal-pending { opacity: 1; transform: none; }
  .hero-image-main, .hero-image-main img { transform: none !important; }
  .hero-image-main img { will-change: auto; }
  .hero-copy, .hero-image-small, .round-note { will-change: auto; }
  .hero-moments { display: none; }
}
