@import"https://fonts.googleapis.com/css2?family=Gloock&family=Manrope:wght@300;400;500;600&display=swap";:root{--coral: #C8634F;--coral-dk: #A8503E;--nav-cta-bg: #C0533A;--nav-cta-hover:#A84830;--coral-lt: rgba(200, 99, 79, .09);--coral-bdr: rgba(200, 99, 79, .25);--navy: #1B2D4A;--navy-lt: #253558;--white: #FFFFFF;--warm: #F8F6F3;--warm2: #F1ECE6;--border: #E6DED5;--border-lt: #EDE8E2;--text: #1A1F2E;--sub: #3D4558;--muted: #6A7485;--serif: "Gloock", Georgia, serif;--sans: "Manrope", system-ui, sans-serif;--max: 1160px;--pad: clamp(1.25rem, 4vw, 2.5rem);--nav-h: 64px;--ease: cubic-bezier(.4, 0, .2, 1);--section-gap: 96px;--section-pad: 104px;--bg-base: #FFFFFF;--bg-warm: #FDFCFA;--bg-cream: #F7F4EF;--bg-dark: #1A2332;--text-primary: #2D3748;--text-secondary: #64748B;--text-light: #F0EDE6;--accent-coral: #C0533A;--accent-gold: #D4A574;--border-default: #E8E4DC;--border-warm: #D8D3C8;--coral-light: rgba(200, 99, 79, .09);--border-light: #EDE8E2;--bg-page: #F2EFE9;--text-body: #4A5568;--page-max: 1160px;--gold: #D4A574;--text-xs: clamp(11px, 1vw, 12px);--text-sm: clamp(12px, 1.1vw, 13.5px);--text-base: clamp(14px, 1.3vw, 15px);--text-md: clamp(16px, 1.5vw, 18px);--text-lg: clamp(20px, 2vw, 24px);--text-xl: clamp(28px, 3.5vw, 36px);--text-2xl: clamp(36px, 5vw, 52px);--text-3xl: clamp(48px, 7vw, 72px);--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-inout: cubic-bezier(.77, 0, .175, 1);--ease-drawer: cubic-bezier(.32, .72, 0, 1);--dur-fast: .16s;--dur-base: .26s;--dur-slow: .38s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);background:#f2efe9;color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.65;letter-spacing:-.01em;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:var(--sans);cursor:pointer;border:none;background:none}img{display:block;max-width:100%}ul{list-style:none}.reveal{opacity:0;transform:translateY(12px) scale(.98);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0) scale(1)}.reveal.d1{transition-delay:40ms}.reveal.d2{transition-delay:80ms}.reveal.d3{transition-delay:.12s}.reveal.d4{transition-delay:.16s}@media (prefers-reduced-motion: reduce){.reveal{transform:none;transition:opacity var(--dur-base) var(--ease-out)}}.nav{position:fixed;top:0;left:0;right:0;z-index:300;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 var(--pad);background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:box-shadow .3s var(--ease),border-color .3s var(--ease);border-bottom:1px solid transparent}.nav.scrolled{border-bottom-color:var(--border);box-shadow:0 1px 12px #0000000a}.nav__logo{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.nav__logo img{height:28px;width:auto}.nav__links{display:flex;align-items:center;gap:2rem}.nav__link{font-size:13.5px;font-weight:400;color:var(--sub);letter-spacing:.01em;transition:color var(--dur-base) var(--ease-out);cursor:pointer;position:relative;padding-bottom:4px}.nav__link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--coral);border-radius:1px;transform:scaleX(0);transform-origin:left center;transition:transform var(--dur-base) var(--ease-out)}.nav__link.active{color:var(--text)}.nav__link.active:after{transform:scaleX(1)}@media (hover: hover) and (pointer: fine){.nav__link:hover{color:var(--text)}}.nav__actions{display:flex;align-items:center;gap:.75rem}.nav__cta{display:inline-flex;align-items:center;background:var(--nav-cta-bg);color:#fff;padding:.5rem 1.15rem;border-radius:3px;font-size:13px;font-weight:500;letter-spacing:.01em;transition:transform var(--dur-fast) var(--ease-out);cursor:pointer;white-space:nowrap;flex-shrink:0;position:relative;overflow:hidden;isolation:isolate}.nav__cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--nav-cta-hover);transform:translate(-100%);transition:transform var(--dur-base) var(--ease-out);z-index:-1}.nav__cta:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.nav__cta:hover:before{transform:translate(0)}.nav__cta:hover{background:transparent}}.nav__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:32px;height:32px;flex-shrink:0}.nav__hamburger span{display:block;width:22px;height:1.5px;background:var(--sub);border-radius:1px;transition:background .18s}.nav__hamburger:hover span{background:var(--text)}.nav__drawer{position:absolute;top:var(--nav-h);left:0;right:0;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;flex-direction:column;z-index:299}.nav__drawer-link{display:flex;align-items:center;min-height:48px;padding:0 24px;font-size:13.5px;font-weight:400;color:var(--sub);letter-spacing:.01em;cursor:pointer;border-bottom:1px solid var(--border);transition:color .18s,background .18s}.nav__drawer-link:last-child{border-bottom:none}.nav__drawer-link:hover{color:var(--text);background:#00000005}.nav__drawer-link.active{color:var(--text)}.nav__mobile-cta-dock{display:none;position:fixed;bottom:0;left:0;right:0;z-index:998;padding:14px 24px calc(18px + env(safe-area-inset-bottom));background:#f2efe9e0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.nav__mobile-cta-dock:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:72px;background:linear-gradient(to bottom,#f2efe900,#f2efe9e0);pointer-events:none}.nav__mobile-cta-btn{display:block;width:100%;background:var(--nav-cta-bg);color:#fff;font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:.01em;padding:15px 24px;border-radius:10px;border:none;cursor:pointer;box-shadow:0 4px 20px #c0533a47;transition:transform var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.nav__mobile-cta-btn:active{transform:scale(.97);box-shadow:0 2px 8px #c0533a26}@media (hover: hover) and (pointer: fine){.nav__mobile-cta-btn:hover{background:var(--nav-cta-hover);box-shadow:0 6px 24px #c0533a59}}@media (max-width: 900px){.nav__hamburger{display:flex}.nav__cta{display:none}.nav__mobile-cta-dock{display:block}body{padding-bottom:88px}}@media (min-width: 901px){.nav__drawer,.nav__mobile-cta-dock{display:none!important}}.btn{display:inline-flex;align-items:center;gap:.4rem;border-radius:3px;font-family:var(--sans);font-weight:500;letter-spacing:.01em;cursor:pointer;transition:transform var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out),opacity var(--dur-fast) var(--ease-out);border:none}.btn-primary{background:var(--coral);color:#fff;padding:.8rem 1.75rem;font-size:14px}.btn-primary:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.btn-primary:hover{background:var(--coral-dk)}}.btn-primary-lg{background:var(--coral);color:#fff;padding:.9rem 2rem;font-size:15px}.btn-primary-lg:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.btn-primary-lg:hover{background:var(--coral-dk)}}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border);padding:.8rem 1.75rem;font-size:14px}.btn-outline:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.btn-outline:hover{border-color:var(--coral);color:var(--coral)}}.btn-outline-lg{background:transparent;color:var(--text);border:1px solid var(--border);padding:.9rem 2rem;font-size:15px}.btn-outline-lg:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.btn-outline-lg:hover{border-color:var(--coral);color:var(--coral)}}.btn-ghost-lt{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.2);padding:.9rem 2rem;font-size:15px}.btn-ghost-lt:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.btn-ghost-lt:hover{border-color:#ffffff80;color:#fff}}.btn-secondary{display:inline-flex;align-items:center;background:transparent;border:1.5px solid #C0533A;color:#c0533a;padding:12px 24px;border-radius:6px;font-size:15px;font-family:var(--sans);font-weight:500;cursor:pointer;transition:transform var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out);letter-spacing:.01em}.btn-secondary:active{transform:scale(.97)}@media (hover: hover) and (pointer: fine){.btn-secondary:hover{background:#c0533a0f}}.page-wrap{padding-top:var(--nav-h);min-height:100vh}.inner{max-width:var(--max);margin:0 auto}.section{padding:var(--section-pad) var(--pad)}.divider{border:none;border-top:1px solid rgba(0,0,0,.07);margin:0}.section-sm{padding:3.5rem var(--pad)}.section-alt{background:#fdfaf6}.section-dark{background:var(--navy)}.section-base{background:#0f1520}.rk-feat-section{background:#f2efe9;padding:104px 40px}.rk-feat-section__inner{background:linear-gradient(150deg,#eae5db,#d8d1c5);border-radius:20px;padding:56px 48px;max-width:1100px;margin:0 auto}.rkt-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:40px}.rkt-h2-line{display:block;font-family:var(--serif);font-size:40px;font-weight:600;line-height:1.08;color:var(--navy);letter-spacing:-.02em}.rkt-h2-line--ital{font-style:italic;font-weight:500}.rkt-header__right{max-width:360px}.rkt-header__body{font-size:15px;color:var(--sub);line-height:1.75;margin-bottom:14px}.rkt-header__link{font-size:13.5px;color:var(--coral);cursor:pointer;font-weight:500}.rkt-header__link:hover{opacity:.75}.rkt-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.rkt-card{background:#1a2230;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:28px 28px 24px;min-height:400px;display:flex;flex-direction:column;transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}@media (hover: hover) and (pointer: fine){.rkt-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1b2d4a14}}.rkt-card__badge{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:99px;margin-bottom:16px;width:fit-content}.rkt-card__badge--coral{background:#c0533a33;color:#e88a74}.rkt-card__badge--warm{background:#d4a57433;color:#d4a574}.rkt-card__badge--blue{background:#6494ff26;color:#7eb3ff}.rkt-card__preview{background:#ffffff0d;border-radius:8px;padding:12px;margin-bottom:20px;flex-shrink:0;height:160px;overflow:hidden}.rkt-card__title{font-size:19px;font-weight:600;color:#f5f0e8;margin-bottom:8px;line-height:1.3}.rkt-card__body{font-size:14px;color:#f5f0e8a6;line-height:1.75;margin-bottom:14px;flex:1}.rkt-card__link{font-size:13px;color:#f5f0e88c;cursor:pointer;transition:color .15s;margin-top:auto;font-weight:500;letter-spacing:.01em}.rkt-card__link:hover{color:#f5f0e8e6}.rkt-card__link--coral{color:#e88a74}.rkt-card__link--coral:hover{color:#c0533a}.rkt-bar-row{margin-bottom:8px}.rkt-bar-row:last-child{margin-bottom:0}.rkt-bar-name{font-size:11px;color:#f5f0e861;margin-bottom:5px}.rkt-bar-track{height:3px;background:#ffffff14;border-radius:99px;overflow:hidden}.rkt-bar-fill{height:100%;border-radius:99px}.rkt-refl-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#f5f0e861;margin-bottom:8px}.rkt-refl-prompt{background:#ffffff0d;border-radius:8px;padding:10px 12px;font-size:13px;color:#f5f0e89e;line-height:1.55;margin-bottom:8px}.rkt-refl-input{border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:8px 12px;font-size:13px;color:#f5f0e840}.rkt-chat-you{background:#ffffff0f;border-radius:8px;padding:8px 10px;font-size:13px;color:#f5f0e89e;margin-bottom:8px}.rkt-chat-reply-tag{font-size:11px;color:#c0533a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.rkt-chat-reply{border-left:2px solid #C0533A;padding-left:10px;font-size:13px;color:#f5f0e89e;line-height:1.55}@media (max-width: 900px){.rkt-cards{grid-template-columns:1fr}.rkt-header{grid-template-columns:1fr;gap:24px}}.rk-dark{background:#f2efe9;padding:0 40px 104px}.rk-dark__inner{background:#1e2d42;border-radius:20px;padding:56px 48px;max-width:1100px;margin:0 auto}.rk-dark__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px}.rk-dark__h2{font-family:var(--serif);font-size:34px;font-weight:400;letter-spacing:-.02em;color:#f5f0e8;line-height:1.1;margin:12px 0 14px}.rk-dark__h3{font-size:28px;font-weight:600;color:#f5f0e8;line-height:1.25;margin:12px 0 10px}.rk-dark__body{font-size:14px;color:#f5f0e89e;line-height:1.75;margin-bottom:20px}.rk-dark__body-sm{font-size:13px;color:#f5f0e899;line-height:1.7;margin-bottom:16px}.rk-dark__domain-list{margin:4px 0 20px}.rk-dark__domain-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07)}.rk-dark__domain-row:last-child{border-bottom:none}.rk-dark__domain-n{font-size:11px;font-weight:300;color:#f5f0e859;min-width:22px}.rk-dark__domain-name{font-size:14px;font-weight:500;color:#f5f0e8cc}.rk-dark__consul{display:flex;flex-direction:column;gap:10px;margin-bottom:4px}.rk-dark__sesh{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:16px 20px}.rk-dark__sesh-top{display:flex;gap:6px;margin-bottom:8px}.rk-dark__sesh-title{font-size:15px;font-weight:600;color:#f5f0e8;margin-bottom:4px}.rk-dark__sesh-meta{font-size:12px;color:#f5f0e873}.rk-dark .cs-tag--green{background:#1e3d2a;color:#52b788}.rk-dark .cs-tag--amber{background:#3d2e0a;color:#d4a030}.rk-dark .cs-tag--grey{background:#ffffff1a;color:#f5f0e899}@media (max-width: 768px){.rk-dark__grid{grid-template-columns:1fr;gap:40px}.rk-feat-section__inner,.rk-dark__inner{padding:40px 24px}}.eyebrow,.section-label{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);font-weight:600;margin-bottom:12px}h1.disp{font-family:var(--serif);font-size:clamp(38px,5.5vw,66px);font-weight:400;line-height:1.07;color:var(--navy);letter-spacing:-.01em}h1.disp em{font-style:italic}h2.disp{font-family:var(--serif);font-size:36px;font-weight:400;line-height:1.12;color:var(--navy);letter-spacing:-.01em;margin-bottom:.85rem}h2.disp em{font-style:italic}h2.disp.lt{color:#ede8df}h3.disp{font-family:var(--serif);font-size:clamp(22px,2.5vw,30px);font-weight:400;color:var(--navy);line-height:1.2;margin-bottom:.6rem}.lead{font-size:15.5px;color:var(--sub);line-height:1.8;max-width:580px;margin-bottom:2.25rem}.lead.lt{color:#ede8df8c;max-width:520px}.badge{display:inline-block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;padding:.25rem .7rem;border:.5px solid var(--coral-bdr);color:var(--coral);border-radius:2px}.rk-step__n{font-size:13px;font-weight:300;color:#00000040;letter-spacing:.05em;margin-bottom:14px}.hero{position:relative;min-height:calc(100vh - var(--nav-h));display:flex;flex-direction:column;overflow:hidden}.hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(var(--border-lt) 1px,transparent 1px),linear-gradient(90deg,var(--border-lt) 1px,transparent 1px);background-size:80px 80px;opacity:.5}.hero__body{flex:1;display:flex;align-items:center;padding:5rem var(--pad) 3.5rem;max-width:var(--max);margin:0 auto;width:100%;position:relative;z-index:2}.hero__content{max-width:680px}.hero__tag{display:inline-flex;align-items:center;gap:.5rem;font-size:12px;color:var(--sub);letter-spacing:.03em;margin-bottom:1.75rem;animation:fadeUp .6s var(--ease) both}.hero__tag-dot{width:6px;height:6px;border-radius:50%;background:var(--coral);flex-shrink:0}.hero__h1{font-family:var(--serif);font-size:clamp(40px,6vw,70px);font-weight:400;line-height:1.05;color:var(--navy);letter-spacing:-.015em;margin-bottom:1.5rem;animation:fadeUp .6s var(--ease) .1s both}.hero__h1 em{font-style:italic;color:var(--coral)}.hero__sub{font-size:16px;color:var(--sub);line-height:1.8;max-width:530px;margin-bottom:2.25rem;animation:fadeUp .6s var(--ease) .2s both}.hero__ctas{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-bottom:1.5rem;animation:fadeUp .6s var(--ease) .3s both}.hero__note{font-size:11.5px;color:var(--muted);letter-spacing:.02em;animation:fadeUp .6s var(--ease) .4s both}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);position:relative;z-index:2}.stat-item{padding:1.75rem var(--pad);border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-n{font-family:var(--serif);font-size:34px;font-weight:500;color:var(--navy);line-height:1;margin-bottom:.3rem}.stat-l{font-size:11.5px;color:var(--muted);line-height:1.5}.ph{background:#f2efe9;border-bottom:1px solid var(--border);padding:7rem var(--pad) 4.5rem;position:relative;overflow:hidden}.ph__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(var(--border-lt) 1px,transparent 1px),linear-gradient(90deg,var(--border-lt) 1px,transparent 1px);background-size:72px 72px;opacity:.06}.ph__inner{max-width:var(--max);margin:0 auto;position:relative;z-index:2}.ph__eyebrow{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--coral);margin-bottom:1rem;font-weight:500}.ph h1{font-family:var(--serif);font-size:clamp(34px,4.5vw,58px);font-weight:400;color:var(--navy);line-height:1.08;max-width:720px;letter-spacing:-.01em}.ph__sub{font-size:15.5px;color:var(--sub);line-height:1.8;max-width:540px;margin-top:1.15rem}.pillars{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-bottom:none;border-right:none}.pillar{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.25rem 2rem;transition:background .2s}.pillar:hover{background:var(--warm)}.pillar__num{font-size:10px;letter-spacing:.18em;color:var(--coral);margin-bottom:1rem;font-weight:500;text-transform:uppercase}.pillar__name{font-family:var(--serif);font-size:23px;font-weight:500;color:var(--navy);margin-bottom:.65rem;line-height:1.2}.pillar__desc{font-size:13.5px;color:var(--sub);line-height:1.75;margin-bottom:1.25rem}.pillar__link{font-size:12.5px;color:var(--coral);cursor:pointer;transition:opacity .18s}.pillar__link:hover{opacity:.75}.contrast-grid{display:grid;grid-template-columns:1fr 1fr 1fr;border:1px solid var(--border);border-bottom:none;border-right:none;margin-top:3rem}.contrast-item{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem}.contrast-item__belief{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:.6rem;font-style:italic}.contrast-item__truth{font-family:var(--serif);font-size:19px;color:var(--navy);line-height:1.35}.moments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.moment-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:32px;display:flex;flex-direction:column;transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}@media (hover: hover) and (pointer: fine){.moment-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1b2d4a14}}.moment-card__tag{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);margin-bottom:14px}.moment-card__outcome{font-family:var(--serif);font-size:22px;font-weight:500;font-style:italic;color:var(--navy);line-height:1.4;flex:1}.moment-card__context{font-size:13px;font-weight:400;color:var(--sub);margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.07)}.domain-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-bottom:none;border-right:none}.domain-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.85rem;transition:background .18s;cursor:default}.domain-card:hover{background:var(--warm)}.domain-card.full{grid-column:1 / -1}.domain-card__num{font-size:10px;letter-spacing:.15em;color:var(--coral);margin-bottom:.75rem;font-weight:500;text-transform:uppercase}.domain-card__name{font-family:var(--serif);font-size:20px;font-weight:500;color:var(--navy);margin-bottom:.55rem;line-height:1.2}.domain-card__desc{font-size:13px;color:var(--sub);line-height:1.7;margin-bottom:1rem}.domain-card__cost{font-size:11.5px;color:var(--muted);border-top:.5px solid var(--border);padding-top:.85rem;line-height:1.6}.domain-card__cost-label{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);display:block;margin-bottom:.25rem;opacity:.8}.corpus-bar{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:4rem}.corpus-item{padding:1.75rem 2rem;border-right:1px solid var(--border);background:var(--white)}.corpus-item:last-child{border-right:none}.corpus-n{font-family:var(--serif);font-size:32px;font-weight:400;color:var(--navy);margin-bottom:.25rem}.corpus-l{font-size:12px;color:var(--muted);line-height:1.65}.product-block{display:grid;grid-template-columns:44% 56%;gap:64px;align-items:start;padding:5rem 0}.product-block--reflect{grid-template-columns:52% 48%}.product-block--consul{grid-template-columns:44% 56%}.pb__num{font-size:11px;letter-spacing:.1em;color:var(--coral);margin-bottom:.9rem;font-weight:600;text-transform:uppercase}.pb__name{font-family:var(--serif);font-size:34px;font-weight:600;color:var(--navy);margin-bottom:.85rem;line-height:1.15}.pb__desc{font-size:14.5px;color:var(--sub);line-height:1.85;margin-bottom:1.25rem}.pb__feats{margin-bottom:2rem}.pb__feats li{font-size:13.5px;color:var(--sub);padding:.6rem 0 .6rem 16px;border-bottom:.5px solid var(--border);border-left:2px solid var(--border);display:flex;align-items:baseline}.pb__feats li:before{content:""}.pb__vis{background:var(--white);border:1px solid #E6DED5;border-radius:14px;padding:1.75rem;position:sticky;top:calc(var(--nav-h) + 1.5rem);box-shadow:0 2px 12px #00000012,0 0 0 1px #00000008;min-height:480px}.pb__vis-label{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.arow{display:flex;justify-content:space-between;align-items:center;padding:14px 22px;border-bottom:.5px solid var(--border)}.arow:last-child{border-bottom:none}.arow--active{border-left:3px solid var(--coral);padding-left:19px;background:#c0533a08}.arow__name{font-size:14px;font-weight:500;color:var(--text);margin-bottom:.1rem}.arow__sub{font-size:12px;color:var(--muted)}.arow__status{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:4px 10px;border-radius:2px;flex-shrink:0}.st-done{background:var(--coral-lt);color:var(--coral)}.st-active{border:.5px solid var(--coral-bdr);color:#c8634fd9}.st-locked{background:#0000000a;color:var(--muted)}.prog-bar{height:2px;background:var(--border);border-radius:1px;margin-top:1.25rem;overflow:hidden}.prog-fill{height:100%;background:var(--coral);width:37%}.chat-item{padding:1rem;border-radius:3px;margin-bottom:.75rem;font-size:13px;line-height:1.65}.chat-user{background:var(--warm2);border:1px solid var(--border)}.chat-consul{background:#c8634f0d;border:1px solid rgba(200,99,79,.18)}.chat-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);margin-bottom:.4rem}.chat-text{color:var(--text)}.chat-consul .chat-text{color:var(--sub)}.reflect-prompt{background:var(--warm2);border:1px solid var(--border);border-radius:3px;padding:1.25rem;margin-bottom:1rem}.reflect-prompt__label{font-size:9px;color:var(--coral);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.reflect-prompt__q{font-family:var(--serif);font-size:17px;color:var(--navy);line-height:1.5}.reflect-input{background:var(--white);border:1px solid var(--coral);border-radius:3px;padding:1rem;min-height:80px;font-size:12px;color:var(--muted);font-style:italic;margin-bottom:1rem}.reflect-footer{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--muted)}.reflect-save{background:var(--coral);color:#fff;padding:.4rem 1rem;font-size:11px;border-radius:2px;font-family:var(--sans);cursor:pointer;border:none}.pb__assess-stats{display:flex;gap:1.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.pb__stat{display:flex;flex-direction:column;gap:2px}.pb__stat-n{font-size:22px;font-weight:600;color:var(--navy);line-height:1}.pb__stat--amber .pb__stat-n{color:#c07800}.pb__stat-l{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.arow__right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.arow__count{font-size:11px;color:var(--muted)}.st-ns{background:#0000000a;color:var(--muted)}.pb__vis--center{display:flex;flex-direction:column}.refl-q{font-family:var(--serif);font-size:20px;font-weight:600;color:var(--navy);text-align:center;line-height:1.25;margin-bottom:4px}.refl-sub{font-size:13px;color:var(--muted);text-align:center;margin-bottom:1rem}.refl-opts{display:flex;flex-direction:column;gap:6px;margin-bottom:6px}.refl-opt{border:1px solid var(--border);border-radius:8px;padding:13px 16px;font-size:13px;color:var(--sub);cursor:pointer;transition:border-color .15s}.refl-opt--sel{border:1.5px solid #1A1F2E;background:#f7f4ef;color:var(--navy);font-weight:500}.refl-clear{font-size:11px;color:var(--muted);text-align:center;margin-bottom:1rem;cursor:pointer}.refl-sliders{display:flex;flex-direction:column;gap:14px;margin-bottom:1.25rem}.refl-slider-row{display:flex;flex-direction:column;gap:6px}.refl-slider-label{font-size:12px;font-weight:500;color:var(--text)}.refl-track{position:relative;height:3px;background:var(--border);border-radius:99px}.refl-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:var(--navy);border-radius:50%}.refl-slider-val{font-size:11px;color:var(--muted);text-align:center}.refl-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem}.refl-back{font-size:13px;color:var(--muted);cursor:pointer}.consul-vis__btns{display:flex;gap:8px;margin-bottom:1rem;flex-wrap:wrap}.consul-sessions{display:flex;flex-direction:column}.consul-sesh{border-bottom:1px solid #F0EAE2;padding:16px 0}.consul-sesh:last-child{border-bottom:none}.consul-sesh__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.consul-sesh__tags{display:flex;gap:6px;flex-wrap:wrap}.cs-tag{font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:3px}.cs-tag--green{background:#e8f5ee;color:#2d7a4f}.cs-tag--amber{background:#fff3e0;color:#c07800}.cs-tag--grey{background:var(--warm2);color:var(--muted)}.consul-sesh__slots{font-size:10px;color:var(--muted);white-space:nowrap;flex-shrink:0}.consul-sesh__title{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:4px;line-height:1.25}.consul-sesh__desc{font-size:12px;color:var(--sub);line-height:1.55;margin-bottom:6px}.consul-sesh__meta{font-size:11px;color:var(--muted);margin-bottom:4px}.consul-sesh__note{font-size:12px;color:var(--coral);margin-bottom:10px}.consul-sesh__btn{font-size:12px;font-weight:500;font-family:var(--sans);color:var(--sub);background:transparent;border:1px solid #D6D0C8;border-radius:6px;padding:7px 14px;cursor:pointer}.not-for{background:var(--warm2);border:1px solid var(--border);border-radius:10px;padding:1.35rem 1.85rem;margin-bottom:2.75rem}.not-for__label{font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:.8rem}.not-for__tags{display:flex;flex-wrap:wrap;gap:.5rem}.not-for__tag{font-size:12.5px;color:var(--muted);padding:.28rem .75rem;border:.5px solid var(--border);border-radius:2px;background:var(--white)}.price-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;position:relative;margin-bottom:1.5rem;box-shadow:0 4px 24px #0000000d}.price-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2.5px;background:var(--coral)}.price-card__grid{display:grid;grid-template-columns:1fr 1.5fr}.price-card__left{padding:2.5rem;border-right:1px solid var(--border)}.price-card__right{padding:2.5rem}.price-amt{font-family:var(--serif);font-size:58px;font-weight:500;color:var(--navy);line-height:1;margin-bottom:.3rem}.price-per{font-size:14px;color:var(--muted);margin-bottom:1.35rem}.price-desc{font-size:13.5px;color:var(--sub);line-height:1.8;margin-bottom:2rem}.price-feats li{font-size:13.5px;color:var(--sub);padding:.65rem 0;border-bottom:.5px solid var(--border);display:flex;gap:.75rem;align-items:baseline}.price-feats li:before{content:"—";color:var(--coral);flex-shrink:0}.price-feats li:last-child{border-bottom:none}.day-plan{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-top:1rem}.day-plan__item{padding:1.5rem;border-right:1px solid var(--border)}.day-plan__item:last-child{border-right:none}.day-plan__day{font-size:10px;color:var(--coral);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;font-weight:500}.day-plan__text{font-size:12.5px;color:var(--sub);line-height:1.7}.faq-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--coral);margin-bottom:2rem}.faq-item{border-top:1px solid var(--border);display:grid;grid-template-rows:auto 0fr;transition:grid-template-rows var(--dur-base) var(--ease-out)}.faq-item:last-child{border-bottom:1px solid var(--border)}.faq-item.open{grid-template-rows:auto 1fr}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;cursor:pointer;font-size:15px;font-weight:500;color:var(--navy);gap:1rem;-webkit-user-select:none;user-select:none}.faq-q__icon{font-size:22px;color:var(--coral);transition:transform var(--dur-base) var(--ease-out);line-height:1;flex-shrink:0;font-weight:300}.faq-item.open .faq-q__icon{transform:rotate(45deg)}.faq-a{overflow:hidden;min-height:0}.faq-a__inner{font-size:14.5px;color:var(--sub);line-height:1.8;padding-bottom:1.35rem;max-width:640px}.cta-band{background:#0f1820;padding:6.5rem var(--pad);text-align:center;position:relative;overflow:hidden}.cta-band__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:80px 80px}.cta-band__inner{position:relative;z-index:2}.cta-band h2{font-family:var(--serif);font-size:clamp(28px,4.5vw,52px);font-weight:400;color:#ede8df;margin-bottom:1rem;line-height:1.1}.cta-band p{font-size:15.5px;color:#ede8df73;max-width:460px;margin:0 auto 2.5rem;line-height:1.8}.cta-band__btns{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.blog-empty{text-align:center;padding:6rem var(--pad);max-width:520px;margin:0 auto}.blog-empty__icon{width:48px;height:48px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--muted);font-size:22px}.blog-empty h3{font-family:var(--serif);font-size:26px;color:var(--navy);margin-bottom:.75rem}.blog-empty p{font-size:14.5px;color:var(--sub);line-height:1.8}.blog-essays{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 860px){.blog-essays{grid-template-columns:1fr}}.blog-essay-card{display:flex;flex-direction:column;background:#fdfcfa;border:1px solid #E8E4DC;border-radius:8px;padding:24px;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s;cursor:pointer}.blog-essay-card:hover{box-shadow:0 4px 16px #00000012;border-color:#d4cfc9}.blog-essay-card__title{font-family:var(--serif);font-size:20px;font-weight:400;color:var(--navy);line-height:1.25;margin-bottom:.75rem}.blog-essay-card__desc{font-size:14px;color:var(--muted);line-height:1.7;flex:1;margin-bottom:1.25rem}.blog-essay-card__link{font-size:13px;color:#c0533a;font-weight:500;letter-spacing:.01em}footer{background:#141c27;padding:4.5rem var(--pad) 2rem;border-top:.5px solid rgba(255,255,255,.06)}.footer__grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3.5rem}.footer__brand p{font-size:12.5px;color:#ede8df47;line-height:1.75;margin-top:.9rem;max-width:230px}.footer__col-title{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#ede8df38;margin-bottom:1rem}.footer__col a{display:block;font-size:12.5px;color:#ede8df61;margin-bottom:.55rem;transition:color .18s;cursor:pointer}.footer__col a:hover{color:#ede8df}.footer__col span{display:block;font-size:12.5px;color:#ede8df61;margin-bottom:.55rem}.footer__bottom{max-width:var(--max);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:.5px solid rgba(255,255,255,.06)}.footer__bottom p{font-size:11px;color:#ede8df2e}.footer__bottom span{font-size:11px;color:var(--coral);opacity:.55}footer p,footer a,footer span,.footer__col a,.footer__col span,.footer__bottom p,.footer__bottom span{color:#f5f0e8a6}footer .footer__col-title{color:#f5f0e8e6}.footer__logo img{height:22px;width:auto;filter:brightness(0) invert(.85)}.footer__social{display:flex;gap:10px;margin-top:1.25rem;align-items:center;flex-wrap:wrap}.footer__social-link{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ffffff0f;border:.5px solid rgba(255,255,255,.09);color:#ede8df6b;transition:background .2s,color .2s,border-color .2s;text-decoration:none;cursor:pointer;flex-shrink:0}.footer__social-link:hover{background:#d4a57424;border-color:#d4a57459;color:#d4a574}.footer__social-link svg{width:14px;height:14px;display:block}.pov-block{max-width:700px;margin-bottom:4.5rem;padding:2.5rem;border:1px solid var(--border);border-radius:4px;background:var(--warm)}.pov-block p{font-size:15px;color:var(--sub);line-height:1.85;margin-bottom:1rem}.pov-block p:last-child{margin-bottom:0}.hp-hero{position:relative;overflow:hidden;background:var(--white);padding-top:calc(var(--nav-h) + 40px);padding-bottom:0}.hp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--border-lt) 1px,transparent 1px),linear-gradient(90deg,var(--border-lt) 1px,transparent 1px);background-size:72px 72px;opacity:.06;pointer-events:none}.hp-hero__inner{max-width:var(--max);margin:0 auto;padding:0 var(--pad) 72px;display:grid;grid-template-columns:50% 50%;gap:56px;align-items:start;position:relative;z-index:2}.hp-hero__tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sub);margin-bottom:24px;opacity:0;animation:hero-enter .4s cubic-bezier(.23,1,.32,1) .1s forwards}.hp-hero__tag:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--coral);flex-shrink:0;animation:pulse-dot 2.4s ease-in-out infinite}.hp-hero__h1{font-family:var(--serif);font-size:clamp(36px,4.5vw,56px);font-weight:400;line-height:1.1;color:var(--navy);letter-spacing:-.03em;margin-bottom:1.35rem;max-width:540px;opacity:0;animation:hero-enter .5s cubic-bezier(.23,1,.32,1) .2s forwards}.hp-hero__h1-line{display:block}.hp-hero__h1-line--italic{font-family:var(--serif);font-style:italic;font-weight:500;color:#3d3028}.hp-hero__sub{font-size:17px;color:var(--sub);line-height:1.7;max-width:440px;margin-bottom:2rem;opacity:0;animation:hero-enter .4s cubic-bezier(.23,1,.32,1) .34s forwards}.hp-hero__ctas{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-bottom:1.35rem;opacity:0;animation:hero-enter .4s cubic-bezier(.23,1,.32,1) .44s forwards}.hp-hero__mobile-stats{display:none}.hp-hero__note{font-size:11.5px;color:var(--muted);letter-spacing:.02em}.hp-hero__social-proof{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);margin-top:20px;opacity:0;animation:hero-enter .4s cubic-bezier(.23,1,.32,1) .52s forwards}.hp-hero__sp-dot{opacity:.45}@media (prefers-reduced-motion: reduce){.hp-hero__tag,.hp-hero__h1,.hp-hero__sub,.hp-hero__ctas,.hp-hero__social-proof{animation:hero-fade .3s ease forwards}.hp-hero__tag:before{animation:none}}.hp-hero__right{display:flex;align-items:flex-start;animation:fadeUp .7s var(--ease) .25s both}.hp-hero__card{background:var(--white);border:1px solid #E8E4DC;border-radius:12px;box-shadow:0 4px 24px #00000012,0 1px 6px #0000000a;padding:1.5rem;width:100%;min-height:420px;transition:transform .3s cubic-bezier(.23,1,.32,1),box-shadow .3s cubic-bezier(.23,1,.32,1)}@media (hover: hover) and (pointer: fine){.hp-hero__card:hover{transform:translateY(-4px);box-shadow:0 20px 48px #1b2d4a1f}}.hp-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.hp-card__label{font-size:11px;font-weight:500;color:var(--navy);letter-spacing:.03em}.hp-card__prog-wrap{display:flex;align-items:center;gap:.6rem}.hp-card__prog-bar{width:80px;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.hp-card__prog-fill{height:100%;width:37%;background:var(--coral);border-radius:2px}.hp-card__prog-pct{font-size:11px;color:var(--muted)}.hp-card__row{display:flex;justify-content:space-between;align-items:center;padding:13px 20px;border-bottom:.5px solid var(--border)}.hp-card__row:last-child{border-bottom:none}.hp-card__row-name{font-size:14px;color:var(--text);margin-bottom:.1rem}.hp-card__row-sub{font-size:10.5px;color:var(--muted)}.arow__status{font-size:10.5px;font-weight:500;white-space:nowrap;margin-left:8px}.st-done{color:#2d7a4f}.st-active{color:var(--coral)}.st-ns{color:var(--muted)}.hp-card__footer{margin-top:1rem;font-size:10.5px;color:var(--muted);text-align:center;padding-top:.85rem;border-top:.5px solid var(--border)}.trust-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--warm);padding:.9rem var(--pad)}.trust-strip__inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;font-size:12px;color:var(--muted);letter-spacing:.01em}.trust-strip__sep{color:var(--border);font-size:14px}.hp-features-intro{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.hp-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--border);border-radius:6px;overflow:hidden}.hp-stat{padding:28px 0;border-right:1px solid rgba(0,0,0,.08);text-align:center;opacity:0;transform:translateY(10px)}.hp-stat.visible{opacity:1;transform:translateY(0)}.hp-stat:nth-child(1){transition:opacity .32s cubic-bezier(.23,1,.32,1) 0ms,transform .32s cubic-bezier(.23,1,.32,1) 0ms}.hp-stat:nth-child(2){transition:opacity .32s cubic-bezier(.23,1,.32,1) 60ms,transform .32s cubic-bezier(.23,1,.32,1) 60ms}.hp-stat:nth-child(3){transition:opacity .32s cubic-bezier(.23,1,.32,1) .12s,transform .32s cubic-bezier(.23,1,.32,1) .12s}.hp-stat:nth-child(4){transition:opacity .32s cubic-bezier(.23,1,.32,1) .18s,transform .32s cubic-bezier(.23,1,.32,1) .18s}.hp-stat:last-child{border-right:none}.hp-stat__n{font-size:32px;font-weight:300;color:var(--navy);line-height:1;letter-spacing:-.02em;margin-bottom:0}.hp-stat__l{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sub);margin-top:6px;line-height:1.4}.hp-stat__word{font-family:var(--serif);font-size:clamp(32px,4vw,48px);font-weight:400;color:#f5f0e8;line-height:1;letter-spacing:-.02em}.hp-stat__desc{font-size:12px;font-weight:400;color:#f5f0e8b3;margin-top:0;line-height:1.55;text-transform:uppercase;letter-spacing:.05em}.pack-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}@media (max-width: 900px){.pack-grid{grid-template-columns:repeat(2,1fr)}}.hp-features-intro__right{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.hp-feat-item{display:flex;align-items:flex-start;gap:1rem;padding:1.35rem 1.5rem;border-bottom:1px solid var(--border);transition:background .18s}.hp-feat-item:last-child{border-bottom:none}.hp-feat-item:hover{background:var(--warm)}.hp-feat-item__icon{width:36px;height:36px;border-radius:8px;background:var(--coral-lt);color:var(--coral);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-feat-item__title{font-size:13.5px;font-weight:500;color:var(--navy);margin-bottom:.3rem}.hp-feat-item__desc{font-size:12.5px;color:var(--sub);line-height:1.65}.hp-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.hp-feature-card{background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.hp-feature-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000017}.hp-feature-card__preview{padding:1.5rem;border-bottom:1px solid var(--border);min-height:180px}.hp-feature-card__preview--warm{background:var(--warm)}.hp-feature-card__preview--white{background:var(--white)}.hp-fc-preview-label{font-size:9.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.hp-fc-bar-list{display:flex;flex-direction:column;gap:.6rem}.hp-fc-bar-item__name{font-size:11px;color:var(--sub);margin-bottom:.25rem}.hp-fc-bar-item__track{height:5px;background:var(--border);border-radius:3px;overflow:hidden}.hp-fc-bar-item__fill{height:100%;border-radius:3px;background:var(--border)}.hp-fc-bar-item__fill.done{background:var(--coral)}.hp-fc-bar-item__fill.active{background:#c8634f73}.hp-fc-prompt{font-family:var(--serif);font-size:14px;color:var(--navy);line-height:1.55;margin-bottom:.75rem}.hp-fc-input-mock{background:var(--warm2);border:1px solid var(--border);border-radius:4px;padding:.65rem;font-size:11px;color:var(--muted);font-style:italic;min-height:40px}.hp-fc-chat{display:flex;flex-direction:column;gap:.6rem}.hp-fc-chat__you{background:var(--warm2);border:1px solid var(--border);border-radius:6px;padding:.65rem .85rem;font-size:11.5px;color:var(--text);line-height:1.5}.hp-fc-chat__consul{background:#c8634f0d;border:1px solid rgba(200,99,79,.18);border-radius:6px;padding:.65rem .85rem;font-size:11.5px;color:var(--sub);line-height:1.5}.hp-fc-chat__consul-tag{font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);margin-bottom:.3rem}.hp-fc-progress-grid{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.75rem}.hp-fc-prog-label{font-size:10.5px;color:var(--sub);margin-bottom:.25rem}.hp-fc-prog-track{position:relative;height:8px;background:var(--border);border-radius:4px;overflow:hidden}.hp-fc-prog-before{position:absolute;top:0;left:0;height:100%;background:#c8634f33;border-radius:4px}.hp-fc-prog-after{position:absolute;top:0;left:0;height:100%;background:var(--coral);border-radius:4px}.hp-fc-prog-legend{display:flex;gap:1rem;font-size:10px;color:var(--muted);align-items:center}.hp-fc-prog-dot{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:.3rem}.hp-fc-prog-dot--before{background:#c8634f33}.hp-fc-prog-dot--after{background:var(--coral)}.hp-feature-card__body{padding:28px}.hp-feature-card__tag{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--coral);margin-bottom:.4rem}.hp-feature-card__title{font-family:var(--serif);font-size:18px;font-weight:500;color:var(--navy);margin-bottom:.4rem;line-height:1.3}.hp-feature-card__desc{font-size:14px;color:var(--sub);line-height:1.7;margin-bottom:.85rem}.hp-feature-card__link{font-size:12.5px;color:var(--coral);cursor:pointer;transition:opacity .18s}.hp-feature-card__link:hover{opacity:.7}.hp-split{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hp-split__list{display:flex;flex-direction:column;gap:.7rem}.hp-split__list li{font-size:13.5px;color:var(--sub);display:flex;align-items:baseline;gap:.6rem}.hp-split__list li:before{content:"—";color:var(--coral);flex-shrink:0}.hp-consul-demo{background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 6px 32px #00000012}.hp-consul-demo__header{display:flex;align-items:center;gap:.5rem;padding:.9rem 1.25rem;background:var(--warm);border-bottom:1px solid var(--border);font-size:11px;color:var(--muted)}.hp-consul-demo__dot{width:8px;height:8px;border-radius:50%;background:var(--border)}.hp-consul-demo__body{padding:1.5rem;display:flex;flex-direction:column;gap:.85rem}.hp-consul-demo__you{background:var(--warm2);border:1px solid var(--border);border-radius:8px;padding:.9rem 1.1rem}.hp-consul-demo__you-label{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);margin-bottom:.4rem}.hp-consul-demo__you-text{font-size:13px;color:var(--text);line-height:1.6}.hp-consul-demo__reply{background:#c8634f0a;border:1px solid rgba(200,99,79,.15);border-radius:8px;padding:.9rem 1.1rem}.hp-consul-demo__reply-tag{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);margin-bottom:.4rem}.hp-consul-demo__reply-text{font-size:13px;color:var(--sub);line-height:1.7}.hp-consul-demo__footer{font-size:10px;color:var(--muted);text-align:center;padding-top:.75rem;border-top:1px solid var(--border)}.hp-faq-wrap{display:grid;grid-template-columns:280px 1fr;gap:5rem;align-items:start}.contrast-table{border:1px solid var(--border);border-radius:4px;overflow:hidden;max-width:820px}.contrast-table__header{display:grid;grid-template-columns:1fr 40px 1fr;padding:.7rem 1.75rem;background:var(--warm2);border-bottom:1px solid var(--border);gap:0}.contrast-table__col-label{font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.contrast-table__col-label--right{text-align:right}.contrast-table__row{display:grid;grid-template-columns:1fr 40px 1fr;border-bottom:1px solid var(--border);align-items:center;transition:background .18s}.contrast-table__row:last-of-type{border-bottom:none}.contrast-table__row:hover{background:var(--warm)}.contrast-table__cell{padding:1.15rem 1.75rem;font-size:14px;line-height:1.55}.contrast-table__cell--left{color:var(--muted);font-weight:400}.contrast-table__cell--right{font-family:var(--serif);font-size:16px;color:#2d3748;font-weight:400}.contrast-table__divider{text-align:center;color:var(--coral);font-size:13px;opacity:.6}.contrast-table__footer{padding:1.1rem 1.75rem;font-size:12.5px;color:var(--muted);line-height:1.65;background:var(--warm2);border-top:1px solid var(--border);font-style:italic}.domain-explorer{display:grid;grid-template-columns:300px 1fr;border:1px solid var(--border);border-radius:10px;overflow:hidden;min-height:400px;box-shadow:0 4px 20px #0000000d}.domain-explorer__list{border-right:1px solid var(--border);background:var(--warm)}.domain-explorer__item{display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:0;row-gap:0;width:100%;padding:1.1rem 1.5rem;border-bottom:1px solid var(--border);background:transparent;cursor:pointer;text-align:left;transition:background var(--dur-base) var(--ease-out);position:relative}.domain-explorer__item:last-child{border-bottom:none}@media (hover: hover) and (pointer: fine){.domain-explorer__item:hover{background:var(--white)}}.domain-explorer__item.active{background:var(--white);border-left:2.5px solid var(--coral)}.domain-explorer__item-num{font-size:9.5px;letter-spacing:.14em;color:var(--coral);font-weight:500;grid-column:1;grid-row:1;padding-top:1px;font-family:var(--sans)}.domain-explorer__item-name{font-size:13.5px;font-weight:500;color:var(--navy);grid-column:2;grid-row:1;line-height:1.3;font-family:var(--sans)}.domain-explorer__item.active .domain-explorer__item-name{color:var(--navy)}.domain-explorer__item-short{font-size:11px;color:var(--muted);grid-column:2;grid-row:2;margin-top:.2rem;font-family:var(--sans)}.domain-explorer__detail{padding:2.5rem 3rem;display:flex;align-items:flex-start}.domain-explorer__detail-inner{animation:fadeUp .3s cubic-bezier(.4,0,.2,1) both;width:100%}.domain-explorer__detail-num{font-size:10px;letter-spacing:.18em;color:var(--coral);font-weight:500;margin-bottom:.65rem;text-transform:uppercase}.domain-explorer__detail-name{font-family:var(--serif);font-size:clamp(24px,2.5vw,34px);font-weight:400;color:var(--navy);line-height:1.15;margin-bottom:1rem}.domain-explorer__detail-desc{font-size:15px;color:var(--sub);line-height:1.85;max-width:520px;margin-bottom:1.75rem}.domain-explorer__cost{background:var(--coral-lt);border:1px solid var(--coral-bdr);border-radius:3px;padding:1rem 1.25rem;margin-bottom:1.25rem}.domain-explorer__cost-label{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--coral);margin-bottom:.35rem}.domain-explorer__cost-text{font-family:var(--serif);font-size:17px;color:var(--navy);line-height:1.4}.domain-explorer__example{border-top:1px solid var(--border);padding-top:1.1rem}.domain-explorer__example-label{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}.domain-explorer__example-text{font-size:13px;color:var(--muted);line-height:1.75;font-style:italic;max-width:480px}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-enter{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hero-fade{0%{opacity:0}to{opacity:1}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.ph__inner--twocol{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ph__right{display:flex;justify-content:flex-end}.ph__ctas{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.75rem}.ph__card{background:var(--white);border:1px solid #E8E4DC;border-radius:12px;box-shadow:0 4px 24px #00000012,0 1px 6px #0000000a;padding:20px;width:100%;max-width:440px}.ph__card-label{font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--coral);padding-bottom:.85rem;margin-bottom:.5rem;border-bottom:1px solid var(--border)}.ph__domain-row{display:flex;align-items:flex-start;gap:.85rem;padding:14px 0;border-bottom:1px solid #E8E4DC}.ph__domain-row:last-child{border-bottom:none}.ph__domain-num{font-size:9px;color:var(--coral);font-weight:500;letter-spacing:.06em;padding-top:2px;flex-shrink:0;width:22px}.ph__domain-name{font-size:12.5px;color:var(--navy);line-height:1.25;font-weight:500;margin-bottom:.1rem}.ph__domain-sub{font-size:10.5px;color:var(--muted)}.ph__card-footer{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border);font-size:10px;color:var(--muted);text-align:center}.ph__price-amt{font-family:var(--serif);font-size:52px;font-weight:400;color:var(--navy);line-height:1;margin-bottom:.2rem}.ph__price-per{font-size:16px;font-family:var(--sans);color:var(--sub);font-weight:400}.ph__price-note{font-size:11.5px;color:var(--muted);margin-bottom:1.1rem;padding-bottom:1.1rem;border-bottom:1px solid var(--border)}.ph__price-feats{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.25rem}.ph__price-feat{display:flex;gap:.7rem;font-size:12.5px;color:var(--sub);align-items:baseline;line-height:1.4}.ph__price-dash{color:var(--coral);flex-shrink:0}.ph__card-ctas{display:flex;flex-direction:column;gap:.55rem}.faq-centered{max-width:700px;margin:0 auto}.faq-centered__label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--coral);text-align:center;margin-bottom:.65rem}.faq-centered__heading{text-align:center;margin-bottom:.75rem}.faq-centered__sub{text-align:center;font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:2.5rem}.corpus-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-top:2rem}.corpus-stat-grid__item{padding:1.1rem 1.25rem;border-right:1px solid var(--border)}.corpus-stat-grid__item:last-child{border-right:none}.corpus-stat-grid__n{font-family:var(--serif);font-size:28px;font-weight:400;color:var(--navy);line-height:1;margin-bottom:.2rem}.corpus-stat-grid__l{font-size:11px;color:var(--muted);line-height:1.45}.pricing-page{background:var(--white);min-height:100vh}.pricing-tabs-wrap{text-align:center;padding:2rem 3rem 0;border-bottom:1px solid var(--border);margin-bottom:3rem}.pricing-tabs{display:inline-flex;gap:0}.pricing-tab{padding:.7rem 1.75rem;font-family:var(--sans);font-size:13.5px;letter-spacing:.01em;cursor:pointer;background:none;border:none;color:var(--muted);transition:color .15s;text-decoration:none}.pricing-tab:hover{color:var(--navy)}.pricing-tab.active{color:#c0533a;text-decoration:underline;text-decoration-color:#c0533a;text-decoration-thickness:2px;text-underline-offset:5px}.pricing-content{max-width:1200px;margin:0 auto;padding:0 3rem 5rem}.pack-card{background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;position:relative;transition:transform .2s ease,box-shadow .2s ease}.pack-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000017}.pack-card__badge-zone{min-height:28px;display:flex;align-items:flex-start;margin-bottom:12px}.pack-card__badge{background:#f2ede6;color:#8a3e28;font-family:var(--sans);font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:3px 9px;border-radius:4px}.pack-card__name{font-family:var(--serif);font-size:22px;font-weight:400;color:var(--navy);margin-bottom:1rem;line-height:1.25}.pack-card__price{font-family:var(--serif);font-size:36px;font-weight:400;color:var(--navy);line-height:1;margin-bottom:.2rem}.pack-card__price-note{font-family:var(--sans);font-size:11.5px;color:var(--muted);margin-bottom:1.25rem;min-height:48px}.pack-card__divider{height:1px;background:var(--border);margin-bottom:1rem}.pack-card__includes-label{font-family:var(--sans);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem}.pack-card__includes{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.45rem}.pack-card__includes li{font-family:var(--sans);font-size:13px;color:var(--sub);display:flex;gap:.6rem;align-items:flex-start;line-height:1.4}.pack-card__bullet{color:var(--coral);flex-shrink:0}.pack-card__desc{font-family:var(--sans);font-size:13px;color:var(--muted);line-height:1.7;flex:1;margin-bottom:1.5rem}.pack-card__cta{width:100%;padding:.7rem 1rem;border-radius:6px;background:var(--navy);color:var(--white);font-family:var(--sans);font-size:13.5px;font-weight:500;cursor:pointer;border:none;transition:background .15s;text-align:center;margin-top:auto}.pack-card__cta:hover{background:var(--coral)}.pricing-footnote{font-family:var(--sans);font-size:12.5px;color:var(--muted);text-align:center;margin-top:2rem;line-height:1.7}.bundle-row-1{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.bundle-row-2{display:flex;justify-content:center;gap:1.25rem;margin-top:1.25rem}.bundle-row-2 .pack-card{width:calc(33.333% - .65rem);max-width:none;flex-shrink:0}.alc-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;height:auto;transition:box-shadow .2s ease,transform .2s ease;cursor:default}.alc-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-1px)}.alc-card.added{border-color:#2d7a4f33;background:#fafdf9}.alc-domain-tag{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c0533a;display:block;margin-bottom:8px}.alc-domain-name{font-size:16px;font-weight:600;color:#1a1f2e;line-height:1.3;margin-bottom:8px}.alc-desc{font-size:13px;color:#64748b;line-height:1.55}.alc-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.alc-price{font-size:22px;font-weight:300;letter-spacing:-.02em;color:#1a1f2e;white-space:nowrap}.alc-price-note{font-size:11px;color:#8a96a8;display:block;margin-top:-6px}.alc-add-btn{background:transparent;border:1.5px solid rgba(0,0,0,.15);color:#1a1f2e;font-size:13px;font-weight:500;padding:8px 16px;border-radius:6px;cursor:pointer;white-space:nowrap;transition:all .15s ease;font-family:var(--sans)}.alc-add-btn:hover{border-color:#0000004d;background:#00000008}.alc-add-btn.added{background:#f0f7f3;border-color:#2d7a4f4d;color:#2d7a4f}.alc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:start}.bundle-upsell-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.bundle-compare-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:nowrap}.bundle-save-badge{white-space:nowrap;flex-shrink:0}.pricing-features-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.alc-cart-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#1a2332;border-top:1px solid rgba(255,255,255,.1);padding:16px 48px;display:flex;justify-content:space-between;align-items:center;transform:translateY(100%);transition:transform .25s ease}.alc-cart-bar.visible{transform:translateY(0)}@media (max-width: 900px){.ph__inner--twocol{grid-template-columns:1fr}.ph__right{display:none}.hp-hero__inner{grid-template-columns:1fr;min-height:auto;padding-top:3.5rem}.hp-hero__right{display:block;position:relative;max-height:268px;overflow:hidden;margin-top:28px;border-radius:12px}.hp-hero__right:after{content:"";position:absolute;bottom:0;left:0;right:0;height:96px;background:linear-gradient(to bottom,transparent 0%,var(--bg) 100%);pointer-events:none}.hp-hero__card{min-height:unset}.hp-features-intro{grid-template-columns:1fr;gap:2.5rem}.hp-stats-row{grid-template-columns:repeat(2,1fr)}.hp-card-grid{grid-template-columns:1fr}.hp-split{grid-template-columns:1fr;gap:2.5rem}.hp-faq-wrap{grid-template-columns:1fr;gap:2rem}.stats-bar{grid-template-columns:repeat(2,1fr)}.pillars,.contrast-grid,.moments-grid{grid-template-columns:1fr}.domain-grid{grid-template-columns:1fr 1fr}.hp-hero__mobile-stats{display:flex;align-items:center;margin-top:24px}.corpus-bar{grid-template-columns:1fr}.product-block{grid-template-columns:1fr;gap:2.5rem}.pb__vis{position:static}.price-card__grid{grid-template-columns:1fr}.price-card__left{border-right:none;border-bottom:1px solid var(--border)}.day-plan{grid-template-columns:1fr}.day-plan__item{border-right:none;border-bottom:1px solid var(--border)}.footer__grid{grid-template-columns:1fr 1fr}.nav__links{display:none}.domain-explorer{grid-template-columns:1fr}.domain-explorer__list{border-right:none;border-bottom:1px solid var(--border)}.domain-explorer__detail{padding:2rem 1.5rem}.contrast-table__header,.contrast-table__row{grid-template-columns:1fr 30px 1fr}.contrast-table__cell{padding:.9rem 1rem;font-size:13px}.contrast-table__cell--right{font-size:14.5px}}.pattern-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.gap-practice-row{display:grid;grid-template-columns:2fr 1px 2fr;gap:0;padding:28px 0;border-top:1px solid rgba(0,0,0,.1)}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.pricing-hero__headline{font-size:48px}.competitor-row{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:28px 0;border-top:1px solid rgba(0,0,0,.08)}@media (max-width: 900px){.product-hero{grid-template-columns:1fr}.product-hero__right{display:none}}.fw-system-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px}.fw-system-col{padding:40px 36px;border-right:1px solid rgba(255,255,255,.08)}.fw-system-col--last{border-right:none}.fw-outcomes-row{display:flex;justify-content:center;gap:64px}@media (max-width: 900px){.fw-system-grid{grid-template-columns:1fr}.fw-system-col{padding:28px 0;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.fw-system-col--last{border-bottom:none}.fw-outcomes-row{flex-direction:column;gap:28px;align-items:center}}.prod-diff-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;max-width:900px;margin:0 auto}@media (max-width: 900px){.prod-diff-grid{grid-template-columns:1fr}}@media (max-width: 900px){.gap-practice-row{grid-template-columns:1fr;gap:16px}.gap-practice-divider{display:none}.competitor-row{grid-template-columns:1fr;gap:6px}}.ai-consul-teaser{display:flex;align-items:center;gap:10px;margin-top:16px;padding:11px 14px;border-radius:9px;border:1px solid rgba(212,165,116,.35);background:#d4a57417}.ai-consul-teaser__badge{flex-shrink:0;font-family:var(--sans);font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--gold);background:#d4a5742e;padding:3px 8px;border-radius:4px;white-space:nowrap}.ai-consul-teaser__text{font-family:var(--sans);font-size:12px;color:#d4a574d9;line-height:1.4}.ai-consul-teaser--light{border-color:#b482504d;background:#d4a57412}.ai-consul-teaser--light .ai-consul-teaser__badge{color:#9a6a30;background:#b4825024}.ai-consul-teaser--light .ai-consul-teaser__text{color:#9a6a30}@media (max-width: 600px){.pack-grid,.alc-grid,.bundle-upsell-grid{grid-template-columns:1fr}.pricing-features-strip{grid-template-columns:1fr;gap:12px}.alc-cart-bar{padding:16px 20px}.pricing-hero{padding-left:20px;padding-right:20px;overflow:hidden}.pricing-hero__headline{font-size:clamp(28px,8vw,48px);word-break:break-word;overflow-wrap:break-word}.domain-grid,.footer__grid{grid-template-columns:1fr}.hero__ctas{flex-direction:column;align-items:flex-start}.cta-band__btns{flex-direction:column;align-items:center}.stats-bar{grid-template-columns:1fr 1fr}.hp-stat__desc{font-size:9px;letter-spacing:.1em;line-height:1.4}.hp-hero{padding-top:calc(var(--nav-h) + 24px)}.hp-hero__inner{padding-top:0}.hp-hero__ctas{flex-direction:column;align-items:flex-start}.hp-hero__ctas .btn-secondary{background:transparent;border:none;padding:0;text-decoration:underline;text-underline-offset:3px;font-weight:500}.cta-band .btn-ghost-lt{border-width:1.5px;border-color:#ffffff80;font-weight:500}.competitor-row{grid-template-columns:1fr;gap:8px}.competitor-row__label{margin-bottom:4px}.bundle-table{display:none}.bundle-mobile-note{display:block!important}.gap-practice-row{grid-template-columns:1fr;gap:20px}.gap-practice-divider{display:none}.pattern-card-grid{grid-template-columns:1fr;gap:16px}.rk-feat-section{padding:64px 20px}.rk-dark{padding:0 20px 64px}.pricing-content{padding:0 20px 3rem}.pricing-tabs-wrap{padding:1.5rem 1rem 0}}.tc-section{padding:112px var(--pad);background:#fff;overflow:hidden}.tc-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:80px;align-items:start}.tc-switcher{position:sticky;top:calc(var(--nav-h) + 36px)}.tc-sub{font-size:13.5px;color:var(--muted);line-height:1.75;margin-top:10px;margin-bottom:28px;max-width:260px}.tc-list{display:flex;flex-direction:column;gap:2px}.tc-tab{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;background:transparent;border:1px solid transparent;text-align:left;width:100%;cursor:pointer;transition:background var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out),transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}.tc-tab--active{background:var(--warm);border-color:var(--border)}@media (hover: hover) and (pointer: fine){.tc-tab:not(.tc-tab--active):hover{background:var(--warm);transform:translateY(-2px);box-shadow:0 8px 24px #1b2d4a14}}.tc-tab:active{transform:scale(.97)}.tc-avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;letter-spacing:.04em;flex-shrink:0;background:var(--warm2);color:var(--sub);transition:background .22s cubic-bezier(.23,1,.32,1),color .22s cubic-bezier(.23,1,.32,1);overflow:hidden}.tc-avatar--tab{width:36px;height:36px;font-size:11px}.tc-tab--active .tc-avatar--tab{background:var(--navy);color:#ffffffe0}.tc-avatar--lg{width:50px;height:50px;font-size:14px;border:1.5px solid var(--border)}.tc-avatar__img{width:100%;height:100%;object-fit:cover}.tc-tab__meta{flex:1;min-width:0}.tc-tab__name{font-size:13px;font-weight:500;color:var(--text);line-height:1.3}.tc-tab__role{font-size:11.5px;color:var(--muted);line-height:1.4;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-tab__pip{width:5px;height:5px;border-radius:50%;background:var(--coral);flex-shrink:0}@keyframes tc-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tc-exit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.99)}}.tc-featured--in{animation:tc-enter var(--dur-slow) var(--ease-out) forwards}.tc-featured--out{animation:tc-exit .2s var(--ease-out) forwards}.tc-domain{display:inline-flex;align-items:center;gap:9px;font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--coral);margin-bottom:28px}.tc-domain__num{width:22px;height:22px;border-radius:50%;background:var(--coral-lt);border:1px solid var(--coral-bdr);display:flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:700;flex-shrink:0}.tc-domain__name{color:var(--coral)}.tc-quote{font-family:var(--serif);font-size:clamp(22px,2.8vw,38px);font-style:italic;font-weight:400;color:var(--navy);line-height:1.5;letter-spacing:-.01em;margin-bottom:40px}.tc-quote__mark{font-family:var(--serif);color:var(--coral);opacity:.5;font-style:normal;font-size:1.15em;margin-right:1px;vertical-align:-.05em}.tc-person{display:flex;align-items:center;gap:14px;margin-bottom:32px}.tc-person__name{font-size:14.5px;font-weight:500;color:var(--text);line-height:1.3}.tc-person__role{font-size:12.5px;color:var(--muted);line-height:1.5;margin-top:2px}.tc-dots{display:flex;gap:7px;align-items:center}.tc-dot{width:5px;height:5px;border-radius:50%;background:var(--border-warm);border:none;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.tc-dot--active{background:var(--coral);transform:scale(1.4)}@media (hover: hover) and (pointer: fine){.tc-dot:hover{background:var(--sub)}}@media (prefers-reduced-motion: reduce){.tc-featured--in{animation:none;opacity:1;transform:none}.tc-featured--out{animation:none;opacity:0;transform:none}}@media (max-width: 900px){.tc-inner{grid-template-columns:1fr;gap:36px}.tc-switcher{position:static}}@media (max-width: 600px){.tc-section{padding:72px var(--pad)}}
