/* Hylæan / Editorial Science
   Shared tokens and reading surfaces for every public page.
   Figures use teal, slate and ochre; source media retain their original colour. */
:root,body.editorial-science {
 --bg:#f6f4ed; --bg-alt:#eeece4; --surface:#fffef9; --surface-2:#e8eee8;
 --text:#182a31; --text-soft:#4c5b5d; --text-dim:#596762; --line:#d5d9ce;
 --cyan:#17665e; --blue:#335f80; --violet:#6b647e; --pink:#976341;
 --warn:#875a22; --good:#286647;
 --font-display:Georgia,'Times New Roman',serif; --font-body:Inter,system-ui,sans-serif;
 --maxw:1240px; --radius:5px; --shadow:0 14px 40px -28px #233f3140;
 --grad:linear-gradient(100deg,#17665e,#315978); color-scheme:light;
}
body.site-editorial {background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.8}
.site-editorial [hidden]{display:none!important}
.site-editorial h1,.site-editorial h2,.site-editorial h3{font-weight:400}
.site-editorial :focus-visible{outline:2px solid var(--cyan);outline-offset:5px}
.site-editorial code{color:#24464f;background:#eef0e8;overflow-wrap:anywhere}
.site-editorial a{ text-underline-offset:4px }
.site-editorial p a:not(.btn),.site-editorial figcaption a{ text-decoration:underline;text-decoration-color:#a7b7ab }
.site-editorial .nav,.site-editorial .nav.is-scrolled{background:#f6f4edf5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px);min-height:76px;padding:16px max(24px,calc((100vw - 1240px)/2))}
.site-editorial .nav__brand{font:600 1.2rem Inter,system-ui,sans-serif;letter-spacing:-.035em;white-space:nowrap}
.site-editorial .nav__logo{background:#17665e;box-shadow:none;border:5px solid #f6f4ed;outline:1px solid #17665e}
.site-editorial .nav__links{gap:30px;font:500 .8rem Inter,system-ui,sans-serif;align-items:center}
.site-editorial .nav__links a{display:flex;align-items:center;min-height:44px;border-bottom:1px solid transparent}
.site-editorial .nav__links a[aria-current=page]{color:#17665e;border-color:#17665e}
.site-editorial .nav__toggle{min-width:44px;min-height:44px;justify-content:center;align-items:center}
.site-editorial .section{padding:88px 0;border-bottom:1px solid var(--line)}
.site-editorial .section__inner{width:calc(100% - 96px);max-width:1240px;margin-inline:auto;padding-inline:0}
.site-editorial .section__title{font-size:clamp(2.2rem,3.2vw,3.6rem);line-height:1.12;letter-spacing:-.035em;max-width:720px;margin-bottom:28px}
.site-editorial .section__lead{font-size:1.05rem;line-height:1.85;color:var(--text-soft);max-width:720px}
.site-editorial .kicker,.site-editorial .hero__eyebrow{font:500 .68rem/1.6 Inter,system-ui,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#526b5f}
.site-editorial .grad{background:none;color:#17665e}
.site-editorial .plain{background:#e9eee3;border:0;border-left:2px solid #6b8a71;border-radius:0;padding:24px 28px;box-shadow:none}
.site-editorial .plain__kicker{font:500 .64rem Inter,system-ui,sans-serif;letter-spacing:.1em;color:#4d6d58}
.site-editorial .plain p:not(.plain__kicker){font:400 1.2rem/1.6 Georgia,serif;color:#344c3e}
.site-editorial .btn{border-radius:3px;font:500 .8rem/1.5 Inter,system-ui,sans-serif;padding:13px 19px;min-height:44px;box-shadow:none}
.site-editorial .btn--primary{background:#183e38;border:1px solid #183e38;color:#fffef9}
.site-editorial .btn--primary:hover{background:#24594f}
.site-editorial .btn--ghost{background:transparent;border:1px solid #b7c3b4;color:#294e42}
.site-editorial .btn--ghost:hover{background:#e5ecde}
.site-editorial .card,.site-editorial .callout,.site-editorial .origin-act,.site-editorial .sci-path__step,.site-editorial .demo-index a{box-shadow:none;border-radius:4px}
.site-editorial .card{background:#fffef9;border-color:#cbd4c6;padding:28px}
.site-editorial .card h3{font-size:1.45rem;line-height:1.25}
.site-editorial .callout{background:#e9eee3;border-color:#c5d1bc}
.site-editorial .section--alt{background:#eeeee5}
.site-editorial .section__inner.narrow{max-width:900px}
.site-editorial .diagram,.site-editorial .origin-figure,.site-editorial .arch-loop{background:#eef2e8;border:1px solid #cbd5c4;border-radius:4px;box-shadow:none}
.site-editorial .diagram__svg,.site-editorial .origin-figure__svg{filter:none}
.site-editorial .diagram__node rect,.site-editorial .diagram__dest rect,.site-editorial .arch-loop__node circle{fill:#f9fbf2;stroke:#a8bca3}
.site-editorial .diagram__node text,.site-editorial .diagram__dest text,.site-editorial .arch-loop__node text{fill:#25463e}
.site-editorial .arch-loop__node.is-active circle{fill:#d3e3cd;stroke:#17665e}
.site-editorial .viz,.site-editorial .canvas-wrap,.site-editorial .figure,.site-editorial .sci-figure{background:#edf1e7;border-color:#c8d4c1;box-shadow:none}
.site-editorial canvas{max-width:100%}
.site-editorial .hero{min-height:0;padding:150px 0 70px;background:var(--bg)}
.site-editorial .hero__canvas{opacity:.14;pointer-events:none}
.site-editorial .hero__overlay{background:linear-gradient(90deg,#f6f4edf5 0%,#f6f4edbb 55%,#f6f4ed60 100%)}
.site-editorial .hero__content{max-width:1240px;width:calc(100% - 96px);display:grid;grid-template-columns:1.08fr 1fr;column-gap:72px;align-items:start}
.site-editorial .hero__content> :not(.herofilm){grid-column:1}
.site-editorial .hero__eyebrow{margin:0 0 24px}
.site-editorial .hero__title{font:400 clamp(3.2rem,4.6vw,5rem)/1.02 Georgia,serif;letter-spacing:-.045em;margin:0 0 30px}
.site-editorial .hero__northstar{font:italic 1.3rem/1.5 Georgia,serif;border-left:2px solid #9caf95;padding-left:20px;margin-bottom:24px}
.site-editorial .hero__what,.site-editorial .hero__lead{font-size:.94rem;line-height:1.8;font-weight:400;margin-bottom:20px}
.site-editorial .hero__cta{gap:10px;margin:10px 0 20px}
.site-editorial .hero__namelink{font-size:.78rem;min-height:44px}
.site-editorial .hero__content>.herofilm{grid-column:2;grid-row:2/8;align-self:center;margin:0;padding:24px;background:#e6ece0;border:1px solid #c7d2be;box-shadow:10px 12px 0 #e2e5d8;transform:rotate(.5deg)}
.site-editorial .herofilm__frame{border-radius:2px;overflow:hidden;border:1px solid #aabb9f}
.site-editorial .herofilm__meta{font-size:.72rem;display:flex;gap:14px;flex-direction:column;margin-top:20px;color:#4f654f}
.site-editorial .herofilm__meta>span{font:italic 1.25rem/1.4 Georgia,serif;color:#294332}
.site-editorial .hero__directive{font:italic 1rem/1.65 Georgia,serif;color:#536750;border-color:#aabc9b;margin-top:24px}
.site-editorial .hero__status{background:#e8eee1;border-color:#b7cbb0;color:#304e3b;font-size:.76rem}
.site-editorial .hero__scroll{display:none}
.site-editorial:not(.page-status) .pagehero{padding:148px 0 68px;background:var(--bg);border-bottom:1px solid var(--line)}
.site-editorial:not(.page-status) .pagehero:before,.site-editorial:not(.page-status) .pagehero:after{display:none}
.site-editorial:not(.page-status) .pagehero__inner{width:calc(100% - 96px);max-width:1240px;margin:auto;position:relative}
.site-editorial:not(.page-status) .pagehero__title{font:400 clamp(3.3rem,5vw,5.4rem)/1.04 Georgia,serif;letter-spacing:-.045em;max-width:900px;margin:20px 0 30px}
.site-editorial:not(.page-status) .pagehero__lead{font-size:1rem;line-height:1.85;max-width:720px;margin:15px 0}
.site-editorial .crumbs{font-size:.73rem;margin-bottom:35px;color:#596b61}
.site-editorial .architecture-hero .btnrow{margin-top:30px}
.site-editorial .explainer-video{padding:20px;background:#e5eadf;border:1px solid #c8d3bf;border-radius:4px}
.site-editorial .explainer-video video,.site-editorial .herofilm video{background:#182a31;display:block;width:100%;height:auto;border-radius:2px}
.site-editorial .demo-index{gap:0;border-top:1px solid #c1ceb8}
.site-editorial .demo-index li{border-bottom:1px solid #c1ceb8}
.site-editorial .demo-index a{background:transparent;min-height:110px;padding:24px 18px;border:0}
.site-editorial .demo-index strong{font:400 1.45rem Georgia,serif}
.site-editorial .demo-index span{font-size:.78rem;color:#576a53}
.site-editorial table{font-size:.85rem}
.site-editorial th{color:#3d5b49;font:500 .68rem/1.5 Inter,system-ui,sans-serif;letter-spacing:.035em}
.site-editorial td{border-color:#d0d8c8}
.site-editorial .footer{background:#e8eddf;border-top:1px solid #ccd6c2}
.site-editorial .footer__directive{font:400 2.3rem/1.25 Georgia,serif;letter-spacing:-.025em}
.site-editorial .footer__note{color:#526c50}
.site-editorial .totop{background:#f8faf1;color:#244b40;border-color:#b8cab0;min-width:44px;min-height:44px}
/* One compact, source-bound assessment entry point, shared across the narrative pages. */
.site-assessment{max-width:1240px;width:calc(100% - 96px);margin:45px auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;border-block:1px solid #b9c8b1;padding:30px 0;font-size:.83rem}
.site-assessment__intro>p{margin:0 0 10px;max-width:520px;color:#50644f}
.site-assessment__intro>.kicker{font:500 .66rem Inter,system-ui,sans-serif;letter-spacing:.1em}
.site-assessment__reading{min-width:0;align-self:center}
.site-assessment__reading>a{display:inline-block;border-bottom:1px solid #648762;padding-block:8px;font-size:.8rem}
.site-assessment__groups{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:16px}
.site-assessment__group{border-top:2px solid #8aa47d;padding-top:12px}
.site-assessment__group strong{display:block;font:400 1.15rem Georgia,serif;margin-bottom:7px}
.site-assessment__group span{font-size:.66rem;color:#59714f}
.site-assessment__meta{font-size:.66rem;color:#607056;overflow-wrap:anywhere;margin:10px 0 0}
.site-section-nav{max-width:1240px;width:calc(100% - 96px);margin:0 auto 42px;border-bottom:1px solid #d0d8c6;display:flex;gap:26px;overflow:auto;font:500 .73rem Inter,system-ui,sans-serif}
.site-section-nav a{padding:14px 0;white-space:nowrap;min-height:44px;color:#4f6756}
.site-section-nav a:hover{color:#17665e}
/* Archive uses the same shell while keeping its dated content intact. */
.site-editorial .wrap{max-width:1000px}
.site-editorial .pagehead{padding-top:135px}
.site-editorial .pagehead h1{font:400 clamp(2.8rem,5vw,4.4rem)/1.1 Georgia,serif}
.site-editorial .wrap .site-assessment{width:100%;grid-template-columns:1fr;gap:20px;margin-top:40px}
@media(max-width:1100px){
 .site-editorial .nav__links{gap:20px}
 .site-editorial .hero__content{gap:40px;grid-template-columns:1fr 1fr}
 .site-editorial .hero__title{font-size:3.7rem}
 .site-editorial .hero__content>.herofilm{padding:16px;grid-row:3/8}
 .site-assessment{gap:30px;grid-template-columns:1fr}
}
@media(max-width:767px){
 .site-editorial .nav{padding:12px 20px;min-height:68px}
 .site-editorial .nav__links{background:#f6f4ed;border-bottom:1px solid #cbd5c1;gap:8px;top:68px}
 .site-editorial .nav__links a{padding:8px 0;min-height:44px}
 .site-editorial .section{padding:54px 0}
 .site-editorial .section__inner,.site-editorial .hero__content,.site-editorial:not(.page-status) .pagehero__inner,.site-assessment,.site-section-nav{width:calc(100% - 40px)}
 .site-editorial .section__title{font-size:2.45rem}
 .site-editorial .section__lead{font-size:.96rem}
 .site-editorial .hero{padding:112px 0 48px}
 .site-editorial .hero__content{display:block}
 .site-editorial .hero__title{font-size:clamp(3rem,10vw,4.2rem)}
 .site-editorial .hero__content>.herofilm{margin:28px 0 36px;transform:none;box-shadow:6px 7px 0 #e2e5d8}
 .site-editorial:not(.page-status) .pagehero{padding:112px 0 44px}
 .site-editorial:not(.page-status) .pagehero__title{font-size:3.25rem}
 .site-editorial .plain{padding:22px}
 .site-editorial .footer__directive{font-size:1.8rem}
 .site-assessment{margin-block:30px;gap:22px}
 .site-assessment__groups{grid-template-columns:repeat(3,1fr);gap:16px}
 .site-editorial .explainer-video{padding:10px}
 .site-editorial .pagehead{padding-top:110px}
 .site-editorial table{font-size:.75rem}
}
@media(prefers-reduced-motion:reduce){.site-editorial *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{.site-editorial .nav,.site-section-nav,.site-editorial .totop{display:none}.site-editorial .hero,.site-editorial .pagehero,.site-editorial .pagehead{padding-top:20px}.site-editorial .hero__content{display:block}.site-editorial .hero__canvas{display:none}.site-editorial .herofilm{box-shadow:none}}

.site-editorial .prose-fold>summary{white-space:normal;overflow-wrap:anywhere;max-width:100%}
.site-editorial .prose-fold{min-width:0;max-width:100%}
.site-editorial .site-record-note{font-size:.78rem;line-height:1.7;border-left:2px solid #a8b796;padding:12px 18px;margin:24px 0;background:#e8ede1;color:#4c634c;max-width:820px}
.site-editorial .hero-fold{max-width:720px;margin-top:24px}
.site-editorial .hero-fold>summary{font-size:.82rem;padding-block:10px;cursor:pointer;color:#365b49}
.site-editorial .hero-fold p{font-size:.9rem;line-height:1.8}
.site-editorial .site-archive>summary{cursor:pointer;font:400 1.5rem/1.4 Georgia,serif;padding:24px 0;border-block:1px solid #bfceb6;margin:24px 0}
.site-editorial .site-archive section{scroll-margin-top:100px}
@media(max-width:767px){.site-assessment__group strong{font-size:1rem}.site-editorial .prose-fold--inline{display:block;width:100%}}

.site-build-stamp{max-width:1240px;margin:28px auto 0;padding:20px 24px;border-top:1px solid #bfceb4;color:#50654b;font:400 .7rem/1.7 Inter,system-ui,sans-serif}

/* Explanatory plates: labels are HTML, so they reflow independently of the drawing. */
.site-editorial svg text{font-family:Inter,system-ui,sans-serif;letter-spacing:0}
.principle-drawing{display:block;width:100%;height:auto;overflow:visible}
.drawing-ink{fill:#244f42;stroke:#244f42;stroke-width:1.2;stroke-linejoin:round}
.drawing-guide{fill:none;stroke:#a4b7a0;stroke-width:1.4}
.drawing-flow{fill:none;stroke:#729780;stroke-width:1.7}
.drawing-feather{fill:none;stroke:#b4cbb0;stroke-width:1.1}
.principle-kicker{font:500 .64rem/1.5 Inter,system-ui,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#536e58}
.site-editorial .hero__canvas,.site-editorial .hero__overlay{display:none}
.site-editorial .hero__content>.flight-hero{grid-column:2;grid-row:1/8;margin:0;align-self:center}
.flight-hero{display:grid;grid-template-columns:1fr 1fr;padding:28px;background:#e9eddf;border:1px solid #bac8ae;box-shadow:9px 10px 0 #dedfcf;position:relative}
.flight-hero__label{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #bdcbb1;padding-bottom:18px;font:500 .59rem/1.5 Inter,system-ui,sans-serif;letter-spacing:.09em;text-transform:uppercase}
.flight-hero__bird{grid-column:1/-1;max-width:360px;justify-self:center;width:100%}
.flight-hero__wing,.flight-hero__plane{border-top:1px solid #c2cdb5;padding-top:10px}
.flight-hero__plane{border-left:1px solid #c2cdb5}
.flight-hero figcaption{grid-column:1/-1;padding-top:20px;border-top:1px solid #bdcbb1}
.flight-hero figcaption>span{display:block;font:400 clamp(1.6rem,2.3vw,2.3rem)/1.18 Georgia,serif;letter-spacing:-.025em;color:#294c3c}
.flight-hero figcaption>small{display:block;font:400 .72rem/1.6 Inter,system-ui,sans-serif;margin-top:14px;color:#566b51}
.site-editorial .hero__content>.herofilm{grid-column:1/-1;grid-row:auto;display:grid;grid-template-columns:1.4fr 1fr;gap:32px;align-items:center;margin-top:40px;padding:24px;transform:none;box-shadow:none;background:#eef0e6}
.site-editorial .herofilm__meta{padding:10px 20px;margin:0;font-size:.82rem}
.site-editorial .herofilm__meta>span{font-size:1.7rem}
.principle-comparison,.research-paths{margin:40px 0 0;max-width:100%;background:#f8f9f0;padding:28px;border:1px solid #c7d1be;border-radius:3px}
.principle-row-label{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #becbb3;margin-bottom:22px;font:500 .7rem/1.5 Inter,system-ui,sans-serif;color:#53694e}
.principle-row-label>span:first-child{font:400 1.45rem Georgia,serif;color:#284b3d}
.principle-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-bottom:26px}
.principle-card{min-width:0;position:relative}
.principle-row .principle-card:not(:last-child):after{content:'→';position:absolute;right:-24px;top:40%;color:#7a9172;font-size:1.4rem}
.site-editorial .principle-card h4{font:400 1.5rem/1.2 Georgia,serif;margin:12px 0;color:#244b3d;letter-spacing:-.02em}
.site-editorial .principle-card>p:last-child{font-size:.8rem;line-height:1.65;color:#53664f;margin:0}
.principle-card--hypothesis .principle-kicker{color:#85633c}
.principle-comparison figcaption,.research-paths figcaption,.organ-blueprint figcaption{border-top:1px solid #c7d1be;padding-top:20px;font:400 .73rem/1.8 Inter,system-ui,sans-serif;color:#576b50;margin-top:24px}
.research-paths__source{max-width:360px;margin:0 auto 32px;text-align:center}
.research-paths__branches{display:grid;grid-template-columns:1fr 1fr;gap:48px;border-top:1px solid #bccbb1;padding-top:28px}
.organ-blueprint{margin:40px 0;background:#f9faf2;border:1px solid #bfcbb5;padding:32px}
.organ-blueprint__core{display:grid;grid-template-columns:1fr auto;gap:12px 28px;padding:0 0 28px;border-bottom:2px solid #456e53}
.organ-blueprint__core .principle-kicker{grid-column:1/-1}
.organ-blueprint__core strong{font:400 clamp(1.8rem,3vw,2.9rem)/1.15 Georgia,serif;letter-spacing:-.025em}
.organ-blueprint__core code{align-self:center;padding:7px 12px;font-size:.9rem}
.organ-blueprint__core p{grid-column:1/-1;font-size:.86rem;max-width:680px;color:#53694f}
.organ-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 30px}
.organ-role{padding:26px 0;border-bottom:1px solid #c6d1ba}
.organ-role__index{font:500 .64rem Inter,system-ui,sans-serif;color:#6c845f}
.site-editorial .organ-role h3{font:400 1.55rem Georgia,serif;margin:12px 0}
.organ-role p{font-size:.79rem;line-height:1.7;color:#5a6b54;margin:8px 0}
.organ-role .organ-role__question{font:italic 1.05rem/1.4 Georgia,serif;color:#28523f}
.site-canonical-view{margin:36px 0}
.site-canonical-view .ed-evaluation{margin:0;max-width:none}
.site-canonical-view>.ed-section{padding:10px 0 30px;border:0}
.site-canonical-view>.ed-section>h2,.site-canonical-view>.ed-section>.ed-eyebrow{display:none}
.site-editorial .evaluation{background:transparent;color:var(--text);padding:0;border:0;border-radius:0}
.site-editorial .evaluation h2,.site-editorial .evaluation h3,.site-editorial .evaluation strong{color:var(--text)}
.site-editorial .evaluation p,.site-editorial .evaluation li{color:#4c6053}
.site-editorial .evaluation .ed-category>summary{display:grid}
.site-evidence-archive{margin-top:36px;border-top:1px solid #becbb2;padding-top:8px}
.site-evidence-archive>summary{font:400 1.1rem/1.5 Georgia,serif;color:#53694e;padding:18px 0;cursor:pointer}
.site-evidence-archive>h2{font-size:2rem;margin-top:40px}
.site-evidence-archive[open]{padding-bottom:25px}
.site-evidence-archive .site-record-note{max-width:none}
@media(max-width:767px){
 .site-editorial .hero__content>.flight-hero{margin:30px 0 40px;padding:20px;box-shadow:5px 6px 0 #dedfcf}
 .site-editorial .hero__content>.herofilm{display:block;margin-top:30px;padding:14px}
 .site-editorial .herofilm__meta{padding:18px 4px 4px;font-size:.75rem}
 .principle-comparison,.research-paths,.organ-blueprint{padding:20px}
 .principle-row,.research-paths__branches,.organ-role-grid{grid-template-columns:1fr;gap:24px}
 .principle-row .principle-card:not(:last-child):after{display:none}
 .principle-card .principle-drawing{max-width:300px;margin-inline:auto}
 .principle-card{border-bottom:1px solid #d3dbca;padding-bottom:20px}
 .principle-row-label{align-items:center;font-size:.62rem}
 .principle-row-label>span:last-child{text-align:right;max-width:150px}
 .organ-blueprint__core{grid-template-columns:1fr}
 .organ-blueprint__core code{justify-self:start}
 .organ-role{padding:12px 0 22px}
}
.research-path{display:grid;grid-template-columns:240px 1fr;gap:36px;align-items:center;padding-bottom:26px;border-bottom:1px solid #bdcbb1}
.research-path-options{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-top:30px}
.research-path-options .principle-drawing{max-width:320px;margin:auto}
.site-editorial .research-paths h4{font:400 1.7rem/1.2 Georgia,serif;margin:14px 0;color:#244b3d}
.site-editorial .research-paths p:not(.principle-kicker){font-size:.84rem;line-height:1.7;color:#53664f}
@media(max-width:767px){.research-path,.research-path-options{grid-template-columns:1fr;gap:24px}.research-path>div:first-child{max-width:260px;margin:auto}.research-path-options article+article{border-top:1px solid #c5d0b9;padding-top:24px}}
.site-editorial .evaluation .ed-category-status small{color:#5a6a5e}
.site-editorial .ed-muted,.site-editorial .ed-caption{color:#566853}

/* Shared publication footer and legal pages. Fonts are served from this site. */
@font-face{font-family:Inter;src:url('/assets/fonts/Inter-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('/assets/fonts/Inter-Medium.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Inter;src:url('/assets/fonts/Inter-SemiBold.ttf') format('truetype');font-weight:600 900;font-display:swap}
@font-face{font-family:'Space Grotesk';src:url('/assets/fonts/SpaceGrotesk-Variable.ttf') format('truetype');font-weight:300 700;font-display:swap}
.footer[data-shared-footer]{padding:72px 24px 36px;text-align:left;border-top:1px solid #cdd2c7;background:#eeeee4}
.footer[data-shared-footer] .footer__inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:42px 64px}
.footer__brand{font:46px Georgia,serif;color:#182a31;text-decoration:none}.footer__identity p,.footer__project p{font-size:15px;line-height:1.6;color:#526164;max-width:340px;margin-top:16px}
.footer__project{justify-self:end}.footer__project img{display:block;width:155px;height:33px;object-fit:contain}.footer__project strong{display:block;font-weight:500}
.footer__bottom{grid-column:1/-1;border-top:1px solid #cdd2c7;padding-top:30px;display:flex;gap:40px;justify-content:space-between;align-items:start}
.footer[data-shared-footer] .footer__contact{margin:0;flex:0 0 220px;font-size:15px;line-height:1.8}.footer[data-shared-footer] .footer__links{justify-content:flex-end;display:flex;flex-wrap:wrap;gap:14px 24px;margin:0;max-width:720px;font-size:14px}
.footer[data-shared-footer] .footer__meta{grid-column:1/-1;margin:0;font-size:13px;color:#526164}
.legal-page main{max-width:900px;margin:80px auto 110px;padding:0 24px}.legal-page h1{font:clamp(42px,6vw,76px)/1.08 Georgia,serif;margin:20px 0 32px}.legal-page h2{font:30px/1.2 Georgia,serif;margin:48px 0 16px}.legal-page p,.legal-page li{font-size:17px;line-height:1.8;color:#405358}.legal-page address{font-style:normal;line-height:1.8}.legal-page a{text-underline-offset:4px}.legal-page .legal-intro{font-size:21px}.legal-preferences{padding:24px;background:#eeeee4;border:1px solid #cdd2c7}.legal-preferences button{padding:12px 18px;margin:8px 8px 0 0;background:#176b63;color:#fff;border:1px solid #176b63;border-radius:4px;font:inherit;cursor:pointer}.legal-preferences button[data-analytics='off']{color:#182a31;background:transparent}
@media(max-width:650px){.footer[data-shared-footer] .footer__inner{grid-template-columns:1fr;gap:30px}.footer__project{justify-self:start}.footer__bottom{flex-direction:column;gap:24px}.footer[data-shared-footer] .footer__contact{flex:auto}.footer[data-shared-footer] .footer__links{justify-content:flex-start}.legal-page main{margin:50px auto 70px}}

.footer[data-shared-footer] .footer__inner{text-align:left}.film-transcript{margin-top:24px;max-width:850px}.film-transcript h3{font-size:1.3rem;margin-top:24px}.film-transcript p{font-size:1rem;line-height:1.7}

/* Shared name disclosure and the official Shopware mark in white. */
.footer[data-shared-footer] .footer__identity{min-width:0}
.footer[data-shared-footer] .footer__project--inverse{padding:26px 30px;background:#182a31;border:1px solid #182a31;align-self:start;max-width:380px}
.footer[data-shared-footer] .footer__project--inverse img{filter:brightness(0) invert(1)}
.footer[data-shared-footer] .footer__project--inverse p{color:#e3e9e3;margin-bottom:0}
.footer[data-shared-footer] .footer__project--inverse a:focus-visible{outline:2px solid #fff;outline-offset:6px}
.footer[data-shared-footer] .footer__meaning{position:relative;width:fit-content;margin-top:12px;border:0;padding:0;background:transparent;box-shadow:none}
.footer[data-shared-footer] .footer__meaning summary{display:flex;align-items:center;gap:9px;min-height:44px;padding:0;color:#17665e;font:500 14px/1.4 Inter,system-ui,sans-serif;cursor:pointer;list-style:none;text-underline-offset:4px}
.footer[data-shared-footer] .footer__meaning summary::-webkit-details-marker{display:none}
.footer[data-shared-footer] .footer__meaning summary::before,.footer[data-shared-footer] .footer__meaning summary::after{display:none}
.footer[data-shared-footer] .footer__meaning summary:hover{text-decoration:underline}
.footer[data-shared-footer] .footer__meaning summary:focus-visible{outline:2px solid #17665e;outline-offset:5px;border-radius:2px}
.footer__meaning-icon{display:inline-grid;place-items:center;width:18px;height:18px;border:1px solid currentColor;border-radius:50%;font:italic 13px Georgia,serif;flex-shrink:0}
.footer[data-shared-footer] .footer__meaning-panel{position:absolute;bottom:100%;left:0;z-index:30;width:min(380px,calc(100vw - 48px));box-sizing:border-box;padding:24px;background:#fffef9;color:#182a31;border:1px solid #cdd2c7;box-shadow:0 12px 36px #182a311a;text-align:left}
.footer[data-shared-footer] .footer__meaning-panel p{max-width:none;margin:0 0 14px;font:400 15px/1.65 Inter,system-ui,sans-serif;color:#405358}
.footer[data-shared-footer] .footer__meaning-panel .footer__meaning-kicker{margin:0 0 14px;font:500 10px/1.4 Inter,system-ui,sans-serif;letter-spacing:.13em;color:#17665e}
.footer[data-shared-footer] .footer__meaning-panel a{font:500 14px/1.5 Inter,system-ui,sans-serif;color:#17665e;text-underline-offset:4px}
@media(max-width:650px){.footer[data-shared-footer] .footer__project--inverse{justify-self:stretch;max-width:none;padding:24px}.footer[data-shared-footer] .footer__meaning-panel{padding:20px}}
@media(prefers-reduced-motion:reduce){.footer[data-shared-footer] .footer__meaning-panel{transition:none}}

/* On compact screens the explanation expands in the reading flow. */
@media(max-width:650px),(max-height:650px){.footer[data-shared-footer] .footer__meaning{width:min(380px,100%)}.footer[data-shared-footer] .footer__meaning-panel{position:static;width:100%;margin:8px 0 0;box-shadow:0 8px 24px #182a3110}}
