:root {
  --celestial-x: 0px;
  --celestial-y: 0px;
  --celestial-soft-x: 0px;
  --celestial-soft-y: 0px;
  --bg: #f8f5ed;
  --bg-soft: #eee8dc;
  --plum: #5c4265;
  --plum-2: #765b7b;
  --pearl: #fffdf8;
  --pearl-2: #eee7d9;
  --ink: #273c31;
  --muted: #647269;
  --dark-ink: #302336;
  --dark-muted: #6c626d;
  --gold: #a8772d;
  --gold-light: #d6ad58;
  --green: #2d704b;
  --green-light: #86b899;
  --line: rgba(47, 91, 65, 0.16);
  --line-dark: rgba(69, 47, 74, 0.14);
  --shadow: 0 28px 70px rgba(74, 55, 54, 0.15);
  --radius: 28px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: var(--font-sans); line-height: 1.6; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--dark-ink); background: var(--gold-light); }

.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 12px 16px; color: var(--dark-ink); background: var(--gold-light); border-radius: 10px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.noise { position: fixed; inset: 0; z-index: 100; opacity: .15; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
.star-field { position: fixed; inset: 0; z-index: -1; opacity: .22; pointer-events: none; background-image: radial-gradient(circle, rgba(255,255,255,.75) 0 1px, transparent 1.5px); background-size: 67px 67px; mask-image: linear-gradient(#000, transparent 92%); }
.glass-shell { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.115), rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.14), var(--shadow); backdrop-filter: blur(22px) saturate(1.08); -webkit-backdrop-filter: blur(22px) saturate(1.08); }

.site-header { position: fixed; top: 18px; left: 50%; z-index: 80; width: min(1240px, calc(100% - 32px)); min-height: 82px; padding: 9px 12px 9px 20px; display: grid; grid-template-columns: 245px 1fr auto; align-items: center; gap: 22px; border-radius: 24px; background: linear-gradient(135deg, rgba(23,15,31,.90), rgba(27,18,36,.72)); transform: translateX(-50%); transition: top .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { top: 8px; background: rgba(16, 10, 22, .94); box-shadow: 0 20px 60px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.12); }
.brand { width: 232px; height: 61px; padding: 0; display: grid; place-items: center; overflow: hidden; border: 0; background: transparent; }
.logo-lockup { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; flex: 0 0 auto; }
.logo-wordmark { width: auto; height: 92%; position: absolute; top: 50%; left: 18%; z-index: 1; object-fit: contain; transform: translateY(-50%); filter: drop-shadow(0 4px 7px rgba(0,0,0,.22)); }
.logo-feather { width: auto; height: 90%; position: absolute; left: 2%; bottom: 5%; z-index: 2; object-fit: contain; transform-origin: 52% 88%; animation: feather-float 4s ease-in-out infinite; filter: drop-shadow(0 4px 5px rgba(0,0,0,.2)); will-change: transform; }
.feather-shadow { width: 13%; height: 8%; position: absolute; left: 2.5%; bottom: 2%; z-index: 0; border-radius: 50%; opacity: .28; background: rgba(0,0,0,.5); filter: blur(4px); animation: feather-shadow 4s ease-in-out infinite; will-change: transform, opacity; }
@keyframes feather-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-3%) rotate(1deg); } }
@keyframes feather-shadow { 0%,100% { opacity: .34; transform: scaleX(1); } 50% { opacity: .18; transform: scaleX(.82); } }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: 2px; }
.primary-nav > a { min-height: 44px; padding: 12px 14px; display: inline-flex; align-items: center; border-radius: 999px; color: #ddd3e5; font-size: 12px; font-weight: 600; transition: color .2s ease, background .2s ease; }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"] { color: var(--gold-light); background: rgba(255,255,255,.075); }
.mobile-socials { display: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.06); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 100%; height: 1px; display: block; margin: 5px 0; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.button { min-height: 52px; padding: 14px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(1px); }
.button-gold { color: #20160b; border-color: rgba(255,255,255,.48); background: linear-gradient(145deg, #f7dfa5, #d3a85f); box-shadow: inset 0 1px rgba(255,255,255,.75), 0 5px 0 #9d7135, 0 17px 35px rgba(211,168,95,.22); }
.button-gold:hover { box-shadow: inset 0 1px #fff, 0 7px 0 #9d7135, 0 23px 45px rgba(211,168,95,.28); }
.button-glass { color: var(--ink); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.07); box-shadow: inset 0 1px rgba(255,255,255,.11), 0 12px 30px rgba(0,0,0,.18); }
.button-light { color: var(--green); background: #fff; box-shadow: 0 5px 0 rgba(35,63,42,.22), 0 18px 35px rgba(0,0,0,.16); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.09); }
.header-cta { min-height: 58px; padding-inline: 22px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }

.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; flex: 0 0 auto; background: linear-gradient(90deg, var(--gold), transparent); }
.home-hero-copy .eyebrow::after { content: ""; width: 30px; height: 1px; flex: 0 0 auto; background: linear-gradient(90deg, transparent, var(--gold)); }
h1, h2, h3, blockquote { font-family: var(--font-display); font-weight: 500; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; letter-spacing: -.045em; line-height: .98; }
h2 { font-size: clamp(42px, 5vw, 70px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 500; }

.home-hero { min-height: 860px; padding: 145px 0 95px; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 78% 38%, rgba(113,65,157,.34), transparent 34%), radial-gradient(circle at 15% 22%, rgba(98,45,111,.30), transparent 30%), linear-gradient(128deg, #090711, #130c1d 53%, #08060e); }
.home-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .14; background-image: radial-gradient(rgba(255,255,255,.7) 1px, transparent 1.4px); background-size: 59px 59px; mask-image: linear-gradient(#000, transparent 93%); }
.hero-cosmos { position: absolute; inset: auto -15% -48% 35%; z-index: -1; height: 850px; border-radius: 50%; background: radial-gradient(circle, rgba(153,91,215,.18), transparent 68%); filter: blur(24px); }
.home-hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 24px; }
.home-hero-copy { position: relative; z-index: 3; }
.home-hero h1 { max-width: 720px; margin: 26px 0 28px; font-size: clamp(60px, 6.6vw, 99px); line-height: .88; }
.home-hero h1 > span { display: inline-block; margin-top: 22px; color: #c9bdd4; font-size: .60em; line-height: 1.05; }
.home-lead { max-width: 630px; color: #cdc2d7; font-family: var(--font-display); font-size: 22px; line-height: 1.5; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 13px; }
.trust-stats { margin-top: 50px; display: flex; }
.trust-stats > div { min-width: 140px; padding: 0 26px; border-left: 1px solid var(--line); }
.trust-stats > div:first-child { padding-left: 0; border: 0; }
.trust-stats strong, .trust-stats span { display: block; }
.trust-stats strong { color: var(--gold-light); font-family: var(--font-display); font-size: 27px; font-weight: 500; }
.trust-stats span { color: #9f92ae; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.tarot-stage { height: 620px; position: relative; display: grid; place-items: center; perspective: 1400px; transform-style: preserve-3d; }
.tarot-stage::before { content: ""; position: absolute; width: 610px; height: 610px; border-radius: 50%; background: radial-gradient(circle, rgba(137,78,196,.18), transparent 67%); filter: blur(8px); }
.orbit { position: absolute; border: 1px solid rgba(227,189,114,.22); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 515px; height: 515px; animation: spin 34s linear infinite; }
.orbit-two { width: 600px; height: 600px; border-style: dashed; opacity: .55; animation: spin 50s linear infinite reverse; }
.tarot-card { width: 240px; margin: 0; padding: 7px; position: absolute; top: 100px; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(34,19,46,.64)); box-shadow: inset 0 1px rgba(255,255,255,.35), 0 42px 80px rgba(0,0,0,.6), 0 8px 0 rgba(3,1,6,.75), 0 0 45px rgba(141,82,200,.16); transition: transform .4s ease; transform-style: preserve-3d; }
.tarot-card::after { content: ""; position: absolute; inset: 1px 14% 54% 3%; border-radius: 17px; background: linear-gradient(110deg, rgba(255,255,255,.26), transparent 72%); pointer-events: none; }
.tarot-card img { width: 100%; border-radius: 12px; }
.tarot-left { left: 8%; z-index: 1; transform: rotate(-14deg) translateZ(-40px); }
.tarot-centre { top: 58px; left: 50%; z-index: 3; transform: translateX(-50%) translateZ(38px); }
.tarot-right { right: 8%; z-index: 2; transform: rotate(14deg) translateZ(-28px); }
.tarot-stage:hover .tarot-left { transform: translateX(-12px) rotate(-17deg) translateZ(-20px); }
.tarot-stage:hover .tarot-centre { transform: translateX(-50%) translateY(-11px) translateZ(50px); }
.tarot-stage:hover .tarot-right { transform: translateX(12px) rotate(17deg) translateZ(-10px); }
.daily-reminder { position: absolute; right: 4%; bottom: 47px; z-index: 5; width: 220px; padding: 17px; border-radius: 19px; background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(127,86,143,.23)); }
.daily-reminder > span { width: 8px; height: 8px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #b78cff; box-shadow: 0 0 18px #b78cff; }
.daily-reminder small { color: var(--gold); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.daily-reminder strong { margin: 8px 0 0 18px; display: block; font-family: var(--font-display); font-size: 16px; font-weight: 500; }
.scroll-cue { position: absolute; bottom: 25px; left: 50%; z-index: 2; min-height: 44px; display: inline-flex; align-items: center; gap: 14px; color: #81768e; font-size: 8px; letter-spacing: .24em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { color: var(--gold); }
.intention-strip { min-height: 86px; padding: 20px 4vw; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 5vw, 68px); overflow: hidden; border-block: 1px solid var(--line); color: #c6b9d0; background: #0d0914; font-family: var(--font-display); font-size: clamp(16px, 2vw, 23px); white-space: nowrap; }
.intention-strip i { color: var(--gold); font-style: normal; }

.content-section, .faq-section { padding-block: 130px; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-head > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.section-head > .text-link { justify-self: end; }
.section-link { margin-top: 36px; text-align: center; }
.service-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; perspective: 1200px; }
.service-card { min-width: 0; overflow: hidden; border-color: rgba(227,189,114,.2); border-radius: 28px; background: linear-gradient(145deg, rgba(83,67,82,.68), rgba(46,29,58,.72)); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; transform-style: preserve-3d; }
.service-card:hover { border-color: rgba(227,189,114,.42); box-shadow: inset 0 1px rgba(255,255,255,.18), 0 45px 90px rgba(0,0,0,.48); transform: translateY(-10px) rotateX(1.5deg); }
.service-image { height: 310px; position: relative; display: block; overflow: hidden; border-bottom: 1px solid var(--line); }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(13,8,17,.5)); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-image > span { position: absolute; top: 22px; left: 22px; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(227,189,114,.5); border-radius: 50%; color: var(--gold-light); background: rgba(27,17,34,.72); box-shadow: 0 10px 26px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.12); font-family: var(--display); font-size: 13px; }
.service-content { padding: 31px; }
.service-content h3 { margin: 0; font-size: clamp(31px, 2.5vw, 42px); line-height: 1.05; }
.service-subtitle { color: var(--gold); font-family: var(--font-display); font-size: 17px; font-style: italic; font-weight: 600; }
.service-content > p:not(.service-subtitle) { min-height: 78px; color: #c1b7c9; font-size: 13px; line-height: 1.8; }
.tag-list { margin: 20px 0 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list > span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #d1c7d8; background: rgba(255,255,255,.06); font-size: 9px; }

.philosophy-band { padding: 110px 0; position: relative; overflow: hidden; background: radial-gradient(circle at 20% 50%, rgba(137,79,189,.24), transparent 30%), linear-gradient(135deg,#0b0811,#130c1c); }
.philosophy-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.zodiac-disc { margin: 0; filter: drop-shadow(0 40px 65px rgba(0,0,0,.55)); }
.zodiac-disc img { animation: spin 90s linear infinite; }
.philosophy-copy { padding: clamp(32px, 5vw, 67px); border-radius: 34px; }
.philosophy-copy blockquote { margin: 22px 0; font-size: clamp(32px, 4vw, 51px); line-height: 1.15; }
.philosophy-copy > p:not(.eyebrow) { color: var(--muted); }
.philosophy-copy cite { color: var(--gold); font-family: var(--font-display); font-size: 21px; }
.about-preview { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 110px; }
.portrait-frame { width: min(490px, 100%); margin: 0; padding: 10px; position: relative; border-radius: 240px 240px 34px 34px; }
.portrait-frame > img { width: 100%; height: 650px; object-fit: cover; object-position: center 17%; border-radius: 230px 230px 25px 25px; }
.portrait-frame figcaption { position: absolute; right: -50px; bottom: 45px; width: 250px; padding: 23px; border: 1px solid rgba(255,255,255,.22); border-radius: 21px; background: linear-gradient(145deg, rgba(82,63,80,.96), rgba(46,29,58,.94)); box-shadow: 0 25px 55px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.15); }
.portrait-frame figcaption strong, .portrait-frame figcaption span, .portrait-frame figcaption small { display: block; }
.portrait-frame figcaption strong { color: var(--gold-light); font-family: var(--font-display); font-size: 44px; font-weight: 500; }
.portrait-frame figcaption span { font-size: 12px; }
.portrait-frame figcaption small { margin-top: 5px; color: #a99cae; font-size: 9px; }
.about-preview .large-copy { color: #ddd4e4; font-family: var(--font-display); font-size: 24px; line-height: 1.55; }
.about-preview > div > p:not(.eyebrow):not(.large-copy) { color: var(--muted); font-size: 14px; line-height: 1.8; }
.pearl-band { color: var(--dark-ink); background: radial-gradient(circle at 90% 10%, rgba(174,116,168,.18), transparent 26rem), linear-gradient(135deg, var(--pearl), var(--pearl-2)); }
.pearl-band .eyebrow, .pearl-band .text-link { color: #98651f; }
.pearl-band h2, .pearl-band h3 { color: var(--dark-ink); }
.pearl-band h2 em { color: var(--green); }
.pearl-band .section-head > p { color: var(--dark-muted); }
.mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mode-grid article { padding: 37px; border: 1px solid rgba(255,255,255,.8); border-radius: 25px; background: rgba(255,255,255,.55); box-shadow: inset 0 1px #fff, 0 25px 50px rgba(69,46,60,.10); }
.mode-grid i { color: var(--green); font-size: 28px; }
.mode-grid h3 { margin: 20px 0 8px; font-size: 29px; }
.mode-grid p { color: var(--dark-muted); font-size: 13px; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journey-grid article { min-height: 300px; padding: 31px; position: relative; border: 1px solid var(--line); border-top-color: rgba(227,189,114,.6); border-radius: 24px; background: linear-gradient(150deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.11), 0 25px 55px rgba(0,0,0,.24); }
.journey-grid article:nth-child(2) { transform: translateY(-12px); }
.journey-grid span { color: var(--gold); font-family: var(--font-display); font-size: 19px; }
.journey-grid h3 { margin: 74px 0 10px; font-size: 30px; line-height: 1.1; }
.journey-grid p { color: var(--muted); font-size: 13px; }
.gallery-preview { background: #0e0915; }
.mosaic { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.mosaic figure { height: 390px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; }
.mosaic figure:first-child { border-radius: 190px 190px 25px 25px; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic figure:first-child img { object-position: center 15%; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 365px; padding: 32px; border-radius: 25px; }
.review-card.featured { transform: translateY(-12px); background: linear-gradient(145deg, rgba(113,81,119,.42), rgba(255,255,255,.05)); }
.stars { color: var(--gold); letter-spacing: .12em; }
.review-card blockquote { margin: 43px 0 30px; font-size: 23px; line-height: 1.4; }
.review-card strong, .review-card > span { display: block; }
.review-card strong { font-size: 12px; }
.review-card > span { margin-top: 4px; color: #9e91a7; font-size: 9px; text-transform: uppercase; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-grid article { padding: 32px; border: 1px solid var(--line-dark); border-radius: 24px; background: rgba(255,255,255,.5); box-shadow: 0 22px 45px rgba(51,34,53,.09); }
.insight-grid span { color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.insight-grid h3 { margin: 22px 0 12px; color: var(--dark-ink); font-size: 31px; line-height: 1.1; }
.insight-grid p { color: var(--dark-muted); font-size: 13px; }
.faq-section { padding-top: 115px; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { padding: 0 26px; border-radius: 18px; background: rgba(255,255,255,.055); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 22px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-family: var(--font-sans); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 900px; margin: -3px 0 24px; padding-right: 35px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.closing-cta { margin-block: 30px 120px; padding: clamp(35px, 5vw, 65px); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 45px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 34px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(247,222,161,.34), transparent 16rem), linear-gradient(135deg, #2d744d, #4f9770); box-shadow: 0 40px 80px rgba(0,0,0,.27), inset 0 1px rgba(255,255,255,.32), 0 7px 0 #24583b; }
.closing-cta h2 { font-size: clamp(40px, 4.5vw, 64px); }
.closing-cta p { color: #d9eddf; }
.closing-cta > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

.breadcrumb { padding-top: 132px; position: relative; z-index: 2; }
.breadcrumb ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; }
.breadcrumb li { color: #8f829a; font-size: 10px; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #665b6d; }
.breadcrumb a:hover { color: var(--gold); }
.page-hero { min-height: 600px; padding: 80px 0 100px; display: grid; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 75% 30%, rgba(119,69,157,.26), transparent 28%), linear-gradient(135deg,#0b0811,#150e20); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.8) 1px, transparent 1.4px); background-size: 63px 63px; mask-image: linear-gradient(#000, transparent); }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 920px; font-size: clamp(58px, 7vw, 98px); }
.page-lead { max-width: 760px; color: #c9bdd2; font-family: var(--font-display); font-size: 22px; line-height: 1.55; }
.page-hero-split .page-hero-inner { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.page-hero-split h1 { font-size: clamp(54px, 6vw, 86px); }
.page-hero-image { width: min(450px, 100%); height: 500px; justify-self: end; padding: 9px; overflow: hidden; border-radius: 220px 220px 28px 28px; }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 210px 210px 20px 20px; }
.content-heading { max-width: 820px; margin-bottom: 46px; }
.feature-grid { display: grid; gap: 17px; }
.feature-grid.three { grid-template-columns: repeat(3, 1fr); }
.feature-card { min-height: 210px; padding: 31px; border-radius: 23px; }
.feature-card span { color: var(--gold); font-family: var(--font-display); font-size: 18px; }
.feature-card p { margin-top: 60px; color: #ddd3e4; font-family: var(--font-display); font-size: 25px; line-height: 1.25; }
.split-section { padding-block: 115px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.split-section > div > p:not(.eyebrow) { color: var(--muted); }
.prose p { margin: 0 0 22px; color: #c8bdcf; font-family: var(--font-display); font-size: 21px; line-height: 1.7; }
.check-list { margin: 0; padding: 32px; display: grid; gap: 0; list-style: none; border-radius: 26px; }
.check-list li { min-height: 67px; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); color: #ddd3e3; }
.check-list li:last-child { border: 0; }
.check-list i { color: var(--gold); }
.prep-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.prep-grid > div { min-height: 78px; padding: 20px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(58,43,60,.12); border-radius: 17px; background: rgba(255,255,255,.55); }
.prep-grid i { color: var(--green); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.related-card { min-height: 240px; padding: 29px; position: relative; border-radius: 24px; }
.related-card > span { color: var(--gold); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.related-card h3 { margin: 75px 0 0; font-size: 30px; }
.related-card i { position: absolute; right: 28px; bottom: 28px; color: var(--gold); }
.full-service-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.full-service-card { min-height: 300px; padding: 34px; position: relative; border-radius: 25px; }
.full-service-card > span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.full-service-card h2 { margin: 50px 0 17px; font-size: 40px; }
.full-service-card p { max-width: 520px; color: var(--muted); }
.full-service-card i { position: absolute; right: 32px; top: 32px; color: var(--gold); }
.choice-card { padding: 40px; border-radius: 28px; }
.choice-card > i { color: var(--gold); font-size: 36px; }
.choice-card h3 { margin: 20px 0 7px; font-size: 35px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-grid article { padding: 28px; border: 1px solid rgba(61,43,61,.12); border-radius: 22px; background: rgba(255,255,255,.5); }
.value-grid span { color: var(--green); font-family: var(--font-display); }
.value-grid h3 { margin: 50px 0 10px; font-size: 29px; }
.value-grid p { color: var(--dark-muted); font-size: 12px; }
.expertise-cloud { display: flex; flex-wrap: wrap; gap: 11px; }
.expertise-cloud > * { min-height: 50px; padding: 13px 20px; border: 1px solid var(--line); border-radius: 999px; color: #d7cddd; background: rgba(255,255,255,.06); }
.expertise-cloud a:hover { color: var(--dark-ink); background: var(--gold-light); }
.review-summary { margin-bottom: 50px; padding: 35px; display: flex; align-items: center; gap: 35px; border-radius: 25px; }
.review-summary > strong { color: var(--gold-light); font-family: var(--font-display); font-size: 86px; font-weight: 500; }
.review-summary h2 { font-size: 34px; }
.review-summary p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.review-grid-page { margin-bottom: 40px; }
.source-note { max-width: 900px; margin: 45px auto 0; padding: 22px 25px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid var(--line); border-radius: 17px; color: var(--muted); background: rgba(255,255,255,.04); }
.source-note i { color: var(--gold); font-size: 20px; }
.source-note p { margin: 0; font-size: 12px; }
.gallery-filter { margin-bottom: 35px; display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-filter button { min-height: 44px; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; color: var(--muted); background: rgba(255,255,255,.05); }
.gallery-filter button.active { color: var(--dark-ink); border-color: var(--gold-light); background: var(--gold-light); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 340px; gap: 15px; }
.gallery-item { margin: 0; padding: 0; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; cursor: zoom-in; color: inherit; background: #15101c; text-align: left; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item > span { position: absolute; left: 16px; bottom: 16px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(10,7,15,.68); font-size: 9px; }
.gallery-item[hidden] { display: none; }
.coming-soon { padding: 35px; cursor: default; background: linear-gradient(145deg, rgba(114,76,136,.25), rgba(255,255,255,.04)); }
.coming-soon i { color: var(--gold); font-size: 42px; }
.coming-soon h2 { margin-top: 80px; font-size: 35px; }
.coming-soon p { color: var(--muted); font-size: 12px; }
.lightbox { width: min(930px, calc(100% - 28px)); max-height: 92vh; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: #0d0913; box-shadow: 0 40px 100px rgba(0,0,0,.75); }
.lightbox::backdrop { background: rgba(5,3,8,.86); backdrop-filter: blur(9px); }
.lightbox img { width: 100%; max-height: calc(92vh - 20px); object-fit: contain; border-radius: 17px; }
.lightbox > button { position: absolute; top: 18px; right: 18px; z-index: 2; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; color: #fff; background: rgba(8,5,12,.76); font-size: 25px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { min-height: 390px; padding: 30px; position: relative; border-radius: 25px; }
.article-card > span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.article-number { position: absolute; top: 21px; right: 26px; color: #706376; font-family: var(--font-display); }
.article-card h2 { margin: 80px 0 18px; font-size: 36px; line-height: 1.07; }
.article-card > p:not(.article-number) { color: var(--muted); font-size: 13px; }
.article-card small { position: absolute; left: 30px; bottom: 25px; color: #756879; font-size: 9px; }
.contact-layout { padding-block: 120px; display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 34px; }
.contact-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.contact-details article { min-height: 200px; padding: 25px; border-radius: 22px; }
.contact-details article > i { color: var(--gold); font-size: 22px; }
.contact-details article > span { margin: 22px 0 9px; display: block; color: #897b91; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.contact-details article a, .contact-details article p { display: block; color: #ddd2e3; font-family: var(--font-display); font-size: 18px; line-height: 1.35; overflow-wrap: anywhere; }
.contact-details article a + a { margin-top: 8px; color: var(--gold); font-family: var(--font-sans); font-size: 10px; text-transform: uppercase; }
.contact-details article small { color: #8f8296; font-size: 10px; }
.contact-social { grid-column: 1 / -1; padding: 20px 0; }
.contact-social h2 { font-size: 31px; }
.form-panel { padding: clamp(28px, 5vw, 50px); border-radius: 30px; }
.form-panel h2 { font-size: 52px; }
.form-panel > p:not(.eyebrow) { color: var(--muted); font-size: 12px; }
.enquiry-form { margin-top: 32px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { margin-bottom: 7px; display: block; color: #d7cddd; font-size: 11px; }
.field label > span, .field label > span > a { color: var(--gold-light); }
.field input:not([type="checkbox"]), .field select, .field textarea { width: 100%; min-height: 51px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; outline: none; color: #fff; background: rgba(255,255,255,.07); box-shadow: inset 0 1px rgba(255,255,255,.07); }
.field select option { color: var(--dark-ink); background: #fff; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(227,189,114,.12); }
.field [aria-invalid="true"] { border-color: #ef8a96 !important; }
.field-error { margin: 5px 0 0; color: #ffb5be; font-size: 10px; }
.consent-field label { display: flex; align-items: flex-start; gap: 10px; }
.consent-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-actions { display: flex; align-items: center; gap: 16px; }
.form-status { margin: 0; color: var(--muted); font-size: 11px; }
.form-status.success { color: #9ce2b3; }
.form-status.error { color: #ffbac2; }
.button-loader { display: none; width: 16px; height: 16px; border: 2px solid rgba(28,18,9,.25); border-top-color: #1c1209; border-radius: 50%; animation: spin 1s linear infinite; }
.is-loading .button-label { display: none; }
.is-loading .button-loader { display: block; }
.map-placeholder { min-height: 340px; margin-bottom: 100px; display: grid; place-items: center; border: 1px dashed rgba(227,189,114,.34); border-radius: 28px; background: radial-gradient(circle, rgba(122,73,160,.13), transparent 50%); text-align: center; }
.map-placeholder > div { max-width: 650px; padding: 30px; }
.map-placeholder > div > i { color: var(--gold); font-size: 34px; }
.map-placeholder .eyebrow { justify-content: center; margin-top: 20px; }
.map-placeholder h2 { font-size: 45px; }
.map-placeholder p:not(.eyebrow) { color: var(--muted); }
.privacy-reassurance { padding: 60px 0; color: var(--dark-ink); background: var(--pearl); }
.privacy-reassurance .shell { display: flex; align-items: center; gap: 25px; }
.privacy-reassurance i { color: var(--green); font-size: 38px; }
.privacy-reassurance h2 { font-size: 33px; }
.privacy-reassurance p { color: var(--dark-muted); }
.legal-content { max-width: 900px; padding-block: 100px 130px; }
.legal-date { color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.legal-content section { padding: 35px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { font-size: 37px; }
.legal-content p { color: var(--muted); font-size: 14px; line-height: 1.85; }
.legal-content a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.not-found { min-height: 100vh; padding: 180px 0 100px; display: grid; align-items: center; background: radial-gradient(circle at 65% 35%, rgba(129,76,169,.31), transparent 30%), #0b0811; }
.not-found h1 { font-size: clamp(66px, 10vw, 130px); }
.not-found p:not(.eyebrow) { color: var(--muted); font-family: var(--font-display); font-size: 22px; }

.site-footer { padding: 100px 0 28px; color: #bbb0c3; background: #08060d; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr 1fr; gap: 50px; }
.footer-logo { width: 260px; height: 94px; }
.footer-logo .logo-wordmark { height: 82%; left: 17%; }
.footer-logo .logo-feather { height: 84%; left: 2%; bottom: 8%; }
.footer-brand > p { max-width: 340px; color: #8f8397; font-family: var(--font-display); font-size: 18px; }
.social-row { display: flex; flex-wrap: wrap; gap: 8px; }
.social-row a, .mobile-socials a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); background: rgba(255,255,255,.04); transition: color .2s ease, background .2s ease, transform .2s ease; }
.social-row a:hover { color: var(--dark-ink); background: var(--gold-light); transform: translateY(-3px); }
.footer-column h2 { margin: 5px 0 24px; color: var(--gold); font-family: var(--font-sans); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-column > a, .footer-column > p { margin: 0 0 12px; display: block; color: #9c90a4; font-size: 12px; line-height: 1.65; }
.footer-column > a:hover { color: #fff; }
.footer-contact .footer-whatsapp { color: var(--gold-light); }
.footer-bottom { grid-column: 1 / -1; margin-top: 35px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #6f6575; font-size: 9px; }
.footer-bottom div { display: flex; gap: 20px; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 72; min-height: 56px; padding: 7px 15px 7px 7px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: #fff; background: linear-gradient(145deg,#2fc776,#159957); box-shadow: inset 0 1px rgba(255,255,255,.34), 0 5px 0 #0e6e3f, 0 18px 45px rgba(0,0,0,.42); font-size: 11px; }
.whatsapp-float > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(255,255,255,.12); font-size: 18px; }
.enquiry-dialog { width: min(760px, calc(100% - 26px)); max-height: calc(100vh - 28px); padding: clamp(25px, 4vw, 48px); overflow-y: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; color: var(--ink); background: linear-gradient(145deg, rgba(43,29,52,.98), rgba(16,10,23,.99)); box-shadow: 0 50px 120px rgba(0,0,0,.75), inset 0 1px rgba(255,255,255,.16); }
.enquiry-dialog::backdrop { background: rgba(5,3,8,.78); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.05); font-size: 26px; }
.dialog-intro { padding-right: 40px; }
.dialog-intro h2 { font-size: clamp(40px, 6vw, 57px); }
.dialog-intro > p:not(.eyebrow), .dialog-fallback { color: var(--muted); font-size: 12px; }
.compact-form { margin-top: 25px; }
.dialog-fallback { margin: 22px 0 0; text-align: center; }
.dialog-fallback a { color: var(--gold-light); }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 220px 1fr auto; }
  .brand { width: 210px; }
  .primary-nav > a { padding-inline: 10px; }
  .header-cta { padding-inline: 17px; }
  .tarot-card { width: 210px; }
  .tarot-left { left: 4%; } .tarot-right { right: 4%; }
  .about-preview { gap: 75px; }
  .portrait-frame figcaption { right: -25px; }
  .service-content { padding: 25px; }
  .footer-grid { grid-template-columns: 1.1fr .7fr .7fr 1fr; gap: 32px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .primary-nav { position: absolute; top: calc(100% + 10px); left: 0; right: 0; padding: 13px; display: none; border: 1px solid var(--line); border-radius: 21px; background: rgba(16,10,23,.98); box-shadow: 0 28px 60px rgba(0,0,0,.58); }
  .primary-nav.open { display: grid; }
  .primary-nav > a { width: 100%; padding: 14px; }
  .mobile-socials { padding: 8px 10px 4px; display: flex; gap: 8px; }
  .home-hero { padding-top: 150px; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .home-hero-copy { text-align: center; }
  .home-hero-copy .eyebrow, .hero-actions, .trust-stats { justify-content: center; }
  .home-lead { margin-inline: auto; }
  .tarot-stage { height: 520px; }
  .tarot-card { width: min(210px, 30vw); }
  .orbit-one { width: 440px; height: 440px; }
  .orbit-two { width: 510px; height: 510px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .section-head > .text-link { justify-self: start; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .service-image { height: 100%; min-height: 380px; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .zodiac-disc { width: min(420px, 90%); margin-inline: auto; }
  .about-preview { grid-template-columns: 1fr; }
  .portrait-frame { margin-inline: auto; }
  .mode-grid, .journey-grid, .review-grid, .insight-grid { grid-template-columns: 1fr; }
  .journey-grid article:nth-child(2), .review-card.featured { transform: none; }
  .journey-grid article { min-height: 240px; }
  .journey-grid h3 { margin-top: 45px; }
  .mosaic { grid-template-columns: 1fr 1fr; }
  .page-hero-split .page-hero-inner, .split-section { grid-template-columns: 1fr; }
  .page-hero-image { justify-self: center; }
  .feature-grid.three, .related-grid, .article-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 175px; }
  .feature-card p { margin-top: 35px; }
  .split-section { gap: 45px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-contact { grid-column: 1 / -1; }
  .closing-cta { grid-template-columns: 1fr; }
  .closing-cta > div:last-child { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1200px); }
  .site-header { top: 8px; width: calc(100% - 16px); min-height: 66px; padding: 6px 8px 6px 10px; border-radius: 18px; }
  .site-header.is-scrolled { top: 5px; }
  .brand { width: 175px; height: 54px; padding: 6px 9px; border-radius: 14px; }
  .home-hero { min-height: auto; padding: 130px 0 75px; }
  .home-hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .home-hero h1 > span { margin-top: 16px; font-size: .55em; }
  .home-lead, .page-lead { font-size: 19px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-stats > div { min-width: 0; flex: 1; padding-inline: 10px; }
  .trust-stats strong { font-size: 23px; }
  .trust-stats span { font-size: 7px; }
  .tarot-stage { height: 415px; margin-top: 8px; }
  .tarot-card { top: 80px; width: min(160px, 35vw); padding: 5px; border-radius: 13px; }
  .tarot-card img { border-radius: 8px; }
  .tarot-centre { top: 45px; }
  .tarot-left { left: 1%; } .tarot-right { right: 1%; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 390px; height: 390px; }
  .daily-reminder { right: 0; bottom: 28px; width: 185px; padding: 13px; }
  .daily-reminder strong { font-size: 14px; }
  .scroll-cue { display: none; }
  .intention-strip { justify-content: flex-start; gap: 18px; font-size: 16px; }
  .intention-strip span:last-child, .intention-strip i:last-of-type { display: none; }
  .content-section, .faq-section { padding-block: 85px; }
  h2 { font-size: 43px; }
  .service-card { display: block; }
  .service-image { height: 280px; min-height: 0; }
  .service-content > p:not(.service-subtitle) { min-height: 0; }
  .philosophy-band { padding-block: 80px; }
  .philosophy-grid { gap: 45px; }
  .philosophy-copy { border-radius: 25px; }
  .portrait-frame { width: 94%; }
  .portrait-frame > img { height: 530px; }
  .portrait-frame figcaption { right: -8px; bottom: 25px; width: 190px; padding: 18px; }
  .portrait-frame figcaption strong { font-size: 36px; }
  .mode-grid article { padding: 28px; }
  .mosaic { grid-template-columns: 1fr; }
  .mosaic figure { height: 340px; }
  .review-card { min-height: 0; }
  .review-card blockquote { margin-top: 30px; }
  .breadcrumb { padding-top: 100px; }
  .page-hero { min-height: 0; padding: 58px 0 75px; }
  .page-hero h1, .page-hero-split h1 { font-size: 53px; }
  .page-hero-split .page-hero-inner { gap: 45px; }
  .page-hero-image { height: 425px; }
  .split-section { padding-block: 80px; }
  .prep-grid, .full-service-grid, .value-grid { grid-template-columns: 1fr; }
  .full-service-card { min-height: 270px; }
  .review-summary { align-items: flex-start; flex-direction: column; }
  .review-summary > strong { font-size: 70px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-item.wide { grid-column: auto; }
  .article-card { min-height: 340px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-social { grid-column: auto; }
  .enquiry-form { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .privacy-reassurance .shell { align-items: flex-start; }
  .closing-cta { width: calc(100% - 28px); margin-bottom: 85px; border-radius: 26px; }
  .closing-cta > div:last-child { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 37px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 10px; bottom: 10px; }
  .enquiry-dialog { border-radius: 23px; }
  .enquiry-dialog .enquiry-form { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .logo-feather, .feather-shadow { animation: none !important; }
}

@media (forced-colors: active) {
  .glass-shell, .button, .brand { border: 1px solid ButtonText; }
}

/* Premium light celestial theme */
html,
body {
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(134, 184, 153, .16), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(118, 91, 123, .12), transparent 27rem),
    linear-gradient(135deg, #fbfaf5, #f3eee4 58%, #faf7ef);
}

.noise { opacity: .045; mix-blend-mode: multiply; }
.star-field {
  opacity: .18;
  background-image: radial-gradient(circle, rgba(121, 85, 34, .56) 0 1px, transparent 1.6px);
}
.glass-shell {
  border-color: rgba(47, 91, 65, .17);
  background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(248, 244, 235, .64));
  box-shadow: inset 0 1px rgba(255, 255, 255, .96), var(--shadow);
  backdrop-filter: blur(22px) saturate(1.06);
  -webkit-backdrop-filter: blur(22px) saturate(1.06);
}

.site-header {
  border-color: rgba(47, 91, 65, .18);
  background: linear-gradient(135deg, rgba(255, 255, 252, .93), rgba(245, 240, 230, .84));
  box-shadow: 0 22px 58px rgba(61, 47, 47, .14), inset 0 1px #fff;
}
.site-header.is-scrolled {
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 18px 48px rgba(61, 47, 47, .16), inset 0 1px #fff;
}
.brand img {
  filter: drop-shadow(0 5px 10px rgba(42, 74, 52, .12)) saturate(1.08) brightness(1.02);
}
.primary-nav > a { color: #415b4d; }
.primary-nav > a:hover,
.primary-nav > a[aria-current="page"] { color: var(--green); background: rgba(45, 112, 75, .09); }
.menu-toggle { border-color: var(--line); background: rgba(255, 255, 255, .7); }
.menu-toggle > span:not(.sr-only) { background: var(--green); }
.button-gold {
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
  background: linear-gradient(145deg, #4f9870, #2d704b);
  box-shadow: inset 0 1px rgba(255, 255, 255, .46), 0 5px 0 #20553a, 0 17px 34px rgba(45, 112, 75, .2);
}
.button-gold:hover { box-shadow: inset 0 1px #fff, 0 7px 0 #20553a, 0 23px 44px rgba(45, 112, 75, .25); }
.button-glass,
.button-outline { color: var(--green); border-color: rgba(45, 112, 75, .25); background: rgba(255, 255, 255, .68); box-shadow: inset 0 1px #fff, 0 12px 30px rgba(56, 44, 48, .11); }
.text-link { color: #8f651f; }
.eyebrow { color: #95691f; }
h1, h2, h3, blockquote { color: var(--dark-ink); }
h1 em, h2 em { color: var(--gold); }

.home-hero::before {
  background:
    radial-gradient(circle at 79% 40%, rgba(117, 82, 138, .17), transparent 33%),
    radial-gradient(circle at 14% 20%, rgba(91, 154, 112, .17), transparent 31%),
    linear-gradient(128deg, #fffdf8, #f2ecdf 54%, #fbf8f1);
}
.home-hero::after {
  opacity: .23;
  background-image: radial-gradient(rgba(144, 102, 42, .65) 1px, transparent 1.5px);
}
.hero-cosmos { background: radial-gradient(circle, rgba(118, 82, 138, .16), transparent 68%); }
.home-hero h1 > span { color: #5b4b61; }
.home-hero h1 > span em { color: var(--green); }
.home-lead,
.page-lead { color: #5e665f; }
.trust-stats > div { border-color: rgba(45, 112, 75, .18); }
.trust-stats strong { color: var(--gold); }
.trust-stats span,
.scroll-cue { color: #6f776f; }
.tarot-stage::before { background: radial-gradient(circle, rgba(118, 82, 138, .17), transparent 67%); }
.tarot-card {
  border-color: rgba(168, 119, 45, .42);
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(237, 228, 215, .8));
  box-shadow: inset 0 1px #fff, 0 34px 64px rgba(65, 46, 55, .3), 0 7px 0 rgba(91, 63, 38, .18), 0 0 42px rgba(118, 82, 138, .12);
}
.daily-reminder { color: var(--dark-ink); border-color: rgba(168, 119, 45, .25); background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(232, 221, 232, .76)); }
.daily-reminder > span { background: var(--green-light); box-shadow: 0 0 18px var(--green-light); }
.intention-strip { color: #4c5d53; border-color: var(--line); background: rgba(255, 253, 248, .82); }

.section-head > p,
.journey-grid p,
.review-card > span,
.article-card > p:not(.article-number),
.full-service-card p,
.prose p,
.split-section > div > p:not(.eyebrow),
.legal-content p { color: var(--muted); }
.service-card {
  border-color: rgba(168, 119, 45, .22);
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(238, 229, 221, .8));
  box-shadow: inset 0 1px #fff, 0 27px 60px rgba(68, 49, 56, .14), 0 5px 0 rgba(90, 65, 52, .08);
}
.service-card:hover { border-color: rgba(168, 119, 45, .48); box-shadow: inset 0 1px #fff, 0 38px 75px rgba(68, 49, 56, .2), 0 7px 0 rgba(90, 65, 52, .1); }
.service-image { border-color: rgba(168, 119, 45, .17); }
.service-image::after { background: linear-gradient(transparent 58%, rgba(31, 20, 39, .35)); }
.service-image > span { color: #fff4ce; background: rgba(50, 35, 57, .78); }
.service-content > p:not(.service-subtitle) { color: #5f6a62; }
.tag-list > span { color: #4e6356; border-color: rgba(45, 112, 75, .16); background: rgba(255, 255, 255, .65); }

.philosophy-band {
  background:
    radial-gradient(circle at 19% 50%, rgba(118, 82, 138, .16), transparent 31%),
    linear-gradient(135deg, #f2ecdf, #fbf8f1);
}
.zodiac-disc { filter: drop-shadow(0 34px 55px rgba(71, 48, 70, .24)); }
.philosophy-copy > p:not(.eyebrow) { color: var(--muted); }
.portrait-frame figcaption { color: var(--dark-ink); border-color: rgba(168, 119, 45, .26); background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(235, 227, 231, .94)); box-shadow: 0 24px 50px rgba(64, 47, 58, .22), inset 0 1px #fff; }
.portrait-frame figcaption strong { color: var(--gold); }
.portrait-frame figcaption small { color: var(--muted); }
.about-preview .large-copy { color: #4c4250; }
.about-preview > div > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }
.pearl-band { background: radial-gradient(circle at 90% 10%, rgba(118, 82, 138, .12), transparent 26rem), linear-gradient(135deg, #fffdf8, #eee7d9); }
.journey-grid article,
.review-card,
.feature-card,
.related-card,
.full-service-card,
.choice-card,
.article-card,
.contact-details article,
.form-panel,
.review-summary,
.source-note,
.check-list {
  color: var(--ink);
  border-color: var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(244, 239, 230, .72));
  box-shadow: inset 0 1px #fff, 0 24px 50px rgba(62, 45, 51, .12);
}
.journey-grid article { border-top-color: rgba(168, 119, 45, .54); }
.gallery-preview { background: linear-gradient(135deg, #f4eee4, #fffdf8); }
.review-card.featured { background: linear-gradient(145deg, rgba(236, 227, 236, .92), rgba(255, 255, 255, .84)); }
.review-card blockquote,
.feature-card p,
.check-list li,
.contact-details article a,
.contact-details article p { color: var(--dark-ink); }
.faq-list details { border: 1px solid var(--line); background: rgba(255, 255, 255, .72); box-shadow: 0 14px 34px rgba(61, 46, 49, .08); }
.faq-list details p { color: var(--muted); }

.page-hero {
  background:
    radial-gradient(circle at 77% 30%, rgba(118, 82, 138, .16), transparent 30%),
    radial-gradient(circle at 12% 58%, rgba(89, 151, 110, .14), transparent 29%),
    linear-gradient(135deg, #fffdf8, #f0eadf);
}
.page-hero::after { opacity: .2; background-image: radial-gradient(rgba(143, 101, 31, .6) 1px, transparent 1.5px); }
.page-hero-image { border: 1px solid rgba(168, 119, 45, .22); background: rgba(255, 255, 255, .82); }
.breadcrumb li { color: #67736b; }
.breadcrumb li:not(:last-child)::after { color: #a58b60; }
.expertise-cloud > * { color: #4d6255; border-color: rgba(45, 112, 75, .18); background: rgba(255, 255, 255, .65); }
.source-note { color: var(--muted); }
.gallery-filter button { color: var(--muted); border-color: var(--line); background: rgba(255, 255, 255, .68); }
.gallery-filter button.active { color: #fff; border-color: var(--green); background: var(--green); }
.gallery-item { border-color: rgba(168, 119, 45, .2); background: #eee8df; box-shadow: 0 20px 42px rgba(59, 44, 52, .12); }
.gallery-item > span { color: #fff; background: rgba(45, 35, 50, .72); }
.coming-soon { background: linear-gradient(145deg, rgba(235, 226, 237, .8), rgba(255, 255, 255, .76)); }
.lightbox { border-color: rgba(255, 255, 255, .7); background: #faf7ef; box-shadow: 0 40px 100px rgba(43, 31, 44, .45); }
.article-card small,
.article-number { color: #7e7280; }

.contact-details article > span,
.contact-details article small { color: #6f796f; }
.field label { color: #435a4c; }
.field label > span,
.field label > span > a { color: #90631f; }
.field input:not([type="checkbox"]),
.field select,
.field textarea { color: var(--dark-ink); border-color: rgba(45, 112, 75, .2); background: rgba(255, 255, 255, .82); box-shadow: inset 0 1px #fff; }
.field-error,
.form-status.error { color: #a93e4b; }
.form-status.success { color: #247145; }
.map-placeholder { border-color: rgba(168, 119, 45, .35); background: radial-gradient(circle, rgba(118, 82, 138, .1), transparent 52%); }
.map-placeholder p:not(.eyebrow) { color: var(--muted); }
.legal-content a { color: var(--green); }
.not-found { background: radial-gradient(circle at 65% 35%, rgba(118, 82, 138, .18), transparent 31%), #faf7ef; }

.site-footer { color: #5d6a61; border-top-color: var(--line); background: linear-gradient(145deg, #eee8dc, #fbf9f2); }
.footer-brand > p,
.footer-column > a,
.footer-column > p { color: #5f6a62; }
.footer-column > a:hover { color: var(--green); }
.footer-contact .footer-whatsapp { color: var(--green); }
.social-row a,
.mobile-socials a { color: var(--green); border-color: var(--line); background: rgba(255, 255, 255, .7); }
.footer-bottom { color: #776e76; border-color: var(--line); }
.enquiry-dialog { color: var(--ink); border-color: rgba(45, 112, 75, .2); background: linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(239, 233, 224, .98)); box-shadow: 0 45px 110px rgba(48, 34, 49, .36), inset 0 1px #fff; }
.enquiry-dialog::backdrop { background: rgba(49, 37, 50, .42); }
.dialog-close { color: var(--green); border-color: var(--line); background: rgba(255, 255, 255, .74); }
.dialog-intro > p:not(.eyebrow),
.dialog-fallback { color: var(--muted); }
.dialog-fallback a { color: var(--green); }

@media (max-width: 900px) {
  .primary-nav { border-color: var(--line); background: rgba(255, 253, 248, .98); box-shadow: 0 25px 55px rgba(55, 42, 47, .2); }
}

/* Premium profile credential and social glass controls */
.portrait-frame {
  perspective: 1100px;
  border-color: rgba(255, 255, 255, .88);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(218, 230, 218, .3)),
    rgba(255, 255, 255, .5);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 0 34px rgba(255, 255, 255, .4),
    0 32px 70px rgba(48, 42, 49, .17),
    0 7px 0 rgba(45, 112, 75, .08);
}
.portrait-frame figcaption {
  isolation: isolate;
  overflow: hidden;
  min-height: 160px;
  padding: 27px 28px 24px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-bottom-color: rgba(45, 112, 75, .24);
  background:
    radial-gradient(circle at 82% 14%, rgba(89, 151, 110, .2), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(239, 232, 240, .68));
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  transform: translateZ(32px) rotateY(-2deg);
  transform-origin: right center;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(45, 112, 75, .12),
    0 28px 58px rgba(50, 36, 49, .2),
    0 7px 0 rgba(74, 100, 78, .13),
    0 0 34px rgba(168, 119, 45, .1);
}
.portrait-frame figcaption::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(118deg, transparent 18%, rgba(255, 255, 255, .7) 43%, transparent 63%);
  transform: translateX(-72%);
  animation: credential-sheen 7s ease-in-out infinite;
}
.portrait-frame figcaption::after {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--gold-light), var(--green-light));
  box-shadow: 0 0 18px rgba(45, 112, 75, .34);
}
.portrait-frame figcaption strong {
  width: fit-content;
  color: transparent;
  background: linear-gradient(135deg, #80541a, #c7943f 52%, #2d704b);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 8px 22px rgba(168, 119, 45, .14);
}
.portrait-frame figcaption span { margin-top: 3px; color: #3f4f46; font-weight: 600; letter-spacing: .02em; }
.portrait-frame figcaption small { margin-top: 8px; color: #6d786f; letter-spacing: .04em; }
@keyframes credential-sheen {
  0%, 56% { transform: translateX(-72%); opacity: 0; }
  65% { opacity: .7; }
  82%, 100% { transform: translateX(76%); opacity: 0; }
}
.about-cta-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 22px;
}
.about-socials {
  padding: 7px;
  display: flex;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(226, 237, 227, .45));
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: inset 0 1px #fff, 0 13px 30px rgba(51, 66, 54, .11), 0 4px 0 rgba(45, 112, 75, .08);
}
.about-social {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .96);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(238, 241, 236, .82));
  box-shadow: inset 0 1px #fff, 0 4px 0 rgba(67, 74, 69, .12), 0 10px 19px rgba(51, 55, 52, .1);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.about-social i { font-size: 18px; line-height: 1; }
.about-social.instagram i {
  color: transparent;
  background: linear-gradient(45deg, #feda75, #fa7e1e 28%, #d62976 54%, #962fbf 76%, #4f5bd5);
  -webkit-background-clip: text;
  background-clip: text;
}
.about-social.youtube i { color: #ff0000; }
.about-social.facebook i { color: #1877f2; }
.about-social.linkedin i { color: #0a66c2; }
.about-social:hover,
.about-social:focus-visible {
  transform: translateY(-4px) scale(1.04);
  border-color: rgba(168, 119, 45, .38);
  box-shadow: inset 0 1px #fff, 0 6px 0 rgba(45, 112, 75, .12), 0 17px 26px rgba(48, 58, 51, .16);
}
.about-social:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

@media (max-width: 680px) {
  .portrait-frame figcaption { min-height: 142px; transform: none; }
  .about-cta-row { align-items: flex-start; flex-direction: column; }
  .about-socials { gap: 7px; }
  .about-social { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .portrait-frame figcaption::before { animation: none; }
}

/* Compact gallery carousel controls */
.home-gallery-showcase { padding: 15px; border-radius: 30px; }
.home-gallery-track, .home-gallery-slide { min-height: 410px; }
.home-gallery-slide { grid-template-columns: minmax(250px, .74fr) 1.26fr; }
.home-gallery-slide figure { min-height: 390px; border-radius: 24px 24px 54px 24px; }
.home-gallery-slide > div { margin: 30px 0 30px -20px; padding: clamp(28px, 4vw, 52px); border-radius: 0 25px 25px 0; }
.home-gallery-slide h3 { font-size: clamp(31px, 3.4vw, 47px); }
.home-gallery-controls { margin: 13px auto 0; padding: 6px; gap: 8px; border-radius: 17px; }
.home-gallery-controls > button { width: 40px; height: 40px; }
.home-gallery-meter, .home-gallery-progress, .home-gallery-controls [data-photo-toggle] { display: none !important; }
@media (max-width: 680px) {
  .home-gallery-showcase { padding: 12px; }
  .home-gallery-track, .home-gallery-slide { min-height: 0; }
  .home-gallery-slide figure { min-height: 310px; }
  .home-gallery-slide > div { margin: -18px 8px 5px; padding: 23px 21px; border-radius: 21px; }
  .home-gallery-slide h3 { font-size: 32px; }
}

/* Futuristic glass consultation-mode cards */
.mode-grid {
  gap: clamp(18px, 2vw, 26px);
  perspective: 1200px;
}
.mode-grid article {
  isolation: isolate;
  overflow: hidden;
  min-height: 250px;
  padding: 34px 34px 31px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .96);
  border-bottom-color: rgba(45, 112, 75, .2);
  background:
    radial-gradient(circle at 94% 4%, rgba(89, 151, 110, .17), transparent 37%),
    radial-gradient(circle at 5% 96%, rgba(168, 119, 45, .12), transparent 41%),
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(239, 236, 228, .62));
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  transform: translateZ(0);
  transform-style: preserve-3d;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(45, 112, 75, .08),
    0 26px 55px rgba(58, 47, 52, .13),
    0 7px 0 rgba(74, 99, 78, .1),
    0 0 34px rgba(168, 119, 45, .06);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), border-color .35s ease, box-shadow .35s ease;
}
.mode-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(116deg, transparent 23%, rgba(255, 255, 255, .76) 44%, transparent 65%);
  transform: translateX(-78%);
  animation: mode-card-sheen 9s ease-in-out infinite;
}
.mode-grid article::after {
  content: "";
  position: absolute;
  inset: auto 30px 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(90deg, transparent, rgba(168, 119, 45, .82), rgba(45, 112, 75, .72), transparent);
  box-shadow: 0 -4px 18px rgba(45, 112, 75, .2);
}
.mode-grid article:nth-child(2)::before { animation-delay: -3s; }
.mode-grid article:nth-child(3)::before { animation-delay: -6s; }
.mode-grid article > i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  position: relative;
  color: var(--green);
  border: 1px solid rgba(255, 255, 255, .94);
  border-radius: 18px;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .98), transparent 34%),
    linear-gradient(145deg, rgba(227, 241, 230, .94), rgba(255, 250, 239, .72));
  box-shadow:
    inset 0 1px #fff,
    0 5px 0 rgba(45, 112, 75, .12),
    0 13px 25px rgba(45, 112, 75, .15),
    0 0 25px rgba(89, 151, 110, .1);
  transform: translateZ(24px);
}
.mode-grid article > i::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(168, 119, 45, .17);
  border-radius: 12px;
  pointer-events: none;
}
.mode-grid h3 {
  margin: 26px 0 10px;
  color: #34233b;
  font-size: clamp(27px, 2vw, 31px);
  transform: translateZ(17px);
}
.mode-grid p {
  max-width: 33ch;
  color: #667168;
  line-height: 1.72;
  transform: translateZ(10px);
}
.mode-grid article:hover {
  z-index: 2;
  border-color: rgba(168, 119, 45, .38);
  transform: translateY(-9px) rotateX(1.2deg) rotateY(-1deg) translateZ(18px);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(45, 112, 75, .11),
    0 38px 72px rgba(56, 46, 52, .18),
    0 9px 0 rgba(74, 99, 78, .12),
    0 0 42px rgba(168, 119, 45, .1);
}
.mode-grid article:hover > i {
  color: #216743;
  box-shadow: inset 0 1px #fff, 0 6px 0 rgba(45, 112, 75, .14), 0 18px 30px rgba(45, 112, 75, .2), 0 0 30px rgba(89, 151, 110, .16);
}
@keyframes mode-card-sheen {
  0%, 62% { transform: translateX(-78%); opacity: 0; }
  70% { opacity: .66; }
  87%, 100% { transform: translateX(78%); opacity: 0; }
}

@media (max-width: 900px) {
  .mode-grid article { min-height: 220px; }
}

@media (max-width: 680px) {
  .mode-grid article { min-height: 0; padding: 28px 26px 27px; }
  .mode-grid article:hover { transform: none; }
  .mode-grid article > i { width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .mode-grid article::before { animation: none; }
  .mode-grid article { transition: none; }
}

/* Premium glass session-journey cards */
.journey-grid {
  gap: clamp(18px, 2vw, 26px);
  perspective: 1200px;
}
.journey-grid article {
  isolation: isolate;
  overflow: hidden;
  min-height: 300px;
  padding: 30px 31px 32px;
  border: 1px solid rgba(255, 255, 255, .96);
  border-top-color: rgba(168, 119, 45, .52);
  border-bottom-color: rgba(45, 112, 75, .2);
  background:
    radial-gradient(circle at 92% 6%, rgba(89, 151, 110, .16), transparent 36%),
    radial-gradient(circle at 6% 96%, rgba(168, 119, 45, .13), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(238, 234, 227, .62));
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  transform-style: preserve-3d;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(45, 112, 75, .09),
    0 27px 58px rgba(57, 46, 52, .14),
    0 7px 0 rgba(74, 99, 78, .1),
    0 0 34px rgba(168, 119, 45, .06);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), border-color .35s ease, box-shadow .35s ease;
}
.journey-grid article:nth-child(2) { transform: translateY(-12px) translateZ(12px); }
.journey-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(117deg, transparent 22%, rgba(255, 255, 255, .78) 44%, transparent 66%);
  transform: translateX(-80%);
  animation: journey-card-sheen 10s ease-in-out infinite;
}
.journey-grid article:nth-child(2)::before { animation-delay: -3.3s; }
.journey-grid article:nth-child(3)::before { animation-delay: -6.6s; }
.journey-grid article::after {
  content: "";
  position: absolute;
  inset: auto 30px 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(90deg, transparent, rgba(168, 119, 45, .84), rgba(45, 112, 75, .72), transparent);
  box-shadow: 0 -4px 18px rgba(45, 112, 75, .2);
}
.journey-grid span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  position: relative;
  color: #95651f;
  border: 1px solid rgba(255, 255, 255, .96);
  border-radius: 17px;
  background:
    radial-gradient(circle at 30% 22%, #fff, transparent 34%),
    linear-gradient(145deg, rgba(251, 241, 219, .94), rgba(226, 239, 228, .78));
  box-shadow:
    inset 0 1px #fff,
    0 5px 0 rgba(168, 119, 45, .11),
    0 14px 26px rgba(78, 68, 56, .14),
    0 0 25px rgba(89, 151, 110, .1);
  transform: translateZ(24px);
}
.journey-grid span::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(45, 112, 75, .16);
  border-radius: 11px;
}
.journey-grid h3 {
  margin: 52px 0 11px;
  color: #34233b;
  font-size: clamp(28px, 2vw, 32px);
  transform: translateZ(17px);
}
.journey-grid p {
  max-width: 34ch;
  color: #657168;
  line-height: 1.72;
  transform: translateZ(10px);
}
.journey-grid article:hover {
  z-index: 3;
  border-color: rgba(168, 119, 45, .42);
  transform: translateY(-9px) rotateX(1.2deg) rotateY(-1deg) translateZ(18px);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(45, 112, 75, .11),
    0 39px 74px rgba(56, 46, 52, .19),
    0 9px 0 rgba(74, 99, 78, .12),
    0 0 43px rgba(168, 119, 45, .1);
}
.journey-grid article:nth-child(2):hover { transform: translateY(-20px) rotateX(1.2deg) rotateY(-1deg) translateZ(22px); }
@keyframes journey-card-sheen {
  0%, 64% { transform: translateX(-80%); opacity: 0; }
  72% { opacity: .66; }
  89%, 100% { transform: translateX(80%); opacity: 0; }
}

@media (max-width: 900px) {
  .journey-grid article:nth-child(2) { transform: none; }
  .journey-grid article:hover,
  .journey-grid article:nth-child(2):hover { transform: translateY(-6px); }
}

@media (max-width: 680px) {
  .journey-grid article { min-height: 0; padding: 27px 26px 29px; }
  .journey-grid article:hover,
  .journey-grid article:nth-child(2):hover { transform: none; }
  .journey-grid h3 { margin-top: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  .journey-grid article::before { animation: none; }
  .journey-grid article { transition: none; }
}

/* Premium photographic gallery */
.gallery-preview {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 15%, rgba(89, 151, 110, .15), transparent 31rem),
    radial-gradient(circle at 10% 90%, rgba(168, 119, 45, .11), transparent 28rem),
    linear-gradient(135deg, #f4eee4, #fffdf8);
}
.home-gallery-showcase {
  overflow: hidden;
  isolation: isolate;
  padding: clamp(18px, 2.25vw, 30px);
  position: relative;
  border: 1px solid rgba(168, 119, 45, .34);
  border-radius: 38px;
  background:
    radial-gradient(circle at 4% 12%, rgba(72, 137, 94, .16), transparent 23rem),
    radial-gradient(circle at 95% 88%, rgba(113, 76, 135, .15), transparent 26rem),
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(235, 241, 232, .57));
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  box-shadow:
    inset 0 1px #fff,
    inset 0 0 0 7px rgba(255, 255, 255, .3),
    0 38px 80px rgba(56, 46, 52, .17),
    0 9px 0 rgba(45, 112, 75, .1),
    0 0 0 1px rgba(255, 255, 255, .74);
}
.home-gallery-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, .55) 43%, transparent 65%);
  transform: translateX(-82%);
  animation: gallery-glass-sheen 11s ease-in-out infinite;
}
.home-gallery-showcase::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(45, 112, 75, .14);
  border-radius: 30px;
  background:
    linear-gradient(90deg, transparent, rgba(168, 119, 45, .45), transparent) top / 55% 1px no-repeat,
    linear-gradient(180deg, transparent, rgba(45, 112, 75, .3), transparent) right / 1px 60% no-repeat;
}
.home-gallery-track { display: grid; min-height: 550px; }
.home-gallery-slide {
  min-height: 550px;
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(310px, .94fr) 1.06fr;
  align-items: stretch;
  visibility: hidden;
  opacity: 0;
  transform: translateX(44px) scale(.97) rotateY(-1deg);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1), visibility .7s;
}
.home-gallery-slide.is-active { visibility: visible; opacity: 1; transform: none; }
.home-gallery-slide figure {
  min-height: 525px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(168, 119, 45, .42);
  border-radius: 30px 30px 72px 30px;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .62), inset 0 1px #fff, 0 26px 52px rgba(45, 36, 41, .2), 0 7px 0 rgba(45, 112, 75, .1);
}
.home-gallery-slide figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(30, 20, 34, .3)); }
.home-gallery-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.home-gallery-slide > div {
  margin: 48px 8px 48px -18px;
  padding: clamp(34px, 5vw, 72px);
  z-index: 2;
  align-self: center;
  border: 1px solid rgba(168, 119, 45, .27);
  border-radius: 0 30px 30px 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, .91), rgba(233, 240, 234, .7) 62%, rgba(239, 230, 239, .72));
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  box-shadow: inset 0 1px #fff, inset 5px 0 rgba(45, 112, 75, .07), 0 30px 60px rgba(57, 45, 53, .17), 0 7px 0 rgba(74, 99, 78, .09);
}
.home-gallery-slide > div > span,
.gallery-story-card > div > span { color: #9b6b23; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.home-gallery-slide h3 { margin: 17px 0 16px; color: #33233b; font-size: clamp(35px, 4vw, 58px); line-height: 1.03; }
.home-gallery-slide p { max-width: 48ch; color: #637067; font-size: 14px; line-height: 1.8; }
.home-gallery-controls { width: fit-content; margin: 21px auto 3px; padding: 9px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(168, 119, 45, .22); border-radius: 20px; background: rgba(255, 255, 255, .66); box-shadow: inset 0 1px #fff, 0 15px 30px rgba(48, 62, 51, .13); backdrop-filter: blur(16px); }
.home-gallery-controls > button {
  width: 43px;
  height: 43px;
  border: 1px solid rgba(45, 112, 75, .18);
  border-radius: 15px;
  cursor: pointer;
  color: var(--green);
  background: linear-gradient(145deg, #fff, rgba(226, 238, 228, .75));
  box-shadow: inset 0 1px #fff, 0 5px 0 rgba(45, 112, 75, .1), 0 13px 24px rgba(48, 62, 51, .12);
}
.home-gallery-controls > button:hover { transform: translateY(-3px); }
.home-gallery-meter { min-width: 170px; padding: 0 8px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px 12px; }
.home-gallery-meter > span:first-child { color: #8f6626; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.home-gallery-meter > div { display: flex; justify-content: center; gap: 7px; }
.home-gallery-meter > div button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; cursor: pointer; background: rgba(45, 112, 75, .2); transition: width .25s ease, background .25s ease; }
.home-gallery-meter > div button.active { width: 25px; border-radius: 999px; background: linear-gradient(90deg, var(--gold), var(--green)); }
.home-gallery-progress { height: 3px; grid-column: 1 / -1; overflow: hidden; border-radius: 999px; background: rgba(45, 112, 75, .1); }
.home-gallery-progress i { width: 100%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--green)); transform: scaleX(0); transform-origin: left; }
@keyframes home-gallery-autoplay { to { transform: scaleX(1); } }

.gallery-page-hero { min-height: 650px; }
.gallery-page-hero::before { content: ""; position: absolute; inset: 6% 6% 5% 56%; border-radius: 44% 44% 30px 30px; background: linear-gradient(rgba(36, 22, 41, .12), rgba(36, 22, 41, .1)), url("/assets/images/gallery-community-connection.webp") center 23% / cover; box-shadow: 0 35px 80px rgba(57, 42, 51, .22); }
.gallery-page-hero .page-hero-inner { position: relative; z-index: 2; }
.gallery-page-hero .page-hero-inner > div { max-width: 52%; }
.gallery-story-intro { display: grid; grid-template-columns: 1fr .82fr; align-items: end; gap: 8vw; }
.gallery-story-intro > p { color: var(--muted); font-size: 15px; line-height: 1.9; }
.gallery-journal { padding-top: 20px; }
.gallery-filter { padding: 9px; width: fit-content; border: 1px solid rgba(255, 255, 255, .9); border-radius: 999px; background: rgba(255, 255, 255, .58); box-shadow: inset 0 1px #fff, 0 14px 30px rgba(53, 49, 49, .08); }
.gallery-filter button { box-shadow: inset 0 1px #fff; transition: transform .2s ease, color .2s ease, background .2s ease; }
.gallery-filter button:hover { transform: translateY(-2px); }
.gallery-grid-premium { grid-auto-rows: auto; gap: 24px; perspective: 1300px; }
.gallery-story-card {
  overflow: hidden;
  min-height: 620px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .94);
  border-bottom-color: rgba(45, 112, 75, .18);
  border-radius: 29px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(237, 232, 224, .68));
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow: inset 0 1px #fff, 0 28px 58px rgba(57, 46, 52, .14), 0 7px 0 rgba(74, 99, 78, .09);
  transform-style: preserve-3d;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease;
}
.gallery-story-card:hover { z-index: 2; transform: translateY(-9px) rotateX(1deg) rotateY(-.7deg) translateZ(16px); box-shadow: inset 0 1px #fff, 0 40px 78px rgba(55, 43, 51, .19), 0 9px 0 rgba(74, 99, 78, .11); }
.gallery-story-card > button { width: 100%; height: 390px; padding: 0; overflow: hidden; border: 0; cursor: zoom-in; background: #eee8df; }
.gallery-story-card > button img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform .55s ease; }
.gallery-story-card:hover > button img { transform: scale(1.035); }
.gallery-story-card > div { padding: 28px 28px 32px; }
.gallery-story-card h2 { margin: 12px 0 10px; color: #33233b; font-size: 29px; line-height: 1.08; }
.gallery-story-card p { color: #657168; font-size: 13px; line-height: 1.75; }
.gallery-story-card[hidden] { display: none; }
@keyframes gallery-glass-sheen { 0%, 66% { transform: translateX(-82%); opacity: 0; } 74% { opacity: .62; } 90%, 100% { transform: translateX(82%); opacity: 0; } }

@media (max-width: 900px) {
  .home-gallery-slide { grid-template-columns: .92fr 1.08fr; }
  .home-gallery-slide > div { padding: 38px; }
  .gallery-page-hero::before { inset: 6% 4% 5% 50%; opacity: .32; }
  .gallery-story-intro { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 680px) {
  .home-gallery-slide { min-height: 0; grid-template-columns: 1fr; }
  .home-gallery-track { min-height: 0; }
  .home-gallery-slide figure { min-height: 430px; border-radius: 24px 24px 50px 24px; }
  .home-gallery-slide > div { margin: -15px 11px 8px; padding: 28px 25px; border-radius: 23px; }
  .home-gallery-slide h3 { font-size: 36px; }
  .home-gallery-controls { gap: 5px; padding: 7px; }
  .home-gallery-controls > button { width: 38px; height: 38px; }
  .home-gallery-meter { min-width: 128px; padding: 0 4px; gap: 7px; }
  .home-gallery-meter > span:first-child { display: none; }
  .home-gallery-meter > div { grid-column: 1 / -1; }
  .gallery-page-hero::before { inset: 20% 4% 4%; opacity: .22; }
  .gallery-page-hero .page-hero-inner > div { max-width: none; }
  .gallery-filter { width: 100%; border-radius: 22px; }
  .gallery-filter button { flex: 1 1 auto; }
  .gallery-grid-premium { grid-template-columns: 1fr; }
  .gallery-story-card { min-height: 0; }
  .gallery-story-card > button { height: 420px; }
  .gallery-story-card:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .home-gallery-showcase::before { animation: none; }
  .home-gallery-slide,
  .gallery-story-card { transition: none; }
  .home-gallery-progress i { animation: none !important; transform: scaleX(1); }
}

/* Futuristic premium header and footer chrome */
.site-header {
  min-height: 88px;
  padding: 10px 13px 10px 17px;
  isolation: isolate;
  border: 1px solid rgba(89, 130, 103, .3);
  border-radius: 30px;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .95), rgba(246, 241, 231, .76) 54%, rgba(232, 241, 233, .72)),
    rgba(255, 253, 248, .82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(168, 119, 45, .16),
    0 7px 0 rgba(45, 112, 75, .07),
    0 28px 70px rgba(44, 60, 49, .17),
    0 0 0 1px rgba(255, 255, 255, .55);
  backdrop-filter: blur(30px) saturate(1.18);
  -webkit-backdrop-filter: blur(30px) saturate(1.18);
}
.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.site-header::before {
  inset: 1px;
  border-radius: 28px;
  opacity: .72;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .75), transparent 27%, transparent 68%, rgba(134, 184, 153, .16)),
    radial-gradient(circle at 64% -60%, rgba(214, 173, 88, .2), transparent 42%);
}
.site-header::after {
  right: 9%;
  bottom: -1px;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 119, 45, .7), rgba(45, 112, 75, .48), transparent);
  box-shadow: 0 0 18px rgba(168, 119, 45, .25);
}
.site-header > * { z-index: 1; }
.site-header.is-scrolled {
  top: 8px;
  background: linear-gradient(112deg, rgba(255, 255, 255, .97), rgba(246, 241, 231, .91), rgba(233, 242, 234, .88));
  box-shadow: inset 0 1px #fff, inset 0 -1px rgba(168, 119, 45, .13), 0 5px 0 rgba(45, 112, 75, .07), 0 22px 58px rgba(44, 60, 49, .2);
}
.site-header .brand {
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 19px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .46), rgba(224, 237, 226, .18));
  box-shadow: inset 0 1px #fff, inset 0 -1px rgba(45, 112, 75, .08), 0 10px 25px rgba(45, 72, 54, .08);
}
.primary-nav {
  padding: 5px;
  gap: 3px;
  border: 1px solid rgba(45, 112, 75, .1);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .54), rgba(231, 237, 229, .38));
  box-shadow: inset 0 1px rgba(255, 255, 255, .92), inset 0 -1px rgba(45, 112, 75, .08), 0 10px 25px rgba(48, 66, 53, .07);
}
.primary-nav > a {
  min-height: 46px;
  padding-inline: 16px;
  border: 1px solid transparent;
  transition: color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.primary-nav > a:hover {
  color: var(--green);
  border-color: rgba(45, 112, 75, .13);
  background: rgba(255, 255, 255, .62);
  box-shadow: inset 0 1px #fff, 0 5px 14px rgba(45, 82, 55, .09);
  transform: translateY(-1px);
}
.primary-nav > a[aria-current="page"] {
  color: #fff;
  border-color: rgba(255, 255, 255, .72);
  background: linear-gradient(145deg, #559a73, #2e724d);
  box-shadow: inset 0 1px rgba(255, 255, 255, .42), 0 3px 0 #20563a, 0 10px 20px rgba(45, 112, 75, .2);
}
.header-cta {
  min-height: 60px;
  padding-inline: 25px;
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .72);
  background: linear-gradient(145deg, #58a077, #2b704a 70%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .55), inset 0 -1px rgba(15, 67, 39, .34), 0 6px 0 #1d5738, 0 18px 34px rgba(45, 112, 75, .25), 0 0 0 1px rgba(168, 119, 45, .17);
}
.header-cta::before {
  content: "";
  position: absolute;
  inset: 1px 42% 46% 8%;
  border-radius: 999px;
  background: linear-gradient(110deg, rgba(255, 255, 255, .42), transparent);
  pointer-events: none;
}
.header-cta:hover {
  box-shadow: inset 0 1px #fff, inset 0 -1px rgba(15, 67, 39, .3), 0 8px 0 #1d5738, 0 24px 43px rgba(45, 112, 75, .3), 0 0 26px rgba(214, 173, 88, .12);
}
.menu-toggle {
  border-color: rgba(45, 112, 75, .2);
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(229, 237, 228, .72));
  box-shadow: inset 0 1px #fff, 0 4px 0 rgba(45, 112, 75, .12), 0 12px 24px rgba(45, 72, 54, .12);
}

.site-footer {
  width: min(1500px, calc(100% - 32px));
  margin: 45px auto 16px;
  padding: 78px 0 24px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(66, 116, 82, .24);
  border-radius: 38px;
  color: #4f6256;
  background:
    radial-gradient(circle at 9% 12%, rgba(77, 151, 103, .19), transparent 24rem),
    radial-gradient(circle at 88% 14%, rgba(118, 82, 138, .14), transparent 27rem),
    radial-gradient(circle at 55% 112%, rgba(214, 173, 88, .16), transparent 25rem),
    linear-gradient(138deg, rgba(255, 255, 255, .94), rgba(238, 233, 223, .88) 55%, rgba(232, 240, 230, .9));
  box-shadow:
    inset 0 1px #fff,
    inset 0 -1px rgba(168, 119, 45, .16),
    0 8px 0 rgba(45, 112, 75, .07),
    0 34px 80px rgba(45, 60, 50, .16),
    0 0 0 1px rgba(255, 255, 255, .55);
  backdrop-filter: blur(26px) saturate(1.1);
  -webkit-backdrop-filter: blur(26px) saturate(1.1);
}
.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.site-footer::before {
  inset: 0;
  z-index: -1;
  opacity: .24;
  background-image: radial-gradient(circle, rgba(110, 79, 36, .72) 0 1px, transparent 1.5px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.site-footer::after {
  top: 0;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(168, 119, 45, .85), rgba(45, 112, 75, .66), transparent);
  box-shadow: 0 0 28px rgba(168, 119, 45, .35);
}
.footer-grid { position: relative; z-index: 1; align-items: start; gap: 36px; }
.footer-brand {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(225, 236, 225, .28));
  box-shadow: inset 0 1px #fff, inset 0 -1px rgba(45, 112, 75, .08), 0 18px 42px rgba(51, 65, 53, .1);
}
.footer-logo {
  width: 100%;
  max-width: 270px;
  height: 88px;
  margin-bottom: 10px;
}
.footer-column { min-height: 250px; padding: 20px 0 12px 27px; border-left: 1px solid rgba(45, 112, 75, .13); }
.footer-column h2 {
  margin-bottom: 28px;
  color: #886023;
  font-size: 10px;
  letter-spacing: .22em;
}
.footer-column h2::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-top: 11px;
  display: block;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.footer-column > a {
  width: fit-content;
  position: relative;
  transition: color .2s ease, transform .2s ease;
}
.footer-column > a:hover { color: var(--green); transform: translateX(3px); }
.social-row a {
  border-color: rgba(45, 112, 75, .18);
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(223, 235, 224, .64));
  box-shadow: inset 0 1px #fff, 0 4px 0 rgba(45, 112, 75, .1), 0 12px 25px rgba(47, 72, 53, .1);
}
.social-row a:hover {
  color: #fff;
  background: linear-gradient(145deg, #559a73, #2e724d);
  box-shadow: inset 0 1px rgba(255, 255, 255, .48), 0 5px 0 #20563a, 0 16px 28px rgba(45, 112, 75, .22);
}
.footer-bottom {
  margin-top: 28px;
  padding: 19px 22px;
  align-items: center;
  border: 1px solid rgba(45, 112, 75, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .44);
  box-shadow: inset 0 1px rgba(255, 255, 255, .86), 0 14px 30px rgba(47, 63, 51, .07);
}

@media (max-width: 1050px) {
  .primary-nav > a { padding-inline: 11px; }
  .footer-column { padding-left: 18px; }
}

@media (max-width: 900px) {
  .site-header { min-height: 72px; padding: 7px 9px 7px 12px; border-radius: 23px; }
  .site-header::before { border-radius: 21px; }
  .site-header .brand { border-radius: 16px; }
  .primary-nav {
    top: calc(100% + 14px);
    padding: 12px;
    gap: 5px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(235, 240, 232, .97));
    box-shadow: inset 0 1px #fff, 0 7px 0 rgba(45, 112, 75, .07), 0 28px 60px rgba(46, 61, 50, .22);
  }
  .primary-nav > a { justify-content: center; }
  .site-footer { width: calc(100% - 18px); margin-bottom: 9px; padding-top: 58px; border-radius: 27px; }
  .footer-brand { padding: 22px; border-radius: 23px; }
  .footer-column { min-height: 0; padding: 27px 0 5px; border-top: 1px solid rgba(45, 112, 75, .13); border-left: 0; }
  .footer-bottom { align-items: flex-start; border-radius: 16px; }
}

/* Premium 3D tarot hero display */
.tarot-stage {
  height: 620px;
  isolation: isolate;
  perspective: 1600px;
}
.tarot-stage::before {
  width: 590px;
  height: 590px;
  z-index: -2;
  border: 1px solid rgba(168, 119, 45, .14);
  background:
    radial-gradient(circle, rgba(255, 255, 255, .9) 0 7%, rgba(214, 173, 88, .13) 8%, transparent 30%),
    conic-gradient(from 18deg, rgba(45, 112, 75, .09), rgba(118, 82, 138, .15), rgba(214, 173, 88, .13), rgba(45, 112, 75, .09));
  box-shadow: inset 0 0 55px rgba(255, 255, 255, .75), 0 0 80px rgba(118, 82, 138, .12);
  filter: blur(.2px);
}
.tarot-stage::after {
  content: "";
  width: 430px;
  height: 92px;
  position: absolute;
  right: 50%;
  bottom: 58px;
  z-index: -1;
  border: 1px solid rgba(168, 119, 45, .18);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(118, 82, 138, .24), rgba(45, 112, 75, .08) 42%, transparent 70%);
  box-shadow: 0 32px 46px rgba(65, 48, 62, .2), inset 0 1px rgba(255, 255, 255, .75);
  transform: translateX(50%) rotateX(66deg);
}
.orbit { z-index: -1; border-color: rgba(168, 119, 45, .32); box-shadow: 0 0 24px rgba(214, 173, 88, .08); }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 575px; height: 575px; opacity: .68; }
.tarot-card {
  width: 230px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 23px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 230, 214, .9)) padding-box,
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(214, 173, 88, .88), rgba(45, 112, 75, .45)) border-box;
  box-shadow:
    inset 0 1px #fff,
    inset 0 -1px rgba(168, 119, 45, .2),
    0 7px 0 rgba(105, 76, 43, .14),
    0 35px 72px rgba(53, 39, 52, .32),
    0 0 45px rgba(118, 82, 138, .14);
  backface-visibility: hidden;
}
.tarot-card::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 17px;
  box-shadow: inset 0 0 0 1px rgba(168, 119, 45, .11);
  pointer-events: none;
}
.tarot-card::after {
  inset: 2px 12% 48% 2%;
  z-index: 3;
  border-radius: 20px;
  opacity: .68;
  background: linear-gradient(118deg, rgba(255, 255, 255, .42), transparent 68%);
}
.tarot-card img {
  border: 1px solid rgba(116, 78, 34, .18);
  border-radius: 15px;
  box-shadow: inset 0 0 18px rgba(57, 40, 26, .08);
  filter: saturate(.96) contrast(1.025);
}
.tarot-left { top: 116px; left: 3%; transform: rotate(-17deg) translateZ(-52px); }
.tarot-centre { top: 50px; width: 250px; transform: translateX(-50%) translateZ(58px); }
.tarot-right { top: 116px; right: 3%; transform: rotate(17deg) translateZ(-42px); }
.tarot-stage:hover .tarot-left { transform: translateX(-15px) rotate(-19deg) translateZ(-25px); }
.tarot-stage:hover .tarot-centre { transform: translateX(-50%) translateY(-13px) translateZ(72px); }
.tarot-stage:hover .tarot-right { transform: translateX(15px) rotate(19deg) translateZ(-18px); }
.tarot-centre {
  box-shadow:
    inset 0 1px #fff,
    inset 0 -1px rgba(168, 119, 45, .24),
    0 8px 0 rgba(105, 76, 43, .17),
    0 44px 82px rgba(53, 39, 52, .36),
    0 0 54px rgba(214, 173, 88, .18);
}
.daily-reminder {
  --reminder-x: 0px;
  right: 4%;
  bottom: 18px;
  width: 232px;
  min-height: 108px;
  padding: 19px 20px 18px 25px;
  z-index: 20;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  align-content: center;
  column-gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(168, 119, 45, .34);
  border-radius: 24px;
  outline: 1px solid rgba(255, 255, 255, .58);
  outline-offset: -3px;
  color: var(--dark-ink);
  background:
    radial-gradient(circle at 88% 14%, rgba(214, 173, 88, .18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(235, 224, 239, .62) 55%, rgba(219, 237, 224, .66));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .96),
    inset 0 -1px rgba(45, 112, 75, .1),
    0 6px 0 rgba(91, 65, 51, .09),
    0 27px 58px rgba(61, 45, 58, .22),
    0 0 34px rgba(214, 173, 88, .12);
  backdrop-filter: blur(28px) saturate(1.28);
  -webkit-backdrop-filter: blur(28px) saturate(1.28);
  transform: translateZ(140px);
  transform-style: flat;
  backface-visibility: hidden;
  animation: reminder-float 5.8s ease-in-out infinite;
  will-change: transform;
}
.daily-reminder::before {
  content: "";
  width: 3px;
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 0;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(var(--gold-light), var(--green));
  box-shadow: 0 0 16px rgba(168, 119, 45, .28);
}
.daily-reminder::after {
  content: "";
  position: absolute;
  inset: 1px 25% 52% 3px;
  border-radius: 22px;
  background: linear-gradient(115deg, rgba(255, 255, 255, .62), transparent);
  pointer-events: none;
}
.daily-reminder > span {
  width: 9px;
  height: 9px;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  margin: 4px 0 0;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(45, 112, 75, .1), 0 0 18px rgba(45, 112, 75, .32);
}
.daily-reminder small {
  grid-column: 2;
  color: #8c6223;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}
.daily-reminder strong {
  margin: 6px 0 0;
  grid-column: 2;
  color: var(--dark-ink);
  font-size: 17px;
  line-height: 1.25;
}

@keyframes reminder-float {
  0%, 100% { transform: translate3d(var(--reminder-x), 0, 140px); }
  50% { transform: translate3d(var(--reminder-x), -10px, 140px); }
}

@media (max-width: 1050px) {
  .tarot-card { width: 200px; }
  .tarot-centre { width: 218px; }
  .tarot-left { left: 1%; }
  .tarot-right { right: 1%; }
  .daily-reminder { right: 2%; width: 218px; }
}

@media (max-width: 900px) {
  .tarot-stage { height: 560px; }
  .daily-reminder { right: 7%; bottom: 14px; }
}

@media (max-width: 520px) {
  .tarot-stage { height: 500px; }
  .tarot-stage::before { width: 370px; height: 370px; }
  .tarot-stage::after { width: 290px; bottom: 88px; }
  .orbit-one { width: 320px; height: 320px; }
  .orbit-two { width: 370px; height: 370px; }
  .tarot-card { top: 82px; width: min(145px, 33vw); padding: 6px; border-radius: 16px; }
  .tarot-centre { top: 53px; width: min(165px, 38vw); }
  .tarot-left { left: 1%; }
  .tarot-right { right: 1%; }
  .tarot-card img { border-radius: 10px; }
  .daily-reminder {
    --reminder-x: -50%;
    right: auto;
    bottom: 9px;
    left: 50%;
    width: min(285px, calc(100% - 36px));
    min-height: 98px;
    padding: 16px 18px 16px 23px;
    border-radius: 21px;
    transform: translate3d(-50%, 0, 140px);
  }
  .daily-reminder strong { font-size: 16px; }
}

/* Subtle animated celestial atmosphere */
.star-field {
  inset: -18px;
  z-index: -1;
  opacity: 1;
  overflow: hidden;
  mask-image: linear-gradient(#000 0%, #000 82%, transparent 100%);
  background-image:
    radial-gradient(circle, rgba(168, 119, 45, .48) 0 1px, transparent 1.55px),
    radial-gradient(circle, rgba(214, 173, 88, .35) 0 .8px, transparent 1.4px),
    radial-gradient(circle, rgba(92, 59, 101, .22) 0 .75px, transparent 1.35px);
  background-position: 9px 17px, 42px 68px, 81px 29px;
  background-size: 137px 137px, 211px 211px, 293px 293px;
  transform: translate3d(var(--celestial-x), var(--celestial-y), 0);
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}
.star-field::before,
.star-field::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.star-field::before {
  inset: -16%;
  opacity: .52;
  background:
    radial-gradient(ellipse at 23% 19%, rgba(83, 40, 103, .23), transparent 35%),
    radial-gradient(ellipse at 78% 22%, rgba(43, 17, 60, .19), transparent 37%),
    radial-gradient(ellipse at 67% 72%, rgba(36, 112, 75, .14), transparent 35%),
    radial-gradient(ellipse at 13% 78%, rgba(96, 55, 111, .14), transparent 32%);
  background-size: 118% 118%, 126% 126%, 122% 122%, 115% 115%;
  filter: blur(68px) saturate(1.05);
  animation: aurora-mist 34s ease-in-out infinite alternate;
}
.star-field::after {
  width: 980px;
  height: 720px;
  top: -210px;
  right: -240px;
  opacity: .34;
  border-radius: 50%;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0 75px, rgba(168, 119, 45, .12) 76px 77px, transparent 78px 115px),
    conic-gradient(from 18deg, transparent, rgba(118, 82, 138, .06), transparent 23%, rgba(45, 112, 75, .05), transparent 46%);
  transform: rotate(-9deg);
  filter: blur(.2px);
}
.home-hero::before {
  inset: -12px;
  background:
    radial-gradient(ellipse at 78% 31%, rgba(87, 45, 108, .19), transparent 36%),
    radial-gradient(ellipse at 17% 18%, rgba(45, 112, 75, .16), transparent 32%),
    radial-gradient(ellipse at 52% 80%, rgba(47, 20, 61, .09), transparent 38%),
    linear-gradient(128deg, rgba(255, 253, 248, .98), rgba(242, 236, 223, .96) 54%, rgba(251, 248, 241, .98));
  background-size: 125% 125%, 122% 122%, 118% 118%, 100% 100%;
  transform: translate3d(var(--celestial-soft-x), var(--celestial-soft-y), 0);
  transition: transform .55s cubic-bezier(.22, .61, .36, 1);
  animation: hero-aurora-breathe 30s ease-in-out infinite alternate;
  will-change: transform, background-position;
}
#guidance {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
#guidance::before {
  content: "";
  width: min(760px, 68vw);
  aspect-ratio: 1;
  position: absolute;
  top: 35px;
  right: -13%;
  z-index: -1;
  opacity: .052;
  border-radius: 50%;
  background: url("/assets/images/hero-zodiac-wheel.webp") center / contain no-repeat;
  filter: grayscale(.18) sepia(.16) saturate(.8);
  animation: service-zodiac-drift 210s linear infinite;
  pointer-events: none;
}
#guidance::after {
  content: "";
  width: 36%;
  height: 48%;
  position: absolute;
  top: 21%;
  right: -6%;
  z-index: -1;
  border-radius: 50%;
  opacity: .32;
  background: radial-gradient(circle, rgba(78, 37, 96, .13), rgba(45, 112, 75, .07) 38%, transparent 68%);
  filter: blur(52px);
  pointer-events: none;
}

@keyframes aurora-mist {
  0% { opacity: .42; background-position: 0% 0%, 100% 0%, 85% 100%, 0% 90%; }
  50% { opacity: .56; background-position: 8% 5%, 92% 8%, 76% 92%, 7% 84%; }
  100% { opacity: .48; background-position: 4% 11%, 96% 3%, 82% 86%, 3% 96%; }
}
@keyframes hero-aurora-breathe {
  0% { background-position: 78% 31%, 17% 18%, 52% 80%, 0 0; }
  100% { background-position: 72% 36%, 22% 24%, 57% 74%, 0 0; }
}
@keyframes service-zodiac-drift {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .star-field {
    inset: -10px;
    transform: none;
    transition: none;
    background-size: 165px 165px, 247px 247px, 331px 331px;
  }
  .star-field::before { inset: -9%; opacity: .38; filter: blur(54px); animation-duration: 46s; }
  .star-field::after { width: 620px; height: 520px; top: -180px; right: -330px; opacity: .22; }
  .home-hero::before { transform: none; transition: none; animation-duration: 42s; }
  #guidance::before { width: 610px; top: 160px; right: -72%; opacity: .036; animation-duration: 260s; }
  #guidance::after { width: 75%; right: -32%; opacity: .22; }
}

@media (prefers-reduced-motion: reduce) {
  .star-field,
  .star-field::before,
  .star-field::after,
  .home-hero::before,
  #guidance::before {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Layered cover-flow presentation for the guidance cards */
.guidance-carousel {
  --guidance-card-width: clamp(330px, 31vw, 420px);
  padding: 28px 20px 84px;
  isolation: isolate;
}

.guidance-viewport {
  min-height: 650px;
  padding: 0;
  perspective: 1500px;
  perspective-origin: 50% 46%;
}

.guidance-track {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  gap: 0;
  transform: none !important;
  transition: none;
}

.guidance-card {
  width: var(--guidance-card-width);
  min-width: var(--guidance-card-width);
  position: absolute;
  top: 50%;
  left: 50%;
  flex: none;
  opacity: var(--guidance-opacity, 0);
  filter: saturate(.84) brightness(.98);
  transform: translate3d(calc(-50% + var(--guidance-shift, 0%)), -50%, 0) scale(var(--guidance-scale, .7));
  transform-origin: center;
  transition:
    transform .78s cubic-bezier(.22, .74, .24, 1),
    opacity .62s ease,
    filter .62s ease,
    border-color .35s ease,
    box-shadow .35s ease;
  will-change: transform, opacity;
}

.guidance-card:not(.is-active) {
  pointer-events: none;
  user-select: none;
}

.guidance-card.is-active {
  filter: none;
  border-color: rgba(168, 119, 45, .48);
  box-shadow:
    inset 0 1px #fff,
    0 36px 74px rgba(60, 43, 54, .23),
    0 7px 0 rgba(45, 112, 75, .08);
}

.guidance-card:hover,
.guidance-card.is-active:hover {
  transform: translate3d(calc(-50% + var(--guidance-shift, 0%)), -50%, 0) scale(var(--guidance-scale, 1));
}

.guidance-controls {
  min-height: 0;
  position: absolute;
  inset: 18px;
  z-index: 40;
  display: block;
  pointer-events: none;
}

.guidance-arrow {
  position: absolute;
  top: 48%;
  z-index: 2;
  pointer-events: auto;
  transform: translateY(-50%);
}

.guidance-arrow:first-child { left: 0; }
.guidance-arrow:last-child { right: 0; }

.guidance-arrow:hover {
  transform: translateY(calc(-50% - 2px));
}

.guidance-dots {
  width: min(72%, 500px);
  min-height: 30px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  display: flex;
  flex-wrap: nowrap;
  pointer-events: auto;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .guidance-carousel { --guidance-card-width: clamp(300px, 46vw, 380px); }
  .guidance-viewport { min-height: 610px; }
}

@media (max-width: 679px) {
  .guidance-carousel {
    --guidance-card-width: min(83vw, 335px);
    padding: 18px 8px 70px;
  }

  .guidance-viewport {
    min-height: 525px;
    padding: 0;
  }

  .guidance-card { border-radius: 22px; }
  .guidance-controls { inset: 8px 4px; }
  .guidance-arrow { width: 42px; height: 42px; top: 46%; }
  .guidance-dots { width: min(62%, 210px); bottom: 2px; gap: 5px; }
  .guidance-dots button { width: 6px; height: 6px; }
  .guidance-dots button.active { width: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .guidance-card {
    transition: none;
  }
}

/* Premium trust statistics */
.trust-stats {
  gap: 12px;
  align-items: stretch;
}
.trust-stats > div,
.trust-stats > div:first-child {
  min-width: 154px;
  padding: 18px 22px 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(168, 119, 45, .2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 8%, rgba(214, 173, 88, .13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .83), rgba(249, 244, 234, .55));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .98),
    0 4px 0 rgba(45, 112, 75, .075),
    0 18px 38px rgba(72, 54, 60, .1);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.trust-stats > div::before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  opacity: .72;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}
.trust-stats > div::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 13px;
  right: 14px;
  border: 1px solid rgba(168, 119, 45, .62);
  background: rgba(255, 253, 248, .84);
  box-shadow: 0 0 12px rgba(214, 173, 88, .36);
  transform: rotate(45deg);
}
.trust-stats > div:hover {
  border-color: rgba(168, 119, 45, .36);
  box-shadow:
    inset 0 1px #fff,
    0 6px 0 rgba(45, 112, 75, .09),
    0 23px 44px rgba(72, 54, 60, .14);
  transform: translateY(-3px);
}
.trust-stats strong {
  font-size: 30px;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(168, 119, 45, .15);
}
.trust-stats span {
  margin-top: 9px;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .trust-stats { margin-top: 40px; gap: 7px; }
  .trust-stats > div,
  .trust-stats > div:first-child {
    min-width: 0;
    min-height: 86px;
    padding: 14px 8px 12px;
    border-radius: 15px;
  }
  .trust-stats > div::before { right: 10px; left: 10px; }
  .trust-stats > div::after { top: 10px; right: 10px; width: 5px; height: 5px; }
  .trust-stats strong { font-size: 23px; }
  .trust-stats span { margin-top: 7px; font-size: 7px; letter-spacing: .07em; }
}

@media (prefers-reduced-motion: reduce) {
  .daily-reminder { animation: none; }
  .trust-stats > div { transition: none; }
  .trust-stats > div:hover { transform: none; }
}

/* Premium intention strip */
.intention-strip {
  width: min(1200px, calc(100% - 32px));
  min-height: 104px;
  margin: 20px auto 0;
  padding: 14px;
  position: relative;
  isolation: isolate;
  gap: 12px;
  border: 1px solid rgba(168, 119, 45, .19);
  border-radius: 27px;
  color: #40594c;
  background:
    radial-gradient(circle at 12% 0%, rgba(45, 112, 75, .1), transparent 30%),
    radial-gradient(circle at 88% 100%, rgba(118, 82, 138, .1), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .75), rgba(247, 241, 231, .58));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .98),
    0 5px 0 rgba(45, 112, 75, .07),
    0 22px 46px rgba(68, 54, 57, .1);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}
.intention-strip::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  opacity: .68;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}
.intention-strip > span {
  min-height: 64px;
  padding: 13px 22px;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 112, 75, .13);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(233, 240, 232, .48));
  box-shadow: inset 0 1px #fff, 0 3px 0 rgba(45, 112, 75, .06), 0 12px 25px rgba(61, 70, 62, .07);
  transition: color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.intention-strip > span:hover {
  color: var(--green);
  border-color: rgba(168, 119, 45, .28);
  box-shadow: inset 0 1px #fff, 0 5px 0 rgba(45, 112, 75, .08), 0 18px 31px rgba(61, 70, 62, .11);
  transform: translateY(-2px);
}
.intention-strip > i {
  width: 34px;
  height: 34px;
  position: relative;
  z-index: 1;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 119, 45, .25);
  border-radius: 50%;
  color: var(--gold);
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(244, 232, 207, .72));
  box-shadow: inset 0 1px #fff, 0 4px 0 rgba(168, 119, 45, .08), 0 10px 22px rgba(168, 119, 45, .12);
  font-size: 12px;
}

@media (max-width: 620px) {
  .intention-strip {
    width: calc(100% - 28px);
    min-height: 0;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 22px;
    white-space: normal;
  }
  .intention-strip > span,
  .intention-strip > span:last-child {
    min-height: 50px;
    padding: 10px 14px;
    display: flex;
    border-radius: 15px;
    font-size: 16px;
  }
  .intention-strip > i,
  .intention-strip > i:last-of-type {
    width: 25px;
    height: 25px;
    margin: -4px auto;
    display: grid;
    flex-basis: 25px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intention-strip > span { transition: none; }
  .intention-strip > span:hover { transform: none; }
}

/* Sequential chakra artwork for the Energy Healing service card */
.energy-visual {
  isolation: isolate;
  background: #eee8dc;
}
.energy-visual > img:first-child {
  object-position: center 52%;
  filter: saturate(.92) contrast(1.02);
}
.energy-visual::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .04), rgba(72, 47, 76, .13)),
    radial-gradient(circle at 50% 48%, transparent 24%, rgba(45, 112, 75, .07) 72%, rgba(57, 35, 62, .12));
}
.energy-visual > span {
  z-index: 4;
  color: #825b20;
  border-color: rgba(168, 119, 45, .3);
  background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(238, 228, 212, .76));
  box-shadow: inset 0 1px #fff, 0 5px 0 rgba(45, 112, 75, .08), 0 14px 26px rgba(63, 48, 57, .15);
}
.chakra-sequence {
  width: 48px;
  position: absolute;
  top: 2%;
  bottom: 2%;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  transform: translateX(-50%);
}
.chakra-sequence::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  opacity: .28;
  background: linear-gradient(#ad6a9c, #7960b7, #3a86c9, #3f9f8b, #bd9a40, #c76d35, #a63c43);
  box-shadow: 0 0 10px rgba(214, 173, 88, .22);
  transform: translateX(-50%);
}
.chakra-sequence > img {
  width: 42px;
  height: 42px;
  padding: 2px;
  position: relative;
  z-index: 1;
  flex: 0 0 42px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  outline: 1px solid rgba(168, 119, 45, .2);
  outline-offset: 1px;
  opacity: .64;
  background: rgba(255, 253, 248, .34);
  box-shadow: inset 0 1px rgba(255, 255, 255, .88), 0 4px 12px rgba(54, 41, 60, .13);
  object-fit: cover;
  filter: saturate(.88) brightness(1.02) contrast(1.12);
  transform: scale(.96);
  animation: chakra-top-down 7s ease-in-out infinite;
  will-change: transform, opacity, filter, box-shadow;
}
.chakra-sequence > img:nth-child(1) { animation-delay: 0s; }
.chakra-sequence > img:nth-child(2) { animation-delay: 1s; }
.chakra-sequence > img:nth-child(3) { animation-delay: 2s; }
.chakra-sequence > img:nth-child(4) { animation-delay: 3s; }
.chakra-sequence > img:nth-child(5) { animation-delay: 4s; }
.chakra-sequence > img:nth-child(6) { animation-delay: 5s; }
.chakra-sequence > img:nth-child(7) { animation-delay: 6s; }

@keyframes chakra-top-down {
  0%, 9% {
    opacity: 1;
    filter: saturate(1.06) brightness(1.1) contrast(1.13);
    box-shadow: inset 0 1px #fff, 0 0 0 3px rgba(255, 253, 248, .58), 0 0 20px rgba(168, 119, 45, .42), 0 8px 18px rgba(54, 41, 60, .18);
    transform: scale(1.08);
  }
  14%, 100% {
    opacity: .64;
    filter: saturate(.88) brightness(1.02) contrast(1.12);
    box-shadow: inset 0 1px rgba(255, 255, 255, .88), 0 4px 12px rgba(54, 41, 60, .13);
    transform: scale(.96);
  }
}

@media (max-width: 620px) {
  .chakra-sequence { width: 42px; top: 2%; bottom: 2%; }
  .chakra-sequence > img { width: 36px; height: 36px; flex-basis: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .chakra-sequence > img {
    opacity: .9;
    filter: saturate(.92) brightness(1.04) contrast(1.1);
    transform: none;
    animation: none;
  }
}

/* Brand-matched celestial motion for service cards one and two */
.tarot-visual,
.vastu-visual {
  isolation: isolate;
  background: #eee8dc;
}

.tarot-visual > img:first-child,
.vastu-visual > img:first-child {
  object-position: center;
  filter: saturate(.94) contrast(1.015);
}

.tarot-visual::after,
.vastu-visual::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .02), rgba(72, 47, 76, .1)),
    radial-gradient(circle at 50% 46%, transparent 35%, rgba(45, 112, 75, .045) 75%, rgba(57, 35, 62, .1));
}

.tarot-visual > span,
.vastu-visual > span {
  z-index: 5;
  color: #825b20;
  border-color: rgba(168, 119, 45, .34);
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(238, 228, 212, .78));
  box-shadow: inset 0 1px #fff, 0 5px 0 rgba(45, 112, 75, .08), 0 14px 26px rgba(63, 48, 57, .15);
}

.service-card:hover .tarot-visual > img:first-child,
.service-card:hover .vastu-visual > img:first-child {
  transform: none;
}

.moon-orbit {
  width: min(86%, 360px);
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: service-moon-orbit 13s linear infinite;
  will-change: transform;
}

.moon-orbit i {
  width: clamp(24px, 8%, 32px);
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: -1%;
  border: 1px solid rgba(255, 246, 210, .9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 34%, rgba(117, 79, 44, .32) 0 8%, transparent 9%),
    radial-gradient(circle at 66% 62%, rgba(104, 69, 39, .27) 0 11%, transparent 12%),
    radial-gradient(circle at 52% 43%, #fff9dc 0 22%, #e8c987 56%, #9c6d3b 100%);
  box-shadow: inset -5px -4px 8px rgba(73, 45, 30, .25), 0 0 11px rgba(255, 239, 186, .92), 0 0 24px rgba(168, 119, 45, .5);
  transform: translateY(-50%);
  animation: service-moon-counterspin 13s linear infinite;
}

.celestial-wheel-spinner {
  width: 71%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  border: 1px solid rgba(255, 247, 218, .68);
  border-radius: 50%;
  background: url("/assets/images/guidance-vastu-pearl.webp") center / 140.85% auto no-repeat;
  box-shadow: inset 0 0 0 1px rgba(168, 119, 45, .22), 0 0 18px rgba(168, 119, 45, .18);
  clip-path: circle(49.7%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: service-wheel-spin 32s linear infinite;
  will-change: transform;
}

@keyframes service-moon-orbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes service-moon-counterspin {
  to { transform: translateY(-50%) rotate(-360deg); }
}

@keyframes service-wheel-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 620px) {
  .moon-orbit { width: min(84%, 330px); }
  .celestial-wheel-spinner { width: 69%; }
}

@media (prefers-reduced-motion: reduce) {
  .moon-orbit,
  .moon-orbit i {
    animation: none;
  }

  .celestial-wheel-spinner {
    display: none;
  }
}

/* Larger header logo with a quicker feather movement */
.site-header {
  min-height: 96px;
  grid-template-columns: 286px 1fr auto;
}
.site-header .brand {
  width: 278px;
  height: 72px;
  padding: 2px 5px;
}
.site-header .logo-wordmark {
  height: 98%;
  left: 17%;
}
.site-header .logo-feather {
  height: 96%;
  left: 1%;
  bottom: 2%;
  animation: header-feather-fast 2.2s ease-in-out infinite;
}
.site-header .feather-shadow {
  animation: header-feather-shadow-fast 2.2s ease-in-out infinite;
}

@keyframes header-feather-fast {
  0%, 100% { transform: translateY(0) rotate(-1.4deg); }
  50% { transform: translateY(-5%) rotate(1.4deg); }
}
@keyframes header-feather-shadow-fast {
  0%, 100% { opacity: .34; transform: scaleX(1); }
  50% { opacity: .15; transform: scaleX(.76); }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 230px 1fr auto; }
  .site-header .brand { width: 224px; height: 64px; }
}

@media (max-width: 900px) {
  .site-header { min-height: 78px; grid-template-columns: 1fr auto; }
  .site-header .brand { width: 220px; height: 62px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 70px; }
  .site-header .brand { width: 192px; height: 57px; padding: 2px 4px; }
}

/* Premium multi-service guidance carousel */
.guidance-carousel {
  padding: 20px 20px 18px;
  position: relative;
  overflow: hidden;
  border-color: rgba(168, 119, 45, .24);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 5%, rgba(45, 112, 75, .11), transparent 23rem),
    radial-gradient(circle at 92% 96%, rgba(118, 82, 138, .14), transparent 25rem),
    linear-gradient(145deg, rgba(255, 255, 255, .8), rgba(238, 229, 221, .62));
  box-shadow: inset 0 1px #fff, 0 32px 74px rgba(68, 49, 56, .15), 0 7px 0 rgba(90, 65, 52, .07);
}

.guidance-carousel::before {
  content: "";
  width: 360px;
  height: 360px;
  position: absolute;
  top: -230px;
  right: 8%;
  border: 1px solid rgba(168, 119, 45, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(168, 119, 45, .04), 0 0 0 88px rgba(45, 112, 75, .025);
  pointer-events: none;
}

.guidance-viewport {
  padding: 6px 4px 22px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  touch-action: pan-y;
}

.guidance-track {
  display: flex;
  gap: 20px;
  transition: transform .72s cubic-bezier(.22, .74, .24, 1);
  will-change: transform;
}

.guidance-card {
  min-width: 0;
  position: relative;
  flex: 0 0 calc((100% - 40px) / 3);
  overflow: hidden;
  border: 1px solid rgba(168, 119, 45, .25);
  border-radius: 27px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .94), rgba(238, 231, 224, .77));
  box-shadow: inset 0 1px #fff, 0 22px 44px rgba(60, 43, 54, .14), 0 5px 0 rgba(45, 112, 75, .06);
  transform-style: preserve-3d;
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.guidance-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255, 255, 255, .28), transparent 22%, transparent 74%, rgba(45, 112, 75, .05));
  pointer-events: none;
}

.guidance-card:hover {
  border-color: rgba(168, 119, 45, .5);
  box-shadow: inset 0 1px #fff, 0 32px 58px rgba(60, 43, 54, .2), 0 7px 0 rgba(45, 112, 75, .08);
  transform: translateY(-6px) rotateX(1deg);
}

.guidance-card-media {
  margin: 0;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(168, 119, 45, .17);
  background: #eee8dc;
}

.guidance-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.02), transparent 58%, rgba(55, 35, 60, .14));
  pointer-events: none;
}

.guidance-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22, .74, .24, 1), filter .4s ease;
}

.guidance-card:hover .guidance-card-media img {
  filter: saturate(1.035) contrast(1.015);
  transform: scale(1.045);
}

.guidance-card-media > span {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 119, 45, .34);
  border-radius: 50%;
  color: #825b20;
  background: linear-gradient(145deg, rgba(255, 255, 255, .91), rgba(238, 228, 212, .79));
  box-shadow: inset 0 1px #fff, 0 5px 0 rgba(45, 112, 75, .08), 0 13px 24px rgba(63, 48, 57, .14);
  font-family: var(--font-display);
  font-size: 12px;
}

.guidance-card-copy {
  min-height: 285px;
  padding: 27px 27px 25px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.guidance-card-kicker {
  margin: 0 0 11px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.guidance-card h3 {
  margin: 0;
  color: var(--dark-ink);
  font-size: clamp(29px, 2.25vw, 38px);
  line-height: 1.04;
}

.guidance-card-copy > p:not(.guidance-card-kicker) {
  margin: 18px 0 22px;
  color: #5f6a62;
  font-size: 13px;
  line-height: 1.75;
}

.guidance-card-link {
  margin-top: auto;
  padding: 13px 0 5px;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid rgba(168, 119, 45, .17);
  border-radius: 0;
  color: #2d704b;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guidance-controls {
  min-height: 58px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 3vw, 34px);
}

.guidance-arrow {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 119, 45, .3);
  border-radius: 50%;
  color: #2d704b;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(236,229,218,.76));
  box-shadow: inset 0 1px #fff, 0 5px 0 rgba(45, 112, 75, .09), 0 13px 28px rgba(63, 48, 57, .13);
  cursor: pointer;
  font-size: 21px;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease;
}

.guidance-arrow:hover {
  color: #fff;
  background: linear-gradient(145deg, #4b9b73, #2d704b);
  box-shadow: inset 0 1px rgba(255,255,255,.45), 0 5px 0 #1b5135, 0 15px 30px rgba(45,112,75,.2);
  transform: translateY(-2px);
}

.guidance-dots {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.guidance-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(118, 82, 138, .24);
  box-shadow: inset 0 1px rgba(255,255,255,.7);
  cursor: pointer;
  transition: width .3s ease, background .3s ease, box-shadow .3s ease;
}

.guidance-dots button.active {
  width: 30px;
  background: linear-gradient(90deg, #a8772d, #2d704b);
  box-shadow: 0 4px 12px rgba(45,112,75,.22);
}

@media (max-width: 1023px) {
  .guidance-card { flex-basis: calc((100% - 20px) / 2); }
}

@media (max-width: 679px) {
  .guidance-carousel { padding: 13px 13px 15px; border-radius: 26px; }
  .guidance-viewport { padding: 4px 2px 18px; }
  .guidance-track { gap: 14px; }
  .guidance-card { flex-basis: 100%; border-radius: 22px; }
  .guidance-card-copy { min-height: 250px; padding: 24px 23px 22px; }
  .guidance-card-media > span { top: 14px; left: 14px; width: 45px; height: 45px; }
  .guidance-controls { gap: 13px; }
  .guidance-arrow { width: 46px; height: 46px; flex: 0 0 46px; }
  .guidance-dots { max-width: 176px; flex: 1 1 176px; gap: 5px; }
  .guidance-dots button { width: 6px; height: 6px; }
  .guidance-dots button.active { width: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .guidance-track,
  .guidance-card,
  .guidance-card-media img,
  .guidance-arrow,
  .guidance-dots button {
    transition: none;
  }

  .guidance-card:hover,
  .guidance-card:hover .guidance-card-media img {
    transform: none;
  }
}

/* Keep cover-flow rules last so the layered stage wins over base card styles. */
.guidance-carousel {
  --guidance-card-width: clamp(330px, 31vw, 420px);
  padding: 28px 20px 84px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.guidance-viewport {
  min-height: 650px;
  padding: 0;
  position: relative;
  overflow: hidden;
  perspective: 1500px;
  perspective-origin: 50% 46%;
  touch-action: pan-y;
}

.guidance-track {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  gap: 0;
  transform: none !important;
  transition: none;
}

.guidance-card {
  width: var(--guidance-card-width);
  min-width: var(--guidance-card-width);
  position: absolute;
  top: 50%;
  left: 50%;
  flex: none;
  opacity: var(--guidance-opacity, 0);
  filter: saturate(.88) brightness(.99);
  transform: translate3d(calc(-50% + var(--guidance-shift, 0px)), -50%, 0) scale(var(--guidance-scale, .7));
  transform-origin: center;
  transition:
    transform .78s cubic-bezier(.22, .74, .24, 1),
    opacity .62s ease,
    filter .62s ease,
    border-color .35s ease,
    box-shadow .35s ease;
  will-change: transform, opacity;
}

.guidance-card:not(.is-active) {
  pointer-events: none;
  user-select: none;
}

.guidance-card.is-active {
  opacity: 1;
  filter: none;
  border-color: rgba(168, 119, 45, .48);
  box-shadow:
    inset 0 1px #fff,
    0 36px 74px rgba(60, 43, 54, .23),
    0 7px 0 rgba(45, 112, 75, .08);
}

.guidance-card:hover,
.guidance-card.is-active:hover {
  transform: translate3d(calc(-50% + var(--guidance-shift, 0px)), -50%, 0) scale(var(--guidance-scale, 1));
}

.guidance-controls {
  min-height: 0;
  position: absolute;
  inset: 18px;
  z-index: 40;
  display: block;
  pointer-events: none;
}

.guidance-arrow {
  position: absolute;
  top: 48%;
  z-index: 2;
  pointer-events: auto;
  transform: translateY(-50%);
}

.guidance-arrow:first-child { left: 0; }
.guidance-arrow:last-child { right: 0; }
.guidance-arrow:hover { transform: translateY(calc(-50% - 2px)); }

.guidance-dots {
  width: min(72%, 500px);
  max-width: none;
  min-height: 30px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  display: flex;
  flex: none;
  flex-wrap: nowrap;
  pointer-events: auto;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .guidance-carousel { --guidance-card-width: clamp(300px, 46vw, 380px); }
  .guidance-viewport { min-height: 610px; }
}

@media (max-width: 679px) {
  .guidance-carousel {
    --guidance-card-width: min(83vw, 335px);
    padding: 18px 8px 70px;
  }

  .guidance-viewport {
    min-height: 525px;
    padding: 0;
  }

  .guidance-card {
    flex-basis: auto;
    border-radius: 22px;
  }

  .guidance-controls { inset: 8px 4px; }
  .guidance-arrow { width: 42px; height: 42px; top: 46%; }
  .guidance-dots { width: min(62%, 210px); bottom: 2px; gap: 5px; }
  .guidance-dots button { width: 6px; height: 6px; }
  .guidance-dots button.active { width: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .guidance-card { transition: none; }

  .guidance-card:hover,
  .guidance-card.is-active:hover {
    transform: translate3d(calc(-50% + var(--guidance-shift, 0px)), -50%, 0) scale(var(--guidance-scale, 1));
  }
}

/* Keep the rotating zodiac artwork perfectly circular at every angle. */
.zodiac-disc {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(168, 119, 45, .22);
  border-radius: 50%;
  background: #f8f2e7;
  box-shadow: inset 0 1px rgba(255, 255, 255, .9), 0 32px 62px rgba(71, 48, 70, .18);
}

.zodiac-disc img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

/* Balance the zodiac wheel and philosophy card at matching widths. */
@media (min-width: 901px) {
  .philosophy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(38px, 5vw, 72px);
  }

  .zodiac-disc {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 900px) {
  .zodiac-disc,
  .philosophy-copy {
    width: min(560px, 100%);
    margin-inline: auto;
  }
}

/* Verified Google review experience */
.premium-review-preview { position: relative; }
.premium-review-preview::before { content: ""; position: absolute; inset: 15% 10% auto; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(52,132,92,.12), transparent 68%); filter: blur(18px); pointer-events: none; }
.premium-review-preview .review-grid { position: relative; gap: 22px; }
.verified-review-card { position: relative; isolation: isolate; min-height: 270px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid rgba(140,115,64,.24); border-radius: 26px; background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(250,247,239,.6)); box-shadow: 0 18px 32px rgba(62,48,29,.1), inset 0 1px rgba(255,255,255,.9); transition: transform .32s ease, box-shadow .32s ease; }
.verified-review-card::before { content: ""; position: absolute; z-index: -1; inset: 1px; border-radius: inherit; background: linear-gradient(130deg, rgba(255,255,255,.82), transparent 48%, rgba(65,132,98,.08)); }
.verified-review-card::after { content: ""; position: absolute; z-index: -1; width: 170px; height: 170px; top: -94px; right: -70px; border: 1px solid rgba(179,126,38,.25); border-radius: 50%; box-shadow: 0 0 0 16px rgba(179,126,38,.035), 0 0 0 36px rgba(52,132,92,.025); }
.verified-review-card:hover { transform: translateY(-8px) rotateX(2deg); box-shadow: 0 26px 42px rgba(62,48,29,.16), inset 0 1px rgba(255,255,255,.95); }
.verified-review-card.is-featured { border-color: rgba(52,132,92,.42); background: linear-gradient(135deg, rgba(238,247,240,.95), rgba(255,250,239,.86)); }
.review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.review-verified { display: inline-flex; align-items: center; gap: 6px; color: #39785a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.review-verified i { color: #4285f4; font-size: 13px; }
.verified-review-card > p { margin: 28px 0; color: #3d3446; font-family: var(--font-display); font-size: clamp(20px, 1.75vw, 26px); line-height: 1.24; }
.verified-review-card footer { display: grid; gap: 4px; padding-top: 16px; border-top: 1px solid rgba(112,96,71,.16); }
.verified-review-card footer strong { color: var(--ink); font-size: 13px; }
.verified-review-card footer span { color: #738278; font-size: 10px; }
.reviews-page .page-hero { display: none; }
.reviews-hero { position: relative; overflow: hidden; margin-top: 18px; padding: clamp(78px, 9vw, 132px) 0 clamp(64px, 8vw, 110px); background: linear-gradient(120deg, #f8f5ed 5%, #eef5ed 53%, #f9f0e5 100%); }
.reviews-hero::before, .reviews-hero::after { content: ""; position: absolute; pointer-events: none; border-radius: 50%; }
.reviews-hero::before { width: min(46vw, 650px); aspect-ratio: 1; top: -29%; right: 4%; border: 1px solid rgba(178,126,40,.24); box-shadow: 0 0 0 33px rgba(178,126,40,.035), 0 0 0 90px rgba(52,132,92,.025); }
.reviews-hero::after { width: 55%; height: 70%; left: -28%; bottom: -44%; background: radial-gradient(circle, rgba(57,120,90,.16), transparent 67%); filter: blur(10px); }
.reviews-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: center; gap: clamp(35px, 7vw, 100px); }
.reviews-hero h1 { max-width: 760px; margin: 0; font-size: clamp(53px, 6.7vw, 99px); line-height: .88; }
.reviews-hero .page-lead { max-width: 650px; }
.google-trust-orb { width: min(100%, 320px); justify-self: end; padding: 38px 32px; display: grid; justify-items: center; text-align: center; border-radius: 42% 42% 35% 35%; background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(231,244,236,.68)); box-shadow: 0 23px 35px rgba(65,89,68,.16), inset 0 1px rgba(255,255,255,.95); }
.google-trust-orb .google-g { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 13px; color: #fff; font-weight: 800; background: conic-gradient(#4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0); }
.google-trust-orb strong { margin-top: 14px; color: var(--ink); font-family: var(--font-display); font-size: 78px; font-weight: 500; line-height: .8; }
.google-trust-orb .stars { margin-top: 11px; font-size: 15px; }
.google-trust-orb p { margin: 10px 0 15px; color: #67746b; font-size: 12px; }
.google-trust-orb a { color: #2f7253; font-size: 12px; font-weight: 800; }
.verified-reviews-section { padding-top: clamp(68px, 9vw, 115px); }
.reviews-section-head { align-items: end; }
.verified-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.verified-review-grid .verified-review-card:nth-child(4n + 2) { transform: translateY(16px); }
.verified-review-grid .verified-review-card:nth-child(4n + 2):hover { transform: translateY(8px) rotateX(2deg); }
.review-source-note { max-width: 980px; margin: 70px auto 0; padding: 26px 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; border-radius: 22px; background: linear-gradient(135deg, rgba(245,251,247,.82), rgba(255,250,241,.72)); }
.review-source-note > i { color: #39785a; font-size: 25px; }
.review-source-note p { margin: 0; color: #5d6b61; font-size: 12px; line-height: 1.7; }
.review-source-note .text-link { white-space: nowrap; }

@media (max-width: 900px) {
  .reviews-hero { margin-top: 8px; }
  .reviews-hero-grid { grid-template-columns: 1fr; }
  .google-trust-orb { width: min(300px, 100%); justify-self: start; }
  .verified-review-grid { grid-template-columns: 1fr 1fr; }
  .verified-review-grid .verified-review-card:nth-child(4n + 2) { transform: none; }
  .review-source-note { grid-template-columns: auto 1fr; }
  .review-source-note .text-link { grid-column: 2; }
}

@media (max-width: 620px) {
  .premium-review-preview .review-grid, .verified-review-grid { grid-template-columns: 1fr; }
  .verified-review-card { min-height: 245px; padding: 23px; }
  .verified-review-card > p { margin: 23px 0; font-size: 22px; }
  .reviews-hero h1 { font-size: clamp(48px, 14vw, 67px); }
  .review-source-note { grid-template-columns: 1fr; padding: 23px; }
  .review-source-note .text-link { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .verified-review-card, .verified-review-card:hover, .verified-review-grid .verified-review-card:nth-child(4n + 2), .verified-review-grid .verified-review-card:nth-child(4n + 2):hover { transform: none; transition: none; }
}

/* Insight library — layered editorial glass */
.premium-insights-preview { position: relative; overflow: hidden; }
.premium-insights-preview::before { content: ""; position: absolute; width: 520px; height: 260px; right: -8%; bottom: -32%; border-radius: 50%; background: radial-gradient(circle, rgba(45,121,83,.16), transparent 68%); filter: blur(12px); pointer-events: none; }
.premium-insights-preview .insight-grid { position: relative; gap: 23px; }
.insight-library-card { position: relative; min-height: 350px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(135,112,63,.25); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.87), rgba(246,249,242,.64)); box-shadow: 0 20px 32px rgba(56,43,35,.1), inset 0 1px rgba(255,255,255,.95); transition: transform .32s ease, box-shadow .32s ease; }
.insight-library-card::before { content: ""; position: absolute; width: 135px; aspect-ratio: 1; top: -74px; right: -48px; border: 1px solid rgba(180,128,38,.28); border-radius: 50%; box-shadow: 0 0 0 14px rgba(180,128,38,.04), 0 0 0 34px rgba(45,121,83,.025); }
.insight-library-card::after { content: ""; position: absolute; z-index: -1; inset: 1px; border-radius: inherit; background: linear-gradient(130deg, rgba(255,255,255,.9), transparent 45%, rgba(45,121,83,.08)); }
.insight-library-card:hover { transform: translateY(-8px) rotateX(2deg); box-shadow: 0 28px 44px rgba(56,43,35,.15), inset 0 1px rgba(255,255,255,.95); }
.insight-library-card:nth-child(3n + 2) { background: linear-gradient(145deg, rgba(242,249,243,.92), rgba(255,250,238,.77)); }
.insight-card-top { display: flex; align-items: center; justify-content: space-between; color: #39785a; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.insight-card-top i { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(59,122,89,.23); border-radius: 13px; color: #b17722; font-size: 17px; background: rgba(255,255,255,.62); box-shadow: 0 5px 13px rgba(61,91,69,.08); }
.insight-index { margin: 32px 0 10px; color: #bb832f; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.insight-library-card h2 { max-width: 360px; margin: 0; color: var(--ink); font-size: clamp(30px, 2.5vw, 40px); line-height: .98; }
.insight-library-card > p:not(.insight-index) { margin: 17px 0 22px; color: #6d746e; font-size: 13px; line-height: 1.7; }
.insight-library-card .text-link { margin-top: auto; }
.insights-page .page-hero { display: none; }
.insights-hero { position: relative; margin-top: 18px; overflow: hidden; padding: clamp(76px, 9vw, 130px) 0 clamp(68px, 8vw, 115px); background: linear-gradient(120deg, #faf7ef, #eef5ec 54%, #f7efe2); }
.insights-hero::before { content: ""; position: absolute; width: 58%; height: 80%; top: -38%; left: -18%; border-radius: 50%; background: radial-gradient(circle, rgba(50,117,82,.14), transparent 67%); filter: blur(18px); }
.insights-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr); gap: clamp(35px, 8vw, 120px); align-items: center; }
.insights-hero h1 { margin: 0; font-size: clamp(55px, 7vw, 102px); line-height: .86; }
.insights-hero .page-lead { max-width: 650px; }
.insights-orbit { position: relative; justify-self: center; width: min(30vw, 380px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 45% 46%, rgba(255,255,255,.96) 0 16%, rgba(194,161,97,.23) 17%, rgba(62,125,92,.16) 31%, rgba(255,255,255,.1) 69%); box-shadow: 0 25px 42px rgba(49,80,57,.16), inset 0 0 40px rgba(255,255,255,.75); }
.orbit-ring { position: absolute; inset: 10%; border: 1px solid rgba(179,126,38,.34); border-radius: 50%; }
.orbit-two { inset: 23%; border-color: rgba(48,118,84,.34); }
.orbit-center { position: absolute; display: grid; place-items: center; inset: 37%; border-radius: 50%; color: #fff6d9; font-size: 28px; background: linear-gradient(135deg, #b77c28, #367b59); box-shadow: 0 0 0 10px rgba(255,255,255,.43), 0 12px 30px rgba(49,82,58,.28); }
.orbit-particle { position: absolute; width: 13px; aspect-ratio: 1; border-radius: 50%; background: #bc8330; box-shadow: 0 0 14px #bc8330; }
.orbit-particle.one { top: 11%; left: 28%; }.orbit-particle.two { right: 6%; bottom: 29%; background: #39785a; box-shadow: 0 0 14px #39785a; }.orbit-particle.three { bottom: 15%; left: 13%; width: 8px; }
.insight-library-section { padding-top: clamp(70px, 10vw, 130px); }
.insights-library-head { align-items: end; }
.insight-library-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.insight-library-grid .insight-library-card:nth-child(3n + 2) { transform: translateY(20px); }
.insight-library-grid .insight-library-card:nth-child(3n + 2):hover { transform: translateY(12px) rotateX(2deg); }
.insight-manifesto { margin-top: clamp(75px, 10vw, 130px); padding: clamp(35px, 6vw, 80px); display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 40px; border-radius: 34px; background: linear-gradient(135deg, rgba(244,251,246,.86), rgba(255,248,237,.75)); box-shadow: 0 24px 42px rgba(64,55,43,.1), inset 0 1px rgba(255,255,255,.95); }
.insight-manifesto h2 { margin: 0; font-size: clamp(40px, 4.3vw, 65px); line-height: .93; }
.insight-manifesto > p { margin: 0; color: #657168; font-size: 15px; line-height: 1.8; }

@media (max-width: 900px) {
  .insights-hero-grid { grid-template-columns: 1fr; }
  .insights-orbit { width: min(310px, 78vw); justify-self: start; }
  .insight-library-grid { grid-template-columns: 1fr 1fr; }
  .insight-library-grid .insight-library-card:nth-child(3n + 2) { transform: none; }
  .insight-manifesto { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .premium-insights-preview .insight-grid, .insight-library-grid { grid-template-columns: 1fr; }
  .insights-hero { margin-top: 8px; }
  .insights-hero h1 { font-size: clamp(49px, 14vw, 68px); }
  .insight-library-card { min-height: 315px; padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .insight-library-card, .insight-library-card:hover, .insight-library-grid .insight-library-card:nth-child(3n + 2), .insight-library-grid .insight-library-card:nth-child(3n + 2):hover { transform: none; transition: none; }
}

/* Shared booking call-to-action */
.closing-cta { position: relative; isolation: isolate; min-height: 300px; border-color: rgba(255,255,255,.62); background: radial-gradient(circle at 84% 18%, rgba(252,230,171,.62), transparent 17rem), radial-gradient(circle at 14% 115%, rgba(27,65,52,.65), transparent 23rem), linear-gradient(135deg, #174c38 0%, #2b875e 50%, #7ab381 100%); box-shadow: 0 34px 58px rgba(34,73,53,.24), 0 8px 0 #174b36, inset 0 1px 1px rgba(255,255,255,.72), inset 0 -1px rgba(14,57,39,.42); }
.closing-cta::before { content: ""; position: absolute; z-index: -1; width: 450px; aspect-ratio: 1; top: -275px; right: 15%; border: 1px solid rgba(250,224,163,.36); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.045), 0 0 0 68px rgba(250,224,163,.04); pointer-events: none; }
.closing-cta::after { content: ""; position: absolute; z-index: -1; inset: 1px; border-radius: 33px; background: linear-gradient(115deg, rgba(255,255,255,.12), transparent 28%, transparent 73%, rgba(255,255,255,.1)); pointer-events: none; }
.closing-cta > div { position: relative; z-index: 1; }
.closing-cta .eyebrow { color: #fde4a7; }
.closing-cta h2 { max-width: 720px; color: #fffdf9; text-shadow: 0 2px 20px rgba(7,41,27,.2); }
.closing-cta p { max-width: 650px; color: rgba(248,255,249,.86); font-size: 15px; line-height: 1.75; }
.closing-cta > div:last-child { padding: 13px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; background: rgba(255,255,255,.12); box-shadow: inset 0 1px rgba(255,255,255,.3), 0 16px 28px rgba(8,58,37,.18); backdrop-filter: blur(14px); }
.closing-cta .button { min-height: 56px; border-radius: 999px; box-shadow: 0 7px 0 rgba(11,57,37,.35), inset 0 1px rgba(255,255,255,.95); transition: transform .22s ease, box-shadow .22s ease; }
.closing-cta .button-light { color: #15533b; background: linear-gradient(135deg, #fffdf7, #e9f6ee); }
.closing-cta .button-outline { border-color: rgba(255,255,255,.52); color: #fffdf8; background: rgba(255,255,255,.13); }
.closing-cta .button:hover { transform: translateY(-3px); box-shadow: 0 10px 0 rgba(11,57,37,.31), 0 17px 23px rgba(6,47,28,.18); }
@media (max-width: 620px) {
  .closing-cta { min-height: unset; }
  .closing-cta::before { width: 320px; top: -195px; right: -95px; }
  .closing-cta::after { border-radius: 25px; }
  .closing-cta > div:last-child { width: 100%; padding: 8px; border-radius: 22px; }
  .closing-cta .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .closing-cta .button, .closing-cta .button:hover { transform: none; transition: none; }
}

/* Contact — premium glass communications surface */
.contact-page .page-hero { position: relative; overflow: hidden; }
.contact-page .page-hero::after { content: ""; position: absolute; width: min(42vw, 560px); aspect-ratio: 1; right: 6%; bottom: -64%; border: 1px solid rgba(177, 124, 38, .23); border-radius: 50%; box-shadow: 0 0 0 26px rgba(54, 123, 89, .045), 0 0 0 68px rgba(177, 124, 38, .035); pointer-events: none; }
.contact-page .contact-layout { position: relative; padding-block: clamp(72px, 9vw, 130px); gap: clamp(28px, 4vw, 54px); }
.contact-page .contact-layout::before { content: ""; position: absolute; z-index: -1; width: 440px; height: 360px; left: -17%; top: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(67, 137, 100, .13), transparent 68%); filter: blur(14px); pointer-events: none; }
.contact-page .contact-details { gap: 18px; }
.contact-page .contact-channel,
.contact-page .contact-social,
.contact-page .form-panel,
.contact-page .contact-map-card { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(145, 113, 57, .25); background: linear-gradient(142deg, rgba(255,255,255,.89), rgba(238,246,239,.61) 60%, rgba(252,244,230,.78)); box-shadow: 0 20px 0 rgba(62, 91, 67, .045), 0 28px 50px rgba(62, 48, 33, .12), inset 0 1px rgba(255,255,255,.94); }
.contact-page .contact-channel::before,
.contact-page .contact-social::before,
.contact-page .form-panel::before,
.contact-page .contact-map-card::before { content: ""; position: absolute; z-index: -1; width: 154px; aspect-ratio: 1; top: -84px; right: -66px; border: 1px solid rgba(180,126,38,.25); border-radius: 50%; box-shadow: 0 0 0 15px rgba(180,126,38,.035), 0 0 0 37px rgba(55,122,88,.026); }
.contact-page .contact-channel { min-height: 228px; padding: 28px; border-radius: 27px; transform: translateZ(0); transition: transform .3s ease, box-shadow .3s ease; }
.contact-page .contact-channel:hover { transform: translateY(-7px) rotateX(2deg); box-shadow: 0 26px 0 rgba(62, 91, 67, .04), 0 36px 55px rgba(62, 48, 33, .15), inset 0 1px rgba(255,255,255,.96); }
.contact-page .contact-channel > i { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(47, 113, 82, .23); border-radius: 15px; color: #b07823; font-size: 20px; background: linear-gradient(145deg, #fffefa, #e7f2e9); box-shadow: inset 0 1px #fff, 0 7px 13px rgba(54, 99, 70, .11); }
.contact-page .contact-channel > span { margin-top: 19px; color: #9a6f28; font-weight: 800; letter-spacing: .16em; }
.contact-page .contact-channel a,
.contact-page .contact-channel p { color: #33273a; font-size: 19px; font-weight: 600; }
.contact-page .contact-channel a + a { display: inline-flex; align-items: center; gap: 5px; width: fit-content; color: #2c7653; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.contact-page .contact-channel small { display: block; margin-top: 10px; color: #68776d; line-height: 1.55; }
.contact-page .contact-location a:first-of-type { display: inline-flex; align-items: flex-start; gap: 7px; transition: color .2s ease; }
.contact-page .contact-location a:first-of-type:hover { color: #2c7653; }
.contact-page .contact-social { grid-column: 1 / -1; padding: 30px; border-radius: 27px; }
.contact-page .contact-social h2 { margin: 5px 0 7px; color: #30243a; font-size: clamp(31px, 3vw, 43px); }
.contact-page .contact-social > p:not(.eyebrow) { max-width: 390px; margin: 0 0 21px; color: #6d776f; font-size: 13px; line-height: 1.6; }
.contact-page .contact-social-row { gap: 12px; }
.contact-page .contact-social-row a { width: 51px; height: 51px; border-color: rgba(255,255,255,.88); color: #fff; font-size: 21px; box-shadow: inset 0 1px rgba(255,255,255,.56), 0 6px 0 rgba(44, 68, 53, .11), 0 13px 24px rgba(48, 71, 58, .15); }
.contact-page .contact-social-row a:hover { color: #fff; transform: translateY(-5px) rotate(-3deg); }
.contact-page .contact-social-row .social-instagram { background: linear-gradient(135deg, #833ab4 0%, #e1306c 48%, #fcb045 100%); }
.contact-page .contact-social-row .social-youtube { background: linear-gradient(135deg, #ff4b4b, #e00000); }
.contact-page .contact-social-row .social-facebook { background: linear-gradient(135deg, #3187ed, #0b59bd); }
.contact-page .contact-social-row .social-linkedin { background: linear-gradient(135deg, #1677bd, #07588f); }
.contact-page .form-panel { padding: clamp(30px, 4vw, 52px); border-radius: 33px; }
.contact-page .form-panel::after { content: ""; position: absolute; z-index: -1; inset: 1px; border-radius: inherit; background: linear-gradient(128deg, rgba(255,255,255,.72), transparent 38%, rgba(51,122,85,.06)); pointer-events: none; }
.contact-page .form-panel h2 { color: #30243a; font-size: clamp(44px, 4vw, 65px); line-height: .93; }
.contact-page .form-panel .button { box-shadow: 0 7px 0 #1f5b3e, 0 16px 22px rgba(34, 94, 62, .17), inset 0 1px rgba(255,255,255,.52); }
.contact-page .contact-map-card { margin-bottom: clamp(70px, 10vw, 130px); padding: clamp(37px, 6vw, 72px); border-radius: 33px; text-align: center; }
.contact-page .contact-map-card > div { position: relative; z-index: 1; max-width: 610px; margin-inline: auto; }
.contact-page .contact-map-card > div > i { display: grid; place-items: center; width: 57px; height: 57px; margin: 0 auto 19px; border-radius: 19px; color: #fff; font-size: 26px; background: linear-gradient(135deg, #b77b25, #2c7754); box-shadow: inset 0 1px rgba(255,255,255,.55), 0 10px 0 rgba(48,95,66,.2), 0 22px 35px rgba(49,81,61,.17); }
.contact-page .contact-map-card h2 { margin: 0; color: #30243a; font-size: clamp(37px, 4vw, 56px); }
.contact-page .contact-map-card p:not(.eyebrow) { max-width: 465px; margin: 15px auto 25px; color: #65736a; line-height: 1.7; }
.contact-page .contact-map-card .button { min-height: 51px; color: #216444; border-color: rgba(45,112,75,.22); background: rgba(255,255,255,.76); box-shadow: 0 7px 0 rgba(45,112,75,.12), inset 0 1px #fff; }

@media (max-width: 620px) {
  .contact-page .contact-layout { padding-block: 65px; }
  .contact-page .contact-channel { min-height: 210px; padding: 25px; }
  .contact-page .contact-social { padding: 26px; }
  .contact-page .contact-map-card { margin-bottom: 72px; border-radius: 26px; }
  .contact-page .contact-channel:hover { transform: translateY(-3px); }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page .contact-channel,
  .contact-page .contact-channel:hover,
  .contact-page .contact-social-row a,
  .contact-page .contact-social-row a:hover { transform: none; transition: none; }
}

/* About — dimensional editorial profile */
.about-page .breadcrumb { position: relative; z-index: 2; }
.about-hero { position: relative; overflow: hidden; margin-top: -24px; padding: clamp(74px, 9vw, 132px) 0 clamp(68px, 9vw, 128px); background: radial-gradient(circle at 85% 21%, rgba(65,132,95,.17), transparent 23rem), radial-gradient(circle at 3% 100%, rgba(184,132,43,.12), transparent 24rem), linear-gradient(130deg, #faf7ef 2%, #edf4ed 52%, #f8f1e5 100%); }
.about-hero::before { content: ""; position: absolute; width: min(51vw, 740px); aspect-ratio: 1; right: -9%; top: -30%; border: 1px solid rgba(180,126,38,.2); border-radius: 50%; box-shadow: 0 0 0 33px rgba(180,126,38,.035), 0 0 0 83px rgba(57,120,90,.028); }
.about-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); align-items: center; gap: clamp(40px, 9vw, 138px); }
.about-hero h1 { max-width: 740px; font-size: clamp(54px, 6.7vw, 102px); line-height: .87; }
.about-hero .page-lead { max-width: 650px; margin-top: 27px; }
.about-hero-notes { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.about-hero-notes span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(54,118,83,.2); border-radius: 999px; color: #486557; font-size: 11px; font-weight: 700; background: rgba(255,255,255,.52); box-shadow: inset 0 1px rgba(255,255,255,.88), 0 9px 18px rgba(55,83,62,.06); }
.about-hero-notes i { color: #ae7625; font-size: 14px; }
.about-portrait { position: relative; width: min(100%, 490px); justify-self: end; margin: 0; padding: 9px; overflow: visible; border: 1px solid rgba(255,255,255,.9); border-radius: 44% 44% 28px 28px; background: rgba(255,255,255,.5); box-shadow: 0 28px 55px rgba(49,72,54,.18), 0 9px 0 rgba(55,111,79,.1), inset 0 1px #fff; }
.about-portrait::before { content: ""; position: absolute; z-index: -1; width: 92%; aspect-ratio: 1; top: -11%; right: -15%; border: 1px solid rgba(179,126,38,.28); border-radius: 50%; box-shadow: 0 0 0 20px rgba(179,126,38,.035); }
.about-portrait img { display: block; width: 100%; aspect-ratio: .84; object-fit: cover; object-position: center 14%; border-radius: 42% 42% 22px 22px; }
.about-portrait figcaption { position: absolute; right: -44px; bottom: 32px; width: min(330px, 76%); padding: 22px 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.78); border-radius: 22px; color: #30253a; background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(240,246,240,.68)); box-shadow: 0 17px 0 rgba(52,92,67,.06), 0 27px 42px rgba(45,51,43,.18), inset 0 1px #fff; backdrop-filter: blur(14px); }
.about-portrait figcaption::before { content: ""; position: absolute; width: 150px; aspect-ratio: 1; top: -90px; right: -80px; border: 1px solid rgba(180,126,38,.25); border-radius: 50%; }
.about-portrait figcaption span { display: block; color: #a7762b; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.about-portrait figcaption strong { display: block; margin-top: 7px; font-family: var(--font-display); font-size: 27px; font-weight: 500; line-height: 1; }
.about-portrait figcaption p { margin: 7px 0 0; color: #6e786f; font-size: 11px; }
.about-story { padding-block: clamp(82px, 11vw, 150px); display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(42px, 10vw, 150px); }
.about-story h2 { max-width: 550px; font-size: clamp(46px, 5.2vw, 75px); }
.about-story-card { position: relative; overflow: hidden; padding: clamp(30px, 4vw, 53px); border: 1px solid rgba(148,113,62,.23); border-radius: 30px; background: linear-gradient(140deg, rgba(255,255,255,.88), rgba(237,246,239,.62) 60%, rgba(252,244,230,.77)); box-shadow: 0 23px 45px rgba(57,48,38,.11), 0 12px 0 rgba(55,102,76,.035), inset 0 1px #fff; }
.about-story-card::after { content: ""; position: absolute; width: 230px; aspect-ratio: 1; right: -100px; bottom: -120px; border: 1px solid rgba(57,120,90,.19); border-radius: 50%; box-shadow: 0 0 0 20px rgba(57,120,90,.03); }
.about-story-card p { position: relative; z-index: 1; margin: 0 0 22px; color: #505c54; font-size: 15px; line-height: 1.85; }
.about-story-card p:last-child { margin-bottom: 0; }
.about-practice { position: relative; overflow: hidden; padding-block: clamp(82px, 10vw, 138px); background: linear-gradient(135deg, #f6f0e5, #fffdf7 50%, #edf5ee); }
.about-practice::before { content: ""; position: absolute; width: 500px; aspect-ratio: 1; left: -15%; top: -58%; border: 1px solid rgba(180,126,38,.2); border-radius: 50%; box-shadow: 0 0 0 27px rgba(180,126,38,.03); }
.about-practice .section-head { position: relative; z-index: 1; }
.about-practice-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.about-practice-grid article { position: relative; min-height: 274px; padding: 29px; overflow: hidden; border: 1px solid rgba(141,114,67,.24); border-radius: 27px; background: linear-gradient(142deg, rgba(255,255,255,.9), rgba(242,247,241,.65)); box-shadow: 0 17px 0 rgba(71,91,69,.035), 0 24px 40px rgba(59,49,36,.09), inset 0 1px #fff; transition: transform .3s ease, box-shadow .3s ease; }
.about-practice-grid article::after { content: ""; position: absolute; width: 145px; aspect-ratio: 1; right: -64px; bottom: -72px; border: 1px solid rgba(181,126,36,.24); border-radius: 50%; box-shadow: 0 0 0 14px rgba(181,126,36,.035); }
.about-practice-grid article:hover { transform: translateY(-8px) rotateX(2deg); box-shadow: 0 25px 0 rgba(71,91,69,.035), 0 34px 48px rgba(59,49,36,.14), inset 0 1px #fff; }
.about-practice-grid i { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 16px; color: #fffdf5; font-size: 21px; background: linear-gradient(135deg, #b47a29, #377b57); box-shadow: inset 0 1px rgba(255,255,255,.55), 0 8px 0 rgba(52,100,72,.13), 0 13px 22px rgba(54,91,65,.17); }
.about-practice-grid h3 { margin: 31px 0 11px; color: #33273a; font-size: 32px; }
.about-practice-grid p { color: #69746c; font-size: 13px; line-height: 1.72; }
.about-honours { padding-block: clamp(85px, 11vw, 145px); display: grid; grid-template-columns: 1.08fr .92fr; gap: 25px; }
.rotary-card, .about-quote-card { position: relative; overflow: hidden; border: 1px solid rgba(144,111,55,.25); border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(239,246,240,.67)); box-shadow: 0 23px 0 rgba(52,89,65,.035), 0 28px 48px rgba(60,49,38,.1), inset 0 1px #fff; }
.rotary-card { min-height: 335px; padding: clamp(30px, 4vw, 50px); display: grid; grid-template-columns: auto 1fr; gap: 25px; align-items: center; }
.rotary-card::before { content: ""; position: absolute; width: 310px; aspect-ratio: 1; right: -145px; top: -162px; border: 1px solid rgba(180,126,38,.25); border-radius: 50%; box-shadow: 0 0 0 25px rgba(180,126,38,.035), 0 0 0 55px rgba(57,120,90,.025); }
.rotary-mark { display: grid; place-items: center; width: 92px; aspect-ratio: 1; padding: 5px; overflow: hidden; border: 1px solid rgba(181,126,37,.3); border-radius: 27px; background: #fff; box-shadow: inset 0 1px rgba(255,255,255,.8), 0 9px 0 rgba(49,95,66,.16), 0 20px 31px rgba(52,85,65,.16); }
.rotary-mark img { width: 100%; height: 100%; display: block; object-fit: contain; border-radius: 21px; }
.rotary-card h2 { margin: 5px 0 4px; font-size: clamp(40px, 4vw, 58px); }
.rotary-club { margin: 0; color: #637269; font-size: 15px; }
.rotary-card dl { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 4px 0 0; }
.rotary-card dl div { padding: 14px 16px; border: 1px solid rgba(57,120,90,.16); border-radius: 15px; background: rgba(255,255,255,.5); }
.rotary-card dt { color: #69766d; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rotary-card dd { margin: 4px 0 0; color: #a87327; font-family: var(--font-display); font-size: 24px; }
.about-quote-card { padding: clamp(30px, 4vw, 50px); background: radial-gradient(circle at 90% 12%, rgba(187,133,41,.17), transparent 12rem), linear-gradient(135deg, #f4fbf5, #fff8ed); }
.about-quote-card blockquote { margin: 19px 0; color: #392e42; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.13; }
.about-quote-card blockquote + blockquote { padding-top: 22px; border-top: 1px solid rgba(130,109,73,.17); font-size: clamp(19px, 2vw, 27px); }
@media (max-width: 900px) { .about-hero-grid, .about-story, .about-honours { grid-template-columns: 1fr; } .about-portrait { justify-self: start; } .about-practice-grid { grid-template-columns: 1fr 1fr; } .about-story-intro { max-width: 620px; } }
@media (max-width: 620px) { .about-hero { margin-top: -10px; } .about-hero h1 { font-size: clamp(49px, 14vw, 70px); } .about-portrait { width: min(88%, 420px); } .about-portrait figcaption { right: -20px; bottom: 18px; padding: 18px; } .about-hero-notes { display: grid; } .about-practice-grid { grid-template-columns: 1fr; } .about-practice-grid article { min-height: 230px; } .rotary-card { grid-template-columns: 1fr; } .rotary-card dl { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .about-practice-grid article, .about-practice-grid article:hover { transform: none; transition: none; } }

/* Home review carousel — right-to-left review movement */
.review-carousel { position: relative; overflow: hidden; padding: 8px 2px 2px; }
.review-carousel-viewport { overflow: hidden; padding: 14px 4px 24px; }
.review-carousel-track { --review-offset: 0%; display: flex; gap: 22px; transform: translate3d(calc(-1 * var(--review-offset)), 0, 0); transition: transform .7s cubic-bezier(.22,.8,.28,1); will-change: transform; }
.review-carousel-track .verified-review-card { flex: 0 0 calc((100% - 44px) / 3); min-width: 0; }
.review-carousel-track .verified-review-card:nth-child(3n + 2) { transform: translateY(11px); }
.review-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 12px; }
.review-carousel-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(48,112,78,.21); border-radius: 14px; cursor: pointer; color: #2f7553; background: linear-gradient(145deg, #fffefa, #e8f2e9); box-shadow: inset 0 1px #fff, 0 5px 0 rgba(49,100,70,.09), 0 11px 20px rgba(54,79,61,.11); transition: transform .2s ease, box-shadow .2s ease; }
.review-carousel-controls button:hover { transform: translateY(-3px); box-shadow: inset 0 1px #fff, 0 7px 0 rgba(49,100,70,.09), 0 15px 22px rgba(54,79,61,.16); }
.review-carousel-count { min-width: 88px; color: #927231; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: center; }
@media (max-width: 980px) { .review-carousel-track .verified-review-card { flex-basis: calc((100% - 22px) / 2); } .review-carousel-track .verified-review-card:nth-child(3n + 2) { transform: none; } }
@media (max-width: 620px) { .review-carousel { padding-inline: 0; } .review-carousel-viewport { padding-bottom: 18px; } .review-carousel-track .verified-review-card { flex-basis: 100%; } }
@media (prefers-reduced-motion: reduce) { .review-carousel-track { transition: none; } .review-carousel-controls button, .review-carousel-controls button:hover { transform: none; transition: none; } }

/* Rebalanced About hero — denser, editorial composition */
@media (min-width: 901px) {
  .about-hero { min-height: 690px; padding: 72px 0 76px; display: grid; align-items: center; }
  .about-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr); gap: clamp(52px, 7vw, 110px); }
  .about-hero-copy { padding-block: 32px; }
  .about-hero h1 { max-width: 650px; font-size: clamp(58px, 5.6vw, 87px); }
  .about-hero .page-lead { max-width: 560px; margin-top: 22px; font-size: 15px; }
  .about-portrait { width: min(100%, 460px); justify-self: center; padding: 11px; border-radius: 39% 39% 32px 32px; }
  .about-portrait::after { content: ""; position: absolute; z-index: -1; inset: 10% -11% -8% 15%; border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.4), rgba(61,129,91,.12)); box-shadow: 0 25px 60px rgba(52,85,62,.13); transform: rotate(5deg); }
  .about-portrait img { aspect-ratio: .76; border-radius: 37% 37% 25px 25px; object-position: center 10%; }
  .about-portrait figcaption { right: -54px; bottom: 38px; width: 305px; }
}
@media (max-width: 900px) { .about-hero { padding-top: 66px; } .about-portrait { margin-top: 10px; } }

/* About hero refinement: keep the story and portrait together as one composed panel. */
@media (min-width: 901px) {
  .about-hero { min-height: 0; padding: 42px 0 76px; background: #f8f5ed; }
  .about-hero::before { display: none; }
  .about-hero-grid { min-height: 470px; padding: clamp(40px, 5vw, 68px); grid-template-columns: minmax(0, 1.05fr) minmax(370px, .72fr); gap: clamp(46px, 6vw, 92px); overflow: hidden; border: 1px solid rgba(152,115,58,.22); border-radius: 42px; background: radial-gradient(circle at 82% 11%, rgba(179,126,38,.14), transparent 15rem), radial-gradient(circle at 5% 100%, rgba(47,119,81,.12), transparent 18rem), linear-gradient(135deg, rgba(255,255,255,.94), rgba(238,246,239,.89) 56%, rgba(250,244,231,.88)); box-shadow: 0 26px 0 rgba(53,91,67,.035), 0 35px 60px rgba(60,48,36,.12), inset 0 1px rgba(255,255,255,.96); }
  .about-hero-grid::before { content: ""; position: absolute; width: 510px; aspect-ratio: 1; right: -196px; top: -238px; border: 1px solid rgba(178,126,38,.23); border-radius: 50%; box-shadow: 0 0 0 28px rgba(178,126,38,.03), 0 0 0 66px rgba(48,119,82,.025); }
  .about-hero-copy { position: relative; z-index: 1; padding: 0; }
  .about-hero h1 { max-width: 600px; font-size: clamp(56px, 5.1vw, 78px); }
  .about-hero .page-lead { max-width: 545px; font-size: 14px; line-height: 1.75; }
  .about-portrait { width: min(100%, 435px); padding: 10px; border-radius: 34px; background: linear-gradient(145deg, #fff, #e5efe7); transform: rotate(1.2deg); }
  .about-portrait::before { width: 85%; top: -17%; right: -12%; }
  .about-portrait::after { inset: 11% -9% -8% 11%; border-radius: 33px; transform: rotate(4deg); }
  .about-portrait img { aspect-ratio: 1.06; border-radius: 25px; object-position: center 16%; }
  .about-portrait figcaption { right: -34px; bottom: -22px; width: 280px; padding: 18px 20px; border-radius: 18px; transform: rotate(-1.2deg); }
  .about-portrait figcaption strong { font-size: 24px; }
}

/* Compact, half-length portrait: keep the About hero balanced with its copy. */
@media (min-width: 901px) {
  .about-hero-grid { min-height: 420px; }
  .about-portrait {
    width: min(100%, 405px);
    align-self: center;
  }
  .about-portrait img {
    height: 300px;
    aspect-ratio: auto;
    object-position: center 9%;
  }
  .about-portrait figcaption {
    right: -20px;
    bottom: -30px;
    width: 250px;
  }
}

/* Mobile stability pass: prevent visual layers from creating clipped cards or page overflow. */
@media (max-width: 620px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .site-header { overflow: visible; }
  .primary-nav {
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .mobile-socials {
    margin-top: 4px;
    padding: 14px 8px 7px;
    justify-content: center;
    border-top: 1px solid rgba(45, 112, 75, .16);
  }
  .mobile-socials a {
    width: 46px;
    height: 46px;
    color: #fff;
    border-color: rgba(255,255,255,.8);
    box-shadow: inset 0 1px rgba(255,255,255,.55), 0 5px 12px rgba(45, 58, 48, .15);
  }
  .mobile-socials a:nth-child(1) { background: linear-gradient(135deg, #833ab4 0%, #e1306c 52%, #fcb045 100%); }
  .mobile-socials a:nth-child(2) { background: linear-gradient(135deg, #ff4b4b, #d90000); }
  .mobile-socials a:nth-child(3) { background: linear-gradient(135deg, #3187ed, #0b59bd); }
  .mobile-socials a:nth-child(4) { background: linear-gradient(135deg, #1677bd, #07588f); }
  .mobile-socials a:hover, .mobile-socials a:focus-visible { color: #fff; transform: translateY(-2px); }

  .contact-page, .contact-page main, .contact-page .contact-layout { overflow-x: clip; }
  .contact-page .contact-layout, .contact-page .contact-details, .contact-page .contact-social,
  .contact-page .form-panel, .contact-page .contact-channel { min-width: 0; max-width: 100%; }
  .contact-page .contact-channel, .contact-page .contact-social, .contact-page .form-panel { box-sizing: border-box; }

  .about-story-card, .about-practice-grid article, .rotary-card,
  .insight-library-card, .verified-review-card, .closing-cta { min-width: 0; }
  .about-portrait { max-width: calc(100% - 18px); overflow: visible; }
  .about-portrait figcaption { right: -8px; width: min(76%, 250px); }
  .closing-cta { overflow: hidden; }
  .home-gallery-showcase, .home-gallery-track, .portrait-frame { min-width: 0; }
}

/* About mobile portrait: a compact, natural upper-body composition. */
@media (max-width: 620px) {
  .about-page .about-hero { padding-bottom: 54px; }
  .about-page .about-portrait {
    width: min(100%, 330px);
    max-width: calc(100% - 28px);
    justify-self: center;
    margin: 20px auto 38px;
    padding: 8px;
    border-radius: 29px;
    transform: none;
  }
  .about-page .about-portrait::before { width: 88%; top: -10%; right: -12%; }
  .about-page .about-portrait::after { display: none; }
  .about-page .about-portrait img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-position: center 10%;
    border-radius: 21px;
  }
  .about-page .about-portrait figcaption {
    right: -8px;
    bottom: -23px;
    width: min(76%, 235px);
    padding: 14px 16px;
    border-radius: 16px;
  }
  .about-page .about-portrait figcaption strong { font-size: 21px; }
  .about-page .about-portrait figcaption p { font-size: 10px; }
}
