/* ═══════════════════════════════════════════════════════════════════
   GRATUS.CC · the public site. Deep Focus: one idea per viewport, ~90vh
   sections, a narrowed column, real emptiness. Text never waits on JS.
   ═══════════════════════════════════════════════════════════════════ */
body { min-height: 100dvh; }
#pollen { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; border-radius: 0; opacity: .9; }
.seam { position: fixed; z-index: 0; }
.film { position: relative; z-index: 1; }
.act { min-height: 90vh; display: grid; align-content: center; gap: 20px; padding: 64px 20px; width: min(100%, 880px); margin: 0 auto; scroll-margin-top: 20px; }
.act.center { text-align: center; justify-items: center; }
.act h1 { font-size: var(--fs-hero); }
.act h2 { font-size: var(--fs-section); }
.act .lede { font-size: clamp(1.15rem, 3.4vw, 1.4rem); color: var(--ink-2); font-weight: 500; max-width: 560px; line-height: 1.45; }
.act p { max-width: 600px; }
.act .split { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .act .split { grid-template-columns: 1fr 1fr; } .act .split.rev > :first-child { order: 2; } }
.kicker { font-family: var(--mono); font-weight: 500; font-size: var(--fs-label); letter-spacing: .14em; text-transform: uppercase; color: var(--label); }
.stack-lines { display: grid; gap: 4px; }
.stack-lines span { display: block; }
.coin-hero { position: relative; width: min(64vw, 300px); aspect-ratio: 1; display: grid; place-items: center; }
.coin-hero img { width: 100%; height: 100%; border-radius: 50%; animation: breathe-mark 8s ease-in-out infinite; }
.coin-hero .halo { position: absolute; inset: -20%; border-radius: 50%; background: radial-gradient(circle, rgba(53,229,255,.16), rgba(122,59,240,.08) 40%, transparent 70%); animation: breathe 8s ease-in-out infinite; --o: .8; z-index: -1; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.act .btn { min-height: 56px; padding: 0 28px; font-size: 18px; }
.demo { display: grid; gap: 14px; padding: 20px; border-radius: 28px; }
.demo .plant { position: relative; width: 220px; height: 286px; margin: 0 auto; }
.demo .plant svg { width: 100%; height: 100%; overflow: visible; border-radius: 0; }
.demo .plant .body { animation: idle var(--period, 8s) ease-in-out infinite alternate; animation-delay: var(--ph, 0s); }
.demo .aura { animation: breathe var(--br, 8s) ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.demo .mote { animation: mote var(--t, 7s) ease-in-out infinite; animation-delay: var(--d, 0s); opacity: 0; }
.demo .drop { animation: drop 3.6s ease-in infinite; animation-delay: var(--d, 0s); }
.demo .moth-petal { transform: rotate(var(--closed)); transition: transform .9s var(--ease); }
.demo .plant.open .moth-petal { transform: rotate(var(--open)); }
.demo .sway .body { animation: sway var(--period, 12s) ease-in-out infinite alternate; }
@keyframes idle { from { transform: rotate(-.9deg) } to { transform: rotate(.9deg) } }
@keyframes sway { from { transform: rotate(-2.6deg) } to { transform: rotate(2.6deg) } }
@keyframes mote { 0% { opacity: 0; transform: translateY(0) } 15% { opacity: .9 } 100% { opacity: 0; transform: translateY(-70px) translateX(6px) } }
@keyframes drop { 0% { opacity: 0; transform: translateY(0) } 12% { opacity: 1 } 100% { opacity: 0; transform: translateY(60px) } }
.chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.chip { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 12px; border-radius: 14px; background: var(--ground-2); box-shadow: 0 0 0 1px var(--frame); font-size: 15px; font-weight: 500; color: var(--ink); }
.chip.on { background: var(--ground-3); box-shadow: inset 1px 1px 0 var(--relief-light), 0 0 0 1.5px var(--p-cyan); }
.chip .lens { width: 30px; height: 30px; font-size: 16px; }
.feel { display: grid; justify-items: center; gap: 3px; }
.feel .lens { width: 44px; height: 44px; font-size: 22px; }
.feel span { font-size: 12px; font-weight: 600; }
.feel.on .lens { box-shadow: inset 1px 1px 0 var(--glass-highlight), 0 0 0 2px var(--fh), 0 0 22px -4px var(--fh); }
.slider { display: grid; gap: 6px; }
.slider input[type=range] { width: 100%; accent-color: var(--p-cyan); height: 44px; }
.readout { display: flex; justify-content: space-between; font-size: 14px; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 520px) { .two { grid-template-columns: 1fr; } }
.two .demo { padding: 14px; }
.demo .mini { width: 160px; height: 208px; }
.gift-lens { display: grid; place-items: center; gap: 8px; cursor: pointer; }
.gift-lens .sealed-svg { width: 120px; height: 120px; overflow: visible; border-radius: 0; }
.gift-lens .seal-ring { transition: stroke-dashoffset 1s var(--spring); }
.gift-lens.open .seal-ring { opacity: 0; }
.gift-lens .note { display: none; font-size: 15px; color: var(--ink-2); max-width: 240px; text-align: center; }
.gift-lens.open .note { display: block; }
.gift-path { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; font-size: 13px; }
.well { padding: 16px 18px; border-radius: 20px; display: grid; gap: 6px; }
.well .big { font-size: 2rem; }
.disclosure { font-size: 14px; color: var(--ink-2); font-weight: 500; max-width: 520px; line-height: 1.45; }
.ground-demo { display: grid; place-items: center; gap: 14px; min-height: 360px; position: relative; }
.hold { position: relative; -webkit-user-select: none; user-select: none; touch-action: none; }
.hold .ring { position: absolute; inset: -6px; border-radius: 50%; background: conic-gradient(var(--p-cyan) calc(var(--p, 0) * 1%), transparent 0); -webkit-mask: radial-gradient(circle, transparent calc(50% - 4px), #000 calc(50% - 3px)); mask: radial-gradient(circle, transparent calc(50% - 4px), #000 calc(50% - 3px)); opacity: 0; transition: opacity .2s; pointer-events: none; }
.hold.holding .ring { opacity: 1; }
.clock { font-size: 2.6rem; }
.bell-spot { width: 88px; height: 88px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.22), transparent 70%); animation: breathe 1.6s ease-in-out infinite; --o: 1; }
.rows { display: grid; gap: 10px; width: 100%; }
.rowp { display: grid; gap: 6px; padding: 16px 18px; border-radius: 22px; }
.rowp h3 { font-size: 1.2rem; }
.rowp .n { font-family: var(--mono); color: var(--label); font-size: 13px; }
.vesica { display: grid; place-items: center; height: 120px; position: relative; }
.vesica .lens { position: absolute; transition: transform 1.2s var(--ease); }
.vesica .a { transform: translateX(-46px); } .vesica .b { transform: translateX(46px); }
.vesica.joined .a { transform: translateX(-18px); } .vesica.joined .b { transform: translateX(18px); }
.causes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; }
@media (max-width: 640px) { .causes { grid-template-columns: 1fr; } }
.cause { display: grid; justify-items: center; gap: 8px; padding: 18px 12px; border-radius: 22px; text-align: center; }
.cause .lens { width: 64px; height: 64px; font-size: 32px; }
.cause p { font-size: 15px; color: var(--ink-2); }
.strip { display: grid; grid-template-columns: repeat(15, 1fr); gap: 3px; width: 100%; }
.strip .frame { aspect-ratio: 1; border-radius: 8px; background: var(--ground-2); display: grid; place-items: center; font-family: var(--emoji); font-size: 14px; position: relative; overflow: hidden; opacity: 0; animation: framein .4s var(--ease) forwards; animation-delay: var(--d); }
.strip .frame i { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; }
@keyframes framein { to { opacity: 1 } }
.band { display: flex; height: 8px; border-radius: 6px; overflow: hidden; gap: 1px; width: 100%; }
.band i { flex: 1; }
.prism-strip { height: 6px; border-radius: 6px; width: 100%; background: linear-gradient(90deg, #35E5FF, #2438F5, #7A3BF0, #FF3D8F, #FF7A1F, #FFC531); }
.mantra { font-size: clamp(3rem, 12vw, 6rem); letter-spacing: -.03em; }
.statement-big { font-size: clamp(1.4rem, 4.6vw, 2.2rem); font-family: var(--display); font-weight: 700; max-width: 720px; line-height: 1.2; }
.futures { display: grid; gap: 10px; width: 100%; }
.futures a { text-decoration: none; }
.notif { display: grid; gap: 10px; width: 100%; max-width: 420px; }
.notif div { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 18px; font-weight: 500; font-size: 16px; text-align: left; }
.notif img { width: 36px; height: 36px; border-radius: 10px; }
footer { display: grid; gap: 14px; padding: 40px 20px 60px; width: min(100%, 880px); margin: 0 auto; position: relative; z-index: 1; }
footer nav { display: flex; gap: 14px 18px; flex-wrap: wrap; font-size: 15px; }
.colophon { display: grid; gap: 4px; font-size: 15px; color: var(--ink-2); }
.colophon strong { color: var(--ink); font-family: var(--display); font-size: 1.2rem; }
[data-mode="dawn"] .coin-hero .halo { background: radial-gradient(circle, rgba(36,56,245,.10), transparent 60%); }
.dawn-zone { background: var(--ground); }
.deep { display: grid; gap: 8px; }
.deep summary { cursor: pointer; font-weight: 600; min-height: 44px; display: flex; align-items: center; list-style: none; }
.deep summary::before { content: "+ "; color: var(--gold-text); margin-right: 6px; }
.deep[open] summary::before { content: "− "; }
.dawn-transition { transition: background 1.2s var(--ease), color 1.2s var(--ease); }
@media (prefers-reduced-motion: reduce) { .strip .frame { opacity: 1; animation: none; } }
html.rm .strip .frame { opacity: 1; animation: none; }
