/* Full-bleed chapter films, transparent interface presentation and shared themes. */
:root{--paper:#fff;--canvas:#fff;--ink:#152218;--muted:#54664e;--line:#dce4d5}
body{background:var(--paper)}
.theme-toggle{color:inherit;flex:none;background:transparent}
.theme-toggle svg{width:23px;height:23px}.theme-toggle:hover{background:var(--lime);color:#152218}
.cta-short{display:none}
.nav-inner{gap:24px}.nav-actions{gap:8px}
.film-chapter{position:relative;isolation:isolate;overflow:hidden;width:100%;min-height:440px;display:flex;align-items:center;background:#1b2925;color:#fff}
.chapter-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3}
.chapter-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(5,16,15,.84) 0%,rgba(7,18,16,.62) 36%,rgba(10,19,18,.12) 100%)}
.chapter-content{position:relative;padding-block:72px;z-index:1}
.chapter-label{display:block;font-size:12px;letter-spacing:.13em;font-weight:500;margin-bottom:24px;color:#f1f9e9}
.film-chapter h2{font-size:clamp(40px,4.9vw,70px);line-height:1.07;letter-spacing:-.052em;max-width:840px;color:#fff}
.film-chapter h1{font-size:clamp(60px,7.2vw,104px);line-height:1.01;letter-spacing:-.06em;max-width:1000px;color:#fff}
.film-chapter h1 em{color:#e5f4b1}
.chapter-content>p:not(.chapter-label){color:#f0f5e8;max-width:550px;font-size:18px;line-height:1.6;margin-top:24px}
.chapter-next{display:inline-flex;align-items:center;gap:35px;min-height:48px;border-bottom:1px solid #ffffff80;margin-top:24px;font-size:14px;color:white}
.chapter-next:hover{color:#e2f88b;border-color:#e2f88b}
.chapter-controls{position:absolute;right:32px;bottom:26px;display:flex;gap:9px;z-index:2}
.motion-control,.film-full{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;color:white;background:#0c201acd;border:1px solid #ffffff70;backdrop-filter:blur(10px);border-radius:30px;padding:10px 15px;font-size:12px}
.motion-control b{font-size:15px;font-weight:500}.film-full{width:44px;padding:0;font-size:24px}
.motion-control:hover,.film-full:hover{background:#263e2ae8;border-color:white}
.hero-film{min-height:min(820px,calc(100svh - 78px));min-height:clamp(640px,calc(100svh - 78px),850px);border:0}
.hero-film .chapter-shade{background:linear-gradient(90deg,#091813dc 0%,#12231cb3 38%,#1426201a 100%)}
.hero-film .chapter-content{padding-block:90px}
.hero-film .hero-lede{color:#f0f5e8;font-size:19px}
.hero-film .hero-actions{margin-top:30px;justify-content:flex-start}
.hero-film .hero-actions .btn{min-height:49px}
.hero-film .btn-paper{background:#ffffffed;color:#142218;border-color:white}
.hero-film-index{position:absolute;left:48px;bottom:29px;font-size:12px;letter-spacing:.1em;color:white}
.ecosystem.section,.suite,.about.section{padding:0;background:var(--paper);color:var(--ink)}
.ecosystem-body{padding-block:60px 75px}.suite-body{padding-block:38px 70px;scroll-margin-top:100px}.workspace-audience{color:#52654b;font-size:14px;margin-bottom:25px}
.about-grid{padding-block:65px 75px;scroll-margin-top:100px}.about-grid h2{font-size:42px;margin-top:0}
.suite-explorer{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.interface-panel{padding-top:26px}
.interface-stage{grid-template-columns:minmax(0,3.1fr) minmax(220px,1fr);gap:32px;margin-top:28px;align-items:start}
.ui-figure{margin:0;min-width:0}
.image-open,.image-viewport,.guide-figure{background:var(--canvas);padding:0;border:0;border-radius:0;box-shadow:none}
.image-open{display:block;overflow:hidden;position:relative}
.image-open:hover{background:var(--canvas);box-shadow:none}
.interface-crop{display:block;position:relative;overflow:hidden;aspect-ratio:var(--crop-ratio);width:100%;max-width:var(--media-max);margin-inline:auto;background:var(--canvas)}
.interface-crop>img{display:block;position:absolute;width:var(--image-width);height:auto;max-width:none;max-height:none;left:var(--image-left);top:var(--image-top);border:0;border-radius:0;object-fit:initial}
.overview-image .interface-crop{max-width:none}
.interface-copy{padding-top:8px}.interface-copy h4{font-size:24px;line-height:1.25}
.tool-panel{padding:0;background:transparent;border:0;box-shadow:none}
.tool-image{margin-top:26px}.tool-image .image-open{background:transparent}
.tool-description{max-width:780px;font-size:15px;line-height:1.65}
.feature-browser{gap:32px}.tool-tab{font-size:13px}.features>summary{font-size:15px}.description{font-size:14px}.description p{font-size:15px}
.image-viewport{border:0}.enlarge{background:#e4f298e8;color:#172616}
.suite-project .section-kicker,.suite-project .suite-intro p,.suite-project .audience-label,.suite-project .suite-story,.suite-project .suite-story-copy{color:#53664e}
.guide-figure img{border:0;border-radius:0}
.signup-section{background-color:#e7f4bd}
.guide-nav{gap:22px}.guide-nav .theme-toggle{margin-left:0}

/* Dark mode changes the surfaces and the interface previews; films retain their colors. */
html[data-theme="dark"]{--paper:#0d1611;--canvas:#0d1611;--ink:#eef4e8;--muted:#bccbb5;--line:#344634;--charcoal:#17231a;--lime:#deef99;--lime-bright:#eafab4;color-scheme:dark}
html[data-theme="dark"] body{background:var(--paper);color:var(--ink)}
html[data-theme="dark"] .site-header{background:#101a14f2;border-color:#344634}
html[data-theme="dark"] :is(.main-nav a,.mobile-nav a,.btn-quiet,.workspace-audience,.interface-code,.interface-heading h3,.interface-copy h4,.about-grid h2,.guide-nav nav a){color:var(--ink)}
html[data-theme="dark"] .mobile-nav{background:#101a14;border-color:#344634}
html[data-theme="dark"] .section-pill{background:#24351e;border-color:#435639;color:#dcebd0}
html[data-theme="dark"] :is(.ecosystem-card,.guide-card){background:#17241a;border-color:#344634;box-shadow:none}
html[data-theme="dark"] .ecosystem-art{background:#24332a}
html[data-theme="dark"] .ecosystem-art img{mix-blend-mode:normal;opacity:.9}
html[data-theme="dark"] :is(.card-arrow,.search-wrap,.search-results,.signup-form,.lock-message,.image-dialog,.film-dialog){background:#17241a;color:#eef4e8;border-color:#425238;box-shadow:none}
html[data-theme="dark"] .search-results a:hover,html[data-theme="dark"] .search-results a:focus{background:#2e4222}
html[data-theme="dark"] :is(.search-wrap input,.signup-form input,.signup-form select,.signup-form textarea){background:#101b13;color:#eef4e8;border-color:#4b6044}
html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#a7b99b}
html[data-theme="dark"] :is(.hero-bottom,.section-kicker,.center-heading>p,.ecosystem-card-copy p,.ecosystem-count,.ecosystem-number,.ecosystem-card-copy .mini-label,.find-bar .mini-label,.ecosystem-story,.suite-story,.suite-story-copy,.explorer-top,.explorer-top p,.persona,.interface-copy .mini-label,.description,.inside-label p,.feature-hint,.feature-navigation>.mini-label,.tool-tab,.tool-tab>span:first-child,.tool-tab>span:last-child,.feature-count,.tool-panel>.mini-label,.tool-description,.about-grid>div:last-child>p,.footer-top>span,.footer-top>a:last-child,.footer-bottom,.image-caption,.form-heading p,.form-fineprint,.signup-copy .signup-note,.signup-form label,.signup-form .optional,.signup-form .consent,.guide-answer,.guide-tag,.guide-card p,.availability-note,.guide-section p,.guide-figure figcaption,.guide-footer p,.breadcrumbs,.discovery-intro>p,.guide-toc a,.guide-toc a span){color:#c0ceb8}
html[data-theme="dark"] :is(.persona,.guide-audience span,.guide-interface-links>a){background:#1a2b1c;border-color:#41543a;color:#d9e7cf}
html[data-theme="dark"] .guide-interface-links>a:hover{background:#304527}
html[data-theme="dark"] .interface-tab{background:#142118;border-color:#3b5032;color:#cadbbd}
html[data-theme="dark"] .tool-tab{background:#17261b;color:#d1ddc8}
html[data-theme="dark"] .interface-tab .tab-code{color:#e3eedb}
html[data-theme="dark"] :is(.interface-tab:hover,.tool-tab:hover){background:#2c4022}
html[data-theme="dark"] .interface-tab[aria-selected="true"],html[data-theme="dark"] .tool-tab[aria-selected="true"]{background:#deef99;color:#1c2c12;border-color:#c6dc85}
html[data-theme="dark"] .interface-tab[aria-selected="true"] .tab-code,html[data-theme="dark"] .tool-tab[aria-selected="true"]>span{color:#1c2c12}
html[data-theme="dark"] .ui-figure img,html[data-theme="dark"] .guide-figure img,html[data-theme="dark"] #lightbox-image{filter:none}
html[data-theme="dark"] :is(.description,.features,.suite-story,.find-bar,.interface-panel,.interface-tabs,.interface-guides,.footer,.guide-layout,.guide-toc a,.guide-faq details,.related-guides,.guide-footer,.discovery-library,.homepage-questions){border-color:#344634}
html[data-theme="dark"] :is(.discovery-section,.guide-footer){background:#121e15}
html[data-theme="dark"] :is(.guide-cta,.signup-section){background:#1c3018;border-color:#486336}
html[data-theme="dark"] .guide-cta p,html[data-theme="dark"] .signup-copy>p{color:#d3e4c5}
html[data-theme="dark"] .signup-copy h2 em{color:#deef99}
html[data-theme="dark"] .btn-dark{background:#deef99;color:#1b2812}
html[data-theme="dark"] .btn-dark:hover{background:#eafab4}
html[data-theme="dark"] .btn-primary{color:#1b2812;background:#deef99}
html[data-theme="dark"] .btn-paper{background:#203220;color:#eef4e8;border-color:#536649}
html[data-theme="dark"] .text-link:hover,html[data-theme="dark"] .guide-toc a:hover{color:#e0f498}
html[data-theme="dark"] .dialog-toolbar{background:#17241a;color:#eef4e8}
html[data-theme="dark"] #signup-status:not(:empty){background:#2a3e20;border-color:#506840;color:#e0edce}
html[data-theme="dark"] #signup-status.is-error{background:#3d211d;border-color:#8d5945;color:#ffc3b6}
html[data-theme="dark"] .field-error{color:#ffbca9}
html[data-theme="dark"] :where(a,button,summary,input,select,textarea,[tabindex]):focus-visible{outline-color:#deef99}
html[data-theme="dark"] .hero-film .btn-paper{background:#203220eb;color:#fff;border-color:#ffffff70}
html[data-theme="dark"] .theme-toggle{border-color:#66785b;color:#e4eedb}
html[data-theme="dark"] .theme-toggle:hover{color:#182511}

@media(max-width:1100px){.nav-inner{gap:16px}.main-nav{gap:18px}.interface-stage{grid-template-columns:minmax(0,2.3fr) minmax(220px,1fr);gap:24px}.interface-copy h4{font-size:22px}.guide-nav{gap:16px}.guide-nav nav{gap:18px}}
@media(max-width:900px){.interface-stage{grid-template-columns:1fr}.overview-image{width:100%}.interface-copy{display:grid;grid-template-columns:1fr 1fr;gap:12px 30px;padding-top:16px}.interface-copy>.mini-label,.interface-copy>h4{grid-column:1}.interface-copy>.description{grid-column:2;grid-row:1/4;margin:0}.interface-copy>.inside-label{display:none}.interface-copy>.tool-jump{grid-column:1}.guide-nav{gap:14px}.guide-nav>.btn{font-size:13px;padding:12px 14px}}
@media(max-width:700px){.nav-inner{gap:8px}.nav-actions{gap:4px}.nav-actions .theme-toggle{width:44px;min-width:44px;height:44px}.cta-long{display:none}.nav-actions .btn-primary>.cta-short{display:inline}.nav-actions .btn-primary{padding:11px 12px;gap:8px;min-height:44px}.nav-actions .mvp-button{min-width:38px;padding:8px}.hero-film{min-height:650px;min-height:min(760px,calc(100svh - 70px));align-items:center}.hero-film .chapter-content{padding-block:72px 112px}.hero-film h1{font-size:clamp(49px,9.5vw,69px);white-space:normal;line-height:1.04}.hero-film .hero-lede{font-size:17px;margin-top:24px}.hero-film .hero-actions{justify-content:flex-start;gap:10px}.hero-film .chapter-label{font-size:10px;max-width:280px;line-height:1.6;letter-spacing:.11em}.hero-film-index{left:20px;bottom:28px}.film-chapter{min-height:390px}.chapter-content{padding-block:55px 100px}.film-chapter h2{font-size:40px;line-height:1.09}.chapter-content>p:not(.chapter-label){font-size:16px;max-width:330px}.chapter-label{font-size:11px;line-height:1.6;margin-bottom:20px}.chapter-shade{background:linear-gradient(90deg,#081711d9,#0c2115a3 70%,#0a1b125c)}.hero-film .chapter-shade{background:linear-gradient(90deg,#081711d9,#0c2115b5 70%,#0a1b1270)}.chapter-next{font-size:14px;margin-top:18px;gap:25px}.chapter-controls{right:16px;bottom:18px}.motion-control{font-size:12px;padding:10px 13px}.ecosystem-body{padding-block:35px 45px}.suite-body{padding-block:28px 45px}.workspace-audience{font-size:13px;margin-bottom:23px}.explorer-top{font-size:11px}.explorer-top p{font-size:12px}.interface-panel{padding-top:22px}.interface-stage{display:block;margin-top:24px}.interface-copy{display:block;padding-top:24px}.interface-copy>.description{margin-top:14px}.interface-copy h4{font-size:23px}.description p{font-size:15px}.interface-guides{margin-top:20px}.tool-tab{font-size:12px}.features>summary{font-size:14px}.tool-panel{padding:0}.tool-panel h4{font-size:23px}.tool-description{font-size:15px;line-height:1.7}.tool-image{margin-top:22px}.feature-browser{gap:22px}.about-grid{padding-block:45px 50px}.about-grid h2{font-size:36px}.guide-nav{gap:8px}.guide-nav .brand{font-size:24px}.guide-nav .theme-toggle{width:40px;min-width:40px}.guide-nav>.btn{font-size:12px;padding:10px}.guide-nav nav{gap:0}.guide-nav nav a{font-size:13px}.guide-footer .wrap{gap:14px 22px}}
@media(max-width:380px){.nav-actions>.mvp-button{display:none}.guide-nav>.btn{font-size:11px;padding:10px 8px}.guide-nav .brand{font-size:22px}.guide-nav .brand img{width:21px}.guide-nav{gap:7px}.chapter-label{max-width:280px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.chapter-video{transition:none}.interface-panel,.tool-panel{animation:none!important}}
@media(forced-colors:active){.chapter-shade{background:Canvas}.chapter-content{color:CanvasText}.film-chapter :is(h1,h2,p,a,.chapter-label){color:CanvasText}.theme-toggle,.motion-control,.film-full{border:1px solid CanvasText}}
