/* ============================================================================
   GODDESS NATALIA — STYLES
   Misty lavender sky, blush clouds, pearl-white type, rose script.
   League Gothic (display) · Sacramento (script) · Jost (body) · Cormorant (lede)
   ========================================================================= */

:root {
  --sky-top:   #bfc2da;
  --sky-mid:   #d6cbe2;
  --sky-low:   #efd2de;
  --pearl:     #fdf9fc;
  --cloud:     rgba(255, 255, 255, .5);
  --lilac:     #b7a6d0;
  --mauve:     #8f7aa6;
  --dusk:      #7f87b0;
  --blush:     #f3c9d9;
  --rose:      #d98bb0;
  --rose-deep: #a8577f;
  --plum:      #35243f;
  --plum-2:    #5c4a6b;
  --plum-3:    #7d6b8b;
  --line:      rgba(255, 255, 255, .72);
  --glass:     rgba(255, 255, 255, .42);
  --glass-2:   rgba(255, 255, 255, .62);
  --shadow:    0 24px 60px -28px rgba(70, 40, 95, .45);
  --display:   'League Gothic', 'Oswald', 'Arial Narrow', Impact, sans-serif;
  --script:    'Sacramento', 'Brush Script MT', cursive;
  --serif:     'Cormorant Garamond', Georgia, serif;
  --sans:      'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ease:      cubic-bezier(.2, .8, .2, 1);
  --radius:    24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--plum);
  background: linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 38%, var(--sky-low) 100%) fixed;
  background-color: var(--sky-mid);
  overflow-x: hidden;
  min-height: 100vh;
}
/* soft drifting colour clouds behind everything */
body::before, body::after {
  content: ''; position: fixed; z-index: -1; pointer-events: none;
  width: 70vmax; height: 70vmax; border-radius: 50%;
  filter: blur(70px); opacity: .55;
}
body::before { top: -20vmax; left: -18vmax; background: radial-gradient(circle, #f6d6e6, transparent 65%); animation: drift 26s ease-in-out infinite alternate; }
body::after  { bottom: -25vmax; right: -20vmax; background: radial-gradient(circle, #c9d0ee, transparent 65%); animation: drift 32s ease-in-out infinite alternate-reverse; }
@keyframes drift { to { transform: translate(8vmax, 6vmax) scale(1.12); } }

img { max-width: 100%; display: block; }
a { color: var(--rose-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--plum); }
button { font: inherit; }
::selection { background: var(--rose); color: #fff; }
:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 3px; border-radius: 6px; }

.shell { width: min(1180px, 100%); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2.2rem); }
section { padding-block: clamp(4rem, 9vw, 7rem); position: relative; }

h1, h2, h3, h4 { margin: 0 0 .6rem; line-height: 1.05; color: var(--plum); }
h2 {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.6rem, 6.4vw, 4.8rem); letter-spacing: .03em; line-height: .95;
}
h2 .script, .script { font-family: var(--script); text-transform: none; letter-spacing: 0; font-weight: 400; }
h2 .script { color: var(--rose-deep); font-size: 1.05em; display: inline-block; transform: translateY(.08em) rotate(-4deg); }
h3 { font-family: var(--sans); font-weight: 600; font-size: 1.2rem; letter-spacing: .01em; }
p { margin: 0 0 1rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .32em; text-transform: uppercase;
  color: var(--rose-deep); margin: 0 0 1rem;
}
.eyebrow::before { content: '✦'; letter-spacing: 0; font-size: .9rem; }
.eyebrow.center { justify-content: center; }
.lede { font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.5rem); line-height: 1.5; color: var(--plum-2); max-width: 58ch; }
.muted { color: var(--plum-3); }
.center { text-align: center; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.grid { display: grid; gap: clamp(1rem, 2.4vw, 1.6rem); }
.g2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.g3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.g4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr)); }
.head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.head.mid { margin-inline: auto; text-align: center; }
.head.mid .lede { margin-inline: auto; }

/* ------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.6rem; border-radius: 999px; border: 1px solid transparent;
  font-family: var(--sans); font-weight: 600; font-size: .82rem;
  letter-spacing: .16em; text-transform: uppercase; text-decoration: none;
  cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, #e59bbd, #b98ad0 55%, #8f9ad0);
  background-size: 180% 100%;
  box-shadow: 0 16px 34px -14px rgba(168, 87, 127, .75), inset 0 1px 0 rgba(255,255,255,.45);
}
.btn-primary:hover { color: #fff; background-position: 100% 0; box-shadow: 0 20px 40px -12px rgba(143, 122, 166, .8); }
.btn-ghost { color: var(--plum); background: var(--glass); border-color: var(--line); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn-ghost:hover { color: var(--plum); background: var(--glass-2); }
.btn:disabled { opacity: .6; transform: none; cursor: progress; }

/* --------------------------------------------------------------- glass */
.card {
  position: relative;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.3rem, 2.6vw, 1.9rem);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), background .4s;
  overflow: hidden;
}
.card::after { /* pointer-following shimmer */
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0;
  background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.6), transparent 60%);
  transition: opacity .4s;
}
.card:hover::after { opacity: 1; }
.card.lift:hover { transform: translateY(-6px); box-shadow: 0 34px 70px -30px rgba(70, 40, 95, .55); background: var(--glass-2); }

.note {
  background: rgba(255,255,255,.5); border: 1px solid var(--line);
  border-left: 3px solid var(--lilac); border-radius: 16px;
  padding: 1rem 1.2rem; font-size: .92rem; color: var(--plum-2);
}
.note strong { color: var(--plum); }
.note.warn { border-left-color: var(--rose); }
.note.bad  { border-left-color: #c44f6f; background: rgba(255, 235, 240, .75); }
.note.ok   { border-left-color: #7fae98; background: rgba(236, 250, 243, .7); }
.note code, code { font-size: .88em; background: rgba(143,122,166,.14); padding: .08rem .38rem; border-radius: 6px; }

/* -------------------------------------------------------------- topbar */
.topbar { position: fixed; top: .9rem; left: 0; right: 0; z-index: 500; padding-inline: clamp(.6rem, 3vw, 1.4rem); }
.topbar-in {
  position: relative;
  width: min(1180px, 100%); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .55rem .6rem .55rem 1.3rem;
  background: rgba(255,255,255,.4); border: 1px solid var(--line); border-radius: 999px;
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px -24px rgba(70,40,95,.45);
  transition: background .4s;
}
.topbar.scrolled .topbar-in { background: rgba(255,255,255,.66); }
.brand { display: inline-flex; align-items: baseline; gap: .2rem; text-decoration: none; color: var(--plum); line-height: 1; }
.brand b { font-family: var(--display); font-weight: 400; font-size: 1.55rem; letter-spacing: .12em; }
.brand i { font-family: var(--script); font-style: normal; font-size: 1.7rem; color: var(--rose-deep); margin-left: .1rem; transform: translateY(.12em); }
.brand:hover { color: var(--plum); }
.nav { display: flex; align-items: center; gap: .15rem; }
.nav a {
  color: var(--plum-2); text-decoration: none; font-size: .78rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; padding: .6rem .85rem; border-radius: 999px;
  transition: background .25s, color .25s;
}
.nav a:hover, .nav a[aria-current="page"] { background: rgba(255,255,255,.7); color: var(--plum); }
.nav a.nav-cta { background: var(--plum); color: #fff; margin-left: .3rem; }
.nav a.nav-cta:hover { background: var(--rose-deep); color: #fff; }
.burger {
  display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(255,255,255,.6); color: var(--plum); font-size: 1.1rem; cursor: pointer;
}

/* ---------------------------------------------------------------- hero */
.hero {
  min-height: 100svh; display: grid; place-items: center; text-align: center;
  padding-block: 7.5rem 4rem; overflow: hidden; isolation: isolate;
}
.sky { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.cloud {
  position: absolute; border-radius: 50%; background: #fff; filter: blur(38px); opacity: .6;
  animation: float 40s ease-in-out infinite alternate;
}
.cloud.c1 { width: 60vw; height: 22vw; left: -12vw; bottom: 4%; }
.cloud.c2 { width: 48vw; height: 18vw; right: -10vw; bottom: 16%; animation-duration: 52s; opacity: .5; background: #f7dce8; }
.cloud.c3 { width: 70vw; height: 20vw; left: 18vw; bottom: -8%; animation-duration: 46s; opacity: .75; }
.cloud.c4 { width: 34vw; height: 12vw; left: 4vw; top: 14%; animation-duration: 60s; opacity: .35; background: #e8e0f4; }
@keyframes float { to { transform: translateX(9vw); } }

.star {
  position: absolute; color: #fff; line-height: 1; text-shadow: 0 0 10px #fff;
  animation: twinkle var(--d, 3s) ease-in-out infinite; animation-delay: var(--delay, 0s);
}
@keyframes twinkle { 0%, 100% { opacity: .15; transform: scale(.6); } 50% { opacity: 1; transform: scale(1); } }

.bill {
  position: absolute; top: -12vh; width: var(--w, 120px); aspect-ratio: 2 / 1;
  border-radius: 8px; opacity: var(--o, .5);
  background:
    radial-gradient(circle at 78% 50%, rgba(255,255,255,.55) 0 18%, transparent 19%),
    linear-gradient(135deg, #cbbfdc, #a9b1d3 60%, #d8bfd6);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.22), 0 10px 20px -12px rgba(60,40,90,.4);
  display: grid; place-items: center start; padding-left: 12%;
  font-family: var(--display); font-size: calc(var(--w, 120px) * .28); color: rgba(255,255,255,.9);
  filter: blur(var(--blur, 0px));
  animation: fall var(--t, 22s) linear infinite; animation-delay: var(--delay, 0s);
}
@keyframes fall {
  0%   { transform: translate3d(0, 0, 0) rotate(var(--r0, -20deg)); }
  50%  { transform: translate3d(var(--sway, 40px), 60vh, 0) rotate(calc(var(--r0, -20deg) + 90deg)); }
  100% { transform: translate3d(0, 125vh, 0) rotate(calc(var(--r0, -20deg) + 200deg)); }
}

.stage { position: relative; width: 100%; }
.title { position: relative; margin: 0; line-height: .82; display: grid; place-items: center; padding-block: clamp(3.4rem, 9vw, 7rem) clamp(2.6rem, 7vw, 5.5rem); }
.stage > :not(.title) { position: relative; z-index: 3; }
.portrait {
  position: absolute; left: 50%; top: 50%; z-index: 0;
  width: clamp(170px, 24vw, 330px); aspect-ratio: 3 / 4.2;
  transform: translate(-50%, -50%);
  border-radius: 999px 999px 26px 26px; overflow: hidden;
  border: 6px solid rgba(255,255,255,.75);
  box-shadow: 0 40px 80px -30px rgba(60, 30, 90, .55), 0 0 0 1px rgba(255,255,255,.4) inset;
}
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(239,210,222,.55)); }
.halo {
  position: absolute; left: 50%; top: 50%; z-index: -1; width: clamp(240px, 36vw, 480px); aspect-ratio: 1;
  transform: translate(-50%, -62%); border-radius: 50%;
  border: 2px solid rgba(255,255,255,.8);
  box-shadow: 0 0 60px 10px rgba(255,255,255,.55), inset 0 0 50px rgba(255,255,255,.5);
  animation: halo 9s ease-in-out infinite;
}
@keyframes halo { 50% { transform: translate(-50%, -64%) scale(1.04); opacity: .75; } }
.t-big {
  position: relative; z-index: 1; display: block;
  font-family: var(--display); font-weight: 400;
  font-size: clamp(5.4rem, 23vw, 17rem); letter-spacing: .07em; padding-left: .07em;
  background: linear-gradient(180deg, #ffffff 0%, #fbf1f7 55%, #eec4d8 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 6px 24px rgba(90, 60, 120, .35));
  opacity: .94;
}
.t-script {
  position: relative; z-index: 2; display: block;
  font-family: var(--script); font-weight: 400;
  font-size: clamp(4.2rem, 15vw, 11rem); line-height: .8;
  margin-top: -.42em; margin-left: 32%;
  color: #e7a3c2; transform: rotate(-7deg);
  text-shadow: 0 2px 0 #fff, 0 0 30px rgba(255,255,255,.9), 0 10px 30px rgba(168, 87, 127, .35);
}
.tagline { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 3vw, 2rem); color: var(--plum-2); margin: 1.4rem auto .4rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.8rem; }
.scroll-cue {
  position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%);
  font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; color: var(--plum-3); text-decoration: none;
  display: grid; justify-items: center; gap: .4rem;
}
.scroll-cue::after { content: ''; width: 1px; height: 38px; background: linear-gradient(var(--plum-3), transparent); animation: cue 2.2s ease-in-out infinite; }
@keyframes cue { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ------------------------------------------------------------ ribbon */
.ribbon {
  overflow: hidden; padding: 1rem 0; transform: rotate(-1.4deg); margin-block: -.6rem;
  background: linear-gradient(90deg, rgba(255,255,255,.55), rgba(243,201,217,.7), rgba(255,255,255,.55));
  border-block: 1px solid var(--line); position: relative; z-index: 2;
}
.ribbon.rev { transform: rotate(1.2deg); }
.ribbon-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.ribbon.rev .ribbon-track { animation-direction: reverse; }
.ribbon span {
  font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2.1rem); letter-spacing: .14em;
  color: var(--plum-2); padding-inline: 1.4rem; white-space: nowrap;
}
.ribbon span::after { content: '✦'; font-size: .7em; color: var(--rose); margin-left: 2.8rem; vertical-align: .15em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* -------------------------------------------------------------- stats */
.stat { text-align: center; padding: 1.6rem 1rem; }
.stat .n { font-family: var(--display); font-size: clamp(2.8rem, 5vw, 3.8rem); line-height: 1; color: var(--plum); }
.stat .l { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--plum-3); margin-top: .4rem; }

/* ------------------------------------------------------------ portals */
.portal-groups { display: grid; gap: clamp(1.8rem, 4vw, 2.6rem); }
.pg-head { display: flex; align-items: baseline; gap: .9rem; flex-wrap: wrap; margin-bottom: 1rem; }
.pg-head h3 { font-family: var(--display); font-weight: 400; font-size: 2rem; text-transform: uppercase; letter-spacing: .06em; margin: 0; }
.pg-head p { margin: 0; color: var(--plum-3); font-family: var(--serif); font-style: italic; font-size: 1.15rem; }
.portal {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem;
  text-decoration: none; color: var(--plum); padding: 1.1rem 1.2rem;
}
.portal:hover { color: var(--plum); }
.portal .mono {
  width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center;
  font-size: 1.45rem; font-weight: 600; color: #fff;
  background: linear-gradient(140deg, var(--rose), var(--lilac) 60%, var(--dusk));
  box-shadow: 0 10px 24px -10px rgba(143,122,166,.9), inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .5s var(--ease);
}
.portal:hover .mono { transform: rotate(-8deg) scale(1.08); }
.portal .p-name { font-weight: 600; font-size: 1.05rem; line-height: 1.2; }
.portal .p-handle { font-size: .8rem; color: var(--rose-deep); letter-spacing: .02em; word-break: break-all; }
.portal .p-purpose { font-size: .86rem; color: var(--plum-3); margin-top: .15rem; line-height: 1.4; }
.portal .go {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line); background: rgba(255,255,255,.55); transition: all .35s var(--ease);
}
.portal:hover .go { background: var(--plum); color: #fff; transform: rotate(-45deg); }
.portal.feature { grid-template-columns: auto 1fr auto; background: linear-gradient(135deg, rgba(255,255,255,.7), rgba(243,201,217,.55)); }

/* -------------------------------------------------------- offering scale */
.scale { padding: clamp(1.6rem, 4vw, 2.8rem); }
.scale-top { display: grid; grid-template-columns: 1fr auto; gap: 1rem 2rem; align-items: end; }
.scale-amt { font-family: var(--display); font-size: clamp(4rem, 12vw, 7.5rem); line-height: .85; color: var(--plum); }
.scale-amt small { font-size: .45em; color: var(--rose-deep); vertical-align: .9em; margin-right: .05em; }
.scale-name { font-family: var(--script); font-size: clamp(2.6rem, 6vw, 3.8rem); color: var(--rose-deep); line-height: 1; text-align: right; }
.scale-earns { font-family: var(--serif); font-size: clamp(1.2rem, 2.4vw, 1.55rem); color: var(--plum-2); margin: 1rem 0 1.6rem; min-height: 2.4em; }
.range { -webkit-appearance: none; appearance: none; width: 100%; height: 12px; border-radius: 99px; background: transparent; cursor: pointer; }
.range::-webkit-slider-runnable-track {
  height: 12px; border-radius: 99px;
  background: linear-gradient(90deg, var(--rose) 0 var(--fill, 0%), rgba(255,255,255,.7) var(--fill, 0%));
  box-shadow: inset 0 1px 3px rgba(60,40,90,.2);
}
.range::-moz-range-track { height: 12px; border-radius: 99px; background: rgba(255,255,255,.7); }
.range::-moz-range-progress { height: 12px; border-radius: 99px; background: var(--rose); }
.range::-webkit-slider-thumb {
  -webkit-appearance: none; width: 34px; height: 34px; margin-top: -11px; border-radius: 50%;
  background: #fff; border: 3px solid var(--rose-deep); box-shadow: 0 6px 18px -4px rgba(168,87,127,.7);
}
.range::-moz-range-thumb { width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 3px solid var(--rose-deep); }
.ticks { display: flex; justify-content: space-between; font-size: .7rem; letter-spacing: .1em; color: var(--plum-3); margin-top: .7rem; }
.scale-cta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.8rem; align-items: center; }

/* ------------------------------------------------------------ ascension */
.stairs { display: grid; gap: 1rem; counter-reset: s; }
.stair { display: grid; grid-template-columns: auto 1fr; gap: 1.3rem; align-items: center; }
.stair .num {
  font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 2.1rem; color: #fff;
  width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--rose), var(--lilac)); box-shadow: 0 12px 26px -12px var(--mauve);
}
.stair h3 { margin-bottom: .25rem; }
.stair p { margin: 0; color: var(--plum-3); }
@media (min-width: 900px) {
  .stair:nth-child(1) { margin-left: 0; }
  .stair:nth-child(2) { margin-left: 8%; }
  .stair:nth-child(3) { margin-left: 16%; }
  .stair:nth-child(4) { margin-left: 24%; }
}

/* --------------------------------------------------------------- rates */
.price { display: flex; flex-direction: column; }
.price .name { font-size: .72rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--rose-deep); }
.price .fig { font-family: var(--display); font-size: clamp(3.2rem, 5vw, 4.2rem); line-height: 1; margin-top: .6rem; color: var(--plum); }
.price .fig.word { font-size: clamp(2.3rem, 3.6vw, 2.9rem); }
.price .unit { font-family: var(--serif); font-style: italic; color: var(--plum-3); font-size: 1.1rem; }
.price ul { list-style: none; padding: 0; margin: 1.2rem 0; display: grid; gap: .5rem; font-size: .92rem; }
.price li { display: flex; gap: .6rem; }
.price li::before { content: '✦'; color: var(--rose); font-size: .8rem; margin-top: .2rem; }
.price .fine { margin-top: auto; font-size: .78rem; color: var(--plum-3); border-top: 1px dashed rgba(143,122,166,.4); padding-top: .8rem; }
.price.hot { background: linear-gradient(160deg, rgba(255,255,255,.78), rgba(243,201,217,.62)); border-color: #fff; }
.badge {
  position: absolute; top: 1rem; right: 1rem; font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  background: var(--plum); color: #fff; padding: .3rem .7rem; border-radius: 99px;
}

/* ---------------------------------------------------------- contracts */
.track { display: flex; flex-direction: column; gap: .5rem; text-decoration: none; color: var(--plum); }
.track:hover { color: var(--plum); }
.track .icon { font-size: 1.8rem; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.75); color: var(--rose-deep); margin-bottom: .4rem; }
.track .kicker { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--rose-deep); }
.track .who { margin-top: auto; padding-top: .8rem; font-size: .78rem; letter-spacing: .04em; color: var(--plum-3); border-top: 1px dashed rgba(143,122,166,.4); }
.track .more { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--plum); }

.sub-contract {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1.4rem; align-items: center;
  background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(243,201,217,.7));
  border: 1px solid #fff; margin-bottom: clamp(1.4rem, 3vw, 2rem);
}
.sub-contract h3 { font-family: var(--display); font-weight: 400; font-size: clamp(2rem, 4vw, 2.8rem); text-transform: uppercase; letter-spacing: .04em; margin-bottom: .3rem; }
@media (max-width: 760px) {
  .sub-contract { grid-template-columns: 1fr; text-align: left; }
  .sub-contract .seal { width: 64px; height: 64px; font-size: 1.5rem; }
  .sub-contract .btn { white-space: normal; }
}

/* ------------------------------------------------------------- gallery */
.gal { display: grid; gap: clamp(.8rem, 2vw, 1.3rem); grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); }
.gal-item {
  position: relative; padding: 0; border: 5px solid rgba(255,255,255,.8); cursor: pointer; background: var(--glass);
  aspect-ratio: 3 / 4; border-radius: 999px 999px 22px 22px; overflow: hidden;
  box-shadow: var(--shadow); transition: transform .6s var(--ease);
}
.gal-item:nth-child(even) { transform: translateY(1.6rem); }
.gal-item:hover { transform: translateY(-6px); }
.gal-item:nth-child(even):hover { transform: translateY(1rem); }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gal-item:hover img { transform: scale(1.06); }
.gal-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 2.4rem .8rem .9rem;
  font-family: var(--script); font-size: 1.7rem; line-height: 1; color: #fff;
  background: linear-gradient(transparent, rgba(80, 55, 100, .55));
  text-shadow: 0 2px 10px rgba(60,30,80,.5);
}
.gal-item.locked img { filter: blur(18px) saturate(.9); transform: scale(1.2); }
.gal-lock {
  position: absolute; inset: 0; display: grid; place-content: center; gap: .3rem; text-align: center; color: var(--plum);
  background: rgba(255,255,255,.28);
}
.gal-lock .ico { font-size: 1.8rem; }
.gal-lock .txt { font-family: var(--display); font-size: 1.5rem; letter-spacing: .1em; text-transform: uppercase; }
.gal-lock .sub { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--plum-2); }

.lb {
  position: fixed; inset: 0; z-index: 8500; display: grid; place-items: center; padding: 3rem clamp(1rem, 6vw, 5rem);
  background: rgba(200, 190, 220, .82); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.lb[hidden] { display: none; }
.lb-fig { margin: 0; max-width: min(900px, 100%); max-height: 100%; text-align: center; }
.lb-fig img { max-height: 76vh; margin-inline: auto; border-radius: 22px; border: 6px solid #fff; box-shadow: var(--shadow); }
.lb-cap { font-family: var(--script); font-size: 2.1rem; color: var(--plum); margin-top: .6rem; }
.lb-count { font-size: .7rem; letter-spacing: .24em; color: var(--plum-3); }
.lb-btn, .lb-x {
  position: absolute; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #fff;
  background: rgba(255,255,255,.7); color: var(--plum); font-size: 1.6rem; cursor: pointer; display: grid; place-items: center;
}
.lb-btn { top: 50%; transform: translateY(-50%); }
.lb-prev { left: clamp(.4rem, 2vw, 2rem); }
.lb-next { right: clamp(.4rem, 2vw, 2rem); }
.lb-x { top: 1rem; right: 1rem; font-size: 1.1rem; }

/* -------------------------------------------------------- rules/limits */
.rules { list-style: none; counter-reset: r; padding: 0; margin: 0; display: grid; gap: .7rem; }
.rules li { counter-increment: r; display: grid; grid-template-columns: 2.6rem 1fr; gap: .8rem; align-items: start; padding: .9rem 1rem; background: rgba(255,255,255,.45); border: 1px solid var(--line); border-radius: 16px; }
.rules li::before { content: counter(r, upper-roman); font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 1.3rem; color: var(--rose-deep); line-height: 1.2; }
.limits { list-style: none; padding: 0; margin: .6rem 0 0; display: grid; gap: .55rem; font-size: .93rem; }
.limits li { display: flex; gap: .6rem; }
.limits li::before { content: '✕'; color: #c44f6f; font-weight: 700; flex: none; }
.limits.ok li::before { content: '✦'; color: var(--rose); }

/* ----------------------------------------------------------------- faq */
.faq { display: grid; gap: .7rem; max-width: 860px; }
.q { background: rgba(255,255,255,.45); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.q summary {
  cursor: pointer; list-style: none; padding: 1.1rem 3.2rem 1.1rem 1.3rem; font-weight: 500; position: relative;
}
.q summary::-webkit-details-marker { display: none; }
.q summary::after {
  content: '+'; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: var(--rose-deep); font-size: 1.1rem; transition: transform .35s var(--ease);
}
.q[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.q .a { padding: 0 1.3rem 1.2rem; color: var(--plum-2); }

/* -------------------------------------------------------- contract page */
.tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; scroll-margin-top: 6rem; }
.tab {
  border: 1px solid var(--line); background: rgba(255,255,255,.4); color: var(--plum-2);
  padding: .8rem 1.2rem; border-radius: 999px; cursor: pointer; font-weight: 500; font-size: .9rem;
  transition: all .3s var(--ease);
}
.tab:hover { background: rgba(255,255,255,.75); }
.tab[aria-selected="true"] { background: var(--plum); color: #fff; border-color: var(--plum); }
.doc { background: rgba(255,255,255,.5); border: 1px solid var(--line); border-radius: 30px; padding: clamp(1.4rem, 4vw, 3rem); box-shadow: var(--shadow); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.doc-head { display: flex; justify-content: space-between; gap: 1.2rem; align-items: flex-start; flex-wrap: wrap; }
.doc-head .kick { font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--rose-deep); margin: 0; }
.seal {
  width: 86px; height: 86px; border-radius: 50%; display: grid; place-items: center; font-size: 2rem; color: var(--rose-deep);
  background: radial-gradient(circle, #fff 55%, rgba(255,255,255,.4)); border: 2px dashed var(--rose);
  animation: spin 30s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.clauses { display: grid; gap: .2rem; margin-top: 1.6rem; counter-reset: c; }
.clause { counter-increment: c; padding: 1.1rem 0; border-top: 1px dashed rgba(143,122,166,.35); }
.clause h4 { font-size: 1.02rem; font-weight: 600; margin-bottom: .4rem; }
.clause h4::before { content: counter(c) ' · '; color: var(--rose-deep); font-family: var(--serif); font-style: italic; }
.clause p { color: var(--plum-2); margin-bottom: .5rem; }
.linkout { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: 1rem; }

form h3 { font-family: var(--display); font-weight: 400; font-size: 2.2rem; text-transform: uppercase; letter-spacing: .04em; margin-bottom: .2rem; }
.form-box { margin-top: 2rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.field { display: grid; gap: .35rem; margin-bottom: 1rem; }
.field label { font-size: .8rem; font-weight: 600; letter-spacing: .04em; color: var(--plum-2); }
.field label .hint { font-weight: 400; color: var(--rose-deep); }
input[type=text], input[type=email], textarea, select {
  width: 100%; font: inherit; font-size: 1rem; color: var(--plum);
  background: rgba(255,255,255,.7); border: 1px solid rgba(143,122,166,.3); border-radius: 14px;
  padding: .8rem 1rem; transition: border .25s, box-shadow .25s, background .25s;
}
textarea { min-height: 110px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--rose); background: #fff; box-shadow: 0 0 0 4px rgba(217,139,176,.2); }
::placeholder { color: #a898b3; }
.check { display: flex; gap: .75rem; align-items: flex-start; padding: .75rem .9rem; border-radius: 14px; background: rgba(255,255,255,.45); border: 1px solid transparent; margin-bottom: .5rem; cursor: pointer; font-size: .93rem; color: var(--plum-2); }
.check:hover { border-color: var(--line); }
.check input { width: 20px; height: 20px; margin-top: .15rem; accent-color: var(--rose-deep); flex: none; }
.sig { font-family: var(--script) !important; font-size: 2rem !important; padding: .3rem 1rem !important; }
.honey { position: absolute !important; left: -9999px !important; height: 0; opacity: 0; }

/* ------------------------------------------------------------ age gate */
.gate {
  position: fixed; inset: 0; z-index: 9000; display: grid; place-items: center; text-align: center;
  padding: 1.2rem; overflow-y: auto;
  background: linear-gradient(180deg, rgba(191,194,218,.9), rgba(239,210,222,.94));
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
}
.gate.hide { animation: gateOut .8s var(--ease) forwards; }
@keyframes gateOut { to { opacity: 0; visibility: hidden; transform: translateY(-4%); filter: blur(8px); } }
.gate-box { max-width: 540px; background: rgba(255,255,255,.55); border: 1px solid #fff; border-radius: 34px; padding: clamp(1.6rem, 5vw, 3rem); box-shadow: var(--shadow); }
.gate-box .t-script { margin: 0; transform: rotate(-5deg); font-size: clamp(3.4rem, 12vw, 5rem); }
.gate-box h2 { font-size: clamp(2.2rem, 7vw, 3.4rem); margin-top: .4rem; }
.gate-actions { display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; margin-top: 1.6rem; }

/* ------------------------------------------------------ tribute dock */
.dock { position: fixed; left: clamp(.8rem, 3vw, 1.8rem); bottom: clamp(.8rem, 3vw, 1.8rem); z-index: 7900; transition: opacity .4s, transform .4s var(--ease); }
.dock.away { opacity: 0; transform: translateY(20px); pointer-events: none; }
.dock-btn {
  display: inline-flex; align-items: center; gap: .5rem; border: 1px solid #fff; cursor: pointer;
  padding: .85rem 1.2rem; border-radius: 999px; color: #fff; font-weight: 600; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  background: linear-gradient(120deg, #e59bbd, #b98ad0); box-shadow: 0 16px 34px -14px rgba(168,87,127,.8);
}
.dock-menu {
  position: absolute; bottom: calc(100% + .6rem); left: 0; min-width: 230px; display: grid; gap: .3rem; padding: .5rem;
  background: rgba(255,255,255,.85); border: 1px solid #fff; border-radius: 20px; box-shadow: var(--shadow);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.dock-menu[hidden] { display: none; }
.dock-menu a { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem .9rem; border-radius: 14px; text-decoration: none; color: var(--plum); font-weight: 500; }
.dock-menu a:hover { background: var(--blush); }
.dock-menu a span { color: var(--plum-3); font-size: .78rem; }

/* ------------------------------------------------------------- chatbot */
.chat-fab {
  position: fixed; right: clamp(.8rem, 3vw, 1.8rem); bottom: clamp(.8rem, 3vw, 1.8rem); z-index: 8000;
  width: 62px; height: 62px; border-radius: 50%; border: 2px solid #fff; cursor: pointer;
  background: radial-gradient(circle at 35% 30%, #fff, #f3c9d9 45%, #b7a6d0);
  color: var(--plum); font-size: 1.5rem; display: grid; place-items: center;
  box-shadow: 0 16px 36px -12px rgba(143,122,166,.9);
  transition: transform .35s var(--ease);
}
.chat-fab:hover { transform: scale(1.08) rotate(-8deg); }
.chat-fab::before { /* the halo */
  content: ''; position: absolute; top: -10px; left: 50%; width: 36px; height: 10px; transform: translateX(-50%);
  border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 12px #fff; animation: bob 3s ease-in-out infinite;
}
@keyframes bob { 50% { transform: translate(-50%, -4px); } }
.chat-fab .lbl {
  position: absolute; right: 74px; white-space: nowrap; background: rgba(255,255,255,.9); color: var(--plum);
  font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding: .45rem .9rem; border-radius: 99px;
  opacity: 0; transform: translateX(8px); transition: all .3s var(--ease); pointer-events: none;
}
.chat-fab:hover .lbl { opacity: 1; transform: none; }

.chat {
  padding: 0; /* built as a <section> — don't inherit section padding */
  position: fixed; right: clamp(.8rem, 3vw, 1.8rem); bottom: clamp(.8rem, 3vw, 1.8rem); z-index: 8001;
  width: min(400px, calc(100vw - 1.6rem)); height: min(620px, calc(100dvh - 2rem));
  display: flex; flex-direction: column; overflow: hidden;
  background: linear-gradient(180deg, rgba(247,242,250,.96), rgba(250,232,240,.96));
  border: 1px solid #fff; border-radius: 26px; box-shadow: 0 40px 90px -30px rgba(60,30,90,.6);
  transform-origin: bottom right; animation: chatIn .45s var(--ease);
}
.chat[hidden] { display: none; }
@keyframes chatIn { from { opacity: 0; transform: scale(.88) translateY(20px); } }
.chat-head { display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem; background: linear-gradient(120deg, #d7cde8, #f1cfdd); border-bottom: 1px solid #fff; }
.chat-head .av { width: 42px; height: 42px; border-radius: 50%; flex: none; display: grid; place-items: center; background: #fff; color: var(--rose-deep); font-size: 1.2rem; box-shadow: 0 0 0 3px rgba(255,255,255,.6); }
.chat-head .who { flex: 1; min-width: 0; }
.chat-head .nm { font-family: var(--display); font-size: 1.35rem; letter-spacing: .12em; line-height: 1; }
.chat-head .st { font-size: .72rem; color: var(--plum-2); display: flex; align-items: center; gap: .4rem; }
.chat-head .st::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #7fbf9f; box-shadow: 0 0 8px #7fbf9f; }
.chat-x { width: 34px; height: 34px; border-radius: 50%; border: 1px solid #fff; background: rgba(255,255,255,.6); color: var(--plum); cursor: pointer; }
.chat-log { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .7rem; scrollbar-width: thin; }
.msg { max-width: 88%; font-size: .93rem; line-height: 1.55; }
.msg .bub { padding: .75rem 1rem; border-radius: 18px; }
.msg.bot { align-self: flex-start; }
.msg.bot .bub { background: #fff; border: 1px solid rgba(183,166,208,.35); border-bottom-left-radius: 6px; color: var(--plum); }
.msg.me { align-self: flex-end; }
.msg.me .bub { background: linear-gradient(130deg, #d98bb0, #a992cf); color: #fff; border-bottom-right-radius: 6px; }
.msg .bub p { margin: 0 0 .5rem; }
.msg .bub p:last-child { margin: 0; }
.msg .bub ul { margin: .3rem 0; padding-left: 1.1rem; }
.msg .bub a { word-break: break-all; }
.msg.me .bub a { color: #fff; }
.msg.note-msg .bub { border-color: #e2b46b; font-size: .82rem; background: #fff8ec; }
.typing { display: flex; gap: .3rem; padding: .9rem 1rem; }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--lilac); animation: bounce 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .15s; }
.typing i:nth-child(3) { animation-delay: .3s; }
@keyframes bounce { 0%, 60%, 100% { transform: translateY(0); opacity: .4; } 30% { transform: translateY(-6px); opacity: 1; } }
.chips { display: flex; gap: .4rem; flex-wrap: wrap; padding: 0 1rem .7rem; }
.chip { border: 1px solid rgba(183,166,208,.5); background: rgba(255,255,255,.75); color: var(--plum-2); font-size: .76rem; padding: .42rem .8rem; border-radius: 99px; cursor: pointer; transition: all .25s; }
.chip:hover { background: var(--plum); color: #fff; border-color: var(--plum); }
.chat-form { display: flex; gap: .5rem; padding: .8rem; border-top: 1px solid #fff; background: rgba(255,255,255,.55); }
.chat-form input { flex: 1; border-radius: 99px !important; }
.chat-send { width: 46px; height: 46px; flex: none; border-radius: 50%; border: none; cursor: pointer; color: #fff; background: linear-gradient(130deg, #d98bb0, #a992cf); font-size: 1rem; }
.chat-send:disabled { opacity: .5; }
.chat-foot { font-size: .64rem; text-align: center; padding: 0 1rem .6rem; color: var(--plum-3); background: rgba(255,255,255,.55); }

/* ------------------------------------------------------------- footer */
footer { padding-block: 4rem 2.4rem; margin-top: 2rem; background: linear-gradient(180deg, transparent, rgba(255,255,255,.45)); border-top: 1px solid var(--line); }
.foot-brand .t-big { font-size: clamp(3.4rem, 9vw, 5.4rem); filter: drop-shadow(0 4px 14px rgba(90,60,120,.25)); text-align: left; }
.foot-brand .t-script { font-size: clamp(2.8rem, 6vw, 3.8rem); margin: -.5em 0 0 30%; }
.foot-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); }
.foot-grid h4 { font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; color: var(--rose-deep); margin-bottom: .8rem; }
.foot-grid a { display: block; padding: .22rem 0; color: var(--plum-2); text-decoration: none; font-size: .92rem; }
.foot-grid a:hover { color: var(--rose-deep); }
.legal { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .76rem; color: var(--plum-3); }

/* ------------------------------------------------- stardust & reveal */
.dust { position: fixed; pointer-events: none; z-index: 9999; line-height: 1; animation: dust 1s ease-out forwards; text-shadow: 0 0 8px #fff; }
@keyframes dust { to { transform: translateY(26px) scale(.3) rotate(90deg); opacity: 0; } }
.rain { position: fixed; top: -60px; pointer-events: none; z-index: 9998; animation: rain linear forwards; }
@keyframes rain { to { transform: translateY(115vh) rotate(540deg); } }
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 9500; background: linear-gradient(90deg, var(--rose), var(--lilac), var(--dusk)); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.gal-item.reveal.in:nth-child(even) { transform: translateY(1.6rem); }
.gal-item.reveal.in:hover { transform: translateY(-6px); }
.gal-item.reveal.in:nth-child(even):hover { transform: translateY(1rem); }

/* --------------------------------------------------------- responsive */
@media (max-width: 920px) {
  .burger { display: grid; place-items: center; }
  .nav {
    position: absolute; top: calc(100% + .5rem); left: 0; right: 0; display: none;
    flex-direction: column; align-items: stretch; gap: .2rem; padding: .6rem;
    background: rgba(255,255,255,.92); border: 1px solid #fff; border-radius: 24px; box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .nav a { text-align: center; padding: .85rem; }
  .nav a.nav-cta { margin: .2rem 0 0; }
}
@media (max-width: 640px) {
  .t-script { margin-left: 22%; }
  .title { padding-block: 4.2rem 4.6rem; }
  .portrait { width: 40vw; }
  .scale-top { grid-template-columns: 1fr; }
  .scale-name { text-align: left; }
  .gal { grid-template-columns: repeat(2, 1fr); }
  .gal-item { border-width: 3px; }
  .gal-item figcaption { font-size: 1.3rem; }
  .portal { grid-template-columns: auto 1fr; }
  .portal .go { display: none; }
  .chat { right: 0; bottom: 0; width: 100vw; height: 100dvh; border-radius: 0; }
  .dock-btn .dock-lbl { display: none; }
  .brand b { font-size: 1.3rem; }
  .brand i { font-size: 1.45rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .bill { display: none; }
  html { scroll-behavior: auto; }
}
@media print {
  .topbar, .chat-fab, .chat, .dock, .ribbon, .gate, .sky, body::before, body::after { display: none !important; }
  body { background: #fff; }
  .doc, .card { box-shadow: none; backdrop-filter: none; border-color: #999; }
}
