/* Embedded font license:
Copyright 2018 The Manrope Project Authors (https://github.com/sharanda/manrope)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded, 
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

*/
/* Native single-file implementation. DESIGN_VARIANCE: 8; MOTION_INTENSITY: 4; VISUAL_DENSITY: 3.
       Geometry: 6px controls, 12px image panels; pill shapes reserved for channel selectors.
       Product capabilities describe the concept in development, not a released service. */
    :root{color-scheme:light;--bg:#eeefeb;--surface:#e5e7e1;--paper:#f7f8f4;--ink:#222820;--muted:#63695f;--line:#cdd1c7;--accent:#bd431f;--button:#293125;--button-text:#f7f8f4;--tint:#e4e8db}
    [data-theme="dark"]{color-scheme:dark;--bg:#20251f;--surface:#2a3028;--paper:#30372d;--ink:#eff1e9;--muted:#b4bcae;--line:#47503f;--accent:#fa936c;--button:#edf0e5;--button-text:#222820;--tint:#333c2b}
    *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'Manrope',Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:default}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--accent);outline-offset:5px}::selection{background:var(--accent);color:var(--bg)}img{display:block;width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:600;letter-spacing:-.055em}h2{font-size:clamp(38px,4.6vw,64px);line-height:1.08}h3{font-size:27px;line-height:1.2}.wrap{max-width:1400px;padding-inline:54px;margin-inline:auto}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:700;text-transform:uppercase}.muted{color:var(--muted)}.accent{color:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:50px;padding:13px 21px;border:1px solid transparent;border-radius:6px;background:var(--button);color:var(--button-text);font-size:13px;font-weight:600;line-height:1.5;transition:transform .2s}.button:hover{transform:translateY(-3px)}.button .arrow{font-size:22px;line-height:1}.button.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:13px;font-weight:600;border-bottom:1px solid var(--ink);padding-block:6px}.text-link:hover{color:var(--accent);border-color:var(--accent)}.skip{position:fixed;left:16px;top:-100px;z-index:50;background:var(--button);color:var(--button-text);padding:12px}.skip:focus{top:12px}
    header{height:106px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-size:24px;font-weight:800;letter-spacing:-1.15px;white-space:nowrap}.brand span{color:var(--accent)}.nav{display:flex;gap:31px;align-items:center;font-size:12px;font-weight:600}.nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:20px}.theme-button{width:36px;height:36px;border:1px solid var(--line);background:transparent;border-radius:50%;font-size:21px;display:grid;place-items:center}.header-actions .button{min-height:42px;padding:10px 16px;font-size:11px;gap:24px}.menu-button{display:none}
    .hero{padding-top:40px}.hero-grid{display:grid;grid-template-columns:.93fr 1.07fr;gap:24px;align-items:center}.hero-copy{position:relative;padding:16px 0 30px;z-index:1}.hero h1{font-size:clamp(65px,7.2vw,101px);line-height:1.01;margin:25px 0 27px;max-width:650px;letter-spacing:-.067em;font-weight:600}.hero h1 span{display:block}.hero-copy>p{max-width:365px;color:var(--muted);font-size:15px;line-height:1.8}.hero-copy .button{margin-top:29px}.hero-image{overflow:hidden;border-radius:12px;background:#dcded9;align-self:stretch;min-height:505px}.hero-image img{height:100%;object-fit:cover;object-position:52% center}.hero-foot{display:flex;justify-content:space-between;gap:25px;padding:27px 0 30px;font-size:11px;color:var(--muted);border-bottom:1px solid var(--line)}.hero-foot strong{color:var(--ink);font-weight:600}.hero-foot a{text-decoration:underline;text-underline-offset:4px}
    section{scroll-margin-top:35px}.idea{display:grid;grid-template-columns:1fr 2.05fr;gap:50px;padding-block:104px 112px}.idea .eyebrow{padding-top:9px}.idea h2{font-size:clamp(31px,3.4vw,46px);line-height:1.24;max-width:870px}.idea p{margin-top:23px;max-width:570px;color:var(--muted);font-size:14px}.workflow{padding-bottom:105px}.section-heading{margin-bottom:42px}.section-heading .eyebrow{margin-bottom:19px}.section-heading p{max-width:475px;margin-top:18px;font-size:14px;color:var(--muted)}.workflow-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:85px}.steps{display:flex;flex-direction:column}.step{display:flex;width:100%;text-align:left;align-items:center;gap:20px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:16px 0;font-size:19px;letter-spacing:-.025em;transition:color .2s,padding .2s}.step:first-child{padding-top:6px}.step span{margin-left:auto;font-size:16px}.step[aria-selected="true"]{color:var(--accent);padding-left:15px;box-shadow:inset 3px 0 var(--accent)}.step[aria-selected="true"] span{transform:rotate(-45deg)}.step:hover{color:var(--accent)}.workflow-panel{display:flex;flex-direction:column;justify-content:space-between;padding:39px 40px;background:var(--surface);border-radius:12px;min-height:420px}.panel-kicker{font-size:11px;font-weight:600;color:var(--muted)}.workflow-panel h3{font-size:35px;margin:21px 0 18px}.workflow-panel p{font-size:14px;max-width:385px;color:var(--muted)}.evidence{padding-top:33px;margin-top:32px;border-top:1px solid var(--line);display:flex;align-items:flex-start;gap:18px}.evidence-symbol{font-family:monospace;font-size:27px;color:var(--accent);line-height:1.4}.evidence strong{font-size:12px;display:block;margin-bottom:5px}.evidence small{font-size:11px;color:var(--muted);display:block}.panel-animation{animation:panelIn .3s ease both}
    .channels{border-top:1px solid var(--line);padding-block:89px 100px}.channels-layout{display:grid;grid-template-columns:1fr 1.08fr;gap:85px}.channels h2{max-width:440px}.channels .intro{margin-top:22px;max-width:355px;font-size:14px;color:var(--muted)}.channel-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:31px 0 0}.channel-tab{border:1px solid var(--line);border-radius:30px;background:transparent;font-size:11px;font-weight:600;padding:9px 14px}.channel-tab[aria-selected="true"]{background:var(--button);border-color:var(--button);color:var(--button-text)}.channel-tab:hover{border-color:var(--accent)}.channel-example{padding-top:9px}.source-note{font-size:11px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:30px}.source-note strong{color:var(--ink);display:block;font-size:13px;margin-top:5px;font-weight:500}.channel-format{font-size:11px;color:var(--accent);text-transform:uppercase;letter-spacing:.1em}.channel-example h3{font-size:37px;max-width:440px;line-height:1.18;margin:17px 0}.channel-example p{font-size:14px;color:var(--muted);max-width:425px}.channel-purpose{display:flex;gap:10px;margin-top:31px;font-size:11px}.channel-purpose b{font-weight:600}.channel-purpose span{color:var(--muted)}
    .learning{display:grid;grid-template-columns:1.08fr 1fr;gap:75px;align-items:center;padding-block:25px 110px}.learning-image{border-radius:12px;overflow:hidden;aspect-ratio:1.12}.learning-image img{height:100%;object-fit:cover}.learning .eyebrow{margin-bottom:22px}.learning h2{font-size:clamp(36px,4vw,54px)}.learning p{margin-top:22px;font-size:14px;color:var(--muted);max-width:390px}.learning .text-link{margin-top:27px}.controls{border-top:1px solid var(--line);padding-top:80px;padding-bottom:85px;display:grid;grid-template-columns:1fr 1.7fr;gap:85px}.controls h2{font-size:40px;max-width:300px}.control-items{display:grid;grid-template-columns:1fr 1fr;gap:36px 44px}.control-item h3{font-size:18px;letter-spacing:-.025em;margin-bottom:10px}.control-item p{font-size:12px;color:var(--muted);max-width:285px}.control-item .check{display:block;color:var(--accent);font-size:23px;margin-bottom:12px}
    .faq{border-top:1px solid var(--line);padding-block:75px 95px;display:grid;grid-template-columns:1fr 1.7fr;gap:85px}.faq h2{font-size:40px}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq details:first-child{padding-top:0}.faq summary{list-style:none;cursor:pointer;font-size:15px;font-weight:600;padding-right:30px;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:'+';position:absolute;right:0;font-size:22px;line-height:1}.faq details[open] summary::after{content:'−'}.faq details p{font-size:13px;color:var(--muted);margin-top:15px;max-width:620px}.closing{background:var(--tint);border-radius:12px;padding:57px 54px;display:flex;justify-content:space-between;align-items:center;gap:45px}.closing h2{font-size:clamp(35px,4.1vw,55px)}.closing p{margin-top:17px;font-size:13px;color:var(--muted);max-width:475px}.closing .button{white-space:nowrap}.footer-top{padding-block:40px 31px;display:flex;justify-content:space-between;align-items:center}.footer-top p{font-size:11px;color:var(--muted)}.footer-bottom{border-top:1px solid var(--line);padding-block:22px 28px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.footer-bottom button{padding:0;background:none;border:0;font-size:10px}.footer-bottom a:hover,.footer-bottom button:hover{color:var(--accent)}
    dialog{background:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:12px;width:min(610px,calc(100% - 32px));max-height:90dvh;padding:36px;box-shadow:0 20px 100px #20251f35}dialog::backdrop{background:#19201899;backdrop-filter:blur(5px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:23px}.close-dialog{border:1px solid var(--line);border-radius:50%;background:transparent;width:34px;height:34px;font-size:22px;line-height:1}.dialog-title{font-size:34px}.dialog-copy{font-size:13px;color:var(--muted);margin:15px 0 25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label,legend{font-size:12px;font-weight:600}select{width:100%;margin-top:7px;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:6px;padding:12px;font-size:12px}fieldset{border:0;padding:0;margin:23px 0}legend{margin-bottom:11px}.checkboxes{display:flex;gap:10px;flex-wrap:wrap}.checkboxes label{display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:9px 12px;border-radius:6px;font-size:11px}.checkboxes input{accent-color:var(--accent)}.form-error{color:var(--accent);font-size:12px;margin-bottom:15px}.local-note{font-size:10px;color:var(--muted);margin-top:13px}.result h3{font-size:24px;margin-bottom:13px}.result ol{padding-left:22px;font-size:13px;color:var(--muted)}.result li{margin-block:12px}.result-actions{display:flex;gap:12px;margin-top:24px}.privacy-copy{font-size:13px;color:var(--muted)}[hidden]{display:none!important}
    @keyframes panelIn{from{opacity:.3;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
    @media(prefers-reduced-motion:no-preference){.hero-copy{animation:panelIn .8s both}.hero-image{animation:panelIn 1s .12s both}.reveal{transition:opacity .7s,transform .7s}.reveal.waiting{opacity:0;transform:translateY(22px)}}
    @media(min-width:1536px){.hero h1{font-size:103px}.hero-image{min-height:550px}}
    @media(max-width:1023px){.wrap{padding-inline:32px}.nav{gap:19px}.hero-grid{grid-template-columns:1fr 1fr;gap:20px}.hero h1{font-size:73px}.hero-image{min-height:460px}.workflow-grid,.channels-layout{gap:40px}.learning,.controls,.faq{gap:40px}.workflow-panel{padding:29px}.idea{gap:30px}.closing{padding:40px}.header-actions .button{display:none}}
    @media(max-width:767px){.wrap{padding-inline:23px}header{height:82px;gap:15px}.brand{font-size:23px}.header-actions{gap:10px}.menu-button{display:block;border:0;background:transparent;font-size:12px;padding:8px}.nav{display:none;position:absolute;top:72px;left:23px;right:23px;background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:23px;z-index:10;box-shadow:0 15px 25px #20251f16}.nav.open{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.hero{padding-top:24px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-copy{padding:0}.hero h1{font-size:clamp(65px,13.8vw,90px);margin:20px 0 22px;line-height:1.02}.hero h1 span{display:block}.hero h1 span:last-child{display:block}.hero-copy>p{max-width:390px;font-size:14px}.hero-copy .button{margin-top:23px}.hero-image{min-height:0;aspect-ratio:1.2}.hero-foot{font-size:10px;padding-block:21px;align-items:flex-start}.hero-foot>span{max-width:180px}.hero-foot>span:last-child{text-align:right;max-width:145px}.idea{grid-template-columns:1fr;gap:24px;padding-block:70px}.idea h2{font-size:33px}.idea p{font-size:13px}.workflow{padding-bottom:70px}.section-heading{margin-bottom:31px}.workflow-grid{grid-template-columns:1fr;gap:25px}.steps{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.step{font-size:14px;padding:12px 0}.step:first-child{padding-top:12px}.step[aria-selected="true"]{padding-left:9px}.workflow-panel{min-height:320px;padding:27px}.workflow-panel h3{font-size:29px;margin-top:15px}.channels{padding-block:65px}.channels-layout{grid-template-columns:1fr;gap:33px}.channels h2{max-width:330px}.channel-example h3{font-size:31px}.channel-tabs{margin-top:23px}.learning{grid-template-columns:1fr;gap:35px;padding-block:10px 66px}.learning-image{aspect-ratio:1.35}.learning h2{max-width:360px;font-size:39px}.controls,.faq{grid-template-columns:1fr;gap:35px;padding-block:60px}.controls h2{max-width:340px;font-size:36px}.control-items{gap:30px 22px}.control-item h3{font-size:17px}.control-item p{font-size:12px}.faq h2{font-size:36px}.faq summary{font-size:14px}.closing{display:block;padding:31px 26px}.closing h2{font-size:37px}.closing .button{margin-top:25px}.footer-top{gap:25px;align-items:flex-start}.footer-top p{max-width:125px;text-align:right;font-size:10px}.footer-bottom{gap:20px;font-size:9px}.footer-bottom button{font-size:9px}dialog{padding:25px}.dialog-title{font-size:29px}.form-row{grid-template-columns:1fr}.result-actions{flex-wrap:wrap}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal.waiting{opacity:1;transform:none}}
