@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Hanken+Grotesk:wght@400;500;600;700&display=swap";:root{--cream:#faf6f0;--warm:#f4ede2;--sand:#e6d9c8;--blush:#d4a5a0;--rose:#b57471;--deep:#7a4e4b;--earth:#5c3b38;--sage:#8a9e8c;--sage-lt:#c3d4c5;--gold:#c8a96a;--ink:#2c1f1e;--ink-m:#6b4f4c;--midnight:#0d0a09;--glow:#e8a87c;--serif:"Cormorant Garamond", Georgia, serif;--sans:"DM Sans", system-ui, sans-serif;--ease:cubic-bezier(.16,1,.3,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--sans);font-weight:300;line-height:1.7;overflow-x:hidden}.grain{pointer-events:none;z-index:9999;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");position:fixed;inset:0}header{z-index:200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--sand);background:#faf6f0e6;justify-content:space-between;align-items:center;padding:1.1rem 3.5rem;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}header.dark{background:#0d0a09e0;border-bottom-color:#ffffff0f}header.scrolled{padding:.8rem 3.5rem;box-shadow:0 1px 24px #2c1f1e12}header.dark.scrolled{box-shadow:0 1px 24px #0000004d}.brand{cursor:pointer;align-items:center;gap:.7rem;text-decoration:none;display:flex}.brand-logo{object-fit:contain;width:auto;height:52px;transition:opacity .2s;display:block}.brand-mark{object-fit:cover;object-position:center 29%;background:var(--cream);border:1px solid #c8a96a6b;border-radius:50%;width:52px}.brand-wordmark{text-transform:uppercase;flex-direction:column;gap:.1rem;line-height:1;display:flex}.bw-alchemy{color:var(--earth);font-family:var(--serif);letter-spacing:.22em;font-size:.96rem}.bw-mama{color:var(--gold);font-family:var(--serif);letter-spacing:.32em;font-size:.8rem}.brand-logo:hover{opacity:.85}header.dark .brand-mark{border-color:#e8a87c6b}header.dark .bw-alchemy{color:var(--cream)}header.dark .bw-mama{color:var(--glow)}nav{gap:clamp(.8rem,1.4vw,1.75rem);display:flex}nav button{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-m);cursor:pointer;background:0 0;border:none;padding:.2rem 0;font-size:.75rem;transition:color .2s;position:relative}nav button:after{content:"";background:var(--rose);height:1px;transition:transform .2s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}nav button:hover,nav button.on{color:var(--rose)}nav button:hover:after,nav button.on:after{transform:scaleX(1)}header.dark nav button{color:#faf6f080}header.dark nav button:hover,header.dark nav button.on{color:var(--glow)}header.dark nav button:after{background:var(--glow)}.nav-badge{background:var(--rose);color:var(--cream);vertical-align:middle;border-radius:2rem;margin-left:.3rem;padding:.15rem .45rem;font-size:.58rem}header.dark .nav-badge{background:var(--glow);color:var(--midnight)}.story-btn{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;background:var(--rose);color:var(--cream);cursor:pointer;white-space:nowrap;border:none;border-radius:2px;padding:.55rem 1.3rem;font-size:.72rem;transition:background .2s,transform .15s}.story-btn:hover{background:var(--earth);transform:translateY(-1px)}header.dark .story-btn{background:var(--glow);color:var(--midnight)}header.dark .story-btn:hover{background:#f0c090}.hero-section{background:var(--midnight);grid-template-columns:1fr 1fr;align-items:center;min-height:100svh;display:grid;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(70% 80% at 65%,#5c3b3859 0%,#0000 70%);position:absolute;inset:0}.hero-text{z-index:2;padding:8rem 4rem 6rem 8rem;position:relative}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--sage);align-items:center;gap:.7rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--sage);width:1.8rem;height:1px}.eyebrow.gd{color:var(--glow)}.eyebrow.gd:before{background:var(--glow)}.eyebrow.lt{color:var(--sage-lt)}.eyebrow.lt:before{background:var(--sage-lt)}.eyebrow.c{justify-content:center}.eyebrow.c:before{display:none}.hero-text h1{font-family:var(--serif);color:var(--cream);margin-bottom:1.25rem;font-size:clamp(2.8rem,4.5vw,5rem);font-weight:300;line-height:1.1}.hero-text h1 em{color:var(--glow);font-style:italic}.hero-sub{color:#faf6f09e;max-width:44ch;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.85}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;padding:.85rem 2rem;font-size:.8rem;font-weight:400;text-decoration:none;transition:all .2s;display:inline-block}.btn:disabled,button:disabled{opacity:.58;cursor:wait;transform:none!important}.btn-glow{background:var(--glow);color:var(--midnight);font-weight:500}.btn-glow:hover{background:#f0c090;transform:translateY(-2px)}.btn-earth{background:var(--earth);color:var(--cream)}.btn-earth:hover{background:var(--rose);transform:translateY(-2px)}.btn-rose{background:var(--rose);color:var(--cream)}.btn-rose:hover{background:var(--earth);transform:translateY(-2px)}.btn-ghost{color:var(--ink-m);border:1px solid var(--sand);background:0 0}.btn-ghost:hover{border-color:var(--rose);color:var(--rose);transform:translateY(-2px)}.btn-ghost-lt{color:#faf6f0b3;background:0 0;border:1px solid #faf6f033}.btn-ghost-lt:hover{border-color:var(--glow);color:var(--glow)}.btn-sm{padding:.55rem 1.3rem;font-size:.73rem}.hero-stats{border-top:1px solid #faf6f014;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;display:flex}.stat-n{font-family:var(--serif);color:var(--glow);font-size:2.2rem;line-height:1}.stat-l{color:#faf6f061;letter-spacing:.06em;margin-top:.2rem;font-size:.7rem}.globe-side{z-index:2;justify-content:center;align-items:center;height:100svh;display:flex;position:relative}.globe-canvas{border-radius:50%;display:block}.scroll-hint{color:#faf6f040;letter-spacing:.12em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.4rem;font-size:.67rem;animation:2s ease-in-out infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-hint:after{content:"↓";font-size:1.1rem}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.map-shell{aspect-ratio:1;width:480px;max-width:90vw;position:relative}.orbit{border:1px solid;border-radius:50%;animation:18s linear infinite spin;position:absolute;inset:0}.orbit.one{border-color:#e8a87c1f;animation-duration:22s}.orbit.two{border-color:#b574711a;animation-duration:16s;animation-direction:reverse;inset:8%}.orbit.three{border-color:#8a9e8c14;animation-duration:28s;inset:16%}@keyframes spin{to{transform:rotate(360deg)}}.map-svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.signal{fill:#e8a87c14;stroke:#e8a87c4d;stroke-width:.4px}.ray{stroke:#e8a87c33;stroke-width:.3px}.node{fill:var(--glow);cursor:pointer;transition:r .2s}.hit{fill:#0000;cursor:pointer}.node-group:hover .node{r:3}.center{fill:#5c3b3899;stroke:#e8a87c66;stroke-width:.5px}.moonmark{fill:#e8a87c80}.map-labels{position:absolute;inset:0}.map-label{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:#faf6f073;cursor:pointer;text-align:center;white-space:nowrap;background:0 0;border:none;flex-direction:column;align-items:center;gap:.15rem;padding:.25rem;font-size:.6rem;transition:color .2s;display:flex;position:absolute;transform:translate(-50%,-50%)}.map-label span{font-family:var(--serif);color:var(--glow);font-size:.8rem}.map-label.active,.map-label:hover{color:var(--cream)}.center-title{text-align:center;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.center-title span{letter-spacing:.18em;color:#faf6f059;margin-bottom:.2rem;font-size:.55rem;display:block}.center-title b{font-family:var(--serif);color:#faf6f0b3;font-size:.95rem;font-weight:400;display:block}.insight-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d0a09cc;border:1px solid #e8a87c26;border-radius:.5rem;width:180px;padding:1.25rem;position:absolute;top:50%;right:-200px;transform:translateY(-50%)}.insight-card button{color:#faf6f066;cursor:pointer;background:0 0;border:none;font-size:1rem;position:absolute;top:.6rem;right:.6rem}.insight-card p{letter-spacing:.12em;text-transform:uppercase;color:var(--glow);margin-bottom:.4rem;font-size:.65rem}.insight-card h3{font-family:var(--serif);color:var(--cream);margin-bottom:.6rem;font-size:.95rem;line-height:1.4}.insight-card blockquote{font-family:var(--serif);color:#faf6f08c;margin-bottom:.75rem;font-size:.82rem;font-style:italic;line-height:1.55}.insight-card a{letter-spacing:.08em;text-transform:uppercase;color:var(--glow);cursor:pointer;font-size:.65rem}.landscape-section{background:var(--midnight);flex-direction:column;align-items:center;gap:3rem;padding:7rem 4rem;display:flex;overflow:hidden}.survey-strip{background:linear-gradient(135deg, var(--earth) 0%, #3a2523 100%);padding:5rem 4rem;position:relative;overflow:hidden}.survey-strip:before{content:"";pointer-events:none;background:radial-gradient(50% 80% at 30%,#e8a87c1a 0%,#0000 60%);position:absolute;inset:0}.ss-inner{z-index:2;grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;max-width:1300px;margin:0 auto;display:grid;position:relative}.ss-text h2{font-family:var(--serif);color:var(--cream);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:300;line-height:1.12}.ss-text h2 em{color:var(--glow);font-style:italic}.ss-text p{color:#faf6f09e;margin-bottom:.75rem;font-size:1rem;line-height:1.9}.survey-widget{background:#faf6f00d;border:1px solid #faf6f01a;border-radius:1rem;padding:2rem}.sw-step{display:none}.sw-step.active{display:block}.sw-finish .check{margin-bottom:.75rem;font-size:3rem}.sw-finish p{color:#faf6f08c;margin-bottom:1.5rem;font-size:.88rem}.sw-note{letter-spacing:.08em;text-transform:uppercase;color:#faf6f073;margin-top:.9rem;font-size:.72rem}.sw-error{color:var(--glow);background:#e8a87c1a;border:1px solid #e8a87c59;margin-top:1rem;padding:.75rem .9rem;font-size:.8rem;line-height:1.5}.map-section{background:var(--midnight);color:var(--cream);padding:7rem 4rem}.map-inner{max-width:1300px;margin:0 auto}.map-header-grid{grid-template-columns:1fr 1fr;align-items:end;gap:5rem;margin-bottom:3rem;display:grid}.map-header-grid h2{font-family:var(--serif);color:var(--cream);font-size:clamp(2rem,3.5vw,3.6rem);font-weight:300;line-height:1.12}.map-header-grid h2 em{color:var(--glow);font-style:italic}.map-header-grid p{color:#faf6f094;margin-top:.75rem;font-size:1rem;line-height:1.9}.map-stats-row{flex-wrap:wrap;gap:2.5rem;margin-top:2rem;display:flex}.map-stat{border-top:1px solid #faf6f01a;padding-top:1.1rem}.map-stat-n{font-family:var(--serif);color:var(--glow);font-size:2.2rem;line-height:1}.map-stat-l{color:#faf6f059;text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem;font-size:.7rem}#world-map-canvas{border:1px solid #ffffff0d;border-radius:.75rem;width:100%;display:block}.stories-section{background:var(--warm);border-top:1px solid var(--sand);border-bottom:1px solid var(--sand);padding:7rem 4rem}.section-inner{max-width:1300px;margin:0 auto}.section-header{text-align:center;max-width:64ch;margin:0 auto 4rem}.section-header h2{font-family:var(--serif);color:var(--earth);font-size:clamp(2rem,3.5vw,3.6rem);font-weight:300;line-height:1.12}.section-header h2 em{color:var(--rose);font-style:italic}.section-header p{color:var(--ink-m);margin-top:.9rem;font-size:1.05rem;line-height:1.8}.stories-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.s-card{border:1px solid var(--sand);background:var(--cream);border-radius:.75rem;transition:transform .3s,box-shadow .3s;overflow:hidden}.s-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #2c1f1e1a}.s-card-art{height:120px;font-family:var(--serif);opacity:.5;justify-content:center;align-items:center;font-size:3.5rem;font-style:italic;display:flex}.s-card-body{padding:1.4rem}.s-card-loc{letter-spacing:.12em;text-transform:uppercase;color:var(--sage);margin-bottom:.5rem;font-size:.67rem}.s-card-q{font-family:var(--serif);color:var(--earth);margin-bottom:.65rem;font-size:.97rem;font-style:italic;line-height:1.65}.s-card-attr{color:var(--ink-m);font-size:.73rem}.s-card.feat{background:var(--earth);grid-column:span 2}.s-card.feat .s-card-q{color:var(--cream);font-size:1.1rem}.s-card.feat .s-card-attr{color:#faf6f066}.s-card.feat .s-card-loc{color:var(--sage-lt)}.stories-cta{text-align:center;margin-top:3rem}.community-section{background:var(--cream);border-bottom:1px solid var(--sand);padding:7rem 4rem}.comm-intro{text-align:center;max-width:760px;margin:0 auto 2.5rem}.comm-intro h2{font-family:var(--serif);color:var(--earth);font-size:clamp(2rem,3.5vw,3.6rem);font-weight:300;line-height:1.12}.comm-intro h2 em{color:var(--rose);font-style:italic}.comm-intro p{color:var(--ink-m);margin-top:.9rem;font-size:1.02rem;line-height:1.85}.comm-tabs{flex-wrap:wrap;justify-content:center;gap:.45rem;margin-bottom:1.5rem;display:flex}.comm-tab{border:1px solid var(--sand);background:var(--warm);color:var(--ink-m);cursor:pointer;font-family:var(--sans);letter-spacing:.06em;border-radius:2rem;padding:.5rem .95rem;font-size:.75rem;transition:all .2s}.comm-tab:hover,.comm-tab.active{background:var(--earth);border-color:var(--earth);color:var(--cream)}.comm-panel{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch;gap:1.25rem;max-width:1180px;margin:0 auto;display:grid}.comm-left,.comm-right{border:1px solid var(--sand);background:var(--warm);border-radius:.75rem;padding:2rem}.comm-right{background:#fffaf4;flex-direction:column;gap:1rem;display:flex}.comm-hero{border-bottom:1px solid var(--sand);grid-template-columns:auto 1fr;align-items:center;gap:1.4rem;margin-bottom:1.6rem;padding-bottom:1.6rem;display:grid}.comm-big-num{font-family:var(--serif);color:var(--rose);letter-spacing:0;font-size:clamp(4rem,8vw,7.25rem);line-height:.82}.comm-big-label{font-family:var(--serif);color:var(--earth);font-size:clamp(1.25rem,2vw,1.8rem);line-height:1.2}.comm-big-sub{color:var(--ink-m);margin-top:.6rem;font-size:.92rem;line-height:1.75}.comm-bars{gap:.85rem;display:grid}.comm-bar-row{grid-template-columns:150px 1fr 48px;align-items:center;gap:.85rem;display:grid}.cbl{color:var(--ink-m);text-align:right;font-size:.78rem;line-height:1.35}.cbt{background:#2c1f1e14;border-radius:2rem;height:.65rem;overflow:hidden}.cbf{border-radius:inherit;height:100%;transition:width .25s var(--ease)}.cbp{color:var(--earth);font-family:var(--serif);font-size:1rem;line-height:1}.comm-quote{border-left:3px solid var(--rose);font-family:var(--serif);color:var(--earth);padding-left:1rem;font-size:1.18rem;font-style:italic;line-height:1.65}.comm-quote cite{color:var(--ink-m);font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;margin-top:.65rem;font-size:.72rem;font-style:normal;display:block}.comm-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.comm-fact{border:1px solid var(--sand);background:var(--cream);border-radius:.55rem;min-height:104px;padding:.9rem}.cfn{font-family:var(--serif);color:var(--rose);margin-bottom:.45rem;font-size:1.45rem;line-height:1;display:block}.cfl{color:var(--ink-m);font-size:.72rem;line-height:1.45;display:block}.comm-resource{border:1px solid var(--sand);background:var(--cream);border-radius:.55rem;grid-template-columns:2.2rem 1fr;gap:.8rem;padding:1rem;display:grid}.cricon{background:var(--sand);width:2.2rem;height:2.2rem;color:var(--rose);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.crtitle{font-family:var(--serif);color:var(--earth);margin-bottom:.25rem;font-size:1.02rem;line-height:1.25}.crdesc{color:var(--ink-m);font-size:.78rem;line-height:1.55}.comm-source{border-top:1px solid var(--sand);color:#6b4f4c9e;margin-top:auto;padding-top:.75rem;font-size:.68rem;line-height:1.55}.pillar-kicker{color:var(--sage);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.7rem}.pillars-section{background:var(--cream);padding:7rem 4rem}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.pillar{border:1px solid var(--sand);background:var(--warm);border-radius:.75rem;padding:2.5rem;transition:all .3s}.pillar:hover{border-color:var(--blush);transform:translateY(-5px);box-shadow:0 20px 60px #b574711a}.pillar-icon{background:var(--sand);border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.5rem;font-size:1.4rem;display:flex}.pillar h3{font-family:var(--serif);color:var(--earth);margin-bottom:.75rem;font-size:1.5rem}.pillar p{color:var(--ink-m);font-size:.9rem;line-height:1.8}.stages-section{background:var(--midnight);padding:5rem 4rem}.stages-title{letter-spacing:.18em;text-transform:uppercase;color:#faf6f04d;text-align:center;margin-bottom:3rem;font-size:.7rem}.stage-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1300px;margin:0 auto;display:grid}.stage-card{cursor:pointer;background:#faf6f008;border:1px solid #faf6f014;border-radius:.75rem;padding:2rem;transition:all .3s}.stage-card:hover{background:#e8a87c0d;border-color:#e8a87c4d;transform:translateY(-4px)}.stage-card span{font-family:var(--serif);color:#e8a87c4d;margin-bottom:.5rem;font-size:2.5rem;display:block}.stage-card h2{font-family:var(--serif);color:var(--cream);margin-bottom:.4rem;font-size:1.3rem;font-weight:300}.stage-card p{color:#faf6f073;margin-bottom:.75rem;font-size:.8rem;line-height:1.6}.stage-card small{color:#faf6f04d;margin-bottom:1.25rem;font-size:.75rem;line-height:1.6;display:block}.stage-card a{letter-spacing:.1em;text-transform:uppercase;color:var(--glow);font-size:.68rem}.lineart{opacity:.25;width:60px;margin-bottom:.75rem}.lineart path{fill:none;stroke:var(--glow);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.page-section{padding:7rem 4rem}.page-section.dark{background:var(--midnight);color:var(--cream)}.page-section.warm{background:var(--warm)}.page-section.earth{background:var(--earth);color:var(--cream)}.page-hero-bar{align-items:flex-end;min-height:55svh;padding:9rem 8rem 5rem;display:flex;position:relative;overflow:hidden}.page-hero-bar.midnight{background:var(--midnight)}.page-hero-bar.earthbg{background:linear-gradient(135deg, #3a2523, var(--earth))}.page-hero-bar.warmbg{background:var(--warm);border-bottom:1px solid var(--sand)}.page-hero-bar:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 75% 35%,#e8a87c1f 0%,#0000 60%);position:absolute;inset:0}.phb-content{z-index:2;max-width:720px;position:relative}.phb-content h1{font-family:var(--serif);color:var(--cream);font-size:clamp(2.6rem,5vw,5rem);font-weight:300;line-height:1.1}.phb-content h1 em{color:var(--glow);font-style:italic}.phb-content h1.dark-h{color:var(--earth)}.phb-content h1.dark-h em{color:var(--rose)}.phb-content p{color:#faf6f0a6;max-width:54ch;margin:1.25rem 0 2rem;font-size:1.05rem;line-height:1.85}.phb-content p.dark-p{color:var(--ink-m)}.phb-meta{border-top:1px solid #faf6f01a;flex-wrap:wrap;gap:3rem;padding-top:2rem;display:flex}.phb-mn{font-family:var(--serif);color:var(--glow);font-size:2rem;line-height:1}.phb-ml{text-transform:uppercase;letter-spacing:.1em;color:#faf6f052;margin-top:.2rem;font-size:.7rem}.filter-bar{flex-wrap:wrap;gap:.4rem;margin-bottom:2.5rem;display:flex}.fb-btn{border:1px solid var(--sand);letter-spacing:.08em;cursor:pointer;color:var(--ink-m);font-size:.75rem;font-family:var(--sans);background:0 0;border-radius:2rem;padding:.45rem 1.1rem;transition:all .22s}.fb-btn.active,.fb-btn:hover{background:var(--earth);border-color:var(--earth);color:var(--cream)}.res-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.res-card{border:1px solid var(--sand);background:var(--cream);border-radius:.75rem;padding:1.75rem;transition:all .3s}.res-card:hover{border-color:var(--blush);transform:translateY(-4px);box-shadow:0 16px 48px #b574711a}.res-type{letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:.65rem;font-size:.67rem}.res-title{font-family:var(--serif);color:var(--earth);margin-bottom:.4rem;font-size:1.2rem}.res-desc{color:var(--ink-m);font-size:.87rem;line-height:1.75}.res-footer{border-top:1px solid var(--sand);justify-content:space-between;align-items:center;margin-top:1.2rem;padding-top:1rem;display:flex}.res-tag{background:var(--sand);color:var(--ink-m);border-radius:2rem;padding:.2rem .6rem;font-size:.66rem}.res-cta{color:var(--rose);cursor:pointer;background:0 0;border:none;font-size:.77rem}.res-cta:hover{color:var(--earth)}.offerings-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.off-card{border:1px solid var(--sand);background:var(--cream);border-radius:.75rem;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.off-card:hover{border-color:var(--rose);transform:translateY(-4px);box-shadow:0 16px 48px #b574711a}.off-card.feat{background:var(--earth);border-color:#0000}.off-card.feat h3,.off-card.feat .off-price{color:var(--cream)}.off-card.feat p{color:#faf6f09e}.off-card.feat .off-price{color:var(--blush)}.off-card.feat li{color:#faf6f0ad}.off-badge{letter-spacing:.08em;text-transform:uppercase;background:var(--gold);color:var(--earth);border-radius:2rem;padding:.25rem .65rem;font-size:.63rem;font-weight:500;position:absolute;top:1rem;right:1rem}.off-icon{margin-bottom:1rem;font-size:2rem;display:block}.off-card h3{font-family:var(--serif);color:var(--earth);margin-bottom:.25rem;font-size:1.5rem}.off-price{font-family:var(--serif);color:var(--rose);margin:1rem 0;font-size:2.3rem;line-height:1}.off-price span{font-family:var(--sans);color:var(--ink-m);font-size:.83rem}.off-feats{margin:1.25rem 0 2rem;list-style:none}.off-feats li{color:var(--ink-m);align-items:flex-start;gap:.45rem;margin-bottom:.55rem;font-size:.86rem;line-height:1.5;display:flex}.off-feats li:before{content:"✦";color:var(--sage);flex-shrink:0;margin-top:.3rem;font-size:.58rem}.contact-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:5rem;display:grid}.contact-form{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cf-field{flex-direction:column;gap:.35rem;display:flex}.cf-field.wide{grid-column:1/-1}.cf-label{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-m);font-size:.7rem}.cf-input{border:1px solid var(--sand);background:var(--cream);font-family:var(--sans);color:var(--ink);border-radius:2px;outline:none;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s}.cf-input:focus{border-color:var(--rose)}.cf-input::placeholder{color:var(--ink-m)}.cf-sidebar-block{border-bottom:1px solid var(--sand);margin-bottom:2rem;padding-bottom:2rem}.cf-sidebar-block:last-child{border-bottom:none}.cf-sidebar-block h4{font-family:var(--serif);color:var(--earth);margin-bottom:.65rem;font-size:1.1rem}.cf-sidebar-block p{color:var(--ink-m);font-size:.87rem;line-height:1.75}.cf-reassurance{background:var(--warm);border:1px solid var(--sand);border-left:3px solid var(--rose);border-radius:0 .5rem .5rem 0;padding:1.25rem 1.5rem}.cf-reassurance p{font-family:var(--serif);color:var(--earth);margin:0;font-size:1rem;font-style:italic;line-height:1.65}.concierge-search{background:var(--cream);border:1px solid var(--sand);border-radius:.75rem;flex-wrap:wrap;align-items:flex-end;gap:1rem;max-width:860px;margin-top:2rem;padding:1.5rem;display:flex;box-shadow:0 4px 24px #2c1f1e0f}.cs-field{flex-direction:column;flex:1;gap:.3rem;min-width:180px;display:flex}.cs-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-m);font-size:.67rem}.cs-input,.cs-select{border:1px solid var(--sand);background:var(--warm);font-family:var(--sans);color:var(--ink);border-radius:2px;outline:none;width:100%;padding:.7rem 1rem;font-size:.9rem;transition:border-color .2s}.cs-input:focus,.cs-select:focus{border-color:var(--rose)}.cs-input::placeholder{color:var(--ink-m)}.cat-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;display:flex}.ct{border:1px solid var(--sand);cursor:pointer;color:var(--ink-m);font-size:.77rem;font-family:var(--sans);background:0 0;border-radius:2rem;align-items:center;gap:.4rem;padding:.5rem 1.1rem;transition:all .22s;display:flex}.ct.active,.ct:hover{background:var(--earth);border-color:var(--earth);color:var(--cream)}.listings-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.listing{border:1px solid var(--sand);background:var(--cream);border-radius:.75rem;transition:all .3s;overflow:hidden}.listing:hover{border-color:var(--blush);transform:translateY(-4px);box-shadow:0 16px 48px #2c1f1e14}.listing-hd{border-bottom:1px solid var(--sand);align-items:center;gap:.75rem;padding:1.2rem;display:flex}.listing-av{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.3rem;display:flex}.listing-name{font-family:var(--serif);color:var(--earth);font-size:1.1rem}.listing-type{text-transform:uppercase;letter-spacing:.1em;color:var(--sage);font-size:.67rem}.listing-body{padding:1.2rem}.listing-stars{color:var(--gold);letter-spacing:.1em;margin-bottom:.5rem;font-size:.78rem}.listing-detail{color:var(--ink-m);margin-bottom:.35rem;font-size:.83rem}.listing-badges{flex-wrap:wrap;gap:.35rem;margin-top:.65rem;display:flex}.listing-badge{background:var(--sand);color:var(--ink-m);border-radius:2rem;padding:.18rem .5rem;font-size:.63rem}.listing-cta{text-align:center;border-top:1px solid var(--sand);letter-spacing:.08em;text-transform:uppercase;color:var(--rose);cursor:pointer;font-size:.75rem;font-family:var(--sans);background:0 0;border-bottom:none;border-left:none;border-right:none;width:100%;padding:.65rem;transition:background .2s;display:block}.listing-cta:hover{background:var(--warm)}.provider-form{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:780px;margin:0 auto;display:grid}.provider-form .btn{grid-column:1/-1;justify-self:center;margin-top:.5rem}.empty-state{border:1px solid var(--sand);background:var(--warm);color:var(--ink-m);text-align:center;font-family:var(--serif);margin-top:2rem;padding:2rem;font-size:1.15rem}.form-status{color:var(--sage);font-family:var(--serif);font-size:1.2rem;font-style:italic}.form-error{max-width:640px;color:var(--earth);text-align:center;background:#b5747114;border:1px solid #b5747159;grid-column:1/-1;margin:.25rem auto 1rem;padding:.75rem 1rem;font-size:.82rem;line-height:1.55}.market-search{background:var(--cream);border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:1rem;max-width:760px;margin-top:2rem;padding:1.25rem;display:flex;box-shadow:0 4px 24px #2c1f1e1a}.ms-input{border:1px solid var(--sand);background:var(--warm);min-width:160px;font-family:var(--sans);color:var(--ink);border-radius:2px;outline:none;flex:1;padding:.75rem 1.1rem;font-size:.9rem;transition:border-color .2s}.ms-input:focus{border-color:var(--rose)}.ms-input::placeholder{color:var(--ink-m)}.mh-tabs{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.mh-tab{cursor:pointer;color:#faf6f099;font-size:.76rem;font-family:var(--sans);background:0 0;border:1px solid #faf6f033;border-radius:2rem;padding:.45rem 1.1rem;transition:all .2s}.mh-tab.active,.mh-tab:hover{background:var(--glow);border-color:var(--glow);color:var(--midnight)}.market-category-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:2rem;display:grid}.market-category-strip button{border:1px solid var(--sand);background:var(--warm);text-align:left;cursor:pointer;border-radius:.6rem;min-height:116px;padding:1rem;transition:all .2s}.market-category-strip button:hover,.market-category-strip button.active{border-color:var(--rose);background:var(--cream);transform:translateY(-2px)}.market-category-strip strong{font-family:var(--serif);color:var(--earth);margin-bottom:.35rem;font-size:1.05rem;display:block}.market-category-strip span{color:var(--ink-m);font-size:.74rem;line-height:1.55;display:block}.items-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.item-card{border:1px solid var(--sand);background:var(--cream);cursor:pointer;border-radius:.75rem;transition:all .3s;overflow:hidden}.item-card:hover{border-color:var(--blush);transform:translateY(-4px);box-shadow:0 16px 48px #2c1f1e1a}.item-img{background:var(--warm);border-bottom:1px solid var(--sand);justify-content:center;align-items:center;height:140px;font-size:3rem;display:flex}.item-body{padding:1rem}.item-title{font-family:var(--serif);color:var(--earth);margin-bottom:.3rem;font-size:1rem}.item-price{font-family:var(--serif);color:var(--rose);margin-bottom:.35rem;font-size:1.25rem}.item-meta{color:var(--ink-m);font-size:.73rem}.item-badges{flex-wrap:wrap;gap:.3rem;margin-top:.55rem;display:flex}.item-badge{background:var(--sand);color:var(--ink-m);border-radius:2rem;padding:.14rem .48rem;font-size:.6rem}.item-badge.green{color:#3a5c3d;background:#c3d4c5}.item-badge.rose{color:var(--earth);background:#e8c5c4}.list-band{background:var(--warm);border-top:1px solid var(--sand);text-align:center;padding:5rem 4rem}.list-band h2{font-family:var(--serif);color:var(--earth);margin-bottom:1rem;font-size:clamp(1.8rem,3vw,3rem)}.list-band h2 em{color:var(--rose);font-style:italic}.list-band p{color:var(--ink-m);max-width:50ch;margin:0 auto 2.5rem;font-size:1rem;line-height:1.8}.list-form{grid-template-columns:1fr 1fr;gap:1rem;max-width:640px;margin:0 auto 1.5rem;display:grid}.membership-account{background:#faf6f014;border:1px solid #faf6f021;border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:.9rem;max-width:760px;margin-top:2rem;padding:1rem;display:flex}.membership-account strong{color:var(--cream);font-family:var(--serif);font-size:1.05rem;font-weight:400;line-height:1.25;display:block}.membership-account span{color:#faf6f07a;font-size:.78rem;display:block}.membership-auth-panel{grid-template-columns:minmax(180px,1fr) auto;align-items:start;gap:1rem;width:100%;display:grid}.membership-auth-copy{min-width:0}.membership-auth-form{grid-column:1/-1;gap:.75rem;display:grid}.membership-auth-tabs{background:#0d0a0929;border:1px solid #faf6f024;border-radius:.45rem;width:fit-content;padding:.18rem;display:inline-flex}.membership-auth-tabs button{color:#faf6f09e;cursor:pointer;font-family:var(--sans);background:0 0;border:0;border-radius:.32rem;padding:.42rem .65rem;font-size:.72rem;transition:all .2s}.membership-auth-tabs button.active{background:var(--cream);color:var(--earth)}.membership-auth-tabs button:disabled{cursor:not-allowed;opacity:.55}.membership-auth-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.membership-auth-fields input{width:100%;min-width:0;color:var(--cream);font-family:var(--sans);background:#faf6f01a;border:1px solid #faf6f029;border-radius:.38rem;outline:none;padding:.72rem .8rem;font-size:.82rem}.membership-auth-fields input::placeholder{color:#faf6f073}.membership-auth-fields input:focus{border-color:var(--glow);background:#faf6f024}.membership-auth-error{border-left:3px solid var(--glow);color:var(--glow);padding-left:.65rem;font-size:.76rem;line-height:1.55}.membership-auth-actions{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.membership-reset{color:#faf6f094;cursor:pointer;font-family:var(--sans);background:0 0;border:0;padding:.2rem 0;font-size:.74rem}.membership-reset:hover{color:var(--glow)}.membership-reset:disabled{cursor:not-allowed;opacity:.5}.membership-avatar{background:var(--glow);width:2.7rem;height:2.7rem;color:var(--midnight);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:500;display:flex;overflow:hidden}.membership-avatar img{object-fit:cover;width:100%;height:100%}.membership-role{letter-spacing:.08em;text-transform:uppercase;background:#e8a87c29;border-radius:2rem;padding:.25rem .65rem;color:var(--glow)!important}.membership-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.membership-card{border:1px solid var(--sand);background:var(--cream);border-radius:.75rem;flex-direction:column;gap:1.25rem;min-height:100%;padding:1.5rem;display:flex}.membership-card.featured{background:var(--earth);border-color:var(--earth);color:var(--cream);box-shadow:0 22px 70px #5c3b3824}.membership-audience{letter-spacing:.12em;text-transform:uppercase;min-height:2.2rem;color:var(--sage);margin-bottom:.75rem;font-size:.64rem;line-height:1.55}.membership-card.featured .membership-audience{color:var(--glow)}.membership-card h3{font-family:var(--serif);color:var(--earth);margin-bottom:.6rem;font-size:1.45rem}.membership-card.featured h3{color:var(--cream)}.membership-price{font-family:var(--serif);color:var(--rose);margin-bottom:.85rem;font-size:2rem;line-height:1}.membership-card.featured .membership-price{color:var(--glow)}.membership-price span{font-family:var(--sans);color:var(--ink-m);font-size:.78rem}.membership-card.featured .membership-price span{color:#faf6f073}.membership-card p{color:var(--ink-m);font-size:.86rem;line-height:1.75}.membership-card.featured p{color:#faf6f09e}.membership-card ul{flex-direction:column;flex:1;gap:.55rem;list-style:none;display:flex}.membership-card li{color:var(--ink-m);gap:.45rem;font-size:.8rem;line-height:1.55;display:flex}.membership-card li:before{content:"✦";color:var(--sage);flex-shrink:0;margin-top:.25rem;font-size:.58rem}.membership-card.featured li{color:#faf6f0a8}.membership-card.featured li:before{color:var(--glow)}.membership-card .btn{text-align:center;width:100%;padding-left:.8rem;padding-right:.8rem}.membership-message{border:1px solid var(--sand);background:var(--warm);border-left:3px solid var(--rose);color:var(--earth);margin-bottom:1.5rem;padding:1rem 1.2rem;font-size:.9rem}.membership-billing-toggle{border:1px solid var(--sand);background:var(--warm);border-radius:.55rem;gap:.2rem;width:fit-content;margin:0 auto 1.5rem;padding:.25rem;display:flex}.membership-billing-toggle button{color:var(--ink-m);cursor:pointer;font-family:var(--sans);letter-spacing:.06em;text-transform:uppercase;background:0 0;border:0;border-radius:.38rem;padding:.62rem 1rem;font-size:.78rem;transition:all .2s}.membership-billing-toggle button.active{background:var(--earth);color:var(--cream)}.membership-note{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}footer{background:var(--ink);color:#faf6f08c;padding:4rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;max-width:1300px;margin:0 auto;display:grid}.footer-brand-lockup{align-items:center;gap:.8rem;margin-bottom:.9rem;display:flex}.footer-logo{flex-shrink:0;width:58px;height:58px}.footer-wordmark .bw-alchemy{color:var(--cream)}.footer-wordmark .bw-mama{color:var(--glow)}.footer-brand p{font-size:.84rem;line-height:1.8}.footer-social{gap:.7rem;margin-top:1.25rem;display:flex}.footer-social a{color:#faf6f080;cursor:pointer;background:0 0;border:1px solid #faf6f02e;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.7rem;text-decoration:none;transition:all .2s;display:flex}.footer-social a:hover{border-color:var(--rose);color:var(--rose)}.footer-col h4{font-family:var(--serif);color:var(--cream);margin-bottom:1rem;font-size:.95rem;font-weight:400}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.4rem}.footer-col button{color:#faf6f06e;cursor:pointer;font-size:.82rem;font-family:var(--sans);text-align:left;background:0 0;border:none;padding:0;transition:color .2s}.footer-col button:hover{color:var(--rose)}.footer-bottom{border-top:1px solid #faf6f012;justify-content:space-between;align-items:center;max-width:1300px;margin:2.5rem auto 0;padding-top:2rem;font-size:.75rem;display:flex}.footer-bottom em{color:#faf6f038;font-style:italic}.footer-note{color:#faf6f06b;border-top:1px solid #faf6f00f;max-width:1300px;margin:1.2rem auto 0;padding-top:1.2rem;font-size:.74rem;line-height:1.75}.page-transition{background:var(--cream);z-index:9998;opacity:0;pointer-events:none;transition:opacity .2s;position:fixed;inset:0}.page-transition.fading{opacity:1;pointer-events:all}.reveal{opacity:0;transition:opacity .8s var(--ease), transform .8s var(--ease);transform:translateY(22px)}.reveal.visible{opacity:1;transform:none}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.drawer{z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d0a09b3;justify-content:flex-end;align-items:flex-end;display:flex;position:fixed;inset:0}.drawer-panel{background:var(--cream);width:520px;height:100%;padding:5rem 3rem 3rem;position:relative;overflow-y:auto;box-shadow:-24px 0 80px #2c1f1e26}.drawer-close{background:var(--sand);cursor:pointer;width:2.2rem;height:2.2rem;color:var(--ink-m);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.drawer-close:hover{background:var(--blush)}.drawer-panel h2{font-family:var(--serif);color:var(--earth);margin-bottom:1.5rem;font-size:2.4rem;font-weight:300}.drawer-panel input{border:1px solid var(--sand);background:var(--warm);width:100%;font-family:var(--sans);color:var(--ink);border-radius:2px;outline:none;margin-bottom:2rem;padding:.8rem 1rem;font-size:.9rem;transition:border-color .2s}.drawer-panel input:focus{border-color:var(--rose)}.drawer-article{border-bottom:1px solid var(--sand);padding:1.5rem 0}.drawer-article span{letter-spacing:.12em;text-transform:uppercase;color:var(--sage);font-size:.67rem}.drawer-article h3{font-family:var(--serif);color:var(--earth);margin:.35rem 0 .4rem;font-size:1.2rem}.drawer-article p{color:var(--ink-m);font-size:.85rem}.drawer-article a{letter-spacing:.08em;text-transform:uppercase;color:var(--rose);cursor:pointer;background:0 0;border:none;font-size:.72rem}@media (width<=1180px){header{padding-left:2rem;padding-right:2rem}.story-btn,header .brand-wordmark{display:none}.membership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){header{padding:1rem 1.5rem}nav{display:none}.hero-section{grid-template-columns:1fr}.hero-text{padding:6rem 1.5rem 3rem}.globe-side{height:60vw;min-height:260px}.globe-canvas{height:auto;width:min(90vw,480px)!important}.landscape-section{gap:2rem;padding:4rem 1.5rem}.map-shell{width:min(480px,88vw)}.insight-card{width:100%;margin-top:1rem;position:static;transform:none}.ss-inner{grid-template-columns:1fr;gap:2.5rem}.stories-grid{grid-template-columns:1fr}.s-card.feat{grid-column:span 1}.comm-tabs{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.35rem;overflow-x:auto}.comm-tab{white-space:nowrap}.comm-panel{grid-template-columns:1fr}.comm-left,.comm-right{padding:1.4rem}.comm-hero{grid-template-columns:1fr;gap:.85rem}.comm-bar-row{grid-template-columns:1fr;gap:.35rem}.cbl{text-align:left}.cbp{font-size:.9rem}.comm-facts,.pillars-grid{grid-template-columns:1fr}.stage-grid{grid-template-columns:1fr 1fr}.map-header-grid,.res-grid,.offerings-grid,.contact-grid,.listings-grid{grid-template-columns:1fr}.items-grid,.market-category-strip{grid-template-columns:1fr 1fr}.list-form,.provider-form,.membership-grid{grid-template-columns:1fr}.membership-account{flex-direction:column;align-items:flex-start}.membership-auth-panel{grid-template-columns:1fr}.membership-auth-panel>.btn{width:100%}.membership-auth-fields{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.drawer-panel{width:100%}.page-hero-bar{min-height:auto;padding:7rem 1.5rem 4rem}.concierge-search{flex-direction:column}.page-section{padding:4rem 1.5rem}.stories-section,.community-section,.pillars-section,.map-section,.survey-strip{padding-left:1.5rem;padding-right:1.5rem}footer{padding:3rem 1.5rem}}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--earth);width:22px;height:1.5px;transition:all .3s;display:block}.hamburger span.open{opacity:.5}header.dark .hamburger span{background:var(--cream)}.mobile-menu{background:var(--cream);border-bottom:1px solid var(--sand);z-index:199;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:fixed;top:62px;left:0;right:0;box-shadow:0 8px 24px #2c1f1e14}.mobile-menu button{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-m);cursor:pointer;text-align:left;background:0 0;border:none;padding:.4rem 0;font-size:.9rem;transition:color .2s}.mobile-menu button.on,.mobile-menu button:hover{color:var(--rose)}@media (width<=900px){.hamburger{display:flex}nav,.story-btn{display:none}.about-origin-grid,.about-values-grid{grid-template-columns:1fr!important}.real-mama-intro-grid{grid-template-columns:1fr!important;gap:2rem!important}}.survey-chooser{padding:2rem}.survey-widget-wide{max-width:680px!important}.sc-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--glow);margin-bottom:1.5rem;font-size:.68rem}.sc-cards{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.sc-card{text-align:left;cursor:pointer;background:#faf6f00d;border:1px solid #faf6f01a;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1.75rem;transition:all .25s;display:flex}.sc-card:hover{background:#faf6f017;border-color:#faf6f033;transform:translateY(-3px)}.sc-card-featured{background:#e8a87c1a;border-color:#e8a87c40}.sc-card-featured:hover{border-color:var(--glow);background:#e8a87c29}.sc-card-icon{margin-bottom:.25rem;font-size:1.6rem}.sc-card-title{font-family:var(--serif);color:var(--cream);font-size:1.15rem;line-height:1.2}.sc-card-desc{color:#faf6f08c;flex:1;font-size:.8rem;line-height:1.65}.sc-card-cta{letter-spacing:.1em;text-transform:uppercase;color:var(--glow);margin-top:.5rem;font-size:.7rem}.sc-note{color:#faf6f04d;text-align:center;font-size:.72rem}.sw-progress{gap:.4rem;margin-bottom:1.5rem;display:flex}.sw-dot{background:#faf6f026;border-radius:50%;width:7px;height:7px;transition:background .3s}.sw-dot.done{background:var(--glow)}.sw-q{font-family:var(--serif);color:var(--cream);margin-bottom:1.1rem;font-size:1.1rem;line-height:1.5}.sw-helper{color:#faf6f08c;margin:-.45rem 0 1.1rem;font-size:.82rem;line-height:1.65}.sw-options{flex-direction:column;gap:.5rem;display:flex}.sw-opt{color:#faf6f0b8;font-family:var(--sans);cursor:pointer;text-align:left;background:#faf6f00f;border:1px solid #faf6f01a;border-radius:2px;padding:.7rem 1rem;font-size:.87rem;transition:all .2s}.sw-opt:hover,.sw-opt.selected{border-color:var(--glow);color:var(--glow);background:#e8a87c26}.sw-email-form{flex-direction:column;gap:.65rem;display:flex}.sw-section-progress{gap:0;margin-bottom:2rem;display:flex}.sw-section-dot{flex-direction:column;flex:1;align-items:center;gap:.35rem;display:flex;position:relative}.sw-section-dot:before{content:"";background:#faf6f01f;height:1px;position:absolute;top:14px;left:calc(14px - 50%);right:calc(50% + 14px)}.sw-section-dot:first-child:before{display:none}.sw-section-num{color:#faf6f066;z-index:1;background:#faf6f00d;border:1px solid #faf6f02e;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;transition:all .3s;display:flex;position:relative}.sw-section-dot.done .sw-section-num{background:var(--sage);border-color:var(--sage);color:var(--cream)}.sw-section-dot.active .sw-section-num{background:var(--glow);border-color:var(--glow);color:var(--midnight);font-weight:500}.sw-section-label{letter-spacing:.08em;text-transform:uppercase;color:#faf6f04d;text-align:center;font-size:.6rem}.sw-section-dot.active .sw-section-label{color:var(--glow)}.sw-section-title{font-family:var(--serif);color:var(--cream);border-bottom:1px solid #faf6f01a;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.3rem}.sw-fields{flex-direction:column;gap:1.1rem;margin-bottom:1.5rem;display:flex}.sw-field{flex-direction:column;gap:.4rem;display:flex}.sw-label{color:#faf6f099;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;font-size:.72rem;line-height:1.5;display:flex}.sw-required{letter-spacing:.1em;text-transform:uppercase;color:var(--glow);white-space:nowrap;margin-left:auto;font-size:.58rem}.sw-input{font-family:var(--sans);color:var(--cream);background:#faf6f00f;border:1px solid #faf6f01f;border-radius:2px;outline:none;width:100%;padding:.65rem .9rem;font-size:.87rem;transition:border-color .2s}.sw-input::placeholder{color:#faf6f047}.sw-input:focus{border-color:#e8a87c80}.sw-textarea{resize:vertical;min-height:80px;font-family:var(--sans);line-height:1.65}.sw-select{appearance:none;cursor:pointer}.sw-select option{color:var(--cream);background:#2c1f1e}.sw-nav{border-top:1px solid #faf6f01a;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.sw-nav-compact{margin-top:.35rem}.sw-back{font-family:var(--sans);letter-spacing:.08em;color:#faf6f066;cursor:pointer;background:0 0;border:none;font-size:.75rem;transition:color .2s}.sw-back:hover{color:#faf6f0b3}.sw-next-btn{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;background:var(--glow);color:var(--midnight);cursor:pointer;border:none;border-radius:2px;padding:.65rem 1.4rem;font-size:.75rem;font-weight:500;transition:all .2s}.sw-next-btn:hover{background:#f0c090}.sw-next-btn.submitting{opacity:.7;cursor:wait}.sw-finish{text-align:center;padding:1rem 0}.sw-check{margin-bottom:.75rem;font-size:2.8rem}.sw-finish h3{font-family:var(--serif);color:var(--cream);margin-bottom:.5rem;font-size:1.5rem}.sw-finish p{color:#faf6f08c;font-size:.85rem;line-height:1.7}@media (width<=600px){.sc-cards{grid-template-columns:1fr}.sw-section-label{display:none}.market-category-strip,.stage-grid{grid-template-columns:1fr}}.home-nav{z-index:220;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none;background:#f3ece1db;border-bottom:1px solid #2b22301f;padding:0;display:block;position:fixed;top:0;left:0;right:0}.home-nav.scrolled{box-shadow:0 1px 22px #3e1e3314}.home-nav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1140px;height:90px;margin:0 auto;padding:0 24px;display:flex}.home-brand{color:inherit;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:12px;padding:0;display:flex}.home-nav-logo{object-fit:cover;object-position:center 29%;background:#fbf6ee;border:1px solid #b6862b73;border-radius:50%;width:56px;height:56px;display:block}.home-brand-wordmark{flex-direction:column;gap:2px;line-height:1;display:flex}.home-bw-alchemy{letter-spacing:.22em;color:#2b2230;font-family:Fraunces,Georgia,serif;font-size:15px;font-weight:500}.home-bw-mama{letter-spacing:.3em;color:#b6862b;font-family:Fraunces,Georgia,serif;font-size:13px;font-weight:400}.home-navlinks{align-items:center;gap:30px;display:flex}.home-navlinks button{color:#6a6270;cursor:pointer;letter-spacing:0;text-transform:none;background:0 0;border:0;padding:0;font-family:Hanken Grotesk,system-ui,sans-serif;font-size:14.5px;font-weight:500}.home-navlinks button:after{display:none}.home-navlinks button:hover{color:#5b2c49}.home-navlinks .home-login{color:#2b2230;border:1px solid #2b22301f;border-radius:999px;padding:8px 18px;font-weight:600}.home-navlinks .home-login:hover{color:#fff;background:#5b2c49;border-color:#5b2c49}.home-mobile-menu{background:#fbf6ee;border-bottom-color:#2b22301f;top:90px}.homepage-redesign{--hm-bg:#f3ece1;--hm-surface:#fbf6ee;--hm-ink:#2b2230;--hm-ink-soft:#6a6270;--hm-plum:#5b2c49;--hm-plum-deep:#3e1e33;--hm-gold:#b6862b;--hm-gold-soft:#e6c982;--hm-clay:#c2826c;--hm-sage:#7e9474;--hm-line:#2b22301f;--hm-line-gold:#b6862b73;--hm-radius:18px;--hm-shadow:0 1px 2px #3e1e330a, 0 12px 34px -18px #3e1e3347;--hm-maxw:1140px;--hm-serif:"Fraunces", Georgia, serif;--hm-sans:"Hanken Grotesk", system-ui, sans-serif;background:var(--hm-bg);min-height:100svh;color:var(--hm-ink);font-family:var(--hm-sans);padding-top:90px;font-size:17px;line-height:1.55}.homepage-redesign h1,.homepage-redesign h2,.homepage-redesign h3{font-family:var(--hm-serif);letter-spacing:-.01em;margin:0;font-weight:500;line-height:1.08}.homepage-redesign p{margin:0}.hm-wrap{max-width:var(--hm-maxw);margin:0 auto;padding:0 24px}.hm-eyebrow{color:var(--hm-gold);font-family:var(--hm-sans);letter-spacing:.22em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:600;display:block}.hm-hero{padding:54px 0 28px}.hm-hero-head{max-width:680px;margin-bottom:30px}.hm-hero-head h1{color:var(--hm-ink);font-size:clamp(34px,5vw,56px)}.hm-hero-head h1 em{color:var(--hm-plum);font-style:italic}.hm-sub{max-width:56ch;color:var(--hm-ink-soft);margin-top:16px;font-size:18px}.hm-study-count{background:#5b2c4914;border:1px solid #5b2c492e;border-radius:999px;align-items:center;gap:10px;margin-top:20px;padding:8px 18px;display:inline-flex}.hm-sc-num{color:var(--hm-plum);font-family:var(--hm-serif);font-size:20px;font-weight:500}.hm-sc-lab{color:var(--hm-ink-soft);font-size:13.5px;font-weight:500}.hm-stage-grid{grid-template-columns:minmax(0,680px) minmax(320px,1fr);align-items:start;gap:28px;display:grid}.hm-card{border:1px solid var(--hm-line);border-radius:var(--hm-radius);background:var(--hm-surface);box-shadow:var(--hm-shadow)}.hm-survey{flex-direction:column;min-height:430px;padding:34px 34px 30px;display:flex}.hm-survey-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px;display:flex}.hm-qcount{color:var(--hm-ink-soft);letter-spacing:.16em;text-transform:uppercase;font-size:12.5px;font-weight:600}.hm-dots{gap:7px;display:flex}.hm-dot{background:var(--hm-line);border-radius:50%;width:8px;height:8px;transition:all .25s}.hm-dot.done{background:var(--hm-gold)}.hm-dot.active{background:var(--hm-plum);transform:scale(1.25)}.hm-qtext{color:var(--hm-ink);font-family:var(--hm-serif);margin-bottom:8px;font-size:clamp(23px,3vw,30px);font-weight:500;line-height:1.14}.hm-qhint{color:var(--hm-ink-soft);margin-bottom:22px;font-size:14px}.hm-options{flex-direction:column;gap:11px;display:flex}.hm-opt{border:1px solid var(--hm-line);width:100%;color:var(--hm-ink);cursor:pointer;font-family:var(--hm-sans);text-align:left;background:#fff;border-radius:14px;align-items:center;gap:14px;padding:15px 18px;font-size:16px;font-weight:500;transition:all .18s;display:flex}.hm-opt:hover{border-color:var(--hm-plum);transform:translateY(-1px);box-shadow:0 6px 18px -12px #3e1e3366}.hm-opt small{color:var(--hm-ink-soft);margin-top:2px;font-size:13px;font-weight:400;display:block}.hm-tick{border:1.5px solid var(--hm-line);border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.hm-opt.sel{border-color:var(--hm-plum);box-shadow:0 0 0 1px var(--hm-plum) inset}.hm-opt.sel .hm-tick{border-color:var(--hm-plum);background:var(--hm-plum)}.hm-opt.sel .hm-tick:after{content:"";background:#fff;border-radius:50%;width:7px;height:7px}.hm-survey-foot{justify-content:space-between;align-items:center;gap:14px;margin-top:auto;padding-top:24px;display:flex}.hm-btn{cursor:pointer;font-family:var(--hm-sans);border:1px solid #0000;border-radius:999px;font-size:15px;font-weight:600;line-height:1;text-decoration:none;transition:all .2s}.hm-btn-ghost{color:var(--hm-ink-soft);background:0 0;padding:10px 4px}.hm-btn-ghost:hover{color:var(--hm-plum)}.hm-btn-ghost:disabled{opacity:0;pointer-events:none}.hm-btn-primary{background:var(--hm-plum);color:#fff;padding:13px 30px;box-shadow:0 10px 22px -12px #5b2c49cc}.hm-btn-primary:hover{background:var(--hm-plum-deep);transform:translateY(-1px)}.hm-btn-primary:disabled{box-shadow:none;opacity:.4;pointer-events:none}.hm-btn-line{border-color:var(--hm-plum);color:var(--hm-plum);background:0 0;padding:12px 26px}.hm-btn-line:hover{background:var(--hm-plum);color:#fff}.hm-email-form{flex-direction:column;flex:1;display:flex}.hm-email-label{color:var(--hm-ink-soft);letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;font-size:12px;font-weight:700}.hm-input{border:1px solid var(--hm-line);width:100%;color:var(--hm-ink);font-family:var(--hm-sans);background:#fff;border-radius:14px;outline:none;padding:15px 18px;font-size:16px}.hm-input:focus{border-color:var(--hm-plum);box-shadow:0 0 0 1px var(--hm-plum) inset}.hm-error{border-left:3px solid var(--hm-gold);color:var(--hm-plum);background:#b6862b1a;margin-top:14px;padding:10px 12px;font-size:14px;line-height:1.5}.hm-paths{grid-template-columns:1fr 1fr;gap:14px;margin-top:8px;display:grid}.hm-path{border:1px solid var(--hm-line);cursor:pointer;text-align:left;background:#fff;border-radius:16px;flex-direction:column;align-items:flex-start;gap:8px;padding:22px;transition:all .18s;display:flex}.hm-path:hover{border-color:var(--hm-plum);box-shadow:var(--hm-shadow);transform:translateY(-2px)}.hm-ptag{color:var(--hm-gold);letter-spacing:.14em;text-transform:uppercase;font-size:11.5px;font-weight:700}.hm-path h4{color:var(--hm-ink);font-family:var(--hm-serif);margin:0;font-size:20px;font-weight:500;line-height:1.2}.hm-path p{color:var(--hm-ink-soft);font-size:14px}.hm-care{background:#7e94741f;border:1px solid #7e947466;border-radius:13px;margin-bottom:12px;padding:16px 18px;font-size:14.5px}.hm-care b{color:#48603f}.hm-care a{color:var(--hm-plum);text-underline-offset:2px;font-weight:600;text-decoration:underline}.hm-res-group{margin-top:18px}.hm-res-group h4{color:var(--hm-plum);font-family:var(--hm-sans);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 10px;font-size:12.5px;font-weight:700;display:flex}.hm-res-group h4:before{content:"";background:var(--hm-line-gold);width:18px;height:1px}.hm-res{border:1px solid var(--hm-line);background:#fff;border-radius:13px;align-items:flex-start;gap:13px;margin-bottom:9px;padding:14px 16px;display:flex}.hm-ic{width:30px;height:30px;color:var(--hm-gold);background:#b6862b1f;border-radius:8px;flex:none;justify-content:center;align-items:center;display:flex}.hm-res b{color:var(--hm-ink);font-size:15px;font-weight:600;display:block}.hm-res span span{color:var(--hm-ink-soft);margin-top:1px;font-size:13.5px;display:block}.hm-snap{border:1px solid var(--hm-line-gold);border-radius:var(--hm-radius);background:var(--hm-plum-deep);color:#f4e9dc;position:sticky;top:112px;overflow:hidden;box-shadow:0 24px 50px -24px #3e1e3399}.hm-snap-glow{pointer-events:none;background:radial-gradient(120% 80% at 85% -10%,#e6c98238,#0000 60%);position:absolute;inset:0}.hm-snap-in{padding:26px 26px 24px;position:relative}.hm-snap-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:4px;display:flex}.hm-snap-title{color:var(--hm-gold-soft);letter-spacing:.2em;text-transform:uppercase;font-size:12px;font-weight:700}.hm-snap-prog{color:#f4e9dc99;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.hm-snap-sub{color:#f4e9dc9e;margin-bottom:20px;font-size:13px}.hm-reading{flex-direction:column;gap:1px;margin-bottom:20px;display:flex}.hm-row{border-bottom:1px solid #e6c98229;align-items:baseline;gap:12px;padding:11px 0;display:flex}.hm-row:last-child{border-bottom:0}.hm-row-lab{color:#f4e9dc80;letter-spacing:.12em;text-transform:uppercase;flex:none;width:78px;font-size:11px;font-weight:600}.hm-row-val{color:#fbf1e3;font-family:var(--hm-serif);font-size:17px;font-weight:500}.hm-row-val.empty{color:#f4e9dc52;font-family:var(--hm-sans);font-size:14px;font-weight:400}.hm-pill{color:var(--hm-gold-soft);font-family:var(--hm-sans);background:#e6c98229;border:1px solid #e6c9824d;border-radius:999px;margin:0 4px 4px 0;padding:2px 9px;font-size:12.5px;font-weight:600;line-height:1.6;display:inline-block}.hm-reflect{color:#f6ecdd;min-height:64px;font-family:var(--hm-serif);background:#ffffff0d;border:1px solid #e6c98233;border-radius:13px;padding:15px 16px;font-size:15.5px;font-style:italic;line-height:1.45}.hm-reflect.placeholder{color:#f4e9dc66;font-family:var(--hm-sans);font-size:14px;font-style:normal}.hm-lineup{margin-top:18px}.hm-lineup-lab{color:#f4e9dc80;letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:600}.hm-chips{flex-wrap:wrap;gap:8px;display:flex}.hm-chip{color:#f4e9dc;background:#ffffff0f;border:1px solid #e6c98247;border-radius:999px;align-items:center;gap:7px;padding:7px 13px;font-size:13px;font-weight:600;display:inline-flex}.hm-chip i{background:var(--hm-gold-soft);border-radius:50%;flex:none;width:6px;height:6px}.hm-chip.placeholder{color:#f4e9dc66;background:0 0;border-color:#e6c9822e}.hm-community-section{border-top:1px solid var(--hm-line);background:var(--hm-surface);padding:60px 0 70px;scroll-margin-top:104px}.hm-comm-intro{max-width:620px;margin-bottom:28px}.hm-comm-intro h2{color:var(--hm-ink);margin-bottom:12px;font-size:clamp(26px,3.5vw,40px)}.hm-comm-intro p{color:var(--hm-ink-soft);font-size:16px;line-height:1.55}.hm-comm-tabs{flex-wrap:wrap;gap:8px;margin-bottom:26px;display:flex}.hm-comm-tab{border:1px solid var(--hm-line);color:var(--hm-ink-soft);cursor:pointer;font-family:var(--hm-sans);background:0 0;border-radius:999px;padding:9px 18px;font-size:14px;font-weight:500;transition:all .15s}.hm-comm-tab:hover{border-color:var(--hm-plum);color:var(--hm-plum)}.hm-comm-tab.active{border-color:var(--hm-plum);background:var(--hm-plum);color:#fbf1e3}.hm-comm-panel{grid-template-columns:1.15fr .85fr;align-items:start;gap:32px;display:grid}.hm-comm-hero{border:1px solid var(--hm-line);border-radius:var(--hm-radius);background:var(--hm-bg);align-items:flex-start;gap:18px;margin-bottom:16px;padding:22px 24px;display:flex}.hm-comm-big-num{min-width:108px;color:var(--hm-plum);font-family:var(--hm-serif);flex:none;font-size:54px;font-weight:500;line-height:1}.hm-comm-big-label{color:var(--hm-ink);margin-bottom:6px;font-size:15px;font-weight:600;line-height:1.3}.hm-comm-big-sub{color:var(--hm-ink-soft);font-size:13.5px;line-height:1.5}.hm-comm-bar-row{align-items:center;gap:10px;margin-bottom:11px;display:flex}.hm-cbl{width:160px;color:var(--hm-ink-soft);text-align:right;flex:none;font-size:13px}.hm-cbt{background:#2b22301c;border-radius:999px;flex:1;height:9px;overflow:hidden}.hm-cbf{border-radius:999px;height:100%}.hm-cbp{width:36px;color:var(--hm-ink);flex:none;font-size:13px;font-weight:600}.hm-comm-quote{border-left:2.5px solid var(--hm-gold);color:var(--hm-ink);font-family:var(--hm-serif);margin-bottom:16px;padding:10px 0 10px 18px;font-size:15px;font-style:italic;line-height:1.5}.hm-comm-quote cite{color:var(--hm-ink-soft);font-family:var(--hm-sans);margin-top:8px;font-size:12.5px;font-style:normal;display:block}.hm-comm-facts{flex-direction:column;gap:9px;margin-bottom:14px;display:flex}.hm-comm-fact{border:1px solid var(--hm-line);background:var(--hm-bg);border-radius:13px;align-items:flex-start;gap:13px;padding:12px 14px;display:flex}.hm-cfn{min-width:64px;color:var(--hm-plum);font-family:var(--hm-serif);flex:none;font-size:19px;font-weight:500;line-height:1.25}.hm-cfl{color:var(--hm-ink-soft);font-size:13.5px;line-height:1.45}.hm-comm-resource{border:1px solid var(--hm-line);background:var(--hm-bg);border-radius:13px;align-items:flex-start;gap:12px;margin-bottom:9px;padding:12px 14px;display:flex}.hm-cricon{width:30px;height:30px;color:var(--hm-plum);background:#5b2c491a;border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:14px;display:flex}.hm-crtitle{color:var(--hm-ink);margin-bottom:2px;font-size:14px;font-weight:600}.hm-crdesc{color:var(--hm-ink-soft);font-size:13px}.hm-comm-source{border-top:1px solid var(--hm-line);color:var(--hm-ink-soft);opacity:.7;margin-top:6px;padding-top:12px;font-size:11.5px}.hm-village{border-top:1px solid var(--hm-line);padding:64px 0 30px;scroll-margin-top:104px}.hm-vhead{max-width:640px;margin-bottom:34px}.hm-vhead h2{color:var(--hm-ink);margin-top:12px;font-size:clamp(28px,4vw,42px)}.hm-vhead p{color:var(--hm-ink-soft);margin-top:14px;font-size:17px}.hm-vgrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.hm-vcard{border:1px solid var(--hm-line);border-radius:var(--hm-radius);background:var(--hm-surface);box-shadow:var(--hm-shadow);color:var(--hm-ink);cursor:pointer;font-family:var(--hm-sans);text-align:left;flex-direction:column;align-items:flex-start;padding:28px 26px 24px;transition:all .22s;display:flex}.hm-vcard:hover{border-color:var(--hm-line-gold);transform:translateY(-4px)}.hm-vic{border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:18px;display:flex}.hm-vcard.c1 .hm-vic{color:var(--hm-clay);background:#c2826c29}.hm-vcard.c2 .hm-vic{color:var(--hm-plum);background:#5b2c491f}.hm-vcard.c3 .hm-vic{color:var(--hm-sage);background:#7e947429}.hm-vk{color:var(--hm-gold);letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px;font-size:11.5px;font-weight:700}.hm-vcard h3{color:var(--hm-ink);margin-bottom:10px;font-size:23px}.hm-vcard p{color:var(--hm-ink-soft);flex:1;margin-bottom:20px;font-size:14.5px}.hm-go{color:var(--hm-plum);align-items:center;gap:8px;font-size:14.5px;font-weight:600;display:inline-flex}.hm-go svg{transition:transform .2s}.hm-vcard:hover .hm-go svg{transform:translate(4px)}.hm-footer{border-top:1px solid var(--hm-line);background:var(--hm-surface);color:var(--hm-ink-soft);margin-top:46px;padding:0}.hm-foot-in{max-width:var(--hm-maxw);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin:0 auto;padding:30px 24px;display:flex}.hm-foot-brand{cursor:pointer;background:0 0;border:0;padding:0}.hm-footer-logo-img{object-fit:cover;object-position:center 29%;border:1px solid #b6862b73;border-radius:50%;width:72px;height:72px}.hm-foot-links{flex-wrap:wrap;gap:22px;display:flex}.hm-foot-links a,.hm-foot-links button{color:var(--hm-ink-soft);cursor:pointer;font-family:var(--hm-sans);letter-spacing:0;text-transform:none;background:0 0;border:0;padding:0;font-size:14px;text-decoration:none}.hm-foot-links button:after{display:none}.hm-foot-links a:hover,.hm-foot-links button:hover{color:var(--hm-plum)}.hm-foot-note{max-width:var(--hm-maxw);color:var(--hm-ink-soft);opacity:.8;margin:0 auto;padding:0 24px 26px;font-size:12.5px}.fade{animation:.4s fade}@media (width<=1050px){.home-brand-wordmark{display:none}.home-navlinks{gap:18px}.home-navlinks button{font-size:13.5px}.hm-stage-grid{grid-template-columns:1fr}.hm-snap{position:relative;top:auto}}@media (width<=900px){.home-nav-inner{height:74px}.home-navlinks{display:none}.home-nav .hamburger{display:flex}.homepage-redesign{padding-top:74px}.home-mobile-menu{top:74px}.hm-paths,.hm-comm-panel,.hm-vgrid{grid-template-columns:1fr}.hm-comm-big-num{min-width:82px;font-size:42px}.hm-cbl{width:130px}}@media (width<=560px){.hm-wrap{padding:0 20px}.hm-hero{padding:36px 0 20px}.hm-survey{padding:24px 20px 22px}.hm-snap-in{padding:22px 20px}.hm-survey-top,.hm-comm-hero,.hm-comm-bar-row{flex-direction:column;align-items:flex-start}.hm-cbl{text-align:left;width:auto}.hm-cbt{width:100%}.hm-foot-in{flex-direction:column;align-items:flex-start}}
