:root{--bg:#e8e8e8;--bg-subtle:#f5f5f5;--ink:#1f1f1f;--muted:#525252;--line-art:#6b6b6b;--accent:#2c2c2c;--accent-hover:#3d3d3d;--gold-edge:#a09072;--card:#f0f0f0;--bg-elevated:#f7f7f7;--text:#1f1f1f;--text-secondary:#525252;--text-tertiary:#737373;--border:#00000014;--border-strong:#00000029;--radius:12px;--radius-lg:14px;--shadow:0 2px 8px #0000000f, 0 12px 40px #0000000a;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"Montserrat", var(--font);--font-serif:"Cormorant Garamond", "Times New Roman", Georgia, serif;--max:1120px;--max-readable:40rem;--max-docs:44rem;--nav-h:auto}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);font-feature-settings:"kern" 1;letter-spacing:-.022em;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.47059}#root{min-height:100svh}a{color:var(--ink);text-underline-offset:.2em;text-decoration:none}a:hover{color:#404040;text-decoration:underline}.footer a,.nav-landing a:not(.btn),.nav-landing__text{color:inherit}a.btn--primary,button.btn--primary{color:#f5f5f5;text-decoration:none}a.btn--primary:hover,button.btn--primary:hover{color:#fff;text-decoration:none}a.btn--secondary,button.btn--secondary{color:var(--ink);text-decoration:none}a.btn--secondary:hover,button.btn--secondary:hover{text-decoration:none}p{color:var(--text-secondary);margin:0}h1,h2,h3{letter-spacing:-.03em;color:var(--text);margin:0;font-weight:600}h1{font-size:clamp(2rem,4vw,3rem);line-height:1.05}h2{font-size:clamp(1.35rem,2.2vw,1.65rem);line-height:1.15}h3{font-size:1.125rem;line-height:1.25}.muted{color:var(--text-tertiary);font-size:.88rem}.page{flex-direction:column;min-height:100svh;padding-bottom:3rem;display:flex}.page--landing{overflow-x:hidden}.main{flex:1}.container{width:100%;max-width:var(--max);padding:0 max(20px, env(safe-area-inset-left)) 0 max(20px, env(safe-area-inset-right));min-width:0;margin:0 auto}@media (width>=768px){.container{padding:0 max(32px, env(safe-area-inset-left)) 0 max(32px, env(safe-area-inset-right))}}.nav{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);background:#f0f0f0e6;padding:7px 0;position:sticky;top:0}.nav__inner{width:100%;max-width:var(--max);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:0 22px;display:flex}.nav__brand{color:var(--text);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:1.05rem;font-weight:600;text-decoration:none}.nav__brand:hover{opacity:.75;text-decoration:none}.nav__cluster{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem 1rem;display:flex}.nav__modes{background:#0000000d;border-radius:980px;gap:2px;padding:3px;display:inline-flex}.nav__mode{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:980px;padding:.4rem .95rem;font-family:inherit;font-size:.8125rem;font-weight:500}.nav__mode:hover{color:var(--text)}.nav__mode--active{background:var(--bg-elevated);color:var(--text);box-shadow:0 1px 2px #0000000f}.nav__anchors{flex-wrap:wrap;align-items:center;gap:.65rem 1rem;display:flex}.nav__anchors a{color:var(--text-secondary);font-size:.8125rem;text-decoration:none}.nav__anchors a:hover{color:var(--text)}.btn--nav{white-space:nowrap}.btn--nav:hover{text-decoration:none}@media (width<=720px){.nav__anchors{display:none}}.btn{cursor:pointer;border:none;border-radius:980px;justify-content:center;align-items:center;padding:.55rem 1.1rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:background .2s,transform .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:var(--accent);color:#f5f5f5;box-shadow:0 0 0 1px var(--gold-edge);border:1px solid #0000;font-weight:600;text-decoration:none}.btn--primary:hover{background:var(--accent-hover);color:#fafafa;text-decoration:none}.btn--secondary{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border-strong)}.btn--secondary:hover{background:#e0e0e0;text-decoration:none}.hero{text-align:center;padding:3rem 0 3.5rem}.hero__eyebrow{color:var(--text-tertiary);letter-spacing:.02em;margin-bottom:.75rem;font-size:.8125rem}.hero__title{max-width:16ch;margin-left:auto;margin-right:auto}.hero__lead{max-width:36rem;color:var(--text-secondary);margin:1.25rem auto 0;font-size:1.125rem;line-height:1.5}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.stats{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:520px;margin:2.75rem auto 0;display:grid}.stat{background:var(--bg-elevated);border-radius:var(--radius);border:1px solid var(--border);text-align:left;padding:1.25rem 1.5rem}.stat__value{letter-spacing:-.03em;color:var(--text);font-size:1.65rem;font-weight:600}.stat__hint{color:var(--text-tertiary);margin-top:.35rem;font-size:.8125rem}.section{padding:3.5rem 0}.section--readable .section__h2,.section--readable .section__p,.section--readable .prose{max-width:var(--max-readable)}.section__h2{margin-bottom:.75rem}.section__h2--center{text-align:center;max-width:none}.section__p{margin-top:.75rem;line-height:1.5}.section__p--intro{font-size:1.0625rem}.section__p--center{text-align:center;margin-left:auto;margin-right:auto}.section__p--narrow{max-width:36rem}.prose p{margin-top:1rem;line-height:1.55}.prose p:first-child{margin-top:0}.audience-tabs{margin-top:1.75rem}.tabs-list{background:#0000000a;border-radius:980px;flex-wrap:wrap;gap:.35rem;width:fit-content;max-width:100%;margin:0 0 1.25rem;padding:.25rem;display:flex}.tabs-trigger{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:980px;padding:.5rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .2s,color .2s}.tabs-trigger:hover{color:var(--text)}.tabs-trigger[data-state=active]{background:var(--bg-elevated);color:var(--text);box-shadow:0 1px 3px #00000014}.tabs-panel{outline:none}.panel-card{background:var(--bg-elevated);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);text-align:left;max-width:var(--max-readable);padding:1.75rem 1.5rem}.panel-card--flush{max-width:none}.panel-card__h3{margin-bottom:.5rem}.panel-card__p{margin-top:.75rem;line-height:1.55}.panel-card__ul{color:var(--text-secondary);margin:1rem 0 0;padding-left:1.2rem;line-height:1.5}.panel-card__ul li{margin-bottom:.5rem}.story-grid{max-width:var(--max-readable);gap:1.25rem;margin-top:2rem;display:grid}@media (width>=640px){.story-grid{grid-template-columns:1fr 1fr}}.photo-placeholder{aspect-ratio:4/5;border-radius:var(--radius-lg);border:1px solid var(--border);color:var(--text-tertiary);text-align:center;background:linear-gradient(160deg,#ececee 0%,#d8d8dc 100%);justify-content:center;align-items:center;padding:1rem;font-size:.85rem;display:flex}.pricing-grid{gap:1rem;margin-top:2rem;display:grid}@media (width>=640px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1080px){.pricing-grid{grid-template-columns:repeat(4,1fr)}}.price-card{background:var(--bg-elevated);border-radius:var(--radius-lg);border:1px solid var(--border);text-align:left;flex-direction:column;padding:1.5rem;display:flex}.price-card--highlight{border-color:var(--gold-edge);box-shadow:0 0 0 1px var(--gold-edge)}.price-card__badge{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:.5rem;font-size:.68rem;font-weight:600}.price-card__name{color:var(--text);font-size:1.2rem;font-weight:600}.price-card__price{letter-spacing:-.02em;color:var(--text);margin-top:.45rem;font-size:1.45rem;font-weight:600}.price-card__period{color:var(--text-tertiary);font-size:.85rem;font-weight:400}.price-card__desc{color:var(--text-secondary);margin-top:.65rem;font-size:.9rem;line-height:1.45}.price-card ul{color:var(--text-secondary);flex:1;margin:1rem 0 0;padding-left:1rem;font-size:.85rem;line-height:1.45}.price-card li{margin-bottom:.35rem}.price-card .btn{width:100%;margin-top:1.2rem}.disclaimer{color:var(--text-tertiary);text-align:center;max-width:42rem;margin:2.5rem auto 0;font-size:.78rem;line-height:1.45}.faq{max-width:var(--max-readable);margin-top:1.25rem}.faq-item{border-bottom:1px solid var(--border)}.faq-trigger{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;font-family:inherit;font-size:1rem;font-weight:500;display:flex}.faq-trigger:hover{color:var(--accent)}.faq-chevron{color:var(--text-tertiary);flex-shrink:0;transition:transform .2s}.faq-trigger[data-state=open] .faq-chevron{transform:rotate(180deg)}.faq-content{overflow:hidden}.faq-answer{color:var(--text-secondary);padding:0 0 1rem;font-size:.9375rem;line-height:1.5}.docs{max-width:calc(var(--max) + 2rem);gap:2rem 2.5rem;margin:0 auto;padding:2rem 22px 4rem;display:grid}@media (width>=900px){.docs{grid-template-columns:10.5rem minmax(0,1fr);align-items:start}}.docs__main{min-width:0}.docs__header{border-bottom:1px solid var(--border);padding-bottom:1.5rem}.docs__title{font-size:clamp(1.75rem,3vw,2.25rem)}.docs__subtitle{max-width:50ch;margin-top:.75rem;font-size:1.0625rem;line-height:1.5}.docs-toc{position:sticky;top:4.5rem}@media (width<=899px){.docs-toc{border-bottom:1px solid var(--border);padding-bottom:.75rem;position:static}}.docs-toc__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:.65rem;font-size:.7rem;font-weight:600}.docs-toc__list{margin:0;padding:0;list-style:none}.docs-toc__list li{margin-bottom:.4rem}.docs-toc__list a{color:var(--text-secondary);font-size:.8125rem;text-decoration:none}.docs-toc__list a:hover{color:var(--accent)}.docs__article{min-width:0}.docs-section{border-bottom:1px solid var(--border);padding:2.25rem 0;scroll-margin-top:5.5rem}.docs-section:last-of-type{border-bottom:none}.docs-section h2{margin-bottom:1rem}.docs-section p{max-width:var(--max-docs);margin-top:.75rem;line-height:1.55}.docs-section p:first-of-type{margin-top:0}.docs-section ul{max-width:var(--max-docs);color:var(--text-secondary);margin:.75rem 0 0;padding-left:1.25rem;line-height:1.55}.docs-section li{margin-bottom:.45rem}.docs-list-tight li{margin-bottom:.5rem}.docs-note{color:var(--text-tertiary)!important;margin-top:1rem!important;font-size:.875rem!important}.docs-table{width:100%;max-width:var(--max-docs);border-collapse:collapse;margin-top:1rem;font-size:.9375rem}.docs-table th,.docs-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.65rem .65rem .65rem 0}.docs-table th{width:34%;max-width:10rem;color:var(--text);font-weight:500}.docs-table td{color:var(--text-secondary);line-height:1.5}.footer{border-top:1px solid var(--border);text-align:center;color:var(--text-tertiary);margin-top:auto;padding:2rem 22px;font-size:.8125rem}.footer__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .5rem;margin-top:.5rem;display:flex}.footer__dot{opacity:.5}.footer__linkish{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0}.footer__linkish:hover{text-decoration:underline}.nav-landing{border-bottom-color:var(--border);padding-top:calc(7px + env(safe-area-inset-top,0px));background:#f2f2f2f0}.nav-landing__inner{width:100%;max-width:var(--max);padding:8px max(20px, env(safe-area-inset-left)) 8px max(20px, env(safe-area-inset-right));flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem 1rem;margin:0 auto;display:flex}@media (width>=768px){.nav-landing__inner{padding:8px max(32px, env(safe-area-inset-left)) 8px max(32px, env(safe-area-inset-right));flex-wrap:nowrap}}.nav-landing__brand{color:var(--ink);align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.nav-landing__brand-text{font-family:var(--font-serif);letter-spacing:.04em;color:inherit;font-feature-settings:"kern" 1, "liga" 1;font-size:1.28rem;font-weight:600;line-height:1}@media (width<=360px){.nav-landing__brand-text{letter-spacing:.03em;font-size:1.2rem}}.nav-landing__brand .nav-landing__logo{object-fit:contain;flex-shrink:0;width:44px;height:44px;display:block}.nav-landing__brand:hover{opacity:.85;text-decoration:none}.nav-landing__brand--btn{cursor:pointer;font:inherit;background:0 0;border:none}.nav-landing__links{flex-wrap:wrap;flex:auto;justify-content:center;align-items:center;gap:.5rem 1.1rem;display:flex}@media (width>=901px){.nav-landing__links{justify-content:flex-end;margin-left:auto}}.nav-landing__links a{color:var(--muted);font-size:.8125rem;font-weight:500;text-decoration:none}.nav-landing__links a:hover{color:var(--ink);text-decoration:none}.nav-landing__right{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.nav-landing__text{color:var(--muted);font-size:.8125rem;font-weight:500;text-decoration:none}.nav-landing__text:hover{color:var(--ink);text-decoration:none}@media (width<=900px){.nav-landing__links{border-top:1px solid var(--border);order:3;justify-content:flex-start;gap:.35rem .85rem;width:100%;margin-left:0;padding-top:.4rem}.nav-landing__links a{padding:.3rem 0;font-size:.8rem}}@media (width<=360px){.nav-landing__links{gap:.3rem .65rem}.nav-landing__links a{font-size:.74rem}}.hero-landing{padding:2.5rem 0 3.5rem;scroll-margin-top:5rem}.hero-landing__grid{align-items:center;gap:2.5rem;display:grid}@media (width>=900px){.hero-landing__grid{grid-template-columns:1fr minmax(280px,420px);gap:3rem}}.hero-landing__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:.85rem;font-size:.6875rem;font-weight:600}.hero-landing__h1{font-family:var(--font-display);letter-spacing:-.04em;color:var(--ink);max-width:18ch;font-size:clamp(1.75rem,4.2vw,2.75rem);font-weight:700;line-height:1.12}.hero-landing__lead{max-width:36rem;color:var(--muted);margin-top:1.15rem;font-size:1.0625rem;line-height:1.55}.hero-landing__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.hero-landing__micro{max-width:36rem;color:var(--text-tertiary);margin-top:1.25rem;font-size:.875rem;line-height:1.5}.hero-landing__visual{justify-self:center;width:100%;max-width:400px}.hero-landing__portrait{object-fit:cover;width:100%;max-height:min(72vh,520px);box-shadow:var(--shadow);border-radius:14px;margin-left:auto;margin-right:auto;display:block}.hero-landing__portrait--placeholder{aspect-ratio:4/5;min-height:280px;box-shadow:none;background:linear-gradient(145deg,#d8d8d8 0%,#b8b8b8 100%)}.section-landing{padding:3.25rem 0;scroll-margin-top:4.5rem}.section-landing--muted{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#dcdcdc}.section-landing__h2{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--ink);margin-bottom:.75rem;font-size:clamp(1.85rem,3vw,2.35rem);font-weight:600}.section-landing__h2--serif{font-family:var(--font-serif)}.section-landing__p{color:var(--muted);max-width:42rem;margin-top:1rem;line-height:1.6}.section-landing__p:first-of-type{margin-top:.5rem}.section-landing__intro{color:var(--muted);max-width:40rem;margin-top:.75rem;margin-bottom:.75rem;font-size:1.0625rem;line-height:1.55}.section-landing__remark{max-width:40rem;color:var(--muted);border-left:3px solid var(--gold-edge);background:#0000000a;border-radius:0 10px 10px 0;margin:0 0 2rem;padding:.9rem 1.1rem;font-size:.9375rem;line-height:1.55}.section-landing__remark strong{color:var(--ink);font-weight:600}.section-landing__remark em{text-underline-offset:.15em;font-style:normal;-webkit-text-decoration:underline #a090728c;text-decoration:underline #a090728c}.about-content{max-width:42rem}.about-quote{border-left:3px solid var(--gold-edge);font-family:var(--font-serif);color:var(--ink);margin:1.5rem 0 0;padding:1rem 0 1rem 1.1rem;font-size:1.2rem;font-style:italic;line-height:1.45}.about-list{color:var(--muted);margin:1.35rem 0 0;padding-left:1.2rem;line-height:1.55}.about-list li{margin-bottom:.5rem}.services-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.service-card{background:var(--card);border:1px solid var(--border);border-radius:14px;flex-direction:column;min-height:100%;padding:1.5rem 1.35rem;display:flex;box-shadow:0 1px #1a1a1a0a}.svc-icon{width:40px;height:40px;margin-bottom:.65rem}.service-card__title{font-family:var(--font-display);color:var(--ink);margin-bottom:.35rem;font-size:1.1rem;font-weight:600}.service-card__subtitle{color:var(--ink);opacity:.92;margin-bottom:.65rem;font-size:.9rem;font-weight:500;line-height:1.35}.service-card__text{color:var(--muted);flex:1;font-size:.9rem;line-height:1.5}.service-card__link,button.service-card__link{width:fit-content;font:inherit;color:var(--ink);text-align:left;text-underline-offset:.2em;cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:0;font-size:.875rem;font-weight:600;text-decoration:underline;display:inline-block}button.service-card__link:hover{color:var(--accent-hover);text-decoration:underline}.service-card__link:hover{color:var(--accent-hover)}.upaii-card{background:var(--card);border:1px solid var(--border);border-radius:14px;margin-top:1.5rem;padding:1.5rem 1.35rem}.upaii-card__h{font-family:var(--font-display);color:var(--ink);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.upaii-card__p{max-width:none}.upaii-card__cta{margin-top:1rem}.section-landing__cta-wrap{text-align:center;margin-top:2rem}.process-grid{gap:1.25rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}@media (width>=768px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-step{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.1rem}.process-step__n{color:#f0f0f0;background:#2c2c2c;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;margin-bottom:.65rem;font-size:.75rem;font-weight:700;display:inline-flex}.process-step__h{font-family:var(--font-display);color:var(--ink);margin-bottom:.45rem;font-size:1rem;font-weight:600}.process-step p{color:var(--muted);font-size:.875rem;line-height:1.5}.section-landing__disclaimer{color:var(--text-tertiary);max-width:42rem;margin-top:2rem;font-size:.78rem;line-height:1.45}.input-landing{box-sizing:border-box;border:1px solid var(--border-strong);background:var(--card);width:100%;min-width:0;color:var(--ink);border-radius:10px;padding:.55rem .75rem;font-family:inherit;font-size:.9375rem;line-height:1.4;display:block}.input-landing::placeholder{color:var(--text-tertiary)}.input-landing:focus{outline:2px solid var(--gold-edge);outline-offset:1px;border-color:#0000}.input-landing--area{resize:vertical;width:100%}.input-landing--line{min-height:2.5rem}.input-landing--area.input-landing--compact{min-height:4rem}.input-landing--area.input-landing--birth{min-height:3.25rem}.contact-block__intro{max-width:40rem;margin-top:.5rem;margin-bottom:1.25rem}.contact-block__success{color:var(--ink);background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:10px;max-width:40rem;margin:0 0 1rem;padding:.65rem .85rem;font-size:.9375rem;line-height:1.45}.contact-block__err{color:#8b2e2e;margin:0;font-size:.875rem;line-height:1.45}.channel-fieldset{border:none;min-width:0;margin:0;padding:0}.channel-fieldset__legend{color:var(--ink);letter-spacing:.01em;margin-bottom:.35rem;padding:0;font-size:.8125rem;font-weight:600}.channel-fieldset__hint{color:var(--text-tertiary);max-width:40rem;margin:0 0 .75rem;font-size:.8125rem;line-height:1.45}.channel-grid{flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem;display:flex}.channel-pill{cursor:pointer;margin:0}.channel-pill input{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.channel-pill__text{border:1px solid var(--border-strong);background:var(--card);color:var(--text-secondary);border-radius:999px;padding:.42rem .8rem;font-size:.8125rem;font-weight:500;line-height:1.3;transition:border-color .15s,background .15s,color .15s;display:inline-block}.channel-pill:hover .channel-pill__text{border-color:var(--line-art);color:var(--ink)}.channel-pill input:checked+.channel-pill__text{border-color:var(--gold-edge);background:var(--bg-elevated);color:var(--ink)}.channel-pill input:focus-visible+.channel-pill__text{outline:2px solid var(--gold-edge);outline-offset:2px}.channel-fieldset__handle{flex-direction:column;gap:.45rem;display:flex}.channel-fieldset__handle label{color:var(--ink);letter-spacing:.01em;font-size:.8125rem;font-weight:600}.contact-form{flex-direction:column;gap:1.15rem;max-width:40rem;display:flex}.contact-form__row{flex-direction:column;gap:.45rem;display:flex}.contact-form__row label{color:var(--ink);letter-spacing:.01em;font-size:.8125rem;font-weight:600}.contact-form__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.15rem;display:flex}.visually-hidden{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.footer-landing{text-align:left;padding:2.5rem 20px 2rem}@media (width>=768px){.footer-landing{padding:2.5rem 32px 2rem}}.footer-landing__grid{color:var(--muted);gap:1rem 2rem;font-size:.875rem;display:grid}@media (width>=700px){.footer-landing__grid{grid-template-columns:1fr 1.2fr 1.2fr;align-items:start}}.footer-landing__legal a,.footer-landing__social a,.footer-landing__docs a,.footer-landing__docs .footer__linkish{color:var(--muted)}.footer-landing__legal a:hover,.footer-landing__social a:hover{color:var(--ink)}.footer-landing__copy{color:var(--ink);font-weight:500}.footer-landing__dot{opacity:.4;margin:0 .25rem}.footer-landing__social{overflow-wrap:anywhere;flex-wrap:wrap;align-items:center;gap:.15rem 0;display:flex}.footer-landing__fine{max-width:var(--max);color:var(--text-tertiary);text-align:center;margin:1.5rem auto 0;padding:0 20px;font-size:.7rem;line-height:1.4}@media (width>=768px){.footer-landing__fine{padding:0 32px}}.footer-landing__docs{text-align:center;margin-top:1rem;font-size:.8125rem}.docs-toc__list a:hover,.docs table a{color:var(--accent-hover)}
