/* Color authority: brand/pivlyn/guidelines/PIVLYN_BRAND_GUIDELINES.md. */
:root {
  --rd-ink:#111111;
  --rd-panel:#191919;
  --rd-raised:#272727;
  --rd-paper:#F6F4EF;
  --rd-text:#F6F4EF;
  --rd-muted:#aaa9a5;
  --rd-sage:#6D7F69;
  --rd-sage-light:#A8B59E;
  --rd-line:rgba(231,229,223,.16);
  --rd-radius:16px;
  --rd-shadow:0 8px 24px #00000026;
  --rd-ease:cubic-bezier(.22,1,.36,1);
  --rd-duration:650ms;
  --rd-max:1280px;
  --rd-gutter:clamp(22px,4.4vw,76px);
}
@media(prefers-reduced-motion:reduce){:root{--rd-duration:0ms}html{scroll-behavior:auto!important}}

@font-face{font-family:Manrope;src:url('/brand/Manrope-VariableFont_wght.ttf') format('truetype');font-weight:200 800;font-display:swap}
:root{--ink:#111;--sage:#6d7f69;--sage-deep:#4d4d4d;--cream:#f6f4ef;--stone:#e7e5df;--white:#fff;--line:rgba(17,17,17,.14);--max:1440px;--ease:cubic-bezier(.2,.75,.2,1)}
body{overflow-x:hidden}
.hero-foot span{color:#666666}
.reveal{opacity:1;transform:none}
.signal-canvas:before{background-image:url('/brand/pivlyn-pivot-texture.webp')}
.site-header{padding:0;border-bottom:1px solid transparent;background:rgba(246,244,239,0)}
.site-header.scrolled{padding-top:0;border-color:rgba(17,17,17,.11);background:rgba(246,244,239,.9)}
.nav-shell{max-width:var(--max);height:82px;padding:0 28px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.hero{padding-top:82px}.hero-grid{grid-template-columns:minmax(390px,.72fr) minmax(0,1.28fr);gap:clamp(28px,4vw,68px);min-height:calc(100svh - 144px)}.hero-copy{min-width:0;padding:54px 0 32px}.hero h1{max-width:630px;margin:28px 0 26px;font-size:clamp(64px,6.9vw,108px);line-height:.88;letter-spacing:-.068em}.hero-art{min-width:0;min-height:660px;margin-left:0}.hero-image-wrap{inset:4% 0}
@media(max-width:1050px){.nav-shell{height:76px}.hero{padding-top:76px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-top:84px}.hero h1{font-size:clamp(72px,11vw,108px)}.hero-art{min-height:680px}}
@media(max-width:760px){.site-header,.site-header.scrolled{padding:0;background:rgba(246,244,239,.94);border-color:var(--line)}.nav-shell{height:70px;padding:0 20px;border:0;border-radius:0;background:transparent;box-shadow:none}.mobile-menu{top:70px;right:0;left:0;padding:8px 20px 20px;border:0;border-bottom:1px solid var(--line);border-radius:0}.hero{padding:70px 16px 0}.hero-copy{padding:58px 4px 38px}.hero h1{max-width:100%;margin:22px 0;font-size:clamp(53px,16vw,68px);line-height:.9;letter-spacing:-.065em}.hero-art{min-height:455px}.hero-image-wrap{inset:15px -16px 5px;border-radius:0}}

/* Editorial motion and section-aware navigation */
.home-luxe .experience{overflow:clip}
.home-luxe .experience-nav{position:sticky;z-index:8;top:82px;gap:0;margin-bottom:0;background:rgba(14,14,14,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.home-luxe .experience-nav a{min-height:82px;border:0;border-top:1px solid rgba(255,255,255,.16);border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.16);border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}
.home-luxe .experience-nav a:first-child{border-left:1px solid rgba(255,255,255,.12)}.home-luxe .experience-nav a:after{right:20px;bottom:-1px;left:20px;width:auto;height:2px;border:0;background:#a9a9a9;clip-path:none;opacity:0;transform:scaleX(.25);transform-origin:left;transition:opacity .35s var(--ease),transform .55s var(--ease)}
.home-luxe .experience-nav a:hover,.home-luxe .experience-nav a:focus-visible{background:rgba(255,255,255,.035);transform:none}.home-luxe .experience-nav a.is-active{background:rgba(255,255,255,.055);color:#fff}.home-luxe .experience-nav a.is-active:after{opacity:1;transform:scaleX(1)}
.home-luxe .domain-chapter{scroll-margin-top:164px}
.domain-chapters{border-top:0;border-radius:0 0 24px 24px}
.overview-plot{cursor:crosshair;touch-action:pan-y}.overview-plot svg{display:block}.overview-plot .overview-line{stroke-width:2.2;vector-effect:non-scaling-stroke}.chart-cursor{will-change:opacity}.cursor-line{background:linear-gradient(transparent,rgba(62,62,62,.54) 12%,rgba(62,62,62,.54) 88%,transparent)}.cursor-marker{width:10px;height:10px;border-width:2px;box-shadow:0 0 0 1px var(--sage-deep),0 0 0 6px rgba(122,122,122,.14)}
.motion-ready .reveal-display{clip-path:inset(0 0 100% 0);transform:translateY(22px);transition:clip-path .9s var(--ease),transform .9s var(--ease)}
.motion-ready .reveal-display.is-visible{clip-path:none;transform:none}
.motion-ready .reveal-surface{clip-path:inset(7% 0 7% 0);transform:translateY(45px) scale(.985);transition:clip-path 1s var(--ease),transform 1s var(--ease)}
.motion-ready .reveal-surface.is-visible{clip-path:inset(0);transform:perspective(1300px) rotateY(-2deg)}
.motion-ready .domain-chapter:nth-child(even)>.reveal-surface.is-visible{transform:perspective(1300px) rotateY(2deg)}
.motion-ready .reveal-detail{transform:translateY(20px);transition:transform .75s var(--ease);transition-delay:calc(var(--reveal-order,0) * 70ms)}
.motion-ready .reveal-detail.is-visible{transform:none}
.motion-ready .luxe-hero-content h1.reveal-display{transition-delay:.12s}.motion-ready .domain-chapter>.experience-copy h3.reveal-display{transition-duration:.75s}
@media(max-width:1050px){.home-luxe .experience-nav{top:76px}.motion-ready .reveal-surface.is-visible,.motion-ready .domain-chapter:nth-child(even)>.reveal-surface.is-visible{transform:none}}
@media(max-width:760px){.home-luxe .experience-nav{top:70px;margin-right:-14px;margin-left:-14px;padding:0 14px 0}.experience-nav a{flex-basis:158px;min-height:74px}.experience-nav a:first-child{border-left:0}.experience-nav a:last-child{border-right:0}.domain-chapters{border-radius:0}.motion-ready .reveal-surface{transform:translateY(28px)}.motion-ready .reveal-surface.is-visible{transform:none}}
@media(prefers-reduced-motion:reduce){.motion-ready .reveal-display,.motion-ready .reveal-surface,.motion-ready .reveal-detail{clip-path:none;transform:none;transition:none}}

/* Expanded domain chapters and continuous product interaction */
.experience-nav a{position:relative;display:block;min-height:90px;padding:18px 20px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.035);color:#989898;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:.3s var(--ease)}
.experience-nav a:after{position:absolute;right:17px;bottom:17px;width:18px;height:18px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;content:'';clip-path:polygon(50% 0,100% 0,100% 50%,58% 50%,58% 100%,42% 100%,42% 50%,0 50%,0 34%,42% 34%,42% 0)}
.experience-nav a span,.experience-nav a small{display:block}.experience-nav a span{font-size:14px;font-weight:720}.experience-nav a small{margin-top:8px;font-size:9px;letter-spacing:.02em}.experience-nav a:hover,.experience-nav a:focus-visible{border-color:rgba(179,179,179,.38);background:rgba(255,255,255,.08);color:#fff;transform:translateY(-2px)}
.domain-chapters{position:relative;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.012));box-shadow:inset 0 1px rgba(255,255,255,.07),0 45px 110px rgba(0,0,0,.26);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
.domain-chapter{display:grid;grid-template-columns:.76fr 1.24fr;gap:clamp(55px,6vw,100px);align-items:center;min-height:760px;padding:80px clamp(25px,4vw,60px);scroll-margin-top:92px}
.domain-chapter+.domain-chapter{border-top:1px solid rgba(255,255,255,.11)}.domain-chapter:nth-child(even){grid-template-columns:1.24fr .76fr}.domain-chapter:nth-child(even)>.experience-copy{order:2}.domain-chapter:nth-child(even)>.domain-preview{transform:perspective(1300px) rotateY(2deg)}
.domain-chapter:nth-child(even)>.domain-preview:hover{transform:perspective(1300px) rotateY(0) translateY(-5px)}
.chart-cursor{position:absolute;inset:0;z-index:4;opacity:0;pointer-events:none;transition:opacity .14s}.overview-plot.is-tracking .chart-cursor{opacity:1}.overview-plot.is-tracking .plot-point{opacity:.35}.overview-plot.is-tracking .plot-point .point-tooltip{display:none}
.cursor-line{position:absolute;top:0;bottom:0;left:var(--cursor-x);width:1px;background:linear-gradient(transparent,rgba(62,62,62,.65) 18%,rgba(62,62,62,.65) 84%,transparent);transform:translateX(-.5px)}
.cursor-marker{position:absolute;top:var(--cursor-y);left:var(--cursor-x);width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:var(--sage-deep);box-shadow:0 0 0 1px var(--sage-deep),0 0 0 7px rgba(122,122,122,.16);transform:translate(-50%,-50%)}
.cursor-tooltip{position:absolute;top:var(--cursor-y);left:var(--cursor-x);min-width:148px;padding:12px 14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(18,18,18,.96);color:#fff;box-shadow:0 16px 35px rgba(0,0,0,.24);transform:translate(-50%,calc(-100% - 16px))}.cursor-tooltip small,.cursor-tooltip b,.cursor-tooltip em{display:block}.cursor-tooltip small{color:#b6b6b6;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.cursor-tooltip b{margin:4px 0 3px;font-size:17px;font-weight:600}.cursor-tooltip em{color:#c3c3c3;font-size:9px;font-style:normal}.chart-cursor.align-left .cursor-tooltip{transform:translate(0,calc(-100% - 16px))}.chart-cursor.align-right .cursor-tooltip{transform:translate(-100%,calc(-100% - 16px))}
.goal-track>i b{transition:width .35s var(--ease)}
.tax-rate-strip{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tax-rate-strip div{padding:10px 12px}.tax-rate-strip div+div{border-left:1px solid var(--line)}.tax-rate-strip span,.tax-rate-strip b{display:block}.tax-rate-strip span{color:#6e6e6e;font-size:7px;text-transform:uppercase;letter-spacing:.08em}.tax-rate-strip b{margin-top:3px;font-size:12px}.tax-insight{position:relative;display:grid;grid-template-columns:80px 1fr;gap:12px;margin-top:12px;padding:12px 14px;border-left:3px solid var(--sage);background:#e9e9e9}.tax-insight>span{color:var(--sage-deep);font-size:7px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}.tax-insight p{margin:0;color:#575757;font-size:8px;line-height:1.45}

/* Standalone method, rationale, and educational resource pages */
.method-page-hero,.why-page-hero,.resources-hero{min-height:700px}.luxe-method.standalone{max-width:var(--max);margin:auto;background:transparent;color:var(--ink)}.luxe-method.standalone .luxe-label,.luxe-method.standalone .method-list small{color:var(--sage-deep)}.luxe-method.standalone header>p:last-child,.luxe-method.standalone .method-list article>p{color:#636363}.method-outcomes{padding:130px max(28px,calc((100vw - var(--max))/2 + 28px));background:var(--sage-deep);color:#f6f4ef}.method-outcomes>div{display:grid;grid-template-columns:repeat(3,1fr);margin-top:55px;border-top:1px solid rgba(255,255,255,.2)}.method-outcomes article{min-height:330px;padding:32px;border-right:1px solid rgba(255,255,255,.2)}.method-outcomes article:last-child{border:0}.method-outcomes span{color:#c9c9c9;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.method-outcomes h2{margin:100px 0 0;font-size:clamp(28px,3vw,42px);font-weight:450;line-height:1.05;letter-spacing:-.045em}
.why-principles{display:grid;grid-template-columns:120px 1fr 1fr;max-width:var(--max);margin:auto;padding:0 28px 150px}.why-principles>.luxe-label{grid-row:1/3;padding-top:38px}.why-principles article{min-height:390px;padding:38px 42px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.why-principles article:nth-of-type(n+3){border-bottom:1px solid var(--line)}.why-principles article>span{color:var(--sage-deep);font-size:9px}.why-principles h2{margin:85px 0 18px;font-size:clamp(32px,3.5vw,51px);font-weight:440;line-height:1;letter-spacing:-.05em}.why-principles p{max-width:470px;color:#616161;font-size:13px;line-height:1.7}.why-cinema{margin-top:0}
.clarity-check{display:grid;grid-template-columns:.52fr 1fr;gap:90px;padding:130px max(28px,calc((100vw - var(--max))/2 + 28px));background:#121212;color:#f5f3ee}.clarity-intro h2{margin:27px 0 23px;font-size:clamp(45px,5vw,72px);font-weight:430;line-height:.95;letter-spacing:-.058em}.clarity-intro>p:last-child{max-width:480px;color:#b1b1b1;font-size:14px;line-height:1.7}.clarity-tool{overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.035);box-shadow:0 35px 100px rgba(0,0,0,.28)}.clarity-choices{display:grid;grid-template-columns:1fr 1fr}.clarity-choices button{display:grid;grid-template-columns:32px 1fr;gap:7px 12px;min-height:165px;padding:27px;border:0;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);background:transparent;color:#f5f3ee;text-align:left;cursor:pointer;transition:.25s}.clarity-choices button:nth-child(even){border-right:0}.clarity-choices button:hover,.clarity-choices button:focus-visible{background:rgba(255,255,255,.07)}.clarity-choices button[aria-pressed=true]{background:linear-gradient(135deg,rgba(122,122,122,.45),rgba(122,122,122,.12));box-shadow:inset 0 0 0 1px #939393}.clarity-choices span{grid-row:1/3;color:#9d9d9d;font-size:9px}.clarity-choices b{font-size:15px}.clarity-choices small{grid-column:2;color:#a4a4a4;font-size:10px;line-height:1.5}.clarity-result{padding:32px}.clarity-result>span{color:#9d9d9d;font-size:8px;text-transform:uppercase;letter-spacing:.12em}.clarity-result h3{margin:12px 0 9px;font-size:28px;font-weight:500;letter-spacing:-.04em}.clarity-result p{max-width:650px;color:#bfbfbf;font-size:12px;line-height:1.65}.clarity-result a{display:inline-flex;align-items:center;gap:10px;margin-top:8px;color:#fff;font-size:11px;font-weight:750}.clarity-result svg{width:16px}
.guide-index{padding:145px max(28px,calc((100vw - var(--max))/2 + 28px)) 80px}.guide-index header{display:grid;grid-template-columns:.25fr 1fr;align-items:start}.guide-index h2{max-width:930px;margin:0;font-size:clamp(52px,6vw,86px);font-weight:430;line-height:.94;letter-spacing:-.064em}.guide-index h2 em,.resource-boundary h2 em{color:var(--sage);font-style:normal}.guide-index nav{display:grid;grid-template-columns:repeat(4,1fr);margin-top:80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.guide-index nav a{min-height:190px;padding:27px;border-right:1px solid var(--line);transition:.25s}.guide-index nav a:last-child{border-right:0}.guide-index nav a:hover{background:#fff}.guide-index nav span,.guide-index nav b,.guide-index nav small{display:block}.guide-index nav span{color:var(--sage-deep);font-size:9px}.guide-index nav b{margin:54px 0 8px;font-size:16px}.guide-index nav small{color:#676767;font-size:10px}
.guide-library{max-width:var(--max);margin:auto;padding:0 28px 150px}.guide{display:grid;grid-template-columns:80px .85fr 1fr;gap:50px;padding:110px 0;border-bottom:1px solid var(--line);scroll-margin-top:85px}.guide-number{color:var(--sage-deep);font-size:10px}.guide-copy h2{margin:23px 0;font-size:clamp(35px,4.2vw,58px);font-weight:440;line-height:1;letter-spacing:-.052em}.guide-copy>p:last-child{color:#5e5e5e;font-size:13px;line-height:1.75}.guide-actions{padding-top:30px}.guide-actions h3{margin:0 0 20px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.guide-actions ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.guide-actions li{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:19px 0;border-bottom:1px solid var(--line);font-size:11px}.guide-actions li span{color:#656565;line-height:1.55}.guide-actions>p{margin-top:28px;padding:19px;background:#e8e8e8;color:#555555;font-size:11px;line-height:1.6}.resource-boundary{padding:135px max(28px,calc((100vw - var(--max))/2 + 28px));background:#e8e8e8}.resource-boundary h2{max-width:1100px;margin:28px 0;font-size:clamp(48px,6vw,82px);font-weight:430;line-height:.95;letter-spacing:-.06em}.resource-boundary>p:not(.luxe-label){max-width:670px;color:#5b5b5b}.resource-boundary .text-arrow{margin-top:22px}
@media(max-width:1050px){.domain-chapter,.domain-chapter:nth-child(even){grid-template-columns:1fr;gap:55px}.domain-chapter:nth-child(even)>.experience-copy{order:0}.domain-chapter:nth-child(even)>.domain-preview{transform:none}.clarity-check{grid-template-columns:1fr}.why-principles{grid-template-columns:90px 1fr}.why-principles article{min-height:320px}.method-outcomes>div{grid-template-columns:1fr}.method-outcomes article{min-height:230px;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.guide{grid-template-columns:50px 1fr}.guide-actions{grid-column:2}.guide-index nav{grid-template-columns:1fr 1fr}.guide-index nav a:nth-child(2){border-right:0}.guide-index nav a:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:760px){.experience-nav a{flex:0 0 155px;min-height:82px;padding:14px}.domain-chapters{border-right:0;border-left:0;border-radius:16px}.domain-chapter,.domain-chapter:nth-child(even){display:block;min-height:0;padding:58px 12px}.domain-chapter>.experience-copy{padding-bottom:40px}.domain-chapter:nth-child(even)>.domain-preview{transform:none}.cursor-tooltip{min-width:132px;padding:10px}.cursor-tooltip b{font-size:14px}.tax-rate-strip div{padding:8px 6px}.tax-rate-strip b{font-size:10px}.tax-insight{grid-template-columns:62px 1fr;padding:10px}.method-page-hero,.why-page-hero,.resources-hero{min-height:0}.method-outcomes{padding:90px 20px}.method-outcomes article{padding:30px 5px}.method-outcomes h2{margin-top:55px}.why-principles{display:block;padding:0 20px 100px}.why-principles>.luxe-label{display:block;padding:0 0 35px}.why-principles article{min-height:0;padding:34px 5px;border-right:0;border-left:0}.why-principles article:nth-of-type(n+3){border-bottom:0}.why-principles article:last-child{border-bottom:1px solid var(--line)}.why-principles h2{margin:50px 0 15px}.clarity-check{display:block;padding:95px 16px}.clarity-tool{margin-top:55px}.clarity-choices{grid-template-columns:1fr}.clarity-choices button,.clarity-choices button:nth-child(even){min-height:135px;border-right:0}.clarity-result{padding:28px 22px}.guide-index{padding:95px 20px 55px}.guide-index header{display:block}.guide-index h2{margin-top:25px;font-size:48px}.guide-index nav{grid-template-columns:1fr;margin-top:55px}.guide-index nav a,.guide-index nav a:nth-child(2){min-height:140px;border-right:0;border-bottom:1px solid var(--line)}.guide-index nav b{margin-top:34px}.guide-library{padding:0 20px 90px}.guide{display:block;padding:85px 0}.guide-copy{margin-top:25px}.guide-actions{padding-top:35px}.guide-actions li{grid-template-columns:1fr;gap:5px}.resource-boundary{padding:95px 20px}.resource-boundary h2{font-size:45px}}
.clarity-intro>.luxe-label{color:#b8b8b8}

/* Precision refinements from visual review */
.luxe-link svg{width:17px;transition:transform .25s var(--ease)}
.luxe-link:hover svg{transform:translateX(4px)}
.preview-top i,.experience-nav button:before{display:none}
.overview-period{min-width:142px;text-align:left!important}
.overview-period b,.overview-period small{display:block}
.overview-period b{color:var(--ink);font-size:9px}
.overview-period small{margin-top:3px;color:var(--sage-deep);font-size:7px;font-weight:720;letter-spacing:.045em;white-space:nowrap}
.plot-point:after{display:none}
.point-tooltip{position:absolute;bottom:24px;left:50%;z-index:10;width:142px;padding:12px 13px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(16,16,16,.96);color:#fff;text-align:left;box-shadow:0 16px 38px rgba(17,17,17,.26);opacity:0;pointer-events:none;transform:translate(-50%,7px) scale(.8);transform-origin:bottom center;transition:opacity .18s,transform .18s}
.point-tooltip:after{position:absolute;bottom:-5px;left:calc(50% - 5px);width:9px;height:9px;background:#131313;content:'';transform:rotate(45deg)}
.point-tooltip small,.point-tooltip b,.point-tooltip em{position:relative;z-index:1;display:block}
.point-tooltip small{color:#b6b6b6;font-size:7px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}
.point-tooltip b{margin:3px 0 7px;font-size:17px;font-weight:570;letter-spacing:-.04em}
.point-tooltip em{color:#d2d2d2;font-size:8px;font-style:normal}.point-tooltip em i{margin-left:4px;padding:3px 5px;border-radius:10px;background:#313131;color:#dcdcdc;font-style:normal}
.plot-point:hover .point-tooltip,.plot-point:focus-visible .point-tooltip{opacity:1;transform:translate(-50%,0) scale(.8)}
.plot-point:last-of-type .point-tooltip{top:24px;bottom:auto;transform-origin:top center}.plot-point:last-of-type .point-tooltip:after{top:-5px;bottom:auto}
.luxe-method{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(70px,9vw,150px);max-width:var(--max);margin:auto;padding:175px 28px}
.luxe-method header{position:sticky;top:130px;align-self:start}
.luxe-method header h2{margin:29px 0;font-size:clamp(52px,5.5vw,82px);font-weight:420;line-height:.95;letter-spacing:-.061em}.luxe-method header h2 em{color:var(--sage);font-style:normal}
.luxe-method header>p:last-child{max-width:510px;color:#636363;font-size:13px;line-height:1.75}
.method-list{border-top:1px solid var(--line)}
.method-list article{display:grid;grid-template-columns:54px minmax(210px,.72fr) 1fr;gap:24px;align-items:start;padding:42px 0;border-bottom:1px solid var(--line)}
.method-list article>span{color:#5c5c5c;font-size:9px;font-weight:760;letter-spacing:.1em}
.method-list small{color:var(--sage-deep);font-size:8px;font-weight:760;text-transform:uppercase;letter-spacing:.11em}
.method-list h3{margin:12px 0 0;font-size:25px;font-weight:510;line-height:1.05;letter-spacing:-.041em}
.method-list article>p{max-width:360px;margin:0;color:#676767;font-size:11px;line-height:1.7}
@media(max-width:1050px){.luxe-method{grid-template-columns:1fr;gap:70px}.luxe-method header{position:static}.method-list article{grid-template-columns:55px 1fr 1fr}}
@media(max-width:760px){.luxe-method{display:block;padding:105px 20px}.luxe-method header h2{font-size:48px}.method-list{margin-top:65px}.method-list article{grid-template-columns:34px 1fr;gap:18px;padding:34px 0}.method-list article>p{grid-column:2;margin-top:4px}.method-list h3{font-size:22px}.overview-period{min-width:124px}.overview-period small{font-size:6px}.point-tooltip{width:126px;padding:10px}.point-tooltip b{font-size:15px}.plot-point:first-of-type .point-tooltip{left:-3px;transform:translate(0,7px) scale(.8)}.plot-point:first-of-type:hover .point-tooltip,.plot-point:first-of-type:focus-visible .point-tooltip{transform:translate(0,0) scale(.8)}.plot-point:first-of-type .point-tooltip:after{left:8px}}

/* Pivlyn immersive homepage */
.home-luxe{--night:#0c0c0c;--night-soft:#181818;--mist:#efefef;--glow:#b3b3b3;background:var(--cream)}
.home-luxe .site-header{position:absolute;color:var(--ink)}
.home-luxe .site-header.scrolled{position:fixed}
.nav-beta{display:inline-flex;align-items:center;gap:9px;padding:11px 16px;border:1px solid rgba(17,17,17,.18);border-radius:9px;background:rgba(255,255,255,.5);font-size:11px;font-weight:720;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:.25s var(--ease)}
.nav-beta:hover{border-color:var(--ink);background:var(--ink);color:#fff;transform:translateY(-1px)}
.luxe-hero{position:relative;display:flex;min-height:100svh;overflow:hidden;align-items:center;background:#d9d7ce}
.luxe-hero-media,.luxe-hero-shade{position:absolute;inset:0}
.luxe-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;animation:hero-breathe 16s ease-in-out infinite alternate}
.luxe-hero-shade{background:linear-gradient(90deg,rgba(247,245,239,1) 0%,rgba(247,245,239,1) 42%,rgba(247,245,239,.78) 51%,rgba(247,245,239,.1) 68%,rgba(247,245,239,0) 78%),linear-gradient(0deg,rgba(17,17,17,.18),transparent 24%)}
.luxe-hero-content{position:relative;z-index:1;width:min(670px,52vw);margin-left:max(28px,calc((100vw - var(--max))/2 + 28px));padding:150px 0 110px}
.luxe-kicker,.luxe-label{margin:0;color:var(--sage-deep);font-size:10px;font-weight:760;line-height:1.3;text-transform:uppercase;letter-spacing:.145em}
.luxe-kicker{display:flex;align-items:center;gap:11px}.luxe-kicker span{width:28px;height:1px;background:currentColor}
.luxe-hero h1{margin:31px 0 28px;font-size:clamp(64px,7.2vw,116px);font-weight:420;line-height:.87;letter-spacing:-.07em;text-wrap:balance}
.luxe-hero h1 em,.luxe-thesis h2 em,.experience h2 em,.luxe-flow h2 em,.luxe-cinema h2 em,.luxe-closing h2 em{color:var(--sage);font-style:normal}
.luxe-hero-content>p:not(.luxe-kicker){max-width:520px;margin:0;color:#4b4b4b;font-size:17px;line-height:1.65}
.luxe-actions{display:flex;align-items:center;gap:27px;margin-top:37px}
.luxe-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;padding:0 23px;border:1px solid var(--ink);border-radius:10px;background:var(--ink);color:#fff;font-size:12px;font-weight:740;box-shadow:0 18px 35px rgba(17,17,17,.16);transition:.3s var(--ease)}
.luxe-button svg{width:17px}.luxe-button:hover{transform:translateY(-3px);box-shadow:0 23px 45px rgba(17,17,17,.22)}
.luxe-link{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:54px;padding:0 23px;border:1px solid rgba(17,17,17,.34);border-radius:10px;background:rgba(255,255,255,.36);font-size:12px;font-weight:730;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:.3s var(--ease)}.luxe-link span{margin-left:0}.luxe-link:hover{border-color:var(--ink);background:rgba(255,255,255,.72);transform:translateY(-3px)}.luxe-hero-foot{position:absolute;right:28px;bottom:26px;left:28px;z-index:1;display:flex;align-items:center;gap:24px;color:rgba(17,17,17,.72);font-size:9px;font-weight:740;text-transform:uppercase;letter-spacing:.12em}
.luxe-hero-foot i{flex:1;height:1px;background:rgba(17,17,17,.2)}.luxe-hero-foot small{font:inherit}
.luxe-thesis{max-width:var(--max);margin:auto;padding:170px 28px 185px}
.luxe-thesis>h2{max-width:1250px;margin:35px 0 90px;font-size:clamp(50px,6.2vw,93px);font-weight:420;line-height:.97;letter-spacing:-.061em}
.luxe-thesis>h2 em{display:inline;color:#707070}
.thesis-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);border-top:1px solid var(--line)}
.thesis-grid>p{max-width:440px;margin:0;padding:32px 50px 0 0;color:#5e5e5e;line-height:1.7}
.thesis-grid>div{min-height:185px;padding:31px 25px;border-left:1px solid var(--line)}
.thesis-grid span,.thesis-grid b,.thesis-grid small{display:block}.thesis-grid span{color:#5c5c5c;font-size:9px}.thesis-grid b{margin:47px 0 8px;font-size:15px}.thesis-grid small{color:#6e6e6e;font-size:10px;line-height:1.5}
.experience{position:relative;overflow:hidden;padding:155px max(28px,calc((100vw - var(--max))/2 + 28px)) 120px;background:radial-gradient(circle at 80% 18%,#2d2d2d 0,transparent 28%),linear-gradient(145deg,#0c0c0c,#141414 60%,#0c0c0c);color:#f6f4ef}
.experience:after{position:absolute;inset:0;z-index:0;background:radial-gradient(520px circle at var(--spot-x,72%) var(--spot-y,24%),rgba(157,157,157,.105),transparent 68%);content:'';pointer-events:none}
.experience>*{position:relative;z-index:1}
.experience-glow{position:absolute;top:-300px;right:-220px;width:750px;height:750px;border:1px solid rgba(175,175,175,.15);border-radius:50%;box-shadow:0 0 0 110px rgba(175,175,175,.025),0 0 0 220px rgba(175,175,175,.018);pointer-events:none}
.experience-heading{position:relative;display:grid;grid-template-columns:1.2fr .48fr;gap:70px;align-items:end;margin-bottom:75px}
.experience .luxe-label{color:#9d9d9d}.experience-heading h2{margin:27px 0 0;font-size:clamp(53px,6vw,88px);font-weight:420;line-height:.94;letter-spacing:-.063em}.experience-heading>p{max-width:450px;margin:0;color:#b4b4b4;font-size:14px;line-height:1.7}
.experience-nav{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}
.experience-nav button{position:relative;min-height:90px;padding:18px 20px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.035);color:#989898;text-align:left;cursor:pointer;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:.3s var(--ease)}
.experience-nav button:before{position:absolute;top:16px;right:16px;width:7px;height:7px;border-radius:50%;background:#6d6d6d;content:'';transition:.3s}
.experience-nav button span,.experience-nav button small{display:block}.experience-nav button span{font-size:14px;font-weight:720}.experience-nav button small{margin-top:8px;font-size:9px;letter-spacing:.02em}
.experience-nav button:hover{border-color:rgba(179,179,179,.35);background:rgba(255,255,255,.07);color:#fff;transform:translateY(-2px)}
.experience-nav button[aria-selected=true]{border-color:rgba(179,179,179,.46);background:linear-gradient(135deg,rgba(139,139,139,.25),rgba(255,255,255,.06));color:#fff;box-shadow:0 15px 50px rgba(0,0,0,.2)}
.experience-nav button[aria-selected=true]:before{background:#ababab;box-shadow:0 0 0 7px rgba(171,171,171,.1),0 0 22px #9d9d9d}
.experience-stage{position:relative;min-height:690px}
.experience-panel{display:grid;grid-template-columns:.76fr 1.24fr;gap:clamp(55px,6vw,100px);align-items:center;min-height:690px;padding:55px clamp(25px,4vw,60px);border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.015));box-shadow:inset 0 1px rgba(255,255,255,.07),0 45px 110px rgba(0,0,0,.26);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
.experience-panel[hidden]{display:none}.experience-copy{max-width:535px}.experience-copy h3{margin:22px 0;font-size:clamp(38px,4vw,58px);font-weight:430;line-height:1;letter-spacing:-.054em}.experience-copy>p:not(.luxe-label):not(.experience-answer){color:#b0b0b0;font-size:14px;line-height:1.75}
.capability-row{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0}.capability-row span{padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:40px;color:#c9c9c9;font-size:9px}
.experience-answer{display:grid;grid-template-columns:60px 1fr;gap:14px;margin-top:31px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#f2f2f2;font-size:13px;line-height:1.55}.experience-answer span{color:#9b9b9b;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.12em}
.experience .domain-preview{min-height:570px;border:1px solid rgba(255,255,255,.5);border-radius:19px;background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(230,230,230,.94));color:var(--ink);box-shadow:0 45px 100px rgba(0,0,0,.35),inset 0 1px #fff;transform:perspective(1300px) rotateY(-2deg);transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.experience .domain-preview:hover{box-shadow:0 55px 125px rgba(0,0,0,.43),inset 0 1px #fff;transform:perspective(1300px) rotateY(0) translateY(-5px)}
.experience-boundary{max-width:880px;margin:26px auto 0;color:#858585;font-size:9px;line-height:1.65;text-align:center}.experience-boundary a{color:#c8c8c8;text-decoration:underline;text-underline-offset:3px}
.luxe-flow{position:relative;display:grid;grid-template-columns:1fr .62fr 1fr;gap:65px;max-width:var(--max);margin:auto;padding:175px 28px}
.luxe-flow header h2{margin:30px 0 0;font-size:clamp(52px,5.6vw,82px);font-weight:420;line-height:.95;letter-spacing:-.061em}.flow-orbit{position:relative;align-self:center;aspect-ratio:1;border:1px solid rgba(122,122,122,.25);border-radius:50%}.flow-orbit:before,.flow-orbit:after{position:absolute;border:1px solid rgba(122,122,122,.17);border-radius:50%;content:''}.flow-orbit:before{inset:13%}.flow-orbit:after{inset:29%}.flow-orbit img{position:absolute;top:50%;left:50%;z-index:2;width:58px;transform:translate(-50%,-50%)}.flow-orbit i{position:absolute;z-index:3;width:11px;height:11px;border:3px solid var(--cream);border-radius:50%;background:var(--sage);box-shadow:0 0 0 1px var(--sage),0 6px 16px rgba(68,68,68,.25)}.flow-orbit i:nth-child(1){top:9%;left:47%}.flow-orbit i:nth-child(2){right:17%;bottom:21%}.flow-orbit i:nth-child(3){bottom:18%;left:15%}
.flow-steps{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.flow-steps article{min-height:220px;padding:27px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.flow-steps article:nth-child(2n){border-right:0}.flow-steps span{color:var(--sage-deep);font-size:9px;font-weight:760;text-transform:uppercase;letter-spacing:.1em}.flow-steps h3{margin:50px 0 10px;font-size:18px;letter-spacing:-.03em}.flow-steps p{margin:0;color:#666666;font-size:11px;line-height:1.65}
.luxe-cinema{position:relative;display:grid;grid-template-columns:.58fr 1.42fr;gap:55px;align-items:center;overflow:hidden;padding:150px max(28px,calc((100vw - var(--max))/2 + 28px));background:#121212;color:#f4f3ee}.cinema-copy{position:relative;z-index:2}.luxe-cinema .luxe-label{color:#9b9b9b}.luxe-cinema h2{margin:30px 0;font-size:clamp(52px,5.7vw,84px);font-weight:420;line-height:.94;letter-spacing:-.062em}.luxe-cinema p:not(.luxe-label){max-width:490px;color:#b3b3b3;line-height:1.7}.luxe-cinema a{display:inline-flex;align-items:center;gap:14px;margin-top:25px;color:#ebebeb;font-size:11px;font-weight:730}.luxe-cinema a svg{width:16px}.luxe-cinema figure{position:relative;margin:0}.luxe-cinema figure:before{position:absolute;inset:-12%;z-index:0;background:radial-gradient(circle,rgba(139,139,139,.22),transparent 62%);content:''}.luxe-cinema figure img{position:relative;width:100%;min-height:580px;border-radius:28px;object-fit:cover;box-shadow:0 50px 120px rgba(0,0,0,.4)}.luxe-cinema figcaption{position:absolute;right:20px;bottom:17px;color:rgba(255,255,255,.55);font-size:8px;text-transform:uppercase;letter-spacing:.12em}
.luxe-trust{display:grid;grid-template-columns:1fr 1.2fr;gap:60px 100px;max-width:var(--max);margin:auto;padding:160px 28px}.luxe-trust h2{max-width:600px;margin:28px 0 0;font-size:clamp(47px,5vw,74px);font-weight:420;line-height:.98;letter-spacing:-.057em}.trust-points{border-top:1px solid var(--line)}.trust-points p{display:grid;grid-template-columns:170px 1fr;gap:30px;margin:0;padding:25px 0;border-bottom:1px solid var(--line);color:#6a6a6a;font-size:12px;line-height:1.6}.trust-points span{color:var(--ink);font-weight:700}.luxe-trust>a{grid-column:2;display:inline-flex;align-items:center;gap:15px;width:max-content;color:var(--sage-deep);font-size:11px;font-weight:750}.luxe-trust>a svg{width:16px}
.luxe-closing{position:relative;overflow:hidden;padding:165px 28px;text-align:center;background:linear-gradient(145deg,#575757,#7d7d7d);color:#fff}.luxe-closing>img{width:54px;filter:brightness(0) invert(1)}.luxe-closing .luxe-label{margin-top:30px;color:#dedede}.luxe-closing h2{position:relative;margin:28px auto;font-size:clamp(58px,7vw,100px);font-weight:410;line-height:.93;letter-spacing:-.067em}.luxe-closing h2 em{color:#e3e3e3}.luxe-closing>p:not(.luxe-label){color:#e4e4e4}.luxe-closing .luxe-actions{position:relative;justify-content:center}.luxe-button.light{border-color:#fff;background:#fff;color:var(--ink)}.luxe-link.light{color:#fff}.closing-halo{position:absolute;top:50%;left:50%;width:670px;height:670px;border:1px solid rgba(255,255,255,.17);border-radius:50%;box-shadow:0 0 0 100px rgba(255,255,255,.035),0 0 0 200px rgba(255,255,255,.022);transform:translate(-50%,-50%)}
@keyframes hero-breathe{from{transform:scale(1.005)}to{transform:scale(1.025)}}
@keyframes orbit-pulse{0%,100%{box-shadow:0 0 0 1px var(--sage),0 6px 16px rgba(68,68,68,.25)}50%{box-shadow:0 0 0 8px rgba(122,122,122,.09),0 8px 22px rgba(68,68,68,.32)}}
.luxe-link.light{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.08);color:#fff}.luxe-link.light:hover{border-color:#fff;background:rgba(255,255,255,.16)}
.flow-orbit i:nth-child(1){animation:orbit-pulse 3.8s ease-in-out infinite}.flow-orbit i:nth-child(2){animation:orbit-pulse 3.8s .9s ease-in-out infinite}.flow-orbit i:nth-child(3){animation:orbit-pulse 3.8s 1.8s ease-in-out infinite}
@media(max-width:1050px){.luxe-hero-content{width:58vw}.luxe-hero h1{font-size:72px}.thesis-grid{grid-template-columns:1fr 1fr}.thesis-grid>p{grid-column:1/-1;padding-bottom:45px}.thesis-grid>div:first-of-type{border-left:0}.experience-panel{grid-template-columns:1fr;gap:45px}.experience-stage,.experience-panel{min-height:auto}.experience .domain-preview{width:min(760px,100%);margin:auto;transform:none}.luxe-flow{grid-template-columns:1fr 280px}.flow-steps{grid-column:1/-1}.luxe-cinema{grid-template-columns:1fr}.luxe-cinema figure img{min-height:520px}.luxe-trust{grid-template-columns:1fr}.luxe-trust>a{grid-column:1}}
@media(max-width:760px){.home-luxe .site-header,.home-luxe .site-header.scrolled{position:fixed;background:rgba(246,244,239,.88);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.luxe-hero{display:block;min-height:890px}.luxe-hero-media{top:350px}.luxe-hero-media img{height:540px;object-position:58% center}.luxe-hero-shade{background:linear-gradient(#f6f4ef 0,#f6f4ef 40%,rgba(246,244,239,.13) 65%,rgba(17,17,17,.12) 100%)}.luxe-hero-content{width:auto;margin:0;padding:137px 20px 0}.luxe-hero h1{margin:24px 0 20px;font-size:clamp(54px,15vw,70px);line-height:.89}.luxe-hero-content>p:not(.luxe-kicker){max-width:370px;font-size:14px;line-height:1.55}.luxe-actions{align-items:flex-start;flex-direction:column;gap:19px;margin-top:27px}.luxe-button{min-height:50px}.luxe-hero-foot{right:18px;bottom:16px;left:18px;gap:10px;color:#fff}.luxe-hero-foot span:nth-child(n+3){display:none}.luxe-hero-foot small{display:none}.luxe-thesis{padding:105px 20px}.luxe-thesis>h2{margin:25px 0 55px;font-size:47px}.thesis-grid{display:block}.thesis-grid>p{padding:28px 0 45px}.thesis-grid>div{min-height:auto;padding:27px 5px;border-left:0;border-top:1px solid var(--line)}.thesis-grid b{margin:24px 0 6px}.experience{padding:100px 14px 80px}.experience-heading{display:block;margin:0 6px 45px}.experience-heading h2{font-size:48px}.experience-heading>p{margin-top:28px}.experience-nav{display:flex;gap:8px;overflow-x:auto;padding:0 6px 10px;scrollbar-width:none}.experience-nav::-webkit-scrollbar{display:none}.experience-nav button{flex:0 0 145px;min-height:78px;padding:14px}.experience-nav button small{font-size:8px}.experience-panel{display:block;padding:37px 12px 12px;border-radius:20px}.experience-copy{padding:0 10px 35px}.experience-copy h3{font-size:40px}.capability-row{gap:6px}.capability-row span{padding:8px 9px}.experience .domain-preview{min-height:525px;border-radius:14px}.experience-boundary{padding:0 10px}.luxe-flow{display:block;padding:105px 20px}.luxe-flow header h2{font-size:49px}.flow-orbit{width:230px;margin:60px auto}.flow-steps{grid-template-columns:1fr}.flow-steps article{min-height:185px;border-right:0}.flow-steps h3{margin-top:35px}.luxe-cinema{display:block;padding:100px 16px}.luxe-cinema h2{font-size:50px}.luxe-cinema figure{margin:60px -16px 0}.luxe-cinema figure img{min-height:470px;border-radius:0;object-position:59% center}.luxe-trust{display:block;padding:105px 20px}.luxe-trust h2{font-size:48px}.trust-points{margin-top:50px}.trust-points p{display:block}.trust-points span{display:block;margin-bottom:9px}.luxe-trust>a{margin-top:28px}.luxe-closing{padding:120px 20px}.luxe-closing h2{font-size:58px}.luxe-closing .luxe-actions{align-items:center}.closing-halo{width:420px;height:420px}}
.footer-disclosure{position:relative;display:grid;grid-template-columns:.38fr 1.4fr auto;gap:42px;align-items:start;max-width:var(--max);margin:auto;padding:34px 28px;border-top:1px solid #323232;color:#bdbdbd}
.footer-disclosure-label{display:flex;align-items:center;gap:12px}.footer-disclosure-label>span{display:flex;flex:none;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid #6d6d6d;border-radius:50%;color:#b6b6b6;font-size:11px;font-weight:750}.footer-disclosure h2{margin:0;color:#f2f1ec;font-size:10px;font-weight:750;line-height:1.35;text-transform:uppercase;letter-spacing:.12em}.footer-disclosure>p{max-width:830px;margin:0;font-size:11px;line-height:1.75}.footer-disclosure>a{display:inline-flex;align-items:center;gap:10px;color:#f2f1ec;font-size:10px;font-weight:750;white-space:nowrap}.footer-disclosure>a svg{width:16px}.footer-disclosure>a:hover svg{transform:translateX(4px)}
@media(max-width:900px){.footer-disclosure{grid-template-columns:1fr}.footer-disclosure>p{max-width:720px}}
@media(max-width:760px){.footer-disclosure{gap:20px;padding:30px 20px}.footer-disclosure>p{font-size:10px;line-height:1.7}.footer-disclosure>a{margin-top:2px;white-space:normal}}

/* 2026 dense homepage system */
html.motion-ready .home-luxe .reveal-display,html.motion-ready .home-luxe .reveal-surface,html.motion-ready .home-luxe .reveal-detail{clip-path:none;opacity:1;transform:none}
html.motion-ready .home-luxe .reveal-display{transition:color .45s var(--ease)}
.system-ribbon{display:grid;grid-template-columns:1.25fr repeat(4,1fr);max-width:var(--max);margin:-1px auto 0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);background:rgba(246,244,239,.96)}
.system-ribbon>div,.system-ribbon>a{position:relative;display:flex;min-height:112px;flex-direction:column;justify-content:center;padding:20px 25px;border-right:1px solid var(--line)}
.system-ribbon>a:last-child{border-right:0}.system-ribbon a{transition:background .25s var(--ease),color .25s var(--ease)}.system-ribbon a:hover,.system-ribbon a:focus-visible{background:var(--ink);color:#fff}
.system-ribbon span,.system-ribbon small,.system-ribbon b{display:block}.system-ribbon span{color:var(--sage-deep);font-size:8px;font-weight:760;text-transform:uppercase;letter-spacing:.13em}.system-ribbon b{margin:9px 0 4px;font-size:20px;font-weight:560;letter-spacing:-.035em}.system-ribbon small{color:#6e6e6e;font-size:9px;line-height:1.35}.system-ribbon a:hover span,.system-ribbon a:focus-visible span{color:#bababa}.system-ribbon a:hover small,.system-ribbon a:focus-visible small{color:#c3c3c3}
.system-ribbon-label>span{width:8px;height:8px;border-radius:50%;background:#6d7f69;box-shadow:0 0 0 6px rgba(122,122,122,.12)}.system-ribbon-label>b{margin-top:14px;font-size:12px;font-weight:720;letter-spacing:-.01em}
.home-luxe .luxe-thesis{max-width:var(--max);padding:112px 28px 124px}
.thesis-intro{display:grid;grid-template-columns:165px minmax(0,1fr) 330px;gap:32px;align-items:end;margin-bottom:62px}.thesis-intro>.luxe-label{align-self:start;padding-top:10px}.thesis-intro h2{margin:0;font-size:clamp(52px,5.65vw,84px);font-weight:420;line-height:.94;letter-spacing:-.062em}.thesis-intro h2 em{display:block;color:#707070;font-style:normal}.thesis-intro>p:last-child{margin:0 0 6px;color:#5e5e5e;font-size:14px;line-height:1.7}
.context-console{overflow:hidden;border:1px solid #cccccc;border-radius:3px;background:#f8f8f4;box-shadow:0 35px 90px rgba(49,49,49,.11)}
.console-head{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 22px;border-bottom:1px solid #d2d2d2;color:#474747;font-size:9px;font-weight:760;text-transform:uppercase;letter-spacing:.12em}.console-head span{display:flex;align-items:center;gap:10px}.console-head i{width:7px;height:7px;border-radius:50%;background:#7e7e7e;box-shadow:0 0 0 5px rgba(126,126,126,.12)}.console-head small{color:#5f5f5f;font-size:8px;letter-spacing:.11em}
.console-body{display:grid;grid-template-columns:34% 66%;min-height:505px}.console-signals{border-right:1px solid #d2d2d2}.console-signals button{display:grid;grid-template-columns:28px 1fr auto;grid-template-rows:auto auto;gap:6px 14px;width:100%;min-height:126px;padding:24px 22px;border:0;border-bottom:1px solid #dadada;background:transparent;color:var(--ink);text-align:left;cursor:pointer;transition:background .3s var(--ease),color .3s var(--ease)}.console-signals button:last-child{border-bottom:0}.console-signals button:hover,.console-signals button:focus-visible{background:#efefef}.console-signals button[aria-selected=true]{background:#141414;color:#f5f4ef;box-shadow:inset 3px 0 #9a9a9a}
.console-signals span{grid-row:1/3;color:#5f5f5f;font-size:9px;font-weight:760;letter-spacing:.1em}.console-signals i{color:#5c5c5c;font-size:8px;font-style:normal;font-weight:760;text-transform:uppercase;letter-spacing:.12em}.console-signals b{font-size:15px;font-weight:610;letter-spacing:-.025em}.console-signals small{grid-column:3;grid-row:1/3;align-self:center;color:#646464;font-size:9px}.console-signals button[aria-selected=true] span,.console-signals button[aria-selected=true] i,.console-signals button[aria-selected=true] small{color:#c1c1c1}
.console-analysis{position:relative;display:flex;overflow:hidden;flex-direction:column;justify-content:center;padding:54px clamp(32px,4vw,68px);background:linear-gradient(135deg,#f7f7f7,#ebebeb)}.console-analysis:before{position:absolute;top:0;bottom:0;left:37%;width:1px;background:linear-gradient(transparent,rgba(103,103,103,.22),transparent);content:''}.analysis-kicker{position:relative;display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #cccccc}.analysis-kicker span{color:var(--sage-deep);font-size:9px;font-weight:760;text-transform:uppercase;letter-spacing:.12em}.analysis-kicker small{color:#6d6d6d;font-size:9px}.console-analysis h3{position:relative;max-width:650px;margin:34px 0 17px;font-size:clamp(35px,3.8vw,57px);font-weight:440;line-height:.97;letter-spacing:-.055em}.console-analysis>p:not(.analysis-boundary){position:relative;max-width:665px;margin:0;color:#5f5f5f;font-size:13px;line-height:1.7}
.analysis-chain{position:relative;display:grid;grid-template-columns:1fr 30px 1fr 30px 1fr;align-items:center;margin-top:40px;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc}.analysis-chain>div{min-height:112px;padding:22px 8px}.analysis-chain span,.analysis-chain b,.analysis-chain small{display:block}.analysis-chain span{color:var(--sage-deep);font-size:8px;font-weight:760;text-transform:uppercase;letter-spacing:.12em}.analysis-chain b{margin:15px 0 5px;font-size:18px;font-weight:600;letter-spacing:-.035em}.analysis-chain small{max-width:130px;color:#6e6e6e;font-size:8px;line-height:1.4}.analysis-chain>i{position:relative;height:1px;background:#b4b4b4}.analysis-chain>i:after{position:absolute;top:-3px;right:0;width:7px;height:7px;border-top:1px solid #8c8c8c;border-right:1px solid #8c8c8c;content:'';transform:rotate(45deg)}.analysis-boundary{position:relative;margin:20px 0 0;color:#808080;font-size:8px;line-height:1.5}
.home-luxe .experience{padding-top:112px;padding-bottom:84px}.home-luxe .experience-heading{margin-bottom:56px}.home-luxe .experience-nav a{min-height:72px;padding:15px 20px}.home-luxe .experience-nav a small{margin-top:5px}
.home-luxe .domain-chapter{grid-template-columns:.72fr 1.28fr;gap:clamp(44px,4.5vw,72px);min-height:670px;padding:54px clamp(24px,3vw,46px)}.home-luxe .domain-chapter:nth-child(even){grid-template-columns:1.28fr .72fr}.home-luxe .experience-copy h3{font-size:clamp(35px,3.4vw,49px)}.home-luxe .experience-copy>p:not(.luxe-label):not(.experience-answer){font-size:12px;line-height:1.7}.home-luxe .experience .domain-preview{min-height:540px}
.chapter-value{margin-top:28px;border-top:1px solid rgba(255,255,255,.13)}.chapter-value>div{display:grid;grid-template-columns:68px 1fr;gap:12px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.1)}.chapter-value span{color:#9b9b9b;font-size:7px;font-weight:760;text-transform:uppercase;letter-spacing:.11em}.chapter-value b{font-size:10px;font-weight:560}.home-luxe .experience-answer{margin-top:22px;padding-top:18px;font-size:11px}
.home-luxe .luxe-method{gap:clamp(55px,7vw,105px);padding-top:125px;padding-bottom:125px}.home-luxe .luxe-method header h2{font-size:clamp(48px,5vw,72px)}.home-luxe .method-list article{padding:31px 0}.home-luxe .luxe-cinema{padding-top:112px;padding-bottom:112px}.home-luxe .luxe-cinema figure img{min-height:500px}.home-luxe .luxe-trust{padding-top:115px;padding-bottom:115px}.home-luxe .luxe-closing{padding-top:122px;padding-bottom:122px}
@media(max-width:1050px){.system-ribbon{grid-template-columns:1.2fr repeat(2,1fr)}.system-ribbon>a:nth-of-type(2){border-right:0}.system-ribbon>a:nth-of-type(n+3){border-top:1px solid var(--line)}.thesis-intro{grid-template-columns:130px 1fr}.thesis-intro>p:last-child{grid-column:2}.console-body{grid-template-columns:38% 62%}.home-luxe .domain-chapter,.home-luxe .domain-chapter:nth-child(even){grid-template-columns:1fr;min-height:0}.home-luxe .domain-chapter:nth-child(even)>.experience-copy{order:0}}
@media(max-width:760px){.system-ribbon{grid-template-columns:1fr 1fr;margin-top:0;border-right:0;border-left:0}.system-ribbon-label{grid-column:1/-1}.system-ribbon>div,.system-ribbon>a{min-height:96px;padding:17px 20px}.system-ribbon-label{min-height:82px!important;border-right:0!important}.system-ribbon-label>b{margin-top:10px}.system-ribbon>a:nth-of-type(2n){border-right:0}.system-ribbon>a:nth-of-type(n+3){border-top:1px solid var(--line)}.home-luxe .luxe-thesis{padding:82px 20px 88px}.thesis-intro{display:block;margin-bottom:42px}.thesis-intro h2{margin:22px 0 24px;font-size:44px}.thesis-intro>p:last-child{font-size:13px}.console-head{padding:0 16px}.console-body{display:block;min-height:0}.console-signals{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid #d2d2d2;scrollbar-width:none}.console-signals::-webkit-scrollbar{display:none}.console-signals button{flex:0 0 178px;grid-template-columns:22px 1fr;min-height:112px;padding:19px 14px;border-right:1px solid #dadada;border-bottom:0}.console-signals button[aria-selected=true]{box-shadow:inset 0 3px #9a9a9a}.console-signals small{grid-column:2;grid-row:auto;align-self:auto}.console-analysis{padding:36px 20px}.analysis-kicker small{font-size:8px}.console-analysis h3{margin-top:28px;font-size:35px}.analysis-chain{grid-template-columns:1fr 18px 1fr 18px 1fr;margin-top:30px}.analysis-chain>div{min-height:102px;padding:17px 3px}.analysis-chain b{font-size:14px}.analysis-chain small{font-size:7px}.home-luxe .experience{padding-top:84px;padding-bottom:68px}.home-luxe .experience-heading{margin-bottom:36px}.home-luxe .experience-nav a{min-height:68px}.home-luxe .domain-chapter,.home-luxe .domain-chapter:nth-child(even){padding-top:44px;padding-bottom:44px}.home-luxe .experience-copy h3{font-size:37px}.home-luxe .experience .domain-preview{min-height:510px}.home-luxe .luxe-method{padding-top:88px;padding-bottom:88px}.home-luxe .method-list{margin-top:45px}.home-luxe .luxe-cinema{padding-top:84px;padding-bottom:84px}.home-luxe .luxe-cinema figure{margin-top:42px}.home-luxe .luxe-cinema figure img{min-height:410px}.home-luxe .luxe-trust{padding-top:88px;padding-bottom:88px}.home-luxe .luxe-closing{padding-top:96px;padding-bottom:96px}}

/* Distinct interactive product demonstrations */
.domain-preview{min-height:570px;padding:38px 42px 46px;isolation:isolate}
.domain-preview button{font-family:inherit}.demo-heading,.money-top,.tax-heading{position:relative;display:flex;justify-content:space-between;align-items:end;padding:28px 0 20px}.demo-heading small,.money-top small,.tax-heading small{display:block;color:#6e6e6e;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.demo-heading strong,.money-top strong,.tax-heading strong{display:block;margin-top:3px;font-size:clamp(40px,4.3vw,62px);font-weight:440;line-height:1;letter-spacing:-.06em}.demo-heading>span{padding:7px 11px;border:1px solid var(--line);border-radius:30px;color:var(--sage-deep);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.demo-fictional{position:absolute;right:18px;bottom:10px;margin:0;color:#7c7c7c;font-size:7px;text-transform:uppercase;letter-spacing:.08em}
.overview-plot{position:relative;height:190px;margin-top:6px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to right,transparent 0,transparent calc(20% - 1px),rgba(122,122,122,.11) 20%)}.overview-plot svg{width:100%;height:100%;overflow:visible}.overview-plot svg path:last-child{fill:none;stroke:var(--sage-deep);stroke-width:2}.plot-point{position:absolute;z-index:2;left:var(--x);top:var(--y);width:14px;height:14px;padding:0;border:3px solid #fff;border-radius:50%;background:var(--sage);box-shadow:0 0 0 1px var(--sage-deep),0 4px 14px rgba(43,43,43,.18);cursor:pointer;transform:translate(-50%,-50%);transition:transform .2s,box-shadow .2s}.plot-point:after{position:absolute;bottom:22px;left:50%;width:max-content;max-width:120px;padding:6px 8px;border-radius:3px;background:var(--ink);color:#fff;content:attr(aria-label);font-size:8px;line-height:1.3;opacity:0;pointer-events:none;transform:translate(-50%,5px);transition:.2s}.plot-point:hover,.plot-point:focus-visible,.plot-point.is-current{transform:translate(-50%,-50%) scale(1.25);box-shadow:0 0 0 6px rgba(122,122,122,.16)}.plot-point:hover:after,.plot-point:focus-visible:after{opacity:1;transform:translate(-50%,0)}.plot-hint{position:absolute;right:0;bottom:9px;color:#6e6e6e;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.overview-summary{position:relative;display:grid;grid-template-columns:repeat(3,1fr);padding-top:20px}.overview-summary div{padding-right:15px}.overview-summary div+div{padding-left:18px;border-left:1px solid var(--line)}.overview-summary span,.overview-summary b{display:block}.overview-summary span{color:#6e6e6e;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.overview-summary b{margin-top:4px;font-size:15px;font-weight:650}
.scenario-switch{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin:26px 0 28px;border:1px solid var(--line);border-radius:4px}.scenario-switch button{min-height:42px;padding:0 9px;border:0;border-right:1px solid var(--line);background:rgba(255,255,255,.45);color:#6e6e6e;font-size:9px;font-weight:700;cursor:pointer;transition:.25s}.scenario-switch button:last-child{border-right:0}.scenario-switch button:hover,.scenario-switch button:focus-visible{background:#e5e5e5;color:var(--ink)}.scenario-switch button[aria-pressed=true]{background:var(--ink);color:#fff}.plan-comparison{position:relative;display:grid;grid-template-columns:190px 1fr;gap:32px;align-items:center}.plan-gauge{position:relative;display:grid;width:180px;aspect-ratio:1;place-items:center;border-radius:50%;background:conic-gradient(var(--sage) calc(var(--funded) * 1%),#dcdcdc 0);transition:background .45s}.plan-gauge:after{position:absolute;inset:14px;border-radius:50%;background:#f9f9f9;content:''}.plan-gauge>div{position:relative;z-index:1;text-align:center}.plan-gauge strong,.plan-gauge span{display:block}.plan-gauge strong{font-size:43px;font-weight:450;letter-spacing:-.06em}.plan-gauge span{max-width:85px;color:#6e6e6e;font-size:8px;line-height:1.3;text-transform:uppercase;letter-spacing:.08em}.plan-details small{color:var(--sage-deep);font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}.plan-details h4{margin:10px 0 20px;font-size:24px;font-weight:500;letter-spacing:-.04em}.plan-details>div{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid var(--line);font-size:9px}.plan-details>div span{color:#6e6e6e}.goal-track{position:relative;display:grid;grid-template-columns:125px 1fr 34px;gap:12px;align-items:center;margin-top:13px;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.goal-track>i{height:5px;overflow:hidden;border-radius:10px;background:#dcdcdc}.goal-track>i b{display:block;height:100%;border-radius:inherit;background:var(--sage)}.goal-track>strong{text-align:right}
.money-top{align-items:center}.money-top>div:last-child{display:grid;grid-template-columns:auto auto;gap:4px 18px;padding:11px 14px;border:1px solid var(--line);background:rgba(255,255,255,.55);font-size:9px}.money-top>div:last-child span{color:#6e6e6e}.cashflow-bars{position:relative;display:grid;gap:7px;margin-top:4px}.cashflow-bars button{display:grid;grid-template-columns:82px 1fr 58px;gap:14px;align-items:center;min-height:42px;padding:0 12px;border:1px solid transparent;border-radius:3px;background:transparent;color:var(--ink);font-size:9px;text-align:left;cursor:pointer;transition:.2s}.cashflow-bars button:hover,.cashflow-bars button:focus-visible,.cashflow-bars button.is-active{border-color:#cecece;background:rgba(255,255,255,.72);transform:translateX(4px)}.cashflow-bars button>span{font-weight:700}.cashflow-bars button>i{height:7px;border-radius:12px;background:#dcdcdc}.cashflow-bars button>i b{display:block;width:var(--share);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--sage-deep),#a5a5a5);transition:width .35s}.cashflow-bars button>strong{text-align:right}.money-detail{position:relative;display:grid;grid-template-columns:1fr auto;align-items:end;margin-top:18px;padding:15px 18px;border-left:3px solid var(--sage);background:#e9e9e9}.money-detail span{color:var(--sage-deep);font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.1em}.money-detail strong{grid-row:1/3;grid-column:2;font-size:24px;font-weight:500}.money-detail p{margin:3px 0 0;color:#676767;font-size:9px}
.tax-heading{align-items:center}.tax-heading>span{padding:10px 13px;border:1px solid var(--line);color:#6e6e6e;font-size:8px;line-height:1.4;text-align:right;text-transform:uppercase;letter-spacing:.08em}.tax-heading>span b{color:var(--ink);font-size:11px}.tax-waterfall{position:relative;display:grid;gap:8px;padding:13px 0 18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tax-waterfall>div{display:grid;grid-template-columns:70px 1fr 65px;gap:12px;align-items:center;font-size:8px}.tax-waterfall span{color:#6e6e6e}.tax-waterfall i{width:var(--w);height:8px;border-radius:10px;background:var(--sage)}.tax-waterfall>div:nth-child(n+2) i{background:#bebebe}.tax-waterfall b{text-align:right}.tax-assumptions{position:relative;margin-top:15px}.tax-assumptions>p{display:flex;justify-content:space-between;margin:0 0 7px;color:#6e6e6e;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.tax-assumptions button{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:36px;padding:0 11px;border:1px solid transparent;border-top-color:var(--line);background:transparent;font-size:9px;text-align:left;cursor:pointer}.tax-assumptions button:hover,.tax-assumptions button:focus-visible{background:rgba(255,255,255,.7)}.tax-assumptions button i{position:relative;width:28px;height:16px;border-radius:20px;background:#d1d1d1;transition:.25s}.tax-assumptions button i:after{position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#fff;content:'';transition:.25s}.tax-assumptions button[aria-pressed=true] i{background:var(--sage)}.tax-assumptions button[aria-pressed=true] i:after{left:15px}.tax-note{position:relative;margin-top:10px;color:#676767;font-size:8px}
@media(max-width:760px){.domain-preview{min-height:525px;padding:26px 20px 44px}.demo-heading strong,.money-top strong,.tax-heading strong{font-size:39px}.overview-plot{height:160px}.plot-point:after{display:none}.overview-summary{gap:8px}.overview-summary div{padding-right:5px}.overview-summary div+div{padding-left:9px}.overview-summary b{font-size:11px}.scenario-switch button{font-size:8px}.plan-comparison{grid-template-columns:135px 1fr;gap:17px}.plan-gauge{width:132px}.plan-gauge:after{inset:11px}.plan-gauge strong{font-size:34px}.plan-details h4{font-size:19px}.goal-track{grid-template-columns:100px 1fr 29px;gap:8px}.money-top>div:last-child{gap:3px 9px;padding:8px;font-size:8px}.cashflow-bars button{grid-template-columns:64px 1fr 48px;gap:8px;padding:0 7px}.tax-heading>span{padding:7px}.tax-waterfall>div{grid-template-columns:58px 1fr 54px;gap:7px}.demo-fictional{right:10px;font-size:6px}}

/* 2026 editorial product narrative */
.site-header{padding:0;border-bottom:1px solid transparent;background:rgba(246,244,239,0);transition:background .3s var(--ease),border-color .3s var(--ease),backdrop-filter .3s var(--ease)}
.site-header.scrolled{padding-top:0;border-color:rgba(17,17,17,.11);background:rgba(246,244,239,.9);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}
.nav-shell{max-width:var(--max);height:82px;padding:0 28px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.desktop-nav{margin-left:clamp(44px,6vw,90px)}
.hero{padding:82px 28px 0}
.hero-grid{grid-template-columns:minmax(390px,.72fr) minmax(0,1.28fr);gap:clamp(28px,4vw,68px);min-height:calc(100svh - 144px)}
.hero-copy{min-width:0;padding:54px 0 32px}
.hero h1{max-width:630px;margin:28px 0 26px;font-size:clamp(64px,6.9vw,108px);line-height:.88;letter-spacing:-.068em;text-wrap:balance}
.hero-lede{max-width:530px;font-size:17px;line-height:1.65}
.hero-proof{display:grid;grid-template-columns:1fr 1fr;max-width:480px;margin:46px 0 0;border-top:1px solid var(--line)}
.hero-proof div{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;padding:18px 22px 0 0}
.hero-proof div+div{padding-left:22px;border-left:1px solid var(--line)}
.hero-proof dt{color:var(--sage-deep);font-size:21px;font-weight:500;letter-spacing:-.04em}
.hero-proof dd{margin:0;color:#666666;font-size:9px;font-weight:700;line-height:1.35;text-transform:uppercase;letter-spacing:.08em}
.hero-art{min-width:0;min-height:660px;margin-left:0}
.hero-image-wrap{inset:4% 0 4% 0}
.hero-foot{padding-top:19px;padding-bottom:22px}
.manifesto{padding-top:150px;padding-bottom:150px}
.domain-lab{position:relative;max-width:var(--max);margin:auto;padding:30px 28px 160px;scroll-margin-top:92px}
.domain-lab:before{position:absolute;top:0;right:28px;left:28px;height:1px;background:var(--line);content:''}
.domain-heading{display:grid;grid-template-columns:1fr .47fr;gap:70px;align-items:end;padding:100px 0 74px}
.domain-heading h2,.decision-section h2{margin:28px 0 0;font-size:clamp(52px,6vw,88px);font-weight:430;line-height:.94;letter-spacing:-.065em}
.domain-heading h2 em,.decision-section h2 em{color:var(--sage);font-style:normal}
.domain-heading>p{max-width:520px;margin:0;color:#595959}
.domain-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.domain-tabs button{position:relative;display:flex;align-items:center;gap:18px;min-height:88px;padding:0 24px;border:0;border-right:1px solid var(--line);background:transparent;color:#6f6f6f;font-size:14px;font-weight:700;text-align:left;cursor:pointer;transition:background .25s,color .25s}
.domain-tabs button:last-child{border-right:0}
.domain-tabs button:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;background:var(--sage);content:'';transform:scaleX(0);transition:transform .3s var(--ease)}
.domain-tabs button:hover{background:rgba(255,255,255,.45);color:var(--ink)}
.domain-tabs button[aria-selected=true]{background:var(--ink);color:var(--cream)}
.domain-tabs button[aria-selected=true]:after{transform:scaleX(1)}
.domain-tabs button span{font-size:9px;color:var(--sage)}
.domain-stage{min-height:720px}
.domain-panel{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center;min-height:720px;padding:72px 52px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);background:rgba(255,255,255,.42)}
.domain-panel[hidden]{display:none}
.domain-copy{max-width:560px}
.domain-kicker{margin:0 0 20px;color:var(--sage-deep);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.14em}
.domain-copy h3{margin:0 0 24px;font-size:clamp(35px,3.6vw,54px);font-weight:450;line-height:1.02;letter-spacing:-.052em}
.domain-copy>p:not(.domain-kicker):not(.domain-outcome){color:#5c5c5c}
.domain-copy ul{margin:30px 0;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);list-style:none}
.domain-copy li{display:flex;gap:12px;align-items:flex-start;margin:13px 0;color:#666666;font-size:12px}
.domain-copy li svg{flex:none;width:16px;color:var(--sage)}
.domain-copy li b{color:var(--ink)}
.domain-outcome{display:grid;grid-template-columns:72px 1fr;gap:12px;margin-top:28px;font-size:13px;font-weight:650}
.domain-outcome span{color:var(--sage-deep);font-size:9px;text-transform:uppercase;letter-spacing:.12em}
.domain-preview{position:relative;min-height:535px;overflow:hidden;padding:44px;border:1px solid rgba(17,17,17,.15);border-radius:4px;background:linear-gradient(145deg,#fff 0%,#f0f0f0 100%);box-shadow:0 35px 100px rgba(58,58,58,.14)}
.preview-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(122,122,122,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(122,122,122,.09) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom right,#000,transparent 82%)}
.preview-top{position:relative;display:flex;align-items:center;gap:12px;padding-bottom:25px;border-bottom:1px solid var(--line);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.preview-top img{width:30px}.preview-top i{width:7px;height:7px;margin-left:auto;border-radius:50%;background:var(--sage);box-shadow:0 0 0 7px rgba(122,122,122,.12)}
.preview-main{position:relative;padding:42px 0 25px}.preview-main small,.preview-main span{display:block;color:#6e6e6e;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.preview-main strong{display:block;margin:4px 0;font-size:clamp(48px,5vw,78px);font-weight:440;letter-spacing:-.065em}.preview-chart{position:relative;display:flex;align-items:end;gap:9px;height:130px;padding:16px 0 0;border-bottom:1px solid var(--line)}
.preview-chart i{flex:1;border-radius:2px 2px 0 0;background:linear-gradient(to top,var(--sage-deep),#9b9b9b)}
.preview-chart i:nth-child(1){height:22%}.preview-chart i:nth-child(2){height:37%}.preview-chart i:nth-child(3){height:31%}.preview-chart i:nth-child(4){height:54%}.preview-chart i:nth-child(5){height:48%}.preview-chart i:nth-child(6){height:68%}.preview-chart i:nth-child(7){height:61%}.preview-chart i:nth-child(8){height:88%}
.domain-preview.plan .preview-chart i:nth-child(odd),.domain-preview.tax .preview-chart i:nth-child(odd){background:#c5c5c5}
.preview-metrics{position:relative;display:grid;grid-template-columns:1fr 1fr}
.preview-metrics div{padding:24px 20px 5px 0}.preview-metrics div+div{padding-left:24px;border-left:1px solid var(--line)}
.preview-metrics strong,.preview-metrics span{display:block}.preview-metrics strong{font-size:25px;font-weight:500;letter-spacing:-.04em}.preview-metrics span{color:#6e6e6e;font-size:9px}.domain-preview>p{position:absolute;right:20px;bottom:10px;margin:0;color:#7f7f7f;font-size:8px;text-transform:uppercase;letter-spacing:.08em}
.domain-disclosure{display:grid;grid-template-columns:.55fr 1fr auto;gap:30px;align-items:center;padding:24px 4px;color:#676767;font-size:10px}.domain-disclosure>span{color:var(--ink);font-weight:750;text-transform:uppercase;letter-spacing:.08em}.domain-disclosure p{margin:0}.domain-disclosure a{display:flex;align-items:center;gap:8px;color:var(--sage-deep);font-weight:750;white-space:nowrap}.domain-disclosure svg{width:15px}
.decision-section{padding:150px max(28px,calc((100vw - 1440px)/2 + 28px));background:#eaeaea}
.decision-section header{display:grid;grid-template-columns:1fr .46fr;gap:22px 80px;align-items:end}.decision-section header>.section-number{grid-column:1/-1}.decision-section header>h2{grid-column:1}.decision-section header>p:last-child{grid-column:2;max-width:500px;margin:0 0 8px;color:#5e5e5e}.decision-flow{display:grid;grid-template-columns:repeat(5,1fr);margin:95px 0 0;padding:0;border-top:1px solid #bfbfbf;list-style:none;counter-reset:none}
.decision-flow li{position:relative;min-height:350px;padding:33px 28px 25px;border-right:1px solid #bfbfbf}.decision-flow li:first-child{border-left:1px solid #bfbfbf}.decision-flow li>span{position:absolute;top:-12px;left:26px;padding:1px 8px;background:#eaeaea;color:var(--sage-deep);font-size:9px;font-weight:750}.decision-flow li>div{display:flex;height:100%;flex-direction:column}.decision-flow small{margin-top:35px;color:var(--sage-deep);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.13em}.decision-flow h3{margin:70px 0 15px;font-size:25px;font-weight:500;line-height:1.05;letter-spacing:-.04em}.decision-flow p{margin:auto 0 0;color:#626262;font-size:12px}
.learning-list{margin:32px 0;border-top:1px solid var(--line)}.learning-list p{display:grid;grid-template-columns:68px 1fr;gap:10px;margin:0!important;padding:13px 0;border-bottom:1px solid var(--line);font-size:11px}.learning-list span{color:var(--sage-deep);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}
.question-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #393939;border-left:1px solid #393939}.question-grid article{min-height:290px;padding:42px;border-right:1px solid #393939;border-bottom:1px solid #393939}.question-grid span{color:#9b9b9b;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.13em}.question-grid h3{max-width:480px;margin:60px 0 14px;font-size:clamp(28px,3vw,42px);font-weight:450;line-height:1.04;letter-spacing:-.045em}.question-grid p{max-width:480px;color:#b2b2b2;font-size:13px}
@media(max-width:1180px){.hero-grid{grid-template-columns:minmax(340px,.68fr) minmax(0,1.32fr)}.hero h1{font-size:clamp(62px,7vw,86px)}.domain-panel{gap:42px;padding:60px 38px}.decision-flow h3{font-size:21px}.decision-flow li{padding-right:20px;padding-left:20px}}
@media(max-width:1050px){.nav-shell{height:76px}.hero{padding-top:76px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-top:84px}.hero h1{font-size:clamp(72px,11vw,108px)}.hero-art{min-height:680px}.domain-heading{grid-template-columns:1fr .6fr}.domain-panel{grid-template-columns:1fr;min-height:0}.domain-copy{max-width:750px}.domain-preview{min-height:510px}.decision-section header{grid-template-columns:1fr}.decision-flow{grid-template-columns:repeat(2,1fr)}.decision-flow li:last-child{grid-column:1/-1;min-height:250px}.decision-flow li:nth-child(3){border-left:1px solid #bfbfbf}.decision-flow h3{margin-top:50px}.decision-flow p{margin-top:50px}}
@media(max-width:760px){.site-header,.site-header.scrolled{padding:0;background:rgba(246,244,239,.94);border-color:var(--line)}.nav-shell{height:70px;padding:0 20px;border-radius:0}.mobile-menu{top:70px;right:0;left:0;padding:8px 20px 20px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:rgba(246,244,239,.98);box-shadow:0 28px 50px rgba(17,17,17,.12)}.hero{padding:70px 16px 0}.hero-copy{padding:58px 4px 38px}.hero h1{max-width:100%;margin:22px 0;font-size:clamp(53px,16vw,68px);line-height:.9;letter-spacing:-.065em}.hero-lede{font-size:15px}.hero-actions{gap:18px}.hero-proof{margin-top:36px}.hero-proof div{gap:8px;padding-right:10px}.hero-proof div+div{padding-left:12px}.hero-proof dt{font-size:18px}.hero-proof dd{font-size:8px}.hero-art{min-height:455px}.hero-foot{padding-right:4px;padding-left:4px}.manifesto{padding:100px 20px}.manifesto-line{font-size:40px}.domain-lab{padding:0 16px 95px}.domain-lab:before{right:16px;left:16px}.domain-heading{display:block;padding:75px 4px 48px}.domain-heading h2,.decision-section h2{font-size:45px}.domain-heading>p{margin-top:30px;font-size:13px}.domain-tabs{grid-template-columns:1fr 1fr}.domain-tabs button{min-height:62px;padding:0 14px;border-bottom:1px solid var(--line);font-size:12px}.domain-tabs button:nth-child(2){border-right:0}.domain-tabs button:nth-child(3),.domain-tabs button:nth-child(4){border-bottom:0}.domain-panel{display:block;padding:42px 20px}.domain-copy h3{font-size:35px}.domain-copy>p:not(.domain-kicker):not(.domain-outcome){font-size:13px}.domain-outcome{grid-template-columns:58px 1fr;font-size:11px}.domain-preview{min-height:440px;margin-top:45px;padding:28px 22px}.preview-main{padding-top:34px}.preview-main strong{font-size:50px}.preview-chart{height:100px}.preview-metrics div{padding-top:19px}.preview-metrics div+div{padding-left:16px}.preview-metrics strong{font-size:20px}.domain-disclosure{display:block;padding:22px 4px}.domain-disclosure p{margin:8px 0 13px}.domain-disclosure a{white-space:normal}.decision-section{padding:90px 20px}.decision-section header{display:block}.decision-section header>p:last-child{margin-top:28px;font-size:13px}.decision-flow{grid-template-columns:1fr;margin-top:65px}.decision-flow li,.decision-flow li:first-child,.decision-flow li:nth-child(3){min-height:230px;border-right:1px solid #bfbfbf;border-left:1px solid #bfbfbf}.decision-flow li:last-child{grid-column:auto}.decision-flow h3{margin:42px 0 12px}.decision-flow p{margin:auto 0 0}.chapter-light{padding-top:95px}.question-grid{grid-template-columns:1fr}.question-grid article{min-height:235px;padding:32px 24px}.question-grid h3{margin:42px 0 12px;font-size:29px}.trust-chapter .button-outline{border-color:var(--sage-deep);color:var(--ink)}}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}svg{width:1.15em;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:12px 18px;background:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:fixed;z-index:100;top:0;right:0;left:0;padding:18px 28px;transition:.35s var(--ease)}.site-header.scrolled{padding-top:10px}.nav-shell{display:flex;align-items:center;max-width:1384px;height:62px;margin:auto;padding:0 16px 0 22px;border:1px solid rgba(17,17,17,.11);border-radius:18px;background:rgba(246,244,239,.8);box-shadow:0 8px 40px rgba(17,17,17,.04);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.brand{display:flex;align-items:center}.brand img{width:98px}.desktop-nav{display:flex;gap:34px;margin-left:72px}.desktop-nav a,.nav-signin{position:relative;font-size:12px;font-weight:600}.desktop-nav a:after{position:absolute;right:0;bottom:-8px;left:0;height:1px;background:var(--ink);content:'';transform:scaleX(0);transition:.25s}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:28px;margin-left:auto}.menu-button,.mobile-menu{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:100px;font-size:12px;font-weight:700;letter-spacing:.01em;transition:transform .25s var(--ease),background .25s,color .25s}.button:hover{transform:translateY(-2px)}.button svg,.text-arrow svg,.module-rail svg,.policy-rail svg,.support-rail svg{transition:transform .25s}.button:hover svg,.text-arrow:hover svg,.module-rail a:hover>svg,.policy-rail a:hover>svg,.support-rail a:hover>svg{transform:translateX(4px)}.button-ink{background:var(--ink);color:#fff}.button-cream{background:var(--cream);color:var(--ink)}.button-outline{border-color:#8e8e8e;color:var(--cream)}.button-small{min-height:40px;padding:0 18px}.text-arrow{display:inline-flex;align-items:center;gap:11px;font-size:12px;font-weight:750}.text-arrow.light{color:var(--cream)}.hero{min-height:100svh;padding:118px 28px 0}.hero-grid{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;max-width:var(--max);min-height:calc(100svh - 180px);margin:auto}.hero-copy{position:relative;z-index:2;padding:60px 0}.eyebrow,.section-number{font-size:10px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--sage)}.hero h1,.editorial-hero h1{margin:32px 0 28px;font-size:clamp(72px,8vw,132px);font-weight:430;line-height:.83;letter-spacing:-.075em}.hero h1 em,.editorial-hero h1 em,.chapter-copy h2 em,.modules-section h2 em,.trust-chapter h2 em,.closing h2 em,.product-boundary h2 em,.data-promise h2 em{color:var(--sage);font-style:normal}.hero-lede{max-width:490px;color:#525252;font-size:18px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:34px}.hero-art{position:relative;align-self:stretch;min-height:650px;margin-left:-5%}.hero-image-wrap{position:absolute;inset:3% -5% 3% 0;overflow:hidden;border-radius:24px;background:#ddd}.hero-image-wrap:after{position:absolute;inset:0;border:1px solid rgba(17,17,17,.08);border-radius:inherit;content:'';pointer-events:none}.hero-image-wrap img{width:100%;height:100%;object-fit:cover}.hero-stamp{position:absolute;right:-6px;bottom:38px;display:flex;align-items:center;gap:9px;padding:12px 15px;border:1px solid rgba(17,17,17,.15);border-radius:50px;background:rgba(246,244,239,.87);font-size:9px;font-weight:700;backdrop-filter:blur(15px)}.hero-stamp i{width:4px;height:4px;border-radius:50%;background:var(--sage)}.hero-foot{display:flex;justify-content:space-between;max-width:var(--max);margin:auto;padding:24px 0 27px;border-top:1px solid var(--line);font-size:9px;font-weight:650;text-transform:uppercase;letter-spacing:.11em}.hero-foot p{margin:0}.hero-foot span{color:#7b7b7b}.manifesto{display:grid;grid-template-columns:150px 1fr .46fr;gap:50px;max-width:var(--max);margin:auto;padding:170px 28px}.manifesto p{margin:0}.manifesto-line{font-size:clamp(42px,5.2vw,78px);font-weight:430;line-height:1.08;letter-spacing:-.055em}.manifesto-line.muted{color:#a9a9a9}.manifesto-copy{align-self:end;max-width:380px;color:#5a5a5a}.chapter-light{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:center;max-width:1550px;margin:auto;padding:80px max(28px,calc((100vw - 1440px)/2 + 28px)) 140px}.chapter-copy h2,.modules-section h2,.trust-chapter h2,.product-boundary h2,.data-promise h2{margin:28px 0;font-size:clamp(46px,5.5vw,82px);font-weight:430;line-height:.99;letter-spacing:-.06em}.chapter-copy>p:not(.section-number){max-width:510px;color:#565656}.chapter-copy .text-arrow{margin-top:22px}.signal-canvas{position:relative;min-height:620px;padding:48px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.7);box-shadow:0 35px 90px rgba(56,56,56,.09)}.signal-canvas:before{position:absolute;inset:0;z-index:-1;border-radius:inherit;background:url('/brand/pivlyn-pivot-texture.png') center/cover;content:'';opacity:.08}.signal-header{display:flex;justify-content:space-between;padding-bottom:35px;border-bottom:1px solid var(--line)}.signal-header span,.signal-value>span{display:block;color:#6c6c6c;font-size:10px}.signal-header strong{display:block;margin-top:7px;font-size:20px}.live-pill{align-self:start;padding:7px 12px;border-radius:30px;background:#e9e9e9!important;color:var(--sage-deep)!important}.signal-value{padding-top:35px}.signal-value strong{display:block;margin:7px 0;font-size:clamp(46px,5vw,72px);font-weight:430;letter-spacing:-.06em}.signal-value small{color:var(--sage-deep)}.signal-chart{height:210px;margin-top:25px}.signal-chart svg{width:100%;height:100%;overflow:visible}.signal-chart .area{fill:url(#area);stroke:none}.signal-chart .line{fill:none;stroke:var(--sage);stroke-width:2}.signal-modules{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.signal-modules div{padding:22px 18px 0;border-right:1px solid var(--line)}.signal-modules div:last-child{border:0}.signal-modules span,.signal-modules b{display:block;font-size:10px}.signal-modules span{color:#767676}.signal-modules b{margin-top:6px;font-size:13px}.fictional{margin:28px 0 0;color:#868686;font-size:9px;text-align:right}.dark-chapter{position:relative;overflow:hidden;padding:145px max(28px,calc((100vw - 1440px)/2 + 28px));background:var(--ink);color:var(--cream)}.dark-chapter:before{position:absolute;top:-20%;right:-12%;width:700px;height:700px;border:1px solid rgba(122,122,122,.2);border-radius:50%;box-shadow:0 0 0 100px rgba(122,122,122,.025),0 0 0 200px rgba(122,122,122,.02);content:''}.dark-intro{position:relative;z-index:2;display:grid;grid-template-columns:160px 1fr .58fr;align-items:end;gap:40px}.dark-intro h2{margin:0;font-size:clamp(58px,7vw,104px);font-weight:430;line-height:.9;letter-spacing:-.065em}.dark-intro>p:last-child{color:#b6b6b6}.dark-visual{position:relative;margin:100px 0 70px}.dark-visual img{width:100%;border:1px solid #303030;border-radius:24px}.dark-visual figcaption{position:absolute;right:16px;bottom:-30px;color:#838383;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.three-beats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #393939}.three-beats article{min-height:255px;padding:35px;border-right:1px solid #393939}.three-beats article:last-child{border:0}.three-beats span{color:#8d8d8d;font-size:10px}.three-beats h3{margin:50px 0 12px;font-size:33px;font-weight:500;letter-spacing:-.04em}.three-beats p{max-width:330px;color:#b2b2b2;font-size:13px}.modules-section{max-width:var(--max);margin:auto;padding:160px 28px}.modules-section header{display:grid;grid-template-columns:1fr .45fr;align-items:end;gap:80px;margin:25px 0 80px}.modules-section header p{color:#606060}.module-rail{border-top:1px solid var(--line)}.module-rail a{display:grid;grid-template-columns:90px 1fr 26px;align-items:center;min-height:160px;border-bottom:1px solid var(--line);transition:padding .35s var(--ease),background .35s}.module-rail a:hover{padding:0 25px;background:rgba(255,255,255,.5)}.module-rail>a>span{font-size:11px;color:var(--sage)}.module-rail h3{margin:0;font-size:clamp(33px,4vw,54px);font-weight:450;letter-spacing:-.05em}.module-rail p{margin:6px 0 0;color:#6c6c6c;font-size:13px}.trust-chapter{display:grid;grid-template-columns:90px 1fr .55fr;gap:50px;align-items:start;max-width:var(--max);margin:auto;padding:130px 28px;border-top:1px solid var(--line)}.trust-seal{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border:1px solid #b3b3b3;border-radius:50%;background:#e9e9e9;color:var(--sage-deep)}.trust-seal svg{width:30px}.trust-seal.large{width:92px;height:92px;margin-bottom:30px}.trust-copy{padding-top:46px}.trust-copy p{margin:0 0 30px;color:#595959}.closing{position:relative;overflow:hidden;padding:190px max(28px,calc((100vw - 1440px)/2 + 28px));background:var(--sage-deep);color:var(--cream)}.closing h2{position:relative;margin:30px 0;font-size:clamp(70px,10vw,150px);font-weight:430;line-height:.82;letter-spacing:-.075em}.closing h2 em{color:#c2c2c2}.closing>p:not(.section-number){position:relative;max-width:500px;color:#d9d9d9}.closing .hero-actions{position:relative}.closing-orbit{position:absolute;top:-30%;right:-3%;width:850px;height:850px;border:1px solid rgba(246,244,239,.18);border-radius:50%;box-shadow:0 0 0 110px rgba(246,244,239,.035),0 0 0 220px rgba(246,244,239,.025)}.closing-orbit i{position:absolute;width:13px;height:13px;border-radius:50%;background:#d0d0d0}.closing-orbit i:nth-child(1){top:11%;left:29%}.closing-orbit i:nth-child(2){top:51%;left:-7%}.closing-orbit i:nth-child(3){right:8%;bottom:21%}
.editorial-hero{max-width:var(--max);margin:auto;padding:220px 28px 150px}.editorial-hero h1{max-width:1200px}.editorial-hero>p:not(.eyebrow){max-width:690px;color:#595959;font-size:18px}.editorial-hero>.button{margin-top:30px}.editorial-hero>small{display:block;max-width:750px;margin-top:22px;color:#6f6f6f}.product-index{background:var(--white)}.product-story{display:grid;grid-template-columns:.78fr 1.22fr;gap:90px;align-items:center;max-width:var(--max);min-height:850px;margin:auto;padding:120px 45px;border-bottom:1px solid var(--line)}.product-story.reverse .product-story-copy{order:2}.product-story-copy>span{color:var(--sage-deep);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.14em}.product-story-copy h2{margin:24px 0;font-size:clamp(47px,5.3vw,76px);font-weight:430;line-height:.98;letter-spacing:-.06em}.product-story-copy>p{color:#5b5b5b}.product-story-copy ul{padding:22px 0 0;list-style:none;border-top:1px solid var(--line)}.product-story-copy li{display:flex;align-items:center;gap:11px;margin:13px 0;font-size:12px}.product-story-copy li svg{width:16px;color:var(--sage)}.product-story-art{position:relative;display:flex;justify-content:center;align-items:center;min-height:610px;overflow:hidden;border-radius:26px;background:var(--cream)}.product-story-art>p{position:absolute;right:20px;bottom:8px;color:#808080;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.orbit-card{position:absolute;width:580px;height:580px;border:1px solid #d0d0d0;border-radius:50%;box-shadow:0 0 0 70px rgba(122,122,122,.05),0 0 0 140px rgba(122,122,122,.03)}.product-interface{position:relative;width:min(78%,520px);padding:38px;border:1px solid #d2d2d2;border-radius:20px;background:rgba(255,255,255,.9);box-shadow:0 28px 80px rgba(47,47,47,.17);transform:rotate(-2deg)}.reverse .product-interface{transform:rotate(2deg)}.pi-top{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--line);font-size:10px}.pi-top img{width:26px}.pi-top i{width:7px;height:7px;margin-left:auto;border-radius:50%;background:var(--sage)}.pi-primary{padding:30px 0}.pi-primary small,.pi-primary span{display:block;color:#747474;font-size:9px}.pi-primary strong{display:block;margin:7px 0;font-size:42px;font-weight:500;letter-spacing:-.05em}.pi-graph{display:flex;align-items:end;gap:8px;height:120px;padding:20px 0;border-bottom:1px solid var(--line)}.pi-graph i{flex:1;border-radius:3px 3px 0 0;background:var(--sage)}.pi-graph i:nth-child(1){height:24%}.pi-graph i:nth-child(2){height:38%}.pi-graph i:nth-child(3){height:34%}.pi-graph i:nth-child(4){height:57%}.pi-graph i:nth-child(5){height:49%}.pi-graph i:nth-child(6){height:73%}.pi-graph i:nth-child(7){height:90%}.pi-row{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line);font-size:10px}.pi-row span{color:#717171}.product-boundary,.data-promise{display:grid;grid-template-columns:.32fr 1fr .55fr;gap:50px;max-width:var(--max);margin:auto;padding:150px 28px}.product-boundary h2{margin:0}.product-boundary>div{padding-top:30px}.product-boundary>div p{color:#616161}.security-hero{position:relative}.security-manifest{display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:1px;background:#cfcfcf}.security-manifest article{min-height:420px;padding:70px max(35px,calc((100vw - 1440px)/2 + 30px));background:var(--white)}.security-manifest span{color:var(--sage);font-size:10px}.security-manifest h2{margin:45px 0 20px;font-size:clamp(34px,4vw,54px);font-weight:450;letter-spacing:-.05em}.security-manifest p{max-width:560px;color:#636363}.data-promise>div:last-child{padding-top:50px}.data-promise>div:last-child p{display:flex;gap:12px;padding:17px 0;border-bottom:1px solid var(--line);font-size:13px}.data-promise p svg{flex:none;width:17px;color:var(--sage)}.data-promise .button{margin-top:25px}.support-rail,.policy-rail{max-width:var(--max);margin:auto;padding:0 28px 130px;border-top:1px solid var(--line)}.support-rail{display:grid;grid-template-columns:repeat(3,1fr)}.support-rail a{position:relative;min-height:370px;padding:42px;border-right:1px solid var(--line)}.support-rail a:last-child{border:0}.support-rail span,.policy-rail span{color:var(--sage-deep);font-size:10px}.support-rail h2{margin:90px 0 12px;font-size:28px;letter-spacing:-.04em}.support-rail p{color:#6b6b6b;font-size:13px}.support-rail>a>svg{position:absolute;right:35px;bottom:35px}.faq{max-width:950px;margin:auto;padding:120px 28px}.faq h2{font-size:55px;font-weight:450;letter-spacing:-.05em}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{padding:26px 0;font-weight:700;cursor:pointer}.faq details p{padding:0 0 24px;color:#5f5f5f}.policy-rail a{display:grid;grid-template-columns:90px 1fr 26px;align-items:center;min-height:170px;border-bottom:1px solid var(--line)}.policy-rail h2{margin:0;font-size:30px;font-weight:480;letter-spacing:-.04em}.policy-rail p{margin:7px 0 0;color:#666666;font-size:13px}.review-note{display:grid;grid-template-columns:1fr 2fr;gap:60px;max-width:1000px;margin:auto;padding:0 28px 120px;color:#666666}.review-note strong{color:var(--ink)}
.document-hero{max-width:980px;margin:auto;padding:200px 28px 80px}.document-hero h1{margin:30px 0;font-size:clamp(55px,7vw,92px);font-weight:430;line-height:.95;letter-spacing:-.065em}.document-hero>p:last-child{max-width:680px;color:#666666}.document-shell{display:grid;grid-template-columns:220px minmax(0,760px);gap:80px;max-width:1120px;margin:auto;padding:0 28px 140px}.document-shell aside{position:sticky;top:110px;align-self:start;max-height:calc(100vh - 140px);overflow:auto}.document-shell aside>span{display:block;margin-bottom:16px;color:#767676;font-size:9px;text-transform:uppercase;letter-spacing:.13em}.document-shell aside nav{display:flex;flex-direction:column}.document-shell aside nav a{padding:7px 0;color:#666666;font-size:10px}.document-shell aside>a{display:block;margin-top:22px;padding-top:18px;border-top:1px solid var(--line);color:var(--sage-deep);font-size:11px;font-weight:750}.legal-document{padding:56px;border:1px solid var(--line);border-radius:20px;background:#fff}.legal-document>h1:first-child{display:none}.legal-document h2{margin:55px 0 15px;padding-top:6px;font-size:25px;letter-spacing:-.03em;scroll-margin-top:110px}.legal-document h2:first-of-type{margin-top:18px}.legal-document h3{margin-top:32px}.legal-document p,.legal-document li{color:#494949;font-size:13px;line-height:1.8}.legal-document li{margin:8px 0}.legal-document a{color:var(--sage-deep);text-decoration:underline}.legal-document strong{color:var(--ink)}
.site-footer{position:relative;overflow:hidden;background:var(--ink);color:#f2f1ec}.footer-orbit{position:absolute;right:-190px;bottom:-350px;width:700px;height:700px;border:1px solid rgba(122,122,122,.25);border-radius:50%;box-shadow:0 0 0 100px rgba(122,122,122,.035),0 0 0 200px rgba(122,122,122,.025)}.footer-shell{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:90px;max-width:var(--max);margin:auto;padding:115px 28px 90px}.footer-statement img{width:130px}.footer-statement p{margin:42px 0 0;font-size:clamp(30px,3vw,44px);line-height:1.15;letter-spacing:-.045em}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-links h2{margin:0 0 25px;color:#7e7e7e;font-size:9px;text-transform:uppercase;letter-spacing:.14em}.footer-links a,.footer-links p{display:block;margin:11px 0;color:#cacaca;font-size:11px}.footer-base{position:relative;display:flex;justify-content:space-between;max-width:var(--max);margin:auto;padding:25px 28px;border-top:1px solid #323232;color:#7b7b7b;font-size:9px}
.hero{overflow:hidden}.hero-image-wrap{right:0}.manifesto-line.muted{color:#707070}.module-rail>a>span{color:#5e5e5e}.product-story-art>p{color:#606060}.document-shell aside>span{color:#606060}.footer-base{color:#9f9f9f}.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){.desktop-nav{gap:20px;margin-left:35px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-top:100px}.hero-art{min-height:660px;margin:0}.manifesto{grid-template-columns:110px 1fr}.manifesto-copy{grid-column:2}.chapter-light{grid-template-columns:1fr}.dark-intro{grid-template-columns:120px 1fr}.dark-intro>p:last-child{grid-column:2}.trust-chapter{grid-template-columns:80px 1fr}.trust-copy{grid-column:2}.product-story{grid-template-columns:1fr;gap:50px}.product-story.reverse .product-story-copy{order:0}.product-boundary,.data-promise{grid-template-columns:1fr}.support-rail{grid-template-columns:1fr}.support-rail a{min-height:230px;border-right:0;border-bottom:1px solid var(--line)}.support-rail h2{margin-top:50px}}
@media(max-width:760px){body{font-size:15px}.site-header{padding:10px 12px}.nav-shell{height:58px;padding:0 12px 0 16px;border-radius:15px}.brand img{width:84px}.desktop-nav,.nav-actions{display:none}.menu-button{display:flex;margin-left:auto;padding:8px;border:0;background:transparent}.menu-button svg{width:23px}.mobile-menu{position:absolute;top:76px;right:12px;left:12px;padding:15px;border:1px solid var(--line);border-radius:16px;background:rgba(246,244,239,.98);box-shadow:0 20px 50px rgba(17,17,17,.12)}.mobile-menu:not([hidden]){display:block}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu a{padding:14px;border-bottom:1px solid var(--line);font-weight:700}.hero{min-height:auto;padding:100px 16px 0}.hero-grid{display:block;min-height:auto}.hero-copy{padding:60px 4px 35px}.hero h1,.editorial-hero h1{margin:25px 0;font-size:60px;line-height:.9}.hero-lede{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-art{min-height:440px}.hero-image-wrap{inset:15px -16px 5px -16px;border-radius:0}.hero-image-wrap img{object-position:58% center}.hero-stamp{right:0;bottom:20px}.hero-foot{padding:20px 4px}.hero-foot p:nth-child(2),.hero-foot span{display:none}.manifesto{display:block;padding:100px 20px}.manifesto>div{margin:35px 0}.manifesto-line{font-size:43px}.manifesto-copy{font-size:14px}.chapter-light{display:block;padding:90px 20px}.chapter-copy h2,.modules-section h2,.trust-chapter h2,.product-boundary h2,.data-promise h2{font-size:45px}.signal-canvas{min-height:500px;margin-top:55px;padding:25px 18px}.signal-header strong{font-size:15px}.signal-value strong{font-size:46px}.signal-chart{height:150px}.signal-modules div{padding:15px 7px 0}.signal-modules b{font-size:10px}.dark-chapter{padding:95px 16px}.dark-intro{display:block}.dark-intro h2{margin:30px 0;font-size:54px}.dark-visual{margin:60px -16px}.dark-visual img{min-height:410px;border-radius:0;object-fit:cover;object-position:58% center}.three-beats{grid-template-columns:1fr}.three-beats article{min-height:auto;padding:32px 5px;border-right:0;border-bottom:1px solid #393939}.three-beats h3{margin:24px 0 8px}.modules-section{padding:100px 20px}.modules-section header{display:block;margin-bottom:50px}.module-rail a{grid-template-columns:42px 1fr 20px;min-height:135px}.module-rail a:hover{padding:0}.module-rail h3{font-size:34px}.module-rail p{font-size:11px}.trust-chapter{display:block;padding:90px 20px}.trust-chapter>div:nth-child(2){margin-top:35px}.trust-copy{padding-top:15px}.closing{padding:115px 20px}.closing h2{font-size:72px}.closing-orbit{right:-430px}.editorial-hero{padding:155px 20px 90px}.editorial-hero>p:not(.eyebrow){font-size:15px}.product-story{display:block;min-height:auto;padding:80px 20px}.product-story-art{min-height:480px;margin-top:45px;border-radius:18px}.orbit-card{width:380px;height:380px}.product-interface{width:90%;padding:24px}.pi-primary strong{font-size:34px}.product-boundary,.data-promise{display:block;padding:95px 20px}.product-boundary>div,.data-promise>div:last-child{padding-top:0}.security-manifest{grid-template-columns:1fr}.security-manifest article{min-height:auto;padding:65px 24px}.support-rail,.policy-rail{padding:0 20px 90px}.support-rail a{padding:35px 5px}.policy-rail a{grid-template-columns:40px 1fr 20px;min-height:145px}.policy-rail h2{font-size:22px}.policy-rail p{font-size:11px}.review-note{display:block;padding:0 20px 90px}.faq{padding:90px 20px}.faq h2{font-size:45px}.document-hero{padding:150px 20px 55px}.document-shell{display:block;padding:0 12px 100px}.document-shell aside{display:none}.legal-document{padding:30px 22px;border-radius:15px}.legal-document h2{font-size:22px}.legal-document p,.legal-document li{font-size:12px}.footer-shell{grid-template-columns:1fr;padding:85px 20px 55px}.footer-links{grid-template-columns:1fr 1fr}.footer-base{align-items:flex-start;flex-direction:column;gap:8px;padding:22px 20px}.footer-base span:last-child{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}
.hero-foot span{color:#666666}
.reveal{opacity:1;transform:none}
.signal-canvas:before{background-image:url('/brand/pivlyn-pivot-texture.webp')}
.site-header{padding:0;border-bottom:1px solid transparent;background:rgba(246,244,239,0)}
.site-header.scrolled{padding-top:0;border-color:rgba(17,17,17,.11);background:rgba(246,244,239,.9)}
.nav-shell{max-width:var(--max);height:82px;padding:0 28px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.hero{padding-top:82px}.hero-grid{grid-template-columns:minmax(390px,.72fr) minmax(0,1.28fr);gap:clamp(28px,4vw,68px);min-height:calc(100svh - 144px)}.hero-copy{min-width:0;padding:54px 0 32px}.hero h1{max-width:630px;margin:28px 0 26px;font-size:clamp(64px,6.9vw,108px);line-height:.88;letter-spacing:-.068em}.hero-art{min-width:0;min-height:660px;margin-left:0}.hero-image-wrap{inset:4% 0}
@media(max-width:1050px){.nav-shell{height:76px}.hero{padding-top:76px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding-top:84px}.hero h1{font-size:clamp(72px,11vw,108px)}.hero-art{min-height:680px}}
@media(max-width:760px){.site-header,.site-header.scrolled{padding:0;background:rgba(246,244,239,.94);border-color:var(--line)}.nav-shell{height:70px;padding:0 20px;border:0;border-radius:0;background:transparent;box-shadow:none}.mobile-menu{top:70px;right:0;left:0;padding:8px 20px 20px;border:0;border-bottom:1px solid var(--line);border-radius:0}.hero{padding:70px 16px 0}.hero-copy{padding:58px 4px 38px}.hero h1{max-width:100%;margin:22px 0;font-size:clamp(53px,16vw,68px);line-height:.9;letter-spacing:-.065em}.hero-art{min-height:455px}.hero-image-wrap{inset:15px -16px 5px;border-radius:0}}

/* Pivlyn / The connected picture. Shared editorial and interaction system. */
:root{--atelier-muted:#656565;--atelier-accent:#545454;--atelier-paper:#f6f4ef;--atelier-rule:#dadada;--atelier-max:1320px}
body{background:var(--atelier-paper)}
.site-header,.site-header.scrolled{position:fixed;top:14px;left:24px;right:24px;width:auto;padding:0;border:1px solid #dedede;border-radius:14px;background:rgba(246,244,239,.95);box-shadow:0 6px 24px #1f1f1f09;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.nav-shell{height:68px;max-width:var(--atelier-max);padding:0 24px}.brand img{width:96px}.desktop-nav{gap:32px;margin-left:64px}.desktop-nav a,.nav-signin{font-size:12px}.desktop-nav a{position:relative;padding:20px 0}.desktop-nav a:after{position:absolute;right:0;bottom:12px;left:0;height:1px;background:#5e5e5e;content:'';transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{transform:scaleX(1)}.nav-beta{border:0;border-radius:6px;background:#2f2f2f;color:white;padding:11px 19px}.nav-beta:hover{background:#4c4c4c}.nav-signin{padding:12px 0}.nav-actions{gap:24px}
:focus-visible{outline:2px solid #7d7d7d;outline-offset:5px}.skip-link:focus{z-index:10000;top:90px}.atelier-home h1,.atelier-home h2,.atelier-home h3{font-weight:500}.atelier-label{font-size:10px!important;font-weight:650;line-height:1.5!important;letter-spacing:.13em;text-transform:uppercase;color:#505050!important}.atelier-label i{display:inline-block;width:6px;height:6px;margin-right:9px;border-radius:50%;background:#767676}.atelier-home h2 span,.atelier-hero h1 span{color:#6d7f69}.atelier-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:50px;padding:0 23px;border:1px solid #2f2f2f;border-radius:6px;background:#2f2f2f;color:#fff;font-size:12px;font-weight:650;transition:background .25s,box-shadow .25s,transform .25s}.atelier-button:hover{background:#4e4e4e;box-shadow:0 6px 15px #30303020;transform:translateY(-2px)}.atelier-button svg,.atelier-text-link svg{width:17px;transition:transform .25s}.atelier-button:hover svg,.atelier-text-link:hover svg{transform:translateX(3px)}.atelier-text-link{display:inline-flex;align-items:center;gap:24px;font-size:12px;font-weight:650;min-height:44px;border-bottom:1px solid #afafaf}.atelier-hero{max-width:var(--atelier-max);padding:143px 28px 0;margin:auto}.atelier-intro{display:grid;grid-template-columns:1fr 300px;align-items:end;gap:40px;margin-bottom:48px}.atelier-intro .atelier-label{margin:0 0 24px}.atelier-hero h1{font-size:clamp(64px,6.8vw,100px);line-height:1.02;letter-spacing:-.068em;margin:0;font-weight:500}.atelier-intro-aside{padding-bottom:5px}.atelier-intro-aside p{font-size:15px;line-height:1.65;margin:0 0 22px;color:#5c5c5c}.availability{display:block;font-size:10px;color:#676767;margin-top:14px}.pivot-stage{position:relative;isolation:isolate;padding:18px 20px 10px;background:#e0e0e0;border:1px solid #d3d3d3;border-radius:14px}.stage-caption{display:flex;justify-content:space-between;align-items:center;padding:0 3px 15px;color:#555555;font-size:9px;letter-spacing:.11em;font-weight:650}.stage-caption>span:first-child{display:flex;align-items:center;gap:8px}.stage-caption i{width:6px;height:6px;border-radius:50%;background:#6e6e6e}.stage-caption>span:last-child{font-weight:500;letter-spacing:0;font-size:11px}.stage-caption b{display:inline-block;font-size:20px;margin-left:6px}.pivot-window{display:grid;grid-template-columns:205px minmax(0,1fr) 225px;min-height:389px;overflow:hidden;border-radius:9px;border:1px solid #c3c3c3;background:#fff;box-shadow:0 15px 35px #40404012}.pivot-sidebar{display:flex;flex-direction:column;padding:26px 16px;background:#f4f4f4;border-right:1px solid #e3e3e3}.pivot-sidebar>img{width:33px;height:39px;object-fit:contain;margin-bottom:24px}.sidebar-label{font-size:8px;letter-spacing:.11em;color:#6f6f6f;padding-left:10px}.pivot-choices{display:flex;flex-direction:column;gap:4px;margin-top:12px}.pivot-choices button{display:flex;align-items:center;gap:8px;width:100%;padding:13px 9px;border:1px solid transparent;border-radius:5px;background:none;text-align:left;color:#636363;font:550 10px Manrope,sans-serif;cursor:pointer;transition:background .25s,border-color .25s}.pivot-choices button>span{font-size:8px;color:#6c6c6c}.pivot-choices button svg{width:13px;margin-left:auto}.pivot-choices button:hover{background:#e9e9e9}.pivot-choices button[aria-pressed=true]{background:#e5e5e5;border-color:#d2d2d2;color:#2f2f2f}.sidebar-foot{margin-top:auto;display:flex;align-items:center;gap:10px;color:#565656;font-size:10px;padding:20px 10px 0}.sidebar-foot p{margin:0}.tiny-cross{display:grid;place-items:center;font-size:22px;width:30px;height:30px;border:1px solid #c4c4c4;border-radius:50%}.pivot-main{padding:22px 26px 20px;min-width:0}.pivot-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:19px;border-bottom:1px solid #e9e9e9;font-size:9px;color:#6e6e6e}.pivot-top b{font-weight:600;color:#3a3a3a}.sample-tag{border:1px solid #e2e2e2;border-radius:3px;padding:3px 6px;white-space:nowrap;font-size:8px;color:#686868}.pivot-chart-heading{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-top:22px}.micro-label{font-size:9px;color:#6f6f6f}.pivot-chart-heading h2{font-size:18px;line-height:1.25;letter-spacing:-.04em;margin:6px 0 0}.pivot-target{font-size:21px;line-height:1.15;letter-spacing:-.04em;white-space:nowrap}.pivot-target small{display:block;text-align:right;font-size:9px;letter-spacing:0;color:#6d6d6d;margin-top:5px}.pivot-chart{margin-top:18px}.chart-legend{display:flex;gap:15px;justify-content:flex-end;font-size:8px;color:#626262}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i{width:12px;height:2px;background:#646464}.chart-legend i.dashed{height:0;border-top:1px dashed #8f8f8f;background:none}.pivot-chart svg{display:block;width:100%;height:142px;overflow:visible}.pivot-grid path{stroke:#ebebeb;stroke-width:1;fill:none}.pivot-path{stroke:#646464;stroke-width:2.5;fill:none;vector-effect:non-scaling-stroke}.pivot-comparison{stroke:#858585;stroke-width:1.5;stroke-dasharray:4 5;fill:none;vector-effect:non-scaling-stroke}.pivot-area{fill:url(#pivot-fill);stroke:none}.chart-tick{font-size:10px;fill:#6c6c6c}.pivot-controls{margin-top:14px}.pivot-controls label{display:flex;align-items:center;justify-content:space-between;font-size:11px}.pivot-controls output{font-size:18px;letter-spacing:-.04em;font-weight:650}.pivot-controls input{--range-progress:33.333%;appearance:none;-webkit-appearance:none;display:block;width:100%;height:6px;background:linear-gradient(to right,#828282 var(--range-progress),#eaeaea var(--range-progress));border-radius:20px;margin:17px 0 12px;cursor:pointer}.pivot-controls input::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border:3px solid #fff;box-shadow:0 0 0 1px #797979,0 3px 6px #4f4f4f20;border-radius:50%;background:#6d6d6d}.pivot-controls input::-moz-range-thumb{width:13px;height:13px;border:3px solid #fff;box-shadow:0 0 0 1px #797979;border-radius:50%;background:#6d6d6d}.range-captions{display:flex;justify-content:space-between;gap:8px;color:#6d6d6d;font-size:8px}.pivot-outcome{background:#2c2c2c;color:#f5f5ee;padding:27px 22px;display:flex;flex-direction:column}.outcome-label{font-size:8px;letter-spacing:.11em;color:#c4c4c4}.outcome-primary{margin-top:30px}.outcome-primary>span{font-size:10px;color:#cbcbcb}.outcome-primary strong{display:block;font-size:48px;line-height:1;letter-spacing:-.05em;font-weight:500;margin-top:12px}.outcome-primary strong small{font-size:13px;letter-spacing:0;font-weight:450;color:#d5d5d5}.outcome-primary p{font-size:10px;color:#cacaca;margin:11px 0 22px;line-height:1.6}.outcome-row{padding:15px 0;border-top:1px solid #4d4d4d}.outcome-row>span{display:block;font-size:9px;color:#cecece}.outcome-row b{display:block;font-size:20px;letter-spacing:-.04em;font-weight:500;margin:5px 0}.outcome-row small{font-size:8px;color:#c8c8c8;display:block}.pivot-outcome>a{margin-top:auto;display:flex;align-items:center;gap:10px;font-size:9px;color:#eaeaea;padding-top:10px}.pivot-outcome>a svg{width:14px}.studio-assumptions{color:#505050;font-size:9px}.studio-assumptions summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:11px 3px 0;list-style:none}.studio-assumptions summary::-webkit-details-marker{display:none}.studio-assumptions summary span{font-size:17px}.studio-assumptions[open] summary span{transform:rotate(45deg)}.studio-assumptions p{max-width:880px;margin:12px 3px;line-height:1.65}.atelier-hero-bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 3px;border-bottom:1px solid var(--atelier-rule);font-size:10px;color:#6d6d6d;line-height:1.7}.atelier-hero-bottom b{font-weight:500;color:#3b3b3b}.atelier-hero-bottom>a{display:flex;gap:40px;align-items:center;color:#3b3b3b}.atelier-hero-bottom>a span{font-size:22px}.atelier-hero-bottom>span:last-child{text-align:right}
.atelier-bridge{max-width:var(--atelier-max);padding:96px 28px 88px;margin:auto;display:grid;grid-template-columns:1fr 330px;gap:20px 80px;align-items:end}.atelier-bridge .atelier-label{grid-column:1/-1;margin:0}.atelier-bridge h2{margin:0;font-size:clamp(34px,3.6vw,52px);line-height:1.14;letter-spacing:-.055em}.atelier-bridge>p:last-child{margin:0;color:#656565;font-size:13px;line-height:1.8}.atelier-experience{max-width:var(--atelier-max);margin:auto;padding:0 28px 30px}.atelier-experience>header{display:grid;grid-template-columns:1fr 330px;align-items:end;gap:12px 80px;border-top:1px solid var(--atelier-rule);padding-top:45px;margin-bottom:37px}.atelier-experience>header .atelier-label{grid-column:1/-1;margin:0}.atelier-experience>header h2{font-size:clamp(40px,4.4vw,64px);line-height:1.05;letter-spacing:-.055em;margin:0}.atelier-experience>header>p:last-child{color:#6d6d6d;font-size:12px;line-height:1.8;margin:0 0 4px}.atelier-experience .experience-nav{position:sticky;top:94px;z-index:20;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #d2d2d2;border-radius:8px;background:#f6f4eff5;backdrop-filter:blur(15px);margin:0 0 26px;padding:0;overflow:hidden}.atelier-experience .experience-nav a{display:flex;align-items:center;gap:14px;min-height:64px;padding:15px 21px;border:0;border-right:1px solid #dbdbdb;background:transparent;color:#525252;transition:background .25s,color .25s;box-shadow:none;border-radius:0}.atelier-experience .experience-nav a:last-child{border-right:0}.atelier-experience .experience-nav a.is-active{background:#313131;color:#f3f3f3;box-shadow:none}.atelier-experience .experience-nav a:before{display:none}.atelier-experience .experience-nav a:hover{background:#e1e1e1;color:#2e2e2e}.atelier-experience .experience-nav a>span{font-size:12px;font-weight:600}.atelier-experience .experience-nav a>small{margin:0 0 0 auto;font-size:9px;color:inherit}.domain-nav-icon svg{width:17px;height:17px}.atelier-experience .domain-chapter,.atelier-experience .domain-chapter:nth-child(even){display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:50px;min-height:580px;padding:44px 42px;margin-bottom:20px;border:1px solid #e1e1e1;border-radius:10px;scroll-margin-top:178px;background:#edece5}.atelier-experience .domain-chapter:nth-child(2){background:#e5e5e5}.atelier-experience .domain-chapter:nth-child(3){background:#ece9e1}.atelier-experience .domain-chapter:nth-child(4){background:#e7e7e7}.atelier-experience .domain-chapter:nth-child(even)>.experience-copy{order:0}.atelier-experience .experience-copy{padding:0;max-width:410px}.chapter-count{display:block;font-size:11px;color:#636363;font-variant-numeric:tabular-nums;margin-bottom:44px}.chapter-count i{font-style:normal;margin:0 7px;color:#909090}.atelier-experience .experience-copy .atelier-label{font-size:9px!important}.atelier-experience .experience-copy h3{font-size:clamp(33px,3.15vw,45px);line-height:1.1;letter-spacing:-.055em;margin:14px 0 22px}.atelier-experience .experience-copy>p:not(.atelier-label){font-size:12px;line-height:1.85;color:#5a5a5a;max-width:350px}.atelier-tags{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0}.atelier-tags span{font-size:8px;padding:6px 9px;border:1px solid #c1c1c1;border-radius:4px;color:#5a5a5a}.atelier-experience .atelier-text-link{font-size:10px}.chapter-product{min-width:0;position:relative}.interaction-hint{font-size:9px;display:flex;gap:8px;align-items:center;margin:0 0 12px;color:#595959}.interaction-hint>span{font-size:18px}.atelier-experience .domain-preview{transform:none!important;min-height:420px;border:1px solid #494949;border-radius:10px;padding:28px;background:#1a1a1a;color:#f6f4ef;box-shadow:0 15px 35px #1f1f1f1c}.atelier-experience .preview-grid{opacity:.2}.atelier-experience .demo-heading strong,.atelier-experience .money-top strong{font-size:44px}.atelier-experience .overview-plot{height:172px}.atelier-experience .preview-top{padding-bottom:18px}.atelier-experience .demo-heading{padding-top:24px}.atelier-experience .overview-summary{margin-top:15px}.atelier-experience .demo-fictional{font-size:8px;color:#c0c0c0}.atelier-experience .plan-comparison{gap:15px}.atelier-experience .plan-gauge{width:140px;height:140px}.atelier-experience .plan-gauge strong{font-size:34px}.atelier-experience .plan-gauge>div{inset:13px}.atelier-experience .tax-heading strong{font-size:29px}.atelier-boundary{display:flex;justify-content:space-between;gap:30px;font-size:9px;line-height:1.65;color:#6a6a6a;margin:24px 3px}.atelier-boundary a{display:flex;gap:12px;align-items:center;white-space:nowrap;text-decoration:underline}.atelier-boundary svg{width:13px}.atelier-method{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px;max-width:var(--atelier-max);margin:auto;padding:105px 55px 115px}.method-art{position:relative;aspect-ratio:1;max-width:510px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(ellipse at center,#e0e0e0 0,#efefef 54%,transparent 70%)}.method-orbits{position:relative;width:70%;aspect-ratio:1;display:grid;place-items:center}.method-orbits>i{position:absolute;inset:0;border:1px solid #bdbdbd;border-radius:50%;transform:rotate(-28deg)}.method-orbits>i:nth-child(2){inset:19% -16%;transform:rotate(38deg)}.method-orbits>i:nth-child(3){inset:-12% 22%;transform:rotate(30deg)}.method-orbits img{width:70px;filter:drop-shadow(0 12px 15px #2e2e2e1c)}.orbit-label{position:absolute;padding:10px 14px;background:#fcfcf6;border:1px solid #d2d2d2;border-radius:5px;font-size:10px;box-shadow:0 7px 20px #30303008}.orbit-one{top:19%;left:6%}.orbit-two{top:32%;right:3%}.orbit-three{bottom:20%;left:1%}.orbit-four{bottom:13%;right:8%}.method-editorial h2{font-size:64px;line-height:1.04;letter-spacing:-.06em;margin:22px 0}.method-editorial>p:not(.atelier-label){font-size:13px;color:#656565;line-height:1.85;max-width:410px}.method-accordion{margin:28px 0 16px}.method-accordion details{border-top:1px solid #d5d5d5}.method-accordion summary{display:flex;align-items:center;gap:12px;min-height:55px;cursor:pointer;font-size:12px;font-weight:600;list-style:none}.method-accordion summary>span{font-size:9px;color:#7b7b7b}.method-accordion summary>i{margin-left:auto;font-size:18px;font-style:normal;font-weight:400}.method-accordion details[open] summary>i{transform:rotate(45deg)}.method-accordion details>p{font-size:12px;line-height:1.75;margin:0 0 22px;padding-left:28px;color:#646464}.method-accordion summary::-webkit-details-marker,.atelier-faq summary::-webkit-details-marker{display:none}.atelier-cinema{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:20px;background:#141414;padding:80px max(28px,calc((100vw - 1264px)/2));color:#f5f5ed;overflow:hidden}.atelier-cinema .atelier-label{color:#c1c1c1!important}.atelier-cinema h2{font-size:clamp(40px,4.8vw,68px);line-height:1.08;letter-spacing:-.05em;margin:28px 0}.atelier-cinema h2 span{color:#bebebe}.atelier-cinema p:not(.atelier-label){font-size:13px;color:#bfbfbf;line-height:1.85}.atelier-cinema .atelier-text-link{margin-top:13px;border-color:#606060}.atelier-cinema figure{margin:0;min-width:0;position:relative}.atelier-cinema img{display:block;width:100%;border-radius:10px;mix-blend-mode:lighten}.atelier-cinema figcaption{font-size:8px;color:#b8b8b8;text-align:right;margin:12px}.atelier-trust{max-width:var(--atelier-max);margin:auto;padding:100px 28px;display:grid;grid-template-columns:1.1fr 1fr;gap:100px}.atelier-trust h2{font-size:clamp(35px,3.5vw,50px);line-height:1.1;letter-spacing:-.055em;margin:24px 0 32px}.atelier-trust-items article{border-bottom:1px solid #d8d8d8;padding:0 0 25px;margin-bottom:25px}.atelier-trust-items article:last-child{margin-bottom:0}.atelier-trust-items article>span{font-size:8px;letter-spacing:.1em;color:#676767}.atelier-trust-items h3{font-size:19px;letter-spacing:-.035em;margin:12px 0}.atelier-trust-items p{font-size:12px;line-height:1.8;color:#626262;margin:0}.atelier-resources{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:20px;padding:56px max(28px,calc((100vw - 1264px)/2));background:#ebebeb}.atelier-resources>div{padding-right:24px}.atelier-resources h2{font-size:36px;line-height:1.15;letter-spacing:-.05em;margin:25px 0}.atelier-resources>a{position:relative;display:flex;flex-direction:column;min-height:290px;padding:30px;background:#f7f7f7;border:1px solid #d7d7d7;border-radius:8px;transition:transform .3s,background .3s}.atelier-resources>a:hover{transform:translateY(-5px);background:#fff}.atelier-resources>a>span{font-size:8px;letter-spacing:.12em;color:#6e6e6e}.atelier-resources h3{font-size:29px;line-height:1.15;letter-spacing:-.04em;margin:30px 0 15px}.atelier-resources>a>p{font-size:11px;line-height:1.8;color:#6b6b6b;max-width:230px;margin:0}.atelier-resources>a>svg{width:20px;margin-top:22px;align-self:flex-end}.atelier-faq{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;max-width:var(--atelier-max);padding:88px 28px;margin:auto}.atelier-faq h2{font-size:37px;letter-spacing:-.045em}.atelier-faq details{border-bottom:1px solid #d6d6d6}.atelier-faq summary{display:flex;justify-content:space-between;align-items:center;gap:25px;min-height:65px;cursor:pointer;list-style:none;font-size:13px}.atelier-faq summary>span{font-size:21px;color:#6f6f6f}.atelier-faq details[open] summary>span{transform:rotate(45deg)}.atelier-faq details p{font-size:12px;line-height:1.8;max-width:550px;color:#616161;margin:0 0 25px}.atelier-faq details a{text-decoration:underline}.atelier-closing{position:relative;overflow:hidden;max-width:calc(var(--atelier-max) - 56px);margin:0 auto 70px;padding:60px;border:1px solid #d1d1d1;border-radius:10px;background:#e2e2e2}.atelier-closing h2{position:relative;z-index:1;font-size:clamp(42px,4.8vw,70px);line-height:1.06;letter-spacing:-.06em;margin:25px 0 32px}.atelier-closing h2 span{color:#656565}.atelier-closing>div{position:relative;z-index:1;display:flex;align-items:center;flex-wrap:wrap;gap:20px}.atelier-closing>div>p{flex-basis:100%;font-size:12px;color:#5f5f5f;line-height:1.8;margin:0}.atelier-closing>img{position:absolute;right:7%;top:25%;width:210px;height:260px;opacity:.09;pointer-events:none}.site-footer{background:#1a1a1a}.footer-orbit{display:none}.footer-shell{max-width:var(--atelier-max);padding:65px 28px 55px}.footer-statement p{font-size:32px;line-height:1.2;max-width:450px}.footer-links h2{color:#b9b9b9}.footer-links a,.footer-links p{font-size:11px;color:#cccccc}.footer-base{max-width:var(--atelier-max);font-size:10px}.footer-disclosure{max-width:calc(var(--atelier-max) - 56px);font-size:11px}
/* The same proportion, texture, and navigation continue beyond the homepage. */
.editorial-hero{max-width:var(--atelier-max);padding:160px 28px 75px}.editorial-hero h1{font-size:clamp(55px,6.5vw,92px);line-height:1.04;font-weight:500;letter-spacing:-.062em}.editorial-hero>p:not(.eyebrow){font-size:16px;line-height:1.7;max-width:660px}.product-page .atelier-experience>header{padding-top:25px}.product-page .atelier-experience{margin-top:10px}.product-boundary{padding:70px 28px;max-width:var(--atelier-max);grid-template-columns:140px 1fr .8fr;gap:40px}.product-boundary h2{font-size:35px;line-height:1.15}.product-boundary>div p{font-size:13px}.luxe-method.standalone{padding:50px 28px 90px;max-width:var(--atelier-max);gap:65px}.luxe-method.standalone h2{font-size:50px;line-height:1.1}.method-outcomes{padding-top:50px;padding-bottom:70px}.why-principles{padding-top:20px;padding-bottom:70px}.why-principles h2{font-size:36px;line-height:1.12}.why-cinema{padding-top:70px;padding-bottom:70px}.clarity-check{padding-top:30px;padding-bottom:70px;gap:55px}.clarity-tool{border-radius:10px}.guide-index{padding-top:70px;padding-bottom:70px}.guide-index nav a{border-radius:6px}.guide{padding-top:60px;padding-bottom:60px}.resource-boundary{padding-top:70px;padding-bottom:80px}.security-manifest article{min-height:300px;padding-top:42px;padding-bottom:42px}.security-manifest h2{margin-top:28px;font-size:37px}.data-promise{padding-top:75px;padding-bottom:75px}.support-rail{padding-bottom:50px}.support-rail a{min-height:260px}.support-rail h2{margin-top:50px}.faq{padding-top:50px;padding-bottom:75px}.document-hero{padding-top:155px}.legal-document{border-radius:8px}.policy-rail{padding-bottom:65px}.policy-rail a{min-height:135px}.review-note{padding-bottom:70px}
@keyframes settle-in{from{transform:translateY(16px)}to{transform:translateY(0)}}
@keyframes quiet-orbit{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media(prefers-reduced-motion:no-preference){.atelier-intro,.pivot-stage{animation:settle-in .8s cubic-bezier(.2,.75,.2,1) both}.pivot-stage{animation-delay:.08s}.chapter-product.has-entered{animation:settle-in .7s cubic-bezier(.2,.75,.2,1)}.method-art.has-entered .orbit-label{animation:quiet-orbit 7s ease-in-out 2}.method-art.has-entered .orbit-two{animation-delay:1s}.method-art.has-entered .orbit-three{animation-delay:2s}}
@media(min-width:761px) and (max-width:1120px){.atelier-intro{grid-template-columns:1fr 260px;gap:20px}.atelier-hero h1{font-size:7vw}.pivot-window{grid-template-columns:170px minmax(0,1fr) 185px}.pivot-sidebar{padding:24px 10px}.pivot-choices button{font-size:9px}.pivot-choices button svg{display:none}.pivot-main{padding:20px 18px}.pivot-chart-heading h2{font-size:16px}.pivot-chart-heading{gap:8px}.pivot-target{font-size:18px}.pivot-outcome{padding:26px 15px}.atelier-experience .domain-chapter,.atelier-experience .domain-chapter:nth-child(even){gap:25px;padding:30px 25px;grid-template-columns:.8fr 1.2fr}.atelier-experience .domain-preview{padding:24px 20px}.atelier-experience .experience-copy h3{font-size:33px}.atelier-method{gap:40px;padding:75px 35px}.method-editorial h2{font-size:50px}.atelier-trust{gap:55px}.atelier-resources{gap:14px}.atelier-resources>a{padding:25px}.atelier-resources h2{font-size:30px}.desktop-nav{gap:20px;margin-left:35px}.nav-actions{gap:18px}.atelier-closing{margin-right:28px;margin-left:28px}}
@media(max-width:760px){.site-header,.site-header.scrolled{top:10px;left:12px;right:12px;border-radius:10px}.nav-shell{height:56px;padding:0 16px}.brand img{width:87px}.menu-button{min-width:40px;min-height:40px;justify-content:center;align-items:center;border-radius:5px}.mobile-menu{top:65px;right:-1px;left:-1px;padding:8px 16px 16px;border:1px solid #dbdbdb;border-radius:10px;background:#f7f7f0;max-height:calc(100svh - 95px);overflow:auto}.mobile-menu a{font-size:14px;min-height:49px}.atelier-hero{padding:109px 18px 0}.atelier-intro{display:block;margin-bottom:28px}.atelier-intro .atelier-label{font-size:8px!important;margin-bottom:18px;letter-spacing:.11em}.atelier-hero h1{font-size:clamp(44px,11.55vw,75px);line-height:1.06;letter-spacing:-.062em}.atelier-intro-aside{display:flex;align-items:center;flex-wrap:wrap;gap:13px 17px;padding:20px 0 0}.atelier-intro-aside p{flex-basis:100%;max-width:380px;margin:0 0 5px;font-size:13px;line-height:1.7}.atelier-intro-aside .atelier-button{min-height:46px;padding:0 18px;font-size:11px;gap:17px}.availability{font-size:8px;margin:0}.pivot-stage{padding:13px 10px 7px;border-radius:10px}.stage-caption{font-size:7px;letter-spacing:.1em;padding-bottom:12px}.stage-caption>span:last-child{font-size:8px}.stage-caption b{font-size:15px;margin-left:2px}.pivot-window{display:flex;flex-direction:column;min-height:0;border-radius:6px}.pivot-sidebar{display:block;padding:0;background:#f3f3f3;border:0;border-bottom:1px solid #e0e0e0}.pivot-sidebar>img,.sidebar-label,.sidebar-foot{display:none}.pivot-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0}.pivot-choices button{display:block;padding:13px 8px;font-size:9px;line-height:1.5;border-radius:0;border:0!important;border-right:1px solid #dbdbdb!important;min-height:65px;text-align:left}.pivot-choices button:last-child{border-right:0!important}.pivot-choices button>span{display:block;font-size:7px;margin-bottom:3px}.pivot-choices button>svg{display:none}.pivot-choices button[aria-pressed=true]{box-shadow:inset 0 -2px #737373}.pivot-main{padding:17px 16px 20px}.pivot-top{font-size:8px;padding-bottom:13px}.sample-tag{font-size:7px}.pivot-chart-heading{margin-top:18px;gap:8px}.pivot-chart-heading h2{font-size:16px;max-width:200px}.micro-label{font-size:8px}.pivot-target{font-size:18px}.pivot-chart{margin-top:17px}.pivot-chart svg{height:120px}.chart-legend{font-size:7px}.pivot-controls{margin-top:7px}.pivot-controls label{font-size:10px}.range-captions{font-size:7px}.range-captions>span:nth-child(2){font-size:7px}.pivot-controls input{height:6px;margin:20px 0 16px}.pivot-controls input::-webkit-slider-thumb{width:23px;height:23px}.pivot-outcome{display:grid;grid-template-columns:1fr 1fr;gap:0 15px;padding:20px 16px}.outcome-label{grid-column:1/-1;font-size:7px}.outcome-primary{grid-row:2/4;margin-top:19px}.outcome-primary strong{font-size:42px}.outcome-primary strong small{font-size:10px;display:block;margin-top:8px}.outcome-primary p{font-size:9px;max-width:115px;margin-bottom:0}.outcome-row{padding:11px 0}.outcome-row:nth-child(3){border-top:0;padding-top:18px}.outcome-row b{font-size:17px}.outcome-row small{font-size:7px}.outcome-row>span{font-size:8px}.pivot-outcome>a{grid-column:1/-1;border-top:1px solid #4e4e4e;margin-top:10px;padding-top:13px;font-size:9px}.studio-assumptions{font-size:8px}.studio-assumptions summary{padding-top:8px}.studio-assumptions p{font-size:10px;line-height:1.75}.atelier-hero-bottom{padding:20px 1px;font-size:8px}.atelier-hero-bottom>span:last-child{display:none}.atelier-hero-bottom>a{font-size:8px;gap:12px;max-width:150px}.atelier-hero-bottom>a span{font-size:17px}.atelier-bridge{display:block;padding:60px 20px 55px}.atelier-bridge .atelier-label{font-size:8px!important}.atelier-bridge h2{font-size:32px;line-height:1.2;margin:18px 0 20px}.atelier-bridge>p:last-child{font-size:12px;line-height:1.8}.atelier-experience{padding:0 12px 20px}.atelier-experience>header{display:block;padding:34px 7px 0;margin-bottom:25px}.atelier-experience>header .atelier-label{font-size:8px!important}.atelier-experience>header h2{font-size:43px;margin:18px 0}.atelier-experience>header>p:last-child{font-size:11px}.atelier-experience .experience-nav{top:77px;border-radius:6px;margin-bottom:14px}.atelier-experience .experience-nav a{min-height:54px;padding:10px 7px;justify-content:center;gap:6px}.atelier-experience .experience-nav a>span{font-size:9px}.atelier-experience .experience-nav a small{display:none}.domain-nav-icon svg{width:12px;height:12px}.atelier-experience .domain-chapter,.atelier-experience .domain-chapter:nth-child(even){display:block;min-height:0;margin-bottom:14px;padding:25px 14px;border-radius:8px;scroll-margin-top:146px}.atelier-experience .experience-copy{padding:0 6px;max-width:none}.chapter-count{margin-bottom:24px;font-size:9px}.atelier-experience .experience-copy .atelier-label{font-size:8px!important}.atelier-experience .experience-copy h3{font-size:36px;line-height:1.1;margin:13px 0 18px}.atelier-experience .experience-copy>p:not(.atelier-label){font-size:12px;line-height:1.85;max-width:440px}.atelier-tags{margin:20px 0 10px;gap:6px}.atelier-tags span{font-size:8px;padding:6px 8px}.atelier-experience .atelier-text-link{font-size:10px;margin-bottom:18px}.interaction-hint{font-size:8px;margin:8px 5px 10px}.atelier-experience .domain-preview{min-height:385px;padding:22px 16px;border-radius:7px;box-shadow:0 9px 20px #23232312}.atelier-experience .demo-heading strong,.atelier-experience .money-top strong{font-size:36px}.atelier-experience .overview-plot{height:155px}.atelier-experience .demo-fictional{font-size:7px}.atelier-experience .plan-comparison{gap:9px}.atelier-experience .plan-gauge{width:115px;height:115px}.atelier-experience .plan-gauge strong{font-size:29px}.atelier-experience .plan-details h4{font-size:15px}.atelier-experience .scenario-switch button{padding:8px 9px;font-size:9px;min-height:37px}.atelier-experience .tax-heading strong{font-size:25px}.atelier-experience .tax-heading>span{font-size:8px}.atelier-boundary{display:block;font-size:9px;padding:0 9px;line-height:1.8;margin:20px 0 0}.atelier-boundary a{margin-top:8px}.atelier-method{display:flex;flex-direction:column-reverse;gap:35px;padding:50px 20px 55px}.method-editorial h2{font-size:47px;margin:20px 0}.method-editorial>p:not(.atelier-label){font-size:12px}.method-art{width:100%;max-width:360px}.method-orbits img{width:57px}.orbit-label{font-size:9px}.atelier-cinema{display:block;padding:55px 20px 35px}.atelier-cinema h2{font-size:47px}.atelier-cinema p:not(.atelier-label){font-size:12px}.atelier-cinema figure{margin:40px -20px 0}.atelier-cinema img{border-radius:0}.atelier-cinema figcaption{margin:10px 20px}.atelier-trust{display:block;padding:60px 20px 45px}.atelier-trust h2{font-size:35px;line-height:1.15;margin:20px 0 25px}.atelier-trust-items{margin-top:40px}.atelier-trust-items h3{font-size:21px}.atelier-resources{display:grid;grid-template-columns:1fr;gap:15px;padding:45px 20px}.atelier-resources>div{padding-right:0;margin-bottom:18px}.atelier-resources h2{font-size:35px}.atelier-resources>a{min-height:230px;padding:25px}.atelier-resources h3{font-size:31px;margin:24px 0 15px}.atelier-resources>a>p{max-width:300px}.atelier-resources>a>svg{margin-top:8px}.atelier-faq{display:block;padding:55px 20px}.atelier-faq h2{font-size:34px;margin-bottom:25px}.atelier-faq summary{font-size:12px}.atelier-faq details p{font-size:12px}.atelier-closing{margin:0 12px 45px;padding:35px 23px}.atelier-closing .atelier-label{font-size:8px!important}.atelier-closing h2{font-size:39px;line-height:1.13;margin:25px 0}.atelier-closing>img{width:140px;right:-10px;top:10px}.atelier-closing>div{gap:16px}.atelier-closing>div>p{font-size:11px}.atelier-closing .atelier-button{font-size:11px;padding:0 15px;gap:15px}.atelier-closing .atelier-text-link{font-size:10px;gap:10px}.footer-shell{padding:50px 20px 35px;gap:45px}.footer-statement p{font-size:29px}.footer-links{gap:30px}.footer-base{font-size:9px}.footer-disclosure{max-width:calc(100% - 40px)}.editorial-hero{padding:122px 20px 50px}.editorial-hero h1{font-size:clamp(40px,11vw,70px);line-height:1.08;letter-spacing:-.06em}.editorial-hero>p:not(.eyebrow){font-size:14px;line-height:1.8}.product-boundary{display:block;padding:50px 20px}.product-boundary h2{font-size:32px;line-height:1.2}.luxe-method.standalone{display:block;padding:20px 20px 50px}.luxe-method.standalone h2{font-size:38px;line-height:1.15}.luxe-method.standalone .method-list{margin-top:35px}.method-outcomes{padding:45px 20px}.why-principles{padding:10px 20px 50px}.why-principles h2{font-size:29px}.why-cinema{padding:50px 20px}.clarity-check{padding:10px 20px 50px}.guide-index{padding:45px 20px}.guide{padding-top:45px;padding-bottom:45px}.resource-boundary{padding:50px 20px}.security-manifest article{min-height:0;padding:35px 24px}.security-manifest h2{font-size:31px}.data-promise{padding:50px 20px}.document-hero{padding-top:125px}.document-hero h1{font-size:47px;line-height:1.1}.support-rail{padding-bottom:20px}.support-rail a{min-height:225px}.faq{padding:45px 20px}.policy-rail{padding-bottom:40px}.review-note{padding-bottom:50px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.atelier-home *, .atelier-home *:before,.atelier-home *:after{animation:none!important;transition:none!important}}

/* Keep every section legible before and during motion. */
html.motion-ready .reveal-display,html.motion-ready .reveal-surface,html.motion-ready .reveal-detail{clip-path:none;opacity:1;transform:none}
.atelier-experience .domain-chapters{border:0;border-radius:0;background:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.atelier-experience .domain-preview{background:#fbfbfb;color:#1d1d1d;border-color:#cccccc;box-shadow:0 14px 28px #3d3d3d10;margin-top:0;padding-bottom:45px}
.atelier-experience .demo-fictional{color:#656565}
.atelier-experience .plan-comparison{grid-template-columns:145px 1fr}
.atelier-experience .plan-gauge>div{inset:auto}
.atelier-experience .plan-gauge:after{background:#fbfbfb}
.atelier-experience .demo-heading>span{color:#4e4e4e}
.pivot-choices button>span,.method-accordion summary>span{color:#565656}
.chart-tick text,.chart-scale text{stroke:none;fill:#6a6a6a}
.chart-scale{font-size:9px}
.atelier-experience .overview-period small,.atelier-experience .overview-summary span,.atelier-experience .tax-rate-strip span{color:#5d5d5d}
.atelier-experience .overview-period{font-size:8px}
@media(max-width:760px){.atelier-experience .plan-comparison{grid-template-columns:115px 1fr}.atelier-experience .demo-fictional{font-size:6px}}

.atelier-experience .experience-nav a:after{display:none}
.atelier-experience .experience-nav a:hover,.atelier-experience .experience-nav a:focus-visible{transform:none}
.atelier-experience .experience-copy>p:not(.atelier-label){font-size:14px}
.method-page-hero,.why-page-hero,.resources-hero{min-height:0}
@media(min-width:761px) and (max-width:1000px){
.pivot-window{grid-template-columns:1fr 205px}.pivot-sidebar{grid-column:1/-1;display:block;padding:0;border-right:0;border-bottom:1px solid #e0e0e0}.pivot-sidebar>img,.sidebar-label,.sidebar-foot{display:none}.pivot-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0}.pivot-choices button{min-height:55px;border-radius:0;padding:15px}.pivot-main{padding:22px}.pivot-chart svg{height:170px}.pivot-chart-heading h2{font-size:19px}.pivot-chart-heading{margin-top:20px}.pivot-outcome{padding:26px 20px}.atelier-experience .domain-chapter,.atelier-experience .domain-chapter:nth-child(even){grid-template-columns:1fr;gap:25px;padding:35px}.atelier-experience .experience-copy{max-width:100%}.atelier-experience .experience-copy h3{font-size:40px}.atelier-experience .experience-copy>p:not(.atelier-label){max-width:500px}.chapter-count{margin-bottom:20px}.atelier-experience .domain-preview{min-height:440px}.atelier-experience .plan-comparison{grid-template-columns:170px 1fr}.atelier-experience .plan-gauge{width:160px;height:160px}}
@media(max-width:760px){.atelier-experience .experience-copy>p:not(.atelier-label){font-size:12px}}
/* Small UI labels remain readable at phone and tablet sizes. */
.atelier-experience .demo-fictional{font-size:9px;letter-spacing:.035em;right:18px;left:18px;text-align:right;line-height:1.5}
.atelier-experience .plan-details>div{font-size:10px}.atelier-experience .plan-details small{font-size:9px}.atelier-experience .plan-gauge span{font-size:9px}.atelier-experience .goal-track{font-size:9px}.atelier-experience .tax-waterfall>div{font-size:10px}.atelier-experience .tax-rate-strip span{font-size:9px}.atelier-experience .tax-insight p,.atelier-experience .tax-insight>span{font-size:9px}.atelier-experience .tax-assumptions>p,.atelier-experience .tax-assumptions button{font-size:10px}.atelier-experience .overview-summary span{font-size:9px}.atelier-experience .cashflow-bars button{font-size:10px}.atelier-experience .money-detail p{font-size:10px}.atelier-experience .overview-period small{font-size:9px}
.range-captions,.range-captions>span:nth-child(2){font-size:9px}.range-captions>span:nth-child(2){text-align:center}.range-captions>span:first-child,.range-captions>span:last-child{flex-shrink:0}.chart-legend{font-size:9px}.studio-assumptions{font-size:10px}.pivot-top{font-size:10px}.sample-tag{font-size:9px}.micro-label{font-size:10px}.pivot-choices button{font-size:11px}.outcome-label{font-size:9px}.outcome-row>span,.outcome-row small{font-size:10px}.outcome-primary>span,.outcome-primary p{font-size:11px}.pivot-outcome>a{font-size:10px}.interaction-hint{font-size:10px}
@media(max-width:760px){.pivot-choices button{font-size:10px;padding:13px 8px}.pivot-top{font-size:9px}.range-captions{gap:12px}.range-captions>span:nth-child(2){font-size:9px;max-width:165px}.pivot-chart-heading h2{font-size:16px}.outcome-row small{font-size:9px}.outcome-primary p{font-size:10px}.studio-assumptions{font-size:9px}.atelier-experience .demo-fictional{font-size:9px}.atelier-experience .tax-assumptions>p{flex-wrap:wrap;gap:6px}.atelier-experience .tax-assumptions button{min-height:44px;gap:8px}.atelier-experience .tax-assumptions button>span{max-width:190px}.atelier-experience .tax-assumptions button i{flex:none}.atelier-experience .tax-heading>span{font-size:8px}.atelier-experience .tax-heading>span b{font-size:10px}.atelier-experience .overview-period{max-width:130px;min-width:0}.atelier-experience .overview-period small{font-size:8px}.atelier-experience .demo-heading strong{font-size:32px}.atelier-experience .goal-track{grid-template-columns:104px 1fr 30px}.interaction-hint{font-size:9px}.atelier-experience .scenario-switch button{font-size:10px}.atelier-experience .tax-insight{display:block}.atelier-experience .tax-insight>span{display:block;margin-bottom:6px}}

/* Pivlyn / Perspective — cinematic product storytelling */
.studio-home{background:#090b0c;color:#f1f1f1;font-size:16px}.studio-home .site-header{top:0;left:0;right:0;border:0;border-bottom:1px solid #ffffff13;border-radius:0;background:#090b0c30;box-shadow:none;color:#e9e9e9;backdrop-filter:blur(16px)}.studio-home .site-header.scrolled{background:#090b0ceb}.studio-home .nav-shell{height:80px;padding:0 42px;max-width:1400px}.studio-home .brand img{width:100px}.studio-home .desktop-nav{margin-left:auto;margin-right:auto;gap:34px}.studio-home .desktop-nav a{font-size:13px;color:#cacaca}.studio-home .desktop-nav a:hover{color:white}.studio-home .nav-signin{font-size:13px}.studio-home .nav-beta{font-size:12px;color:#1d1d1d;background:#e9e9e9;border:1px solid #f0f0f0;padding:10px 18px;border-radius:6px}.studio-home .nav-beta:hover{background:white}.studio-home .desktop-nav a:after{background:#d3d3d3}.studio-home .site-header .menu-button{color:#f2f2f2}.studio-home .mobile-menu{background:#131313;color:#ececec;border-color:#3f3f3f}.studio-home .mobile-menu a{border-color:#3f3f3f}.studio-home .skip-link:focus{background:white;color:black}.studio-home main{overflow:clip}.st-eyebrow{color:#b2b2b2;font-size:11px;font-weight:650;line-height:1.6;letter-spacing:.1em;text-transform:uppercase;margin:0 0 23px}.st-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:54px;border:1px solid #e8e8e8;border-radius:7px;background:#e8e8e8;color:#1d1d1d;font-size:13px;font-weight:650;padding:0 24px;cursor:pointer;transition:background .25s,box-shadow .25s,transform .25s}.st-button:hover{background:#fff;border-color:#fff;box-shadow:0 0 30px #dbdbdb2b;transform:translateY(-2px)}.st-button svg{width:17px;transition:transform .25s}.st-button:hover svg{transform:translateX(4px)}.st-link{display:inline-flex;align-items:center;gap:20px;min-height:48px;color:inherit;font-size:13px;font-weight:550;text-decoration:none}.st-link svg{width:17px;transition:transform .25s}.st-link:hover svg{transform:translateX(5px)}.st-link:hover{text-decoration:underline;text-underline-offset:6px}.st-actions{display:flex;align-items:center;gap:30px;margin-top:34px}.st-hero{position:relative;min-height:min(910px,100svh);isolation:isolate;background:#080a0b}.st-hero-art{position:absolute;z-index:-2;inset:0;overflow:hidden}.st-hero-art img{height:100%;width:100%;object-fit:cover;object-position:50% 50%;transform:translate3d(0,var(--hero-offset,0px),0) scale(1.025);will-change:transform}.st-hero:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#080a0bb3 0,#080a0b62 31%,#080a0b00 62%),linear-gradient(0deg,#090b0c 0,transparent 22%);content:'';pointer-events:none}.st-hero-inner{max-width:1400px;margin:auto;padding:178px 60px 150px}.st-announcement{display:inline-flex;align-items:center;gap:10px;padding:7px 10px;border:1px solid #92929242;border-radius:40px;background:#111111cc;font-size:10px;color:#d3d3d3;backdrop-filter:blur(12px)}.st-announcement>i{height:5px;width:5px;background:#bababa;border-radius:50%;box-shadow:0 0 8px #acacac55}.st-announcement>span{display:flex;align-items:center;gap:7px;padding-left:11px;border-left:1px solid #9494944a;color:#e6e6e6}.st-announcement svg{width:12px}.st-hero h1{max-width:850px;font-size:clamp(76px,7.8vw,116px);font-weight:500;line-height:1.03;letter-spacing:-.054em;margin:31px 0 28px}.st-hero h1 span{color:#dddddd}.st-hero-inner>p{font-size:19px;line-height:1.65;color:#c2c2c2;max-width:500px;margin:0}.st-hero-bottom{position:absolute;bottom:30px;left:max(60px,calc((100vw - 1280px)/2));right:max(60px,calc((100vw - 1280px)/2));display:flex;justify-content:space-between;align-items:center;gap:30px;color:#b5b5b5;font-size:9px;letter-spacing:.1em}.st-hero-bottom>a{display:flex;align-items:center;gap:28px;font-size:11px;letter-spacing:0;color:#dddddd}.st-hero-bottom>a span{display:grid;place-items:center;width:35px;height:35px;border:1px solid #adadad55;border-radius:50%;font-size:16px}.st-intro-strip{display:grid;grid-template-columns:1fr 2fr;max-width:1280px;gap:100px;padding:40px 0;margin:0 auto;border-top:1px solid #d0d0d01a;border-bottom:1px solid #d0d0d01a}.st-intro-strip>p{font-size:16px;line-height:1.6;color:#a6a6a6;margin:0}.st-intro-strip b{font-weight:500;color:#e6e6e6}.st-intro-strip>div{display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.st-intro-strip a{display:flex;align-items:center;gap:14px;font-size:14px;color:#dbdbdb;transition:color .25s}.st-intro-strip a:hover{color:#cacaca}.st-intro-strip a>svg:first-child{width:21px;color:#b1b1b1}.st-intro-strip a>svg:last-child{width:14px;margin-left:4px;color:#7e7e7e}.st-platform{padding:105px max(40px,calc((100vw - 1280px)/2)) 48px;background:#090b0c;color:#f1f1f1}.st-platform-heading{display:grid;grid-template-columns:1fr .8fr;gap:0 75px;align-items:end;margin-bottom:65px}.st-platform-heading .st-eyebrow{grid-column:1/-1}.st-platform-heading h2{font-size:clamp(42px,4.5vw,66px);font-weight:500;line-height:1.08;letter-spacing:-.045em;margin:0}.st-platform-heading h2 span{color:#9c9c9c}.st-platform-heading>p:last-child{font-size:16px;line-height:1.75;color:#adadad;margin:0 0 4px}.st-domain-nav.experience-nav{position:sticky;top:80px;z-index:25;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #8b8b8b40;border-bottom:1px solid #8b8b8b40;border-radius:0;margin:0 0 48px;background:#101010eb;backdrop-filter:blur(18px);padding:0;overflow:hidden}.st-domain-nav.experience-nav a{display:flex;gap:13px;align-items:center;padding:19px 25px;min-height:66px;background:none;border:0;border-radius:0;border-right:1px solid #8b8b8b25;color:#b3b3b3;transition:background .25s,color .25s;transform:none}.st-domain-nav.experience-nav a:last-child{border-right:0}.st-domain-nav.experience-nav a:after{position:absolute;bottom:0;left:0;right:0;width:100%;height:2px;border:0;clip-path:none;background:#bfbfbf;content:'';transform:scaleX(0);transform-origin:left;transition:transform .4s}.st-domain-nav.experience-nav a.is-active:after{transform:scaleX(1)}.st-domain-nav.experience-nav a:hover,.st-domain-nav.experience-nav a.is-active{color:#f1f1f1;background:#c3c3c309}.st-domain-nav.experience-nav a span{font-size:13px;font-weight:550}.st-domain-nav.experience-nav a small{margin:0 0 0 auto;font-size:10px;color:#a5a5a5}.st-domain-nav svg{width:18px;height:18px}.st-platform .domain-chapter,.st-platform .domain-chapter:nth-child(even){min-height:0;border:0;scroll-margin-top:172px}.st-platform .st-overview{display:block;padding:0}.st-feature-title{display:flex;justify-content:space-between;align-items:end;gap:40px;margin:0 0 38px}.st-feature-title .st-eyebrow{font-size:10px;margin-bottom:16px}.st-feature-title h3{font-size:36px;line-height:1.2;font-weight:500;letter-spacing:-.04em;margin:0}.st-feature-title h3 span{color:#a2a2a2}.st-feature-title>p{font-size:14px;line-height:1.75;color:#a9a9a9;margin:0 0 4px}.st-desktop-frame{position:relative;border:1px solid #a0a0a066;border-radius:13px;background:#141414;box-shadow:0 -1px 0 #e4e4e43b,0 0 55px #9393930e;transform:perspective(1800px) rotateX(var(--product-tilt,0deg));transform-origin:center top;will-change:transform;overflow:hidden}.st-window-top{display:flex;align-items:center;gap:35px;height:63px;padding:0 28px;border-bottom:1px solid #8e8e8e27;background:#202020;font-size:11px;color:#bebebe}.st-window-top img{width:76px}.st-sample{margin-left:auto;font-size:10px;padding:5px 8px;border:1px solid #7b7b7b55;border-radius:4px;color:#cecece}.st-desktop-body{display:grid;grid-template-columns:180px minmax(0,1fr) 215px}.st-app-sidebar{display:flex;flex-direction:column;gap:7px;padding:28px 16px;border-right:1px solid #8f8f8f27;color:#a5a5a5;background:#181818}.st-app-sidebar>span{font-size:8px;letter-spacing:.12em;margin:0 12px 17px}.st-app-sidebar>.st-app-nav-item{display:flex;align-items:center;gap:11px;padding:12px;border-radius:5px;font-size:11px}.st-app-sidebar>.st-app-nav-item svg{width:15px}.st-app-sidebar .selected{background:#86868624;color:#e4e4e4}.st-household-avatar{display:flex;gap:11px;align-items:center;margin:auto 0 0;padding:30px 8px 0;font-size:16px;color:#dcdcdc}.st-household-avatar>span{font-size:10px}.st-household-avatar small{display:block;color:#a7a7a7;font-size:8px;margin-top:3px}.st-app-main{min-width:0}.st-app-aside{padding:30px 20px 20px 0;display:flex;flex-direction:column;gap:18px}.st-aside-card{padding:24px 16px;border:1px solid #8888883b;border-radius:7px;background:#ffffff03}.st-aside-card>span{color:#bcbcbc;font-size:11px}.st-aside-card>strong{display:block;color:#eeeeee;font-size:48px;line-height:1.2;font-weight:450;letter-spacing:-.04em;margin:14px 0}.st-aside-card>strong small{font-size:23px}.st-aside-card>strong.st-small-value{font-size:27px}.st-aside-card>p{font-size:9px;line-height:1.7;color:#adadad}.st-aside-card>a{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:23px;font-size:9px;color:#dcdcdc}.st-aside-card>a svg{width:13px}.st-meter{height:4px;background:#4e4e4e;margin:20px 0;border-radius:6px}.st-meter i{display:block;width:76%;height:100%;background:#bebebe;border-radius:inherit}.st-overview-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 30px 28px;padding-top:24px;border-top:1px solid #83838333}.st-overview-bottom span{font-size:8px;letter-spacing:.1em;color:#acacac}.st-overview-bottom strong{display:block;font-size:16px;font-weight:450;margin-top:7px}.st-overview-bottom p{font-size:10px;color:#b3b3b3;margin:6px 0 0}.st-overview-bottom>a{display:flex;align-items:center;gap:9px;font-size:10px;color:#d5d5d5;white-space:nowrap}.st-overview-bottom svg{width:13px}.st-demo-note{display:flex;justify-content:space-between;gap:20px;margin:19px 0 0;font-size:10px;color:#a7a7a7}.st-platform .domain-preview{--line:#a0a0a033;--ink:#ececec;--sage:#b7b7b7;--sage-deep:#c8c8c8;position:relative;min-height:450px;padding:29px 30px 47px;isolation:isolate;background:#191919;border:1px solid #8888883b;border-radius:12px;color:#eeeeee;box-shadow:0 20px 60px #0d0d0d35;transform:none!important;margin:0;overflow:hidden}.st-platform .domain-preview .preview-grid{opacity:.075}.st-platform .domain-preview .preview-top{font-size:10px;letter-spacing:.06em;padding-bottom:22px;color:#cecece}.st-platform .preview-top img{filter:brightness(0) invert(1);width:27px}.st-platform .domain-preview .demo-heading{padding-top:26px}.st-platform .domain-preview .demo-heading strong{font-size:57px;letter-spacing:-.04em;font-weight:450}.st-platform .domain-preview .demo-heading small,.st-platform .domain-preview .money-top small,.st-platform .domain-preview .tax-heading small{color:#bbbbbb;font-size:10px}.st-platform .domain-preview .demo-heading>span{border-color:#9b9b9b40;color:#d1d1d1;font-size:9px}.st-platform .overview-period small{font-size:9px;color:#b1b1b1}.st-platform .overview-plot{height:200px}.st-platform .overview-line{stroke:#c5c5c5}.st-platform .overview-summary span{font-size:10px;color:#b5b5b5}.st-platform .overview-summary b{font-size:15px;color:#e7e7e7}.st-platform .demo-fictional{font-size:8px;letter-spacing:.03em;line-height:1.5;color:#acacac;left:20px;right:20px;text-align:right}.st-app-main>.domain-preview{border:0;border-radius:0;box-shadow:none;background:transparent;min-height:400px;padding-bottom:40px}.st-app-main>.domain-preview .preview-top{display:none}.st-platform .scenario-switch{border-color:#7b7b7b4d;margin-top:23px;margin-bottom:24px;border-radius:6px;overflow:hidden}.st-platform .scenario-switch button{min-height:43px;border-color:#7b7b7b4d;color:#c7c7c7;background:#272727;font-size:10px}.st-platform .scenario-switch button[aria-pressed=true]{background:#cdcdcd;color:#1d1d1d}.st-platform .scenario-switch button:hover{background:#383838;color:#f3f3f3}.st-platform .plan-comparison{grid-template-columns:160px 1fr;gap:20px}.st-platform .plan-gauge{width:154px;height:154px;background:conic-gradient(#bfbfbf calc(var(--funded) * 1%),#393939 0)}.st-platform .plan-gauge:after{inset:12px;background:#191919}.st-platform .plan-gauge strong{font-size:40px;font-weight:450}.st-platform .plan-gauge span{font-size:9px;color:#c6c6c6}.st-platform .plan-details small{font-size:9px;color:#c5c5c5}.st-platform .plan-details h4{font-size:23px;font-weight:450;margin:12px 0 18px}.st-platform .plan-details>div{font-size:11px}.st-platform .plan-details>div span{color:#bbbbbb}.st-platform .plan-details>div b{font-weight:550}.st-platform .goal-track{font-size:9px;margin-top:18px;grid-template-columns:128px 1fr 32px;gap:12px}.st-platform .goal-track>i{background:#393939;height:4px}.st-platform .goal-track>i b{background:#b9b9b9}.st-platform .st-plan{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center;padding:60px 55px;margin:90px 0 55px;background:#f2f0ea;border-radius:18px;color:#1d1d1d;overflow:hidden}.st-plan-copy .st-eyebrow{color:#5e5e5e;font-size:10px}.st-plan-copy h3{font-size:clamp(38px,4vw,58px);line-height:1.07;letter-spacing:-.045em;font-weight:500;margin:0 0 25px}.st-plan-copy h3 span{color:#767676}.st-plan-copy>p:not(.st-eyebrow){font-size:16px;line-height:1.75;color:#5b5b5b;max-width:380px;margin:0 0 25px}.st-plan-art{position:relative;min-width:0;padding:30px 0 32px}.st-plan-art>.domain-preview{position:relative;z-index:2;box-shadow:0 25px 55px #35353529}.st-orbit-line{position:absolute;top:-32px;left:15%;width:440px;height:530px;border:1px solid #b4b4b42e;transform:rotate(-32deg);border-radius:50%;box-shadow:0 0 0 25px #b4b4b412,0 0 0 70px #b4b4b410}.st-float-label{position:absolute;z-index:3;bottom:10px;right:17px;background:#fafafa;border:1px solid #c8c8c8;border-radius:7px;box-shadow:0 10px 25px #34343417;color:#5e5e5e;font-size:11px;padding:13px 18px;transform:rotate(-3deg)}.st-plan-caption{display:flex;align-items:center;gap:20px;margin-top:44px;color:#626262}.st-plan-caption>span{font-size:25px;font-weight:400;border:1px solid #aeaeae;border-radius:50%;width:51px;height:51px;display:grid;place-items:center}.st-plan-caption p{font-size:11px;line-height:1.8;margin:0}.st-plan-caption b{font-weight:550}.st-dual{display:grid;grid-template-columns:1fr 1fr;gap:25px}.st-platform .st-dual .domain-chapter{display:flex;flex-direction:column;min-width:0;padding:40px 32px 25px;margin:0;border:1px solid #b1b1b138;border-radius:15px;background:#181818;gap:0}.st-platform .st-dual .st-money{background:#181818;border-color:#a2a2a238}.st-dual header .st-eyebrow{font-size:10px;margin-bottom:20px}.st-dual h3{font-size:clamp(30px,2.8vw,40px);line-height:1.17;letter-spacing:-.035em;font-weight:450;margin:0 0 18px}.st-dual h3 span{color:#adadad}.st-money h3 span{color:#acacac}.st-dual header>p:last-child{font-size:14px;line-height:1.8;color:#b2b2b2;margin:0 0 30px}.st-dual-art{position:relative;width:100%;margin-top:auto}.st-dual-art>.domain-preview{min-height:485px;border-radius:9px;background:#111111;box-shadow:0 16px 35px #0003;padding:24px 25px 44px}.st-money .domain-preview{background:#111111;border-color:#96969638;--sage:#b3b3b3;--sage-deep:#c8c8c8}.st-dual>.domain-chapter>.st-link{align-self:flex-start;margin-top:20px}.st-platform .money-top>div:last-child{background:#ffffff06;color:#c4c4c4;border-color:#9d9d9d33;font-size:10px}.st-platform .money-top strong{font-size:47px}.st-platform .cashflow-bars{margin-top:20px}.st-platform .cashflow-bars button{font-size:11px;border-color:#97979733;color:#c2c2c2;min-height:43px}.st-platform .cashflow-bars button:hover,.st-platform .cashflow-bars button.is-active{background:#303030;color:#efefef}.st-platform .cashflow-bars button>i{background:#343434}.st-platform .cashflow-bars button>i>b{background:#b9b9b9}.st-platform .money-detail{color:#e9e9e9;background:#242424;border-color:#7d7d7d55}.st-platform .money-detail span{font-size:11px;color:#cfcfcf}.st-platform .money-detail strong{font-size:22px;font-weight:450}.st-platform .money-detail p{font-size:10px;color:#c5c5c5}.st-platform .tax-heading{gap:15px;padding-top:24px}.st-platform .tax-heading strong{font-size:35px}.st-platform .tax-heading>span{font-size:9px;color:#c4c4c4;border-color:#9a9a9a4d}.st-platform .tax-heading>span b{font-size:11px;color:#e9e9e9}.st-platform .tax-rate-strip span{font-size:8px;color:#bdbdbd}.st-platform .tax-rate-strip b{font-size:11px}.st-platform .tax-waterfall>div{font-size:10px;grid-template-columns:65px 1fr 64px}.st-platform .tax-waterfall span{color:#bbbbbb}.st-platform .tax-waterfall i{background:#bebebe}.st-platform .tax-waterfall>div:nth-child(n+2) i{background:#838383}.st-platform .tax-assumptions>p{font-size:9px;color:#c0c0c0;gap:10px}.st-platform .tax-assumptions button{min-height:39px;font-size:10px;color:#e4e4e4;gap:10px}.st-platform .tax-assumptions button:hover{background:#303030}.st-platform .tax-assumptions button i{flex:none;background:#666666}.st-platform .tax-assumptions button[aria-pressed=true] i{background:#b6b6b6}.st-platform .tax-insight{background:#242424;border-color:#b0b0b0;grid-template-columns:70px 1fr;gap:10px}.st-platform .tax-insight>span{font-size:8px;color:#dedede}.st-platform .tax-insight p{font-size:9px;color:#d1d1d1;line-height:1.6}.st-platform-boundary{display:flex;gap:40px;justify-content:space-between;align-items:center;font-size:10px;color:#afafaf;line-height:1.7;padding:25px 0 0;margin:0}.st-platform-boundary a{display:flex;align-items:center;gap:12px;white-space:nowrap;color:#d1d1d1}.st-platform-boundary svg{width:14px}.st-connection{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:50px;padding:100px max(40px,calc((100vw - 1280px)/2));background:#f6f4ef;color:#1d1d1d;overflow:hidden}.st-connection .st-eyebrow{color:#696969}.st-connection h2{font-size:clamp(40px,4.2vw,60px);font-weight:500;line-height:1.1;letter-spacing:-.045em;margin:0 0 25px}.st-connection h2 span{color:#797979}.st-connection-copy>p:not(.st-eyebrow){font-size:16px;line-height:1.8;max-width:415px;color:#5c5c5c;margin:0 0 30px}.st-button-dark{background:#2b2b2b;color:#f1f1f1;border-color:#2b2b2b}.st-button-dark:hover{background:#494949;border-color:#494949}.st-connection-copy>.st-link{display:flex;max-width:270px;margin-top:18px}.st-connection-art{position:relative;height:475px;perspective:1400px}.connection-axis{position:absolute;inset:20%;border:1px solid #b6b6b655;transform:rotate(-15deg);border-radius:40px;background:#e7e5de55;transition:transform .9s,border-radius .9s}.connection-core{position:absolute;z-index:4;top:43%;left:43%;width:94px;height:94px;display:grid;place-items:center;background:#eeece6;border:1px solid #c7c7c7;border-radius:22px;box-shadow:0 10px 25px #3e3e3e0c;transition:transform .9s}.connection-core img{width:28px}.connection-core>span{position:absolute;bottom:-38px;left:-55px;right:-55px;text-align:center;font-size:12px;color:#6b6b6b;opacity:0;transition:opacity .5s}.connection-card{position:absolute;z-index:2;display:flex;flex-direction:column;width:210px;min-height:145px;padding:23px;background:#faf9f6;border:1px solid #cdcdcd;border-radius:10px;box-shadow:0 20px 35px #33333312;transition:transform .9s cubic-bezier(.2,.8,.2,1),box-shadow .9s,border-color .9s}.connection-card>svg{width:20px;height:20px;color:#6b6b6b;margin-bottom:13px}.connection-card>span{font-size:10px;color:#797979}.connection-card strong{font-size:18px;font-weight:500;margin:4px 0}.connection-card small{font-size:9px;color:#787878}.connection-one{top:20px;left:7px;transform:rotate(-12deg) translateY(15px)}.connection-two{top:38px;right:-5px;transform:rotate(9deg) translateY(15px)}.connection-three{bottom:5px;left:23px;transform:rotate(8deg) translateY(-15px)}.connection-four{bottom:20px;right:-16px;transform:rotate(-9deg) translateY(-15px)}.is-connected .connection-one,.is-connected .connection-two,.is-connected .connection-three,.is-connected .connection-four{transform:rotate(0);box-shadow:0 13px 25px #3333330a;border-color:#a7a7a7}.is-connected .connection-axis{transform:rotate(0);border-radius:0}.is-connected .connection-core{transform:scale(1.1)}.is-connected .connection-core>span{opacity:1}.st-mobile-story{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center;padding:80px max(40px,calc((100vw - 1280px)/2));background:#0b0b0b;color:#f0f0f0;overflow:hidden}.st-mobile-story h2{font-size:clamp(43px,4.2vw,60px);line-height:1.1;letter-spacing:-.04em;font-weight:500;margin:0 0 25px}.st-mobile-story h2 span{color:#b6b6b6}.st-mobile-story .st-mobile-intro>p:not(.st-eyebrow){font-size:17px;line-height:1.8;color:#b1b1b1}.st-mobile-story figure{margin:0;min-width:0}.st-mobile-story img{display:block;width:100%;height:auto;border-radius:10px;mix-blend-mode:lighten}.st-mobile-story figcaption{font-size:9px;text-align:right;color:#a6a6a6;margin-top:15px}.st-trust{padding:95px max(40px,calc((100vw - 1280px)/2));background:#0d0d0d;color:#ededed;border-top:1px solid #9393931f}.st-trust header{display:grid;grid-template-columns:1fr auto;align-items:end}.st-trust .st-eyebrow{grid-column:1/-1}.st-trust h2{font-size:clamp(40px,4.1vw,60px);line-height:1.1;letter-spacing:-.035em;font-weight:500;margin:0}.st-trust h2 span{color:#a5a5a5}.st-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:64px;border-top:1px solid #8e8e8e3d}.st-trust-grid article{padding:35px 35px 0 0;border-right:1px solid #8e8e8e2d}.st-trust-grid article+article{padding-left:35px}.st-trust-grid article:last-child{border:0}.trust-glyph{height:58px;color:#bebebe;font-size:41px;line-height:1;letter-spacing:-.04em}.st-trust h3{font-size:21px;font-weight:500;letter-spacing:-.02em;line-height:1.3;margin:28px 0 14px}.st-trust article p{max-width:330px;font-size:14px;line-height:1.8;color:#b1b1b1;margin:0}.st-resources{padding:85px max(40px,calc((100vw - 1280px)/2));background:#f6f4ef;color:#212121}.st-resources>header{display:grid;grid-template-columns:1fr auto;align-items:end;margin-bottom:45px}.st-resources .st-eyebrow{color:#6a6a6a;grid-column:1/-1}.st-resources h2{font-size:46px;font-weight:500;line-height:1.15;letter-spacing:-.04em;margin:0}.st-resources>div{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.st-resource{display:flex;flex-direction:column;min-width:0}.resource-drawing{position:relative;height:210px;display:grid;place-items:center;overflow:hidden;background:#e5e3dc;border:1px solid #cdcdcd;border-radius:10px;isolation:isolate;transition:background .4s}.resource-drawing i{position:absolute;border:1px solid #9898983b;transition:transform .6s}.resource-drawing>span{font-size:39px;font-weight:500;letter-spacing:-.04em;color:#5c5c5c;z-index:1}.drawing-one i{width:250px;height:80px;border-radius:50%;transform:rotate(-30deg)}.drawing-one i:nth-child(2){transform:rotate(-30deg) translateY(-35px)}.drawing-one i:nth-child(3){transform:rotate(-30deg) translateY(35px)}.drawing-two{background:#e2e1dc}.drawing-two i{width:170px;height:170px;border-radius:50%}.drawing-two i:nth-child(2){transform:translateX(-45px)}.drawing-two i:nth-child(3){transform:translateX(45px)}.drawing-three{background:#e7e5df}.drawing-three i{width:90px;height:240px;transform:rotate(40deg)}.drawing-three i:nth-child(2){transform:rotate(40deg) translateX(50px)}.drawing-three i:nth-child(3){transform:rotate(40deg) translateX(-50px)}.st-resource:hover .resource-drawing{background:#eeece7}.st-resource:hover .resource-drawing i:first-child{transform:rotate(10deg) scale(1.2)}.st-resource>small{font-size:10px;letter-spacing:.08em;color:#737373;margin-top:24px}.st-resource h3{font-size:24px;letter-spacing:-.025em;line-height:1.3;font-weight:500;margin:12px 0}.st-resource p{font-size:13px;line-height:1.75;color:#686868;margin:0;max-width:330px}.st-resource>svg{width:19px;margin-top:22px}.st-close{position:relative;isolation:isolate;overflow:hidden;padding:115px max(40px,calc((100vw - 1280px)/2)) 105px;background:#0b0b0b;color:#f0f0f0}.close-sculpture{position:absolute;inset:0;z-index:-2;background:url('/campaign/pivlyn-sculpture-v1.jpg') center 58%/cover;opacity:.6;transform:scaleX(-1)}.st-close:before{position:absolute;inset:0;z-index:-1;content:'';background:linear-gradient(90deg,#0b0b0bf5,#0b0b0b85)}.st-close h2{font-size:clamp(60px,7vw,105px);font-weight:500;line-height:1.05;letter-spacing:-.05em;margin:0 0 28px}.st-close h2 span{color:#c9c9c9}.st-close>p:not(.st-eyebrow){font-size:15px;color:#bebebe}.st-support-link{display:inline-flex;gap:15px;align-items:center;font-size:12px;color:#bcbcbc;margin-top:28px}.st-support-link svg{width:13px}.studio-home .site-footer{background:#0b0b0b;border-top:1px solid #74747433}.studio-home .footer-shell{padding-top:55px}.studio-home .footer-statement p{font-size:30px;letter-spacing:-.02em}.savings-library{padding:0 max(28px,calc((100vw - 1264px)/2)) 75px;color:#2f2f2f;scroll-margin-top:110px}.savings-library>header{margin-bottom:35px}.savings-library h2{font-size:42px;line-height:1.15;letter-spacing:-.035em;font-weight:500;margin:18px 0}.savings-library>header>p:last-child{font-size:15px;line-height:1.7;max-width:670px;color:#616161}.studio-product .st-platform{padding-top:65px}.studio-product .st-domain-nav{top:94px}.studio-product .st-platform-heading h2{font-size:48px}.studio-product .editorial-hero{padding-bottom:60px}
@keyframes sculpture-arrive{from{transform:scale(1.08)}to{transform:scale(1.025)}}
@keyframes perspective-arrive{from{transform:translateY(24px)}to{transform:translateY(0)}}
@media(prefers-reduced-motion:no-preference){.st-hero-art img{animation:sculpture-arrive 1.8s cubic-bezier(.2,.7,.2,1) both}.st-hero-inner{animation:perspective-arrive 1.1s cubic-bezier(.2,.7,.2,1)}.st-platform .domain-preview.is-visible{transition:none}}
@media(min-width:761px) and (max-width:1100px){.st-hero-inner{padding:170px 40px 130px}.st-hero h1{font-size:85px}.st-hero-bottom{left:40px;right:40px}.st-intro-strip{margin:0 40px;gap:35px;grid-template-columns:1fr 2fr}.st-intro-strip a{gap:8px;font-size:12px}.st-intro-strip a>svg:last-child{display:none}.st-desktop-body{grid-template-columns:135px 1fr}.st-app-aside{display:none}.st-app-sidebar{padding:25px 8px}.st-platform .st-plan{padding:40px 30px;gap:35px;grid-template-columns:.75fr 1.25fr}.st-plan-copy h3{font-size:39px}.st-plan-copy>p:not(.st-eyebrow){font-size:14px}.st-plan-caption{margin-top:20px}.st-platform .plan-comparison{grid-template-columns:120px 1fr;gap:15px}.st-platform .plan-gauge{width:116px;height:116px}.st-platform .plan-gauge strong{font-size:31px}.st-platform .plan-details h4{font-size:20px}.st-platform .domain-preview{padding:24px 20px 44px}.st-dual{gap:20px}.st-platform .st-dual .domain-chapter{padding:30px 22px 25px}.st-dual h3{font-size:31px}.st-dual header>p:last-child{font-size:13px}.st-platform .tax-heading strong{font-size:29px}.st-platform .tax-heading>span{padding:7px;font-size:8px}.st-platform .tax-heading>span b{font-size:9px}.st-platform .tax-waterfall>div{grid-template-columns:55px 1fr 60px;gap:8px}.st-platform .tax-assumptions>p{flex-wrap:wrap}.st-platform .tax-insight{display:block}.st-platform .tax-insight>span{display:block;margin-bottom:7px}.st-dual-art>.domain-preview{padding:20px 16px 47px;min-height:540px}.st-platform .money-top strong{font-size:37px}.st-platform .money-top>div:last-child{font-size:8px;padding:8px}.st-platform .cashflow-bars button{grid-template-columns:64px 1fr 46px;gap:5px}.st-connection{gap:30px}.st-connection-art{transform:scale(.8);transform-origin:center right;margin-left:-45px}.st-connection-copy>p:not(.st-eyebrow){font-size:14px}.connection-card{width:175px;padding:20px}.connection-card small{font-size:8px}.st-trust-grid article{padding-right:25px}.st-trust-grid article+article{padding-left:25px}.st-trust h3{font-size:19px}.st-trust article p{font-size:13px}.st-resources h2{font-size:38px}.st-resource h3{font-size:21px}.resource-drawing{height:175px}.resource-drawing>span{font-size:31px}}
@media(max-width:760px){.studio-home .site-header{top:0;left:0;right:0}.studio-home .nav-shell{height:68px;padding:0 20px}.studio-home .brand img{width:91px}.studio-home .mobile-menu{top:68px;left:10px;right:10px;border-radius:9px;padding:9px 17px}.st-hero{min-height:780px}.st-hero-art{top:0;left:-210px;right:-270px;bottom:0}.st-hero-art img{object-position:58% 100%;opacity:.85}.st-hero:before{background:linear-gradient(180deg,#080a0b38 0,#080a0b4d 44%,#080a0b0d 71%,#090b0c 100%),linear-gradient(90deg,#080a0b99,transparent)}.st-hero-inner{padding:130px 24px 190px}.st-announcement{font-size:9px;gap:7px;padding:7px 9px}.st-announcement>span{gap:5px;padding-left:8px}.st-hero h1{font-size:clamp(54px,14vw,82px);line-height:1.07;letter-spacing:-.05em;max-width:520px;margin:30px 0 24px}.st-hero-inner>p{font-size:16px;line-height:1.75;color:#d5d5d5}.st-actions{gap:15px;flex-wrap:wrap;margin-top:28px}.st-button{min-height:49px;font-size:12px;padding:0 19px;gap:22px}.st-link{font-size:12px;gap:14px}.st-hero-bottom{left:24px;right:24px;bottom:26px;font-size:8px;flex-wrap:wrap;gap:22px}.st-hero-bottom>a{font-size:10px;order:3;width:100%;justify-content:space-between;padding-top:18px;border-top:1px solid #c6c6c637}.st-hero-bottom>a span{width:32px;height:32px}.st-hero-bottom>span:last-child{margin-left:auto}.st-intro-strip{display:block;margin:0 24px;padding:26px 0}.st-intro-strip>p{font-size:13px;margin-bottom:24px}.st-intro-strip>p br{display:none}.st-intro-strip>p b{margin-left:4px}.st-intro-strip>div{grid-template-columns:repeat(4,1fr);gap:10px}.st-intro-strip a{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:11px}.st-intro-strip a>svg:first-child{width:18px}.st-intro-strip a>svg:last-child{display:none}.st-platform{padding:66px 18px 36px}.st-platform-heading{display:block;margin-bottom:30px}.st-eyebrow{font-size:10px;margin-bottom:20px}.st-platform-heading h2{font-size:41px;line-height:1.12;letter-spacing:-.04em}.st-platform-heading>p:last-child{font-size:14px;line-height:1.8;margin:24px 0 0}.st-domain-nav.experience-nav{top:68px;margin:0 -18px 34px;border-right:0;border-left:0;overflow:visible}.st-domain-nav.experience-nav a{padding:16px 10px;min-height:56px;justify-content:center;gap:7px}.st-domain-nav.experience-nav a span{font-size:11px}.st-domain-nav.experience-nav a small{display:none}.st-domain-nav svg{width:14px;height:14px}.st-platform .domain-chapter,.st-platform .domain-chapter:nth-child(even){scroll-margin-top:143px}.st-feature-title{display:block;margin-bottom:25px;padding:0 4px}.st-feature-title h3{font-size:29px;line-height:1.2}.st-feature-title>p{font-size:12px;line-height:1.8;margin-top:20px}.st-feature-title .st-eyebrow{font-size:9px}.st-desktop-frame{border-radius:10px;transform:none!important}.st-window-top{height:53px;padding:0 16px;gap:15px;font-size:8px}.st-window-top img{width:60px}.st-window-top>span:not(.st-sample){display:none}.st-sample{font-size:8px}.st-desktop-body{display:block}.st-app-sidebar,.st-app-aside{display:none}.st-platform .domain-preview{min-height:420px;padding:24px 18px 48px;border-radius:9px}.st-app-main>.domain-preview{min-height:380px;padding-top:14px;padding-bottom:42px;border-radius:0}.st-platform .domain-preview .demo-heading{gap:10px;align-items:start}.st-platform .domain-preview .demo-heading strong{font-size:36px}.st-platform .domain-preview .demo-heading small{font-size:9px}.st-platform .domain-preview .demo-heading>span{font-size:8px;min-width:0;max-width:125px;padding:7px 9px}.st-platform .overview-period small{font-size:7px}.st-platform .overview-plot{height:165px}.st-platform .overview-summary span{font-size:9px}.st-platform .overview-summary b{font-size:11px}.st-platform .demo-fictional{font-size:8px;left:14px;right:14px}.st-overview-bottom{display:block;padding-top:22px;margin:0 18px 24px}.st-overview-bottom strong{font-size:15px}.st-overview-bottom p{font-size:10px}.st-overview-bottom>a{margin-top:17px;font-size:11px}.st-demo-note{display:block;font-size:9px;line-height:1.9;padding:0 4px}.st-demo-note>span{display:block}.st-platform .st-plan{display:block;padding:33px 22px 29px;margin:50px 0 25px;border-radius:12px}.st-plan-copy h3{font-size:38px;line-height:1.12}.st-plan-copy>p:not(.st-eyebrow){font-size:14px;line-height:1.85;margin-bottom:15px}.st-plan-caption{display:none}.st-plan-art{padding:29px 0 24px}.st-plan-art>.domain-preview{margin:0 -8px;padding:21px 16px 48px;min-height:415px}.st-platform .scenario-switch button{font-size:9px;min-height:40px;padding:0 5px}.st-platform .plan-comparison{grid-template-columns:108px 1fr;gap:13px}.st-platform .plan-gauge{height:105px;width:105px}.st-platform .plan-gauge:after{inset:9px}.st-platform .plan-gauge strong{font-size:28px}.st-platform .plan-gauge span{font-size:8px;max-width:80px}.st-platform .plan-details small{font-size:8px}.st-platform .plan-details h4{font-size:17px;line-height:1.2;margin:8px 0 13px}.st-platform .plan-details>div{font-size:9px;gap:7px;padding:9px 0}.st-platform .goal-track{font-size:8px;grid-template-columns:105px 1fr 27px;gap:8px}.st-float-label{right:4px;bottom:2px;font-size:10px;padding:10px 13px}.st-dual{grid-template-columns:1fr;gap:25px}.st-platform .st-dual .domain-chapter{padding:30px 22px 22px;border-radius:12px}.st-dual h3{font-size:31px;line-height:1.2}.st-dual header>p:last-child{font-size:13px;margin-bottom:24px;line-height:1.8}.st-dual-art>.domain-preview{padding:22px 16px 48px;margin:0 -8px;width:calc(100% + 16px);min-height:445px}.st-platform .money-top{gap:14px;align-items:center}.st-platform .money-top strong{font-size:37px}.st-platform .money-top>div:last-child{font-size:8px;padding:8px;gap:4px 9px}.st-platform .cashflow-bars button{font-size:10px;grid-template-columns:61px 1fr 45px;gap:7px;min-height:44px}.st-platform .money-detail p{font-size:10px}.st-platform .tax-heading{gap:8px}.st-platform .tax-heading strong{font-size:27px}.st-platform .tax-heading>span{font-size:8px;padding:8px;max-width:100px}.st-platform .tax-heading>span b{font-size:9px}.st-platform .tax-rate-strip span{font-size:8px}.st-platform .tax-rate-strip b{font-size:10px}.st-platform .tax-waterfall>div{font-size:9px;grid-template-columns:56px 1fr 57px;gap:8px}.st-platform .tax-assumptions>p{font-size:8px;flex-wrap:wrap;gap:7px}.st-platform .tax-assumptions button{font-size:9px;min-height:44px}.st-platform .tax-insight{display:block}.st-platform .tax-insight>span{display:block;margin-bottom:6px;font-size:8px}.st-platform .tax-insight p{font-size:9px}.st-platform-boundary{display:block;font-size:9px;line-height:1.9;padding:23px 3px 0}.st-platform-boundary a{margin-top:12px;font-size:10px}.st-connection{display:flex;flex-direction:column;align-items:stretch;gap:15px;padding:60px 24px 40px}.st-connection h2{font-size:37px;line-height:1.15;letter-spacing:-.04em}.st-connection-copy>p:not(.st-eyebrow){font-size:14px;line-height:1.8;margin-bottom:25px}.st-connection-copy>.st-link{font-size:12px}.st-connection-art{height:375px;margin:10px 0 0;perspective:1000px}.connection-card{width:145px;min-height:132px;padding:16px 13px;border-radius:9px}.connection-card>svg{width:17px;height:17px;margin-bottom:10px}.connection-card>span{font-size:9px}.connection-card strong{font-size:14px}.connection-card small{font-size:8px;line-height:1.5}.connection-one{left:0;top:10px}.connection-two{right:-4px;top:24px}.connection-three{left:4px;bottom:14px}.connection-four{right:-5px;bottom:3px}.connection-core{width:66px;height:66px;top:43%;left:40%;border-radius:16px}.connection-core img{width:24px}.connection-core>span{font-size:9px;bottom:-27px;left:-36px;right:-36px}.st-mobile-story{display:block;padding:60px 24px 35px}.st-mobile-story h2{font-size:39px;line-height:1.15}.st-mobile-story .st-mobile-intro>p:not(.st-eyebrow){font-size:14px}.st-mobile-story figure{margin:40px -24px 0}.st-mobile-story img{border-radius:0}.st-mobile-story figcaption{padding:0 20px;font-size:8px}.st-trust{padding:55px 24px}.st-trust header{display:block}.st-trust h2{font-size:37px;line-height:1.16}.st-trust header>.st-link{margin-top:20px}.st-trust-grid{display:block;margin-top:35px}.st-trust-grid article,.st-trust-grid article+article{padding:26px 0 30px;border-right:0;border-bottom:1px solid #84848438}.st-trust-grid article:last-child{padding-bottom:0}.trust-glyph{height:40px;font-size:32px}.st-trust h3{font-size:22px;margin:20px 0 13px}.st-trust article p{font-size:14px;line-height:1.8}.st-resources{padding:55px 24px}.st-resources>header{display:block;margin-bottom:30px}.st-resources h2{font-size:34px;line-height:1.2}.st-resources header>.st-link{margin-top:18px}.st-resources>div{grid-template-columns:1fr;gap:40px}.resource-drawing{height:190px}.resource-drawing>span{font-size:38px}.st-resource h3{font-size:24px;line-height:1.35}.st-resource p{font-size:14px}.st-resource>svg{margin-top:15px}.st-close{padding:75px 24px 70px}.st-close h2{font-size:52px;line-height:1.1;letter-spacing:-.04em}.st-close>p:not(.st-eyebrow){font-size:14px;line-height:1.8;max-width:300px}.st-close .st-actions{align-items:flex-start;flex-direction:column;gap:12px}.st-close .st-button{min-height:51px}.st-support-link{font-size:11px;margin-top:20px}.studio-home .footer-statement p{font-size:29px}.savings-library{padding:0 20px 55px}.savings-library h2{font-size:34px}.savings-library>header>p:last-child{font-size:14px}.savings-library .pivot-stage{margin:0 -6px}.studio-product .st-platform{padding-top:45px}.studio-product .st-platform-heading h2{font-size:36px}.studio-product .st-domain-nav{top:76px}}
@media(max-width:360px){.st-hero h1{font-size:48px}.st-hero-inner{padding-right:19px;padding-left:19px}.st-hero-inner>p{font-size:15px}.st-hero .st-actions{gap:10px}.st-hero .st-link{font-size:11px}.st-hero .st-button{padding:0 15px;gap:14px}.st-platform-heading h2{font-size:36px}.st-platform .st-plan{padding:28px 17px}.st-plan-copy h3{font-size:33px}.st-platform .plan-comparison{grid-template-columns:91px 1fr;gap:10px}.st-platform .plan-gauge{width:88px;height:88px}.st-platform .plan-gauge strong{font-size:25px}.st-platform .plan-gauge span{font-size:7px;max-width:67px}.st-platform .plan-details h4{font-size:15px}.st-platform .plan-details>div{font-size:8px}.st-platform .st-dual .domain-chapter{padding:28px 17px 22px}.st-dual h3{font-size:28px}.st-platform .tax-heading strong{font-size:24px}.st-platform .money-top strong{font-size:32px}.st-platform .money-top>div:last-child{font-size:7px}.connection-card{width:130px;padding:15px 10px}.connection-card strong{font-size:13px}.connection-core{left:38%}.st-connection h2,.st-trust h2{font-size:33px}.st-close h2{font-size:45px}}
@media(prefers-reduced-motion:reduce){.st-hero-art img,.st-desktop-frame{transform:none!important}.st-hero-inner,.st-hero-art img{animation:none!important}.connection-card,.connection-core,.connection-axis,.connection-core>span{transition:none!important}}

.st-platform .overview-plot svg path:not(.overview-line){stroke:none}
.st-desktop-frame:hover,.st-desktop-frame:focus-within{transform:none!important}
@media(max-width:760px){.st-hero:before{background:linear-gradient(180deg,#080a0b35 0,#080a0b77 20%,#080a0b77 55%,#080a0b00 78%,#090b0c 100%),linear-gradient(90deg,#080a0b66,transparent)}}

.connection-card>span{color:#5c5c5c}.connection-card small{color:#5c5c5c}.st-resource>small{color:#5e5e5e}
.st-close{scroll-margin-top:80px}
.connection-network{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;opacity:0;transition:opacity .4s}
.connection-network path{fill:none;stroke:#a1a1a1;stroke-width:1.5;stroke-dasharray:700;stroke-dashoffset:700;transition:stroke-dashoffset 1.1s cubic-bezier(.2,.75,.2,1)}
.is-connected .connection-network{opacity:1}.is-connected .connection-network path{stroke-dashoffset:0}
.is-connected .connection-one{transform:translate(20px,20px) rotate(0)}.is-connected .connection-two{transform:translate(-20px,15px) rotate(0)}.is-connected .connection-three{transform:translate(20px,-15px) rotate(0)}.is-connected .connection-four{transform:translate(-20px,-15px) rotate(0)}
.connection-core>span{left:-25px;right:-25px;font-size:10px}
@media(max-width:760px){.is-connected .connection-one{transform:translate(0,5px)}.is-connected .connection-two{transform:translate(0,-5px)}.is-connected .connection-three{transform:translate(0,-5px)}.is-connected .connection-four{transform:translate(0,5px)}.connection-core>span{font-size:9px;left:-20px;right:-20px}.connection-network{inset:0 -5px;width:calc(100% + 10px)}}
@media(prefers-reduced-motion:reduce){.connection-network,.connection-network path{transition:none!important}}

.connection-result{position:absolute;bottom:-28px;left:0;right:0;margin:0;font-size:12px;text-align:center;color:#626262;opacity:0;transition:opacity .5s}
.is-connected .connection-result{opacity:1}
@media(max-width:760px){.connection-result{font-size:11px;bottom:-20px}.st-connection{padding-bottom:55px}}
@media(prefers-reduced-motion:reduce){.connection-result{transition:none}}

/* Neutral product surfaces; brand color belongs in the data, not a tinted shell. */
.st-platform .domain-preview{--line:#ffffff20;--ink:#f2f1ec;--sage:#b1b1b1;--sage-deep:#c8c8c8;color:#f2f1ec;border-color:#ffffff25;box-shadow:0 20px 60px #0003}
.st-desktop-frame{border-color:#ffffff30;box-shadow:0 -1px 0 #ffffff12,0 24px 70px #0004}.st-window-top,.st-app-sidebar,.st-aside-card,.st-platform .st-dual .domain-chapter{border-color:#ffffff20}.st-app-sidebar{color:#b5b5af}.st-window-top{color:#c4c4bd}.st-app-sidebar .selected{background:#ffffff09;color:#f0f0e9}.st-sample{border-color:#ffffff25;color:#cbcbc4}.st-aside-card{background:#1c1c1c}.st-platform .preview-top,.st-platform .demo-fictional{color:#afafaf}.st-platform .scenario-switch button{border-color:#ffffff25;color:#cacaca}.st-platform .money-top>div:last-child{color:#c5c5c5;border-color:#ffffff20}.st-platform .money-detail{color:#f0f0ea;border-color:#a7a7a7}.st-platform .money-detail p,.st-platform .tax-insight p{color:#c2c2c2}.st-platform .money-detail span,.st-platform .tax-insight>span{color:#dadada}.st-money .domain-preview{--sage:#b1b1b1;--sage-deep:#c8c8c8;border-color:#ffffff25}.st-platform .cashflow-bars button>i>b{background:#b1b1b1}.st-platform .st-dual .domain-chapter{background:#181818}.st-plan h3,.st-connection h2,.st-resources h2{color:#191919}.st-plan h3 span,.st-connection h2 span{color:#696969}.st-button-dark{background:#202020;border-color:#202020}.st-button-dark:hover{background:#383838;border-color:#383838}.connection-card,.connection-core{border-color:#d3d2c9;box-shadow:0 20px 35px #0000000b}.connection-axis{border-color:#c7c7c755}.resource-drawing{border-color:#d1d1c8}.st-mobile-story img{mix-blend-mode:normal}

/* Supporting pages use the same restrained black, off-white and sage system. */
.page-depth{max-width:1280px;margin:0 auto;padding:85px 28px;color:#212121}.page-depth>header{max-width:760px;margin-bottom:48px}.page-depth h2{font-size:clamp(32px,4vw,52px);font-weight:500;letter-spacing:-.045em;line-height:1.14;margin:0 0 22px}.page-depth p{font-size:15px;line-height:1.8;color:#656565}.page-depth>header>p:last-child{max-width:630px}.workflow-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.workflow-stages article,.audience-grid article{border-top:1px solid #cdcdcd;padding-top:24px;display:flex;flex-direction:column}.workflow-stages article>span,.audience-grid article>span{font-size:10px;letter-spacing:.08em;color:#6e6e6e}.page-depth h3{font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-.025em;margin:20px 0 0}.workflow-stages a,.audience-grid a{display:flex;align-items:center;gap:15px;font-size:12px;min-height:44px;margin-top:auto}.workflow-stages a svg,.audience-grid a svg{width:16px}.page-note{margin-top:45px;padding:28px 32px;background:#eeede7;border:1px solid #dcdcdc;border-radius:10px;display:grid;grid-template-columns:1fr 2fr;gap:35px;align-items:center}.page-note p{margin:0}.page-note b{font-size:16px;font-weight:550}.page-faq{border-top:1px solid #dddcd5}.page-faq details{border-bottom:1px solid #d6d6d6;padding:22px 0}.page-faq summary{font-size:19px;font-weight:500;cursor:pointer;padding-right:20px}.page-faq details p{max-width:760px}.page-faq details a{text-decoration:underline;text-underline-offset:4px}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.fit-section{display:grid;grid-template-columns:1fr 1fr;gap:75px;border-top:1px solid #d6d6d6}.fit-section h3{margin-top:0}.page-invitation{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:65px max(28px,calc((100vw - 1224px)/2));background:#171717;color:#f6f4ef}.page-invitation h2{font-size:38px;font-weight:500;letter-spacing:-.04em;margin:0 0 14px}.page-invitation p{font-size:14px;color:#c0c0c0}.page-invitation>div:last-child{display:flex;align-items:center;gap:25px;flex-shrink:0}.page-invitation .luxe-label{color:#c1c1c1}.editorial-hero h1 em{color:#777777}.why-cinema{background:#111}.why-cinema h2 em{color:#b5b5b5}
@media(max-width:1000px){.workflow-stages{grid-template-columns:repeat(2,1fr);row-gap:40px}.page-invitation{align-items:start;flex-direction:column}.audience-grid{gap:25px}.fit-section{gap:35px}}
@media(max-width:760px){.page-depth{padding:55px 20px}.page-depth>header{margin-bottom:32px}.page-depth p{font-size:14px}.workflow-stages,.audience-grid,.fit-section{grid-template-columns:1fr;gap:30px}.page-note{grid-template-columns:1fr;gap:8px;padding:24px}.page-invitation{padding:45px 20px;gap:18px}.page-invitation>div:last-child{flex-wrap:wrap;gap:12px}.page-invitation h2{font-size:32px}.page-faq summary{font-size:17px}}
.resource-jumps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:1224px;margin:0 auto 60px;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}.resource-jumps a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;font-size:12px;border-right:1px solid #d3d3d3}.resource-jumps a:last-child{border:0}.resource-jumps svg{width:16px;flex-shrink:0}.resource-jumps a:hover{background:#ebebeb}.resource-depth{max-width:1280px;padding:75px 28px;margin:auto;color:#212121;scroll-margin-top:110px}.rd-heading{max-width:780px;margin-bottom:42px}.resource-depth h2{font-size:clamp(32px,4vw,50px);letter-spacing:-.04em;line-height:1.18;font-weight:500;margin:0 0 20px}.resource-depth h2 em{font-style:normal;color:#777777}.resource-depth p{font-size:15px;line-height:1.8;color:#656565}.rd-example-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.rd-example{display:flex;flex-direction:column;border:1px solid #d6d6d6;padding:32px;background:#faf9f5;border-radius:12px;min-width:0}.rd-example h3{font-size:25px;line-height:1.35;letter-spacing:-.025em;font-weight:500;margin:0 0 10px}.rd-table-wrap{overflow-x:auto;margin:20px 0;max-width:100%}.rd-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.rd-table caption{text-align:left;font-size:11px;color:#656565;margin-bottom:12px}.rd-table th,.rd-table td{padding:13px 10px;border-bottom:1px solid #dcdcdc;white-space:nowrap}.rd-table th{font-weight:550}.rd-table thead th{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#727272}.rd-table tbody tr:last-child{background:#ececec}.rd-table td:last-child{text-align:right;font-variant-numeric:tabular-nums}.rd-takeaway{padding-left:18px;border-left:2px solid #969696}.resource-depth .rd-note{font-size:12px;line-height:1.7;color:#6b6b6b}.rd-source{font-size:12px;line-height:1.8;color:#5b5b5b}.rd-source svg{width:15px;margin-left:7px;vertical-align:middle}.rd-example>.rd-source{margin-top:auto;padding-top:15px;text-decoration:underline;text-underline-offset:4px}.rd-prep{margin-top:90px;padding-top:60px;border-top:1px solid #cdcdcd}.rd-prep header{max-width:760px}.rd-prep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin:40px 0}.rd-prep-grid article>span{font-size:11px;color:#6e6e6e}.rd-prep h3{font-weight:500;font-size:21px}.rd-prep ul{padding-left:19px;color:#656565;font-size:14px;line-height:1.9}.rd-prep li{margin-bottom:10px}.rd-prep a{text-decoration:underline;text-underline-offset:4px}.rd-download{display:grid;grid-template-columns:1.4fr 1fr;gap:45px;align-items:center;padding:42px;margin-top:65px;background:#eeede7;border:1px solid #d6d6d6;border-radius:12px}.rd-download h2{font-size:35px}.rd-download-actions{display:flex;flex-direction:column;align-items:start;gap:18px}.rd-download-actions small{font-size:11px;color:#666666}.rd-download-actions .text-arrow{font-size:12px}.rd-download .button{font-size:12px}
@media(max-width:1000px){.resource-jumps{margin-left:28px;margin-right:28px}.rd-example{padding:23px}.rd-example h3{font-size:23px}.rd-download{padding:30px}.rd-table{font-size:12px}}
@media(max-width:760px){.resource-jumps{grid-template-columns:1fr 1fr;margin:0 20px 35px}.resource-jumps a{padding:16px 12px;font-size:11px}.resource-jumps a:nth-child(2){border-right:0}.resource-jumps a:nth-child(-n+2){border-bottom:1px solid #d3d3d3}.resource-depth{padding:45px 20px}.rd-example-grid,.rd-prep-grid,.rd-download{grid-template-columns:1fr}.rd-example{padding:23px 18px}.resource-depth p{font-size:14px}.rd-prep{margin-top:55px;padding-top:40px}.rd-prep-grid{gap:15px}.rd-download{margin-top:40px;padding:25px 20px;gap:18px}.rd-download h2{font-size:29px}.rd-table th,.rd-table td{padding:12px 7px}.rd-table{font-size:11px}}
.st-money h3 span{color:#b0b0b0}.method-outcomes{background:#202020;color:#f6f4ef}.method-outcomes .luxe-label,.method-outcomes article>span{color:#c6c6c6}.site-footer{background:#101010}.studio-home .site-footer{background:#0b0b0b}

/* One visual system from the first visit through the decision to join. */
.site-unified{--brand-black:#090b0c;--brand-charcoal:#191919;--brand-paper:#f6f4ef;--brand-sage:#bababa;background:var(--brand-paper);color:#212121}
.site-unified .site-header,.site-unified .site-header.scrolled{position:fixed;top:0;left:0;right:0;width:100%;padding:0;border:0;border-bottom:1px solid #ffffff1a;border-radius:0;background:#090b0ce8;color:#f6f4ef;box-shadow:none;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);z-index:100}
.site-unified.studio-home .site-header:not(.scrolled){background:#090b0c40}.site-unified .nav-shell{height:80px;max-width:1400px;padding:0 42px;margin:auto;border:0;border-radius:0;background:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;display:flex;gap:32px}.site-unified .brand img{width:100px}.site-unified .desktop-nav{margin-left:auto;margin-right:auto;gap:30px}.site-unified .desktop-nav a{font-size:13px;color:#cacaca;font-weight:500}.site-unified .desktop-nav a:hover,.site-unified .desktop-nav a[aria-current=page]{color:#fff}.site-unified .desktop-nav a:after{background:#bababa}.site-unified .nav-actions{display:flex;align-items:center;gap:24px}.site-unified .nav-signin{color:#d4d4d4;font-size:12px}.site-unified .nav-beta{display:flex;gap:16px;align-items:center;border:1px solid #f6f4ef;background:#f6f4ef;color:#161616;padding:12px 18px;border-radius:6px;font-size:12px;font-weight:650;box-shadow:none}.site-unified .nav-beta svg{width:15px}.site-unified .nav-beta:hover{background:#fff;box-shadow:0 0 24px #ffffff20}.site-unified .menu-button{color:#f6f4ef}.site-unified .mobile-join{display:none}.site-unified .mobile-menu{margin:0;border:0;border-radius:0;border-top:1px solid #ffffff15;background:#101112;color:#f6f4ef;padding:24px}.site-unified .mobile-menu a{color:#e8e8e8;border-color:#ffffff1a;font-size:20px;padding:20px 4px}.site-unified .mobile-menu a:last-child{background:#f6f4ef;color:#161616;border-radius:7px;text-align:center;margin-top:16px}.site-unified .skip-link:focus{z-index:200;background:#f6f4ef;color:#171717}.site-unified :focus-visible{outline:2px solid #a5a5a5;outline-offset:5px}.site-unified main{overflow:clip}
.site-unified .editorial-hero,.site-unified .document-hero{position:relative;isolation:isolate;max-width:none;margin:0;padding:170px max(40px,calc((100vw - 1280px)/2)) 90px;background:#090b0c;color:#f6f4ef;overflow:hidden}.site-unified .editorial-hero:before,.site-unified .document-hero:before{position:absolute;content:'';z-index:-2;inset:0;background:url('/campaign/pivlyn-sculpture-v1.jpg') right 48%/cover;opacity:.3;pointer-events:none}.site-unified .editorial-hero:after,.site-unified .document-hero:after{position:absolute;content:'';z-index:-1;inset:0;background:linear-gradient(90deg,#090b0c 0,#090b0ce0 44%,#090b0c15 100%),linear-gradient(0deg,#090b0c,transparent 45%);pointer-events:none}.site-unified .editorial-hero h1,.site-unified .document-hero h1{max-width:1100px;font-size:clamp(55px,6.6vw,94px);font-weight:500;line-height:1.04;letter-spacing:-.054em;margin:28px 0}.site-unified .editorial-hero h1 em{color:#bcbcbc}.site-unified .editorial-hero .eyebrow,.site-unified .document-hero .eyebrow{color:#b4b4b4;font-size:10px;letter-spacing:.12em}.site-unified .editorial-hero>p:not(.eyebrow),.site-unified .document-hero>p:not(.eyebrow){max-width:680px;color:#bcbcbc;font-size:17px;line-height:1.75}.site-unified .editorial-hero>small{color:#b2b2b2}.site-unified .document-hero h1{font-size:clamp(40px,5.2vw,72px);max-width:1000px}.site-unified .hero-ctas{display:flex;gap:26px;align-items:center;margin-top:35px}.site-unified .hero-ctas .st-button{min-width:155px;background:#f6f4ef;color:#171717;border-color:#f6f4ef}.site-unified .hero-ctas .st-link{color:#e7e7e7}.site-unified .editorial-hero .button-ink{background:#f6f4ef;color:#171717;border-color:#f6f4ef}.site-unified .trust-seal.large{display:none}
.site-unified .luxe-method.standalone{padding-top:90px;padding-bottom:90px}.site-unified .why-principles{padding-top:65px}.site-unified .resource-jumps{max-width:none;padding:0 max(20px,calc((100vw - 1280px)/2));margin:0 0 60px;background:#101112;color:#dcdcdc;border-color:#ffffff20}.site-unified .resource-jumps a{border-color:#ffffff20}.site-unified .resource-jumps a:hover{background:#ffffff09}.site-unified .security-manifest{background:#303030}.site-unified .security-manifest article{background:#151515;color:#f6f4ef;padding:65px max(35px,calc((100vw - 1280px)/2))}.site-unified .security-manifest p{color:#bababa}.site-unified .security-manifest span{color:#b8b8b8}.site-unified .support-rail,.site-unified .policy-rail{padding-top:35px}.site-unified .resource-boundary{background:#eae8e1}.site-unified .document-shell{padding-top:70px}.site-unified .legal-document{background:transparent}
.launch-cta{position:relative;isolation:isolate;overflow:hidden;padding:90px max(40px,calc((100vw - 1280px)/2));background:#0b0c0c;color:#f6f4ef;display:flex;align-items:end;justify-content:space-between;gap:50px;border-top:1px solid #ffffff1a}.launch-cta:before{position:absolute;inset:0;z-index:-2;content:'';background:url('/campaign/pivlyn-sculpture-v1.jpg') right 60%/cover;opacity:.25}.launch-cta:after{position:absolute;inset:0;content:'';z-index:-1;background:linear-gradient(90deg,#0b0c0c 0,#0b0c0cd9 55%,transparent)}.launch-cta h2{font-weight:500;font-size:clamp(38px,4.4vw,65px);line-height:1.08;letter-spacing:-.045em;margin:0}.launch-cta h2 span{color:#bdbdbd}.launch-cta>div:last-child{display:flex;flex-direction:column;align-items:start;gap:16px}.launch-cta .st-button{min-width:190px;background:#f6f4ef;border-color:#f6f4ef}.launch-cta p{color:#c0c0c0;font-size:12px}.launch-cta .st-eyebrow{font-size:10px;margin-bottom:20px}.site-unified .site-footer{background:#090b0c;border-top:1px solid #ffffff15}.site-unified .footer-shell{max-width:1336px;padding:65px 28px}.site-unified .footer-links h2{color:#b9b9b9}.site-unified .footer-links a,.site-unified .footer-links p{color:#bdbdbd}.site-unified .footer-disclosure{border-color:#ffffff18}.site-unified .footer-base{border-color:#ffffff18}.site-unified .footer-statement p{color:#ededed}.site-unified .footer-statement a{margin-top:25px;color:#d1d1d1}.site-unified .st-close .st-button{background:#f6f4ef;border-color:#f6f4ef}
@media(max-width:1100px){.site-unified .nav-shell{gap:20px;padding:0 28px}.site-unified .desktop-nav{gap:20px}.site-unified .nav-actions{gap:18px}.launch-cta{align-items:start;flex-direction:column}.launch-cta>div:last-child{flex-direction:row;align-items:center;gap:24px}}
@media(max-width:760px){.site-unified .nav-shell{height:72px;padding:0 20px;gap:17px}.site-unified .brand img{width:86px}.site-unified .desktop-nav,.site-unified .nav-actions{display:none}.site-unified .mobile-join{display:inline-flex;align-items:center;justify-content:center;min-height:37px;padding:0 13px;margin-left:auto;background:#f6f4ef;color:#151515;border-radius:5px;font-size:11px;font-weight:650}.site-unified .menu-button{margin-left:0;width:32px;height:42px;padding:5px}.site-unified .mobile-menu{padding:12px 24px 24px}.site-unified .mobile-menu a{font-size:17px;padding:16px 2px}.site-unified .editorial-hero,.site-unified .document-hero{padding:132px 22px 62px}.site-unified .editorial-hero h1{font-size:clamp(39px,10.6vw,64px);line-height:1.08;letter-spacing:-.05em}.site-unified .document-hero h1{font-size:40px;overflow-wrap:break-word}.site-unified .editorial-hero>p:not(.eyebrow),.site-unified .document-hero>p:not(.eyebrow){font-size:15px}.site-unified .hero-ctas{gap:22px;flex-wrap:wrap}.site-unified .hero-ctas .st-button{min-height:48px;min-width:140px;padding:0 18px}.site-unified .editorial-hero:before{background-position:60% center;opacity:.26}.site-unified .luxe-method.standalone{padding:60px 22px}.site-unified .why-principles{padding-top:40px}.site-unified .resource-jumps{padding:0 20px;margin-bottom:35px}.site-unified .security-manifest article{padding:40px 24px}.site-unified .st-domain-nav.experience-nav{top:72px}.launch-cta{padding:65px 22px;gap:30px}.launch-cta>div:last-child{align-items:start;flex-direction:column;gap:5px}.site-unified .footer-shell{padding:50px 22px;gap:40px}.site-unified .footer-statement p{font-size:31px}.site-unified .st-hero-inner{padding-top:150px}.site-unified .st-hero h1{margin-top:28px}.site-unified .document-shell{padding-top:40px}}
.site-unified.studio-home{background:#090b0c;color:#f1f1f1}.site-unified.studio-home .st-hero{color:#f6f4ef}.site-unified.studio-home .st-intro-strip{background:#090b0c}.site-unified.studio-home .st-hero .st-link{color:#f6f4ef}
.st-membership{display:flex;align-items:center;gap:14px;flex-wrap:wrap;width:fit-content;margin-top:21px;color:#bbbbbb;font-size:11px;line-height:1.6}.st-membership b{font-weight:550;color:#e8e8e8}.st-membership>i{width:1px;height:11px;background:#7e7e7e66}.st-membership-detail{display:inline-flex;align-items:center;gap:8px;color:#dbdbdb}.st-membership-detail svg{width:13px}.st-membership:hover .st-membership-detail{text-decoration:underline;text-underline-offset:4px}.st-close-membership{font-size:12px!important;color:#c8c8c8!important;margin-top:21px!important}.st-close-membership span{display:block;margin-top:5px;color:#b8b8b8}.site-unified .brand img{width:118px}.site-unified .footer-statement img{width:155px}
@media(max-width:760px){.st-membership{font-size:10px;gap:9px 12px;max-width:340px;margin-top:18px}.st-membership-detail{flex-basis:100%;margin-top:1px}.site-unified .brand img{width:104px}.site-unified .st-hero-inner{padding-bottom:180px}.st-close-membership{font-size:11px!important}}

/* Savings explorer: direct manipulation, persistent readouts, larger touch targets. */
.pivot-stage .pivot-chart svg{height:auto;min-height:220px;touch-action:pan-y;cursor:crosshair;border-radius:8px}
.pivot-stage .pivot-readout{display:grid;grid-template-columns:1fr auto;align-items:end;gap:4px 16px;margin:20px 0 12px;font-variant-numeric:tabular-nums}
.pivot-readout>span:first-child{font-size:11px;color:#5b5b5b}
.pivot-readout>strong{grid-column:1;grid-row:2;font-size:clamp(26px,3vw,40px);font-weight:500;letter-spacing:-.045em;color:#222222;line-height:1.2}
.pivot-readout>span:last-child{grid-column:2;grid-row:1/3;text-align:right;font-size:10px;color:#5b5b5b}
.pivot-readout b{display:block;margin-top:5px;font-size:18px;font-weight:500;color:#4b4b4b}
.pivot-stage .pivot-goal path{stroke:#707070;stroke-width:1;stroke-dasharray:3 5;vector-effect:non-scaling-stroke}
.pivot-stage .pivot-goal text{fill:#4d4d4d;font-size:12px;font-weight:600;paint-order:stroke;stroke:#f7f7f2;stroke-width:5px;stroke-linejoin:round}
.pivot-stage .pivot-cursor path{stroke:#3c3c3c;stroke-width:1;opacity:.3;vector-effect:non-scaling-stroke}
.pivot-stage .pivot-cursor circle{stroke:#fafaf6;stroke-width:3;vector-effect:non-scaling-stroke}
.pivot-dot-main{fill:#3e3e3e}.pivot-dot-extra{fill:#848484}
.pivot-stage .pivot-path{stroke-width:3}.pivot-stage .chart-scale{fill:#6b6b6b;font-size:11px}
.pivot-stage .pivot-chart-help{font-size:10px;color:#5b5b5b;line-height:1.6;margin:10px 0 20px}
.pivot-range-row{display:flex;align-items:center;gap:15px;margin:12px 0 5px}
.pivot-stage .pivot-range-row input{flex:1;min-width:0;height:8px;margin:20px 0}
.pivot-stage .pivot-range-row input::-webkit-slider-thumb{width:26px;height:26px;box-shadow:0 0 0 1px #797979,0 3px 8px #24242425}
.pivot-stage .pivot-range-row input::-moz-range-thumb{width:20px;height:20px}
.pivot-range-row button{flex:none;width:44px;height:44px;border:1px solid #c2c2c2;border-radius:50%;background:#f5f5ef;font:24px Manrope,sans-serif;color:#383838;cursor:pointer;transition:background .18s,transform .18s}
.pivot-range-row button:hover:not(:disabled){background:#e3e3e3;transform:scale(1.05)}
.pivot-range-row button:active:not(:disabled){transform:scale(.94)}
.pivot-range-row button:disabled{opacity:.35;cursor:default}
.pivot-presets{display:flex;gap:8px;margin-top:20px}
.pivot-presets button{flex:1;min-height:44px;padding:8px;border:1px solid #c2c2c2;border-radius:6px;background:transparent;color:#474747;font:500 11px Manrope,sans-serif;cursor:pointer;transition:background .18s,color .18s}
.pivot-presets button:hover{background:#e7e7e7}.pivot-presets button[aria-pressed=true]{background:#2a2a2a;color:#f8f8f2;border-color:#2a2a2a}
@media(max-width:760px){.pivot-stage .pivot-chart svg{min-height:175px}.pivot-stage .pivot-readout{margin-top:18px}.pivot-stage .pivot-chart-help{font-size:10px}.pivot-stage .range-captions{font-size:9px}.pivot-stage .range-captions>span:nth-child(2){font-size:8px;text-align:center}.pivot-range-row{gap:10px}.pivot-stage .pivot-main{padding-bottom:24px}}
@media(prefers-reduced-motion:reduce){.pivot-range-row button,.pivot-presets button{transition:none}}
.pivot-stage{background:#e9e9e2;border-color:#d5d5d5}
.pivot-stage .pivot-outcome{background:#242424}
.pivot-stage .pivot-chart-heading h2{font-size:26px;line-height:1.25;letter-spacing:-.04em;margin:7px 0 0}
.pivot-stage .pivot-chart-heading{margin-bottom:18px}
@media(max-width:760px){.pivot-stage .pivot-chart-heading h2{font-size:20px}.pivot-stage .pivot-target{font-size:20px}.pivot-stage .chart-tick,.pivot-stage .chart-scale,.pivot-stage .pivot-goal text{font-size:18px}.pivot-stage .pivot-chart svg{min-height:190px}}
/* Personal calculator inputs remain visible beside the live results. */
.personal-savings .pivot-window{grid-template-columns:260px minmax(0,1fr) 245px;align-items:stretch}
.personal-savings .pivot-sidebar{display:flex;grid-column:auto;padding:24px 20px;border-right:1px solid #d5d5d5;border-bottom:0;gap:16px}
.personal-savings .pivot-sidebar h3{font-size:19px;font-weight:500;letter-spacing:-.03em;margin:0 0 6px}
.savings-field{display:flex;flex-direction:column;gap:8px;font-size:11px;color:#464646;line-height:1.5}
.savings-field>span{display:flex;align-items:center;gap:8px;border:1px solid #b3b3b3;border-radius:6px;background:#fff;padding:0 12px;min-height:48px}
.savings-field i{font-style:normal;font-size:13px;color:#5e5e5e}.savings-field input{appearance:textfield;-moz-appearance:textfield;width:100%;min-width:0;border:0;background:transparent;color:#232323;font:500 17px Manrope,sans-serif;padding:12px 0}
.savings-field input::-webkit-inner-spin-button{appearance:none}
.savings-field>span:focus-within{outline:2px solid #747474;outline-offset:2px}.savings-field input:focus-visible{outline:none}
.savings-field:has([aria-invalid=true])>span{border-color:#a43529}
.savings-error{color:#8c2e22;font-size:11px;line-height:1.6;margin:0}.savings-error:empty{display:none}
.savings-reset{min-height:44px;background:transparent;color:#414141;border:1px solid #b0b0b0;border-radius:6px;font:500 11px Manrope,sans-serif;cursor:pointer}
.savings-local,.savings-chart-note{font-size:10px;line-height:1.7;color:#5e5e5e;margin:0}
.savings-horizon{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;color:#575757;margin:20px 0}
.savings-horizon select{min-height:44px;border:1px solid #bbbbbb;border-radius:5px;padding:8px 28px 8px 12px;background:#f7f7f2;color:#3d3d3d;font:12px Manrope,sans-serif}
.personal-savings .outcome-primary strong{font-size:34px;line-height:1.2;overflow-wrap:anywhere}.personal-savings .outcome-row b{font-size:22px}.personal-savings .outcome-row small,.personal-savings .outcome-primary p{font-size:11px;line-height:1.7}.personal-savings .pivot-target{font-size:14px;white-space:normal;text-align:right;max-width:145px}.personal-savings .pivot-chart-heading h2{font-size:24px}
.personal-savings [hidden]{display:none!important}
@media(max-width:1100px){.personal-savings .pivot-window{grid-template-columns:230px minmax(0,1fr)}.personal-savings .pivot-outcome{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.personal-savings .outcome-label{grid-column:1/-1}.personal-savings .outcome-primary{margin-top:0}.personal-savings .pivot-outcome>a{grid-column:1/-1}.personal-savings .pivot-outcome .outcome-row{border-top:0}.personal-savings .pivot-outcome .outcome-row:last-of-type{grid-column:2/-1}}
@media(max-width:760px){.personal-savings .pivot-window{display:flex}.personal-savings .pivot-sidebar{display:grid;grid-template-columns:1fr 1fr;border-right:0;border-bottom:1px solid #d5d5d5;padding:20px 16px;gap:18px 12px}.personal-savings .pivot-sidebar h3,.personal-savings .savings-error,.personal-savings .savings-local{grid-column:1/-1}.savings-field{font-size:10px}.savings-field input{font-size:16px}.savings-field>span{padding:0 9px}.personal-savings .pivot-outcome{display:block}.personal-savings .pivot-outcome .outcome-primary{margin-top:20px}.personal-savings .pivot-outcome .outcome-row{border-top:1px solid #4e4e4e;padding:18px 0}.personal-savings .pivot-chart-heading h2{font-size:21px}.personal-savings .pivot-readout>span:last-child{max-width:120px}.personal-savings .pivot-target{font-size:12px;max-width:105px}}

.personal-savings .savings-field{justify-content:space-between}

/* Consumer questions link directly to a useful tool or feature. */
.st-decisions{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;padding:110px max(28px,calc((100vw - 1280px)/2));background:#f5f4ee;color:#232323}
.st-decisions-intro{align-self:start;position:sticky;top:120px}
.st-decisions .st-eyebrow{color:#626262;font-size:10px;letter-spacing:.12em;margin:0 0 28px}
.st-decisions h2{font-size:clamp(40px,4.6vw,66px);line-height:1.05;letter-spacing:-.05em;font-weight:500;margin:0 0 26px}
.st-decisions h2 span{color:#6e6e6e}
.st-decisions-intro>p:not(.st-eyebrow){font-size:16px;line-height:1.8;color:#585858;max-width:390px;margin:0 0 30px}
.st-decisions .st-button{background:#282828;border-color:#282828;color:#f8f7f1;font-size:12px;gap:22px}
.st-decision-list{border-top:1px solid #c3c3c3}
.st-decision{display:grid;grid-template-columns:28px 1fr;gap:22px;padding:32px 0 34px;border-bottom:1px solid #cecece;text-decoration:none;color:inherit;transition:background .2s}
.st-decision-number{font-size:10px;color:#6f6f6f;padding-top:8px;font-variant-numeric:tabular-nums}
.st-decision h3{font-size:25px;line-height:1.25;font-weight:500;letter-spacing:-.035em;margin:0 0 13px}
.st-decision p{max-width:470px;font-size:14px;line-height:1.8;color:#5f5f5f;margin:0 0 18px}
.st-decision-action{display:flex;align-items:center;gap:14px;font-size:11px;font-weight:600;color:#404040}
.st-decision-action svg{width:16px;height:16px;transition:transform .2s}
.st-decision:hover .st-decision-action svg{transform:translateX(5px)}
.st-decision:hover h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}
@media(max-width:1050px){.st-decisions{gap:45px;padding:75px 28px}.st-decision{gap:15px}.st-decision h3{font-size:23px}}
@media(max-width:760px){.st-decisions{display:block;padding:60px 24px}.st-decisions-intro{position:static;margin-bottom:42px}.st-decisions h2{font-size:43px;line-height:1.08;margin-bottom:22px}.st-decisions-intro>p:not(.st-eyebrow){font-size:14px;max-width:400px}.st-decisions .st-eyebrow{margin-bottom:22px}.st-decision{grid-template-columns:22px 1fr;gap:12px;padding:27px 0}.st-decision h3{font-size:22px;line-height:1.3}.st-decision p{font-size:13px;line-height:1.8}.st-decision-action{font-size:11px}.st-decisions .st-button{font-size:11px;min-height:48px;padding:0 17px}}
@media(prefers-reduced-motion:reduce){.st-decision,.st-decision-action svg{transition:none}}
@keyframes consumer-arrive{from{translate:0 18px}to{translate:0 0}}
.pivlyn-motion .st-decisions .pm-reveal.pm-in-view{animation-name:consumer-arrive}

/* W-11 refs: linear-home-desktop-01, mercury-home-desktop-01,
   monarch-pricing-desktop-01, pivlyn-pricing-desktop-01/02. */
@font-face{font-family:PricingSerif;src:url('/type/InstrumentSerif-Italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap}
.site-unified .pricing-hero.pricing-redesign{--price-accent:#c5c5c5;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);gap:32px clamp(48px,7vw,116px);padding:142px max(32px,calc((100vw - 1200px)/2)) 0;background:#0f0f0f;color:#f6f4ef;overflow:hidden;isolation:isolate;position:relative}
.pricing-redesign .pricing-hero-copy{min-width:0;margin:0;padding:0;text-align:left;max-width:none}
.pricing-redesign .pricing-hero-copy .eyebrow{justify-content:start;font-size:10px;letter-spacing:.14em;color:var(--price-accent);margin:0 0 23px}
.pricing-redesign .pricing-hero-copy h1{font-size:clamp(46px,4.6vw,69px);font-weight:480;line-height:1.03;letter-spacing:-.055em;margin:0 0 23px}
.pricing-redesign .pricing-hero-copy h1 em{font-family:PricingSerif,Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-.025em;color:var(--price-accent)}
.pricing-redesign .pricing-hero-copy>p:not(.eyebrow){max-width:440px;margin:0;color:#c3c3c3;font-size:15px;line-height:1.75;text-wrap:balance}
.pricing-theater{margin-top:42px;border:1px solid #ffffff24;border-radius:14px;background:linear-gradient(140deg,#222222,#161616 62%);box-shadow:0 28px 70px #0004;overflow:hidden}
.pricing-theater-top{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 24px;color:#b7b7b7;font-size:8px;letter-spacing:.12em}
.pricing-theater-top .pricing-example-label{font-size:9px;letter-spacing:0;color:#a6a6a6}
.pricing-theater-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid #ffffff18;padding:0 12px}
.pricing-theater-tabs button{display:flex;align-items:center;justify-content:space-between;gap:8px;position:relative;border:0;background:transparent;font:inherit;color:#ababab;text-align:left;padding:15px 12px;font-size:13px;min-height:49px;cursor:pointer;transition:color .2s}
.pricing-theater-tabs button:after{content:'';position:absolute;bottom:-1px;left:12px;right:12px;height:2px;background:var(--price-accent);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.2,.75,.3,1)}
.pricing-theater-tabs button[aria-selected=true]{color:#f6f4ef}.pricing-theater-tabs button[aria-selected=true]:after{transform:scaleX(1)}.pricing-theater-tabs button span{font-size:8px;letter-spacing:.06em;color:#a0a0a0}
.pricing-theater-tabs button:focus-visible,.pricing-theater-panel:focus-visible,.pricing-theater-link:focus-visible{outline:2px solid var(--price-accent);outline-offset:-3px;border-radius:4px}
.pricing-theater-panel{padding:25px 24px 20px;min-height:232px}.pricing-theater-panel[hidden]{display:none!important}
.pricing-scene-copy>p{font-size:18px;letter-spacing:-.035em;margin:0 0 7px;font-weight:500;color:#eeeeee}.pricing-scene-copy>span{color:#b0b0b0;font-size:10px}
.pricing-plan-art{display:block;width:100%;height:105px;overflow:visible;margin-top:15px}.pricing-plan-art path{fill:none;vector-effect:non-scaling-stroke}.pricing-graph-grid{stroke:#ffffff0f;stroke-width:1}.pricing-graph-baseline{stroke:#777777;stroke-width:1.5;stroke-dasharray:4 5}.pricing-graph-projection{stroke:var(--price-accent);stroke-width:2}.pricing-plan-art circle{fill:#e4e4e4;stroke:#454545;stroke-width:5}.pricing-graph-marker{stroke:#a0a0a066;stroke-width:1;stroke-dasharray:3 5}
.pricing-scene-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:9px;color:#aaaaaa;margin-top:12px}.pricing-scenario-key:before{content:'';display:inline-block;width:5px;height:5px;background:var(--price-accent);border-radius:50%;margin-right:6px}
.pricing-theater-link{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 24px;border-top:1px solid #ffffff18;color:#e3e3e3;font-size:11px;min-height:46px}.pricing-theater-link svg{width:15px;height:15px;transition:transform .2s}.pricing-theater-link:hover svg{transform:translateX(4px)}
.pricing-money-art{display:grid;gap:14px;margin:24px 0 19px}.pricing-money-art>div{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:12px;font-size:10px;color:#c6c6c6}.pricing-money-art i{display:block;width:var(--bar);height:10px;background:#c5c5c5;border-radius:2px}.pricing-money-art>div:nth-child(2) i{background:#888888}.pricing-money-art>div:nth-child(3) i{background:#dfdfdf}
.pricing-tax-art{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:9px;min-height:117px;color:#ababab}.pricing-tax-art>div{padding:13px 11px;background:#ffffff05;border:1px solid #ffffff14;border-radius:6px;min-width:0}.pricing-tax-art span{display:block;font-size:9px;line-height:1.4}.pricing-tax-art b{display:block;font-size:11px;font-weight:500;color:#e5e5e5;margin-top:7px;white-space:nowrap}
.pricing-redesign .membership-card{display:block;align-self:start;max-width:none;width:100%;margin:0;padding:27px 29px 0;border:1px solid #ffffff2e;border-radius:14px;background:#f5f4ee;color:#212121;box-shadow:0 20px 70px #0003;overflow:hidden;scroll-margin-top:104px}
.pricing-redesign .membership-card-top{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 0 22px;margin:0;border-bottom:1px solid #2727271f}.pricing-redesign .membership-card-top h2{font-size:25px;font-weight:550;letter-spacing:-.05em;margin:0}.pricing-redesign .membership-card-top>span{display:flex;align-items:center;gap:6px;font-size:10px;letter-spacing:0;color:#585858;white-space:nowrap}.pricing-redesign .membership-card-top>span svg{width:12px;height:12px;stroke-width:1.8}
.pricing-redesign .billing-switch{display:grid;position:relative;isolation:isolate;grid-template-columns:1.25fr 1fr;gap:0;width:100%;margin:22px 0 0;padding:4px;background:#e6e6e6;border:1px solid #dcdcdc;border-radius:7px}.pricing-redesign .billing-switch-track{position:absolute;inset:4px auto 4px 4px;width:calc((100% - 8px)*.55556);z-index:-1;background:#272727;border-radius:4px;transform:translateX(0);transition:transform .3s cubic-bezier(.2,.75,.3,1)}.pricing-redesign [data-billing-state=monthly] .billing-switch-track{transform:translateX(125%);width:calc((100% - 8px)*.44444)}
.pricing-redesign .billing-switch button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:0;border-radius:4px;background:transparent;color:#525252;font:inherit;font-size:11px;font-weight:600;cursor:pointer;transition:color .2s}.pricing-redesign .billing-switch button[aria-pressed=true]{background:#272727;color:#f6f4ef}.pricing-redesign .billing-switch button>span{padding:3px 6px;background:#cccccc;color:#2f2f2f;font-size:9px;font-weight:500;border-radius:3px;white-space:nowrap}.pricing-redesign .billing-switch button:focus-visible{outline:2px solid #7f7f7f;outline-offset:2px}
.pricing-redesign .membership-price{min-height:161px;padding:26px 0 21px}.pricing-redesign .membership-price-main{display:flex;align-items:baseline;gap:10px}.pricing-redesign .membership-price strong{display:block;font-size:72px;line-height:1;letter-spacing:-.065em;font-weight:500;font-variant-numeric:tabular-nums}.pricing-redesign .membership-price-main>span{font-size:13px;color:#666666}.pricing-redesign .membership-billing{margin:11px 0 3px;font-size:12px;font-weight:600;color:#434343}.pricing-redesign .membership-equivalent{margin:0;font-size:11px;line-height:1.6;color:#606060}
.pricing-redesign .membership-card .membership-cta{display:flex;width:100%;min-height:50px;justify-content:space-between;align-items:center;padding:0 19px;background:#272727;color:#f5f5ed;border:1px solid #272727;border-radius:6px;font-size:12px;transition:transform .2s,background .2s;box-shadow:none}.pricing-redesign .membership-card .membership-cta:hover{transform:translateY(-2px);background:#141414}.pricing-redesign .membership-cta svg{width:17px;height:17px}.pricing-redesign .membership-cta-note{display:block;margin:11px 0 23px;text-align:center;color:#606060;font-size:10px;line-height:1.6}
.pricing-redesign .membership-inclusions{display:grid;grid-template-columns:1fr 1fr;gap:16px 15px;padding:21px 0 24px;border-top:1px solid #2727271f;border-left:0}.pricing-redesign .membership-inclusions h3{grid-column:1/-1;margin:0;font-size:10px;letter-spacing:.02em;font-weight:600;color:#565656}.pricing-redesign .membership-inclusions>div{display:flex;align-items:start;gap:8px;padding:0}.pricing-redesign .membership-inclusions svg{width:12px;height:12px;flex:none;margin-top:2px;color:#717171;stroke-width:1.8}.pricing-redesign .membership-inclusions p{margin:0}.pricing-redesign .membership-inclusions b{display:block;font-size:11px;line-height:1.5;font-weight:600;margin:0 0 4px}.pricing-redesign .membership-inclusions small{display:block;color:#666666;font-size:10px;line-height:1.65}
.pricing-redesign .membership-fine{display:flex;align-items:start;gap:10px;margin:0 -29px;padding:17px 29px;border-top:1px solid #2727271f;background:#ececec;color:#5e5e5e;font-size:9px;line-height:1.8}.pricing-redesign .membership-fine>svg{width:12px;height:14px;flex:none;margin-top:2px}.pricing-redesign .membership-fine a{display:inline-flex;gap:5px;align-items:center;margin:3px 0 0;text-decoration:none;font-size:9px}.pricing-redesign .membership-fine a svg{width:11px;height:11px}
.pricing-redesign .pricing-hero-bottom{grid-column:1/-1;width:100%;max-width:none;display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0;padding:27px 0;border-top:1px solid #ffffff1c;font-size:8px;color:#adadad;letter-spacing:.09em}.pricing-redesign .pricing-hero-bottom a{display:flex;align-items:center;gap:14px;color:#dcdcdc;font-size:11px;letter-spacing:0;min-height:24px}.pricing-redesign .pricing-hero-bottom a svg{width:14px;height:14px}
.membership-start.pricing-next{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:40px;padding:96px max(32px,calc((100vw - 1200px)/2));background:#f5f4ee;color:#212121}.membership-start.pricing-next .luxe-label{font-size:9px;letter-spacing:.1em;color:#626262}.membership-start.pricing-next h2{font-size:37px;line-height:1.12;letter-spacing:-.045em;font-weight:500;margin:20px 0}.membership-start.pricing-next>div>p:not(.luxe-label){max-width:290px;font-size:13px;line-height:1.8;color:#666666}.membership-start.pricing-next>a{display:flex;flex-direction:column;padding:27px;border:1px solid #d1d1d1;border-radius:12px;background:transparent;color:#212121;transition:transform .25s,border-color .25s}.membership-start.pricing-next>a:hover{transform:translateY(-4px);border-color:#878787}.membership-start.pricing-next>a>span{font-size:9px;letter-spacing:.06em;color:#696969}.membership-start.pricing-next h3{font-size:23px;line-height:1.2;letter-spacing:-.035em;font-weight:500;margin:47px 0 12px}.membership-start.pricing-next>a>p{font-size:12px;line-height:1.8;color:#696969;margin:0 0 25px}.membership-start.pricing-next>a>svg{width:19px;height:19px;align-self:end;margin-top:auto;color:#4f4f4f}
.membership-questions.pricing-next{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;max-width:1264px;margin:auto;padding:35px 32px 108px;scroll-margin-top:100px}.membership-questions.pricing-next h2{font-size:42px;line-height:1.1;letter-spacing:-.045em;font-weight:500;margin:20px 0 25px}.membership-questions.pricing-next .luxe-label{font-size:9px;color:#676767}.membership-questions.pricing-next header .st-link{font-size:12px;margin:0}.membership-questions.pricing-next details{border-bottom:1px solid #cecece}.membership-questions.pricing-next details:first-child{border-top:1px solid #cecece}.membership-questions.pricing-next summary{position:relative;list-style:none;padding:23px 28px 23px 0;font-size:14px;font-weight:500;cursor:pointer}.membership-questions.pricing-next summary::-webkit-details-marker{display:none}.membership-questions.pricing-next summary:after{content:'+';position:absolute;right:2px;top:20px;font-size:20px;font-weight:400;color:#707070}.membership-questions.pricing-next details[open] summary:after{content:'−'}.membership-questions.pricing-next details p{font-size:13px;line-height:1.85;color:#636363;margin:0;padding-bottom:23px}.membership-questions.pricing-next details a{text-decoration:underline;text-underline-offset:4px}
@media(max-width:1050px){.site-unified .pricing-hero.pricing-redesign{gap:32px 40px;padding-top:128px;grid-template-columns:minmax(0,1fr) minmax(335px,.85fr)}.pricing-redesign .pricing-hero-copy h1{font-size:50px}.pricing-redesign .membership-card{padding-left:23px;padding-right:23px}.pricing-redesign .membership-fine{margin-inline:-23px;padding-inline:23px}.pricing-theater-top{padding-inline:19px;font-size:7px}.pricing-theater-panel{padding-inline:19px}.pricing-theater-top .pricing-example-label{font-size:8px}.pricing-tax-art{gap:6px}.pricing-tax-art>div{padding:12px 7px}.pricing-tax-art b{font-size:9px}.membership-start.pricing-next{gap:23px;padding-top:72px;padding-bottom:72px}.membership-start.pricing-next>div{grid-column:auto}.membership-start.pricing-next h2{font-size:31px}.membership-start.pricing-next h3{font-size:21px}.membership-questions.pricing-next{gap:55px}}
@media(max-width:760px){.site-unified .pricing-hero.pricing-redesign{grid-template-columns:1fr;padding:110px 22px 0;gap:31px}.pricing-redesign .pricing-hero-copy{text-align:left;max-width:530px;width:100%;margin:auto}.pricing-redesign .pricing-hero-copy .eyebrow{font-size:9px;margin-bottom:19px}.pricing-redesign .pricing-hero-copy h1{font-size:clamp(40px,10.5vw,57px);margin-bottom:20px}.pricing-redesign .pricing-hero-copy>p:not(.eyebrow){font-size:13px;max-width:370px;text-wrap:initial}.pricing-theater{display:none}.pricing-redesign .membership-card{max-width:530px;margin:auto;padding:25px 24px 0;border-radius:12px}.pricing-redesign .membership-card-top{padding-bottom:21px}.pricing-redesign .membership-card-top>span{font-size:9px}.pricing-redesign .membership-card-top h2{font-size:25px}.pricing-redesign .billing-switch{margin-top:20px}.pricing-redesign .billing-switch button{min-height:43px;font-size:12px}.pricing-redesign .membership-price{padding:23px 0 21px;min-height:154px}.pricing-redesign .membership-price strong{font-size:68px}.pricing-redesign .membership-price-main>span{font-size:12px}.pricing-redesign .membership-equivalent{font-size:11px}.pricing-redesign .membership-cta-note{font-size:10px;margin-bottom:21px}.pricing-redesign .membership-inclusions{gap:19px 15px;padding-top:21px}.pricing-redesign .membership-inclusions h3{font-size:11px}.pricing-redesign .membership-inclusions b{font-size:11px}.pricing-redesign .membership-inclusions small{font-size:10px}.pricing-redesign .membership-fine{margin-inline:-24px;padding:17px 24px;font-size:9px}.pricing-redesign .pricing-hero-bottom{font-size:7px;letter-spacing:.045em;padding:23px 0;text-align:left}.pricing-redesign .pricing-hero-bottom>span{max-width:145px;line-height:1.7}.pricing-redesign .pricing-hero-bottom a{font-size:10px;white-space:nowrap;margin:0}.membership-start.pricing-next{grid-template-columns:1fr 1fr;gap:18px;padding:62px 22px}.membership-start.pricing-next>div{grid-column:1/-1}.membership-start.pricing-next h2{font-size:35px}.membership-start.pricing-next>div>p:not(.luxe-label){max-width:400px}.membership-start.pricing-next>a{padding:21px}.membership-start.pricing-next h3{font-size:23px;margin-top:36px}.membership-questions.pricing-next{grid-template-columns:1fr;gap:28px;padding:15px 22px 70px}.membership-questions.pricing-next h2{font-size:36px}.membership-questions.pricing-next summary{font-size:13px}.membership-questions.pricing-next details p{font-size:12px}}
@media(max-width:450px){.membership-start.pricing-next{grid-template-columns:1fr}.membership-start.pricing-next>a{padding:25px}.membership-start.pricing-next>a>p{max-width:310px}.pricing-redesign .membership-inclusions{grid-template-columns:1fr;gap:16px}.pricing-redesign .membership-inclusions small{font-size:11px}.pricing-redesign .membership-inclusions b{font-size:12px}}
@media(max-width:360px){.site-unified .pricing-hero.pricing-redesign{padding-inline:18px}.pricing-redesign .membership-card{padding-inline:19px}.pricing-redesign .membership-fine{margin-inline:-19px;padding-inline:19px}.pricing-redesign .membership-card-top>span{font-size:8px}.pricing-redesign .billing-switch button{font-size:11px;gap:6px}.pricing-redesign .billing-switch button>span{font-size:8px}}
@media(prefers-reduced-motion:reduce){.pricing-redesign *, .pricing-next *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.pricing-redesign .membership-card .membership-cta:hover,.membership-start.pricing-next>a:hover,.pricing-theater-link:hover svg{transform:none}}

/* Connected features: charcoal, off-white, and restrained sage. */
.fx-page{--fx-white:#f6f4ef;--fx-muted:#b8b8b8;--fx-line:#ffffff26;background:#0b0b0b;color:var(--fx-white);overflow:clip}.fx-page svg{fill:none;stroke:currentColor;stroke-width:1.5}.fx-page .st-eyebrow{color:#bfbfbf}.fx-page .st-button{color:#1b1b1b;background:#f6f4ef;border-color:#f6f4ef}.fx-page .st-button:hover{background:#fff;box-shadow:0 8px 25px #0003}.fx-page .st-link{color:inherit}.fx-hero{position:relative;min-height:720px;display:grid;grid-template-columns:1.07fr .93fr;align-items:center;gap:40px;padding:165px max(36px,calc((100vw - 1280px)/2)) 110px;background:radial-gradient(ellipse at 76% 47%,#242424 0,transparent 52%),#0b0b0b;isolation:isolate}.fx-hero-copy{position:relative;z-index:2}.fx-hero h1{font-size:clamp(64px,6.8vw,98px);font-weight:500;line-height:1.03;letter-spacing:-.055em;margin:28px 0}.fx-hero h1 span{color:#bdbdbd}.fx-hero-copy>p:not(.st-eyebrow){font-size:18px;line-height:1.75;color:#bfbfbf;max-width:470px}.fx-hero .st-actions{gap:24px}.fx-hero-rule{position:absolute;bottom:32px;left:max(36px,calc((100vw - 1280px)/2));right:max(36px,calc((100vw - 1280px)/2));display:flex;justify-content:space-between;gap:25px;padding-top:23px;border-top:1px solid var(--fx-line);font-size:10px;letter-spacing:.025em;color:#a6a6a6}.fx-system{position:relative;min-width:0;width:100%;height:450px;perspective:900px;transform:translate3d(var(--fx-mouse-x,0px),var(--fx-mouse-y,0px),0);transition:transform .55s cubic-bezier(.2,.8,.2,1)}.fx-system:before{content:'';position:absolute;inset:15% 2%;border-radius:50%;background:radial-gradient(ellipse,#bbbbaa13,transparent 67%);filter:blur(20px)}.fx-system-orbit{position:absolute;inset:20px 4%;border:1px solid #d0d0c333;border-radius:50%;transform:rotateX(58deg) rotate(-25deg);box-shadow:0 1px 0 #ffffff0d,0 -1px 0 #ffffff08}.fx-orbit-two{inset:20px 4%;transform:rotateX(58deg) rotate(60deg) rotateY(20deg);border-color:#d0d0c322}.fx-system-core{position:absolute;top:calc(50% - 53px);left:calc(50% - 53px);width:106px;height:106px;border:1px solid #ddddca55;background:linear-gradient(135deg,#555555,#202020 43%,#3c3c3c);border-radius:24px;box-shadow:inset 0 2px 2px #fff2,0 18px 60px #0009;display:grid;place-items:center;transform:rotate(-9deg)}.fx-system-core img{width:42px;filter:brightness(0) invert(.91)}.fx-system-node{position:absolute;display:flex;align-items:center;gap:14px;min-width:183px;min-height:91px;border:1px solid #ffffff35;border-radius:11px;background:linear-gradient(125deg,#323232,#191919);box-shadow:0 18px 40px #0006,inset 0 1px 0 #ffffff17;backdrop-filter:blur(12px);padding:20px;animation:fx-node-enter 1s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--fx-delay,0s)}.fx-system-node>svg{width:21px;height:21px;color:#cecece;flex-shrink:0}.fx-system-node>span{font-size:16px;font-weight:500}.fx-system-node>small{position:absolute;right:12px;top:10px;font-size:8px;color:#9e9e9e}.fx-node-1{left:0;top:38px;transform:rotate(-8deg);--fx-delay:.1s;--fx-rotate:-8deg}.fx-node-2{right:0;top:70px;transform:rotate(8deg);--fx-delay:.2s;--fx-rotate:8deg}.fx-node-3{left:7px;bottom:74px;transform:rotate(-5deg);--fx-delay:.3s;--fx-rotate:-5deg}.fx-node-4{right:-3px;bottom:37px;transform:rotate(8deg);--fx-delay:.4s;--fx-rotate:8deg}.fx-system-caption{position:absolute;bottom:-18px;left:0;right:0;text-align:center;font-size:8px;letter-spacing:.13em;color:#a0a0a0}.fx-explorer{background:#f6f4ef;color:#202020;padding:100px max(36px,calc((100vw - 1280px)/2));display:grid;grid-template-columns:1fr 1fr;gap:40px 65px;scroll-margin-top:80px}.fx-explorer>header .st-eyebrow,.fx-focus-copy .st-eyebrow{color:#666666}.fx-explorer h2{font-size:clamp(39px,4vw,57px);font-weight:500;letter-spacing:-.045em;line-height:1.12;margin:0}.fx-focus-tabs{align-self:center;display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #cecec5}.fx-focus-tabs a{display:flex;align-items:center;position:relative;gap:12px;min-height:72px;padding:18px 14px;border-bottom:1px solid #cecec5;color:#575757;font-size:12px;transition:background .2s,color .2s}.fx-focus-tabs a:nth-child(odd){border-right:1px solid #cecec5}.fx-focus-tabs a span{font-size:9px;color:#767676}.fx-focus-tabs a b{font-weight:550}.fx-focus-tabs a svg{width:14px;margin-left:auto;flex-shrink:0}.fx-focus-tabs a:hover,.fx-focus-tabs a[aria-selected=true]{background:#e4e4e4;color:#202020}.fx-focus-tabs a:after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:#6a6a6a;transform:scaleX(0);transform-origin:left;transition:transform .3s}.fx-focus-tabs a[aria-selected=true]:after{transform:scaleX(1)}.fx-focus-panels{grid-column:1/-1}.fx-focus-panel{display:grid;grid-template-columns:1fr 1.05fr;gap:65px;align-items:center;padding-top:40px;margin-top:30px;border-top:1px solid #cecec5;scroll-margin-top:110px}.fx-focus-panel[hidden]{display:none}.fx-explorer.is-enhanced .fx-focus-panel{margin-top:0;animation:fx-panel-enter .48s cubic-bezier(.16,1,.3,1) both}.fx-focus-copy{padding-right:20px}.fx-focus-copy h3{font-size:clamp(30px,3vw,43px);font-weight:500;letter-spacing:-.035em;line-height:1.17;margin:0 0 20px;max-width:475px}.fx-focus-copy>p:not(.st-eyebrow){font-size:15px;line-height:1.8;color:#636363;max-width:460px}.fx-focus-copy ul{list-style:none;padding:10px 0;margin:0}.fx-focus-copy li{display:flex;gap:12px;align-items:baseline;font-size:12px;line-height:1.65;padding:9px 0;color:#444444}.fx-focus-copy li>span{color:#707070;font-size:12px}.fx-focus-copy>.st-link{margin-top:14px;color:#252525}.fx-focus-art{position:relative;overflow:hidden;height:365px;background:#191919;border:1px solid #323232;border-radius:12px;box-shadow:0 25px 50px #00000013;color:#f6f4ef;padding:32px 35px}.fx-art-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff05 1px,transparent 1px),linear-gradient(90deg,#ffffff05 1px,transparent 1px);background-size:45px 45px;mask-image:linear-gradient(135deg,#000,transparent 90%)}.fx-art-kicker{position:relative;font-size:10px;letter-spacing:.1em;color:#b4b4b4}.fx-art-value{position:relative;margin-top:47px;z-index:1}.fx-art-value strong{display:block;font-size:clamp(38px,3.5vw,55px);line-height:1.1;letter-spacing:-.04em;font-weight:450}.fx-art-value>span{display:block;color:#aeaeae;font-size:12px;margin-top:10px}.fx-art-lines{position:absolute;left:35px;right:35px;bottom:64px;height:55px;display:flex;align-items:end;gap:14px;opacity:.7}.fx-art-lines i{width:25%;background:#bebebe40;border-top:1px solid #bebebe;border-radius:2px 2px 0 0;height:25%}.fx-art-lines i:nth-child(2){height:50%}.fx-art-lines i:nth-child(3){height:68%}.fx-art-lines i:nth-child(4){height:100%}.fx-art-foot{position:absolute;left:35px;right:35px;bottom:23px;display:flex;justify-content:space-between;font-size:10px;color:#ababab}.fx-art-foot b{font-size:19px;font-weight:400}.fx-art-paths .fx-art-lines{height:130px;transform:rotate(-10deg);left:46%;bottom:46px}.fx-art-paths .fx-art-lines i{position:absolute;bottom:0;left:0;width:150%;height:100%;border:1px solid #bebebe45;border-radius:100% 0 0;background:none}.fx-art-paths .fx-art-lines i:nth-child(2){height:75%}.fx-art-paths .fx-art-lines i:nth-child(3){height:50%}.fx-art-paths .fx-art-lines i:nth-child(4){display:none}.fx-art-flow .fx-art-lines{gap:8px}.fx-art-flow .fx-art-lines i{border:0;border-radius:4px;background:#c1c1c1;opacity:.35;height:8px;width:40%;transform:rotate(-15deg)}.fx-art-flow .fx-art-lines i:nth-child(2){width:30%;opacity:.5}.fx-art-flow .fx-art-lines i:nth-child(3){width:20%;opacity:.7}.fx-art-flow .fx-art-lines i:nth-child(4){width:10%;opacity:1}.fx-art-inputs .fx-art-lines{gap:10px;height:42px}.fx-art-inputs .fx-art-lines i{border:1px solid #bebebe59;background:#bebebe09;height:100%;border-radius:6px}.fx-workspaces.st-platform{padding:105px max(36px,calc((100vw - 1280px)/2)) 30px;background:#0b0b0b}.fx-section-heading{display:grid;grid-template-columns:1fr .7fr;gap:0 60px;align-items:end;margin-bottom:75px}.fx-section-heading .st-eyebrow{grid-column:1/-1}.fx-section-heading h2{font-size:clamp(42px,4.5vw,64px);line-height:1.08;letter-spacing:-.04em;font-weight:500;margin:0}.fx-section-heading h2 span{color:#b1b1b1}.fx-section-heading>p:last-child{color:#b0b0b0;font-size:15px;line-height:1.8;margin-bottom:5px}.fx-workspace{display:grid;grid-template-columns:.78fr 1.22fr;gap:75px;align-items:center;padding:70px 0;border-top:1px solid var(--fx-line);scroll-margin-top:95px}.fx-workspace:nth-of-type(even){grid-template-columns:1.22fr .78fr}.fx-workspace:nth-of-type(even) .fx-workspace-copy{order:2}.fx-workspace-copy h3{font-size:clamp(34px,3.7vw,51px);line-height:1.1;letter-spacing:-.04em;font-weight:500;margin:0 0 25px}.fx-workspace-copy h3 span{color:#b1b1b1}.fx-workspace-copy>p:not(.st-eyebrow){font-size:15px;line-height:1.8;color:#afafaf;max-width:360px}.fx-workspace-copy .st-eyebrow{font-size:10px}.fx-interaction-hint{display:flex;align-items:center;gap:16px;margin-top:32px;color:#c8c8c8}.fx-interaction-hint>span{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border:1px solid #d2d2d23b;border-radius:50%;font-size:21px;font-weight:400}.fx-interaction-hint p{font-size:11px;line-height:1.8;margin:0}.fx-demo-shell{min-width:0;position:relative;border-radius:13px;padding:13px;background:linear-gradient(135deg,#303030,#181818 75%);border:1px solid #ffffff29;box-shadow:0 25px 60px #0006}.fx-workspaces .fx-demo-shell>.domain-preview{margin:0;min-height:390px;border-radius:7px;background:#171717;border:1px solid #ffffff15;padding:30px 30px 46px;box-shadow:none}.fx-workspaces .fx-demo-shell>.domain-preview.overview{min-height:390px}.fx-workspaces .fx-demo-shell .domain-preview.plan{min-height:400px}.fx-workspaces .fx-demo-shell .domain-preview.tax{min-height:490px}.fx-workspaces .fx-demo-shell .overview-plot{height:190px}.fx-workspaces .overview-plot svg{overflow:visible}.fx-workspaces .overview-summary{border-color:#ffffff26}.fx-workspaces .overview-period{color:#cbcbcb}.fx-workspaces .preview-grid{opacity:.2}.fx-workspaces .domain-preview .demo-fictional{font-size:9px;letter-spacing:.01em;text-transform:none;right:20px;left:20px;text-align:right}.fx-illustration-note{font-size:11px;line-height:1.8;color:#acacac;border-top:1px solid var(--fx-line);padding-top:30px;margin-top:5px}.fx-illustration-note a{display:inline-flex;gap:7px;align-items:center;color:#d7d7d7;margin-left:10px;text-decoration:underline;text-underline-offset:3px}.fx-illustration-note svg{width:12px}.fx-foundation{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:100px max(36px,calc((100vw - 1280px)/2));background:#f6f4ef;color:#222}.fx-foundation .st-eyebrow{color:#6e6e6e}.fx-foundation h2{font-size:clamp(38px,3.7vw,51px);line-height:1.15;letter-spacing:-.04em;font-weight:500;margin:0 0 30px}.fx-foundation h2 span{color:#757575}.fx-foundation-list article{display:flex;gap:24px;padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid #cdcdcd}.fx-foundation-list article:last-child{margin-bottom:0}.fx-foundation-list article>span{font-size:10px;color:#676767;margin-top:5px}.fx-foundation h3{font-size:21px;letter-spacing:-.02em;font-weight:550;margin:0 0 10px;line-height:1.35}.fx-foundation p{font-size:14px;line-height:1.8;color:#666666;margin:0}.fx-close{position:relative;isolation:isolate;text-align:center;padding:100px 24px 110px;background:#111;overflow:hidden}.fx-close:before,.fx-close:after{content:'';position:absolute;z-index:-1;width:900px;height:450px;border:1px solid #ffffff13;border-radius:50%;top:10%;left:calc(50% - 450px);transform:rotate(-12deg)}.fx-close:after{transform:rotate(15deg);border-color:#ffffff0c}.fx-close h2{font-size:clamp(48px,6.5vw,90px);line-height:1.06;letter-spacing:-.05em;font-weight:500;margin:0 0 25px}.fx-close h2 span{color:#b9b9b9}.fx-close>p:not(.st-eyebrow){font-size:16px;color:#bfbfbf;margin-bottom:32px}.fx-page :focus-visible{outline:2px solid #b4b4b4;outline-offset:6px}.fx-explorer :focus-visible,.fx-foundation :focus-visible{outline-color:#636363}
@keyframes fx-node-enter{from{opacity:0;translate:0 35px;rotate:5deg}to{opacity:1;translate:0 0;rotate:0deg}}@keyframes fx-panel-enter{from{opacity:.45;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1500px){.fx-hero{min-height:790px}.fx-system{height:470px}}
@media(max-width:1100px){.fx-hero{gap:20px;min-height:680px}.fx-hero h1{font-size:70px}.fx-system-node{min-width:155px;min-height:82px;padding:18px;gap:11px}.fx-system-node>span{font-size:14px}.fx-system-core{width:85px;height:85px;top:calc(50% - 43px);left:calc(50% - 43px)}.fx-explorer{gap:35px}.fx-focus-panel{gap:35px;grid-template-columns:1fr 1fr}.fx-focus-copy{padding:0}.fx-focus-art{padding:30px 25px}.fx-art-value strong{font-size:40px}.fx-workspace,.fx-workspace:nth-of-type(even){gap:40px;grid-template-columns:.8fr 1.2fr}.fx-workspace:nth-of-type(even){grid-template-columns:1.2fr .8fr}.fx-workspaces .fx-demo-shell>.domain-preview{padding:25px 20px 46px}.fx-workspaces .demo-heading strong{font-size:42px}.fx-workspaces .plan-comparison{gap:18px}.fx-workspaces .plan-gauge{width:140px;height:140px}.fx-workspaces .plan-details h4{font-size:21px}.fx-workspaces .plan-details>div{font-size:9px}.fx-foundation{gap:40px}}
@media(max-width:800px){.fx-hero{grid-template-columns:1fr;min-height:0;padding:135px 28px 95px;gap:12px}.fx-hero-copy{max-width:650px}.fx-hero h1{font-size:clamp(62px,10vw,86px)}.fx-system{max-width:480px;margin:0 auto;height:355px}.fx-node-1{top:15px}.fx-node-2{top:38px}.fx-node-3{bottom:30px}.fx-node-4{bottom:15px}.fx-system-caption{bottom:-17px}.fx-hero-rule{left:28px;right:28px;font-size:9px}.fx-explorer{padding:75px 28px;grid-template-columns:1fr;gap:30px}.fx-focus-panels{grid-column:auto}.fx-focus-panel{grid-template-columns:1fr 1fr;gap:30px;padding-top:35px}.fx-focus-copy h3{font-size:30px}.fx-focus-copy>p:not(.st-eyebrow){font-size:14px}.fx-focus-copy li{font-size:11px}.fx-focus-art{height:340px;padding:28px 20px}.fx-art-value strong{font-size:34px}.fx-art-lines,.fx-art-foot{left:20px;right:20px}.fx-workspaces.st-platform{padding:75px 28px 25px}.fx-section-heading{gap:30px;margin-bottom:45px}.fx-section-heading h2{font-size:44px}.fx-section-heading>p:last-child{font-size:13px}.fx-workspace,.fx-workspace:nth-of-type(even){grid-template-columns:1fr;gap:25px;padding:48px 0}.fx-workspace:nth-of-type(even) .fx-workspace-copy{order:0}.fx-workspace-copy h3{font-size:42px;margin-bottom:20px}.fx-workspace-copy>p:not(.st-eyebrow){max-width:550px;margin-bottom:0}.fx-interaction-hint{margin-top:23px}.fx-demo-shell{max-width:650px;width:100%}.fx-foundation{grid-template-columns:1fr;padding:65px 28px;gap:35px}.fx-foundation h2{font-size:42px}.fx-close{padding:80px 24px 90px}}
@media(max-width:520px){.fx-hero{padding:127px 20px 82px}.fx-hero h1{font-size:clamp(46px,14.1vw,61px);line-height:1.04}.fx-hero .st-eyebrow{font-size:10px}.fx-hero-copy>p:not(.st-eyebrow){font-size:15px}.fx-hero .st-actions{gap:12px;flex-wrap:wrap;margin-top:25px}.fx-hero .st-button{min-height:49px;padding:0 19px;gap:25px}.fx-hero .st-link{font-size:12px;gap:10px}.fx-system{height:320px;max-width:370px;margin-top:20px}.fx-system-node{min-width:142px;min-height:73px;padding:17px 14px;gap:9px}.fx-system-node>span{font-size:13px}.fx-system-node>svg{width:17px;height:17px}.fx-system-core{width:78px;height:78px;top:calc(50% - 39px);left:calc(50% - 39px);border-radius:18px}.fx-system-core img{width:32px}.fx-node-1{left:4px;top:12px}.fx-node-2{right:3px;top:38px}.fx-node-3{left:4px;bottom:39px}.fx-node-4{right:3px;bottom:16px}.fx-system-caption{font-size:7px;letter-spacing:.1em;bottom:-12px}.fx-hero-rule{left:20px;right:20px;bottom:23px;justify-content:center;padding-top:17px}.fx-hero-rule>span:first-child{display:none}.fx-explorer{padding:55px 20px;gap:25px}.fx-explorer h2{font-size:38px}.fx-focus-tabs a{padding:15px 10px;gap:7px;font-size:10px;min-height:62px}.fx-focus-tabs a span{font-size:8px}.fx-focus-tabs a svg{width:12px}.fx-focus-panel{grid-template-columns:1fr;gap:28px;padding-top:30px}.fx-focus-copy h3{font-size:32px;max-width:330px}.fx-focus-copy li{font-size:12px;padding:7px 0}.fx-focus-copy>.st-link{margin-top:6px}.fx-focus-art{height:285px;padding:25px}.fx-art-value{margin-top:36px}.fx-art-value strong{font-size:41px}.fx-art-value>span{font-size:11px}.fx-art-lines,.fx-art-foot{left:25px;right:25px}.fx-art-lines{bottom:59px;height:35px}.fx-art-paths .fx-art-lines{height:105px}.fx-workspaces.st-platform{padding:55px 20px 22px}.fx-section-heading{grid-template-columns:1fr;gap:0;margin-bottom:35px}.fx-section-heading h2{font-size:40px}.fx-section-heading>p:last-child{margin-top:22px;font-size:14px}.fx-workspace{scroll-margin-top:90px}.fx-workspace-copy h3{font-size:39px}.fx-workspace-copy>p:not(.st-eyebrow){font-size:14px}.fx-demo-shell{padding:7px;border-radius:10px}.fx-workspaces .fx-demo-shell>.domain-preview{padding:22px 15px 42px;min-height:370px}.fx-workspaces .fx-demo-shell>.domain-preview.overview{min-height:345px}.fx-workspaces .fx-demo-shell .domain-preview.plan{min-height:380px}.fx-workspaces .fx-demo-shell .domain-preview.tax{min-height:520px}.fx-workspaces .fx-demo-shell .overview-plot{height:150px}.fx-workspaces .demo-heading{gap:8px}.fx-workspaces .demo-heading strong{font-size:36px}.fx-workspaces .overview-period b{font-size:10px}.fx-workspaces .overview-period small{font-size:8px}.fx-workspaces .overview-summary>div{padding-right:8px}.fx-workspaces .overview-summary b{font-size:13px}.fx-workspaces .overview-summary span{font-size:8px}.fx-workspaces .scenario-switch{gap:4px}.fx-workspaces .scenario-switch button{font-size:9px;padding:9px 8px;min-height:38px}.fx-workspaces .plan-comparison{grid-template-columns:112px 1fr;gap:12px}.fx-workspaces .plan-gauge{width:112px;height:112px}.fx-workspaces .plan-gauge>div{width:90px;height:90px}.fx-workspaces .plan-gauge strong{font-size:32px}.fx-workspaces .plan-gauge span{font-size:7px}.fx-workspaces .plan-details h4{font-size:18px}.fx-workspaces .plan-details>div{font-size:8px;gap:7px}.fx-workspaces .plan-details>small{font-size:8px}.fx-workspaces .goal-track{font-size:9px;grid-template-columns:102px 1fr 28px;gap:8px}.fx-workspaces .tax-heading strong{font-size:29px}.fx-workspaces .tax-heading>span{font-size:8px}.fx-workspaces .tax-heading>span b{font-size:10px}.fx-workspaces .tax-assumptions button{font-size:10px}.fx-workspaces .tax-assumptions>p{font-size:9px}.fx-workspaces .tax-assumptions>p>span{font-size:8px}.fx-workspaces .domain-preview .demo-fictional{font-size:8px;left:10px;right:10px}.fx-illustration-note{font-size:10px}.fx-illustration-note a{margin:8px 0 0}.fx-foundation{padding:55px 20px}.fx-foundation h2{font-size:37px}.fx-foundation h3{font-size:19px}.fx-foundation p{font-size:13px}.fx-foundation-list article{gap:16px}.fx-close h2{font-size:49px}.fx-close>p:not(.st-eyebrow){font-size:14px}}
@media(max-width:360px){.fx-hero h1{font-size:46px}.fx-system-node{min-width:125px;gap:8px;padding:17px 10px}.fx-system-node>span{font-size:12px}.fx-focus-tabs a{font-size:9px;padding:14px 8px}.fx-focus-tabs a span{display:none}.fx-workspaces .plan-comparison{grid-template-columns:1fr;gap:15px}.fx-workspaces .plan-gauge{margin:auto}.fx-workspaces .plan-details>div{font-size:10px}.fx-workspaces .fx-demo-shell .domain-preview.plan{min-height:470px}.fx-workspaces .tax-heading{flex-wrap:wrap}.fx-workspaces .tax-heading>span{display:block}.fx-workspaces .tax-heading strong{font-size:29px}.fx-workspaces .cashflow-bars button{font-size:10px;grid-template-columns:54px 1fr 48px;gap:8px}.fx-workspaces .money-top strong{font-size:39px}}
@media(prefers-reduced-motion:reduce){.fx-page *,.fx-page *:before,.fx-page *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.fx-system{transform:none!important}}

.checkout-shell{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding:140px max(28px,calc((100vw - 1140px)/2)) 100px;background:#090b0c;color:#f6f4ef;min-height:900px}.checkout-back{display:inline-flex;align-items:center;font-size:12px;color:#bdbdbd;min-height:44px;margin-bottom:30px}.checkout-heading h1{font-size:clamp(44px,4.8vw,68px);line-height:1.1;font-weight:500;letter-spacing:-.045em;margin:22px 0}.checkout-heading h1 span{color:#bfbfbf}.checkout-heading>p:not(.st-eyebrow){font-size:16px;line-height:1.8;color:#b3b3b3}.checkout-brand-art{position:relative;margin:60px 0 0;height:240px;max-width:380px;display:grid;place-items:center;overflow:hidden}.checkout-brand-art img{width:90px;position:relative;z-index:1;filter:brightness(0) invert(.96)}.checkout-brand-art i{position:absolute;width:280px;height:155px;border:1px solid #aeaeae40;border-radius:50%;transform:rotate(-25deg)}.checkout-brand-art i:last-child{transform:rotate(25deg)}.checkout-summary{padding:34px;background:#f6f4ef;border:1px solid #ffffff3b;border-radius:13px;color:#212121;align-self:start}.checkout-overline{font-size:10px;color:#646464;letter-spacing:.06em;text-transform:uppercase}.checkout-summary h2{font-size:30px;font-weight:500;letter-spacing:-.03em;margin:14px 0 25px}.checkout-options{display:grid;gap:12px}.checkout-options button{display:flex;justify-content:space-between;gap:25px;text-align:left;padding:17px;background:#ebeae3;border:1px solid #d5d5d5;border-radius:8px;color:#252525;cursor:pointer;font:inherit;font-size:14px}.checkout-options button[aria-pressed=true]{background:#222222;color:#f6f4ef;border-color:#222222;box-shadow:0 3px 12px #22222220}.checkout-options b{font-weight:550;font-size:17px;text-align:right}.checkout-options small{display:block;font-size:10px;font-weight:450;margin-top:5px;color:#606060}.checkout-options [aria-pressed=true] small{color:#cbcbcb}.checkout-total{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;margin:30px 0 10px;padding:23px 0;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}.checkout-total>span{font-size:13px}.checkout-total strong{font-size:27px;font-weight:500;letter-spacing:-.03em}.checkout-total p{grid-column:1/-1;margin:0;font-size:12px;color:#6d6d6d}.checkout-summary ul{list-style:none;padding:0;margin:20px 0 30px}.checkout-summary li{font-size:12px;line-height:1.8;padding:6px 0;color:#585858}.checkout-summary li:before{content:'✓';margin-right:12px;color:#6e6e6e}.checkout-summary .st-button{width:100%;justify-content:space-between;background:#222222;color:#f6f4ef;border-color:#222222;font-size:13px}.checkout-summary .st-button:hover{background:#3f3f3f;border-color:#3f3f3f}.checkout-ready>p,.checkout-terms{font-size:10px;line-height:1.75;color:#6c6c6c;margin:16px 0 0}.checkout-pending>p{font-size:14px;font-weight:550;margin:0 0 7px}.checkout-pending>span{display:block;font-size:12px;line-height:1.7;color:#6d6d6d;margin-bottom:20px}.checkout-terms{border-top:1px solid #d5d5d5;padding-top:17px}.checkout-terms a{text-decoration:underline;text-underline-offset:3px}.checkout-page .launch-cta{display:none}
@media(max-width:900px){.checkout-shell{gap:40px;padding:130px 28px 75px}.checkout-summary{padding:27px}.checkout-heading h1{font-size:46px}}
@media(max-width:760px){.checkout-shell{grid-template-columns:1fr;gap:32px;padding:112px 22px 55px;min-height:0}.checkout-back{margin-bottom:18px}.checkout-heading h1{font-size:44px}.checkout-heading>p:not(.st-eyebrow){font-size:14px}.checkout-heading .st-eyebrow{margin:0}.checkout-brand-art{display:none}.checkout-summary{padding:25px 20px}.checkout-options button{font-size:13px;padding:16px}.checkout-summary h2{font-size:27px}}

.checkout-steps{list-style:none;padding:0;margin:36px 0 0;display:grid;gap:0;max-width:440px}.checkout-steps li{display:flex;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid #29292926;font-size:14px;line-height:1.6}.checkout-steps span{font-size:11px;color:#b3b3b3}.checkout-pending>.st-link{margin-top:20px;font-size:13px}

/* A single motion language for the entire Pivlyn site. Everything is readable
   before enhancement, and every interaction retains its original hit area. */
@view-transition { navigation: auto; }

::view-transition-group(root) { animation-duration: .45s; }
::view-transition-old(root) { animation: pm-page-out .22s cubic-bezier(.4,0,1,1) both; }
::view-transition-new(root) { animation: pm-page-in .5s cubic-bezier(.2,.7,.2,1) both; }
.site-header { view-transition-name: pivlyn-navigation; }
::view-transition-group(pivlyn-navigation) { animation-duration: .4s; }
::view-transition-old(pivlyn-navigation),
::view-transition-new(pivlyn-navigation) { animation: none; mix-blend-mode: normal; }
::view-transition-new(pivlyn-navigation) { opacity: 1; }
::view-transition-old(pivlyn-navigation) { opacity: 0; }

@keyframes pm-page-out { to { opacity: 0; transform: translateY(-8px); } }
@keyframes pm-page-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes pm-editorial-arrive { from { translate: 0 24px; opacity: .6; } to { translate: 0 0; opacity: 1; } }
@keyframes pm-section-arrive { from { translate: 0 34px; opacity: .65; } to { translate: 0 0; opacity: 1; } }
@keyframes pm-word-arrive {
  from { translate: 0 .28em; rotate: 2deg; opacity: .48; filter: blur(1px); }
  to { translate: 0 0; rotate: 0deg; opacity: 1; filter: blur(0); }
}
@keyframes pm-orbit-draw { from { clip-path: inset(0 100% 0 0); opacity: .2; } to { clip-path: inset(0); opacity: 1; } }
@keyframes pm-core-arrive { from { scale: .85; opacity: .4; } to { scale: 1; opacity: 1; } }
@keyframes pm-node-arrive {
  from { translate: var(--pm-node-x, 0px) var(--pm-node-y, 24px); scale: .92; opacity: .35; }
  to { translate: 0 0; scale: 1; opacity: 1; }
}

.pm-heading-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.pm-heading-visual { display: contents; color: inherit !important; }
.pm-word { display: inline-block; font: inherit; color: inherit; transform-origin: left bottom; }
.pm-type-line { position: relative; }
.pm-type-original { opacity: 1; }
.pm-type-ink { position: absolute; inset: 0; pointer-events: none; }
.st-hero-bottom .pm-type-ink { color: #f6f4ef; }
.pm-type-caret { display: inline-block; width: 1px; height: .9em; margin-left: 2px; background: currentColor; vertical-align: -.06em; }

.pm-reading-progress {
  position: fixed;
  z-index: 1001;
  inset: 0 0 auto;
  height: 2px;
  background: #f6f4ef;
  box-shadow: 0 0 8px #f6f4ef22;
  transform: scaleX(var(--pm-progress, 0));
  transform-origin: left;
  pointer-events: none;
  view-transition-name: pivlyn-progress;
}
.pm-reading-progress[hidden] { display: none; }
::view-transition-group(pivlyn-progress) { animation: none; }
::view-transition-old(pivlyn-progress),
::view-transition-new(pivlyn-progress) { animation: none; }

/* Light stays in the art; body copy and financial data are never washed out. */
.pm-light-surface { position: relative; isolation: isolate; }
.pm-surface-light {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(360px circle at var(--pm-pointer-x, 50%) var(--pm-pointer-y, 50%), #ffffff0d, transparent 65%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .pm-light-surface.pm-pointer-active > .pm-surface-light { opacity: 1; }
}

@media (prefers-reduced-motion: no-preference) {
  /* Replace the single group slide with spaced editorial entrances. The hero
     artwork itself keeps its existing studio.js scroll implementation. */
  .pivlyn-motion .st-hero-inner { animation: none; }
  .pivlyn-motion .pm-arrive {
    animation: pm-editorial-arrive .95s cubic-bezier(.16,1,.3,1) both;
    animation-delay: var(--pm-delay, 0ms);
  }
  .pivlyn-motion .pm-word {
    animation: pm-word-arrive 1.1s cubic-bezier(.16,1,.3,1) both;
    animation-delay: var(--pm-word-delay, 0ms);
  }
  .pivlyn-motion .fx-system-orbit {
    animation: pm-orbit-draw 1.6s cubic-bezier(.16,1,.3,1) both;
    animation-delay: .15s;
  }
  .pivlyn-motion .fx-orbit-two { animation-delay: .3s; }
  .pivlyn-motion .fx-system-core { animation: pm-core-arrive 1.2s cubic-bezier(.16,1,.3,1) both; }
  .pivlyn-motion .fx-system-node {
    animation: pm-node-arrive 1.25s cubic-bezier(.16,1,.3,1) both;
    animation-delay: calc(var(--fx-delay, 0s) + .12s);
  }
  .fx-node-1 { --pm-node-x: 30px; --pm-node-y: 30px; }
  .fx-node-2 { --pm-node-x: -30px; --pm-node-y: 20px; }
  .fx-node-3 { --pm-node-x: 25px; --pm-node-y: -25px; }
  .fx-node-4 { --pm-node-x: -30px; --pm-node-y: -30px; }
  .pivlyn-motion .fx-hero-rule { animation: pm-orbit-draw 1.3s cubic-bezier(.16,1,.3,1) .4s both; }
  .pivlyn-motion .pm-reveal.pm-in-view {
    animation: pm-section-arrive .85s cubic-bezier(.16,1,.3,1) both;
    animation-delay: var(--pm-delay, 0ms);
  }
  .pivlyn-motion .pm-arrive:focus-within,
  .pivlyn-motion .pm-reveal:focus-within { animation: none; }
  .pivlyn-motion :is(.st-link,.text-arrow,.nav-beta,.launch-cta,.button,.st-button) > svg {
    transition: translate .3s cubic-bezier(.16,1,.3,1);
  }
  .pivlyn-motion :is(.st-link,.text-arrow,.nav-beta,.launch-cta,.button,.st-button):is(:hover,:focus-visible) > svg {
    translate: 3px 0;
  }
}

@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .pm-art-frame { overflow: clip; }
  img.pm-parallax {
    transform: translate3d(0, var(--pm-art-offset, 0px), 0) scale(var(--pm-art-scale, 1.055));
    transform-origin: center;
  }
  img.pm-parallax[data-motion-active] { will-change: transform; }
  .pm-scroll-scene {
    scale: var(--pm-scene-scale, 1);
    rotate: var(--pm-scene-turn, 0deg);
    translate: 0 var(--pm-scene-depth, 0px);
  }
}

@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) { animation: none !important; }
  .pivlyn-motion *, .pivlyn-motion *::before, .pivlyn-motion *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .pm-parallax { transform: none !important; }
  .pm-scroll-scene, .pm-word { scale: 1 !important; rotate: 0deg !important; translate: none !important; }
  .pm-type-original { opacity: 1 !important; }
  .pm-type-ink { display: none; }
  .pm-surface-light { display: none; }
}

@media print {
  .pm-reading-progress, .pm-surface-light { display: none !important; }
  .pm-parallax { transform: none !important; }
  .pm-arrive, .pm-reveal { animation: none !important; }
  .pm-scroll-scene { scale: 1 !important; rotate: 0deg !important; translate: none !important; }
  .pm-type-original { opacity: 1 !important; }
  .pm-type-ink { display: none; }
}

/* A shared motion cadence: copy enters from the side, cards rise in sequence.
   Resting content is always visible, even without JavaScript or observers. */
@keyframes pm-section-arrive{from{opacity:.55;transform:translate3d(var(--pm-enter-x,0px),var(--pm-enter-y,24px),0)}to{opacity:1;transform:translate3d(0,0,0)}}
@media(prefers-reduced-motion:no-preference){
  .pm-from-left{--pm-enter-x:-22px;--pm-enter-y:10px}
  .pm-from-right{--pm-enter-x:22px;--pm-enter-y:10px}
  .pivlyn-motion .pm-reveal.pm-in-view{animation-timing-function:cubic-bezier(.16,1,.3,1);animation-duration:.9s}
  .pl-pillar-grid article,.pl-capability-grid article,.st-resource,.st-trust-grid article{transition:translate .35s cubic-bezier(.2,.8,.2,1),border-color .25s,box-shadow .35s}
  .pl-filter button,.pl-recurring-total button{transition:background .2s,color .2s,border-color .2s}
  .pl-pillar-grid a svg,.pl-capability-grid a svg,.st-resource svg{transition:translate .25s}
  .pl-pillar-grid a:is(:hover,:focus-visible) svg,.pl-capability-grid a:is(:hover,:focus-visible) svg{translate:4px 0}
  .pl-hero-topics a{position:relative;transition:color .25s}
  .pl-hero-topics a:after{content:'';position:absolute;bottom:5px;left:0;right:0;height:1px;background:currentColor;scale:0 1;transform-origin:left;transition:scale .3s}
  .pl-hero-topics a:is(:hover,:focus-visible):after{scale:1 1}
}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
  .pl-capability-grid article:hover,.st-resource:hover{translate:0 -4px;box-shadow:0 14px 35px #1e1e1e0d}
  .pl-pillar-grid article:hover .pl-pillar-top>span{background:#e5e5e5;border-color:#959595}
}
@media(max-width:760px){.pm-from-left,.pm-from-right{--pm-enter-x:0px;--pm-enter-y:16px}}
@media(prefers-reduced-motion:reduce){.pl-architecture:before,.pl-horizon{translate:none!important;will-change:auto}.pm-reading-progress{display:none}}

/* Shared visual rules for the Pivlyn marketing site. */
:root{--pv-canvas:#f6f5f0;--pv-ink:#222222;--pv-muted:#636363;--pv-line:#dadada;--pv-dark:#0e0e0e;--pv-width:1200px;--pv-gutter:max(28px,calc((100vw - var(--pv-width))/2));--pv-section:88px}
html{scroll-padding-top:92px}
.site-unified{background:var(--pv-canvas)}
.site-unified .nav-shell{max-width:1256px;padding:0 28px;height:76px;gap:32px}
.site-unified .desktop-nav{gap:30px}.site-unified .desktop-nav a{font-size:13px;min-height:44px;display:inline-flex;align-items:center}
.site-unified .nav-beta{min-height:44px;padding:10px 18px;border-radius:8px}
.site-unified .st-button{border-radius:8px;min-height:50px;font-weight:600;letter-spacing:0}
.site-unified .st-link{min-height:44px;display:inline-flex;align-items:center}
.site-unified :is(.st-eyebrow,.luxe-label,.atelier-label){font-size:11px;letter-spacing:.1em;line-height:1.5}
.site-unified :is(.editorial-hero,.document-hero){padding:150px var(--pv-gutter) 66px}
.site-unified .editorial-hero h1{font-size:clamp(46px,5.3vw,76px);line-height:1.08;letter-spacing:-.045em;max-width:980px}
.site-unified .editorial-hero>p:not(.eyebrow){max-width:630px;font-size:17px;line-height:1.75}
.site-unified .editorial-hero:before{opacity:.16}
.site-unified :is(.st-platform,.st-decisions,.st-trust,.st-resources,.fx-explorer,.fx-foundation,.fx-workspaces.st-platform,.page-depth){padding-left:var(--pv-gutter);padding-right:var(--pv-gutter)}
.site-unified :is(.st-platform,.st-decisions,.st-trust,.st-resources){padding-top:var(--pv-section);padding-bottom:var(--pv-section)}
.st-platform-heading,.st-feature-title{column-gap:64px;align-items:end}
.st-platform-heading h2,.st-resources h2,.st-trust h2{font-size:clamp(36px,4vw,56px);line-height:1.12;letter-spacing:-.04em}
.st-feature-title h3{font-size:clamp(30px,3.2vw,44px);line-height:1.15;letter-spacing:-.035em}
.st-feature-title>p,.st-platform-heading>p:last-child{font-size:15px;line-height:1.8;max-width:460px}
.st-desktop-frame,.st-dual-art{border-radius:14px}
.st-dual{gap:28px}.st-dual>article{min-width:0}
.st-dual>article>header{min-height:168px}
.st-decision h3{font-size:24px}.st-decision p{font-size:14px;max-width:470px}.st-decisions{gap:72px}
.st-trust-grid{gap:0}.st-trust h3{font-size:23px}.st-trust article p{font-size:14px}
.st-resources>div{gap:28px}.resource-drawing{border-radius:12px}.st-resource h3{font-size:24px;line-height:1.25}.st-resource p{font-size:14px;line-height:1.8}
.site-unified .footer-shell{max-width:1256px;padding:64px 28px 40px;gap:80px}
.site-unified .footer-links a,.site-unified .footer-links p{font-size:12px;line-height:1.7}.site-unified .footer-links h2{font-size:11px;letter-spacing:.08em}
.footer-orbit{display:none}.site-unified .footer-disclosure,.site-unified .footer-base{max-width:1200px;margin-left:auto;margin-right:auto}
/* Pricing: one membership, billing choice first, feature coverage alongside. */
.site-unified .pricing-hero{display:block;background:var(--pv-canvas);color:var(--pv-ink);padding:134px var(--pv-gutter) 0;overflow:visible}
.pricing-hero-backdrop{display:none}.pricing-hero-copy{padding:0;text-align:center;max-width:900px;margin:0 auto 38px}
.pricing-hero .eyebrow{color:#6d6d6d;font-size:11px;margin:0 0 20px}
.pricing-hero h1{font-size:clamp(40px,4.4vw,62px);line-height:1.08;letter-spacing:-.045em;margin:0 0 22px}
.pricing-hero h1 em{color:#767676}.pricing-hero-copy>p:not(.eyebrow){max-width:650px;margin:auto;font-size:16px;line-height:1.75;color:#606060}
.membership-card{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'top top' 'switch includes' 'price includes' 'cta includes' 'note includes' 'fine fine';gap:0 56px;padding:32px 40px 0;background:#fff;border:1px solid #d3d3d3;border-radius:16px;box-shadow:0 16px 45px #27272710;overflow:hidden}
.membership-card-top{grid-area:top;border-bottom:1px solid var(--pv-line);padding-bottom:24px;margin-bottom:26px}.membership-card-top h2{font-size:24px;font-weight:600}.membership-card-top>span{font-size:10px;letter-spacing:.08em}
.billing-switch{grid-area:switch;margin:0;align-self:start}.billing-switch button{font-size:13px;min-height:44px}.billing-switch button>span{font-size:10px}
.membership-price{grid-area:price;min-height:150px;padding:24px 0 20px}.membership-price strong{font-size:68px;line-height:1;letter-spacing:-.055em}.membership-billing{font-size:14px;margin-top:12px}.membership-equivalent{font-size:12px}
.membership-card .membership-cta{grid-area:cta;min-height:50px;border-radius:8px}.membership-cta-note{grid-area:note;margin:12px 0 28px;font-size:11px}
.membership-inclusions{grid-area:includes;border-top:0;border-left:1px solid var(--pv-line);padding:0 0 0 36px}.membership-inclusions h3{font-size:12px;margin:0 0 18px;color:#555555}.membership-inclusions>div{padding:0 0 20px;gap:12px}.membership-inclusions b{font-size:14px;margin-bottom:4px}.membership-inclusions small{font-size:12px;line-height:1.65;color:#636363}.membership-inclusions svg{width:16px;height:16px}
.membership-fine{grid-area:fine;margin:0 -40px;padding:18px 40px;text-align:center;background:#f1f1f1;border-top:1px solid var(--pv-line);font-size:11px;color:#5d5d5d}.membership-fine a{display:inline-block;margin-left:8px;color:#343434;text-decoration:underline;text-underline-offset:3px}
.pricing-hero-bottom{max-width:960px;margin:0 auto;padding:24px 0;color:#636363;border:0;font-size:10px;letter-spacing:.03em}.pricing-hero-bottom a{gap:14px;font-size:12px}
.membership-value{max-width:none;padding:70px var(--pv-gutter) 0;margin:0}.membership-value>header{grid-template-columns:1fr .8fr;gap:64px;margin-bottom:36px}.membership-value h2{font-size:44px;line-height:1.12;letter-spacing:-.04em}.membership-value>header>p{max-width:400px;font-size:15px}
.membership-feature-grid{grid-template-columns:repeat(2,1fr);gap:0;border:1px solid var(--pv-line);border-radius:12px;overflow:hidden;background:#fff}
.membership-feature{border:0;border-radius:0;padding:30px 32px;background:transparent;transition:background .2s}.membership-feature:nth-child(odd){border-right:1px solid var(--pv-line)}.membership-feature:nth-child(-n+2){border-bottom:1px solid var(--pv-line)}.membership-feature:hover{background:#efefef;transform:none}
.membership-feature-top{font-size:11px;margin-bottom:24px}.membership-feature-top>span{font-size:10px}.membership-feature h3{font-size:24px;line-height:1.2;margin-bottom:12px}.membership-feature>p{font-size:14px;line-height:1.75;max-width:420px}
.membership-feature-link{display:flex;gap:12px;align-items:center;margin-top:24px;font-size:12px;font-weight:600;color:#484848}.membership-feature-link svg{width:16px}
.membership-value-base{padding:24px 0}.membership-value-base p{font-size:12px}.membership-value-base a{font-size:12px}
.membership-start{max-width:1200px;margin:72px auto;padding:0;gap:24px}.membership-start>div{padding-right:32px}.membership-start>a{background:#fff;border:1px solid var(--pv-line);border-radius:12px;padding:30px}.membership-start h2{font-size:38px}.membership-start h3{font-size:24px}.membership-start p{font-size:14px}
.membership-questions{max-width:1200px;margin:0 auto;padding:8px 0 88px;gap:72px}.membership-questions h2{font-size:38px;line-height:1.15}.membership-questions summary{font-size:15px;line-height:1.5;min-height:68px;padding:22px 35px 22px 0}.membership-questions details p{font-size:14px;line-height:1.85}.membership-questions details{border-color:var(--pv-line)}
/* Product-led feature introduction and aligned interactive workspaces. */
.fx-hero{padding:144px var(--pv-gutter) 88px;gap:72px;min-height:0;grid-template-columns:1fr 1fr}.fx-hero h1{font-size:clamp(50px,5vw,74px);line-height:1.08}.fx-hero-copy>p:not(.st-eyebrow){font-size:16px;line-height:1.8}
.fx-hero-rule{left:var(--pv-gutter);right:var(--pv-gutter);bottom:24px}
.fx-snapshot{min-width:0;align-self:center;background:#191919;border:1px solid #404040;border-radius:16px;padding:28px;box-shadow:0 20px 70px #0004;color:#f4f4f4}
.fx-snapshot-top{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:10px;letter-spacing:.08em;color:#c4c4c4}.fx-snapshot-top small{font-size:10px;letter-spacing:0;padding:5px 8px;border:1px solid #5c5c5c;border-radius:4px}
.fx-snapshot-total{margin-top:28px}.fx-snapshot-total>span{font-size:12px;color:#bdbdbd}.fx-snapshot-total strong{display:block;font-size:49px;line-height:1.15;letter-spacing:-.045em;font-weight:500;margin-top:7px;font-variant-numeric:tabular-nums}
.fx-snapshot-chart{width:100%;height:125px;display:block;margin:22px 0 14px;overflow:visible}.snapshot-grid{fill:none;stroke:#ffffff12;stroke-width:1}.snapshot-line{fill:none;stroke:#c0c0c0;stroke-width:2.3;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.fx-snapshot-balances{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-bottom:22px}.fx-snapshot-balances span{display:block;font-size:11px;color:#bfbfbf;margin-bottom:7px}.fx-snapshot-balances b{font-size:17px;font-weight:500}
.fx-snapshot nav{border-top:1px solid #404040;display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.fx-snapshot nav a{min-height:58px;display:flex;align-items:center;gap:10px;font-size:11px;color:#dbdbdb;border-bottom:1px solid #343434}.fx-snapshot nav a>svg{width:16px;height:16px;flex:none}.fx-snapshot nav a>svg:last-child{width:12px;margin-left:auto}.fx-snapshot nav a:hover{color:#fff}
.fx-explorer{padding-top:80px;padding-bottom:80px;gap:48px}.fx-explorer h2{font-size:44px}.fx-focus-tabs{gap:0;border:1px solid var(--pv-line);border-radius:10px;overflow:hidden}.fx-focus-tabs a{border:0;border-radius:0;font-size:12px;padding:20px 14px}.fx-focus-tabs a+a{border-left:1px solid var(--pv-line)}.fx-focus-tabs a[aria-selected=true]{background:#2c2c2c;color:#f6f5f0}.fx-focus-tabs a[aria-selected=true] span{color:#d0d0d0}
.fx-focus-copy h3{font-size:36px;line-height:1.15}.fx-focus-copy>p:not(.st-eyebrow){font-size:15px;line-height:1.8}.fx-focus-copy li{font-size:13px}.fx-focus-art{border-radius:12px;box-shadow:none}.fx-workspace,.fx-workspace:nth-of-type(even){gap:64px;padding:64px 0}.fx-demo-shell{border-radius:14px;padding:10px;box-shadow:0 16px 35px #0002}.fx-workspace-copy h3{font-size:42px;line-height:1.12}.fx-workspace-copy>p:not(.st-eyebrow){font-size:15px;line-height:1.8}.fx-section-heading h2{font-size:48px}
/* Supporting pages use the same gutters, readable text and quiet borders. */
.site-unified .resource-jumps{padding-left:var(--pv-gutter);padding-right:var(--pv-gutter);margin-bottom:56px}.resource-jumps a{font-size:12px;min-height:56px}
.savings-library{max-width:none;padding:0 var(--pv-gutter) 72px}.savings-library>header{max-width:720px;margin-bottom:32px}.savings-library h2{font-size:44px;line-height:1.12;letter-spacing:-.04em}.savings-library>header>p:last-child{font-size:15px;line-height:1.8}
.personal-savings .pivot-stage,.personal-savings .pivot-window{border-radius:12px}.personal-savings{box-shadow:none}.savings-field{font-size:12px}.savings-local,.savings-chart-note{font-size:11px}
.site-unified .support-rail,.site-unified .policy-rail{max-width:1256px;margin:auto;padding-left:28px;padding-right:28px}.support-rail a{border-radius:12px}.document-shell{max-width:1256px}.legal-document{font-size:16px;line-height:1.85}
.site-unified .launch-cta{padding:76px var(--pv-gutter);gap:48px}.launch-cta h2{font-size:48px;line-height:1.12}.launch-cta:before{opacity:.12}
.checkout-shell{max-width:1256px;gap:80px}.checkout-summary{border-radius:14px;box-shadow:0 16px 45px #27272710}.checkout-options button{border-radius:8px;min-height:74px}.checkout-options small{font-size:11px}
@keyframes pv-reveal{from{translate:0 16px}to{translate:0 0}}
.pivlyn-motion .pm-reveal.pm-in-view{animation-name:pv-reveal}
@media(max-width:1255px){.membership-start,.membership-questions{margin-left:28px;margin-right:28px}.site-unified .footer-disclosure,.site-unified .footer-base{margin-left:28px;margin-right:28px}}
@media(max-width:1000px){.membership-card{gap:0 32px;padding-left:28px;padding-right:28px}.membership-inclusions{padding-left:26px}.membership-fine{margin-left:-28px;margin-right:-28px;padding-left:28px;padding-right:28px}.fx-hero{gap:36px}.fx-snapshot{padding:22px}.fx-snapshot nav{grid-template-columns:1fr}.fx-snapshot nav a{min-height:46px}.fx-workspace,.fx-workspace:nth-of-type(even){gap:36px}.st-dual>article>header{min-height:188px}.membership-start{grid-template-columns:1fr 1fr}.membership-start>div{grid-column:1/-1;padding:0}.membership-questions{gap:36px}}
@media(max-width:760px){
:root{--pv-gutter:22px;--pv-section:60px}
html{scroll-padding-top:84px}.site-unified .nav-shell{height:72px;padding:0 20px;gap:16px}.site-unified .mobile-join{min-height:40px;border-radius:7px}.site-unified .brand img{width:104px}
.site-unified :is(.editorial-hero,.document-hero){padding:124px 22px 48px}.site-unified .editorial-hero h1{font-size:42px;line-height:1.12;letter-spacing:-.04em;margin:22px 0}.site-unified .editorial-hero>p:not(.eyebrow){font-size:15px;line-height:1.75}
.st-platform-heading h2,.st-trust h2,.st-resources h2{font-size:37px}.st-feature-title h3{font-size:30px}.st-feature-title>p,.st-platform-heading>p:last-child{font-size:14px}.st-dual>article>header{min-height:0}.st-dual{gap:32px}.st-decisions h2{font-size:41px}.st-decision h3{font-size:22px}.st-decision p{font-size:13px}
.site-unified .footer-shell{padding:48px 22px 32px;gap:40px}.site-unified .footer-disclosure,.site-unified .footer-base{margin-left:22px;margin-right:22px}
.site-unified .pricing-hero{padding:116px 20px 0}.pricing-hero-copy{margin-bottom:28px}.pricing-hero .eyebrow{margin-bottom:16px;font-size:10px}.pricing-hero h1{font-size:36px;line-height:1.1;letter-spacing:-.04em;margin-bottom:18px}.pricing-hero-copy>p:not(.eyebrow){font-size:14px;line-height:1.7}.pricing-hero-copy>p br{display:none}
.membership-card{display:flex;flex-direction:column;padding:24px 22px 0;border-radius:14px;gap:0}.membership-card-top{padding-bottom:20px;margin-bottom:22px;gap:12px}.membership-card-top h2{font-size:22px}.membership-card-top>span{font-size:8px}.billing-switch{width:100%;flex:none}.billing-switch button{min-height:44px;font-size:12px}.billing-switch button>span{font-size:9px}
.membership-price{padding:23px 0 21px;min-height:144px}.membership-price strong{font-size:64px}.membership-equivalent{font-size:12px}.membership-card .membership-cta{min-height:50px}.membership-cta-note{margin:12px 0 24px;font-size:10px}.membership-inclusions{padding:22px 0 4px;border-left:0;border-top:1px solid var(--pv-line)}.membership-inclusions h3{font-size:12px;margin-bottom:22px}.membership-inclusions>div{padding-bottom:22px}.membership-inclusions small{font-size:12px}.membership-inclusions b{font-size:14px}.membership-fine{margin:0 -22px;padding:18px 22px;font-size:11px;line-height:1.8}.membership-fine a{display:block;margin:4px 0 0}
.pricing-hero-bottom{display:block;text-align:center;padding:22px 0 4px;font-size:9px;line-height:1.8}.pricing-hero-bottom a{justify-content:center;margin-top:8px;font-size:12px}
.membership-value{padding-top:56px}.membership-value>header{display:block;margin-bottom:28px}.membership-value h2{font-size:36px}.membership-value>header>p{font-size:14px;margin-top:20px}.membership-feature-grid{grid-template-columns:1fr}.membership-feature{padding:26px 24px}.membership-feature:nth-child(odd){border-right:0}.membership-feature:not(:last-child){border-bottom:1px solid var(--pv-line)}.membership-feature h3{font-size:23px}.membership-feature>p{font-size:13px}.membership-feature-top{margin-bottom:18px}.membership-feature-link{margin-top:20px}.membership-value-base{display:block}.membership-value-base p{font-size:11px;line-height:1.8;align-items:start}.membership-value-base a{display:inline-flex;margin-top:15px;min-height:40px;font-size:12px}
.membership-start{display:block;margin:44px 22px}.membership-start>div{margin-bottom:24px}.membership-start>a{display:block;margin-top:16px;padding:26px}.membership-start h2{font-size:34px}.membership-start h3{font-size:23px}.membership-start p{font-size:13px}.membership-questions{display:block;margin:0 22px;padding:16px 0 60px}.membership-questions header{margin-bottom:20px}.membership-questions h2{font-size:34px}.membership-questions summary{font-size:14px}.membership-questions details p{font-size:13px}
.fx-hero{grid-template-columns:1fr;padding:124px 22px 76px;gap:32px}.fx-hero h1{font-size:50px}.fx-hero-copy>p:not(.st-eyebrow){font-size:15px}.fx-hero-rule{left:22px;right:22px;bottom:22px}.fx-snapshot{padding:22px;width:100%;max-width:500px;margin:auto}.fx-snapshot-top{font-size:9px}.fx-snapshot-top small{font-size:9px}.fx-snapshot-total strong{font-size:44px}.fx-snapshot-chart{height:100px}.fx-snapshot nav{grid-template-columns:1fr 1fr;gap:0 12px}.fx-snapshot nav a{font-size:10px;min-height:56px;gap:7px}.fx-snapshot nav a>svg:last-child{display:none}
.fx-explorer{padding-top:56px;padding-bottom:56px;gap:28px}.fx-explorer h2{font-size:36px}.fx-focus-tabs{display:grid;grid-template-columns:1fr 1fr}.fx-focus-tabs a{padding:18px 12px;font-size:11px;min-height:66px}.fx-focus-tabs a:nth-child(3){border-left:0}.fx-focus-tabs a:nth-child(-n+2){border-bottom:1px solid var(--pv-line)}.fx-focus-copy h3{font-size:30px}.fx-focus-copy>p:not(.st-eyebrow){font-size:14px}.fx-focus-copy li{font-size:12px}.fx-focus-art{height:300px}.fx-section-heading h2{font-size:38px}.fx-workspace,.fx-workspace:nth-of-type(even){grid-template-columns:1fr;padding:44px 0;gap:26px}.fx-workspace-copy h3{font-size:35px}.fx-workspace-copy>p:not(.st-eyebrow){font-size:14px}.fx-foundation{padding-top:56px;padding-bottom:56px}
.savings-library{padding-bottom:56px}.savings-library h2{font-size:36px}.savings-library>header>p:last-child{font-size:14px}.savings-field{font-size:10px}.site-unified .resource-jumps{margin-bottom:40px}.resource-jumps a{font-size:11px}.site-unified .support-rail,.site-unified .policy-rail{padding-left:22px;padding-right:22px}.site-unified .launch-cta{padding:58px 22px;gap:28px}.launch-cta h2{font-size:38px}.checkout-shell{gap:32px}.checkout-options small{font-size:10px}
}
@media(max-width:360px){.pricing-hero h1{font-size:32px}.membership-card{padding-left:18px;padding-right:18px}.membership-fine{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.billing-switch button{gap:5px;font-size:11px}.billing-switch button>span{font-size:8px}.fx-hero h1{font-size:43px}.fx-snapshot{padding:18px}.fx-snapshot-top{font-size:8px}.fx-snapshot nav{grid-template-columns:1fr}.fx-snapshot nav a{font-size:12px}.st-decisions h2{font-size:37px}}
@media(prefers-reduced-motion:reduce){.membership-feature,.fx-snapshot,.st-decision{transition:none}.pivlyn-motion .pm-reveal.pm-in-view{animation:none}}
.pricing-hero-copy .eyebrow{justify-content:center}
.membership-start>a{color:#222222}.membership-start>a>span{color:#616161}.membership-start>a h3{color:#222222}.membership-start>a>p{color:#606060}
.fx-snapshot{background:#1a1a1a;border-color:#3b3b3b}.fx-snapshot-chart path[fill]{stroke:none;fill:url(#snapshot-fill)}
.membership-start{background:transparent;color:#222222}.membership-start>div h2{color:#222222}.membership-start>div>p:not(.luxe-label){color:#606060}.membership-start>div .luxe-label{color:#616161}
.site-unified:not(.studio-home) .site-header{background:#0e0e0e}
/* Balance the homepage headline alongside the hero artwork. */
@media(min-width:761px){.studio-home .st-hero h1{font-size:clamp(60px,6vw,88px);max-width:850px}}
@media(max-width:760px){.studio-home .st-hero h1{font-size:clamp(32px,10.4vw,72px);line-height:1.1}}

/* Content determines height; headlines and financial labels retain their ink bounds. */
.site-unified :is(.editorial-hero,.document-hero) h1{overflow-wrap:break-word}
.st-platform .domain-preview :is(.demo-heading,.money-top,.tax-heading){flex-wrap:wrap;gap:16px}
.st-platform .domain-preview :is(.demo-heading,.money-top,.tax-heading)>div{min-width:0}
.st-platform .domain-preview :is(.demo-heading,.money-top,.tax-heading) small{line-height:1.6}
.st-platform .domain-preview :is(.demo-heading,.money-top,.tax-heading) strong{margin-top:14px;line-height:1.1}
.st-platform .domain-preview .overview-period{flex:none;max-width:100%}
.st-platform .domain-preview .overview-period small{white-space:normal}
.fx-foundation .st-eyebrow{margin-bottom:20px}
.site-unified .data-promise{max-width:1256px;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:72px;padding:80px 28px;align-items:start}
.site-unified .data-promise h2{font-size:clamp(34px,3.2vw,46px);line-height:1.15;letter-spacing:-.04em;margin:24px 0 0}
.site-unified .data-promise>div:last-child{padding-top:24px}
.site-unified .data-promise>div:last-child p{align-items:start;line-height:1.8}
.site-unified .data-promise p svg{margin-top:3px}
.document-shell{grid-template-columns:200px minmax(0,1fr);gap:48px}
.legal-document{min-width:0;overflow-wrap:anywhere}
.legal-document p,.legal-document li{font-size:14px;line-height:1.85}
.document-table{border-collapse:collapse;width:100%;table-layout:fixed;margin:28px 0;text-align:left}
.document-table th,.document-table td{padding:16px 12px;vertical-align:top;border-bottom:1px solid var(--pv-line);font-size:13px;line-height:1.8;overflow-wrap:anywhere}
.document-table th{font-weight:650;color:var(--pv-ink);background:#ededed}
.document-table td{color:#494949}
.document-table th:first-child,.document-table td:first-child{width:20%}
.document-table th:nth-child(3),.document-table td:nth-child(3){width:32%}
.pl-library-demo{margin-top:32px;gap:14px;color:var(--pv-ink)}
.checkout-page .menu-button{margin-left:auto}
@media(min-width:761px) and (max-width:1100px){
 .site-unified .nav-shell{gap:20px}.site-unified .desktop-nav{gap:18px}.site-unified .nav-actions{gap:18px}
 .membership-start,.membership-questions{margin-left:28px;margin-right:28px}
 .document-shell{display:block;max-width:880px}.document-shell aside{display:none}.legal-document{padding:40px}
}
@media(max-width:760px){
 .site-unified .data-promise{display:grid;grid-template-columns:1fr;gap:24px;padding:56px 22px}
 .site-unified .data-promise h2{font-size:36px;max-width:520px}
 .site-unified .data-promise>div:last-child{padding:0}
 .st-platform .domain-preview :is(.demo-heading,.money-top,.tax-heading){gap:12px}
 .st-platform .domain-preview :is(.demo-heading,.money-top,.tax-heading) strong{margin-top:8px}
 .document-table,.document-table tbody,.document-table tr,.document-table td{display:block;width:100%}
 .document-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
 .document-table tr{padding:20px 0;border-bottom:1px solid var(--pv-line)}
 .document-table tr:first-child{padding-top:0}
 .document-table td,.document-table td:first-child,.document-table td:nth-child(3){width:100%;border:0;padding:8px 0;font-size:14px}
 .document-table td::before{content:attr(data-label);display:block;margin-bottom:3px;color:#636363;font-size:11px;font-weight:650;letter-spacing:.01em}
 .document-table td:first-child{font-weight:650;color:var(--pv-ink);font-size:17px}
 .document-table td:first-child::before{display:none}
 .legal-document p,.legal-document li{font-size:14px}
}
.membership-value .luxe-label,.membership-start .luxe-label{margin-bottom:18px}
@media(min-width:761px) and (max-width:1100px){
 .why-principles{grid-template-columns:repeat(2,minmax(0,1fr))}
 .why-principles>.luxe-label{grid-column:1/-1;grid-row:auto;padding:0 0 28px}
 .why-principles article{min-width:0;min-height:0;padding:32px 28px}
 .why-principles h2{font-size:30px;line-height:1.15;margin:42px 0 18px}
}
.page-depth .luxe-label{margin:0 0 20px}
.fx-feature-index{align-self:center;min-width:0;padding:8px 30px 0;border:1px solid #ffffff24;border-radius:14px;background:#171717}
.fx-feature-index>a{display:flex;align-items:center;gap:20px;min-height:102px;border-bottom:1px solid #ffffff1c;padding:22px 0;color:#f1f0eb}
.fx-index-icon{display:grid;place-items:center;flex:none;width:42px;height:42px;border:1px solid #ffffff26;border-radius:8px;color:#cacaca}
.fx-index-icon svg{width:20px;height:20px}
.fx-feature-index b{display:block;font-size:18px;font-weight:500;letter-spacing:-.02em;line-height:1.5}
.fx-feature-index small{display:block;font-size:12px;color:#aeaea7;line-height:1.7;margin-top:4px}
.fx-feature-index>a>svg{width:17px;height:17px;flex:none;margin-left:auto;color:#b9b9b1;transition:translate .25s}
.fx-feature-index>a:hover>svg{translate:4px 0}.fx-feature-index>a:hover b{color:#fff}
.fx-feature-index>p{margin:0;padding:20px 0;color:#a3a39b;font-size:11px}
.pricing-hero-bottom{justify-content:center}
@media(max-width:760px){
 .fx-feature-index{padding:4px 22px 0;width:100%;max-width:500px;margin:0 auto}
 .fx-feature-index>a{min-height:96px;gap:14px;padding:20px 0}.fx-feature-index b{font-size:16px}.fx-feature-index small{font-size:11px}
 .fx-index-icon{width:36px;height:36px}.fx-feature-index>p{font-size:10px;padding:18px 0}
}
@media(max-width:360px){.fx-feature-index{padding:4px 18px 0}.fx-index-icon{display:none}.fx-feature-index small{font-size:11px}}
@media(prefers-reduced-motion:reduce){.fx-feature-index>a>svg{transition:none;translate:none}}

/* Shared planning content and home-page reveals. Hero styles live in hero.css. */
.pl-pillars,.pl-library{padding:80px var(--pv-gutter);background:#f5f4ee;color:#272727}
.pl-pillars>header,.pl-library>header{max-width:700px;margin-bottom:42px}
.pl-pillars .st-eyebrow,.pl-library .st-eyebrow{color:#626262}
.pl-pillars h2,.pl-library h2,.pl-recurring h2{font-size:clamp(36px,4vw,56px);line-height:1.13;letter-spacing:-.043em;font-weight:500;margin:0 0 20px}
.pl-pillars h2 span,.pl-library h2 span{color:#7a7a7a}
.pl-pillars>header>p:last-child,.pl-library>header>p:last-child{font-size:16px;line-height:1.8;color:#606060;max-width:620px;margin:0}
.pl-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}
.pl-pillar-grid article{padding:30px 30px 28px 0;display:flex;flex-direction:column;min-width:0}
.pl-pillar-grid article+article{border-left:1px solid #d0d0d0;padding-left:30px}
.pl-pillar-grid article:last-child{padding-right:0}
.pl-pillar-top{display:flex;align-items:center;gap:12px;font-size:11px;color:#636363;margin-bottom:28px}
.pl-pillar-top>span{font-size:10px;font-variant-numeric:tabular-nums;border:1px solid #c7c7c7;border-radius:50%;width:27px;height:27px;display:grid;place-items:center}
.pl-pillar-top b{font-weight:600}
.pl-pillar-grid h3{font-size:25px;font-weight:500;letter-spacing:-.035em;line-height:1.25;margin:0 0 14px}
.pl-pillar-grid article>p{font-size:14px;line-height:1.85;color:#616161;margin:0 0 23px;min-height:78px}
.pl-pillar-grid ul,.pl-capability-grid ul{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:10px;font-size:12px;color:#555555}
.pl-pillar-grid li,.pl-capability-grid li{display:flex;gap:10px;align-items:baseline}
.pl-pillar-grid li:before,.pl-capability-grid li:before{content:'+';color:#767676;font-size:14px}
.pl-pillar-grid a,.pl-capability-grid a{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;margin-top:auto;min-height:44px;color:#444444}
.pl-pillar-grid svg,.pl-capability-grid svg{width:16px;height:16px}
.pl-pillar-grid a:hover,.pl-capability-grid a:hover{text-decoration:underline;text-underline-offset:5px}
.pl-library{border-top:1px solid #d8d8d8}
.pl-library>header{max-width:760px}
.pl-filter{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px;padding-bottom:20px;border-bottom:1px solid #d0d0d0}
.pl-filter[hidden],.pl-filter-count[hidden],.pl-capability-grid article[hidden]{display:none}
.pl-filter button{background:transparent;border:1px solid transparent;border-radius:6px;padding:11px 16px;min-height:44px;color:#5f5f5f;font:inherit;font-size:12px;cursor:pointer}
.pl-filter button[aria-pressed=true]{background:#2e2e2e;color:#f6f6f6}
.pl-filter button:hover:not([aria-pressed=true]){border-color:#b1b1b1}
.pl-filter-count{font-size:11px;color:#676767;margin:0 0 20px}
.pl-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pl-capability-grid article{background:#fffefa;border:1px solid #d3d3d3;padding:28px;border-radius:8px;display:flex;flex-direction:column;scroll-margin-top:110px;min-width:0;transition:border-color .2s,box-shadow .2s}
.pl-capability-grid article:hover{border-color:#969696;box-shadow:0 5px 18px #30303008}
.pl-capability-tag{font-size:9px!important;letter-spacing:.08em;color:#646464!important;margin:0 0 25px!important}
.pl-capability-grid h3{font-size:25px;letter-spacing:-.035em;line-height:1.25;font-weight:500;margin:0 0 16px}
.pl-capability-grid article>p{font-size:13px;line-height:1.8;color:#626262;margin:0 0 23px}
.pl-capability-grid ul{font-size:11px;gap:9px}
.pl-library-note{font-size:11px;line-height:1.8;color:#656565;margin:25px 0 0;max-width:760px}
.pl-recurring{padding:85px var(--pv-gutter);background:#151515;color:#eeeeee;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}
.pl-recurring h2 span{color:#b1b1b1}
.pl-recurring>div>p:not(.st-eyebrow){font-size:15px;line-height:1.85;color:#bcbcbc;max-width:470px;margin:20px 0}
.pl-recurring .st-link{font-size:13px}
.pl-recurring-example{border:1px solid #505050;border-radius:10px;padding:27px;background:#1f1f1f;box-shadow:0 20px 45px #0003}
.pl-recurring-header{display:flex;justify-content:space-between;font-size:13px;margin-bottom:26px;gap:12px}
.pl-recurring-header small{font-size:10px;color:#b4b4b4}
.pl-recurring-total{display:flex;align-items:baseline;gap:8px;border-bottom:1px solid #4c4c4c;padding-bottom:23px}
.pl-recurring-total>strong{font-size:46px;letter-spacing:-.04em;font-weight:500;font-variant-numeric:tabular-nums}
.pl-recurring-total>span{font-size:11px;color:#bbbbbb}
.pl-recurring-total>div{display:flex;margin-left:auto;align-self:center;gap:3px}
.pl-recurring-total button{font:inherit;font-size:10px;min-height:37px;border-radius:4px;border:1px solid #6a6a6a;color:#dfdfdf;background:transparent;padding:8px 10px;cursor:pointer}
.pl-recurring-total button[aria-pressed=true]{background:#dedede;color:#2d2d2d;border-color:#dedede}
.pl-recurring-row{padding:17px 0;border-bottom:1px solid #404040;display:flex;justify-content:space-between;font-size:13px;color:#cecece}
.pl-recurring-row b{font-weight:500;color:#f1f1f1;font-variant-numeric:tabular-nums}
.pl-recurring-example>p{font-size:10px!important;line-height:1.7!important;margin:17px 0 0!important;color:#b7b7b7!important}
.studio-home .st-close{background:#131313}
.studio-home .st-close:before{display:none}
@media(max-width:1000px){.pl-pillar-grid article{padding-right:20px}
.pl-pillar-grid article+article{padding-left:20px}
.pl-pillar-grid h3{font-size:23px}
.pl-capability-grid{grid-template-columns:repeat(2,1fr)}
.pl-recurring{gap:45px}
.pl-recurring-total{flex-wrap:wrap}
.pl-recurring-total>div{margin-left:0;width:100%;margin-top:10px}}
@media(max-width:760px){.pl-pillars,.pl-library{padding:56px 22px}
.pl-pillars h2,.pl-library h2,.pl-recurring h2{font-size:35px}
.pl-pillars>header>p:last-child,.pl-library>header>p:last-child{font-size:14px}
.pl-pillars>header,.pl-library>header{margin-bottom:28px}
.pl-pillar-grid{display:block}
.pl-pillar-grid article,.pl-pillar-grid article+article{padding:26px 0;border-left:0;border-bottom:1px solid #d0d0d0}
.pl-pillar-grid article:last-child{border-bottom:0}
.pl-pillar-top{margin-bottom:18px}
.pl-pillar-grid h3{font-size:26px}
.pl-pillar-grid article>p{min-height:0;margin-bottom:18px}
.pl-pillar-grid ul{gap:8px;margin-bottom:10px}
.pl-pillar-grid a{margin-top:8px}
.pl-capability-grid{grid-template-columns:1fr;gap:15px}
.pl-capability-grid article{padding:25px}
.pl-capability-grid h3{font-size:26px}
.pl-filter{gap:4px}
.pl-filter button{font-size:11px;padding:10px 11px}
.pl-recurring{padding:55px 22px;grid-template-columns:1fr;gap:28px}
.pl-recurring-example{padding:23px}
.pl-recurring>div>p:not(.st-eyebrow){font-size:14px}
.pl-recurring-total>div{width:auto;margin-left:auto;margin-top:0}
.pl-recurring-total>strong{font-size:42px}
.pl-recurring-total button{font-size:9px;padding:8px}
.pl-recurring-header{font-size:12px}
.pl-recurring-header small{font-size:9px}}
@media(max-width:360px){.pl-recurring-total>div{width:100%;margin:12px 0 0}}
@media(prefers-reduced-motion:reduce){.pl-capability-grid article{transition:none}}
@media(prefers-reduced-motion:no-preference){.studio-home .pm-word{animation-name:pl-word-focus;animation-duration:1.3s}
.studio-home .pm-scroll-reveal{translate:0 var(--pm-scroll-y,0px);filter:blur(var(--pm-scroll-blur,0px));animation:none!important}
.studio-home .pm-scroll-reveal:focus-within{translate:none;filter:none}}
@keyframes pl-word-focus{from{translate:0 .65em;filter:blur(9px);opacity:.18;rotate:0deg}to{translate:0 0;filter:blur(0);opacity:1;rotate:0deg}}
@media(prefers-reduced-motion:reduce){.studio-home .pm-scroll-reveal{translate:none!important;filter:none!important}}
@media print{.studio-home .pm-scroll-reveal{translate:none!important;filter:none!important}}

/* Original Pivlyn composition. Evidence: Mercury02 depth, Linear02 hairlines, Resend01 restraint. */

/* Product depth: readable editorial groups, with a useful destination for each detail. */
.rd-depth{scroll-margin-top:76px;padding-block:88px 72px;border-block:1px solid var(--rd-line);background:var(--rd-panel)}
.rd-depth-heading{max-width:720px}
.rd-depth-heading>p:last-child{max-width:540px;font-size:15px;line-height:1.8;color:var(--rd-muted);margin-top:25px!important}
.rd-depth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:50px}
.rd-depth-group{min-width:0;padding:0 32px;display:grid;grid-template-rows:auto 1fr 1fr}
.rd-depth-group:first-child{padding-left:0}
.rd-depth-group:last-child{padding-right:0}
.rd-depth-group+.rd-depth-group{border-left:1px solid var(--rd-line)}
.rd-depth-group>header{display:flex;align-items:center;gap:16px;padding-bottom:10px}
.rd-depth-group>header>span{font-size:11px;font-variant-numeric:tabular-nums;color:var(--rd-sage-light);border:1px solid var(--rd-line);border-radius:50%;width:36px;height:36px;display:grid;place-items:center;flex-shrink:0}
.rd-depth-group>header p{font-size:10px;line-height:1.5;color:var(--rd-muted)}
.rd-depth-group h3{font-size:22px;font-weight:500;letter-spacing:-.025em;line-height:1.5}
.rd-depth-feature{display:block;min-height:44px;color:var(--rd-text);padding-top:25px;scroll-margin-top:100px}
.rd-depth-feature+.rd-depth-feature{margin-top:24px;border-top:1px solid var(--rd-line)}
.rd-depth-feature h4{font-size:17px;line-height:1.45;letter-spacing:-.025em;font-weight:500;padding-right:22px;position:relative}
.rd-home .rd-depth-feature h4 svg{width:15px;height:15px;position:absolute;right:0;top:5px;color:var(--rd-muted);transition:transform .2s}
.rd-depth-feature>p{font-size:13px;line-height:1.85;color:var(--rd-muted);margin-top:12px!important}
.rd-depth-feature:hover h4{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.rd-depth-feature:hover h4 svg{transform:translateX(3px)}
.rd-depth-handoff{border-top:1px solid var(--rd-line);margin-top:42px;padding-top:25px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.rd-depth-handoff>p{font-size:14px;line-height:1.7}
.rd-depth-handoff>p>span{color:var(--rd-muted)}
@media(max-width:1000px){.rd-depth-group{padding-inline:22px}.rd-depth-feature h4{font-size:16px}}
@media(max-width:760px){
 .rd-depth{padding-block:58px 44px}
 .rd-depth-heading>p:last-child{font-size:14px;margin-top:20px!important}
 .rd-depth-grid{grid-template-columns:1fr;margin-top:30px}
 .rd-depth-group,.rd-depth-group:first-child,.rd-depth-group:last-child{display:block;padding:26px 0}
 .rd-depth-group+.rd-depth-group{border-left:0;border-top:1px solid var(--rd-line)}
 .rd-depth-group:first-child{padding-top:0}
 .rd-depth-feature{padding-top:20px}
 .rd-depth-feature+.rd-depth-feature{margin-top:4px;border-top:0}
 .rd-depth-feature h4{font-size:18px}
 .rd-depth-feature>p{font-size:14px;line-height:1.75;margin-top:9px!important}
 .rd-depth-handoff{margin-top:3px;align-items:flex-start;flex-direction:column;gap:10px}
}
@media(prefers-reduced-motion:reduce){.rd-depth-feature h4 svg{transition:none!important;transform:none!important}}
@font-face{font-family:Instrument;src:url('/type/InstrumentSerif-Italic.ttf') format('truetype');font-display:swap;font-style:italic}
.rd-home{background:var(--rd-ink);color:var(--rd-text)}.rd-home *{box-sizing:border-box}.rd-home [hidden]{display:none!important}.rd-wrap{width:100%;max-width:var(--rd-max);margin:0 auto;padding-inline:var(--rd-gutter)}.rd-home :is(h1,h2,h3,h4,p){margin:0}.rd-home em{font-family:Instrument,Georgia,serif;font-weight:400;color:var(--rd-sage-light)}.rd-home h2{font-size:clamp(38px,4.3vw,64px);line-height:1.04;letter-spacing:-.055em;font-weight:450}.rd-eyebrow{font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--rd-muted);display:flex;align-items:center;gap:12px;margin-bottom:27px!important}.rd-eyebrow>span{width:22px;height:1px;background:var(--rd-sage-light)}.rd-home svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.4}.rd-home a{text-decoration:none}.rd-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:50px;padding:15px 22px;border-radius:8px;background:var(--rd-paper);color:var(--rd-ink);font-size:13px;font-weight:600;border:1px solid transparent;transition:transform .25s,box-shadow .25s;white-space:nowrap}.rd-button:hover{transform:scale(1.02);box-shadow:0 5px 28px #e2e2e21a;color:var(--rd-ink)}.rd-text-link{display:inline-flex;align-items:center;gap:16px;font-size:13px;color:inherit;min-height:44px}.rd-text-link svg{transition:transform .25s}.rd-text-link:hover svg{transform:translateX(3px)}.rd-actions{display:flex;align-items:center;gap:24px}.rd-body-copy{font-size:16px;line-height:1.8;color:var(--rd-muted);max-width:430px;margin:24px 0!important}.rd-home :focus-visible,.site-header :focus-visible{outline:2px solid #c2c2c2;outline-offset:5px}.rd-home button,.rd-home input{font:inherit}.rd-home button{cursor:pointer}.rd-hero{overflow:hidden;position:relative;border-bottom:1px solid var(--rd-line);background:radial-gradient(ellipse at 76% 44%,#23232366 0,transparent 52%)}.rd-hero-grid{min-height:610px;height:calc(100svh - 143px);max-height:800px;display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:34px;padding-block:55px 65px}.rd-hero h1{font-size:clamp(50px,5.8vw,84px);line-height:1.02;letter-spacing:-.065em;font-weight:450}.rd-hero h1 em{font-size:1.15em;letter-spacing:-.045em}.rd-hero .rd-intro{font-size:15px;line-height:1.75;max-width:400px;color:#b1b1b1;margin:26px 0!important}.rd-differentiator{margin-top:26px!important;font-size:10px;color:#a3a3a3}.rd-hero-scene{position:relative;perspective:1400px;isolation:isolate;padding:35px 0 66px}.rd-ambient{position:absolute;inset:7% -16%;border-radius:50%;background:radial-gradient(ellipse,#7d7d7d1e,transparent 68%);z-index:-2}.rd-backplate{position:absolute;inset:21px -12px 78px 24px;background:linear-gradient(135deg,#2a2a2a,#131313);border:1px solid #7272723d;border-radius:var(--rd-radius);transform:rotateY(-8deg) rotateX(6deg) rotateZ(-3deg);z-index:-1}.rd-console{border:1px solid #6969694d;background:linear-gradient(145deg,#1f1f1f,#131313 65%);border-radius:var(--rd-radius);box-shadow:var(--rd-shadow),inset 0 1px 0 #f6f6f612;transform:rotateY(-8deg) rotateX(5deg);overflow:hidden;position:relative}.rd-console-top{display:flex;align-items:center;gap:12px;font-size:11px;padding:18px 22px;border-bottom:1px solid var(--rd-line);color:#d7d7d7}.rd-console-top img{width:22px;height:22px;opacity:.8}.rd-live{margin-left:auto;color:#c1c1c1;font-size:9px;display:flex;gap:6px;align-items:center}.rd-live i{width:4px;height:4px;border-radius:50%;background:#afafaf}.rd-console-body{padding:25px 24px 20px}.rd-console-heading{display:flex;justify-content:space-between;align-items:center}.rd-console-heading p{font-size:10px;color:var(--rd-muted);margin-bottom:7px!important}.rd-console-heading strong{font-weight:450;font-size:37px;letter-spacing:-.04em;white-space:nowrap}.rd-console-heading strong span{color:#8f8f8f;font-size:23px}.rd-period{font-size:9px;color:#bdbdbd}.rd-home .rd-chart{width:100%;height:auto;display:block;margin:28px 0 8px;overflow:visible;stroke:none}.rd-chart .rd-gridline{stroke:#f1f1f10c;stroke-width:1;fill:none}.rd-chart .rd-chart-line{stroke:#bdbdbd;stroke-width:2;fill:none;stroke-linecap:round}.rd-chart-axis{display:flex;justify-content:space-between;font-size:8px;color:#979797}.rd-console-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:28px;border-top:1px solid var(--rd-line);padding-top:18px}.rd-console-bottom span{display:block;font-size:9px;color:#9a9a9a;margin-bottom:5px}.rd-console-bottom strong{font-size:14px;font-weight:500}.rd-console-foot{display:flex;justify-content:space-between;gap:12px;font-size:9px;color:#979797;padding:14px 24px;background:#0b0b0b3d;border-top:1px solid var(--rd-line)}.rd-console-foot span:first-child{color:#e0e0e0}.rd-float-note{position:absolute;right:-14px;bottom:30px;display:flex;gap:12px;align-items:center;padding:18px 23px;background:linear-gradient(130deg,#2d2d2d,#1e1e1e);border:1px solid #7b7b7b54;box-shadow:0 20px 40px #0008;border-radius:12px;transform:rotateY(-8deg);max-width:85%}.rd-note-icon{display:grid;place-items:center;width:31px;height:31px;background:#adadad18;border:1px solid #a5a5a533;border-radius:9px;color:#cccccc}.rd-float-note :is(small,strong),.rd-float-note div>span{display:block}.rd-float-note small{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#b9b9b9}.rd-float-note strong{font-size:14px;font-weight:450;margin:4px 0}.rd-float-note div>span{font-size:8px;color:#a3a3a3}.rd-demo-label{position:absolute;bottom:-2px;left:0;right:0;text-align:center;color:#919191;font-size:9px}.rd-hero-bottom{height:66px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--rd-line);font-size:10px;color:#9e9e9e}.rd-hero-bottom a{color:#e6e6e6;display:flex;gap:12px;align-items:center}.rd-hero-bottom svg{width:14px}.rd-proof{padding:50px 0 54px;background:#121212;border-bottom:1px solid var(--rd-line)}.rd-proof .rd-eyebrow{margin-bottom:22px!important}.rd-metrics{display:grid;grid-template-columns:repeat(3,1fr)}.rd-metrics article+article{border-left:1px solid var(--rd-line);padding-left:36px}.rd-metrics strong{display:flex;align-items:center;gap:15px;font-weight:400}.rd-metrics strong>span{font-size:42px;letter-spacing:-.04em;font-variant-numeric:tabular-nums;min-width:30px}.rd-metrics i{font-style:normal;font-size:12px;color:#d8d8d8}.rd-metrics p{font-size:11px;color:#999999;margin-top:10px!important;line-height:1.7}
.rd-section-head{display:grid;grid-template-columns:1.4fr 1fr;gap:0 65px;align-items:end;margin-bottom:58px}.rd-section-head .rd-eyebrow{grid-column:1/-1}.rd-section-head>p:last-child:not(.rd-eyebrow){font-size:15px;line-height:1.8;color:var(--rd-muted);padding-bottom:4px;max-width:430px}.rd-chapters{padding-top:108px;padding-bottom:72px;position:relative}.rd-chapter-tabs{display:flex;gap:8px;padding:8px 0 22px;border-bottom:1px solid var(--rd-line);margin-bottom:35px}.rd-chapter-tabs button{background:transparent;border:0;border-radius:7px;color:#ababab;padding:12px 20px;display:flex;gap:12px;font-size:13px;white-space:nowrap;flex:1;align-items:center;justify-content:center}.rd-chapter-tabs button>span{font-size:9px;color:#898989}.rd-chapter-tabs button[aria-selected=true]{background:#282828;color:#eaeaea}.rd-chapter-panel{display:grid;grid-template-columns:.86fr 1fr;gap:80px;align-items:center;min-height:475px}.rd-chapter-copy h3{font-size:clamp(34px,3.5vw,51px);line-height:1.08;font-weight:450;letter-spacing:-.05em}.rd-chapter-copy>p:not(.rd-eyebrow){font-size:14px;line-height:1.85;max-width:360px;color:#aeaeae;margin:23px 0!important}.rd-chapter-copy ul{padding:0;list-style:none;font-size:11px;display:grid;gap:12px;color:#cacaca;margin:0 0 24px}.rd-chapter-copy li:before{content:'✓';font-size:10px;color:#bebebe;margin-right:10px}.rd-demo-card{border:1px solid #94949433;border-radius:16px;background:linear-gradient(145deg,#1f1f1f,#151515);padding:25px 29px;box-shadow:0 30px 70px #0004;min-width:0}.rd-card-title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:#dedede;margin-bottom:26px}.rd-card-title>span{font-size:8px;color:#adadad;letter-spacing:.02em}.rd-large-number{font-size:36px;letter-spacing:-.04em;line-height:1.2;color:#e6e6e6}.rd-large-number>small{font-size:10px;color:#afafaf;display:block;margin-top:7px;letter-spacing:0}.rd-mini-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--rd-line);padding:14px 0;font-size:11px;color:#d8d8d8}.rd-mini-row small{display:block;font-size:9px;color:#9e9e9e;margin-top:4px}.rd-mini-row strong{font-weight:450;font-size:12px}.rd-home .rd-fine{font-size:9px;line-height:1.7;color:#a4a4a4;margin-top:14px}.rd-story-progress{height:1px;background:#dcdcdc1a;margin-top:35px}.rd-story-progress>i{display:block;height:1px;width:100%;background:#c3c3c3;transform:scaleX(.25);transform-origin:left}.rd-scroll-caption{text-align:center;margin-top:14px!important;font-size:9px;color:#999999}.rd-label{color:#a5a5a5;font-size:10px;margin-bottom:9px!important}.rd-projection{margin:30px 0 26px}.rd-projection-line{display:flex;align-items:flex-end;height:120px;gap:10px;border-bottom:1px solid #7c7c7c55}.rd-projection-line i{flex:1;height:100%;background:linear-gradient(#b5b5b599,#7d7d7d12);transform:scaleY(.3);transform-origin:bottom;border-radius:3px 3px 0 0}.rd-projection-values{display:flex;justify-content:space-between;padding-top:9px;font-size:10px;color:#a8a8a8}.rd-projection-values strong{font-weight:450;color:#e0e0e0}.rd-demo-range{display:grid;grid-template-columns:1fr auto;gap:15px;font-size:11px;color:#c6c6c6}.rd-demo-range input{grid-column:1/-1;width:100%;accent-color:#bfbfbf;cursor:pointer}.rd-cash-bars{display:grid;gap:18px;margin:28px 0}.rd-cash-bars>div{display:grid;grid-template-columns:50px 1fr 55px;gap:12px;align-items:center;font-size:10px;color:#bfbfbf}.rd-cash-bars i{height:13px;width:var(--bar);background:#9e9e9e;border-radius:2px}.rd-cash-bars>div+div i{background:#5d5d5d}.rd-cash-bars strong{text-align:right;font-weight:400}.rd-subscriptions{margin-top:22px}.rd-subscriptions>span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;color:#bcbcbc}.rd-tax-title{font-size:29px;line-height:1.35;letter-spacing:-.025em;font-weight:400;color:#d9d9d9}.rd-tax-inputs{margin-top:30px}.rd-two-column{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:100px}
.rd-ask{padding:108px 0;background:var(--rd-paper);color:#232323}.rd-ask em{color:#6d6d6d}.rd-ask .rd-eyebrow{color:#666666}.rd-ask .rd-body-copy{color:#686868}.rd-ask-card{background:#fff;border:1px solid #3737371a;border-radius:16px;padding:27px;box-shadow:0 22px 70px #4c4c4c0e;min-width:0}.rd-ask .rd-card-title{color:#545454;font-size:11px;justify-content:flex-start}.rd-ask .rd-card-title img{filter:brightness(.38)}.rd-ask .rd-card-title>span{color:#6a6a6a;margin-left:auto;font-size:8px}.rd-question-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px}.rd-question-options button{border:1px solid #dddddd;background:#fff;color:#5e5e5e;border-radius:6px;font-size:10px;padding:11px 12px;min-height:40px}.rd-question-options button[aria-pressed=true]{background:#ebebeb;border-color:#cfcfcf;color:#3d3d3d}.rd-answer>p:first-child{font-size:23px;line-height:1.3;letter-spacing:-.025em;color:#313131;margin-bottom:24px}.rd-answer-comparison{display:flex;align-items:center;gap:15px;background:#f3f3f3;border:1px solid #e1e1e1;border-radius:10px;padding:21px}.rd-answer-comparison>div{flex:1}.rd-answer-comparison :is(span,small){font-size:9px;color:#737373;display:block}.rd-answer-comparison strong{display:block;font-size:24px;line-height:1.4;font-weight:450;letter-spacing:-.025em;margin:4px 0;white-space:nowrap}.rd-answer>p:last-child{font-size:12px;line-height:1.85;color:#5d5d5d;margin-top:20px}.rd-ask .rd-fine{color:#6e6e6e;font-size:9px}.rd-couples{padding-block:115px;grid-template-columns:1.1fr 1fr}.rd-household-scene{position:relative;border:1px solid #93939333;background:linear-gradient(145deg,#303030,#1c1c1c);padding:35px;border-radius:16px;box-shadow:var(--rd-shadow)}.rd-household-top{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#c8c8c8;margin-bottom:40px}.rd-household-top div{display:flex}.rd-household-top i{width:32px;height:32px;border:2px solid #252525;display:grid;place-items:center;border-radius:50%;background:#b3b3b3;color:#2e2e2e;font-style:normal;font-size:9px;margin-left:-9px}.rd-household-top i+i{background:#dddddd}.rd-household-scene h3{font-size:32px;letter-spacing:-.035em;line-height:1.25;font-weight:400}.rd-household-goals{margin-top:40px;padding-top:22px;border-top:1px solid #8f8f8f33;display:grid;gap:15px;font-size:11px;color:#d3d3d3}.rd-household-goals span{display:flex;gap:14px;align-items:center}.rd-household-goals i{width:5px;height:5px;border:1px solid #c6c6c6;transform:rotate(45deg)}.rd-trust{border-block:1px solid var(--rd-line);background:#131313;padding:90px 0}.rd-trust .rd-section-head{display:block}.rd-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-bottom:35px}.rd-trust-symbol{font-size:24px;display:block;color:#bebebe;margin-bottom:18px}.rd-trust-grid h3{font-size:17px;font-weight:450;line-height:1.4;letter-spacing:-.015em}.rd-trust-grid p{font-size:12px;line-height:1.8;color:#ababab;margin-top:12px}.rd-membership{display:grid;grid-template-columns:1.5fr 1fr;gap:100px;align-items:center;padding-block:115px}.rd-membership>div>p:last-child{font-size:12px;color:#aeaeae;margin-top:25px}.rd-membership-price{padding:33px;border:1px solid #94949438;border-radius:14px;background:linear-gradient(150deg,#282828,#191919);display:flex;flex-direction:column;align-items:flex-start}.rd-membership-price>span{font-size:11px;color:#cecece}.rd-membership-price>strong{font-size:57px;letter-spacing:-.065em;font-weight:450;margin:18px 0 4px}.rd-membership-price>strong small{font-size:16px;letter-spacing:0;color:#b7b7b7;font-weight:400}.rd-membership-price>p{font-size:10px;color:#b5b5b5;margin-bottom:25px}.rd-membership-price .rd-button{width:100%}.rd-membership-price .rd-text-link{align-self:center;margin-top:9px;font-size:10px}.rd-faq{padding-bottom:100px;display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.rd-faq details{border-top:1px solid var(--rd-line);padding:21px 0}.rd-faq details:last-child{border-bottom:1px solid var(--rd-line)}.rd-faq summary{font-size:13px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;color:#d9d9d9}.rd-faq summary:after{content:'+';color:#b6b6b6;font-size:16px}.rd-faq details[open] summary:after{content:'−'}.rd-faq details p{font-size:12px;line-height:1.9;color:#acacac;padding-top:17px}.rd-faq details a{text-decoration:underline;color:inherit}.rd-final{padding:96px 0 110px;background:#2f2f2f;position:relative;overflow:hidden}.rd-final .rd-wrap{position:relative}.rd-final h2{font-size:clamp(42px,5.4vw,76px);max-width:840px}.rd-final .rd-actions{margin-top:34px}.rd-final-mark{position:absolute;right:30px;top:0;opacity:.045;pointer-events:none}.rd-final-mark img{width:300px;height:300px}.rd-mobile-cta{display:none}.rd-home .site-footer{background:#0d0d0d}.rd-home .footer-orbit{display:none}
.site-header{background:#0d0d0df2!important;backdrop-filter:blur(16px)}.nav-shell{max-width:1440px!important;padding-inline:var(--rd-gutter)!important;gap:24px!important}.desktop-nav{gap:26px!important}.desktop-nav>details{position:relative}.desktop-nav summary{list-style:none;cursor:pointer;font-size:12px;color:#c7c7c7;white-space:nowrap;min-height:44px;display:flex;align-items:center;gap:7px}.desktop-nav summary:after{content:'⌄';font-size:13px;color:#959595}.desktop-nav summary::-webkit-details-marker{display:none}.rd-nav-dropdown{position:absolute;top:calc(100% + 10px);left:-24px;min-width:235px;padding:12px;background:#191919;border:1px solid #93939344;border-radius:12px;box-shadow:0 20px 50px #0007}.rd-nav-dropdown a{display:block!important;padding:12px!important;font-size:12px!important;white-space:nowrap}.rd-nav-dropdown a small{display:block;font-size:9px;color:#adadad;margin-top:4px}.mobile-menu details{padding:10px 0;border-bottom:1px solid #ffffff1a}.mobile-menu summary{color:#eee;list-style:none;cursor:pointer;padding:10px 0}.mobile-menu .rd-nav-dropdown{position:static;box-shadow:none;margin:8px 0;min-width:0}.mobile-menu .rd-nav-dropdown a{font-size:15px!important}.site-header .nav-beta{border-radius:7px}
@media(min-width:1000px){.rd-story-pin{background:var(--rd-ink);padding-top:14px}.rd-motion-ready [data-rd-reveal]{will-change:transform,opacity}}
@media(max-width:1100px){.rd-hero-grid{gap:24px;grid-template-columns:1fr 1fr}.rd-hero h1{font-size:58px}.rd-hero .rd-intro{font-size:13px}.rd-hero .rd-actions{gap:15px}.rd-hero .rd-button{gap:18px;padding:14px 18px}.rd-hero .rd-text-link{font-size:11px}.rd-two-column,.rd-membership,.rd-faq{gap:50px}.rd-chapter-panel{gap:40px}.desktop-nav{gap:17px!important}.desktop-nav a{font-size:11px!important}.rd-section-head{gap:30px}.rd-console-heading strong{font-size:30px}.rd-console-heading strong span{font-size:18px}.rd-float-note{padding:15px}.rd-console-body{padding:23px 18px}.rd-console-top{padding:16px 18px}.rd-trust-grid{gap:28px}}
@media(max-width:800px){.rd-hero-grid{height:auto;min-height:0;max-height:none;grid-template-columns:1fr;padding-block:55px 35px;gap:10px}.rd-hero h1{font-size:clamp(52px,9vw,76px)}.rd-hero h1 br:nth-of-type(2){display:none}.rd-hero .rd-intro{font-size:15px;max-width:440px}.rd-hero .rd-actions{gap:22px}.rd-hero .rd-text-link{font-size:12px}.rd-differentiator{font-size:9px;line-height:1.8}.rd-hero-scene{max-width:550px;width:calc(100% - 10px);margin:0 auto;padding-block:38px 55px}.rd-console{transform:rotateY(-5deg) rotateX(3deg)}.rd-console-body{padding:22px}.rd-console-heading strong{font-size:34px}.rd-hero-bottom{height:56px;font-size:9px}.rd-hero-bottom>span:last-child{display:none}.rd-float-note{right:-6px;bottom:25px}.rd-metrics{gap:25px;grid-template-columns:1fr}.rd-metrics article{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:16px}.rd-metrics article+article{border-left:0;border-top:1px solid var(--rd-line);padding-left:0;padding-top:24px}.rd-metrics p{margin-top:0!important;font-size:10px}.rd-metrics strong{gap:14px}.rd-metrics i{font-size:10px;max-width:115px}.rd-proof{padding-block:35px}.rd-proof .rd-eyebrow{font-size:9px}.rd-section-head{display:block}.rd-section-head>p:last-child:not(.rd-eyebrow){margin-top:24px;max-width:520px;font-size:14px}.rd-chapters{padding-block:70px 55px}.rd-section-head{margin-bottom:32px}.rd-chapter-tabs{overflow-x:auto;scroll-snap-type:x mandatory;gap:2px;margin-bottom:26px;padding-bottom:15px}.rd-chapter-tabs button{flex:none;padding:11px 16px;font-size:11px;scroll-snap-align:start}.rd-chapter-tabs button>span{font-size:8px}.rd-chapter-panel{grid-template-columns:1fr;gap:27px;min-height:0}.rd-chapter-copy h3{font-size:38px}.rd-chapter-copy .rd-eyebrow{margin-bottom:18px!important}.rd-chapter-copy>p:not(.rd-eyebrow){font-size:13px;margin:17px 0!important;max-width:500px}.rd-chapter-copy ul{display:none}.rd-chapter-copy .rd-text-link{font-size:11px}.rd-demo-card{padding:23px;max-width:550px;width:100%;margin:0 auto}.rd-story-progress{margin-top:28px}.rd-scroll-caption{font-size:9px}.rd-two-column,.rd-membership,.rd-faq{grid-template-columns:1fr;gap:32px}.rd-ask{padding-block:70px}.rd-ask-card{padding:22px}.rd-ask .rd-body-copy{max-width:470px}.rd-couples{padding-block:70px}.rd-couples>div:nth-child(2){grid-row:1}.rd-household-scene{padding:29px}.rd-trust{padding-block:70px}.rd-trust-grid{grid-template-columns:1fr;gap:28px}.rd-trust-grid article{border-top:1px solid var(--rd-line);padding-top:23px}.rd-trust-symbol{float:left;margin-right:17px;margin-bottom:40px;font-size:20px}.rd-trust-grid h3{font-size:16px}.rd-trust-grid p{margin-left:40px;font-size:12px}.rd-trust .rd-section-head{margin-bottom:27px}.rd-membership{padding-block:70px}.rd-membership-price{padding:28px}.rd-faq{padding-bottom:70px}.rd-faq summary{font-size:12px}.rd-final{padding:65px 0 75px}.rd-final .rd-eyebrow{font-size:9px;line-height:1.8}.rd-final-mark{right:-10px;top:10px}.rd-final-mark img{width:190px;height:190px}.rd-final .rd-actions{gap:23px}.rd-mobile-cta:not([hidden]){position:fixed;display:flex;align-items:center;justify-content:space-between;gap:12px;left:12px;right:12px;bottom:max(10px,env(safe-area-inset-bottom));border:1px solid #a6a6a64a;background:#1e1e1ef5;backdrop-filter:blur(16px);padding:10px 12px;border-radius:12px;z-index:40;box-shadow:0 4px 25px #0007}.rd-mobile-cta>span{font-size:11px;color:#e3e3e3;line-height:1.5}.rd-mobile-cta small{font-size:9px;color:#b8b8b8}.rd-mobile-cta .rd-button{font-size:11px;min-height:42px;padding:11px 16px;gap:18px}.rd-home .footer-base{padding-bottom:100px}.rd-final .rd-button{gap:17px}}
@media(prefers-reduced-motion:reduce){.rd-home *,.rd-home *:before,.rd-home *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.rd-console,.rd-backplate,.rd-float-note{transform:none!important}[data-rd-reveal]{opacity:1!important;transform:none!important}.rd-motion-ready .rd-chapters{height:auto!important}}
.rd-hero h1{font-size:clamp(48px,4.8vw,68px)}
.desktop-nav{align-items:center!important}.desktop-nav>details{margin:0}.desktop-nav summary{line-height:1;align-items:center}
@media(max-width:800px){.rd-hero h1{font-size:clamp(47px,8.6vw,66px)}.rd-hero h1 br:nth-of-type(2){display:initial}.rd-hero .rd-eyebrow{display:flex!important;font-size:8px;margin-bottom:22px!important}.rd-hero .rd-actions{gap:20px}.rd-hero .rd-intro{margin:23px 0!important}.rd-hero-grid{padding-top:38px}}
.rd-chapter-tabs button>span{color:#b0b0b0}
.rd-anchor{position:absolute;scroll-margin-top:100px}
.rd-answer-comparison :is(span,small){color:#666666}

/* Growth surfaces. References: MASTER §15 Monarch couples01, Boldin home02,
   Linear home02, Resend home02. Styles are scoped to avoid product/page leaks. */
.rg-page{--rg-bg:var(--rd-ink,#0d0d0d);--rg-panel:#151515;--rg-cream:var(--rd-cream,#f5f3ee);--rg-sage:var(--rd-sage,#b3b3b3);--rg-muted:#ababab;--rg-line:rgba(241,241,241,.14);background:var(--rg-bg);color:var(--rg-cream)}
.rg-wrap{width:min(1200px,calc(100% - 80px));margin-inline:auto}
.rg-page h1,.rg-page h2,.rg-page h3,.rg-page p{margin-top:0}
.rg-page h1,.rg-page h2,.rg-page h3{font-weight:500;letter-spacing:-.05em}
.rg-page a,.rg-page button,.rg-page input{ -webkit-tap-highlight-color:transparent }
.rg-page a:focus-visible,.rg-page button:focus-visible,.rg-page input:focus-visible,.rg-table-wrap:focus-visible{outline:2px solid #bfbfbf;outline-offset:5px}
.rg-page :target{scroll-margin-top:110px}
.rg-hero{padding-top:150px;padding-bottom:78px}
.rg-eyebrow{display:flex;align-items:center;gap:10px;color:var(--rg-sage);font-size:11px;font-weight:650;letter-spacing:.14em;text-transform:uppercase;line-height:1.5}
.rg-eyebrow>span{width:5px;height:5px;flex:0 0 5px;background:currentColor;border-radius:50%}
.rg-hero h1{max-width:1100px;margin:26px 0;font-size:clamp(52px,6.4vw,88px);line-height:1.035}
.rg-page h1 em,.rg-page h2 em{color:var(--rg-sage);font-style:normal;font-weight:400}
.rg-lead{max-width:650px;color:var(--rg-muted);font-size:18px;line-height:1.75;letter-spacing:-.02em}
.rg-offer-line{font-size:12px;color:var(--rg-sage);line-height:1.8;margin:25px 0 0}
.rg-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px 30px;margin-top:32px}
.rg-button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:52px;padding:15px 22px;border:1px solid transparent;border-radius:6px;background:var(--rg-cream);color:#1b1b1b;font-size:14px;font-weight:650;text-decoration:none;transition:transform .2s ease,opacity .2s ease}
.rg-button:hover{transform:translateY(-2px);opacity:.9}
.rg-button svg,.rg-text-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;flex:0 0 19px}
.rg-text-link{display:inline-flex;align-items:center;gap:13px;color:inherit;font-size:13px;font-weight:550;text-decoration:none;line-height:1.6}
.rg-text-link:hover{text-decoration:underline;text-underline-offset:5px}
.rg-section-intro{display:grid;grid-template-columns:1.35fr 1fr;gap:65px;align-items:end;margin-bottom:45px}
.rg-section-intro h2,.rg-reading h2,.rg-data-controls h2,.rg-fit h2{margin:20px 0 0;font-size:clamp(32px,3.5vw,48px);line-height:1.15}
.rg-section-intro>p{max-width:390px;margin:0 0 4px;color:var(--rg-muted);font-size:15px;line-height:1.8}
.rg-household{padding-top:28px;padding-bottom:115px}
.rg-household-panel{border:1px solid var(--rg-line);background:var(--rg-panel);border-radius:12px;overflow:hidden}
.rg-panel-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px;border-bottom:1px solid var(--rg-line)}
.rg-panel-brand{display:flex;align-items:center;gap:12px;color:#e6e6e6;font-size:12px;font-weight:600}
.rg-panel-brand img{width:21px;height:26px;object-fit:contain}
.rg-demo-label{font-size:10px;letter-spacing:.025em;color:#b9b9b9;line-height:1.5}
.rg-scene-buttons{display:flex;gap:7px;padding:26px 28px 0}
.rg-scene-buttons button{border:1px solid transparent;border-radius:5px;padding:10px 16px;min-height:44px;background:transparent;color:#b6b6b6;font:inherit;font-size:12px;cursor:pointer}
.rg-scene-buttons button[aria-pressed=true]{border-color:rgba(198,198,198,.27);background:#2d2d2d;color:#e9e9e9}
.rg-household-scene{display:grid;grid-template-columns:1.2fr 1fr;min-height:296px;gap:55px;padding:35px 38px 28px}
.rg-scene-main{min-width:0}
.rg-mini-label{display:block;color:var(--rg-muted);font-size:11px;line-height:1.6;letter-spacing:.025em}
.rg-scene-number{display:block;margin-top:12px;font-size:clamp(38px,4.7vw,62px);font-weight:450;letter-spacing:-.06em;font-variant-numeric:tabular-nums;line-height:1.15}
.rg-scene-number small{color:#ababab;font-size:20px;letter-spacing:-.025em;white-space:nowrap}
.rg-money-flow{display:flex;gap:5px;height:22px;margin:25px 0 18px}
.rg-money-flow i{border-radius:3px;background:#c6c6c6;flex:58}
.rg-money-flow i:nth-child(2){background:#7e7e7e;flex:20}
.rg-money-flow i:nth-child(3){background:#3d3d3d;flex:12}
.rg-allocation{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.rg-allocation span{display:flex;align-items:center;gap:7px;color:#b0b0b0;font-size:10px}
.rg-allocation span i{display:inline-block;width:6px;height:6px;border-radius:2px;background:#c6c6c6}
.rg-allocation div:nth-child(2) span i{background:#7e7e7e}
.rg-allocation div:nth-child(3) span i{background:#606060}
.rg-allocation b{display:block;margin-top:9px;font-size:17px;font-weight:500;letter-spacing:-.03em}
.rg-scene-aside{padding-left:32px;border-left:1px solid var(--rg-line)}
.rg-scene-aside h3{margin:15px 0;font-size:27px;line-height:1.18}
.rg-scene-aside>p:not(.rg-mini-label){color:#b8b8b8;font-size:13px;line-height:1.8}
.rg-panel-footnote{padding:0 38px 21px;margin:0;color:#969696;font-size:10px}
.rg-large-meter,.rg-rate-track{height:15px;overflow:hidden;border-radius:3px;background:#323232;margin:32px 0 12px}
.rg-large-meter>span{display:block;width:100%;height:100%;background:#b7b7b7;transform:scaleX(var(--rg-progress));transform-origin:left center}
.rg-scene-legend{display:flex;justify-content:space-between;gap:12px;color:#aeaeae;font-size:10px;line-height:1.4}
.rg-review-row{display:flex;justify-content:space-between;gap:12px;padding:19px 0;border-bottom:1px solid var(--rg-line);font-size:13px}
.rg-review-row b{color:#c2c2c2;font-size:10px;align-self:center;text-align:right;font-weight:500}
.rg-paper{padding:95px 0;background:var(--rg-cream);color:#1e1e1e;--rg-muted:#5c5c5c;--rg-line:rgba(43,43,43,.18);--rg-sage:#616161}
.rg-paper h2 em{color:#686868}
.rg-three-up{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--rg-line)}
.rg-three-up article{padding:32px 30px 0 0;min-width:0}
.rg-three-up article+article{padding-left:30px;border-left:1px solid var(--rg-line)}
.rg-index{color:var(--rg-sage);font-size:10px;line-height:1.5;letter-spacing:.07em;font-weight:550;text-transform:uppercase}
.rg-three-up h3{margin-top:45px;margin-bottom:20px;font-size:26px;line-height:1.25;letter-spacing:-.04em}
.rg-three-up p{color:var(--rg-muted);font-size:14px;line-height:1.8;margin-bottom:24px}
.rg-reading{display:grid;grid-template-columns:1.3fr 1fr;gap:120px;padding-top:110px;padding-bottom:110px}
.rg-reading h2{margin-bottom:25px}
.rg-reading p{color:var(--rg-muted);font-size:14px;line-height:1.9}
.rg-checklist{align-self:center}
.rg-checklist p{display:flex;gap:16px;padding:21px 0;border-bottom:1px solid var(--rg-line);color:#dadada}
.rg-checklist p>span{color:var(--rg-sage)}
.rg-close{--rg-sage:#c6c6c6;padding:105px 0;background:#1e1e1e;border-top:1px solid rgba(235,235,235,.1)}
.rg-close h2{font-size:clamp(42px,5.3vw,70px);line-height:1.08;margin:26px 0 34px;max-width:920px}
.rg-close-note{font-size:12px;color:#b0b0b0;margin:22px 0 0}
.rg-tool-index{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--rg-line);border-radius:8px;overflow:hidden;margin-bottom:32px}
.rg-tool-index a{display:grid;grid-template-columns:32px 1fr;gap:8px;padding:24px;text-decoration:none;color:inherit}
.rg-tool-index a+a{border-left:1px solid var(--rg-line)}
.rg-tool-index a:hover{background:#1c1c1c}
.rg-tool-index span{color:var(--rg-sage);font-size:10px;grid-row:span 2;padding-top:3px}
.rg-tool-index b{font-size:15px;font-weight:500;letter-spacing:-.03em}
.rg-tool-index small{font-size:11px;color:var(--rg-muted);line-height:1.5}
.rg-tools{padding-bottom:65px}
.rg-calculator{padding-top:55px}
.rg-calculator-heading{padding:20px 0 24px}
.rg-calculator-heading h2{margin:18px 0 14px;font-size:clamp(32px,3.8vw,48px);line-height:1.15}
.rg-calculator-heading p{max-width:600px;color:var(--rg-muted);font-size:15px;line-height:1.8;margin:0}
.rg-calculator-body{display:grid;grid-template-columns:.85fr 1.15fr;border:1px solid var(--rg-line);border-radius:10px 10px 0 0;overflow:hidden;background:var(--rg-panel)}
.rg-calculator-inputs{padding:34px;border-right:1px solid var(--rg-line)}
.rg-input-group{margin-bottom:30px}
.rg-input-group label{display:block;margin-bottom:12px;color:#e6e6e6;font-size:12px;line-height:1.5}
.rg-currency-input{display:flex;align-items:center;background:#111111;border:1px solid #555555;border-radius:5px;overflow:hidden}
.rg-currency-input>span{padding:0 0 0 15px;color:#a4a4a4;font-size:16px}
.rg-currency-input input{min-width:0;width:100%;border:0;background:transparent;color:#f2f2f2;font:inherit;font-size:22px;line-height:1.2;padding:14px 10px;font-variant-numeric:tabular-nums;appearance:textfield;-moz-appearance:textfield;outline-offset:-3px!important}
.rg-currency-input input::-webkit-inner-spin-button,.rg-currency-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.rg-currency-input:has(input[aria-invalid=true]){border-color:#e6a68d}
.rg-range{width:100%;height:28px;margin:8px 0 3px;accent-color:#afafaf;cursor:pointer}
.rg-input-group small{display:block;color:#adadad;font-size:11px;line-height:1.7}
.rg-private-note{margin:0;color:#a7a7a7;font-size:10px;line-height:1.8}
.rg-reset{border:0;padding:8px 0;margin-top:8px;background:transparent;color:#c9c9c9;font-family:inherit;font-size:11px;text-decoration:underline;text-underline-offset:4px;cursor:pointer;min-height:40px}
.rg-calculator-results{padding:35px 40px;display:flex;flex-direction:column;min-width:0}
.rg-result-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:36px}
.rg-result-live{margin-top:22px}
.rg-result-value{font-size:clamp(52px,6vw,82px);font-weight:400;line-height:1.1;letter-spacing:-.065em;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.rg-result-unit{font-size:20px;color:#bababa;margin-left:9px;line-height:1.3}
.rg-result-explanation{color:#bfbfbf;font-size:14px;line-height:1.7;margin-top:17px;min-height:48px}
.rg-result-graphic{margin-top:auto;padding-top:24px}
.rg-rate-track{height:42px;margin:5px 0 16px;border-radius:5px}
.rg-rate-track>div{width:100%;height:100%;transform-origin:left center;background:#b5b5b5;transition:transform .5s cubic-bezier(.2,.75,.2,1)}
.rg-assumptions{color:#a5a5a5;font-size:10px;line-height:1.8;border-top:1px solid var(--rg-line);padding-top:20px;margin:26px 0 0}
.rg-calculator-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 30px;background:#222222;border:1px solid #3e3e3e;border-top:0;border-radius:0 0 10px 10px}
.rg-calculator-footer p{color:#cacaca;margin:0;font-size:13px;line-height:1.6}
.rg-calculator-footer .rg-button{min-height:44px;padding:10px 16px;font-size:12px}
.rg-plot{display:block;width:100%;height:auto;overflow:visible}
.rg-chart-grid{stroke:#373737;stroke-width:1;fill:none;vector-effect:non-scaling-stroke}
.rg-chart-area{fill:rgba(182,182,182,.08);stroke:none}
.rg-chart-line{fill:none;stroke:#bfbfbf;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.rg-chart-dot{fill:#dddddd;stroke:#323232;stroke-width:5;paint-order:stroke}
.rg-tool-disclosure{padding-top:30px;padding-bottom:90px}
.rg-tool-disclosure h2{font-size:24px}
.rg-tool-disclosure p{max-width:760px;color:var(--rg-muted);font-size:12px;line-height:1.8}
.rg-security-principles{display:grid;grid-template-columns:1fr 1fr;gap:75px;padding-bottom:105px}
.rg-security-principles article{border-top:1px solid var(--rg-line);padding-top:28px}
.rg-security-principles h2{margin:40px 0 20px;font-size:39px;line-height:1.12}
.rg-security-principles p{color:var(--rg-muted);font-size:14px;line-height:1.8;max-width:490px}
.rg-boundary{display:flex;flex-wrap:wrap;gap:8px;padding-top:20px}
.rg-boundary span{padding:9px 13px;border:1px solid #474747;border-radius:4px;color:#c1c1c1;font-size:10px}
.rg-boundary b{display:block;flex:1 1 100%;margin-top:6px;color:#b8b8b8;font-size:10px;font-weight:400}
.rg-data-controls{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;padding-block:110px}
.rg-data-controls article{padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid var(--rg-line)}
.rg-data-controls h3{font-size:23px;line-height:1.3;letter-spacing:-.03em}
.rg-data-controls article p{color:var(--rg-muted);font-size:14px;line-height:1.8}
.rg-security-contact{border-top:1px solid var(--rg-line);padding-top:45px;padding-bottom:90px}
.rg-security-contact h2{font-size:30px}
.rg-security-contact p{max-width:700px;color:var(--rg-muted);font-size:14px;line-height:1.8;margin-bottom:26px}
.rg-button-outline{border-color:#535353;background:transparent;color:#e2e2e2}
.rg-changelog{padding-bottom:110px}
.rg-release{display:grid;grid-template-columns:220px 1fr;gap:60px;padding:54px 0;border-top:1px solid var(--rg-line)}
.rg-release aside{display:flex;align-items:start;flex-direction:column;gap:14px}
.rg-release time{color:#c5c5c5;font-size:12px;line-height:1.6}
.rg-release-category{display:inline-block;padding:5px 9px;background:#292929;border:1px solid #424242;border-radius:4px;color:#cdcdcd;font-size:10px}
.rg-release h2{font-size:36px;line-height:1.2;max-width:700px;margin-bottom:20px}
.rg-release p{max-width:720px;color:var(--rg-muted);font-size:15px;line-height:1.85}
.rg-release ul{padding-left:17px;margin:25px 0;color:#c7c7c7;font-size:13px;line-height:2.1}
.rg-comparison-intro{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding-top:15px;padding-bottom:85px}
.rg-comparison-intro article{padding:32px;border:1px solid var(--rg-line);border-radius:8px;min-width:0;background:#151515}
.rg-comparison-intro h2{font-size:31px;line-height:1.2;margin-top:28px;margin-bottom:20px}
.rg-comparison-intro p{color:var(--rg-muted);font-size:14px;line-height:1.8;margin-bottom:28px}
.rg-comparison-intro .rg-button{min-height:45px;padding:10px 15px;font-size:12px}
.rg-comparison-section{padding-bottom:100px}
.rg-table-wrap{overflow-x:auto;overscroll-behavior-inline:contain;border:1px solid var(--rg-line);border-radius:8px}
.rg-compare-table{width:100%;border-collapse:collapse;color:#cccccc;font-size:12px;line-height:1.7;text-align:left;min-width:620px}
.rg-compare-table caption{text-align:left;padding:17px 24px;color:#a8a8a8;font-size:10px;background:#161616}
.rg-compare-table th,.rg-compare-table td{vertical-align:top;padding:22px 24px;border-top:1px solid var(--rg-line);width:40%}
.rg-compare-table th:first-child{width:20%}
.rg-compare-table th{font-weight:550;color:#eaeaea}
.rg-compare-table thead th{font-size:14px;background:#1e1e1e}
.rg-compare-table td:nth-child(2){background:#191919}
.rg-compare-table td a{color:#dadada;text-decoration:underline;text-underline-offset:3px}
.rg-fit{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.rg-fit h3{font-size:23px;line-height:1.3;margin-bottom:17px}
.rg-fit p{color:#5f5f5f;font-size:14px;line-height:1.85;margin-bottom:35px}
.rg-fit .rg-compare-note{font-size:11px;border-top:1px solid var(--rg-line);padding-top:24px;margin-bottom:0}
@media(min-width:1600px){.rg-hero{padding-top:175px}.rg-wrap{width:min(1280px,calc(100% - 100px))}}
@media(max-width:1000px){.rg-wrap{width:calc(100% - 48px)}.rg-household-scene{gap:25px;padding:30px}.rg-scene-aside{padding-left:25px}.rg-reading{gap:55px}.rg-calculator-results{padding:30px}.rg-calculator-inputs{padding:28px}.rg-section-intro{gap:35px}.rg-data-controls{gap:40px}.rg-comparison-intro{gap:24px}.rg-fit{gap:55px}.rg-release{grid-template-columns:180px 1fr;gap:35px}}
@media(max-width:760px){.rg-wrap{width:calc(100% - 40px)}.rg-hero{padding-top:112px;padding-bottom:50px}.rg-hero h1{font-size:clamp(40px,10.5vw,68px);line-height:1.065;letter-spacing:-.057em;margin:23px 0}.rg-lead{font-size:15px;line-height:1.8}.rg-eyebrow{font-size:9px;letter-spacing:.12em}.rg-actions{gap:20px}.rg-button{min-height:50px;font-size:13px}.rg-text-link{font-size:12px}.rg-section-intro{grid-template-columns:1fr;gap:20px;margin-bottom:30px}.rg-section-intro h2,.rg-reading h2,.rg-data-controls h2,.rg-fit h2{font-size:33px}.rg-section-intro>p{font-size:14px;max-width:none}.rg-household{padding-top:10px;padding-bottom:65px}.rg-panel-top{padding:18px;gap:10px}.rg-panel-brand{font-size:11px;gap:8px}.rg-demo-label{font-size:9px}.rg-scene-buttons{padding:17px 14px 0;gap:3px}.rg-scene-buttons button{padding:9px 10px;font-size:11px;flex:1;white-space:nowrap}.rg-household-scene{grid-template-columns:1fr;gap:28px;padding:28px 22px 22px;min-height:460px}.rg-scene-aside{padding:24px 0 0;border-left:0;border-top:1px solid var(--rg-line)}.rg-scene-number{font-size:48px}.rg-scene-number small{font-size:16px}.rg-scene-aside h3{font-size:24px}.rg-scene-aside>p:not(.rg-mini-label){font-size:12px}.rg-panel-footnote{padding:0 22px 22px;font-size:9px}.rg-paper{padding:62px 0}.rg-three-up{grid-template-columns:1fr}.rg-three-up article,.rg-three-up article+article{padding:28px 0;border-left:0;border-bottom:1px solid var(--rg-line)}.rg-three-up article:last-child{border-bottom:0;padding-bottom:0}.rg-three-up h3{margin-top:24px;font-size:26px}.rg-reading{grid-template-columns:1fr;gap:30px;padding-block:70px}.rg-close{--rg-sage:#c6c6c6;padding:70px 0}.rg-close h2{font-size:41px;line-height:1.12}.rg-tool-index{grid-template-columns:1fr;margin-bottom:0}.rg-tool-index a{padding:18px 20px}.rg-tool-index a+a{border-left:0;border-top:1px solid var(--rg-line)}.rg-tool-index b{font-size:14px}.rg-calculator{padding-top:38px}.rg-calculator-heading h2{font-size:31px}.rg-calculator-heading p{font-size:14px}.rg-calculator-body{grid-template-columns:1fr}.rg-calculator-inputs{border-right:0;border-bottom:1px solid var(--rg-line);padding:25px}.rg-calculator-results{padding:27px 25px}.rg-input-group{margin-bottom:25px}.rg-calculator-footer{padding:22px;align-items:flex-start;flex-direction:column;gap:16px}.rg-calculator-footer p{font-size:12px}.rg-result-value{font-size:70px}.rg-result-unit{font-size:20px}.rg-result-heading{gap:10px}.rg-result-heading .rg-mini-label{font-size:10px}.rg-result-explanation{font-size:13px}.rg-plot{margin-top:10px}.rg-tool-disclosure{padding-top:10px;padding-bottom:65px}.rg-security-principles{grid-template-columns:1fr;gap:42px;padding-bottom:60px}.rg-security-principles h2{font-size:34px;margin-top:28px}.rg-data-controls{grid-template-columns:1fr;gap:38px;padding-block:70px}.rg-security-contact{padding-top:30px;padding-bottom:65px}.rg-security-contact h2{font-size:28px}.rg-release{grid-template-columns:1fr;gap:24px;padding:36px 0}.rg-release aside{flex-direction:row;align-items:center;flex-wrap:wrap;gap:15px}.rg-release h2{font-size:30px}.rg-release p{font-size:14px}.rg-changelog{padding-bottom:60px}.rg-comparison-intro{grid-template-columns:1fr;gap:20px;padding-top:0;padding-bottom:60px}.rg-comparison-intro article{padding:25px}.rg-comparison-intro h2{font-size:29px}.rg-comparison-section{padding-bottom:65px}.rg-compare-table th,.rg-compare-table td{padding:18px}.rg-fit{grid-template-columns:1fr;gap:35px}.rg-page :target{scroll-margin-top:90px}}
@media(prefers-reduced-motion:reduce){.rg-page *, .rg-page *::before,.rg-page *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.rg-button:hover{transform:none}}

/* September 20 review: approved sage, neutral surfaces, no ambient glow.
   Brand authority: brand/pivlyn/guidelines/PIVLYN_BRAND_GUIDELINES.md. */
:root {
  --sage:#6D7F69;
  --sage-deep:#2E3A34;
  --cream:#F6F4EF;
  --pv-canvas:#F6F4EF;
  --pv-dark:#111111;
  --pv-ink:#111111;
  --pv-muted:#555A55;
  --pv-line:#E7E5DF;
  --atelier-accent:#2E3A34;
  --atelier-muted:#555A55;
  --atelier-rule:#E7E5DF;
}
.site-unified .site-header,
.site-unified .site-header.scrolled { background:#111111!important;backdrop-filter:none;-webkit-backdrop-filter:none; }
.site-unified .nav-shell { background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none; }
.site-unified .desktop-nav a:after { background:#c7c7c7; }
/* Desktop menus use neutral glass, including hover and keyboard focus. */
.site-unified .desktop-nav .rd-nav-dropdown {
  background:rgba(38,38,38,.86);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 10px 28px rgba(0,0,0,.24);
  backdrop-filter:blur(18px) saturate(0);
  -webkit-backdrop-filter:blur(18px) saturate(0);
}
.site-unified .desktop-nav .rd-nav-dropdown a {
  color:#eeeeee;border-radius:6px;background:transparent;
}
.site-unified .desktop-nav .rd-nav-dropdown a small { color:#bdbdbd; }
.site-unified .desktop-nav .rd-nav-dropdown a:hover,
.site-unified .desktop-nav .rd-nav-dropdown a:focus-visible { background:rgba(255,255,255,.08);color:#ffffff; }
.site-unified .desktop-nav .rd-nav-dropdown a:after { display:none; }
.site-unified .desktop-nav :focus-visible { outline-color:#d1d1d1; }
.site-unified .desktop-nav summary:hover,
.site-unified .desktop-nav details[open]>summary { color:#ffffff; }
.site-unified .mobile-menu { background:#111111; }
.site-unified .mobile-join { white-space:nowrap;flex-shrink:0; }
.site-unified .nav-beta:hover { box-shadow:none; }
.site-unified .editorial-hero,
.site-unified .document-hero,
.site-unified .fx-hero,
.site-unified .launch-cta,
.site-unified .experience,
.rd-hero { background:#111111; }
.site-unified .editorial-hero:before,
.site-unified .editorial-hero:after,
.site-unified .document-hero:before,
.site-unified .document-hero:after,
.site-unified .launch-cta:before,
.site-unified .launch-cta:after,
.site-unified .experience:after,
.site-unified .fx-system:before,
.site-unified .method-art:before,
.site-unified .luxe-cinema figure:before,
.site-unified .pm-surface-light,
.rd-ambient { display:none; }
.site-unified .method-art { background:transparent; }
.rd-home em,.rg-page h1 em,.rg-page h2 em,
.pricing-redesign .pricing-hero-copy h1 em { color:var(--rd-sage); }
.rd-ask em { color:var(--rd-sage); }
.rd-console,.rd-demo-card,.rd-household-scene,.rd-membership-price,
.pricing-theater,.fx-system-node,.fx-system-core {
  background:#191919;border-color:#363636;box-shadow:0 6px 18px #0000001f;
}
.rd-backplate { background:#222222;border-color:#363636; }
.rd-float-note { background:#272727;border-color:#444444;box-shadow:0 5px 16px #00000026; }
.rd-note-icon { background:transparent;border-color:#555A55;color:var(--rd-sage); }
.rd-note-icon svg { width:18px;height:18px; }
.rd-period { display:flex;gap:6px;align-items:center; }
.rd-period svg { width:12px;height:12px; }
.rd-chart .rd-chart-line { stroke:var(--rd-sage);stroke-width:2.5; }
.rd-live i,.rd-story-progress>i,.rd-cash-bars i,
.rd-projection-line i { background:var(--rd-sage); }
.rd-cash-bars>div+div i { background:#555A55; }
.rd-projection-line i { border-radius:2px 2px 0 0; }
.rd-demo-range input,.rg-range { accent-color:var(--rd-sage); }
.rd-hero .rd-eyebrow>span { background:var(--rd-sage); }
.rd-button:hover { box-shadow:none; }
.rd-home :focus-visible,.site-header :focus-visible { outline-color:var(--rd-sage-light); }
.rd-chapter-tabs button[aria-selected=true] { background:#272727;color:var(--rd-text);box-shadow:inset 0 -2px var(--rd-sage); }
.rd-chapter-copy li:before { content:'';display:inline-block;width:5px;height:5px;background:var(--rd-sage);border-radius:50%;vertical-align:middle; }
.rd-ask-card { box-shadow:none;border-color:#E7E5DF; }
.rd-ask .rd-card-title,.rd-ask .rd-eyebrow { color:#555A55; }
.rd-question-options button[aria-pressed=true] { background:#E3E8DF;border-color:#6D7F69;color:#2E3A34; }
.rd-answer-comparison { background:#F6F4EF;border-color:#E7E5DF; }
.rd-trust-symbol { color:var(--rd-sage); }
.rd-trust-symbol svg { width:24px;height:24px; }
.rd-household-goals i { border-color:var(--rd-sage); }
.rd-final,.rg-close { background:#191919;border-top:1px solid #363636; }
.rd-final-mark { display:none; }
.rd-mobile-cta:not([hidden]) { background:#191919;border-color:#444444;backdrop-filter:none;box-shadow:0 4px 12px #00000026; }
.rg-page { --rg-bg:#111111;--rg-panel:#191919;--rg-cream:#F6F4EF;--rg-sage:#A8B59E;--rg-muted:#aaa9a5;--rg-line:#363636; }
.rg-paper { --rg-muted:#555A55;--rg-line:#E7E5DF;--rg-sage:#555A55; }
.rg-eyebrow>span { background:#6D7F69; }
.rg-household-sections { display:grid;gap:32px; }
.rg-panel-top h3 { margin:0;letter-spacing:0;font-size:14px; }
.rg-scene-buttons { display:none; }
.rg-money-flow i,.rg-allocation span i,.rg-large-meter>span,.rg-rate-track>div { background:#6D7F69; }
.rg-money-flow i:nth-child(2),.rg-allocation div:nth-child(2) span i { background:#A8B59E; }
.rg-money-flow i:nth-child(3),.rg-allocation div:nth-child(3) span i { background:#555A55; }
.rg-chart-line { stroke:#6D7F69; }
.rg-chart-area { fill:rgba(109,127,105,.1); }
.rg-chart-dot { fill:#6D7F69;stroke:#191919; }
.rg-chart-grid { stroke:#363636; }
.rg-calculator-footer { background:#222222;border-color:#363636; }
.rg-checklist svg { width:18px;height:18px;flex:none;fill:none;stroke:#6D7F69;stroke-width:1.5; }
.site-unified .pricing-hero.pricing-redesign { background:#111111;--price-accent:#6D7F69; }
.pricing-redesign .pricing-hero-copy .eyebrow { color:#aaa9a5; }
.pricing-money-art i,.pricing-money-art>div:nth-child(2) i { background:#6D7F69; }
.pricing-money-art>div:nth-child(3) i { background:#A8B59E; }
.pricing-plan-art circle { fill:#6D7F69;stroke:#191919; }
.pricing-redesign .membership-card { background:#F6F4EF;box-shadow:none; }
.pricing-redesign .billing-switch { background:#E7E5DF;border-color:#E7E5DF; }
.pricing-redesign .billing-switch button>span { background:#E3E8DF;color:#2E3A34; }
.pricing-redesign .membership-inclusions svg { color:#6D7F69; }
.pricing-redesign .membership-fine,.membership-start.pricing-next { background:#F6F4EF; }
.fx-system-node svg,.fx-capability-icon { color:#6D7F69; }
.fx-focus-tabs a:after { background:#6D7F69; }
@media(max-width:800px) {
  /* The fixed 72px header gets its own space; no cropped eyebrow or headline. */
  .rd-hero-grid { padding-top:120px;padding-bottom:30px;gap:28px; }
  .rd-hero .rd-eyebrow { font-size:9px;line-height:1.5;margin-bottom:20px!important; }
  .rd-hero h1 { font-size:clamp(40px,10.4vw,58px);line-height:1.06;letter-spacing:-.055em; }
  .rd-hero h1 em { font-size:1.08em; }
  .rd-hero .rd-intro { margin:24px 0!important;font-size:15px;line-height:1.65;max-width:440px; }
  .rd-hero .rd-actions { gap:14px;justify-content:space-between; }
  .rd-hero .rd-button { min-height:50px;padding:14px 18px;gap:22px; }
  .rd-hero .rd-text-link { font-size:12px;gap:8px; }
  .rd-hero .rd-differentiator { font-size:10px;line-height:1.6;margin-top:22px!important;max-width:310px; }
  .rd-hero-scene { width:100%;padding:16px 0 58px; }
  .rd-console { transform:none; }
  .rd-backplate { inset:5px 10px 70px;transform:rotate(-2deg); }
  .rd-float-note { right:8px;bottom:20px;padding:14px 16px;transform:none; }
  .rd-demo-label { bottom:-4px;font-size:8px; }
  .rg-household-sections { gap:24px; }
  .rg-household-scene { min-height:0; }
}
@media(max-width:360px) {
  .site-unified .nav-shell { gap:14px!important; }
  .site-unified .brand img { width:96px; }
  .rd-hero-grid { padding-top:112px; }
  .rd-hero h1 { font-size:36px; }
  .rd-hero .rd-actions { flex-direction:column;align-items:stretch;gap:8px; }
  .rd-hero .rd-text-link { justify-content:center; }
  .rd-hero .rd-intro { font-size:14px; }
}
/* Real native product capture, kept unretouched inside a quiet device frame. */
.rd-hero-grid { min-height:760px;height:auto;max-height:none;padding-top:112px;padding-bottom:42px; }
.rd-phone-scene { width:100%;padding:0;display:grid;justify-items:center;gap:18px;perspective:none;margin:0; }
.rd-phone { width:clamp(265px,33svh,310px);border:6px solid #080808;border-radius:44px;background:#080808;outline:1px solid #555;box-shadow:0 10px 24px #00000026;overflow:hidden;line-height:0; }
.rd-phone img { display:block;width:100%;height:auto;border-radius:38px; }
.rd-phone-scene figcaption { font-size:11px;text-align:center;color:#c1c1bd;line-height:1.7; }
.rd-phone-scene figcaption span { display:block;font-size:9px;color:#aaa9a5; }
.fx-interaction-hint>svg { width:20px;height:20px;flex:none;fill:none;stroke:#6D7F69;stroke-width:1.5; }
@media(max-width:800px) {
  .rd-hero-grid { min-height:0;padding-top:120px;padding-bottom:32px;gap:36px; }
  .rd-phone { width:min(280px,calc(100% - 24px));border-radius:40px; }
  .rd-phone img { border-radius:34px; }
  .rd-phone-scene { gap:16px; }
}
@media(max-width:360px) { .rd-hero-grid { padding-top:112px;gap:28px; } }

.fx-foundation-list>article>span { color:#555A55; }

/* Mobile layout contract: readable type, reachable actions, native scrolling.
   Desktop composition and approved brand tokens remain in brand-finish.css. */
.rg-table-hint { display:none; }
@media(max-width:900px) {
  html { scroll-padding-top:92px;scroll-padding-bottom:96px; }
  html.menu-open,body.menu-open { overflow:hidden;overscroll-behavior:none; }
  .site-unified .nav-shell { height:72px;gap:12px!important;padding-inline:20px!important; }
  .site-unified .desktop-nav,.site-unified .nav-actions { display:none; }
  .site-unified .brand { display:flex;align-items:center;min-height:44px;flex-shrink:0; }
  .site-unified .brand img { width:104px; }
  .site-unified .mobile-join { display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;margin-left:auto;border-radius:8px;background:var(--rd-paper);color:var(--rd-ink);font-size:12px;font-weight:600; }
  .site-unified .menu-button { display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;margin:0 0 0 auto;padding:10px;border:1px solid #373737;border-radius:9px; }
  .site-unified .mobile-join+.menu-button { margin-left:0; }
  .site-unified .menu-button svg { width:22px;height:22px; }
  .site-unified .mobile-menu { position:fixed;top:84px;left:12px;right:12px;bottom:auto;max-height:calc(100dvh - 96px - env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:12px 20px calc(16px + env(safe-area-inset-bottom));border:1px solid #3b3b3b;border-radius:16px;background:#1c1c1c;box-shadow:0 12px 28px #0004; }
  .site-unified .mobile-menu[hidden] { display:none; }
  .site-unified .mobile-menu:not([hidden]) { display:block; }
  .site-unified .mobile-menu nav { display:flex;flex-direction:column;gap:0; }
  .site-unified .mobile-menu details { padding:0;border-color:#373737; }
  .site-unified .mobile-menu summary { display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:10px 0;font-size:16px;color:#f0f0f0; }
  .site-unified .mobile-menu summary:after { content:'';width:7px;height:7px;margin-right:4px;border-right:1.5px solid #bdbdbd;border-bottom:1.5px solid #bdbdbd;transform:rotate(45deg); }
  .site-unified .mobile-menu details[open]>summary:after { transform:rotate(225deg); }
  .site-unified .mobile-menu .rd-nav-dropdown { margin:0;padding:0 0 10px 12px;background:transparent;border:0;border-radius:0; }
  .site-unified .mobile-menu a,.site-unified .mobile-menu a:last-child { display:flex;align-items:center;min-height:52px;margin:0;padding:13px 0;color:#f0f0f0;background:transparent;border-radius:0;border-color:#373737;text-align:left;font-size:16px;font-weight:500; }
  .site-unified .mobile-menu .rd-nav-dropdown a { display:block!important;min-height:48px;padding:12px!important;border-bottom:0;border-radius:8px;font-size:15px!important;white-space:normal; }
  .site-unified .mobile-menu .rd-nav-dropdown a small { margin-top:5px;font-size:12px;line-height:1.5;color:#b7b7b7; }
  .site-unified .mobile-menu a:hover,.site-unified .mobile-menu a:focus-visible { background:#292929; }
  .site-unified .mobile-menu :focus-visible { outline-color:#d1d1d1;outline-offset:2px; }
  .site-unified .mobile-menu nav>a:last-child { margin-top:10px;border:0;text-decoration:underline;text-underline-offset:5px; }
}
@media(max-width:760px) {
  :root { --rd-gutter:22px; }
  .site-unified main h1 { font-size:clamp(36px,10.8vw,48px)!important;line-height:1.08;letter-spacing:-.055em;text-wrap:balance; }
  .rd-home h2 { font-size:clamp(32px,9vw,42px);line-height:1.12; }
  .rd-home h3 { line-height:1.15; }
  .rd-hero-grid { padding-top:106px;padding-bottom:32px;gap:28px; }
  .rd-hero .rd-eyebrow { font-size:10px;line-height:1.5;margin-bottom:18px!important; }
  .rd-hero h1 { text-wrap:initial; }
  .rd-hero h1 em { font-size:1.1em; }
  .rd-hero .rd-intro { margin:22px 0!important;font-size:16px;line-height:1.65;max-width:35ch; }
  .rd-hero .rd-actions { display:grid;grid-template-columns:1fr;gap:4px; }
  .rd-hero .rd-button { width:100%;min-height:52px;font-size:15px;justify-content:center;gap:24px; }
  .rd-hero .rd-text-link { justify-content:center;min-height:44px;font-size:14px; }
  .rd-hero .rd-differentiator { display:none; }
  .rd-phone { width:min(286px,calc(100% - 24px)); }
  .rd-phone-scene figcaption { font-size:12px; }
  .rd-phone-scene figcaption span { font-size:11px; }
  .rd-hero-bottom { height:58px;font-size:11px;gap:20px; }
  .rd-hero-bottom a { min-height:44px; }
  .rd-proof { padding-block:36px; }
  .rd-proof .rd-eyebrow { font-size:10px;line-height:1.6;max-width:29ch; }
  .rd-metrics { gap:22px; }
  .rd-metrics article { grid-template-columns:38px 1fr;gap:6px 18px;align-items:start; }
  .rd-metrics strong { display:contents; }
  .rd-metrics strong>span { grid-row:span 2;font-size:36px;line-height:1.2; }
  .rd-metrics i { font-size:15px;max-width:none;line-height:1.4; }
  .rd-metrics p { grid-column:2;font-size:13px;line-height:1.6; }
  .rd-chapters,.rd-ask,.rd-couples,.rd-trust,.rd-membership { padding-block:60px; }
  .rd-section-head>p:last-child:not(.rd-eyebrow),.rd-body-copy { font-size:16px;line-height:1.7; }
  .rd-eyebrow { font-size:10px;line-height:1.6;letter-spacing:.1em; }
  .rd-chapter-tabs { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible;gap:4px;padding-bottom:16px;margin-bottom:28px; }
  .rd-chapter-tabs button { width:100%;min-width:0;min-height:48px;padding:10px 4px;font-size:13px; }
  .rd-chapter-tabs button>span { display:none; }
  .rd-chapter-copy h3 { font-size:34px; }
  .rd-chapter-copy>p:not(.rd-eyebrow) { font-size:16px;line-height:1.7;margin:18px 0!important; }
  .rd-chapter-copy .rd-text-link { font-size:14px; }
  .rd-demo-card { padding:22px 20px; }
  .rd-card-title { font-size:13px;align-items:start;line-height:1.5;gap:12px; }
  .rd-card-title>span { font-size:10px; }
  .rd-mini-row { font-size:13px;gap:12px; }
  .rd-mini-row small { font-size:11px;line-height:1.6; }
  .rd-mini-row strong { font-size:14px;flex-shrink:0; }
  .rd-large-number>small,.rd-label,.rd-projection-values,.rd-demo-range { font-size:12px; }
  .rd-home .rd-fine,.rd-ask .rd-fine,.rd-scroll-caption { font-size:11px;line-height:1.7; }
  .rd-demo-range input { min-height:44px; }
  .rd-cash-bars>div { font-size:12px;grid-template-columns:48px 1fr 58px;gap:9px; }
  .rd-subscriptions>span { font-size:11px; }
  .rd-ask-card { padding:22px 18px; }
  .rd-ask .rd-card-title { font-size:13px;flex-wrap:wrap; }
  .rd-ask .rd-card-title>span { font-size:10px; }
  .rd-question-options { display:grid;grid-template-columns:1fr;gap:8px; }
  .rd-question-options button { min-height:48px;padding:12px 14px;text-align:left;font-size:14px;line-height:1.5; }
  .rd-answer-comparison { padding:16px 12px;gap:10px; }
  .rd-answer-comparison strong { font-size:23px;white-space:normal; }
  .rd-answer-comparison :is(span,small) { font-size:11px;line-height:1.6; }
  .rd-answer-comparison>svg { flex-shrink:0;width:16px; }
  .rd-answer>p:last-child { font-size:14px;line-height:1.75; }
  .rd-household-scene { padding:26px 22px; }
  .rd-household-top,.rd-household-goals { font-size:13px; }
  .rd-trust-grid { gap:24px; }
  .rd-trust-grid h3 { font-size:18px; }
  .rd-trust-grid p { font-size:14px;line-height:1.75; }
  .rd-membership>div>p:last-child,.rd-membership-price>span,.rd-membership-price>p { font-size:14px;line-height:1.6; }
  .rd-membership-price .rd-button { width:100%;font-size:14px; }
  .rd-membership-price .rd-text-link { align-self:center;font-size:14px; }
  .rd-faq { padding-bottom:60px; }
  .rd-faq details { padding:0; }
  .rd-faq summary { min-height:64px;padding:18px 0;align-items:center;font-size:15px;line-height:1.6; }
  .rd-faq summary:after { flex-shrink:0; }
  .rd-faq details p { padding:0 0 22px;font-size:14px;line-height:1.8; }
  .rd-final { padding-block:60px; }
  .rd-final .rd-actions { flex-direction:column;align-items:stretch;gap:10px; }
  .rd-final .rd-button { font-size:15px; }
  .rd-final .rd-text-link { justify-content:center;font-size:14px; }
  .rd-mobile-cta:not([hidden]) { min-height:64px;padding:8px 12px;gap:12px;bottom:max(10px,env(safe-area-inset-bottom)); }
  .rd-mobile-cta>span { font-size:12px;line-height:1.4; }
  .rd-mobile-cta small { display:none; }
  .rd-mobile-cta .rd-button { min-height:44px;font-size:13px; }
  .site-unified main :is(button,summary,input,select,a):focus-visible { scroll-margin-block:110px; }
  /* Secondary pages use the same type scale and spacing. */
  .site-unified .editorial-hero,.site-unified .document-hero,.site-unified .fx-hero,.rg-hero { padding-top:112px; }
  .site-unified .editorial-hero>p:not(.eyebrow),.site-unified .document-hero>p:not(.eyebrow),.rg-lead,.fx-hero p:not(.st-eyebrow) { font-size:16px;line-height:1.7; }
  .rg-eyebrow { font-size:10px; }
  .rg-text-link,.rg-button { font-size:14px;min-height:44px; }
  .rg-actions { gap:12px; }
  .rg-panel-top { flex-wrap:wrap;gap:8px 16px; }
  .rg-table-hint { display:block;font-size:12px;color:#c1c1c1;margin:0 0 12px; }
  .rg-demo-label,.rg-mini-label,.rg-index,.rg-scene-legend,.rg-panel-footnote { font-size:11px;line-height:1.6; }
  .rg-scene-aside>p:not(.rg-mini-label),.rg-reading p,.rg-three-up p,.rg-section-intro>p,.rg-security-principles p,.rg-data-controls article p,.rg-release p { font-size:15px;line-height:1.75; }
  .rg-review-row { flex-wrap:wrap;font-size:14px; }
  .rg-review-row b { font-size:12px; }
  .rg-allocation span { font-size:11px;gap:5px; }
  .rg-input-group label { font-size:14px; }
  .rg-range { height:44px;margin-block:2px; }
  .rg-reset { min-height:44px;font-size:13px; }
  .rg-private-note,.rg-assumptions,.rg-tool-disclosure p { font-size:12px;line-height:1.7; }
  .rg-result-explanation,.rg-calculator-footer p { font-size:15px; }
  .rg-calculator-footer .rg-button { width:100%;font-size:14px; }
  .site-unified .pricing-hero.pricing-redesign { padding-top:108px; }
  .pricing-redesign .pricing-hero-copy>p:not(.eyebrow) { font-size:16px;line-height:1.7; }
  .pricing-redesign .membership-card { padding:24px 22px 0; }
  .pricing-redesign .membership-card-top>span { font-size:11px; }
  .pricing-redesign .billing-switch button { min-height:48px;font-size:13px; }
  .pricing-redesign .billing-switch button>span { font-size:10px; }
  .pricing-redesign .membership-price { min-height:0;padding-block:22px; }
  .pricing-redesign .membership-equivalent,.pricing-redesign .membership-cta-note { font-size:12px;line-height:1.6; }
  .pricing-redesign .membership-cta { min-height:52px;font-size:15px; }
  .pricing-redesign .membership-inclusions { grid-template-columns:1fr;gap:20px; }
  .pricing-redesign .membership-inclusions h3 { font-size:12px; }
  .pricing-redesign .membership-inclusions b { font-size:14px; }
  .pricing-redesign .membership-inclusions small { font-size:13px;line-height:1.7; }
  .pricing-redesign .membership-inclusions svg { width:16px;height:16px; }
  .pricing-redesign .membership-fine { margin-inline:-22px;padding:18px 22px;font-size:11px;line-height:1.8; }
  .pricing-redesign .pricing-hero-bottom { font-size:10px; }
  .pricing-redesign .pricing-hero-bottom a { min-height:44px;font-size:12px; }
  .membership-questions.pricing-next summary { font-size:15px;min-height:60px; }
  .membership-questions.pricing-next details p { font-size:14px; }
  .checkout-heading>p:not(.st-eyebrow),.checkout-pending>span { font-size:16px; }
  .checkout-options small,.checkout-ready>p,.checkout-terms { font-size:12px; }
  .checkout-summary li { font-size:14px; }
  .fx-workspace-copy>p,.fx-capability p,.guide-copy p,.guide-copy li,.why-principles p,.legal-document p,.legal-document li { font-size:16px;line-height:1.75; }
  .fx-workspaces :is(.scenario-switch button,.cashflow-bars button,.tax-assumptions button) { min-height:44px;font-size:12px; }
  .fx-feature-index small { font-size:13px; }
  .fx-feature-index>p { font-size:12px;line-height:1.7; }
  .studio-assumptions summary { min-height:48px;font-size:13px; }
  .pivot-stage .pivot-range-row input { height:44px;margin:4px 0;background-size:100% 8px;background-repeat:no-repeat;background-position:center; }
  .clarity-tool input[type=range] { min-height:44px; }
  .site-unified main :is(input[type=email],input[type=text],select,textarea) { font-size:16px; }
  .site-unified .footer-links a { display:flex;align-items:center;min-height:44px;font-size:14px; }
  .site-unified .footer-links h2 { font-size:11px; }
  .site-unified .footer-disclosure p { font-size:12px;line-height:1.8; }
}
@media(min-width:761px) and (max-width:900px) {
  .site-unified .pricing-hero.pricing-redesign { grid-template-columns:1fr;max-width:640px;margin:auto;padding:116px 28px 0;gap:32px; }
  .pricing-redesign .pricing-hero-copy { max-width:530px; }
  .pricing-redesign .membership-card { max-width:530px;width:100%; }
  .pricing-theater { display:none; }
  .site-unified .checkout-shell { grid-template-columns:1fr;max-width:640px;margin:auto;padding-inline:28px; }
  .checkout-brand-art { display:none; }
}
@media(max-width:360px) {
  :root { --rd-gutter:18px; }
  .site-unified .nav-shell { padding-inline:16px!important;gap:10px!important; }
  .site-unified .brand img { width:94px; }
  .site-unified .mobile-join { padding-inline:12px;font-size:11px; }
  .rd-hero-grid { padding-top:106px; }
  .rd-hero-bottom { font-size:10px;gap:12px; }
  .rd-chapter-tabs button { font-size:12px; }
  .rd-answer-comparison { flex-direction:column;align-items:stretch;gap:12px; }
  .rd-answer-comparison>svg { transform:rotate(90deg);align-self:center; }
  .rd-answer-comparison>div { display:grid;grid-template-columns:1fr auto;gap:3px 12px;align-items:center; }
  .rd-answer-comparison small { grid-column:1/-1; }
  .pricing-redesign .membership-card-top { gap:10px; }
  .pricing-redesign .billing-switch button { padding-inline:8px;font-size:12px; }
  .pricing-redesign .billing-switch button>span { font-size:9px; }
}

/* Product motion: precise data, neutral surfaces, canonical sage. No ambient effects. */
.pv-lab { --pv-chart:#6d7f69;position:relative;isolation:isolate;min-width:0;width:100%;padding:28px;border:1px solid #383838;border-radius:16px;background:#171717;color:#f6f4ef;font-variant-numeric:tabular-nums; }
.pv-lab * { box-sizing:border-box; }
.pv-lab :is(p,h4) { margin:0; }
.pv-lab-top { display:flex;align-items:center;gap:10px;padding-bottom:22px;border-bottom:1px solid #333;font-size:13px;color:#deded9; }
.pv-lab-top img { width:20px;height:20px;opacity:.85; }
.pv-lab-top small { margin-left:auto;font-size:9px;letter-spacing:.08em;color:#aaa; }
.pv-lab-heading { display:flex;align-items:end;justify-content:space-between;gap:12px;padding:24px 0 20px; }
.pv-lab-heading>div>span { display:block;font-size:12px;line-height:1.5;color:#b7b7b0;margin-bottom:10px; }
.pv-lab-heading strong { display:block;font-size:clamp(32px,3.4vw,46px);font-weight:450;letter-spacing:-.055em;line-height:1.1;white-space:nowrap; }
.pv-change { flex-shrink:0;border:1px solid #3b4539;background:#1c221b;color:#c4cec0;font-size:10px;padding:8px 10px;border-radius:5px;line-height:1.3; }
.pv-lab-meta { display:flex;gap:12px;justify-content:space-between;font-size:10px;color:#aaa; }
.pv-lab-meta b { display:block;margin-top:6px;color:#ddd;font-size:13px;font-weight:500; }
.pv-plot { margin:22px 0 10px; }
.pv-plot svg { width:100%;height:auto;display:block;overflow:visible; }
.pv-plot text { fill:#a6a6a2;font:10px Manrope,sans-serif; }
.pv-chart-grid { fill:none;stroke:#ffffff0e;stroke-width:1; }
.pv-target-line { stroke:#626b5d;stroke-width:1;stroke-dasharray:3 5; }
.pv-active-path { fill:none;stroke:var(--pv-chart);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round; }
.pv-reference-path { fill:none;stroke:#7c7c77;stroke-width:1.5;stroke-dasharray:4 5; }
.pv-plan-area,.pv-money-area { fill:var(--pv-chart);fill-opacity:.08; }
.pv-chart-point { fill:#d5ddcf;stroke:#171717;stroke-width:3; }
.pv-chart-guide { fill:none;stroke:#acb7a7;stroke-width:1;stroke-dasharray:3 4; }
.pv-chart-key { display:flex;gap:20px;color:#adada8;font-size:10px;margin:16px 0 24px; }
.pv-chart-key>span { display:flex;gap:6px;align-items:center; }
.pv-chart-key i { width:14px;height:2px;background:var(--pv-chart); }
.pv-chart-key .pv-dashed { height:0;border-top:1px dashed #8f8f89;background:none; }
.pv-range-label { display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px 10px;font-size:12px;color:#d3d3cc;line-height:1.5; }
.pv-range-label output { color:#f6f4ef;font-size:14px;font-weight:500; }
.pv-range { grid-column:1/-1;display:block;width:100%;height:44px;margin:0;appearance:none;background:transparent;cursor:ew-resize;touch-action:pan-y; }
.pv-range::-webkit-slider-runnable-track { height:3px;background:#444;border-radius:2px; }
.pv-range::-webkit-slider-thumb { appearance:none;height:20px;width:20px;margin-top:-8.5px;background:#e9ece4;border:4px solid #87967e;border-radius:50%;box-shadow:0 0 0 4px #6d7f6915; }
.pv-range::-moz-range-track { height:3px;background:#444;border-radius:2px; }
.pv-range::-moz-range-thumb { height:12px;width:12px;background:#e9ece4;border:4px solid #87967e;border-radius:50%; }
.pv-range:focus-visible { outline:1px solid #b1c2a6;outline-offset:3px;border-radius:5px; }
.pv-options { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px; }
.pv-options button { padding:11px 8px;min-height:54px;border:1px solid #3b3b39;border-radius:7px;background:#1d1d1d;color:#cececa;cursor:pointer;font-size:11px;font-weight:500;line-height:1.5;transition:background .18s,border-color .18s; }
.pv-options button small { display:block;font-size:10px;color:#a8a8a3;margin-top:3px; }
.pv-options button[aria-pressed=true] { border-color:#6d7f69;background:#262d23;color:#f4f6ef; }
.pv-options button[aria-pressed=true] small { color:#c4ccbd; }
.pv-options button:hover { border-color:#8e918a; }
.pv-lab .pv-lab-note { color:#a4a4a0;font-size:10px;line-height:1.75;margin-top:20px; }
.pv-mini-ledger { display:grid;grid-template-columns:1fr auto;margin-top:18px;padding-top:16px;border-top:1px solid #333;font-size:12px;color:#c7c7c1; }
.pv-mini-ledger b { font-weight:500;color:#e6e6e0; }
.pv-mini-ledger p { grid-column:1/-1;color:#a7a7a0;font-size:10px;margin-top:7px; }
.pv-tax-map { padding:6px 0 22px; }
.pv-tax-node { padding:14px 12px;background:#1c1c1c;border:1px solid #393b37;border-radius:7px;text-align:center; }
.pv-tax-map>.pv-tax-node { width:65%;margin:auto; }
.pv-tax-node span { display:block;font-size:10px;line-height:1.5;color:#afafa7; }
.pv-tax-node b { display:block;font-size:20px;letter-spacing:-.03em;font-weight:450;margin-top:6px;color:#e4e4dd; }
.pv-tax-map svg { display:block;width:100%;height:52px;overflow:visible; }
.pv-tax-map .pv-chart-grid { stroke:#474b44; }
.pv-tax-map circle { fill:#8c9a83; }
.pv-tax-signal { fill:none;stroke:#99ac8c;stroke-width:1.5;stroke-dasharray:6 220;stroke-dashoffset:220; }
.pv-tax-nodes { display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.pv-tax-coverage { padding:0 0 20px; }
.pv-tax-coverage>div:first-child { display:flex;justify-content:space-between;gap:12px;font-size:11px;line-height:1.6;color:#bdbdb5; }
.pv-tax-coverage b { color:#dde3d7;font-weight:500; }
.pv-coverage-track { display:flex;height:5px;background:#363833;gap:2px;border-radius:3px;overflow:hidden;margin:12px 0; }
.pv-coverage-track i:first-child { background:#5f645b;width:81.15%; }
.pv-coverage-track i:last-child { background:#9aaf8d;width:0; }
.pv-tax-coverage p { font-size:11px;line-height:1.7;color:#b1b8aa;min-height:38px; }
/* Reserve the tallest chapter so switches never move the surrounding page. */
.rd-story-stage { display:grid;align-items:start; }
.rd-story-stage>.rd-chapter-panel { grid-area:1/1;align-items:start; }
.rd-home .rd-chapter-panel[hidden] { display:grid!important;visibility:hidden;pointer-events:none; }
.rd-home .rd-chapter-panel .pv-lab { align-self:start; }
@media(min-width:1000px) { .rd-chapter-panel { gap:clamp(40px,6vw,90px); } }
@media(max-width:760px) {
 .pv-lab { padding:22px 18px;border-radius:12px; }
 .pv-lab-top { font-size:12px;gap:8px;padding-bottom:18px; }
 .pv-lab-top small { font-size:8px; }
 .pv-lab-heading { padding:22px 0 20px;align-items:start;flex-wrap:wrap;gap:10px; }
 .pv-lab-heading strong { font-size:38px; }
 .pv-lab-heading>div>span { font-size:12px; }
 .pv-change { font-size:10px; }
 .pv-lab-meta { gap:8px;font-size:10px; }
 .pv-lab-meta b { font-size:13px; }
 .pv-chart-key { font-size:10px;gap:12px; }
 .pv-options button { font-size:11px;padding:11px 4px;min-height:56px; }
 .pv-range-label { font-size:12px; }
 .pv-lab .pv-lab-note { font-size:11px; }
 .pv-tax-nodes { gap:8px; }
 .pv-tax-node { padding:12px 7px; }
 .pv-tax-node span { font-size:10px; }
 .pv-tax-node b { font-size:20px; }
 .pv-tax-coverage p { min-height:40px;font-size:12px; }
 .pv-mini-ledger p { font-size:11px;line-height:1.7; }
}
@media(max-width:360px) {
 .pv-lab { padding:20px 14px; }
 .pv-lab-top small { font-size:7px;letter-spacing:0; }
 .pv-lab-heading strong { font-size:34px; }
 .pv-options button { font-size:10px; }
 .pv-chart-key { gap:9px;font-size:9px; }
}
@media(prefers-reduced-motion:reduce) { .pv-lab * { transition:none!important;animation:none!important; } }
.rd-home .rd-chapter-panel { animation:none; }
.pv-lab-heading>div>span { min-height:36px; }
@media(max-width:760px) {
 .pv-lab-heading { display:grid;grid-template-columns:1fr; }
 .pv-lab-heading .pv-change { justify-self:start; }
}
.pv-lab svg { stroke:none; }
.pv-plot svg { max-height:190px; }
.pv-plan-area,.pv-money-area { stroke:none; }
@media(min-width:1000px) {
 .rd-home .pv-lab { padding:22px; }
 .rd-home .pv-lab-top { padding-bottom:12px; }
 .rd-home .pv-lab-heading { padding:16px 0; }
 .rd-home .pv-lab-heading>div>span { min-height:18px;margin-bottom:6px; }
 .rd-home .pv-lab-heading strong { font-size:38px; }
 .rd-home .pv-plot { margin:14px 0 8px; }
 .rd-home .pv-plot svg { max-height:150px; }
 .rd-home .pv-chart-key { margin:10px 0 14px; }
 .rd-home .pv-options button { min-height:48px;padding:8px 6px; }
 .rd-home .pv-mini-ledger { margin-top:12px;padding-top:10px; }
 .rd-home .pv-lab-note { margin-top:14px;font-size:9px;line-height:1.7; }
 .rd-home .pv-tax-map { padding:4px 0 14px; }
 .rd-home .pv-tax-node { padding:8px; }
 .rd-home .pv-tax-node b { font-size:18px;margin-top:3px; }
 .rd-home .pv-tax-map svg { height:30px; }
 .rd-home .pv-tax-coverage { padding-bottom:12px; }
 .rd-home .pv-tax-coverage p { min-height:20px; }
 .rd-home .rd-chapter-tabs { padding:0 0 14px;margin-bottom:20px; }
 .rd-home .rd-story-progress { margin-top:18px; }
 .rd-home .rd-scroll-caption { margin-top:10px; }
}
.pv-plot svg { height:190px; }
.pv-plot text { font-size:12px; }
[data-money-chart] { cursor:crosshair; }
@media(min-width:1000px) { .rd-home .pv-plot svg { height:170px;max-height:170px; } }
/* Plan follows the app's chart + selected-year inspector, with the Overview curve treatment. */
.pv-lab-plan .pv-lab-top small{font-size:10px;letter-spacing:0;text-transform:none}
.pv-lab-plan .pv-outcomes-plot{position:relative;margin:24px 0 0}
.pv-lab-plan .pv-outcomes-plot svg{height:236px;max-height:none;touch-action:pan-y;cursor:crosshair}
.pv-lab-plan .pv-active-path{stroke:#dedfd9;stroke-width:2.6}
.pv-outcomes-range{fill:#6d7f69;fill-opacity:.12;stroke:none}
.pv-outcomes-area{stroke:none}
.pv-outcomes-high{fill:none;stroke:#8b9983;stroke-opacity:.34;stroke-width:1}
.pv-outcomes-plot .pv-reference-path{stroke:#8c9487;stroke-opacity:.4;stroke-width:1;stroke-dasharray:3 5}
.pv-outcomes-plot .pv-chart-guide{stroke:#dedfd9;stroke-opacity:.3;stroke-dasharray:none}
.pv-outcomes-plot .pv-chart-point{fill:#f6f4ef;stroke:#8e9888;stroke-width:2.5}
.pv-chart-halo{fill:#e0e4da;fill-opacity:.1;stroke:none}
.pv-outcomes-plot text{font-size:11px;fill:#a6a6a2}
.pv-outcomes-plot .pv-plan-axis text{font-size:10px}
.pv-outcomes-plot .pv-chart-grid{stroke:#ffffff12}
.pv-retirement-line{fill:none;stroke:#aaa;stroke-opacity:.24;stroke-width:1;stroke-dasharray:2 4}
.pv-outcomes-plot .pv-retirement-label{font-size:10px;fill:#aaa}
.pv-outcomes-key{justify-content:space-between;margin:12px 0 22px;gap:10px;font-size:10px}
.pv-outcomes-key i{background:#dedfd9}
.pv-outcomes-key .pv-range-swatch{height:8px;background:#6d7f6930;border:1px solid #6d7f6960}
.pv-plan-tooltip{position:absolute;z-index:2;pointer-events:none;opacity:0;width:154px;padding:10px 12px;border:1px solid #ffffff1a;border-radius:9px;background:#161616ed;box-shadow:0 5px 20px #0003;backdrop-filter:blur(8px);transition:opacity .15s}
.pv-plan-tooltip span,.pv-plan-tooltip small{display:block;color:#aaa;font-size:10px;line-height:1.5}
.pv-plan-tooltip strong{display:block;color:#f6f4ef;font-size:18px;letter-spacing:-.04em;font-weight:500;line-height:1.5}
.pv-lab-plan.is-inspecting .pv-plan-tooltip{opacity:1}
.pv-plan-inspector{border:1px solid #383838;border-radius:10px;overflow:hidden;background:#1b1b1b}
.pv-plan-inspector>header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 14px;border-bottom:1px solid #333;background:#202020}
.pv-plan-year b{display:block;font-size:18px;font-weight:500;line-height:1.3}
.pv-plan-year span{display:block;color:#aaa;font-size:10px;line-height:1.5;margin-top:5px;max-width:125px}
.pv-plan-balance{text-align:right}
.pv-plan-balance>span{display:block;color:#aaa;font-size:10px;line-height:1.5}
.pv-plan-balance>strong{display:block;font-size:27px;font-weight:450;letter-spacing:-.045em;line-height:1.3;white-space:nowrap}
.pv-plan-ledger{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#333}
.pv-plan-ledger>div{min-width:0;padding:12px;background:#1b1b1b}
.pv-plan-ledger span{display:block;color:#aaa;font-size:10px;line-height:1.5}
.pv-plan-ledger strong{display:block;font-size:14px;font-weight:500;line-height:1.6;white-space:nowrap;margin-top:3px;color:#e9e9e3}
.pv-lab-plan .pv-plan-scrubber{display:block;margin:10px 0 6px}
.pv-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.pv-plan-scrubber .pv-range::-webkit-slider-thumb{width:14px;height:14px;margin-top:-5.5px;border:2px solid #171717;background:#dedfd9;box-shadow:0 0 0 1px #797f75}
.pv-plan-scrubber .pv-range::-moz-range-thumb{width:10px;height:10px;border:2px solid #171717;background:#dedfd9;box-shadow:0 0 0 1px #797f75}
.pv-plan-scrubber .pv-range::-webkit-slider-runnable-track{height:2px}
.pv-plan-milestones button{min-height:44px;padding:8px 6px;background:transparent;border-color:#3b3b39}
.pv-plan-milestones button small{display:none}
.pv-plan-milestones button[aria-pressed=true]{background:#292929;border-color:#686c63;color:#f6f4ef}
@media(min-width:1000px){
 .rd-home .pv-lab-plan .pv-outcomes-plot{margin:14px 0 0}
 .rd-home .pv-lab-plan .pv-outcomes-plot svg{height:190px;max-height:none}
 .rd-home .pv-lab-plan .pv-outcomes-key{margin:8px 0 14px}
 .rd-home .pv-plan-inspector>header{padding:9px 12px}
 .rd-home .pv-plan-balance>strong{font-size:24px}
 .rd-home .pv-plan-ledger>div{padding:8px 10px}
 .rd-home .pv-plan-ledger strong{font-size:13px}
 .rd-home .pv-plan-milestones button{min-height:44px;padding:7px 6px}
}
@media(max-width:760px){
 .pv-lab-plan .pv-outcomes-plot{margin-top:22px}
 .pv-plan-inspector>header{padding:12px}
 .pv-plan-balance>strong{font-size:25px}
 .pv-plan-ledger{grid-template-columns:repeat(2,minmax(0,1fr))}
 .pv-plan-ledger>div{padding:11px 12px}
 .pv-plan-ledger span{font-size:11px}
 .pv-plan-ledger strong{font-size:16px}
 .pv-plan-tooltip{width:142px}
 .pv-plan-tooltip strong{font-size:17px}
}
@media(max-width:360px){
 .pv-plan-inspector>header{padding:10px;gap:8px}
 .pv-plan-balance>strong{font-size:22px}
 .pv-plan-year b{font-size:16px}
 .pv-plan-year span{font-size:9px}
 .pv-plan-ledger>div{padding:10px}
 .pv-plan-ledger strong{font-size:14px}
 .pv-outcomes-key{font-size:9px;gap:6px}
 .pv-plan-tooltip{width:130px;padding:8px 10px}
}

/* Monte Carlo outcome bands use the app's nested percentile hierarchy. */
.pv-outcomes-central{fill:#6d7f69;fill-opacity:.38;stroke:none}
.pv-outcomes-key .pv-central-swatch{height:8px;background:#6d7f6980;border:1px solid #6d7f69}
.pv-lab-plan .pv-outcomes-key{flex-wrap:wrap;justify-content:flex-start;gap:7px 15px}
@media(max-width:360px){.pv-lab-plan .pv-outcomes-key{gap:6px 10px}}
