@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;1,9..144,300;1,9..144,400&family=DM+Sans:wght@400;500;600&display=swap";:root{--coral: #D4634D;--ivory: #FAF0E6;--dusty-rose: #C4957A;--near-black: #2D2D2D;--deep-rust: #8C3A28;--coral-soft: #F5E5E0;--border: #E8D5CC;--font-display: "Fraunces", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-card: 16px;--radius-pill: 999px;--radius-btn: 10px;--shadow: 0 4px 28px rgba(212, 99, 77, .1);--display: clamp(40px, 6vw, 68px);--h1: clamp(30px, 4vw, 44px);--h2: clamp(22px, 3vw, 30px);--h3: 20px;--body: 17px;--caption: 14px;--page-gutter: 48px;--anchor-offset: 104px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:var(--body);line-height:1.7;color:var(--near-black);background:var(--ivory)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1{font-family:var(--font-display);font-size:var(--h1);font-weight:600;line-height:1.12;letter-spacing:-.01em}h2{font-family:var(--font-display);font-size:var(--h2);font-weight:600;line-height:1.2;letter-spacing:-.01em}h3{font-family:var(--font-body);font-size:var(--h3);font-weight:600;line-height:1.3}.display-text{font-family:var(--font-display);font-size:var(--display);font-weight:400;font-style:italic;line-height:1.04;letter-spacing:-.012em}.italic-heading{font-style:italic;font-weight:400}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.container{width:min(1120px,calc(100% - var(--page-gutter)));margin-inline:auto}.section{padding:110px 0;scroll-margin-top:var(--anchor-offset)}.eyebrow{display:inline-block;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);margin-bottom:18px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:translateY(0)}.site-header{position:fixed;top:16px;left:0;width:100%;z-index:1000}.nav-shell{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:10px 14px;border-radius:var(--radius-pill);border:1px solid rgba(232,213,204,.7);background:#faf0e6e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:box-shadow .25s ease,border-color .25s ease}.site-header.scrolled .nav-shell{box-shadow:0 2px 20px #d4634d1a;border-bottom:1px solid var(--border)}.site-header.scrolled .nav-shell:after{content:"";position:absolute;left:24px;right:24px;bottom:0;height:1px;background:#d4634d80;pointer-events:none}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand img{width:36px;height:36px;border-radius:50%;object-fit:cover}.brand span{font-family:var(--font-display);font-weight:600;font-size:24px;color:var(--near-black);white-space:nowrap}.desktop-nav{display:flex;justify-content:center;gap:clamp(18px,3vw,34px)}.desktop-nav a{font-size:15px;color:#2d2d2de6;transition:color .2s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--coral)}.nav-actions{display:flex;align-items:center;gap:10px;position:relative}.btn{border:none;border-radius:var(--radius-btn);padding:11px 18px;font:600 15px/1.1 var(--font-body);cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.btn:hover,.btn:focus-visible{transform:translateY(-1px)}.btn-ghost{background:transparent;border:1px solid var(--coral);color:var(--coral)}.btn-ghost:hover,.btn-ghost:focus-visible{background:var(--coral-soft)}.btn-primary{background:var(--coral);color:var(--ivory);border:1px solid transparent}.btn-primary:hover,.btn-primary:focus-visible{background:#bf523e}.login-wrap{position:relative}.tooltip{position:absolute;top:calc(100% + 10px);right:0;width:min(290px,76vw);background:var(--coral);color:#fff;padding:10px 12px;border-radius:12px;box-shadow:var(--shadow);font-size:13.5px;line-height:1.45;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.tooltip:before{content:"";position:absolute;top:-6px;right:20px;width:12px;height:12px;background:var(--coral);transform:rotate(45deg)}.tooltip.show{opacity:1;transform:translateY(0);pointer-events:auto}.menu-toggle{display:none;width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--near-black);cursor:pointer;align-items:center;justify-content:center;padding:0;position:relative}.menu-toggle span,.menu-toggle:before,.menu-toggle:after{display:block;width:18px;height:2px;background:currentColor;border-radius:99px;transition:transform .2s ease,opacity .2s ease}.menu-toggle:before,.menu-toggle:after{content:"";position:absolute}.menu-toggle span{position:relative}.menu-toggle:before{transform:translateY(-6px)}.menu-toggle:after{transform:translateY(6px)}.menu-toggle[aria-expanded=true] span{opacity:0}.menu-toggle[aria-expanded=true]:before{transform:rotate(45deg)}.menu-toggle[aria-expanded=true]:after{transform:rotate(-45deg)}.mobile-drawer{display:none;margin-top:10px;border-radius:20px;border:1px solid rgba(232,213,204,.8);background:#faf0e6fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 16px;max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);pointer-events:none;transition:max-height .35s ease,opacity .25s ease,transform .25s ease,padding .25s ease}.mobile-drawer.open{max-height:540px;opacity:1;transform:translateY(0);pointer-events:auto;padding:16px}.mobile-links{display:grid;gap:10px;margin-bottom:14px}.mobile-links a{padding:8px 0;color:#2d2d2de6;font-size:16px}.mobile-actions{display:grid;gap:10px}.mobile-login-group{display:grid}.mobile-actions .tooltip{position:static;width:100%;margin-top:-2px;transform:translateY(0);pointer-events:none;max-height:0;padding:0 12px;opacity:0;transition:max-height .2s ease,opacity .2s ease,padding .2s ease}.mobile-actions .tooltip:before{display:none}.mobile-actions .tooltip.show{opacity:1;max-height:120px;padding:10px 12px;pointer-events:auto}#hero{min-height:100svh;padding:0;scroll-margin-top:var(--anchor-offset);background:radial-gradient(ellipse 800px 500px at 60% 0%,rgba(212,99,77,.12) 0%,transparent 70%),var(--ivory)}.hero-stage{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:132px 0 36px;overflow:hidden}.hero-mark-bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.hero-mark-svg{width:min(86vw,960px);height:auto}.mark-large-wrap,.mark-small-wrap{transform-origin:50% 50%;transform-box:fill-box}.mark-large-wrap{animation:spin-mark-cw 74s linear infinite}.mark-small-wrap{animation:spin-mark-ccw 58s linear infinite}.mark-large-shape{fill:var(--coral);opacity:.11}.mark-small-shape{fill:var(--dusty-rose);opacity:.14}.hero-orbits{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.orbit{position:absolute;left:50%;top:50%;width:0;height:0}.orbit-a{--orbit-r: clamp(180px, 22vw, 310px);--orbit-r-near: clamp(116px, 14vw, 195px);animation:orbit-spin-cw 20s linear infinite}.orbit-b{--orbit-r: clamp(150px, 18vw, 256px);--orbit-r-near: clamp(96px, 11vw, 154px);animation:orbit-spin-ccw 15.5s linear infinite;animation-delay:-3.2s}.orbit-c{--orbit-r: clamp(216px, 25vw, 350px);--orbit-r-near: clamp(128px, 15vw, 206px);animation:orbit-spin-cw 26s linear infinite;animation-delay:-7.4s}.orbit-d{--orbit-r: clamp(172px, 20vw, 286px);--orbit-r-near: clamp(106px, 12vw, 168px);animation:orbit-spin-ccw 18.5s linear infinite;animation-delay:-5.1s}.orbit-e{--orbit-r: clamp(244px, 28vw, 376px);--orbit-r-near: clamp(144px, 17vw, 222px);animation:orbit-spin-cw 30s linear infinite;animation-delay:-9.6s}.orbit-dot{width:12px;height:12px;display:block;border-radius:58% 42% 52% 48%/44% 56% 40% 60%;transform:translate(var(--orbit-r));box-shadow:0 0 0 1px #faf0e6f2,0 6px 14px #d4634d42;animation:orbit-converge 6.8s ease-in-out infinite}.dot-coral{background:#d4634db8}.dot-rose{background:#c4957abd}.orbit-b .orbit-dot{animation-delay:-2.4s}.orbit-c .orbit-dot{animation-delay:-4.2s}.orbit-d .orbit-dot{animation-delay:-1.2s}.orbit-e .orbit-dot{animation-delay:-5.7s}.shape-one{width:13px;height:11px;border-radius:62% 38% 51% 49%/44% 56% 40% 60%}.shape-two{width:11px;height:13px;border-radius:47% 53% 57% 43%/63% 37% 54% 46%}.shape-three{width:12px;height:10px;border-radius:56% 44% 46% 54%/38% 62% 42% 58%}.shape-four{width:10px;height:12px;border-radius:51% 49% 61% 39%/48% 52% 64% 36%}.shape-five{width:14px;height:11px;border-radius:60% 40% 43% 57%/57% 43% 38% 62%}.hero-anchor{position:relative;z-index:2;padding:0 12px;max-width:860px;text-align:center}.hero-anchor .display-text{margin:0 auto 14px;max-width:12ch}.hero-empathy{font-family:var(--font-display);font-size:clamp(20px,2.2vw,28px);font-style:italic;color:#2d2d2de0;margin:0 auto 14px;line-height:1.28}.hero-subhead{font-size:18px;color:#2d2d2dbf;max-width:58ch;margin:0 auto 14px}.hero-subcopy{font-size:17px;color:#2d2d2db8;max-width:54ch;margin:0 auto 26px;line-height:1.62}.hero-anchor .cta-row{justify-content:center}.cta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.btn-hero{padding:14px 24px;font-size:16px}.text-link{font-weight:600;color:var(--coral);display:inline-flex;align-items:center;gap:8px;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.text-link:hover,.text-link:focus-visible{border-color:currentColor}.trust-line{font-size:var(--caption);color:#2d2d2db3;margin-bottom:0}@keyframes spin-mark-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-mark-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes orbit-spin-cw{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes orbit-spin-ccw{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes orbit-converge{0%,to{transform:translate(var(--orbit-r)) scale(1)}50%{transform:translate(var(--orbit-r-near)) scale(1.13)}}.phone{margin-left:auto;width:min(300px,100%);border:1.5px solid var(--coral);border-radius:32px;padding:14px 10px;background:#f9efe7;box-shadow:var(--shadow);position:relative}.phone:before{content:"";position:absolute;top:7px;left:50%;width:34%;height:14px;transform:translate(-50%);background:#8c3a2829;border-radius:var(--radius-pill)}.phone-screen{border:1px solid var(--border);border-radius:24px;padding:22px 14px 16px;min-height:468px;background:var(--ivory);display:flex;flex-direction:column;gap:14px}.screen-kicker{color:#2d2d2d99;font-size:13px;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.screen-greeting{font-size:23px;color:var(--near-black);margin-top:-2px;margin-bottom:6px}.gauge-wrap{margin:4px 0 8px;text-align:center}.gauge{width:168px;height:168px;border-radius:50%;margin:0 auto;position:relative;background:conic-gradient(var(--coral) 0 70%,rgba(212,99,77,.2) 70% 100%);display:grid;place-items:center}.gauge:before{content:"";width:128px;height:128px;border-radius:50%;background:var(--ivory);box-shadow:inset 0 0 0 1px #e8d5cccc}.gauge-label{margin-top:12px;font-size:14px;color:var(--near-black);font-weight:500}.mini-card{background:var(--coral-soft);border-radius:12px;padding:12px 13px;border:1px solid rgba(212,99,77,.14);margin-top:8px}.mini-title{font-weight:600;font-size:15px;color:var(--near-black);margin-bottom:2px}.mini-meta{color:#2d2d2dbd;font-size:13px;line-height:1.45}.feeling-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f9eee5 0%,var(--coral-soft) 100%);text-align:center}.feeling-section:before,.feeling-section:after{content:"";position:absolute;pointer-events:none;z-index:0;border:1.6px solid rgba(212,99,77,.2);transform-origin:50% 50%}.feeling-section:before{width:clamp(280px,35vw,470px);height:clamp(280px,35vw,470px);left:clamp(-226px,-15vw,-132px);top:clamp(-232px,-16vw,-142px);border-radius:62% 38% 57% 43%/45% 55% 39% 61%;background:#f5e5e075;animation:edge-arc-cw 58s linear infinite}.feeling-section:after{width:clamp(250px,32vw,430px);height:clamp(250px,32vw,430px);right:clamp(-214px,-14vw,-124px);bottom:clamp(-224px,-15vw,-132px);border-color:#c4957a57;border-radius:46% 54% 38% 62%/59% 41% 57% 43%;background:#c4957a42;animation:edge-arc-ccw 51s linear infinite}.feeling-section .container{position:relative;z-index:1}.feeling-stage{--feel-scale: 1;position:relative;max-width:980px;margin-inline:auto;padding:clamp(30px,5vw,54px) 20px}.feeling-wrap{position:relative;z-index:2;max-width:780px;margin-inline:auto;padding:clamp(6px,1.2vw,14px) clamp(8px,1.4vw,16px);transform:scale(var(--feel-scale));transform-origin:50% 50%;transition:transform .14s linear;will-change:transform}.feeling-wrap h2{font-weight:400;font-style:italic;font-size:clamp(24px,3.1vw,34px);line-height:1.22;margin-bottom:16px}.feeling-body{font-size:18.5px;line-height:1.8;max-width:700px;margin:0 auto;color:#2d2d2deb}.feeling-inline{font-family:var(--font-display);font-size:1.06em;font-style:italic;color:#2d2d2df5}.feeling-body+.feeling-body{margin-top:16px}@keyframes edge-arc-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes edge-arc-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.section-heading{max-width:740px;margin:0 auto 34px;text-align:center}.section-heading h2{margin-top:4px}.how-section{position:relative;overflow:hidden}.how-section .container{position:relative;z-index:1}.how-section:before,.how-section:after{content:"";position:absolute;border:1.5px solid rgba(212,99,77,.24);pointer-events:none}.how-section:before{width:clamp(220px,26vw,330px);height:clamp(220px,26vw,330px);border-radius:58% 42% 49% 51%/44% 56% 40% 60%;left:clamp(-180px,-9vw,-90px);top:54px;transform:rotate(-14deg)}.how-section:after{width:clamp(150px,18vw,220px);height:clamp(150px,18vw,220px);border-radius:53% 47% 58% 42%/62% 40% 60% 38%;right:clamp(-126px,-7vw,-66px);bottom:42px;transform:rotate(11deg)}.how-heading{position:relative}.how-heading:before,.how-heading:after{content:"";position:absolute;border:1.5px solid rgba(196,149,122,.48);border-radius:56% 44% 62% 38%/48% 52% 45% 55%;pointer-events:none}.how-heading:before{width:44px;height:44px;left:min(8%,24px);top:-2px;transform:rotate(-14deg)}.how-heading:after{width:30px;height:30px;right:min(11%,32px);top:12px;transform:rotate(18deg)}.how-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.how-card{position:relative;overflow:visible;background:transparent;border-radius:0;padding:28px 26px 26px;box-shadow:none;border:none;height:100%}.how-card:before,.how-card:after{content:"";position:absolute;pointer-events:none}.how-card:before{top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f5e5e0fa,#f5e5e0f0);border:1px solid rgba(212,99,77,.22);border-radius:42px 58px 44px 62px/36px 52px 48px 64px;box-shadow:var(--shadow);transform:rotate(-1deg);z-index:0}.how-card:after{width:74px;height:74px;right:-18px;bottom:-20px;background:#c4957a29;border-radius:58% 42% 49% 51%/38% 62% 44% 56%;transform:rotate(12deg);z-index:0}.how-card:nth-child(2):before{border-radius:56px 40px 60px 42px/44px 60px 40px 56px;transform:rotate(.8deg)}.how-card:nth-child(2):after{left:-18px;right:auto;top:-16px;bottom:auto;width:66px;height:66px;transform:rotate(-11deg)}.how-card:nth-child(3):before{border-radius:48px 62px 40px 58px/52px 42px 60px 46px;transform:rotate(-.5deg)}.how-card:nth-child(3):after{width:62px;height:62px;left:16px;right:auto;bottom:-18px;transform:rotate(9deg)}.step-row{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.step-id{position:relative;z-index:1;font-size:13px;font-weight:600;letter-spacing:.08em;color:#8c3a28cc}.step-icon{width:38px;height:38px;flex:0 0 auto;position:relative}.icon-circle{border:2px solid var(--coral);background:transparent;border-radius:57% 43% 46% 54%/44% 56% 45% 55%;transform:rotate(-12deg)}.icon-circle:before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border:1.5px solid rgba(212,99,77,.34);border-radius:52% 48% 60% 40%/42% 58% 37% 63%}.icon-overlap:before,.icon-overlap:after{content:"";position:absolute;width:23px;height:21px;border:2px solid var(--coral);top:7px}.icon-overlap:before{left:1px;background:#d4634d0f;border-radius:56% 44% 49% 51%/41% 59% 43% 57%;transform:rotate(-14deg)}.icon-overlap:after{right:1px;background:#c4957a40;border-radius:61% 39% 47% 53%/57% 43% 58% 42%;transform:rotate(12deg)}.icon-arc:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border:2.5px solid rgba(212,99,77,.34);border-bottom-color:transparent;border-left-color:transparent;border-radius:60% 40% 53% 47%/44% 56% 42% 58%;transform:rotate(-25deg)}.icon-arc:after{content:"";position:absolute;width:6px;height:6px;border-radius:54% 46% 56% 44%;background:#d4634dad;right:5px;top:6px}.how-card h3{position:relative;z-index:1;margin-bottom:10px;color:var(--near-black)}.how-card p{position:relative;z-index:1;color:#2d2d2dd9}#product{background:#f8ede5}.product-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:clamp(24px,4vw,54px);align-items:center}.feature-list{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:12px}.feature-list li{padding-left:28px;position:relative;color:#2d2d2de6}.feature-list li:before{content:"✓";position:absolute;left:0;top:1px;color:var(--coral);font-weight:600}.insights-screen{min-height:500px;padding:22px 14px 16px;gap:14px}.insights-kicker{color:#2d2d2d8f;font-size:13px;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.insights-title{font-size:clamp(27px,2.2vw,42px);line-height:1.07;color:var(--near-black);margin-top:-2px}.insights-chart-shell{background:#f5e5e0cc;border:1px solid rgba(212,99,77,.2);border-radius:24px;padding:14px 12px 16px;margin-top:6px}.insights-circles{position:relative;height:216px;display:grid;place-items:center}.insight-ring{position:absolute;display:block;border-radius:55% 45% 50% 50%/48% 52% 44% 56%;border:1px solid rgba(212,99,77,.24);background:radial-gradient(circle at center,rgba(250,240,230,.95) 58%,transparent 59%),conic-gradient(rgba(212,99,77,.92) 0 var(--ring-fill),rgba(212,99,77,.2) var(--ring-fill) 100%)}.ring-main{--ring-fill: 72%;width:130px;height:130px;transform:rotate(-12deg);box-shadow:0 8px 16px #d4634d24;z-index:3}.ring-left{--ring-fill: 58%;width:92px;height:92px;left:16px;top:66px;transform:rotate(8deg);z-index:2}.ring-right{--ring-fill: 81%;width:100px;height:100px;right:16px;top:50px;transform:rotate(-6deg);z-index:2}.ring-bottom{--ring-fill: 66%;width:78px;height:78px;bottom:16px;right:86px;transform:rotate(14deg);z-index:1}.insights-note{font-size:clamp(17px,1.6vw,22px);line-height:1.32;color:#2d2d2ddb;margin-top:6px}#story{background:var(--coral-soft)}.story-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(26px,4vw,56px);align-items:start}.founders-photo{border-radius:20px;overflow:hidden;border:1px solid rgba(212,99,77,.32);box-shadow:var(--shadow);background:#f7ebe2}.photo-caption{margin-top:10px;color:#2d2d2db3;font-size:14px}.story-copy p{color:#2d2d2deb;font-size:16px;line-height:1.65}.story-copy p+p{margin-top:18px}.founder-tags{margin-top:26px;padding-top:16px;border-top:1px solid rgba(212,99,77,.35);display:grid;gap:6px;color:var(--coral);font-weight:500;font-size:15px}.contact-cta{background:var(--deep-rust);color:var(--ivory);text-align:center}.contact-cta .section-heading p{margin-top:10px;color:#faf0e6cc;font-size:18px}.waitlist-wrap{max-width:680px;margin:0 auto}.waitlist-form{max-width:580px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.waitlist-form input{width:100%;border-radius:var(--radius-btn);border:1px solid var(--border);background:var(--ivory);color:var(--near-black);font:500 16px/1.2 var(--font-body);padding:14px;outline:none}.waitlist-form input:focus{border-color:#d4634dcc;box-shadow:0 0 0 3px #d4634d29}.waitlist-note{margin-top:10px;font-size:13px;color:#faf0e68c}.waitlist-success{display:inline-block;margin-top:12px;font-family:var(--font-display);font-style:italic;color:var(--coral);font-size:clamp(26px,4vw,34px);line-height:1.2}.page-main{min-height:100vh;background:var(--ivory)}.page-shell{padding:calc(var(--anchor-offset) + 32px) 0 88px}.page-contact .page-shell{padding:calc(var(--anchor-offset) + 10px) 0 56px}.page-sub{max-width:720px;color:#2d2d2dd1;font-size:18px;margin-top:12px}.page-contact .page-sub{max-width:640px;font-size:17px;margin-top:8px}.contact-grid{margin-top:28px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:18px}.page-contact .contact-grid{margin-top:18px;gap:14px;align-items:start}.contact-card,.contact-meta,.legal-card{background:var(--coral-soft);border-radius:var(--radius-card);border:1px solid rgba(212,99,77,.16);box-shadow:var(--shadow)}.contact-card{padding:26px}.page-contact .contact-card{padding:20px}.contact-card h2{margin-bottom:12px}.page-contact .contact-card h2{margin-bottom:10px}.contact-card form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;align-items:start}.form-field{display:block;margin-bottom:0}.page-contact .form-field{margin-bottom:0}.form-field-full{grid-column:1 / -1}.form-field span{display:block;margin-bottom:6px;font-size:14px;font-weight:500}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius-btn);padding:12px 13px;font:500 15px/1.35 var(--font-body);color:var(--near-black);background:var(--ivory)}.page-contact .form-field input,.page-contact .form-field select,.page-contact .form-field textarea{padding:10px 12px;background:#f5e5e094}.form-field textarea{resize:vertical}.page-contact .form-field textarea{min-height:110px}.form-submit{width:fit-content}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#d4634dcc;box-shadow:0 0 0 3px #d4634d29}.contact-success{font-family:var(--font-display);font-style:italic;color:var(--coral);font-size:clamp(24px,3.3vw,34px);line-height:1.2}.contact-meta{padding:24px}.page-contact .contact-meta{padding:20px}.contact-meta h3,.contact-meta p{margin-bottom:10px}.muted{color:#2d2d2db3}.legal-wrap h1{max-width:900px}.legal-grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.legal-card{padding:26px}.legal-card h2{margin-bottom:10px}.legal-card p+p{margin-top:12px}.legal-contact{margin-top:18px;color:#2d2d2dcc}footer{background:var(--deep-rust);color:var(--ivory);padding:34px 0 14px;border-top:1px solid rgba(250,240,230,.16)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:10px}.footer-brand img{width:32px;height:32px;border-radius:50%}.footer-brand span{font-family:var(--font-display);font-size:24px;font-weight:600}.footer-tagline{color:#faf0e6a6;font-size:14px}.footer-col h3{font-size:14px;letter-spacing:.06em;text-transform:uppercase;color:#faf0e6bd;margin-bottom:10px;font-family:var(--font-body);font-weight:500}.footer-col a,.footer-col p{display:block;color:#faf0e6d6;font-size:15px;line-height:1.9}.footer-col a:hover,.footer-col a:focus-visible{color:var(--ivory);text-decoration:underline;text-underline-offset:3px}.footer-bottom{margin-top:24px;padding-top:14px;border-top:1px solid rgba(250,240,230,.16);color:#faf0e666;font-size:13px;text-align:center}@media(max-width:960px){:root{--anchor-offset: 96px}.desktop-nav,.nav-actions .login-wrap,.nav-actions>.btn-primary{display:none}.menu-toggle{display:inline-flex}.mobile-drawer{display:block}#hero{min-height:auto;padding:0}.hero-stage{min-height:calc(100svh - 18px);padding:116px 0 28px}.hero-mark-svg{width:min(110vw,860px)}.mark-large-shape{opacity:.09}.mark-small-shape{opacity:.11}.orbit-e{display:none}.orbit-dot{box-shadow:0 0 0 1px #faf0e6e6,0 5px 11px #d4634d38}.orbit-a{--orbit-r: clamp(132px, 28vw, 210px);--orbit-r-near: clamp(82px, 16vw, 124px)}.orbit-b{--orbit-r: clamp(114px, 25vw, 176px);--orbit-r-near: clamp(74px, 14vw, 108px)}.feeling-stage{padding:34px 12px}.feeling-wrap{padding:8px 12px}.insights-circles{height:208px}.ring-main{width:120px;height:120px}.ring-left{width:86px;height:86px;left:10px;top:64px}.ring-right{width:92px;height:92px;right:10px;top:50px}.feeling-section:before{width:clamp(248px,42vw,348px);height:clamp(248px,42vw,348px);left:-166px;top:-174px}.feeling-section:after{width:clamp(220px,38vw,320px);height:clamp(220px,38vw,320px);right:-154px;bottom:-164px}.how-section:before,.how-section:after,.how-heading:before,.how-heading:after{display:none}.product-grid,.story-grid,.footer-grid,.contact-grid,.legal-grid{grid-template-columns:1fr}.phone{margin-inline:auto}.how-grid{grid-template-columns:1fr}.section{padding:92px 0}.page-shell{padding:calc(var(--anchor-offset) + 26px) 0 76px}.page-contact .page-shell{padding:calc(var(--anchor-offset) + 12px) 0 50px}}@media(max-width:640px){:root{--page-gutter: 28px;--anchor-offset: 88px}.container{width:min(1120px,calc(100% - var(--page-gutter)))}.section{padding:76px 0}.display-text{font-size:clamp(35px,11vw,50px)}.hero-stage{min-height:calc(100svh - 8px);padding:108px 0 20px}.hero-mark-svg{width:min(132vw,780px)}.mark-large-shape{opacity:.075}.mark-small-shape{opacity:.095}.orbit-dot{box-shadow:0 0 0 1px #faf0e6d1,0 5px 11px #d4634d33}.hero-subhead,.hero-subcopy,.feeling-body,.contact-cta .section-heading p,.page-sub{font-size:16px}.feeling-inline{font-size:1.02em}.feeling-stage{padding:26px 8px}.feeling-wrap{padding:8px 10px}.insights-chart-shell{padding:14px 10px 16px}.insights-circles{height:188px}.ring-main{width:106px;height:106px}.ring-left{width:74px;height:74px;left:6px;top:60px}.ring-right{width:80px;height:80px;right:8px;top:44px}.ring-bottom{width:66px;height:66px;right:62px;bottom:10px}.feeling-section:before{width:236px;height:236px;left:-158px;top:-154px}.feeling-section:after{width:212px;height:212px;right:-146px;bottom:-146px}.btn,.btn-hero{width:100%;justify-content:center}.cta-row{align-items:stretch}.text-link{width:fit-content}.waitlist-form,.contact-card form{grid-template-columns:1fr}.page-contact .page-shell{padding:calc(var(--anchor-offset) + 20px) 0 42px}.page-contact .contact-grid{margin-top:14px}.how-card,.contact-card,.contact-meta,.legal-card{padding:22px}}@media(prefers-reduced-motion:reduce){.mark-large-wrap,.mark-small-wrap{animation:none}.feeling-section:before,.feeling-section:after{animation:none}.orbit-a,.orbit-b,.orbit-c,.orbit-d,.orbit-e,.orbit-dot{animation:none}.feeling-wrap{transform:none;transition:none}}
