:root {
  --gold: #c9a84c;
  --gold-light: #e2cc7e;
  --gold-dark: #a07c2a;
  --bone: #f5f0e8;
  --charcoal: #1a1a1a;
  --ink: #0d0d0d;
  --muted: rgba(245, 240, 232, 0.62);
  --faint: rgba(245, 240, 232, 0.34);
  --line: rgba(201, 168, 76, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --header-height: 80px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--bone); font-family: var(--sans); font-size: 16px; line-height: 1.75; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { background: rgba(201, 168, 76, 0.3); color: var(--bone); }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--gold); color: var(--ink); padding: .65rem 1rem; text-decoration: none; }
.skip-link:focus { top: 1rem; }

.grain { position: relative; isolation: isolate; }
.grain::before { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .55; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='.04'/%3E%3C/svg%3E"); }
.grain > * { position: relative; z-index: 2; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(201, 168, 76, .08); background: rgba(13, 13, 13, .72); backdrop-filter: blur(14px); transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(13, 13, 13, .94); box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.header-inner { width: min(1240px, calc(100% - 3rem)); height: var(--header-height); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.brand-title { color: var(--gold); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.55rem); font-weight: 300; letter-spacing: .2em; text-transform: uppercase; }
.brand-subtitle { margin-top: .45rem; color: rgba(245,240,232,.38); font-size: .57rem; letter-spacing: .34em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 2.15rem); }
.nav-link { position: relative; color: rgba(245,240,232,.58); font-size: .68rem; letter-spacing: .19em; text-decoration: none; text-transform: uppercase; transition: color .25s ease; }
.nav-link::after { content: ""; position: absolute; inset: auto 50% -.7rem; height: 1px; background: var(--gold); transition: left .25s ease, right .25s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--gold); }
.nav-link:hover::after, .nav-link.is-active::after { left: 0; right: 0; }
.menu-button { display: none; width: 2.5rem; height: 2.5rem; border: 0; background: none; padding: .55rem; cursor: pointer; }
.menu-button span { display: block; height: 1px; background: var(--gold); margin: .4rem 0; transition: transform .3s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(.2rem) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-.2rem) rotate(-45deg); }
.mobile-nav { min-height: calc(100vh - var(--header-height)); padding: 3rem 1.5rem; background: rgba(13,13,13,.98); }
.mobile-nav .nav-link { display: block; padding: .9rem 0; font-family: var(--serif); font-size: 1.45rem; letter-spacing: .12em; }

.hero { min-height: 100svh; display: grid; place-items: center; overflow: hidden; }
.hero-image, .image-page-hero > img, .cta-banner > img { position: absolute; inset: 0; z-index: 0; height: 100%; object-fit: cover; }
.hero-image { object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(13,13,13,.82), rgba(13,13,13,.48) 46%, rgba(13,13,13,.94)); z-index: 1; }
.hero-content, .page-hero-content, .cta-content { position: relative; z-index: 3; width: min(770px, calc(100% - 3rem)); margin: auto; text-align: center; }
.hero-content { padding: calc(var(--header-height) + 4rem) 0 6rem; }
.eyebrow, .section-kicker, .card-kicker, .footer-heading { color: rgba(201,168,76,.68); font-size: .65rem; letter-spacing: .36em; text-transform: uppercase; }
.eyebrow { margin: 0 0 1.8rem; animation: shimmer 4s ease-in-out infinite; }
.hero h1, .page-hero h1 { margin: 0 0 1.6rem; font-family: var(--serif); font-size: clamp(3.25rem, 8vw, 6.7rem); font-weight: 300; letter-spacing: .02em; line-height: .98; }
.hero h1 span, .melissae-feature h2 span { color: var(--gold); }
.hero-content > p:not(.eyebrow), .page-hero-content > p:not(.eyebrow), .cta-content > p:not(.section-kicker) { max-width: 640px; margin: 0 auto 2.5rem; color: var(--muted); font-size: clamp(.92rem, 1.4vw, 1.04rem); }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .85rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .76rem 1.7rem; border: 1px solid transparent; color: var(--ink); background: var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .19em; line-height: 1.2; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { background: var(--gold-light); transform: translateY(-1px); }
.button-outline { color: var(--gold); border-color: rgba(201,168,76,.36); background: rgba(201,168,76,.03); }
.button-outline:hover { color: var(--gold-light); border-color: var(--gold); background: rgba(201,168,76,.08); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.scroll-cue { position: absolute; z-index: 3; bottom: 1.4rem; display: grid; gap: .6rem; place-items: center; color: rgba(245,240,232,.38); font-size: .55rem; letter-spacing: .3em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent); }

.section { padding: clamp(5.5rem, 10vw, 9rem) 0; }
.shell { width: min(1120px, calc(100% - 3rem)); margin: auto; }
.shell.narrow { width: min(760px, calc(100% - 3rem)); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.split-intro { grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr); }
.centered { text-align: center; }
.copy-column h2, .section-heading h2, .simple-cta h2, .cta-content h2, .article-copy h2 { margin: 0 0 1.7rem; font-family: var(--serif); font-size: clamp(2.55rem, 5vw, 4.55rem); font-weight: 300; line-height: 1.03; }
.copy-column p, .article-copy p, .guide-section p { color: var(--muted); }
.copy-column p + p, .article-copy p + p { margin-top: 1.45rem; }
.section-kicker { margin: 0 0 1.25rem; }
.portrait-frame, .landscape-frame, .offering-row-image, .contact-image { position: relative; margin: 0; overflow: hidden; background: var(--charcoal); }
.portrait-frame { aspect-ratio: .7; }
.portrait-frame img, .landscape-frame img, .offering-row-image img, .contact-image img { height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.65,.25,1); }
.portrait-frame:hover img, .landscape-frame:hover img, .offering-row-image:hover img, .contact-image:hover img { transform: scale(1.025); }
.portrait-frame::after, .landscape-frame::after, .offering-row-image::after, .contact-image::after { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(201,168,76,.23); pointer-events: none; }
.intro-section { background: #101010; }

.section-heading { margin-bottom: 4rem; }
.offerings-preview { background: #0a0a0a; }
.offering-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.offering-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); background: #111; transition: transform .35s ease, border-color .35s ease; }
.offering-card:hover { transform: translateY(-5px); border-color: rgba(201,168,76,.42); }
.offering-card-image { aspect-ratio: 1.1; overflow: hidden; }
.offering-card-image img { height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .8s ease; }
.offering-card:hover img { transform: scale(1.04); }
.offering-card-body { display: flex; flex-direction: column; flex: 1; padding: 2rem; }
.offering-card h3, .timeline-card h3, .belief h3 { margin: .45rem 0 1rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.08; }
.offering-card p:not(.card-kicker), .timeline-card p, .belief p { color: var(--muted); font-size: .9rem; }
.inline-link, .text-link { color: var(--gold); text-underline-offset: .35em; text-decoration-color: rgba(201,168,76,.35); transition: color .25s ease, text-decoration-color .25s ease; }
.inline-link { margin-top: auto; padding-top: 1.3rem; font-size: .72rem; letter-spacing: .1em; }
.inline-link:hover, .text-link:hover { color: var(--gold-light); text-decoration-color: var(--gold-light); }

.melissae-feature { background: #111; }
.landscape-frame { aspect-ratio: 1.2; }
.guide-section { background: var(--ink); }
.guide-section .inline-link { display: inline-block; margin-top: 1.3rem; }
.cta-banner { min-height: 650px; display: grid; place-items: center; overflow: hidden; }
.cta-banner > img { object-position: center; }
.cta-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(13,13,13,.68); }
.cta-content { padding: 6rem 0; }
.cta-content h2 { font-size: clamp(3rem, 6vw, 5.5rem); }

.page-hero { min-height: 54vh; display: grid; place-items: center; padding: calc(var(--header-height) + 4rem) 0 5rem; overflow: hidden; background: radial-gradient(circle at 50% 20%, rgba(201,168,76,.07), transparent 42%), #0d0d0d; }
.page-hero.compact { min-height: 48vh; }
.page-hero h1 { font-size: clamp(3.8rem, 8vw, 6.8rem); }
.image-page-hero { min-height: 78vh; position: relative; }
.image-page-hero > img { object-position: center; }
.image-page-hero .page-hero-content { padding-top: var(--header-height); }
.offering-row { border-top: 1px solid rgba(201,168,76,.08); }
.offering-row:nth-of-type(even) { background: #101010; }
.offering-row.is-reversed .offering-row-image { order: 2; }
.offering-row-image { aspect-ratio: 1.15; }
.ritual-list { list-style: none; padding: 0; margin: 2rem 0; }
.ritual-list li { display: grid; grid-template-columns: 1.25rem 1fr; gap: .65rem; padding: .42rem 0; color: rgba(245,240,232,.72); font-size: .9rem; }
.ritual-list span { color: var(--gold); }
.simple-cta { background: #111; border-block: 1px solid var(--line); }
.simple-cta h2 { font-size: clamp(2.2rem, 4.5vw, 3.9rem); }
.full-bleed-image { height: min(72vh, 760px); overflow: hidden; }
.full-bleed-image img { height: 100%; object-fit: cover; object-position: center; }
.article-copy { font-size: 1.05rem; }
.timeline-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline-card { min-height: 100%; padding: 2.2rem 1.55rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.timeline-card h3 { font-size: 1.7rem; }
.timeline-number { color: var(--gold) !important; font-family: var(--serif); font-size: 1.1rem !important; }
.beliefs-section { background: #111; }
.belief-list { max-width: 900px; margin: auto; border-top: 1px solid var(--line); }
.belief { display: grid; grid-template-columns: 4rem 1fr; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.belief > span { color: var(--gold); font-family: var(--serif); font-size: 1.3rem; }
.belief h3 { margin-top: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.contact-section { background: #101010; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.enquiry-form { display: grid; gap: 1.5rem; }
.form-field { display: grid; gap: .55rem; }
.form-field label { color: rgba(201,168,76,.8); font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(201,168,76,.26); border-radius: 0; padding: .8rem 0; color: var(--bone); background: transparent; outline: none; transition: border-color .25s ease; }
.form-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 12px) 50%, calc(100% - 7px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.form-field select option { background: var(--ink); color: var(--bone); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); }
.form-field textarea { resize: vertical; }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 1.5rem; margin: 0; font-size: .85rem; color: var(--muted); }
.form-status.is-success { color: #bcd7a3; }
.form-status.is-error { color: #ddb1a9; }
.contact-image { aspect-ratio: .9; position: sticky; top: calc(var(--header-height) + 2rem); }

.site-footer { border-top: 1px solid rgba(201,168,76,.1); background: var(--ink); }
.footer-inner { width: min(1120px, calc(100% - 3rem)); margin: auto; padding: 5rem 0 2.5rem; }
.gold-line { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .6; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 4rem; padding: 3.6rem 0; }
.footer-brand { margin: 0 0 1rem; color: var(--gold); font-family: var(--serif); font-size: 1.7rem; font-weight: 300; letter-spacing: .14em; text-transform: uppercase; }
.footer-copy { max-width: 370px; color: rgba(245,240,232,.42); font-size: .84rem; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { color: rgba(245,240,232,.5); font-size: .84rem; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 2rem; color: rgba(245,240,232,.25); font-size: .68rem; letter-spacing: .07em; }
.footer-motto { font-family: var(--serif); font-size: .85rem; font-style: italic; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease var(--delay, 0ms), transform .8s ease var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes shimmer { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }
@media (min-width: 768px) {
  .eyebrow { font-size: .75rem; }
}

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

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .split, .split-intro, .contact-grid { grid-template-columns: 1fr; }
  .portrait-frame { width: min(520px, 100%); justify-self: center; }
  .offering-grid { grid-template-columns: 1fr 1fr; }
  .offering-card:last-child { grid-column: 1 / -1; width: calc(50% - .7rem); justify-self: center; }
  .timeline-grid { grid-template-columns: repeat(2, 1fr); }
  .offering-row.is-reversed .offering-row-image { order: initial; }
  .contact-image { position: relative; top: 0; aspect-ratio: 1.3; }
}

@media (max-width: 660px) {
  :root { --header-height: 68px; }
  .header-inner, .shell, .footer-inner, .hero-content, .page-hero-content, .cta-content { width: min(100% - 2rem, 1120px); }
  .brand-title { font-size: 1.1rem; letter-spacing: .14em; }
  .brand-subtitle { font-size: .5rem; letter-spacing: .25em; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 4.9rem); }
  .hero-content { padding-top: calc(var(--header-height) + 2.5rem); }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .section { padding: 5.25rem 0; }
  .offering-grid { grid-template-columns: 1fr; }
  .offering-card:last-child { grid-column: auto; width: auto; }
  .timeline-grid { grid-template-columns: 1fr; }
  .belief { grid-template-columns: 2.5rem 1fr; gap: 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta-banner { min-height: 580px; }
  .page-hero { min-height: 52vh; }
  .full-bleed-image { height: 55vh; }
}

/* Privacy policy and enquiry notice */
.form-privacy {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: rgba(245, 240, 232, .46);
  font-size: .76rem;
  line-height: 1.7;
}

.privacy-section {
  background: #0d0d0d;
}

.legal-copy {
  max-width: 820px;
}

.legal-updated {
  margin: 0 0 3rem;
  color: rgba(245, 240, 232, .38);
  font-size: .76rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.legal-copy h2 {
  margin: 2.6rem 0 .8rem;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
}

.legal-copy p {
  color: rgba(245, 240, 232, .64);
  line-height: 1.85;
}

.legal-contact {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

