:root{--paper:#fbfcfb;--ink:#252d2a;--muted:#59675f;--surface:#fff;--line:#dce4de;--tint:#e8f0eb;--focus:#2d604a;--button:#273d32;--button-text:#fff;color-scheme:light}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;color:var(--ink);background:var(--paper);font:400 16px/1.7 'DM Sans',Arial,sans-serif}
h1,h2,h3,p,figure{margin:0 0 20px}
h1,h2,h3{font-weight:400;text-wrap:balance}
h1{font-size:clamp(42px,5.2vw,66px);line-height:1.08;letter-spacing:-2.8px;margin-bottom:25px}
h2{font-size:clamp(32px,3.7vw,45px);line-height:1.17;letter-spacing:-1.7px;margin-bottom:23px}
h3{font-size:22px;line-height:1.35;letter-spacing:-.5px;margin-bottom:15px}
a{color:inherit;text-underline-offset:5px}
button,input,select{font:inherit}
button{cursor:pointer}
button,a,select,summary{touch-action:manipulation}
button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:4px}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.wrap{max-width:1160px;padding-inline:36px;margin-inline:auto}
.section{padding-block:80px}
.eyebrow{font-size:11px;font-weight:500;letter-spacing:1.4px;color:var(--muted);line-height:1.6;margin-bottom:20px}
.lead{font-size:19px;line-height:1.6;color:var(--muted)}
.muted{color:var(--muted)}
.small-copy{font-size:13px;line-height:1.7;color:var(--muted)}
.skip{position:absolute;top:-100px;left:16px;z-index:5;padding:10px 18px;background:var(--ink);color:white}
.skip:focus{top:12px}
.site-header{position:relative;max-width:1340px;margin:auto;padding:24px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}
.wordmark{font-size:37px;font-weight:600;line-height:1;letter-spacing:-2px;text-decoration:none;white-space:nowrap}
.wordmark span{font-size:9px;font-weight:400;letter-spacing:1.1px;margin-left:16px;vertical-align:middle}
.desktop-nav{display:flex;align-items:center;gap:27px;font-size:14px}
.desktop-nav>a{text-decoration:none;display:inline-flex;align-items:center;min-height:44px}
.mobile-nav{display:none}
.button{display:inline-flex;gap:15px;align-items:center;justify-content:center;background:var(--button);color:var(--button-text);border:1px solid var(--button);border-radius:7px;min-height:50px;padding:13px 20px;font-size:14px;line-height:1.5;text-align:center;text-decoration:none;transition:background .15s}
.button:hover{background:#453b59;color:#fff}
.button.small{font-size:13px;padding:10px 15px;min-height:44px}
.button.secondary{background:transparent;color:var(--ink);border-color:var(--line)}
.button.secondary:hover{background:var(--tint)}
.button.full{width:100%}
.text-link{font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;min-height:44px}
.hero{display:grid;grid-template-columns:1.3fr .8fr;align-items:center;gap:65px;padding-block:64px 70px;text-align:left}
.hero-copy{min-width:0}
.hero h1 span{color:var(--focus)}
.hero .lead{max-width:550px;margin-bottom:25px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 23px;margin-bottom:16px}
.hero-price{font-size:13px;margin-bottom:14px}
.hero-fit{font-size:13px;line-height:1.6;color:var(--muted);max-width:470px;margin:0}
.hero-person{margin:0;background:var(--tint);border-radius:14px;overflow:hidden}
.hero-person>img{width:100%;height:340px;object-fit:cover;object-position:50% 30%}
.hero-person figcaption{padding:23px 26px 18px}
.hero-person .eyebrow{font-size:10px;margin-bottom:8px}
.hero-person strong{font-size:18px;font-weight:500;line-height:1.4;display:block;margin-bottom:8px}
.hero-person figcaption>p:not(.eyebrow){font-size:13px;line-height:1.5;color:var(--muted);margin:0}
.hero-person .text-link{margin-top:6px}
.problem-band{background:#f0f4f1;border-block:1px solid var(--line)}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:38px}
.section-heading h2{margin:0}
.section-heading>p{font-size:16px;color:var(--muted);max-width:310px;margin:0}
.problem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}
.problem-grid article{border-top:1px solid #cbd6ce;padding-top:22px}
.number{display:block;font-size:11px;color:var(--muted);margin-bottom:20px;letter-spacing:.5px}
.problem-grid h3{font-size:23px}
.problem-grid p{font-size:15px;color:var(--muted);margin:0}
.journey{max-width:100%;margin:auto;text-align:left}
.choose-label{font-size:14px;color:var(--muted);margin-bottom:13px}
.choices{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:20px}
.choices button{font-size:14px;line-height:1.4;min-height:48px;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:7px;padding:11px 18px;transition:background .15s}
.choices button[aria-pressed=true]{background:var(--button);color:white;border-color:var(--button)}
.choices button:hover:not([aria-pressed=true]){background:var(--tint)}
.example{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:center;padding:35px;background:var(--surface);border:1px solid var(--line);border-radius:14px}
.event{font-size:12px;letter-spacing:1px;color:var(--muted);text-transform:uppercase;margin-bottom:14px}
.example h3{font-size:32px;line-height:1.17;letter-spacing:-1px;max-width:350px;margin-bottom:20px}
.explanation{font-size:15px;line-height:1.65;color:var(--muted);margin:0}
.email{padding:25px;background:var(--paper);border:1px solid var(--line);border-radius:9px;min-width:0}
.sender{font-size:14px;font-weight:500;margin-bottom:7px}
.subject{font-size:13px;color:var(--muted);padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:17px}
.email-copy{font-size:16px;line-height:1.6;margin-bottom:20px;min-height:105px}
.status{display:flex;gap:9px;align-items:center;padding:11px 12px;border-radius:6px;background:var(--tint);color:var(--focus);font-size:12px;line-height:1.5}
.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}
.demo-caption{text-align:left;font-size:12px;color:var(--muted);margin:13px 0 24px}
.scope-preview{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.scope-preview p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}
.scope-preview strong{color:var(--ink);font-weight:500}
.scope-preview .button{flex-shrink:0}
#inside{padding-top:0}
.scope-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:27px}
.scope-grid article{border-top:1px solid var(--line);padding-top:23px}
.scope-grid h3{font-size:21px}
.scope-grid p{font-size:14px;color:var(--muted);margin:0}
.scope-foot{font-size:13px;line-height:1.7;color:var(--muted);margin:30px 0 0}
.process-band,.private-band{background:#f0f4f1;border-block:1px solid var(--line)}
.process{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.process ol{list-style:none;display:grid;gap:27px;padding:0;margin:0}
.process li{display:flex;gap:19px}
.process li>span{font-size:13px;color:var(--muted);padding-top:4px}
.process h3{font-size:21px;margin-bottom:9px}
.process li p{font-size:15px;color:var(--muted);margin:0}
.pricing{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.price-card{border:1px solid var(--line);border-radius:13px;padding:35px;background:var(--surface);min-width:0}
.price-card .eyebrow{margin-bottom:20px}
.amount{font-size:56px;line-height:1.2;letter-spacing:-2px;margin:0 0 7px}
.amount span{font-size:14px;letter-spacing:0;color:var(--muted);white-space:nowrap}
.setup-fee{font-size:16px}
.price-card ul{list-style:none;padding:22px 0;margin:22px 0;border-block:1px solid var(--line)}
.price-card li{font-size:14px;padding-left:22px;position:relative;margin-bottom:12px}
.price-card li:last-child{margin:0}
.price-card li:before{content:'✓';position:absolute;left:0;color:var(--focus)}
.price-note{font-size:12px;color:var(--muted);text-align:center;margin:14px 0 0}
.founder{display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line)}
.founder .small-copy{margin:20px 0 0}
.private-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}
.private-grid>div>p:not(.eyebrow){max-width:490px;color:var(--muted)}
.private-grid .small-copy{margin-bottom:0}
.private-price{padding-left:28px;border-left:1px solid #cbd6ce}
.private-price>p{font-size:13px}
.private-price h3{font-size:37px;letter-spacing:-1px;margin-bottom:24px}
.private-price h3 span{display:block;font-size:13px;letter-spacing:0;margin-bottom:8px;color:var(--muted)}
.private-price h3 small{font-size:14px;letter-spacing:0;color:var(--muted);white-space:nowrap}
.faq{max-width:900px}
.faq details{border-bottom:1px solid var(--line);padding:20px 0}
.faq summary{font-size:16px;font-weight:500;cursor:pointer;list-style-position:outside;margin-left:18px;padding-left:5px}
.faq details p{font-size:15px;color:var(--muted);margin:15px 0 0 23px}
.start-band{background:var(--tint);border-block:1px solid var(--line)}
.start{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px}
.start .text-link{overflow-wrap:anywhere;display:block}
.start form{display:grid;align-content:start;gap:10px;min-width:0}
.start label{font-size:15px;font-weight:500}
.start select{width:100%;min-width:0;max-width:100%;padding:13px 12px;border:1px solid #a4b6aa;border-radius:6px;background:white;color:var(--ink);font-size:16px;margin-bottom:10px}
.start form>.button{margin-top:5px}
#fit-result{border-top:1px solid #b3c3b9;padding-top:23px;margin-top:12px}
#fit-result h3{font-size:23px}
#fit-result p{font-size:15px;color:var(--muted)}
#fit-result .small-copy{font-size:13px;margin:13px 0 0}
footer.wrap{padding-block:45px;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:30px;font-size:13px;color:var(--muted)}
footer .wordmark{color:var(--ink)}
footer p{margin:18px 0 0}
footer>div>a:not(.wordmark){display:block;padding-block:8px;overflow-wrap:anywhere}
.social-links{display:flex;gap:3px 17px;flex-wrap:wrap}
.social-links a{display:inline-flex;align-items:center;min-height:44px}
@media(max-width:1000px){
  .site-header{padding:22px 28px}.wordmark span{display:none}.desktop-nav{gap:20px}
  .hero{gap:35px;grid-template-columns:1.2fr .8fr}.hero-person>img{height:310px}.hero-person figcaption{padding:20px}
  .section{padding-block:65px}.process,.pricing,.start,.founder,.private-grid{gap:40px}
  .scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.scope-grid h3 br{display:none}
  .private-price h3{font-size:31px}.problem-grid{gap:25px}.problem-grid h3{font-size:21px}
}
@media(max-width:760px){
  .wrap{padding-inline:24px}.site-header{padding:16px 24px;gap:15px}.wordmark{font-size:35px}
  .desktop-nav{display:none}.mobile-nav{display:block}
  .mobile-nav summary{display:flex;align-items:center;gap:15px;cursor:pointer;list-style:none;min-height:44px;padding:8px 10px;font-size:15px}
  .mobile-nav summary::-webkit-details-marker{display:none}
  .mobile-nav[open] summary span{transform:rotate(45deg)}
  .mobile-nav nav{position:absolute;z-index:3;left:16px;right:16px;top:calc(100% - 4px);display:grid;background:var(--surface);padding:12px;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 24px #252d2a12}
  .mobile-nav nav a{font-size:16px;padding:12px;min-height:48px;text-decoration:none;border-radius:5px}.mobile-nav nav a:hover{background:var(--tint)}
  h1{font-size:clamp(38px,7.8vw,58px);letter-spacing:-1.8px}h2{letter-spacing:-1px}
  .hero{grid-template-columns:1fr;gap:28px;padding-block:35px 40px}.hero .eyebrow{font-size:10px;letter-spacing:1px;margin-bottom:18px}
  .hero .lead{font-size:17px;max-width:550px;margin-bottom:22px}.hero h1{max-width:600px}
  .hero-fit{max-width:550px}.hero-person{display:grid;grid-template-columns:110px minmax(0,1fr);max-width:550px;width:100%;align-items:stretch}
  .hero-person>img{width:110px;height:100%;min-height:170px;max-height:220px;object-position:50% 28%}.hero-person figcaption{padding:17px 19px 11px}
  .hero-person .eyebrow{display:none}.hero-person strong{font-size:16px;margin-bottom:6px}.hero-person figcaption>p:not(.eyebrow){font-size:13px}.hero-person .text-link{margin:0;font-size:13px}
  .section{padding-block:52px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{max-width:520px;margin-top:20px}
  .problem-grid{grid-template-columns:1fr;gap:27px}.problem-grid .number{margin-bottom:12px}.problem-grid h3{font-size:23px;margin-bottom:10px}
  .example{grid-template-columns:1fr;padding:24px;gap:24px}.example h3{font-size:29px;max-width:none;margin-bottom:13px}
  .email{padding:22px}.email-copy{min-height:0}.scope-preview{align-items:flex-start;flex-direction:column}
  .process,.pricing,.founder,.private-grid,.start{grid-template-columns:1fr;gap:28px}.price-card{padding:28px}.amount{font-size:50px}
  .founder>div:first-child .lead{margin-bottom:0}.private-price{padding:25px 0 0;border-left:0;border-top:1px solid #cbd6ce}.private-price h3{font-size:35px}
  footer.wrap{grid-template-columns:1fr;gap:24px}
}
@media(max-width:480px){
  .wrap{padding-inline:20px}.site-header{padding-inline:20px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:6px}.hero-actions .button{width:100%}.hero-actions .text-link{justify-content:center}
  .hero h1{font-size:clamp(36px,9.5vw,45px)}.hero-price{font-size:12px}.hero-fit{font-size:13px}
  .choices{display:grid;grid-template-columns:1fr;gap:8px}.choices button{text-align:left;padding:12px 16px;font-size:15px}
  .example{padding:20px}.email{padding:18px}.email-copy{font-size:15px}.example h3{font-size:27px}
  .scope-grid{grid-template-columns:1fr;gap:27px}.scope-grid .number{margin-bottom:12px}.scope-grid h3{font-size:23px}.scope-grid p{font-size:15px}
  .price-card{padding:22px}.amount{font-size:46px}.private-price h3{font-size:34px}.private-price h3 small{font-size:13px}
}
@media(max-width:360px){
  .wrap{padding-inline:18px}.site-header{padding-inline:18px}.hero-person{grid-template-columns:85px minmax(0,1fr)}.hero-person>img{width:85px}.hero-person figcaption{padding:15px}
  .hero h1{font-size:35px}.price-card{padding:20px}.amount{font-size:43px}.private-price h3{font-size:31px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* FLP's visual story: the next step, taken care of. */
:root{--focus:#514089;--button:#2c2938;--tint:#eeeaf7;--line:#e1e1e9;--ink:#282731;--muted:#605e6b;--paper:#fdfdff}
.eyebrow-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#8a72c3;margin-right:7px;box-shadow:0 0 0 5px #ece7f8}
.hero{grid-template-columns:1.08fr 1fr;gap:40px;padding-block:64px 40px;position:relative}
.hero:before{content:'';position:absolute;z-index:-1;inset:-30px 0 -40px;background:radial-gradient(ellipse at 88% 30%,#e9defb 0,transparent 50%),radial-gradient(ellipse at 64% 82%,#d6f2ee 0,transparent 43%);pointer-events:none}
.hero h1{font-size:clamp(44px,5.1vw,65px);line-height:1.1;letter-spacing:-2.6px}.hero h1 span{color:#514089}.hero .lead{font-size:18px;max-width:480px}
.hero-visual{margin:0;min-width:0}.hero-visual figcaption{font-size:11px;color:var(--muted);margin:10px 5px 0;text-align:center}
.flow-scene{height:550px;position:relative;isolation:isolate;border-radius:30px;background:radial-gradient(ellipse at 20% 20%,#eef4ff 0,transparent 55%),radial-gradient(ellipse at 80% 20%,#d2c6f4 0,transparent 65%),linear-gradient(150deg,#efebf9,#cceee3);border:1px solid #ffffffb3;box-shadow:inset 0 0 80px #fff7,0 22px 60px #5140890d;overflow:hidden}
.scene-label{position:absolute;left:27px;top:26px;font-size:12px;letter-spacing:.2px;color:#524865}
.scene-monogram{position:absolute;right:23px;top:32px;font-size:185px;line-height:1;font-weight:500;letter-spacing:-13px;color:#ffffff65;z-index:-1}
.flow-orbit{position:absolute;width:450px;height:450px;left:3%;top:80px;border:1px solid #ffffffb5;border-radius:50%;transform:rotate(-20deg);z-index:-1}
.flow-orbit:before{content:'';position:absolute;inset:40px;border:1px solid #ffffffb5;border-radius:50%}
.flow-lines{position:absolute;inset:0;width:100%;height:100%;z-index:-1;fill:none;stroke:#8b7aa8;stroke-width:1.5;stroke-dasharray:4 6;opacity:.6}
.flow-card{position:absolute;background:#ffffffed;border:1px solid #fff;border-radius:15px;box-shadow:0 12px 30px #51408915}
.flow-label{display:block;font-size:10px;letter-spacing:1px;color:#6c647a;line-height:1.5}
.inquiry-card{left:6%;right:17%;top:89px;display:flex;align-items:center;gap:12px;padding:17px 18px;transform:rotate(-4deg)}
.flow-avatar{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#e4ddf6;color:#604895;font-size:20px}
.inquiry-card p{font-size:15px;margin:4px 0 0;color:#332b43;line-height:1.5}
.welcome-card{top:187px;left:19%;right:6%;padding:22px;transform:rotate(2deg)}
.welcome-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #e7e3ec}
.tiny-wordmark{font-size:25px;font-weight:500;letter-spacing:-2px;line-height:1}.approved-pill{font-size:10px;color:#386453;background:#e0f0e6;padding:5px 8px;border-radius:20px;white-space:nowrap}
.welcome-card>p{font-size:20px;line-height:1.4;letter-spacing:-.4px;margin:9px 0 13px}
.sample-booking{display:flex;justify-content:space-between;align-items:center;padding:10px 13px;background:#ede6fa;border-radius:7px;font-size:12px;color:#53436f}
.welcome-bottom{font-size:11px;color:#706879;margin:10px 0 0;display:flex;gap:8px}.welcome-bottom>span{color:#446d59}
.human-card{left:5%;right:12%;bottom:24px;padding:17px;display:flex;gap:12px;align-items:center;transform:rotate(-2deg);background:#f8fcf9}
.human-icon{width:33px;height:33px;flex-shrink:0;background:#dcf0e2;border-radius:50%;padding:7px;color:#416b50}.human-icon svg{width:100%;stroke:currentColor;stroke-width:1.7}.human-card p{font-size:14px;margin:3px 0 0;line-height:1.4}.human-check{margin-left:auto;color:#486c56;font-size:14px}
.care-strip{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-block:18px 40px;color:var(--muted);font-size:12px}
.care-strip p{margin:0;display:flex;gap:10px;align-items:center}.care-strip p>span{font-size:17px;color:#725795}.care-strip>a{display:flex;align-items:center;gap:10px;text-decoration:none;min-height:44px}.care-strip img{width:36px;height:36px;border-radius:50%;object-fit:cover;object-position:50% 22%}
.problem-band{background:#f7f7fb;border-color:#ecebf3}.problem-grid{gap:25px}.problem-grid article{border:0;padding:0}.problem-grid .number{font-size:10px;letter-spacing:.8px}.problem-grid h3{font-size:22px}
.mini-scene{height:190px;border-radius:16px;position:relative;overflow:hidden;margin-bottom:26px;padding:25px 20px;display:flex;flex-direction:column;justify-content:center}
.inbox-scene{background:linear-gradient(135deg,#dfd9f0,#f1edf9)}.mini-email{display:flex;align-items:center;gap:10px;padding:16px 13px;background:#fffc;border-radius:10px;transform:rotate(-3deg);box-shadow:0 10px 20px #5140890c}.mini-avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#dad0ee;font-size:12px;flex-shrink:0}.mini-email strong{font-size:12px;font-weight:500;display:block;line-height:1.4}.mini-email div>span{display:block;font-size:10px;color:#7b7289;margin-top:3px}.mini-dot{width:6px;height:6px;background:#a289c5;border-radius:50%;margin-left:auto}.mini-response{font-size:11px;display:flex;align-items:center;gap:8px;padding:13px 12px;margin:12px 0 0 20px;border-radius:8px;background:#fcfaff;transform:rotate(2deg);color:#5c4b75}.mini-response>span{color:#4c7d62}
.calendar-scene{background:linear-gradient(135deg,#d6e9ee,#e7f4f7);padding:18px 30px}.mini-calendar{background:#fff;border-radius:11px;padding:16px;box-shadow:0 10px 20px #36626b0c;transform:rotate(2deg)}.mini-calendar>span{font-size:9px;letter-spacing:.8px;color:#687b7e;display:block;margin-bottom:10px}.calendar-days{display:grid;grid-template-columns:repeat(5,1fr);text-align:center;gap:5px;font-size:12px}.calendar-days i{font-style:normal;color:#819292;font-size:9px}.calendar-days b{font-weight:400;display:grid;place-items:center;height:25px}.selected-day{border-radius:50%;background:#bbdee3;color:#344d55}.mini-calendar p{font-size:10px;margin:10px 0 0;display:flex;justify-content:space-between;color:#526b70;border-top:1px solid #e7eff1;padding-top:9px}
.care-scene{background:linear-gradient(135deg,#dceede,#f1f5df)}.care-list{display:grid;gap:9px;padding:16px;background:#ffffffd9;border-radius:10px;transform:rotate(-2deg);box-shadow:0 10px 20px #366b3f0c}.care-list>span{font-size:12px;color:#465f4b;display:flex;align-items:center;gap:10px}.care-list i{font-style:normal;color:#508061}.care-seal{font-size:11px;color:#59715c;margin-top:11px;text-align:center}
.example{background:linear-gradient(135deg,#f6f3fc,#f9fdfb);border-color:#e3dfec;box-shadow:0 16px 50px #51408906}.email{background:#fff;box-shadow:0 8px 24px #51408907}.status{background:#e3f0e8;color:#3f6551}
.process-band{background:#f0edf7}.process ol{gap:23px}.process li>span{display:grid;place-items:center;flex-shrink:0;width:29px;height:29px;background:#e0d8ef;border-radius:50%;color:#665383;padding:0;margin-top:1px}
.price-card{box-shadow:0 18px 60px #5140890b;border-top:4px solid #b09bd0;border-radius:16px}.pricing .price-card .button{background:#2c2938}.price-card li:before{color:#536d58}
.founder{grid-template-columns:1fr 1fr;align-items:center}.founder-intro{display:flex;gap:27px;align-items:center}.founder-photo{width:145px;flex-shrink:0;overflow:hidden;border-radius:100px 100px 20px 20px}.founder-photo img{width:145px;height:240px;object-fit:cover;object-position:50% 28%}.founder-intro h2{font-size:36px}.founder-intro .lead{font-size:15px}
.private-band{background:#f5f5f9}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.guide-grid>a{display:block;border:1px solid #e7e2ef;background:#f9f7fc;border-radius:15px;padding:30px;text-decoration:none;transition:transform .2s,box-shadow .2s}.guide-grid>a:nth-child(2){background:#f0f8f5;border-color:#deeae4}.guide-grid>a:hover{transform:translateY(-3px);box-shadow:0 14px 30px #33274708}.guide-grid .eyebrow{display:block;margin-bottom:17px;font-size:10px}.guide-grid h3{font-size:28px;max-width:340px}.guide-grid p{font-size:15px;color:var(--muted);max-width:440px}.guide-symbol{display:grid;place-items:center;width:44px;height:44px;font-size:27px;color:#665181;background:#e8dff4;border-radius:12px;margin-bottom:26px}.guide-grid>a:nth-child(2) .guide-symbol{color:#4c715a;background:#dceddf}.start-band{background:radial-gradient(ellipse at 95% 10%,#d9e9ed,transparent 60%),linear-gradient(125deg,#e9e1f5,#f1f4e9)}
@media(max-width:1000px){.hero{gap:30px}.hero h1{font-size:clamp(43px,5.3vw,56px)}.flow-scene{height:535px}.welcome-card{padding:18px;left:12%}.welcome-card>p{font-size:19px}.approved-pill{font-size:9px}.inquiry-card{left:5%;right:8%;padding:16px}.inquiry-card p{font-size:13px}.human-card{left:5%;right:5%}.founder-intro{display:block}.founder-photo{margin-bottom:24px}.care-strip{font-size:11px;gap:12px}.mini-scene{padding-inline:15px}.calendar-scene{padding-inline:20px}}
@media(max-width:760px){
 .hero{grid-template-columns:1fr;gap:30px;padding-top:35px;padding-bottom:10px}.hero:before{inset:180px 0 0}.hero h1{font-size:clamp(41px,8.5vw,59px);letter-spacing:-1.9px;max-width:630px}.hero .lead{font-size:17px;max-width:540px}.hero-visual{max-width:500px;width:100%;margin:0 auto}.flow-scene{height:490px;border-radius:22px}.scene-monogram{font-size:160px}.scene-label{top:23px;left:22px}.inquiry-card{top:70px;right:18%;padding:15px}.welcome-card{top:175px;left:20%;right:6%;padding:18px}.welcome-top{padding-bottom:12px;margin-bottom:12px}.welcome-card>p{font-size:20px;margin-bottom:13px}.human-card{bottom:22px;left:5%;right:12%;padding:15px}.care-strip{flex-wrap:wrap;justify-content:center;font-size:12px;gap:12px 23px;padding-block:20px 35px}.care-strip>a{width:100%;justify-content:center}.mini-scene{max-width:none;height:205px;padding-inline:25px}.problem-grid{gap:36px}.mini-calendar{max-width:280px;width:100%;margin:auto}.mini-email{max-width:340px}.mini-response{max-width:310px}.care-list{max-width:320px;width:100%;margin:auto}.care-seal{margin:11px 0 0}.problem-grid .number{margin-bottom:10px}.founder{grid-template-columns:1fr}.founder-intro{display:flex;gap:24px}.founder-photo{margin:0;width:120px}.founder-photo img{width:120px;height:205px}.founder-intro h2{font-size:30px}.guide-grid{grid-template-columns:1fr}.guide-grid>a{padding:25px}.guide-grid h3{font-size:27px}
}
@media(max-width:480px){.hero h1{font-size:clamp(39px,10vw,48px)}.hero-visual figcaption{font-size:10px}.flow-scene{height:495px}.inquiry-card{left:5%;right:6%;padding:14px;top:65px}.inquiry-card p{font-size:13px}.welcome-card{top:163px;left:12%;right:5%;padding:17px}.welcome-card>p{font-size:19px}.welcome-bottom{font-size:10px}.human-card{left:5%;right:8%;padding:14px;bottom:20px}.human-card p{font-size:12px}.human-icon{width:30px;height:30px}.flow-label{font-size:9px}.scene-monogram{font-size:150px}.flow-orbit{width:370px;height:370px;left:-15px}.founder-intro{gap:20px}.founder-photo{width:95px}.founder-photo img{width:95px;height:185px}.founder-intro h2{font-size:28px;letter-spacing:-1px}.founder-intro .lead{font-size:13px}.mini-scene{margin-bottom:22px}.care-strip{font-size:11px;gap:9px 14px}}
@media(max-width:360px){.hero h1{font-size:37px}.flow-scene{height:485px}.welcome-card{left:8%;padding:15px}.approved-pill{padding:4px 6px;font-size:8px}.welcome-card>p{font-size:18px}.human-card{gap:9px}.human-card p{font-size:11px}.flow-avatar{width:30px;height:30px}.inquiry-card{gap:9px}.inquiry-card p{font-size:12px}.founder-intro{align-items:flex-start;gap:16px}.founder-intro h2{font-size:26px}.founder-photo{width:80px}.founder-photo img{width:80px}}

/* Searchable field notes share the site identity and need no client-side app. */
.article-hero{padding-block:35px 45px;max-width:1160px;background:radial-gradient(ellipse at 100% 0,#eee8f8,transparent 55%)}
.breadcrumbs{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--muted);margin-bottom:45px}.breadcrumbs a{min-height:44px;display:inline-flex;align-items:center}
.article-hero h1{font-size:clamp(38px,5vw,60px);max-width:840px;letter-spacing:-2px}.article-hero .lead{max-width:760px;font-size:19px}.article-byline{font-size:13px;color:var(--muted);margin-bottom:0}
.article-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:65px;align-items:start;padding-bottom:60px}
.article-toc{padding:25px 0;border-top:1px solid var(--line)}.article-toc .eyebrow{margin-bottom:10px}.article-toc a{display:block;padding:10px 0;font-size:13px;color:var(--muted);text-decoration:none}.article-toc a:hover{text-decoration:underline}
.article-body{min-width:0;max-width:760px}.article-body>h2{font-size:31px;letter-spacing:-.8px;margin-top:45px}.article-body>p,.article-body>ul,.article-body>ol{font-size:17px;line-height:1.8;color:#575560}.article-body li{padding-left:5px;margin-bottom:13px}.article-body>ul,.article-body>ol{padding-left:23px}.article-body strong{font-weight:500;color:var(--ink)}
.article-body .article-answer{padding:25px;border:1px solid #e4ddec;border-radius:13px;background:#f3eff9;font-size:16px;margin:0 0 40px}.article-example{background:#f2f7f4;border:1px solid #dce8df;border-radius:13px;padding:26px}.article-example .eyebrow{font-size:10px;margin-bottom:15px}.article-example p:last-child{margin:0;font-size:16px;line-height:1.8}
.article-cta{background:linear-gradient(125deg,#eee7f8,#e3f1e8);padding:32px;border-radius:15px;margin-top:50px}.article-cta h2{font-size:32px;letter-spacing:-1px}.article-cta>p:not(.eyebrow){font-size:16px;color:var(--muted)}.article-cta>.text-link{display:flex;margin-top:17px;max-width:max-content;flex-wrap:wrap}.article-cta .button{width:auto}
@media(max-width:760px){.article-hero{padding-block:25px 35px}.breadcrumbs{margin-bottom:30px;flex-wrap:wrap}.article-hero h1{font-size:clamp(37px,7.5vw,52px);letter-spacing:-1.6px}.article-hero .lead{font-size:17px}.article-layout{grid-template-columns:1fr;gap:30px}.article-toc{display:flex;flex-wrap:wrap;gap:0 18px;padding:17px 0;border-bottom:1px solid var(--line)}.article-toc .eyebrow{width:100%;margin-bottom:7px}.article-toc a{font-size:12px;padding-block:9px}.article-body>h2{font-size:28px}.article-body>p,.article-body>ul,.article-body>ol{font-size:16px}.article-body .article-answer{padding:22px}.article-example{padding:22px}.article-cta{padding:25px}.article-cta h2{font-size:28px}.article-cta .button{width:100%}}

/* Keep illustrative cards in document flow so longer phone text cannot overlap. */
.flow-scene{display:flex;flex-direction:column;gap:23px;height:auto;min-height:550px;padding:82px 25px 27px}
.flow-scene .flow-card{position:relative;inset:auto;flex-shrink:0}
.flow-scene .inquiry-card{margin-right:12%}
.flow-scene .welcome-card{margin-left:12%}
.flow-scene .human-card{margin-right:7%;margin-top:2px}
@media(max-width:760px){.flow-scene{height:auto;min-height:0;padding:72px 22px 25px;gap:22px}}
@media(max-width:480px){.flow-scene{height:auto;padding:68px 18px 24px;gap:22px}.flow-scene .inquiry-card{margin-right:4%}.flow-scene .welcome-card{margin-left:7%}.flow-scene .human-card{margin-right:4%}}
@media(max-width:360px){.flow-scene{height:auto;padding:64px 15px 24px}.flow-scene .welcome-card{margin-left:4%}.flow-scene .inquiry-card,.flow-scene .human-card{margin-right:0}}
