.landing-page{background:var(--color-black);min-height:100vh;color:var(--color-cream);font-family:var(--font-dm-sans), -apple-system, sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6;overflow-x:hidden}.landing-page [id]{scroll-margin-top:84px}.landing-page .inquiry-error{color:var(--color-gold);background:var(--gold-tint);border:1px solid var(--gold-muted);border-radius:6px;padding:10px 14px;font-size:13px;line-height:1.6}.landing-page .btn-primary:disabled{opacity:.6;cursor:default;box-shadow:none;transform:none}.landing-page .footer-preview-door{text-align:center;color:var(--color-gold);margin-top:14px;font-size:12px;text-decoration:none;display:block}.landing-page .register-dark{--surface:#211e1c;--surface-raised:#272321;--sidebar-bg:#151312;--border:#b5ada429;--border-soft:#b5ada417;--cream-muted:#f5f0e89e;--cream-faint:#f5f0e861;--burgundy-tint:#6b2d3e29;--burgundy-hover:#7e3549;--gold-tint:#c9a96e1a;--gold-muted:#c9a96e52;--text-soft:var(--cream-muted);--text-faint:var(--cream-faint);--label-gold:var(--color-gold);color:var(--color-cream)}.landing-page .register-light{--surface:#faf7f0;--surface-raised:#fdfbf5;--border:#b5ada459;--border-soft:#b5ada433;--ink-muted:#57524b;--ink-faint:#8b8378;--burgundy-tint:#6b2d3e17;--burgundy-hover:#7e3549;--gold-tint:#c9a96e21;--gold-muted:#c9a96e73;--gold-ink:#96763f;--text-soft:var(--ink-muted);--text-faint:var(--ink-faint);--label-gold:var(--gold-ink);color:var(--color-black)}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{font-family:var(--font-lora), Georgia, serif;font-weight:500;line-height:1.3}.landing-page .register-dark h1,.landing-page .register-dark h2,.landing-page .register-dark h3{color:var(--color-cream)}.landing-page .register-light h1,.landing-page .register-light h2,.landing-page .register-light h3{color:var(--color-black)}.landing-page a{color:inherit}.landing-page button{font-family:inherit}.landing-page img{max-width:100%;display:block}.landing-page .grain{z-index:999;pointer-events:none;opacity:.028;width:100%;height:100%;position:fixed;inset:0}.landing-page .reveal{opacity:0;transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94);transform:translateY(24px)}.landing-page .reveal.visible{opacity:1;transform:none}.landing-page .reveal-r1{transition-delay:.12s}.landing-page .reveal-r2{transition-delay:.38s}.landing-page .reveal-r3{transition-delay:.5s}.landing-page .reveal-r4{transition-delay:.92s}.landing-page .reveal-bloom{opacity:0;transition:opacity 1.25s cubic-bezier(.25,.46,.45,.94),transform 1.25s cubic-bezier(.25,.46,.45,.94);transform:scale(.965)translateY(18px)}.landing-page .reveal-bloom.visible{opacity:1;transform:none}.landing-page .site-nav{z-index:100;padding:20px 0;transition:background .5s,padding .4s,box-shadow .5s;position:fixed;top:0;left:0;right:0}.landing-page .site-nav.scrolled{background:#f5f0e8f5;border-bottom:1px solid #b5ada433;padding:12px 0;box-shadow:0 6px 18px #1a1a1a0d}.landing-page .nav-inner{align-items:center;gap:28px;max-width:1160px;margin:0 auto;padding:0 32px;display:flex}.landing-page .nav-brand{font-family:var(--font-lora), Georgia, serif;letter-spacing:.02em;color:var(--color-cream);font-size:19px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .5s}.landing-page .nav-brand .brand-sub{font-family:var(--font-dm-sans), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--color-gold);margin-top:1px;font-size:9.5px;font-weight:600;display:block}.landing-page .site-nav.scrolled .nav-brand{color:var(--color-black)}.landing-page .site-nav.scrolled .nav-brand .brand-sub{color:#96763f}.landing-page .nav-links{align-items:center;gap:30px;margin:0 auto;list-style:none;display:flex}.landing-page .nav-links a{letter-spacing:.06em;text-transform:uppercase;color:#f5f0e8b8;font-size:12.5px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.landing-page .nav-links a:after{content:"";background:var(--color-gold);width:0;height:1px;transition:width .4s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:-4px;left:0}.landing-page .nav-links a:hover{color:var(--color-cream)}.landing-page .nav-links a:hover:after{width:100%}.landing-page .site-nav.scrolled .nav-links a{color:#57524b}.landing-page .site-nav.scrolled .nav-links a:hover{color:var(--color-black)}.landing-page .nav-actions{align-items:center;gap:18px;margin-left:auto;display:flex}.landing-page .nav-login{letter-spacing:.02em;color:#f5f0e8b8;white-space:nowrap;border-bottom:1px solid #0000;font-size:12.5px;font-weight:500;text-decoration:none;transition:color .3s,border-color .3s}.landing-page .nav-login:hover{color:var(--color-cream);border-bottom-color:#c9a96e52}.landing-page .site-nav.scrolled .nav-login{color:#57524b}.landing-page .site-nav.scrolled .nav-login:hover{color:var(--color-black);border-bottom-color:#c9a96e73}.landing-page .btn{cursor:pointer;letter-spacing:.03em;white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:11px 22px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .3s,border-color .3s,color .3s,transform .2s,box-shadow .3s;display:inline-flex}.landing-page .btn-primary{background:var(--color-burgundy);color:var(--color-cream)}.landing-page .btn-primary:hover{background:#7e3549;transform:translateY(-1px);box-shadow:0 8px 24px #6b2d3e47}.landing-page .btn-quiet{color:var(--text-soft);border-color:var(--border);background:0 0}.landing-page .btn-quiet:hover{color:var(--color-gold);border-color:var(--color-gold);transform:translateY(-1px)}.landing-page .btn-lg{padding:14px 30px;font-size:14px}.landing-page .btn-sm{padding:7px 15px;font-size:12.5px}.landing-page .btn-block{width:100%}.landing-page .section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--label-gold);margin-bottom:14px;font-size:11px;font-weight:600}.landing-page .wave-divider{align-items:center;width:100%;height:40px;display:flex;overflow:hidden}.landing-page .wave-divider svg{opacity:.22;width:200%;height:22px;animation:36s linear infinite waveDrift}.landing-page .wave-divider svg path{fill:none;stroke-width:1.3px}.landing-page .hero-curtain{background:var(--color-black);align-items:center;min-height:100vh;padding:110px 0 90px;display:flex;position:relative;overflow:hidden}.landing-page .hero-velvet{z-index:1;opacity:0;background:radial-gradient(at 78% 14%,#c9a96e2e 0%,#0000 44%),radial-gradient(at 68% 34%,#7e354961 0%,#0000 64%),repeating-linear-gradient(91deg,#6b2d3e5c 0,#2611171a 36px,#6b2d3e4d 74px,#1a121414 108px,#6b2d3e5c 148px),linear-gradient(160deg,#3a1722 0%,#241419 55%,#191219 100%);width:58%;animation:2.6s cubic-bezier(.25,.46,.45,.94) .15s forwards photoBloom;position:absolute;top:0;bottom:0;right:0}.landing-page .hero-velvet:after{content:"";background:linear-gradient(to right, var(--color-black) 2%, #1a1a1a8c 26%, #1a1a1a00 58%), linear-gradient(to top, var(--color-black) 3%, #1a1a1a00 40%), linear-gradient(to bottom, #1a1a1a73 0%, #1a1a1a00 25%);position:absolute;inset:0}.landing-page .hero-atmosphere{z-index:0;background:radial-gradient(at 20% 78%,#6b2d3e38 0%,#0000 55%),radial-gradient(at 85% 12%,#c9a96e14 0%,#0000 40%);position:absolute;inset:0}.landing-page .hero-inner{z-index:10;width:100%;max-width:1160px;margin:0 auto;padding:0 32px;position:relative}.landing-page .hero-copy{max-width:520px}.landing-page .hero-eyebrow{text-transform:uppercase;letter-spacing:.24em;color:var(--color-gold);opacity:0;margin-bottom:28px;font-size:11px;font-weight:600;animation:1.1s .55s forwards fadeIn}.landing-page .hero-title{font-family:var(--font-lora), Georgia, serif;letter-spacing:-.01em;opacity:0;margin-bottom:24px;font-size:clamp(38px,5.8vw,62px);font-weight:600;line-height:1.14;animation:1.3s cubic-bezier(.25,.46,.45,.94) .3s forwards riseIn}.landing-page .hero-title em{color:var(--color-gold);font-style:italic}.landing-page .hero-sub{color:#f5f0e8d1;opacity:0;max-width:440px;margin-bottom:40px;font-size:clamp(15px,1.9vw,17.5px);font-weight:300;line-height:1.8;animation:1.3s cubic-bezier(.25,.46,.45,.94) .85s forwards riseIn}.landing-page .hero-sub strong{color:var(--color-cream);font-weight:500}.landing-page .hero-buttons{opacity:0;flex-wrap:wrap;gap:14px;animation:1.1s 1.35s forwards riseIn;display:flex}.landing-page .hero-curtain .btn-quiet{color:#f5f0e8c7;border-color:#f5f0e847}.landing-page .hero-curtain .btn-quiet:hover{color:var(--color-gold);border-color:var(--color-gold)}.landing-page .scroll-indicator{z-index:10;opacity:0;align-items:center;gap:12px;animation:1.2s 2s forwards fadeIn;display:flex;position:absolute;bottom:44px;left:32px}.landing-page .scroll-indicator span{letter-spacing:.16em;text-transform:uppercase;color:#f5f0e880;font-size:10px}.landing-page .scroll-line{background:linear-gradient(90deg,#c9a96e8c,#0000);width:44px;height:1px;animation:2.6s ease-in-out infinite quietPulse}.landing-page .studio-room{background:var(--color-cream);position:relative}.landing-page .studio-inner{grid-template-columns:.9fr 1.1fr;align-items:start;gap:64px;max-width:1160px;margin:0 auto;padding:0 32px 96px;display:grid}.landing-page .studio-photo{z-index:5;border-radius:10px;margin-top:-96px;position:relative;overflow:hidden;box-shadow:0 30px 70px #1a1a1a52}.landing-page .studio-photo img{aspect-ratio:3/3.6;object-fit:cover;object-position:50% 14%;filter:sepia(.42)saturate(.94)hue-rotate(-8deg)brightness(.97)contrast(1.03);width:100%}.landing-page .studio-photo:after{content:"";background:linear-gradient(200deg,#c9a96e29 0%,#6b2d3e14 40%,#6b2d3e3d 100%);position:absolute;inset:0}.landing-page .photo-caption{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);margin-top:12px;font-size:11.5px;font-weight:500}.landing-page .studio-text{padding-top:96px}.landing-page .studio-text h2{margin-bottom:22px;font-size:clamp(28px,3.6vw,40px);font-weight:500}.landing-page .studio-text p{max-width:560px;margin-bottom:18px;font-size:16.5px;line-height:1.8}.landing-page .studio-text p strong{color:var(--color-burgundy);font-weight:500}.landing-page .studio-text .soft{color:var(--text-soft);font-size:15.5px}.landing-page .voice-block{background:var(--burgundy-tint);border-left:3px solid var(--color-burgundy);border-radius:8px;max-width:600px;margin-top:36px;padding:30px 34px;position:relative;overflow:hidden}.landing-page .voice-block:after{content:"";background:radial-gradient(circle,#c9a96e29 0%,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-50px}.landing-page .voice-label{text-transform:uppercase;letter-spacing:.08em;color:var(--label-gold);margin-bottom:12px;font-size:10.5px;font-weight:600}.landing-page .voice-line{font-family:var(--font-lora), Georgia, serif;color:var(--color-black);font-size:clamp(17px,2vw,20px);font-style:italic;font-weight:500;line-height:1.55}.landing-page .voice-line b{color:var(--color-burgundy);font-weight:600}.landing-page .mantra-moment{background:var(--color-black);position:relative;overflow:hidden}.landing-page .mantra-grid{grid-template-columns:1.05fr .95fr;align-items:center;max-width:1160px;min-height:480px;margin:0 auto;display:grid}.landing-page .mantra-words{z-index:5;padding:88px 32px;position:relative}.landing-page .mantra-words .section-label{color:var(--color-gold)}.landing-page .mantra-line{font-family:var(--font-lora), Georgia, serif;color:var(--color-cream);margin-bottom:22px;font-size:clamp(34px,4.8vw,56px);font-style:italic;font-weight:600;line-height:1.18}.landing-page .mantra-line em{color:var(--color-gold);font-style:italic}.landing-page .mantra-note{color:var(--cream-muted);max-width:420px;font-size:15.5px;line-height:1.75}.landing-page .mantra-photo{height:100%;min-height:420px;position:relative}.landing-page .mantra-photo img{object-fit:cover;object-position:50% 24%;filter:hue-rotate(-5deg)saturate(.8)brightness(.85)contrast(1.05);width:100%;height:100%;position:absolute;inset:0}.landing-page .mantra-photo:after{content:"";background:linear-gradient(to right, var(--color-black) 0%, #1a1a1a40 30%, #1a1a1a00 60%), linear-gradient(to bottom, #1a1a1a59 0%, #1a1a1a00 30%, #1a1a1a66 100%), radial-gradient(ellipse at 70% 40%, #6b2d3e2e 0%, transparent 70%);position:absolute;inset:0}.landing-page .setlist-section{background:var(--color-cream)}.landing-page .setlist-inner{max-width:1160px;margin:0 auto;padding:96px 32px}.landing-page .setlist-head{max-width:560px;margin-bottom:26px}.landing-page .setlist-head h2{margin-bottom:14px;font-size:clamp(26px,3.4vw,36px)}.landing-page .setlist-head p{color:var(--text-soft);font-size:16px;line-height:1.7}.landing-page .setlist{list-style:none}.landing-page .setlist-row{border-bottom:1px solid var(--border-soft);grid-template-columns:84px 1fr;align-items:baseline;gap:28px;padding:34px 8px;transition:background .35s,padding-left .35s;display:grid}.landing-page .setlist-row:first-child{border-top:1px solid var(--border-soft)}.landing-page .setlist-row:hover{background:var(--burgundy-tint);padding-left:20px}.landing-page .setlist-num{font-family:var(--font-lora), Georgia, serif;color:var(--gold-ink);font-size:30px;font-style:italic;font-weight:500}.landing-page .setlist-row h3{margin-bottom:8px;font-size:20.5px;font-weight:500}.landing-page .setlist-row p{color:var(--text-soft);max-width:640px;font-size:15px;line-height:1.7}.landing-page .stage-band{background:var(--color-black);position:relative;overflow:hidden}.landing-page .stage-photo{position:absolute;inset:0}.landing-page .stage-photo img{object-fit:cover;object-position:50% 30%;filter:saturate(.85)brightness(.62)contrast(1.02);width:100%;height:100%}.landing-page .stage-photo:after{content:"";background:linear-gradient(90deg,#1a1a1ae6 0%,#1a1a1a8c 45%,#1a1a1a47 100%),linear-gradient(#1a1a1a00 55%,#1a1a1ad9 100%),radial-gradient(at 80% 20%,#c9a96e1a 0%,#0000 50%);position:absolute;inset:0}.landing-page .stage-inner{z-index:5;max-width:1160px;margin:0 auto;padding:120px 32px 110px;position:relative}.landing-page .stage-inner h2{max-width:520px;margin-bottom:18px;font-size:clamp(27px,3.6vw,40px)}.landing-page .stage-line{color:var(--cream-muted);max-width:480px;margin-bottom:30px;font-size:16px;line-height:1.8}.landing-page .credential-row{flex-wrap:wrap;gap:10px;display:flex}.landing-page .credential-chip{color:var(--color-gold);border:1px solid var(--gold-muted);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1a1a1a8c;border-radius:20px;padding:7px 16px;font-size:12px;font-weight:500}.landing-page .join-band{background:radial-gradient(1000px 620px at 78% -10%, #6b2d3e33, transparent 60%), radial-gradient(760px 480px at -6% 40%, #c9a96e0d, transparent 55%), var(--color-black);position:relative;overflow:hidden}.landing-page .join-threshold{pointer-events:none;position:absolute;top:18px;left:0;right:0;overflow:hidden}.landing-page .join-threshold svg{opacity:.3;width:200%;height:20px;animation:34s linear infinite waveDrift;display:block}.landing-page .join-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1160px;margin:0 auto;padding:100px 32px 110px;display:grid}.landing-page .join-copy h2{margin-bottom:8px;font-size:clamp(27px,3.6vw,40px)}.landing-page .join-price{font-family:var(--font-lora), Georgia, serif;color:var(--color-gold);margin:10px 0 20px;font-size:19px}.landing-page .join-copy p{color:var(--cream-muted);max-width:440px;margin-bottom:18px;font-size:16px;line-height:1.8}.landing-page .join-copy p strong{color:var(--color-cream);font-weight:500}.landing-page .join-quiet-note{color:var(--cream-faint);font-size:13.5px}.landing-page .join-figure{position:relative}.landing-page .spotlight-stage{aspect-ratio:3/3.9;background:radial-gradient(44% 9% at 46% 62%,#c9a96e61 0%,#c9a96e1f 55%,#0000 78%),linear-gradient(115deg,#0000 32%,#f5f0e80d 41%,#c9a96e42 47%,#f5f0e80f 53%,#0000 62%),radial-gradient(at 76% -4%,#f5f0e829 0%,#0000 32%),linear-gradient(170deg,#241518 0%,#171013 48%,#120d10 100%);border-radius:12px;position:relative;overflow:hidden;box-shadow:0 26px 70px #00000080}.landing-page .spotlight-stage:after{content:"";background:radial-gradient(at 50% 32%,#0000 42%,#1a1a1a59 100%);position:absolute;inset:0}.landing-page .spot-caption{text-align:center;text-transform:uppercase;letter-spacing:.22em;color:#c9a96ebf;font-size:10.5px;font-weight:600;position:absolute;bottom:30%;left:0;right:0}.landing-page .inquiry-card{z-index:5;border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#211e1cf0;border-radius:10px;margin:-120px 26px 0 -60px;padding:34px 32px;position:relative;box-shadow:inset 0 1px #f5f0e808,0 18px 48px #00000073}.landing-page .input-stack{flex-direction:column;gap:18px;display:flex}.landing-page .input-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-gold);margin-bottom:8px;font-size:11px;font-weight:600;display:block}.landing-page .input-field{border:1px solid var(--border);width:100%;font-family:var(--font-dm-sans), sans-serif;color:var(--color-cream);background:#f5f0e80b;border-radius:6px;padding:12px 14px;font-size:14.5px;transition:border-color .3s,background .3s}.landing-page .input-field::placeholder{color:var(--cream-faint)}.landing-page .input-field:focus{border-color:var(--gold-muted);background:#f5f0e812;outline:none}.landing-page textarea.input-field{resize:vertical;min-height:96px;line-height:1.6}.landing-page .inquiry-footnote{color:var(--cream-faint);margin-top:14px;font-size:12.5px;line-height:1.6}.landing-page .inquiry-sent{text-align:center;padding:26px 6px;display:none}.landing-page .inquiry-card.sent form{display:none}.landing-page .inquiry-card.sent .inquiry-sent{animation:.7s both riseIn;display:block}.landing-page .inquiry-sent .sent-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--color-gold);margin-bottom:14px;font-size:11px;font-weight:600}.landing-page .inquiry-sent h3{color:var(--color-cream);margin-bottom:12px;font-size:23px;font-weight:500}.landing-page .inquiry-sent p{color:var(--cream-muted);font-size:14.5px;line-height:1.7}.landing-page .inquiry-sent .wave-divider{height:26px;margin-top:22px}.landing-page .inquiry-sent .wave-divider svg{opacity:.4}.landing-page .site-footer{background:var(--sidebar-bg);border-top:1px solid var(--border-soft)}.landing-page .footer-inner{max-width:1160px;margin:0 auto;padding:60px 32px 28px}.landing-page .footer-cols{flex-wrap:wrap;justify-content:space-between;gap:48px;display:flex}.landing-page .footer-brand h4{margin-bottom:3px;font-size:18px;font-weight:600}.landing-page .footer-brand .brand-sub{color:var(--cream-faint);margin-bottom:10px;font-size:12px}.landing-page .footer-brand .brand-signature{text-transform:uppercase;letter-spacing:.2em;color:var(--color-gold);font-size:10.5px;font-weight:600}.landing-page .footer-col h5{font-family:var(--font-dm-sans), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--color-gold);margin-bottom:14px;font-size:11px;font-weight:600}.landing-page .footer-col a{color:var(--cream-muted);margin-bottom:9px;font-size:13.5px;text-decoration:none;transition:color .3s;display:block}.landing-page .footer-col a:hover{color:var(--color-gold)}.landing-page .footer-bottom{border-top:1px solid var(--border-soft);color:var(--cream-faint);justify-content:center;margin-top:22px;padding-top:20px;font-size:12px;display:flex}@media (max-width:980px){.landing-page .studio-inner{grid-template-columns:1fr;gap:36px;padding-bottom:76px}.landing-page .studio-photo{max-width:440px;margin-top:-72px}.landing-page .studio-text{padding-top:0}.landing-page .mantra-grid{grid-template-columns:1fr;min-height:0}.landing-page .mantra-photo{order:-1;min-height:380px}.landing-page .mantra-photo:after{background:linear-gradient(to bottom, #1a1a1a4d 0%, #1a1a1a00 40%, var(--color-black) 96%), radial-gradient(ellipse at 70% 40%, #6b2d3e2e 0%, transparent 70%)}.landing-page .mantra-words{padding:24px 32px 76px}.landing-page .join-inner{grid-template-columns:1fr;gap:0;padding:84px 24px 92px}.landing-page .join-figure{margin-top:44px}.landing-page .spotlight-stage{aspect-ratio:3/3.2;max-width:480px;margin:0 auto}.landing-page .inquiry-card{margin:-88px 12px 0}}@media (max-width:760px){.landing-page .nav-links{display:none}.landing-page .nav-inner{padding:0 20px}.landing-page .footer-cols{flex-direction:column;gap:36px}.landing-page .hero-curtain{align-items:flex-end;padding:96px 0 84px}.landing-page .hero-velvet{width:100%;animation-duration:3s;left:0}.landing-page .hero-velvet:after{background:linear-gradient(to top, var(--color-black) 8%, #1a1a1a80 46%, #1a1a1a1f 74%), linear-gradient(to bottom, #1a1a1a73 0%, #1a1a1a00 24%)}.landing-page .hero-copy{max-width:100%}.landing-page .hero-inner{padding:0 24px}.landing-page .scroll-indicator{bottom:30px;left:24px}.landing-page .setlist-inner{padding:72px 24px}.landing-page .setlist-row{grid-template-columns:48px 1fr;gap:16px;padding:26px 4px}.landing-page .setlist-num{font-size:22px}.landing-page .stage-inner{padding:96px 24px 84px}.landing-page .voice-block{padding:26px 24px}}@media (max-width:480px){.landing-page .hero-buttons .btn{width:100%}.landing-page .hero-buttons{flex-direction:column;align-items:stretch}.landing-page .inquiry-card{margin:-72px 6px 0;padding:28px 20px}.landing-page .nav-actions{gap:12px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes riseIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes photoBloom{0%{opacity:0;transform:scale(1.045)}to{opacity:1;transform:none}}@keyframes breathe{0%,to{opacity:.4}50%{opacity:.75}}@keyframes waveDrift{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes quietPulse{0%,to{opacity:.45}50%{opacity:.9}}html:has(.landing-page){scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html:has(.landing-page){scroll-behavior:auto}.landing-page *,.landing-page :before,.landing-page :after{transition:none!important;animation:none!important}.landing-page .reveal,.landing-page .reveal-bloom{opacity:1;transform:none}.landing-page .hero-velvet,.landing-page .hero-eyebrow,.landing-page .hero-title,.landing-page .hero-sub,.landing-page .hero-buttons,.landing-page .scroll-indicator{opacity:1}}
