.landing-root{--cream: #f6f1e7;--cream-2: #efe7d6;--cream-3: #e7dcc4;--ink: #1a1a1a;--ink-soft: #2b2b2b;--muted: #6b6358;--line: rgba(26, 26, 26, .1);--line-2: rgba(26, 26, 26, .18);--honey: #f3c41a;--honey-deep: #e8b505;--honey-hover: #ffd84d;--honey-hover-edge: #d4a308;--honey-shadow: rgba(233, 181, 5, .35);--orange: #c2570f;--night: #151816;--night-2: #20251f;--night-3: #30382e;--gold: #d7992d;--gold-2: #f2c15d;--teal: #1f8c79;--teal-soft: #dff4ee;--serif: "Lora", Georgia, "Times New Roman", serif;--sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;background:var(--cream);color:var(--ink);font-family:var(--serif);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}.landing-root button,.landing-root input,.landing-root textarea{font-family:inherit}.landing-root .wrap{max-width:1200px;margin:0 auto;padding:0 32px;position:relative}@media(max-width:720px){.landing-root .wrap{padding:0 20px}}.landing-root .btn-primary{background:var(--ink);color:var(--cream);border:none;border-radius:999px;padding:10px 18px;font-size:18px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none;transition:transform .15s ease,background .15s ease,color .15s ease}.landing-root .btn-primary:hover{transform:translateY(-1px);background:var(--honey-hover);color:var(--ink)}.landing-root .btn-primary-honey{background:var(--honey);color:var(--ink);border:1px solid var(--honey-deep);border-radius:999px;padding:10px 18px;font-size:18px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none;transition:background .15s ease,transform .1s ease,color .15s ease,border-color .15s ease}.landing-root .btn-primary-honey:hover{background:var(--honey-hover);color:var(--ink);border-color:var(--honey-hover-edge)}.landing-root .btn-primary-honey:active{transform:translateY(1px)}.landing-root .btn-honey{background:var(--honey);color:var(--ink);border:none;border-radius:999px;padding:14px 22px;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none;box-shadow:0 1px 0 var(--honey-deep) inset,0 6px 20px var(--honey-shadow);transition:transform .15s ease,box-shadow .15s ease,background .2s ease,color .2s ease}.landing-root .btn-honey:not(:disabled):hover{transform:translateY(-2px);background:var(--honey-hover);color:var(--ink);box-shadow:0 1px 0 var(--honey-hover-edge) inset,0 10px 24px #f3c41a5c}.landing-root .btn-honey:disabled{cursor:not-allowed;opacity:.65;transform:none}.landing-root .btn-honey svg{width:16px;height:16px}.landing-root nav.top{position:sticky;top:0;z-index:50;background:#f6f1e7d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.landing-root nav.top .row{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.landing-root nav.top .left{display:flex;align-items:center;gap:32px}.landing-root nav.top img.logo{height:52px;display:block}.landing-root nav.top a.navlink{color:var(--ink-soft);text-decoration:none;font-size:18px;font-weight:500;opacity:.75;transition:opacity .15s ease;border-bottom:1px solid var(--line)}.landing-root nav.top a.navlink:hover{opacity:1}.landing-root nav.top a.navlink.active{opacity:1;color:var(--ink)}.landing-root nav.top .right{display:flex;align-items:center;gap:18px}.landing-root .menu-toggle{display:none;background:transparent;border:1px solid var(--line-2);width:40px;height:40px;padding:0;cursor:pointer;align-items:center;justify-content:center;color:var(--ink);border-radius:10px;transition:background .15s ease,border-color .15s ease}.landing-root .menu-toggle:hover{background:var(--cream-2);border-color:var(--line)}.landing-root .menu-toggle .icon-close{display:none}.landing-root nav.top.menu-open .menu-toggle .icon-burger{display:none}.landing-root nav.top.menu-open .menu-toggle .icon-close{display:block}.landing-root .menu-dropdown{display:none;flex-direction:column;border-top:1px solid var(--line);padding:6px 0 14px}.landing-root .menu-dropdown a.navlink{padding:14px 4px;font-size:16px;opacity:1;border-bottom:1px solid var(--line)}.landing-root .menu-dropdown a.navlink:last-child{border-bottom:none}.landing-root nav.top.menu-open .menu-dropdown{display:flex}@media(max-width:720px){.landing-root nav.top .navlink.desktop-only{display:none}.landing-root .menu-toggle{display:inline-flex}.landing-root nav.top .right{gap:10px}.landing-root .btn-primary,.landing-root .btn-primary-honey{padding:9px 14px;font-size:16px}}.landing-root section.band{padding:90px 0;position:relative}.landing-root .eyebrow{font-size:15px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--orange)}.landing-root .eyebrow.gold{color:var(--gold-2)}.landing-root h2.section-title{font-size:clamp(32px,4vw,48px);line-height:1.05;letter-spacing:-.02em;margin:14px 0 18px;max-width:780px;text-wrap:balance}.landing-root p.section-lede{font-size:17px;color:var(--muted);max-width:640px}.landing-root section.hero{padding:64px 0 44px}.landing-root .hero-inner{max-width:920px;display:flex;flex-direction:column;align-items:center;margin:0 auto;text-align:center}.landing-root h1.headline{font-size:clamp(40px,5.4vw,64px);line-height:1.02;letter-spacing:-.02em;margin:22px 0;text-wrap:balance}.landing-root h1.headline em{font-style:italic;color:var(--orange)}.landing-root .hero-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:min(100%,820px);margin:0 0 28px;padding:0;list-style:none;font-family:var(--sans);text-align:left}.landing-root .hero-pillars li{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;min-width:0;padding:0 18px;border-left:1px solid var(--line)}.landing-root .hero-pillars li:first-child{border-left:0}.landing-root .hero-pillars svg{width:18px;height:18px;margin-top:2px;color:var(--teal);flex:0 0 auto}.landing-root .hero-pillars strong{display:block;margin-bottom:3px;font-size:12px;line-height:1.1;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--orange)}.landing-root .hero-pillars span{display:block;font-size:15px;line-height:1.35;font-weight:400;color:var(--ink-soft)}.landing-root .cta-row{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.landing-root .cta-signin{color:var(--ink-soft);font-size:15px;font-style:italic;text-decoration:none;border-bottom:1px solid var(--line-2);padding-bottom:1px;transition:color .15s ease,border-color .15s ease}.landing-root .cta-signin:hover{color:var(--orange);border-color:var(--orange)}@media(max-width:860px){.landing-root .hero-pillars{grid-template-columns:1fr;gap:12px;max-width:540px}.landing-root .hero-pillars li{padding:0;border-left:0}}@media(max-width:520px){.landing-root section.hero{padding:44px 0 34px}.landing-root h1.headline{font-size:clamp(36px,12vw,48px)}}.landing-root .access-hero{padding:70px 0 34px}.landing-root .access-hero-inner{max-width:900px}.landing-root .access-lede{max-width:760px;margin:0 auto;color:var(--muted);font-family:var(--sans);font-size:18px;line-height:1.65;text-align:center}.landing-root .access-form-band{padding:20px 0 90px}.landing-root .access-layout{display:grid;grid-template-columns:minmax(220px,.4fr) minmax(0,1fr);gap:34px;align-items:start}.landing-root .access-aside{position:sticky;top:112px;border-left:3px solid var(--honey);padding:4px 0 4px 20px;font-family:var(--sans);color:var(--muted)}.landing-root .access-aside p{margin:0 0 12px;font-size:15px;line-height:1.6}.landing-root .access-aside strong{display:block;color:var(--ink);font-size:18px;line-height:1.35}.landing-root .access-form{display:grid;gap:26px;border:1px solid var(--line-2);background:#fffcf594;padding:30px;font-family:var(--sans)}.landing-root .access-grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.landing-root .access-field{display:grid;gap:9px}.landing-root .access-label,.landing-root .access-fieldset legend{color:var(--ink);font-family:var(--sans);font-size:13px;font-weight:800;letter-spacing:.04em;line-height:1.3;text-transform:uppercase}.landing-root .access-label span,.landing-root .access-fieldset legend span{color:var(--orange);margin-left:3px}.landing-root .access-field input,.landing-root .access-field textarea,.landing-root .access-other{width:100%;min-width:0;border:1px solid var(--line-2);border-radius:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.4;outline:none;padding:12px 13px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.landing-root .access-field textarea{resize:vertical}.landing-root .access-field input:focus,.landing-root .access-field textarea:focus,.landing-root .access-other:focus{background:#fffaf0;border-color:var(--orange);box-shadow:0 0 0 3px #c2570f1f}.landing-root .access-fieldset{display:grid;gap:14px;min-width:0;margin:0;padding:0;border:0}.landing-root .access-select-all{width:fit-content;border:1px solid var(--line-2);background:transparent;color:var(--ink);display:inline-flex;align-items:center;gap:7px;padding:8px 11px;cursor:pointer;font-family:var(--sans);font-size:13px;font-weight:800;line-height:1;transition:background .15s ease,border-color .15s ease,color .15s ease}.landing-root .access-select-all:hover{background:var(--cream-2);border-color:var(--orange);color:var(--orange)}.landing-root .access-select-all svg{width:14px;height:14px}.landing-root .access-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.landing-root .access-options.categories{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-root .access-choice{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:start;min-width:0;border:1px solid var(--line);background:#f6f1e7ad;padding:11px 12px;color:var(--ink-soft);cursor:pointer;font-size:14px;line-height:1.32}.landing-root .access-choice:hover{border-color:var(--line-2);background:var(--cream-2)}.landing-root .access-choice input{width:16px;height:16px;margin:1px 0 0;accent-color:var(--orange)}.landing-root .access-choice span{min-width:0}.landing-root .access-other{margin-top:2px}.landing-root .access-error{margin:0;color:#9f2f12;font-family:var(--sans);font-size:14px;font-weight:700}.landing-root .access-actions{display:flex;justify-content:flex-start}.landing-root .access-success{min-height:620px;display:grid;place-items:center;padding:90px 0;position:relative;overflow:hidden}.landing-root .access-success:before{content:"";position:absolute;inset:auto 10% 8%;height:1px;background:linear-gradient(90deg,transparent,rgba(31,140,121,.28),transparent)}.landing-root .access-success-wrap{max-width:920px}.landing-root .access-success-panel{max-width:760px;margin:0 auto;text-align:center;border:1px solid var(--line-2);background:linear-gradient(180deg,#fffdfadb,#efe7d68f),var(--cream);padding:clamp(34px,6vw,58px);box-shadow:0 1px #ffffffbf inset,0 32px 70px -44px #1a1a1a6b;animation:success-rise .5s cubic-bezier(.2,.7,.2,1) both}.landing-root .access-success-panel h1{margin:14px 0;font-size:clamp(40px,6vw,50px);line-height:1.06;text-wrap:balance;outline:none}.landing-root .access-success-panel p{margin:0 auto 26px;max-width:610px;color:var(--muted);font-family:var(--sans);font-size:18px;line-height:1.6}.landing-root .access-next-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 auto 28px;max-width:650px;font-family:var(--sans);text-align:left}.landing-root .access-next-steps div{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;border:1px solid var(--line);background:#f6f1e7b8;padding:13px 14px;color:var(--ink-soft);font-size:14px;line-height:1.42}.landing-root .access-next-steps svg{width:20px;height:20px;color:var(--orange)}.landing-root .access-back{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-family:var(--sans);font-size:15px;font-weight:700;text-decoration:none;border-bottom:1px solid var(--line-2);padding-bottom:2px}.landing-root .access-back svg{width:16px;height:16px}@keyframes success-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.landing-root .access-layout{grid-template-columns:1fr}.landing-root .access-aside{position:static}.landing-root .access-options.categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.landing-root .access-hero{padding:46px 0 24px}.landing-root .access-form{padding:20px}.landing-root .access-grid.two,.landing-root .access-options,.landing-root .access-options.categories,.landing-root .access-next-steps{grid-template-columns:1fr}}.landing-root .board-band{padding:12px 0 90px;position:relative}.landing-root .board-band .wrap{max-width:1320px}.landing-root .board-grid{display:grid;grid-template-columns:repeat(3,minmax(350px,1fr));gap:20px}@media(max-width:1160px){.landing-root .board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.landing-root .board-grid{grid-template-columns:1fr}}.landing-root .bd-card{display:flex;flex-direction:column;font-family:var(--sans);background:#fffdfa;border:1px solid var(--line-2);border-radius:12px;overflow:hidden;color:inherit;text-decoration:none;box-shadow:0 1px #ffffffb3 inset,0 22px 50px -30px #1a1a1a59;animation:card-rise .55s cubic-bezier(.2,.7,.2,1) both;transition:transform .18s ease,box-shadow .18s ease}.landing-root .bd-card:hover{transform:translateY(-4px);box-shadow:0 1px #ffffffb3 inset,0 30px 60px -30px #1a1a1a73}.landing-root .bd-card:nth-child(2){animation-delay:.07s}.landing-root .bd-card:nth-child(3){animation-delay:.14s}.landing-root .bd-card:nth-child(4){animation-delay:.21s}.landing-root .bd-card:nth-child(5){animation-delay:.28s}.landing-root .bd-card:nth-child(6){animation-delay:.35s}@keyframes card-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-root .bd-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:var(--night)}.landing-root .bd-live{display:inline-flex;align-items:center;gap:7px;color:#fffdfa;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.landing-root .bd-live-dot{width:7px;height:7px;border-radius:999px;background:#42b39f;box-shadow:0 0 #42b39f80;animation:live-pulse 1.8s ease-out infinite}@keyframes live-pulse{0%{box-shadow:0 0 #42b39f80}70%{box-shadow:0 0 0 7px #42b39f00}to{box-shadow:0 0 #42b39f00}}.landing-root .bd-timer{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;color:var(--night);background:var(--gold-2);border-radius:999px;font-family:var(--mono);font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.landing-root .bd-media{display:grid;grid-template-columns:1.55fr 1fr;grid-auto-rows:97px;gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.landing-root .bd-media .bd-img.main{grid-row:1 / span 2}.landing-root .bd-media.n1{grid-template-columns:1fr}.landing-root .bd-media.n2{grid-auto-rows:195px}.landing-root .bd-media.n2 .bd-img.main{grid-row:auto}.landing-root .bd-img{min-width:0;background:#fff;overflow:hidden}.landing-root .bd-img img{width:100%;height:100%;object-fit:contain;padding:10px}.landing-root .bd-img .noimg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:radial-gradient(120% 90% at 50% 0%,rgba(243,196,26,.08),transparent 60%),#fbf8f1;color:var(--cream-3)}.landing-root .bd-img .noimg svg{width:30px;height:30px}.landing-root .bd-body{display:flex;flex-direction:column;gap:7px;flex:1;padding:14px 14px 13px}.landing-root .bd-title{font-size:16.5px;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.landing-root .bd-meta{font-family:var(--mono);font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.landing-root .bd-brands{font-size:12.5px;font-weight:600;color:var(--ink-soft)}.landing-root .bd-brands-more{color:#8a8173;font-weight:600}.landing-root .bd-price{display:grid;grid-template-columns:1.15fr 1fr;gap:8px;margin-top:3px}.landing-root .bd-cost,.landing-root .bd-retail{padding:10px 11px;border-radius:8px;min-width:0}.landing-root .bd-cost{background:linear-gradient(135deg,#fffdfa,var(--teal-soft));border:1px solid #b9dfd3}.landing-root .bd-retail{background:var(--night);border:1px solid var(--night-3)}.landing-root .bd-cost span,.landing-root .bd-retail span{display:block;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--teal)}.landing-root .bd-retail span{color:#fffdfaa6}.landing-root .bd-cost strong,.landing-root .bd-retail strong{display:block;margin-top:4px;font-size:20px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;color:var(--ink)}.landing-root .bd-retail strong{color:#fffdfa}.landing-root .bd-cost em,.landing-root .bd-retail em{display:block;margin-top:5px;font-size:10.5px;font-style:normal;font-weight:600;color:var(--muted)}.landing-root .bd-retail em{color:#9ad7c3}.landing-root .bd-manifest{position:relative;margin-top:3px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fffdfa}.landing-root .bd-blur{filter:blur(3.5px);opacity:.55;-webkit-user-select:none;user-select:none;pointer-events:none}.landing-root .bd-locked{display:flex;align-items:center;justify-content:center;gap:6px;position:absolute;left:0;right:0;bottom:0;padding:20px 10px 8px;background:linear-gradient(180deg,#fffdfa00,#fffdfaf0 55%);font-size:11px;font-weight:700;color:var(--ink-soft)}.landing-root .bd-mrow{display:grid;grid-template-columns:minmax(0,1fr) 38px 76px;gap:8px;align-items:baseline;padding:6px 10px;font-family:var(--mono);font-size:10.5px;color:var(--ink-soft);border-top:1px solid var(--line);font-variant-numeric:tabular-nums}.landing-root .bd-mrow span:nth-child(1){white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--sans);font-size:11.5px;font-weight:600}.landing-root .bd-mrow span:nth-child(2),.landing-root .bd-mrow span:nth-child(3){white-space:nowrap;text-align:right;color:var(--muted)}.landing-root .bd-mrow.head{border-top:none;padding:7px 10px 5px;background:#f6f3ea}.landing-root .bd-mrow.head span{font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.landing-root .bd-cta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:11px;border-top:1px solid var(--line);font-size:12.5px;font-weight:700;color:var(--teal)}.landing-root .bd-cta .arrow{transition:transform .15s ease}.landing-root .bd-card:hover .bd-cta .arrow{transform:translate(4px)}.landing-root .board-note{margin:22px 0 0;text-align:center;font-size:15px;font-style:italic;color:var(--muted)}.landing-root .board-note a{color:var(--ink);font-weight:700;text-decoration-color:#1e1e1e59;text-underline-offset:3px}.landing-root .board-note a:hover{color:var(--orange);text-decoration-color:currentColor}.landing-root .board-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;max-width:560px;min-height:280px;margin:0 auto;padding:40px 32px;text-align:center;font-family:var(--sans);background:#fffdfa;border:1px solid var(--line-2);border-radius:12px}.landing-root .board-empty svg{color:var(--gold)}.landing-root .board-empty strong{font-size:17px;font-weight:700;color:var(--ink)}.landing-root .board-empty span{max-width:300px;font-size:13.5px;line-height:1.55;color:var(--muted)}.landing-root .bd-skel{min-height:420px;border:1px solid var(--line-2);border-radius:12px;background:linear-gradient(100deg,rgba(255,253,250,.9) 38%,var(--cream-2) 50%,rgba(255,253,250,.9) 62%);background-size:200% 100%;animation:landing-shimmer 1.3s infinite linear}@keyframes landing-shimmer{0%{background-position:120% 0}to{background-position:-20% 0}}.landing-root .brand-band{padding-bottom:70px;border-top:1px solid var(--line);background:var(--cream-2)}.landing-root .brand-marquee{margin-top:34px;overflow:hidden;border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2);padding:26px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.landing-root .brand-track{display:flex;width:max-content;animation:brand-scroll 44s linear infinite}.landing-root .brand-marquee:hover .brand-track{animation-play-state:paused}@keyframes brand-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-root .brand-run{display:flex;align-items:baseline;flex:0 0 auto}.landing-root .brand-name{font-family:var(--serif);font-size:clamp(26px,3.2vw,40px);font-weight:600;letter-spacing:-.01em;color:var(--ink);white-space:nowrap;padding:0 28px;position:relative}.landing-root .brand-name:nth-child(2n){font-style:italic;color:var(--muted)}.landing-root .brand-name:after{content:"·";position:absolute;right:-6px;color:var(--gold)}.landing-root .brand-note{margin:22px 0 0;font-size:15px;font-style:italic;color:var(--muted)}@media(prefers-reduced-motion:reduce){.landing-root .brand-track{animation:none}}.landing-root .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:44px}@media(max-width:860px){.landing-root .steps-grid{grid-template-columns:1fr;gap:20px}}.landing-root .step{padding:26px 24px 28px;background:#fffdfaa6;border:1px solid var(--line);border-radius:10px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.landing-root .step:hover{transform:translateY(-3px);border-color:var(--line-2);box-shadow:0 18px 40px -24px #281e0a59}.landing-root .step-num{font-family:var(--mono);font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--orange)}.landing-root .step h3{margin:12px 0 8px;font-size:24px;letter-spacing:-.01em}.landing-root .step p{margin:0;font-size:15.5px;line-height:1.6;color:var(--muted)}.landing-root .diff-band{border-top:1px solid var(--line);background:var(--cream-2)}.landing-root .diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px;margin-top:46px}@media(max-width:860px){.landing-root .diff-grid{grid-template-columns:1fr;gap:26px}}.landing-root .diff-num{display:inline-block;font-family:var(--serif);font-style:italic;font-weight:500;font-size:15px;line-height:1;letter-spacing:.02em;color:var(--orange);padding-bottom:5px;border-bottom:2px solid var(--honey);margin-bottom:13px}.landing-root .diff-item h3{margin:0 0 10px;font-size:25px;line-height:1.15;letter-spacing:-.01em}.landing-root .diff-item p{margin:0;font-size:15.5px;line-height:1.6;color:var(--muted)}.landing-root .private-band{background:var(--night);color:var(--cream)}.landing-root .private-band:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(680px 380px at 85% 0%,rgba(242,193,93,.09),transparent 70%)}.landing-root .private-band .section-title{color:var(--cream)}.landing-root .private-band .section-lede{color:#f6f1e7a8}.landing-root .private-cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:32px}.landing-root .private-cta-note{font-size:14.5px;font-style:italic;color:#f6f1e78c}.landing-root .who-grid{max-width:760px;margin:0 auto}.landing-root .who-head{padding-bottom:28px;margin-bottom:32px;border-bottom:1px solid var(--line)}.landing-root .who-head .section-title{margin:8px 0 0;font-size:clamp(26px,6vw,36px)}.landing-root .who-grid .section-title{white-space:nowrap}@media(max-width:720px){.landing-root .who-grid .section-title{white-space:normal;font-size:clamp(26px,6vw,36px)}}.landing-root .who p{color:var(--muted);font-size:17px;line-height:1.7;margin:0 0 16px}.landing-root .who p em{font-style:italic;color:var(--ink)}.landing-root .who .inline-link{color:var(--ink);text-decoration:none;border-bottom:1px solid rgba(218,165,32,.55);transition:color .15s ease,border-color .15s ease}.landing-root .who .inline-link:hover{color:var(--orange);border-bottom-color:var(--orange)}.landing-root .who-people{margin:56px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:380px}@media(max-width:540px){.landing-root .who-people{grid-template-columns:1fr;gap:18px;max-width:200px}}.landing-root .who-person{display:flex;flex-direction:column;gap:0;text-decoration:none;color:inherit;transition:transform .2s ease}.landing-root .who-person:hover .who-photo{transform:translateY(-4px);box-shadow:0 20px 36px -20px #281e0a59}.landing-root .who-person:hover .who-name{color:var(--orange)}.landing-root .who-photo{position:relative;aspect-ratio:4/5;border-radius:6px;overflow:hidden;background:var(--cream-2);border:1px solid var(--line);box-shadow:0 12px 28px -18px #281e0a40;transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease}.landing-root .who-photo img{width:100%;height:100%;object-fit:cover;display:block}.landing-root .who-meta{padding-top:12px}.landing-root .who-name{font-size:17px;font-weight:500;color:var(--ink);letter-spacing:-.01em;margin:0;transition:color .15s ease}.landing-root .who-role{font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:4px}.landing-root footer{padding:7px 0 50px;border-top:1px solid var(--line);background:var(--cream);margin-top:40px}.landing-root footer .footer-row{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}.landing-root footer .contact{display:flex;flex-direction:column;gap:8px;align-self:center}.landing-root footer .contact-label{font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.landing-root footer .contact-link{font-size:22px;color:var(--ink);text-decoration:none;font-style:italic;border-bottom:1px solid var(--line-2);padding-bottom:2px;align-self:flex-start;transition:color .15s ease,border-color .15s ease}.landing-root footer .contact-link:hover{color:var(--orange);border-color:var(--orange)}.landing-root footer .footer-right{display:flex;flex-direction:column;align-items:flex-end}.landing-root footer .footer-right .closer{margin-top:-54px;text-align:right}.landing-root footer .footer-right .small{margin-top:8px;text-align:right}.landing-root footer .footer-bottom{margin-top:28px}.landing-root footer .footer-bottom .small{text-align:left}.landing-root footer .small{font-size:13px;color:var(--muted)}.landing-root footer .closer{font-size:28px;line-height:1.15;max-width:520px;letter-spacing:-.01em}.landing-root footer .closer em{font-style:italic;color:var(--orange)}.landing-root .footer-logo{position:relative;display:inline-block;line-height:0;margin-bottom:4px}.landing-root .footer-logo img.logo{display:block;height:270px;max-width:100%}@media(max-width:720px){.landing-root footer .footer-row{gap:18px}.landing-root footer .footer-right{width:100%;align-items:stretch}.landing-root .footer-logo{display:block;width:100%}.landing-root .footer-logo img.logo{width:100%;height:auto}.landing-root footer .footer-right .closer{margin-top:0;text-align:right;font-size:22px}.landing-root footer .contact{width:100%}}.landing-root .footer-logo .floral{position:absolute;left:69.7%;top:25.6%;width:8.4%;transform:translate(-50%,-50%);transform-origin:50% 50%;animation:pollin-floral-spin 4s linear infinite;will-change:transform;pointer-events:none}.landing-root .footer-logo .floral img{width:100%;height:auto;display:block}@keyframes pollin-floral-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media(prefers-reduced-motion:reduce){.landing-root .footer-logo .floral,.landing-root .bd-card,.landing-root .bd-live-dot,.landing-root .bd-skel,.landing-root .access-success-panel{animation:none}}
