:root {
  --ink: #231c18;
  --muted: #6f6259;
  --cream: #f5f0ea;
  --cream-2: #ece3da;
  --paper: #fffdf9;
  --taupe: #c8b4a4;
  --gold: #aa875f;
  --deep: #352820;
  --line: rgba(35, 28, 24, 0.12);
  --shadow: 0 25px 70px rgba(58, 44, 36, 0.12);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 249, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 28px rgba(0,0,0,.04); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid rgba(35,28,24,.55); border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif; font-size: 22px;
}
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy strong { font: 600 19px/1 Georgia, "Times New Roman", serif; letter-spacing: .18em; }
.brand-copy small { font-size: 8px; letter-spacing: .28em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 30px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: 22px; background: var(--ink); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); padding: 11px 17px; border-radius: 999px; transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); margin: 6px 0; transition: .2s ease; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 20%, rgba(210,189,169,.32), transparent 28%), linear-gradient(135deg, #fbf8f3 0%, #f1e7dd 100%); }
.hero::before { content: "AURA"; position: absolute; right: -15px; bottom: -130px; font: 700 clamp(160px, 24vw, 370px)/1 Georgia, serif; letter-spacing: -.06em; color: rgba(255,255,255,.38); pointer-events: none; }
.hero-grid { min-height: calc(100vh - 84px); min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; padding-block: 70px 80px; }
.eyebrow, .section-kicker { margin: 0 0 20px; font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .22em; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; font: 400 clamp(52px, 6.6vw, 96px)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.045em; margin-bottom: 28px; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 630px; font-size: 17px; line-height: 1.8; color: var(--muted); margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-size: 13px; font-weight: 650; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: currentColor; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 25px rgba(35,28,24,.12); }
.button-primary:hover { box-shadow: 0 17px 34px rgba(35,28,24,.18); }
.button-ghost { border-color: rgba(35,28,24,.25); }
.button-ghost:hover { background: rgba(255,255,255,.5); }
.button-light { background: var(--paper); color: var(--ink); }
.button-large { min-height: 58px; padding: 0 26px; }
.proof-row { display: flex; align-items: center; gap: 16px; margin-top: 42px; }
.rating-badge { width: 84px; height: 60px; border-radius: 16px; background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 12px 24px rgba(67,49,39,.06); display: grid; place-items: center; padding: 8px; }
.rating-badge strong { font: 600 22px/1 Georgia, serif; }
.rating-badge span { color: var(--gold); font-size: 9px; letter-spacing: 1px; }
.proof-row p { margin: 0; font-size: 13px; line-height: 1.35; }
.proof-row p span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; max-width: 520px; width: 100%; justify-self: end; }
.arch-card { position: relative; aspect-ratio: .76; overflow: hidden; border-radius: 260px 260px 34px 34px; background: linear-gradient(160deg, #50392c 0%, #1f1915 72%); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.3); }
.arch-glow { position: absolute; width: 70%; aspect-ratio: 1; left: 15%; top: 9%; border-radius: 50%; background: radial-gradient(circle, rgba(255,238,214,.18), transparent 68%); filter: blur(2px); }
.botanical { position: absolute; inset: 0; width: 100%; height: 100%; }
.botanical .steam { fill: none; stroke: #d4b691; stroke-width: 4; stroke-linecap: round; opacity: .78; }
.visual-wordmark { position: absolute; left: 32px; right: 32px; bottom: 30px; color: #fff7ed; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.visual-wordmark span { font: 500 clamp(38px, 6vw, 62px)/1 Georgia, serif; letter-spacing: .16em; }
.visual-wordmark small { font-size: 8px; text-transform: uppercase; letter-spacing: .18em; opacity: .68; text-align: right; }
.floating-note { position: absolute; right: -25px; top: 25%; background: rgba(255,253,249,.92); backdrop-filter: blur(10px); padding: 13px 18px; border-radius: 999px; font-size: 11px; box-shadow: 0 15px 36px rgba(52,37,28,.12); border: 1px solid rgba(255,255,255,.8); }
.floating-note span { color: var(--gold); margin-right: 7px; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .34fr 1fr; gap: 80px; align-items: start; }
.intro-copy h2, .section-heading h2, .proof-message h2, .location h2 { font: 400 clamp(42px, 5.2vw, 72px)/1.02 Georgia, serif; letter-spacing: -.035em; margin-bottom: 26px; }
.intro-copy p { max-width: 760px; font-size: 18px; line-height: 1.8; color: var(--muted); }

.services { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; max-width: 740px; }
.section-heading > p { max-width: 390px; color: var(--muted); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 410px; padding: 28px; border: 1px solid rgba(35,28,24,.11); border-radius: 24px; background: rgba(255,253,249,.62); display: flex; flex-direction: column; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); background: var(--paper); box-shadow: 0 20px 40px rgba(48,36,29,.08); }
.service-card.featured { background: var(--deep); color: #f5ede5; }
.service-card.featured p { color: #cbbcb1; }
.service-number { font: italic 17px/1 Georgia, serif; color: var(--gold); }
.service-card svg { width: 70px; height: 70px; margin: 48px 0 28px; fill: none; stroke: currentColor; stroke-width: 1.2; opacity: .75; }
.service-card h3 { font: 400 30px/1.05 Georgia, serif; margin-bottom: 14px; }
.service-card p { color: var(--muted); font-size: 13px; }
.service-card a { margin-top: auto; padding-top: 24px; border-top: 1px solid currentColor; border-color: rgba(120,102,90,.18); display: flex; justify-content: space-between; gap: 10px; font-size: 12px; font-weight: 650; }
.service-card a span { color: var(--gold); }

.quote-strip { padding: 110px 0; background: #d5c3b4; }
.quote-inner { text-align: center; }
.quote-mark { display: block; font: 90px/1 Georgia, serif; color: rgba(255,255,255,.65); height: 55px; }
.quote-inner p { font: 400 clamp(36px, 5vw, 66px)/1.06 Georgia, serif; letter-spacing: -.03em; margin: 0; }
.quote-inner em { font-weight: 400; color: #fff9f2; }

.social-proof { background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.proof-score { min-height: 390px; border-radius: var(--radius); background: linear-gradient(145deg, #f0e6dc, #fbf7f2); border: 1px solid #eee4dc; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 40px; }
.big-score { font: 400 118px/.9 Georgia, serif; letter-spacing: -.06em; }
.stars { margin: 16px 0 22px; color: var(--gold); letter-spacing: 7px; font-size: 14px; }
.proof-score strong { font-size: 13px; }
.proof-score small { max-width: 260px; color: var(--muted); font-size: 10px; margin-top: 8px; }
.proof-message h2 { margin-bottom: 24px; }
.proof-message > p:not(.section-kicker) { color: var(--muted); max-width: 650px; }
.text-link { display: inline-flex; gap: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; margin-top: 12px; font-size: 13px; font-weight: 650; }
.text-link span { color: var(--gold); }

.instagram-band { padding: 100px 0 0; background: var(--deep); color: #f9f3ec; overflow: hidden; }
.instagram-inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.instagram-inner .section-kicker { color: #b7a79b; }
.instagram-inner h2 { font: 400 clamp(42px, 5vw, 64px)/1 Georgia, serif; margin-bottom: 0; }
.instagram-inner h2 em { color: #d6b88f; font-weight: 400; }
.editorial-grid { display: grid; grid-template-columns: repeat(4, 1fr); height: 310px; }
.editorial-grid > div { position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.12), transparent 30%), linear-gradient(145deg, #7e695c, #392b24); }
.editorial-grid > div:nth-child(2) { background: radial-gradient(circle at 60% 35%, rgba(255,255,255,.1), transparent 25%), linear-gradient(145deg, #a78c7d, #49372c); }
.editorial-grid > div:nth-child(3) { background: radial-gradient(circle at 25% 70%, rgba(255,255,255,.08), transparent 28%), linear-gradient(145deg, #70584b, #2c231e); }
.editorial-grid > div:nth-child(4) { background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.11), transparent 24%), linear-gradient(145deg, #b69f8e, #544137); }
.editorial-grid span { position: absolute; left: 24px; bottom: 20px; font: 400 22px/1 Georgia, serif; letter-spacing: .12em; opacity: .75; }
.asset-note { text-align: center; color: rgba(255,255,255,.42); font-size: 10px; margin: 14px 0 0; padding-bottom: 14px; }

.location { background: #f8f4ef; }
.location-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: center; }
.contact-list { margin: 34px 0; border-top: 1px solid var(--line); }
.contact-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-list span { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); }
.contact-list strong { font: 500 16px/1.5 Georgia, serif; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-card { position: relative; min-height: 520px; border-radius: 30px; overflow: hidden; background: #e6ddd5; border: 1px solid rgba(35,28,24,.08); box-shadow: var(--shadow); }
.map-gridlines { position: absolute; inset: 0; background-image: linear-gradient(rgba(44,35,29,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(44,35,29,.055) 1px, transparent 1px); background-size: 42px 42px; }
.map-card > svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(77,61,51,.22); stroke-width: 7; stroke-linecap: round; }
.pin { position: absolute; left: 55%; top: 45%; width: 66px; height: 66px; border-radius: 50% 50% 50% 5%; background: var(--ink); color: white; display: grid; place-items: center; transform: translate(-50%,-50%) rotate(-45deg); box-shadow: 0 14px 28px rgba(0,0,0,.2); }
.pin span { transform: rotate(45deg); font: 28px/1 Georgia, serif; }
.map-label { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; background: rgba(255,253,249,.88); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: 0 15px 34px rgba(48,36,29,.08); }
.map-label strong { display: block; font: 500 22px/1.2 Georgia, serif; }
.map-label span { display: block; color: var(--muted); font-size: 11px; margin-top: 5px; }

.final-cta { background: #9c806d; color: white; padding: 110px 0; text-align: center; }
.final-inner { max-width: 820px; }
.final-inner .section-kicker { color: #eaded4; }
.final-inner h2 { font: 400 clamp(48px, 6vw, 76px)/1 Georgia, serif; letter-spacing: -.04em; margin-bottom: 20px; }
.final-inner p:not(.section-kicker) { max-width: 650px; margin: 0 auto 30px; color: rgba(255,255,255,.78); }
.site-footer { background: #1f1915; color: #d9ccc2; padding: 34px 0 90px; }
.footer-grid { display: grid; grid-template-columns: auto 1fr 1.5fr; gap: 40px; align-items: center; }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.35); }
.footer-grid p { margin: 0; font-size: 11px; color: #a9978a; }
.demo-disclosure { text-align: right; }
.mobile-booking { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  :root { --shell: min(100% - 30px, 780px); }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; min-height: auto; padding-block: 70px 90px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { justify-self: center; max-width: 500px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .proof-grid, .location-grid { grid-template-columns: 1fr; gap: 50px; }
  .proof-score { max-width: 520px; width: 100%; }
  .editorial-grid { grid-template-columns: repeat(2, 1fr); height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .demo-disclosure { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 720px) {
  body { padding-bottom: 64px; }
  .section { padding: 82px 0; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: block; z-index: 61; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; background: #f6efe8; z-index: 60; padding: 120px 30px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: none; }
  .site-nav > a:not(.nav-cta) { padding: 8px 0; font: 400 36px/1 Georgia, serif; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 16px; padding: 14px 20px; }
  .hero-grid { padding-top: 54px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-lead { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .proof-row { align-items: flex-start; }
  .floating-note { right: -3px; top: 18%; }
  .visual-wordmark { left: 22px; right: 22px; bottom: 24px; }
  .visual-wordmark small { display: none; }
  .section-heading h2, .intro-copy h2, .proof-message h2, .location h2 { font-size: clamp(40px, 12vw, 58px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .service-card svg { margin-top: 36px; }
  .quote-strip { padding: 80px 0; }
  .quote-inner p { font-size: 40px; }
  .big-score { font-size: 94px; }
  .instagram-inner { align-items: flex-start; flex-direction: column; }
  .editorial-grid { height: 360px; }
  .editorial-grid span { font-size: 16px; left: 15px; bottom: 15px; }
  .map-card { min-height: 400px; }
  .contact-list > div { grid-template-columns: 1fr; gap: 4px; }
  .location-actions .button { width: 100%; }
  .final-cta { padding: 85px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .demo-disclosure { grid-column: auto; }
  .mobile-booking { position: fixed; display: grid; grid-template-columns: 1fr 1.25fr; left: 0; right: 0; bottom: 0; z-index: 80; height: 64px; background: #fff; border-top: 1px solid rgba(35,28,24,.12); box-shadow: 0 -8px 25px rgba(0,0,0,.06); }
  .mobile-booking a { display: grid; place-items: center; font-size: 12px; font-weight: 700; }
  .mobile-booking a:last-child { background: var(--ink); color: white; }
}
