:root {
  color-scheme: light;
  --cream: #F7EFE4;
  --paper: #FBF5EC;
  --sand: #EFE1CF;
  --ink: #3A2A1F;
  --ink-soft: #6E5546;
  --muted: #9A8271;
  --line: #E7D7C2;
  --terra: #C4633B;
  --terra-deep: #A94E2B;
  --rose: #C88A8B;
  --gold: #E0A45C;
  --glow: #F6C877;
  --espresso: #241811;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  --maxw: 1180px;
  --shadow: 0 16px 44px -26px rgba(120, 72, 40, 0.6);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); font-family: var(--sans); font-weight: 300; line-height: 1.7;
  background: var(--cream); overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site { position: relative; z-index: 1; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; margin: 0; letter-spacing: -0.01em; color: var(--ink); }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 44px); position: relative; }
.eyebrow { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--terra-deep); }
.hint { font-style: italic; color: var(--muted); font-family: var(--serif); font-size: .92em; }

/* buttons */
.btn { font-family: var(--sans); font-size: 14px; font-weight: 500; cursor: pointer; position: relative; overflow: hidden;
  padding: 13px 26px; border-radius: 999px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center;
  transition: transform .2s ease, box-shadow .25s ease, background .25s, color .25s, border-color .25s; }
.btn::after { content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%; transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent); transition: left .6s ease; }
.btn:hover::after { left: 130%; }
.btn-primary { background: var(--terra); color: #fff; box-shadow: 0 10px 24px -10px rgba(169, 78, 43, 0.7); }
.btn-primary:hover { background: var(--terra-deep); transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(169, 78, 43, 0.8); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--terra); color: var(--terra-deep); transform: translateY(-2px); }
.btn-soft { background: var(--terra); color: #fff; }

/* preloader */
.preloader { position: fixed; inset: 0; z-index: 200; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; background: var(--cream); transition: opacity .8s ease, visibility .8s ease; }
.preloader.hide { opacity: 0; visibility: hidden; pointer-events: none; }
.pl-candle { position: relative; width: 34px; height: 46px; border-radius: 6px 6px 9px 9px; background: linear-gradient(180deg, #F4EADD, var(--sand)); box-shadow: var(--shadow); }
.pl-flame { position: absolute; left: 50%; top: -20px; transform: translateX(-50%); width: 12px; height: 24px; border-radius: 50% 50% 50% 50% / 62% 62% 38% 38%; background: radial-gradient(ellipse at 50% 72%, #fff6df, var(--glow) 28%, var(--terra) 70%, transparent 92%); box-shadow: 0 -4px 26px 8px rgba(246, 200, 119, 0.65); animation: flicker 2.4s ease-in-out infinite; }
.pl-text { font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: 0.04em; color: var(--terra-deep); }

/* nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; transition: background .4s ease, box-shadow .4s ease; }
.nav.scrolled { background: rgba(247, 239, 228, 0.86); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(228, 211, 190, 0.7); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 78px; transition: height .3s; }
.nav.scrolled .nav-in { height: 66px; }
.brand { font-family: var(--serif); font-size: 21px; font-weight: 600; display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand .mark { width: 22px; height: 22px; flex: none; color: var(--terra); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; color: var(--ink-soft); position: relative; transition: color .2s; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1.5px; background: var(--terra); transition: width .3s ease; }
.nav-links a:not(.btn):hover { color: var(--terra-deep); }
.nav-links a:not(.btn):hover::after { width: 100%; }
.nav .btn { padding: 9px 20px; }
.burger { display: none; flex-direction: column; gap: 6px; background: none; border: 0; cursor: pointer; padding: 8px; z-index: 80; }
.burger span { width: 26px; height: 2px; background: var(--ink); transition: transform .3s ease, opacity .3s ease; }
.burger.open span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.burger.open span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
.overlay-menu { position: fixed; inset: 0; z-index: 70; background: rgba(247, 239, 228, 0.98); backdrop-filter: blur(6px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; opacity: 0; visibility: hidden; transition: opacity .4s ease, visibility .4s ease; }
.overlay-menu.open { opacity: 1; visibility: visible; }
.overlay-menu nav { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.overlay-menu a { font-family: var(--serif); font-size: 30px; color: var(--ink); }
.overlay-menu a:hover { color: var(--terra-deep); }
.overlay-note { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }

/* hero */
.hero { position: relative; overflow: hidden; }
.hero-glow { position: absolute; top: -10%; right: 3%; width: 640px; height: 640px; max-width: 92vw; z-index: 0; pointer-events: none; background: radial-gradient(circle at 50% 45%, rgba(246, 200, 119, 0.7) 0%, rgba(200, 138, 139, 0.28) 40%, transparent 68%); filter: blur(10px); animation: glowpulse 7s ease-in-out infinite; }
.hero-in { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 50px; padding: clamp(120px, 15vh, 168px) 0 clamp(64px, 9vw, 108px); }
.hero-copy { display: flex; flex-direction: column; gap: 22px; }
.hero h1 { font-size: clamp(46px, 7.5vw, 86px); line-height: 1.0; }
.hero h1 em { font-style: italic; color: var(--terra-deep); }
.hero .lead { font-size: clamp(16px, 2.1vw, 20px); color: var(--ink-soft); max-width: 44ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 6px; }
.hero-note { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.stars, .qstars { color: var(--gold); letter-spacing: 2px; }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; translate: -50% 0; z-index: 3; width: 24px; height: 40px; border: 1px solid rgba(169, 78, 43, 0.4); border-radius: 12px; display: flex; justify-content: center; padding-top: 7px; }
.scroll-cue span { width: 3px; height: 8px; background: var(--terra); border-radius: 2px; animation: scrolldot 1.8s ease infinite; }

/* 3D media (hero + story) */
.hero-media, .story-media { perspective: 1100px; position: relative; }
.hm-inner { position: relative; transform-style: preserve-3d; transition: transform .5s cubic-bezier(.2, .7, .2, 1); border-radius: 22px; }
.hm-img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; box-shadow: 0 44px 84px -34px rgba(60, 30, 15, 0.7); }
.hero-media .hm-img { aspect-ratio: 7 / 5; }
.story-media .hm-img { aspect-ratio: 4 / 5; }
.hm-glow { position: absolute; inset: -10% -10% -16% -10%; z-index: -1; background: radial-gradient(circle at 60% 32%, rgba(246, 200, 119, 0.55), transparent 60%); filter: blur(26px); transform: translateZ(-70px) scale(1.1); }
.hm-frame { position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 13px; transform: translateZ(30px); pointer-events: none; }
.hm-badge { position: absolute; left: 16px; bottom: 18px; transform: translateZ(62px); background: var(--paper); color: var(--ink); font-family: var(--serif); font-weight: 600; font-size: 15px; padding: 9px 15px; border-radius: 12px; box-shadow: var(--shadow); }
.hm-badge.alt { left: auto; right: 16px; bottom: 18px; }
.hm-chip { position: absolute; right: 16px; top: 18px; transform: translateZ(74px); background: var(--espresso); color: #F3E7D6; font-size: 12px; padding: 8px 14px; border-radius: 999px; display: flex; align-items: center; gap: 8px; box-shadow: var(--shadow); }
.hm-chip .dot { width: 8px; height: 8px; border-radius: 50%; background: #86d59a; box-shadow: 0 0 8px #86d59a; }

/* marquee */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--sand); padding: 14px 0; position: relative; z-index: 2; }
.marquee-track { display: flex; width: max-content; animation: marq 34s linear infinite; }
.marquee-track span { font-family: var(--serif); font-size: 15px; font-style: italic; color: var(--terra-deep); white-space: nowrap; }

/* sections */
.band { padding: clamp(64px, 9vw, 116px) 0; position: relative; z-index: 2; }
.sec-head { display: flex; flex-direction: column; gap: 13px; max-width: 62ch; }
.sec-head.center { align-items: center; text-align: center; margin: 0 auto; }
.sec-head h2 { font-size: clamp(28px, 4.4vw, 46px); line-height: 1.08; }
.sec-head p { color: var(--ink-soft); font-size: clamp(15px, 1.9vw, 17.5px); }

/* collection — 3D flip cards */
.collection { background: linear-gradient(180deg, var(--cream), var(--paper) 45%, var(--cream)); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 50px; }
.flip { perspective: 1200px; aspect-ratio: 3 / 4; cursor: pointer; outline: none; }
.flip-inner { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform .8s cubic-bezier(.4, .15, .2, 1); }
.flip:hover .flip-inner, .flip:focus-visible .flip-inner, .flip.flipped .flip-inner { transform: rotateY(180deg); }
.flip-front, .flip-back { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.flip-front img { width: 100%; height: 100%; object-fit: cover; }
.ff-veil { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(36, 24, 17, 0.74)); }
.ff-name { position: absolute; left: 18px; bottom: 16px; color: #fff; font-family: var(--serif); font-weight: 600; font-size: 21px; z-index: 1; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45); }
.flip:hover .ff-name { opacity: 0; }
.flip-back { transform: rotateY(180deg); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 9px; padding: 30px 26px; text-align: left; background: linear-gradient(180deg, var(--paper), var(--sand)); }
.flip-back .bk-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--terra-deep); font-weight: 700; }
.flip-back h3 { font-size: 25px; }
.flip-back .notes { color: var(--ink-soft); font-size: 14px; }
.flip-back .bk-foot { display: flex; align-items: baseline; gap: 12px; margin-top: 4px; }
.flip-back .price { font-family: var(--serif); font-size: 25px; color: var(--ink); }
.flip-back .burn { font-size: 12px; color: var(--muted); }
.flip-back .add { margin-top: 10px; }
.flip-back.sw1 { background: linear-gradient(180deg, #FBF1E2, #EBD3B0); }
.flip-back.sw2 { background: linear-gradient(180deg, #EDE3D6, #CDBBAA); }
.flip-back.sw3 { background: linear-gradient(180deg, #FBEEDC, #EBC98F); }
.flip-back.sw4 { background: linear-gradient(180deg, #EFE7DC, #D6C6BC); }

/* ritual */
.ritual { background: var(--espresso); color: #F3E7D6; overflow: hidden; position: relative; }
.ritual::after { content: ""; position: absolute; bottom: -30%; left: -10%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(196, 99, 59, 0.4), transparent 65%); pointer-events: none; }
.ritual .eyebrow { color: var(--gold); }
.ritual .sec-head h2 { color: #FBF1E2; }
.ritual .sec-head p { color: #D6C3AE; }
.feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 50px; position: relative; z-index: 1; }
.feat { display: flex; flex-direction: column; gap: 12px; }
.ic-wrap { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: rgba(224, 164, 92, 0.12); border: 1px solid rgba(224, 164, 92, 0.3); transition: transform .3s ease, background .3s ease; }
.feat:hover .ic-wrap { transform: translateY(-4px) rotate(-6deg); background: rgba(224, 164, 92, 0.22); }
.ic { width: 26px; height: 26px; color: var(--gold); }
.feat h3 { font-size: 19px; color: #FBF1E2; }
.feat p { font-size: 14px; color: #C9B7A2; }
.stats { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; margin-top: 64px; padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.12); position: relative; z-index: 1; }
.stat { display: flex; flex-direction: column; gap: 6px; }
.num { font-family: var(--serif); font-weight: 600; font-size: clamp(32px, 4vw, 44px); line-height: 1; color: var(--gold); }
.lbl { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #C9B7A2; }

/* story */
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 60px; align-items: center; }
.story-copy { display: flex; flex-direction: column; gap: 18px; }
.story-copy h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.08; }
.story-copy p { color: var(--ink-soft); font-size: 16.5px; }
.story-copy .sign { font-family: var(--serif); font-style: italic; color: var(--terra-deep); font-size: 18px; }

/* parallax band */
.parallax { position: relative; min-height: 58vh; display: flex; align-items: center; overflow: hidden; z-index: 2; }
.parallax-bg { position: absolute; left: 0; top: -16%; width: 100%; height: 132%; object-fit: cover; object-position: center 42%; z-index: 0; will-change: transform; }
.parallax-veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(30, 20, 12, 0.5), rgba(20, 13, 8, 0.72)); }
.parallax-in { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto; padding: 64px 0; }
.parallax .eyebrow { color: var(--glow); }
.parallax blockquote { margin: 16px auto 0; font-family: var(--serif); font-style: italic; font-size: clamp(26px, 4.4vw, 46px); line-height: 1.2; color: #fff; max-width: 18ch; text-shadow: 0 2px 26px rgba(0, 0, 0, 0.5); }
.parallax .cite { margin-top: 20px; font-size: 14px; color: #EAD9C4; }
.parallax .cite b { color: #fff; font-weight: 600; }

/* pricing */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; align-items: stretch; }
.plan { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; gap: 17px; box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease, border-color .3s; }
.plan:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -26px rgba(120, 72, 40, 0.5); border-color: #DDB595; }
.plan.feature { background: linear-gradient(180deg, #fff, var(--sand)); border-color: var(--terra); box-shadow: 0 26px 50px -26px rgba(169, 78, 43, 0.5); transform: translateY(-8px); }
.plan.feature:hover { transform: translateY(-14px); }
.plan .tag { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--terra-deep); }
.plan .name { font-family: var(--serif); font-size: 25px; }
.plan .amt { font-family: var(--serif); font-size: 42px; color: var(--ink); line-height: 1; }
.plan .amt span { font-family: var(--sans); font-size: 15px; color: var(--muted); font-weight: 400; }
.plan .desc { font-size: 14px; color: var(--ink-soft); }
.plan ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.plan li { font-size: 14px; color: var(--ink-soft); display: flex; align-items: flex-start; gap: 10px; }
.plan li svg { width: 17px; height: 17px; color: var(--terra); flex: none; margin-top: 3px; }
.plan .btn { margin-top: auto; }
.badge-top { display: inline-block; align-self: flex-start; background: var(--terra); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: -6px; }

/* quotes */
.quotes { background: linear-gradient(180deg, var(--cream), var(--paper)); }
.quote-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.qcard { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 28px 26px; box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease; }
.qcard:hover { transform: translateY(-6px); box-shadow: 0 28px 46px -26px rgba(120, 72, 40, 0.5); }
.qstars { letter-spacing: 3px; font-size: 14px; margin-bottom: 12px; }
.qcard blockquote { margin: 0; font-family: var(--serif); font-size: 19px; line-height: 1.4; color: var(--ink); }
.qcard figcaption { margin-top: 16px; font-size: 13px; color: var(--muted); }
.qcard figcaption b { color: var(--ink); font-weight: 600; }

/* cta */
.cta { background: var(--terra); color: #fff; position: relative; overflow: hidden; }
.cta .glow2 { position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 720px; height: 500px; background: radial-gradient(circle, rgba(246, 200, 119, 0.55), transparent 62%); pointer-events: none; animation: glowpulse 8s ease-in-out infinite; }
.cta-in { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cta .eyebrow { color: #FCE9D8; }
.cta h2 { font-size: clamp(30px, 5vw, 52px); color: #fff; }
.cta p { color: #FCE9D8; font-size: 17px; max-width: 42ch; }
.signup { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 8px; width: 100%; max-width: 470px; }
.signup input { flex: 1 1 220px; min-width: 0; font-family: var(--sans); font-size: 15px; padding: 14px 20px; border-radius: 999px; border: 1px solid transparent; background: rgba(255, 255, 255, 0.94); color: var(--ink); transition: box-shadow .25s ease; }
.signup input::placeholder { color: #9A8271; }
.signup input:focus { outline: none; box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }
.signup .btn { background: var(--espresso); color: #fff; }
.signup .btn:hover { background: #160f0a; transform: translateY(-2px); }
.form-msg { min-height: 18px; margin: 2px 0 0; font-family: var(--serif); font-style: italic; font-size: 16px; color: #fff; opacity: 0; transition: opacity .4s ease; }
.form-msg.show { opacity: 1; }
.cta small { color: #FBDFC8; font-size: 12.5px; }

/* footer */
footer { background: var(--espresso); color: #C9B7A2; position: relative; z-index: 2; }
.foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; padding: 56px 0 34px; }
.foot-brand .brand { color: #F3E7D6; margin-bottom: 12px; }
.foot-brand .brand .mark { color: var(--gold); }
.foot-brand p { font-size: 14px; color: #A5917C; max-width: 32ch; }
.foot-col h4 { font-family: var(--sans); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; font-weight: 600; }
.foot-col a { display: block; font-size: 14px; color: #C9B7A2; padding: 5px 0; transition: color .2s; }
.foot-col a:hover { color: var(--gold); }
.foot-legal { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 18px 0; font-size: 12.5px; color: #8b7763; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* dividers */
.rule-divider { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 12px; }
.rule-divider .dl { display: block; height: 1px; width: 0; transition: width 1.1s cubic-bezier(.2, .7, .2, 1) .25s; }
.rule-divider .dl.l { background: linear-gradient(90deg, transparent, var(--terra)); }
.rule-divider .dl.r { background: linear-gradient(90deg, var(--terra), transparent); }
.rule-divider .leaf { width: 15px; height: 15px; color: var(--terra); opacity: 0; transform: scale(.5) rotate(-18deg); transition: opacity .6s ease .5s, transform .6s ease .5s; }
.sec-head.in .rule-divider .dl { width: 72px; }
.sec-head.in .rule-divider .leaf { opacity: 1; transform: none; }

[data-magnetic] { transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .25s ease, background .25s ease; }

/* reveal */
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); }
[data-reveal] { transition: opacity .8s ease, transform .8s ease; }
.reveal-ready [data-reveal].in { opacity: 1; transform: none; }
.reveal-ready .cards .flip:nth-child(2) { transition-delay: .08s; }
.reveal-ready .cards .flip:nth-child(3) { transition-delay: .16s; }
.reveal-ready .cards .flip:nth-child(4) { transition-delay: .24s; }
.reveal-ready .feats .feat:nth-child(2) { transition-delay: .08s; }
.reveal-ready .feats .feat:nth-child(3) { transition-delay: .16s; }
.reveal-ready .feats .feat:nth-child(4) { transition-delay: .24s; }
.reveal-ready .quote-row .qcard:nth-child(2) { transition-delay: .1s; }
.reveal-ready .quote-row .qcard:nth-child(3) { transition-delay: .2s; }

/* keyframes */
@keyframes flicker { 0%, 100% { transform: translateX(-50%) scaleY(1) rotate(-1deg); opacity: 1; } 25% { transform: translateX(-50%) scaleY(1.05) rotate(1deg); opacity: 0.94; } 50% { transform: translateX(-50%) scaleY(0.97) rotate(-1deg); opacity: 1; } 75% { transform: translateX(-50%) scaleY(1.04) rotate(1.5deg); opacity: 0.96; } }
@keyframes glowpulse { 0%, 100% { opacity: 0.8; } 50% { opacity: 1; } }
@keyframes marq { to { transform: translateX(-50%); } }
@keyframes scrolldot { 0% { opacity: 0; transform: translateY(-4px); } 40% { opacity: 1; } 80% { opacity: 0; transform: translateY(10px); } }

/* responsive */
@media (max-width: 940px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .feats { grid-template-columns: repeat(2, 1fr); }
  .prices, .quote-row { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .plan.feature { transform: none; }
  .plan.feature:hover { transform: translateY(-6px); }
  .foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav-links { display: none; }
  .burger { display: flex; }
  .hero-in { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 460px; margin: 0 auto; }
  .story-grid { grid-template-columns: 1fr; gap: 30px; }
  .story-media { order: -1; max-width: 380px; margin: 0 auto; }
  .sec-head:not(.center) { align-items: center; text-align: center; margin: 0 auto; }
}
@media (max-width: 540px) {
  .cards, .feats { grid-template-columns: 1fr; max-width: 340px; margin-left: auto; margin-right: auto; }
  .foot-top { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .preloader { display: none; }
  .pl-flame, .hero-glow, .marquee-track, .scroll-cue span, .cta .glow2 { animation: none; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
  [data-parallax] { transform: none !important; }
  .hm-inner { transform: none !important; }
  .rule-divider .dl { width: 72px; }
  .rule-divider .leaf { opacity: 1; transform: none; }
  .flip-inner { transform: none !important; transition: none; }
  .flip-front, .flip-back { backface-visibility: visible; -webkit-backface-visibility: visible; transition: opacity .2s ease; }
  .flip-back { transform: none; opacity: 0; }
  .flip:hover .flip-back, .flip:focus-visible .flip-back, .flip.flipped .flip-back { opacity: 1; }
  .flip:hover .flip-front, .flip:focus-visible .flip-front, .flip.flipped .flip-front { opacity: 0; }
  * { transition-duration: 0.001ms !important; }
}
