.sub-page .icon{width:18px;height:18px;flex:none}.sub-page .text-link{gap:14px}.sub-page .text-link .icon{width:16px;height:16px;transition:transform .25s}.sub-page .text-link:hover .icon{transform:translate(2px,-2px)}.sub-page .eyebrow{color:var(--ink-3)}.sub-page .eyebrow:before{content:"";width:6px;height:6px;border-radius:1px;background:#774599;flex:none}.sub-page section{position:relative}.sub-page section+section{border-top:1px solid var(--hairline)}.sub-page .button.secondary{background:transparent;border-color:#c7b3d4;color:var(--plum)}.sub-page .button.secondary:hover{background:#f4ecfa}.sub-page h2{font-weight:440;font-size:clamp(32px,3.3vw,50px);line-height:1.08;letter-spacing:-.045em;text-wrap:balance;margin:0}.sub-page .sub-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--dark);color:#fff;padding:calc(var(--header-h) + 80px) 0 84px}.sub-page .sub-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 78% 30%,#55316855,transparent 52%),radial-gradient(ellipse at 20% 110%,#79496a38,transparent 60%)}.sub-page .sub-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#b393c42b,#b393c400)}.sub-page .sub-hero .eyebrow{color:#c5afd2;margin:0 0 30px}.sub-page .sub-hero .eyebrow:before{background:#c897e3}.sub-page .sub-hero h1{font-weight:420;font-size:clamp(42px,5vw,76px);line-height:1.06;letter-spacing:-.052em;text-wrap:balance;max-width:20ch;margin:0 0 32px;color:#fff}.sub-page .sub-hero h1 .gradient-text,.sub-page .sub-hero h1 span{color:#edceff;background:none;-webkit-text-fill-color:currentColor}.sub-page .sub-lead{font-size:18px;line-height:1.65;color:#c4b6cb;max-width:600px}.sub-page .sub-lead p{margin:0 0 14px}.sub-page .sub-lead p:last-child{margin:0}.sub-page .page-block{padding:var(--section-space) 0;background:var(--paper)}.sub-page .page-block.quiet{background:var(--paper-2)}.sub-page .page-block-head{margin-bottom:clamp(36px,4vw,56px)}.sub-page .page-block-head .eyebrow{margin:0 0 24px}.sub-page .page-block-head>p:not(.eyebrow){font-size:17px;line-height:1.7;color:var(--ink-2);max-width:60ch;margin:18px 0 0}.sub-page .route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.sub-page .route-card{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(24px,2.4vw,32px);border:1px solid var(--hairline);border-radius:var(--radius-lg);background:#fff;min-height:250px;transition:border-color .3s,background .3s,transform .3s var(--ease)}.sub-page .route-card:hover{border-color:var(--hairline-strong);background:#fdfbfe;transform:translateY(-3px)}.sub-page .route-card[hidden]{display:none}.sub-page .route-card .eyebrow{font-size:11px;margin:0 0 18px}.sub-page .route-card h3{font-weight:450;font-size:clamp(21px,1.8vw,24px);line-height:1.2;letter-spacing:-.03em;text-wrap:balance;margin:0 0 12px;color:var(--ink)}.sub-page .route-card p{font-size:15px;line-height:1.7;color:var(--ink-2);margin:0 0 24px}.sub-page .route-card>.text-link{margin-top:auto;font-size:13px}.sub-page .proof-label{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--hairline-strong);border-radius:99px;padding:5px 12px;font-size:12px;line-height:1.4;letter-spacing:.02em;font-weight:500;color:var(--ink);background:#fff;margin:0 0 22px}.sub-page .proof-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--violet)}.sub-page .deep-link{padding:clamp(48px,5vw,72px) 0;background:var(--paper)}.sub-page .deep-link>.wrap{display:flex;gap:40px;justify-content:space-between;align-items:center}.sub-page .deep-link .eyebrow{margin:0 0 18px}.sub-page .deep-link h2{font-size:clamp(26px,2.4vw,34px);margin:0 0 12px}.sub-page .deep-link p:not(.eyebrow){font-size:16.5px;line-height:1.7;color:var(--ink-2);max-width:56ch;margin:0}.sub-page .deep-link .button{flex:none}.sub-page .page-close{padding:var(--section-space) 0;text-align:center;background:var(--paper-3)}.sub-page .page-close .eyebrow{justify-content:center;margin:0 0 26px}.sub-page .page-close h2{max-width:18ch;margin:0 auto 36px}.sub-page .page-close h2 span{color:var(--plum)}.sub-page .page-close p:not(.eyebrow){font-size:16.5px;line-height:1.7;color:var(--ink-2);max-width:52ch;margin:-14px auto 32px}.sub-page .page-close .button{background:var(--ink);color:#fff}.sub-page .page-close .button:hover{background:#573c6a}@media(prefers-reduced-motion:no-preference){.sub-motion .sub-page .sub-mover{transition:opacity .7s var(--ease),transform .7s var(--ease)}.sub-motion .sub-page .sub-mover:not(.is-in){opacity:0;transform:translateY(14px)}.sub-motion .sub-page .sub-hero .wrap>*,.sub-motion .sub-page .library-hero .container>*{animation:sub-rise .9s var(--ease) both}.sub-motion .sub-page :is(.sub-hero .wrap,.library-hero .container)>:nth-child(2){animation-delay:.1s}.sub-motion .sub-page :is(.sub-hero .wrap,.library-hero .container)>:nth-child(3){animation-delay:.22s}.sub-page .proof-label:before{animation:sub-pulse 2.4s ease-in-out infinite}}@keyframes sub-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes sub-pulse{0%,to{opacity:1}50%{opacity:.4}}@media(max-width:1100px){.sub-page .route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.sub-page .deep-link>.wrap{flex-direction:column;align-items:flex-start;gap:28px}}@media(max-width:700px){.sub-page .sub-hero{padding:calc(var(--header-h) + 52px) 0 56px}.sub-page .sub-hero h1{font-size:38px;letter-spacing:-.045em;max-width:none}.sub-page .sub-lead{font-size:16.5px}.sub-page h2{font-size:32px}.sub-page .route-grid{grid-template-columns:1fr}.sub-page .route-card{min-height:0}.sub-page .deep-link h2{font-size:26px}}@media(prefers-reduced-motion:reduce){.sub-page :is(.route-card,.text-link .icon){transition:none!important}}
