@import url('./fonts/fonts.css');

:root{--era-paper:#f3f0e8;--era-ink:#183b32;--era-forest:#123d35;--era-light:#cff0bd;--era-muted:#59665e;--era-line:#cbd0c4;--era-serif:'Bodoni Moda',Georgia,serif;--era-sans:'Outfit',Arial,sans-serif;--era-space:clamp(24px,5.55vw,100px)}
html{scroll-padding-top:100px}
body.era-theme{margin:0;background:var(--era-paper);color:var(--era-ink);font-family:var(--era-sans)!important;font-size:17px;line-height:1.55;--ink:var(--era-ink);--text:var(--era-ink);--accent:#0a7e68;--brand:#0a7e68;--muted:var(--era-muted);--surface:var(--era-paper)}
.era-theme *{box-sizing:border-box}
.era-theme [hidden]{display:none!important}
.era-theme h1,.era-theme h2,.era-theme h3,.era-theme h4,.era-theme p,.era-theme figure{margin-top:0}
.era-theme h1,.era-theme h2{font-family:var(--era-serif)!important;font-weight:400!important;letter-spacing:-.055em;line-height:1.04;color:inherit;text-wrap:balance}
.era-theme h3,.era-theme h4{color:inherit;line-height:1.2}
.era-theme a{color:inherit}
.era-theme button,.era-theme input,.era-theme select,.era-theme textarea{font:inherit}
.era-theme img{max-width:100%;height:auto}
.era-theme .reveal{opacity:1!important;visibility:visible!important;transform:none!important}
.era-theme :focus-visible{outline:3px solid #d36c35;outline-offset:5px}
.era-theme ::selection{background:#c9e2b9;color:#123d35}
.era-theme .skip-link{z-index:9999}
.era-theme main{overflow:clip}

/* One calm, persistent entry to the five worlds. */
.era-header{height:84px;position:sticky;top:0;z-index:70;display:flex;align-items:center;justify-content:space-between;padding:0 3.3vw;background:var(--era-paper);border-bottom:1px solid transparent;transition:border-color .2s}
.era-header.is-scrolled{border-color:var(--era-line)}
.era-logo{display:inline-flex;align-items:center;flex-shrink:0;min-height:44px}
.era-logo img{display:block;width:190px;height:auto;max-width:none}
.era-header-links,.era-header-tools{display:flex;align-items:center;gap:38px}
.era-header-links a,.era-header-links button{background:none;border:0;text-decoration:none;font-size:15px;letter-spacing:.015em;min-height:44px;display:inline-flex;align-items:center;gap:22px;cursor:pointer;color:inherit}
.era-header-links button span{font-size:25px;font-weight:300}
.era-header-tools{gap:30px}
.era-cart{position:relative;min-width:44px;min-height:44px;display:grid;place-items:center}
.era-cart [data-era-count]{position:absolute;right:0;top:0;font-size:11px;background:var(--era-forest);color:white;border-radius:50%;min-width:17px;text-align:center}
.era-menu-button{color:var(--era-ink);-webkit-text-fill-color:currentColor;width:44px;height:44px;border:0;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer}
.era-menu-button span{width:25px;height:1px;background:currentColor;display:block}
.era-menu{max-width:none;max-height:none;width:100%;height:100svh;margin:0;border:0;padding:0;background:var(--era-paper);color:var(--era-ink);overflow-y:auto;z-index:200}
.era-menu::backdrop{background:#123d3580}
.era-menu-top{display:flex;justify-content:space-between;align-items:center;padding:20px 3.3vw;border-bottom:1px solid var(--era-line)}
.era-close{border:0;background:none;min-height:44px;cursor:pointer;display:flex;align-items:center;gap:24px;font-size:14px;color:inherit}
.era-close span{font-size:35px;font-weight:300}
.era-menu-grid{padding:36px var(--era-space);display:grid;grid-template-columns:1.25fr .8fr;gap:8vw;max-width:1600px;margin:auto}
.era-world-links{display:grid}
.era-world-links>a{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--era-line);padding:17px 0;text-decoration:none}
.era-world-links>a>span:nth-child(2){flex:1}
.era-world-links strong{font-family:var(--era-serif);font-size:clamp(27px,3.4vw,54px);font-weight:400;letter-spacing:-.045em;display:block;line-height:1.15}
.era-world-links small{display:block;font-size:14px;color:var(--era-muted);padding-top:6px}
.era-menu-number{font-size:12px;align-self:flex-start;padding-top:8px}
.era-world-links>a>span:last-child{font-size:30px}
.era-menu-preview{display:flex;min-width:0;align-items:stretch}
.era-menu-preview figure{margin:0;width:100%;display:flex;flex-direction:column}
.era-menu-preview img{width:100%;height:420px;object-fit:cover;flex:1;min-height:0}
.era-menu-preview figcaption{padding-top:14px;font-size:13px}
.era-menu-bottom{display:flex;flex-wrap:wrap;gap:6px 32px;padding:18px var(--era-space) 28px;border-top:1px solid var(--era-line)}
.era-menu-bottom a{min-height:44px;display:flex;align-items:center;font-size:14px;text-decoration:none}
.era-menu-bottom a:hover,.era-header a:hover{text-decoration:underline;text-underline-offset:5px}
.era-noscript{display:flex;flex-wrap:wrap;gap:12px;padding:20px}

/* Shared editorial elements. */
.era-eyebrow{font-size:11px!important;letter-spacing:.14em;text-transform:uppercase;line-height:1.4!important;display:flex;align-items:center;gap:22px;margin-bottom:24px!important;font-family:var(--era-sans)!important;font-weight:500!important}
.era-eyebrow>span{padding-right:20px;border-right:1px solid currentColor}
.era-home h2,.era-world-hero h1{font-size:clamp(50px,6.4vw,94px);margin-bottom:28px}
.era-home em,.era-world-hero em,.era-section-heading em,.era-case em{font-family:var(--era-serif);font-weight:400}
.era-home h3{font-family:var(--era-sans)!important;font-weight:400;letter-spacing:-.025em;font-size:25px;line-height:1.25}
.era-home p{max-width:none}
.era-link{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;font-size:15px;text-decoration:none;min-height:44px;max-width:100%;border-bottom:1px solid currentColor;line-height:1.35;padding:9px 0}
.era-link>span:last-child{font-size:22px;flex-shrink:0}
.era-link:hover{color:#0a7e68}
.era-link.light:hover{color:var(--era-light)}
.era-link.quiet{border-color:var(--era-line);font-size:14px}
.era-button{background:var(--era-forest);color:#fff!important;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;min-height:54px;padding:16px 24px;text-decoration:none;font-size:15px;border-radius:0;max-width:100%}
.era-button:hover{background:#245949}
.era-section-heading{display:grid;grid-template-columns:1.3fr .7fr;gap:9vw;align-items:end;margin-bottom:50px}
.era-section-heading h2{margin-bottom:0}
.era-section-heading>p{font-size:18px;margin-bottom:6px;line-height:1.6;max-width:430px}
.era-dark{background:var(--era-forest);color:var(--era-paper)}
.era-tax{font-size:13px!important;color:var(--era-muted);margin-top:24px!important;line-height:1.6!important;max-width:900px!important}
.era-dark .era-tax{color:#c4d0c7}

/* Arrival: an editorial portrait and a usable, plainly labelled scanner. */
.era-hero{padding:42px var(--era-space) 76px;display:grid;grid-template-columns:1.1fr 1fr;gap:6vw;min-height:calc(100svh - 84px);max-width:1760px;margin:auto;position:relative}
.era-hero-copy{position:relative;z-index:2;padding-top:13px}
.era-hero h1{font-size:clamp(64px,7.5vw,116px);line-height:.98;letter-spacing:-.065em;margin:0 0 26px}
.era-hero h1 em{display:block;font-size:.88em;letter-spacing:-.06em}
.era-hero-intro{font-size:18px;line-height:1.6;max-width:430px!important;margin-bottom:12px}
.era-hero-worlds{font-size:11px;letter-spacing:.045em;line-height:1.8;margin:0 0 32px;max-width:420px!important;color:var(--era-muted)}
.era-scanner{max-width:520px;border-top:1px solid var(--era-line);padding-top:20px}
.era-scanner h2{font-family:var(--era-sans)!important;font-size:19px!important;font-weight:450!important;letter-spacing:-.02em;line-height:1.35;margin-bottom:7px}
.era-scanner>p{font-size:14px;line-height:1.4;margin-bottom:18px;color:var(--era-muted)}
.era-scanner form>label{font-size:12px;display:block;margin-bottom:6px}
.era-scanner form>div{display:flex;border:1px solid #a8b6a8;min-height:54px;background:#faf8f3}
.era-scanner input{width:100%;min-width:0;padding:15px;border:0!important;border-radius:0!important;font-size:14px!important;background:transparent!important;color:#536358!important;opacity:1}
.era-scanner button{flex-shrink:0;padding:12px 16px;border:0;background:#dce3d5!important;color:#47584a!important;border-radius:0!important;opacity:1!important;font-size:13px;cursor:not-allowed}
.era-scanner button span{margin-left:15px}
.era-scanner .era-scanner-state{font-size:12px;margin:9px 0 0;line-height:1.4}
.era-discover{display:flex;align-items:center;gap:16px;margin-top:30px;font-size:13px;text-decoration:none;min-height:44px}
.era-discover>span{border:1px solid #c0cabe;border-radius:50%;width:36px;height:36px;display:grid;place-items:center}
.era-hero-art{position:relative;padding-top:14px;min-width:0;min-height:730px}
.era-hero-portrait{margin:0 0 0 13%;height:650px;position:relative;overflow:hidden;border-radius:46% 46% 0 0 / 36% 36% 0 0;background:#d6d1c7}
.era-hero-portrait img{width:100%;height:100%;object-fit:cover;object-position:50% 35%;display:block}
.era-hero-portrait:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#17291ddb)}
.era-hero-portrait figcaption{position:absolute;z-index:1;left:28px;bottom:25px;color:#fff;font-size:14px;line-height:1.4}
.era-hero-portrait figcaption span{display:block;font-size:10px;letter-spacing:.18em;margin-bottom:8px}
.era-hero-inset{position:absolute;left:-9%;bottom:0;width:57%;margin:0;border:7px solid var(--era-paper);background:var(--era-paper);transform:rotate(-5deg);transform-origin:center;z-index:3}
.era-hero-inset img{width:100%;display:block;aspect-ratio:1.65;object-fit:cover}
.era-hero-inset figcaption{font-size:10px;padding:7px 4px 2px;line-height:1.3}
.era-hero-seal{position:absolute;left:-9%;top:75px;z-index:2;width:170px;height:170px;border-radius:50%;background:var(--era-light);color:var(--era-forest);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;transform:rotate(-12deg)}
.era-hero-seal>span{font-size:8px;letter-spacing:.2em}
.era-hero-seal strong{font-family:var(--era-serif);font-weight:400;font-size:28px;line-height:.92;text-align:center}

/* A short opening, with all world choices visible at every scroll state. */
.era-worlds{padding:95px var(--era-space) 100px;position:relative}
.era-worlds-top{display:grid;grid-template-columns:1fr 1.25fr .8fr;gap:5vw;align-items:start}
.era-worlds-top h2{font-size:clamp(49px,5.4vw,78px)}
.era-worlds-top>p:last-child{padding-top:10px;font-size:16px;line-height:1.65;color:#d7e3d7}
.era-worlds-grid{display:grid;grid-template-columns:.9fr 1.2fr;gap:9vw;margin-top:40px;align-items:center}
.era-portal-art{position:relative;min-width:0}
.era-portal-mask{clip-path:circle(50% at 50% 50%);aspect-ratio:1;overflow:hidden;will-change:clip-path}
.era-portal-mask figure{width:100%;height:100%;margin:0}
.era-portal-mask img{width:100%;height:100%;object-fit:cover;display:block}
.era-portal-mask figcaption{display:none}
.era-portal-caption{display:block;text-align:center;margin-top:24px;font-size:12px;letter-spacing:.04em;color:#d7e3d7}
.era-world-row{display:flex;align-items:center;gap:26px;border-top:1px solid #ffffff40;padding:23px 0;text-decoration:none}
.era-world-row:last-child{border-bottom:1px solid #ffffff40}
.era-world-row>span:nth-child(2){flex:1}
.era-world-row strong{font-family:var(--era-serif);font-weight:400;font-size:clamp(28px,3.25vw,48px);letter-spacing:-.045em;line-height:1.05;display:block}
.era-world-row small{display:block;font-size:13px;font-weight:300;color:#d7e3d7;margin-top:8px}
.era-world-no{font-size:11px;align-self:flex-start;padding-top:8px;color:#b6ccb9}
.era-world-arrow{font-size:28px;color:var(--era-light);transition:transform .25s}
.era-world-row:hover .era-world-arrow{transform:translate(5px,-5px)}
.era-world-row:hover strong{color:var(--era-light)}

/* Website types: their difference is visible before a click. */
.era-website-section{padding:110px var(--era-space) 80px}
.era-landscape{margin:52px calc(-1 * var(--era-space)) 55px;position:relative;background:#797356;overflow:hidden}
.era-landscape img{display:block;width:100%;height:clamp(350px,45vw,650px);object-fit:cover;object-position:center 58%}
.era-landscape figcaption{position:absolute;left:var(--era-space);right:var(--era-space);bottom:26px;display:flex;align-items:end;justify-content:space-between;gap:20px;color:white;text-shadow:0 2px 14px #000}
.era-landscape figcaption:before{content:'';position:absolute;inset:-70px calc(-1 * var(--era-space)) -27px;background:linear-gradient(transparent,#15291bbb);z-index:0}
.era-landscape figcaption>*{position:relative;z-index:1}
.era-landscape figcaption>span:first-child{font-family:var(--era-serif);font-size:36px}
.era-landscape figcaption>span:nth-child(2),.era-landscape figcaption>a{font-size:14px}
.era-landscape figcaption>a{min-height:44px;display:flex;align-items:center}
.era-website-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}
.era-website-choice{min-width:0;border-top:1px solid var(--era-line);padding-top:15px;display:flex;flex-direction:column}
.era-choice-top{display:flex;justify-content:space-between;gap:12px;font-size:11px;margin-bottom:20px;min-height:26px}
.era-choice-top>span:first-child{font-family:var(--era-serif);font-size:21px;line-height:1}
.era-website-shot{display:block;background:#e6e4dc;margin-bottom:24px;overflow:hidden}
.era-website-shot img{display:block;width:100%;height:auto;aspect-ratio:1.6;object-fit:contain;transition:transform .4s}
.era-website-shot:hover img{transform:scale(1.02)}
.era-website-choice h3{font-family:var(--era-serif)!important;font-size:35px;font-weight:400;line-height:1.12;letter-spacing:-.04em;margin:0 0 16px}
.era-website-choice>p{font-size:15px;line-height:1.6;margin:0 0 20px}
.era-choice-price{margin-top:auto;display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;padding:16px 0}
.era-choice-price strong{font-size:28px;font-weight:400;letter-spacing:-.03em}
.era-choice-price span{font-size:11px;color:var(--era-muted)}
.era-website-choice .era-operation-note{font-size:12px;line-height:1.5;color:var(--era-muted);margin-bottom:22px}
.era-choice-actions{display:grid;gap:9px}
.era-section-tail{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--era-line);margin-top:50px;padding-top:25px;align-items:center}
.era-section-tail>p{font-size:16px;margin:0}
.era-world-comparison{padding:80px var(--era-space)}

/* The conversation moves into a workflow. Native vertical scroll throughout. */
.era-connection{background:#e3e8dd;padding:90px 0 50px}
.era-connection>.era-section-heading{padding:0 var(--era-space)}
.era-journey{height:auto;position:relative}
.era-station-nav{display:flex;justify-content:center;gap:45px;margin:0 auto 26px;padding:15px 0 20px;border-bottom:1px solid #bdcbbd;max-width:calc(100% - 2 * var(--era-space))}
.era-station-nav a{font-size:13px;text-decoration:none;padding:10px 0;min-height:44px}
.era-station-nav [aria-current]{color:#13563e;border-bottom:1px solid currentColor;font-weight:500}
.era-journey-window{overflow:visible}
.era-journey-track{display:grid;gap:45px}
.era-station{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:5vw;padding:15px var(--era-space);min-width:0;scroll-margin-top:110px}
.era-station-copy h3{font-family:var(--era-serif)!important;font-size:clamp(34px,3.8vw,56px);line-height:1.08;font-weight:400;letter-spacing:-.045em;margin-bottom:25px}
.era-station-copy>p{font-size:17px;line-height:1.65;margin-bottom:28px;max-width:330px}
.era-station figure{margin:0;min-width:0}
.era-station figure img{width:100%;max-height:53vh;object-fit:contain;display:block}
.era-station figcaption{font-size:12px;text-align:center;margin-top:13px;color:#465a4c}
.era-journey-note{font-size:12px;text-align:center;max-width:760px!important;margin:20px auto!important;padding:0 20px;color:#475d4e}
.era-journey-progress{height:2px;width:180px;max-width:80%;margin:20px auto;background:#b8c5b6;overflow:hidden}
.era-journey-progress>span{display:block;width:33.33%;height:100%;background:#164737;transform-origin:left}
.era-assistant-links{display:flex;justify-content:center;flex-wrap:wrap;gap:20px 38px;margin:25px var(--era-space) 0}
@media(min-width:1000px) and (prefers-reduced-motion:no-preference){
 .era-motion .era-journey{height:220vh}
 .era-motion .era-journey-sticky{position:sticky;top:84px;height:calc(100vh - 84px);display:flex;flex-direction:column;justify-content:center}
 .era-motion .era-journey-window{overflow:hidden;flex-shrink:0}
 .era-motion .era-journey-track{display:flex;gap:0;width:300%;will-change:transform}
 .era-motion .era-station{width:33.333333%;flex-shrink:0}
}

/* Tine is a character with a purpose, and the films are openly playable. */
.era-marketing{padding:110px var(--era-space) 95px}
.era-marketing-heading{text-align:center;max-width:790px;margin:0 auto 65px}
.era-marketing-heading .era-eyebrow{justify-content:center}
.era-marketing-heading>p:last-child{max-width:550px!important;margin:0 auto;font-size:17px;line-height:1.7}
.era-tine-editorial{display:grid;grid-template-columns:1.65fr .75fr;gap:6vw;position:relative;margin-bottom:80px;align-items:start}
.era-tine-editorial figure{margin:0}
.era-tine-main{padding-top:50px}
.era-tine-main img{width:100%;display:block;height:auto}
.era-tine-side img{width:100%;height:auto;display:block;max-height:660px;object-fit:contain;background:#121b28}
.era-tine-editorial figcaption{font-size:11px;margin-top:12px;line-height:1.5}
.era-tine-statement{position:absolute;bottom:3%;left:0;color:var(--era-ink)}
.era-tine-statement>span{font-size:9px;letter-spacing:.2em}
.era-tine-statement p{font-family:var(--era-serif);font-size:clamp(30px,3.1vw,46px);letter-spacing:-.045em;line-height:1.1;margin:12px 0 0}
.era-marketing-paths{display:grid;grid-template-columns:1fr 1fr;gap:7vw;border-top:1px solid var(--era-line);padding-top:50px}
.era-marketing-paths h3{font-family:var(--era-serif)!important;font-size:39px;letter-spacing:-.04em;margin-bottom:22px}
.era-marketing-paths>div>p{font-size:16px;line-height:1.65;margin-bottom:30px;max-width:490px}
.era-film{margin:0 0 30px;min-width:0}
.era-film-stage{position:relative;line-height:0;background:#17231e}
.era-film video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain}
.era-film-play{position:absolute;inset:0;border:0;background:linear-gradient(transparent 45%,#07151088);color:white;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:13px;cursor:pointer;width:100%;font-family:var(--era-sans)}
.era-film-play>span{width:64px;height:64px;border:1px solid #ffffffbb;border-radius:50%;display:grid;place-items:center;font-size:18px;line-height:1;background:#ffffff12;backdrop-filter:blur(7px);padding-left:3px;transition:transform .25s}
.era-film-play:hover>span{transform:scale(1.12)}
.era-film-play>strong{font-weight:400;font-size:13px;line-height:1.4;letter-spacing:.06em}
.era-film figcaption{display:grid;gap:6px;font-size:12px;line-height:1.5;padding-top:14px;color:var(--era-muted)}
.era-film figcaption strong{font-size:15px;font-weight:450;color:var(--era-ink)}
.era-plan{display:grid;grid-template-columns:60px 1fr 20px;gap:22px;align-items:center;border-top:1px solid var(--era-line);padding:20px 0;text-decoration:none}
.era-plan:last-child{border-bottom:1px solid var(--era-line)}
.era-plan-count{font-family:var(--era-serif);font-size:57px;line-height:.9;text-align:center}
.era-plan-count small{display:block;font-family:var(--era-sans);font-size:10px;margin-top:9px}
.era-plan>span:nth-child(2)>*{display:block}
.era-plan strong{font-size:19px;font-weight:450;margin-bottom:6px}
.era-plan>span:nth-child(2)>span{font-size:14px;line-height:1.45}
.era-plan>span:nth-child(2)>small{font-size:12px;color:var(--era-muted);margin-top:8px}
.era-plan:hover{background:#e8ece0}

/* One brand across its actual outputs. */
.era-brand{padding:110px var(--era-space) 60px}
.era-brand .era-section-heading>p{color:#d7e3d7}
.era-brand-stage{position:relative;min-height:670px;margin:20px 0 45px;padding:0 9%}
.era-brand-wide{margin:0;width:100%;position:relative}
.era-brand-wide img{display:block;width:100%;height:540px;object-fit:cover}
.era-brand-wide figcaption{font-size:12px;margin-top:12px;color:#d7e3d7}
.era-brand-browser{position:absolute;left:0;bottom:0;width:45%;margin:0;background:#e7e6dd;padding:8px 8px 0;box-shadow:0 18px 65px #0004;transform:rotate(-5deg)}
.era-brand-browser img{width:100%;display:block;aspect-ratio:1.6;object-fit:contain}
.era-brand-browser figcaption{color:var(--era-ink);font-size:10px;padding:8px 4px}
.era-brand-social{position:absolute;right:0;top:20%;width:19%;margin:0;background:#f3f0e8;padding:7px 7px 0;transform:rotate(6deg);box-shadow:0 18px 65px #0004}
.era-brand-social img{display:block;width:100%;aspect-ratio:9/16;object-fit:contain;background:#15291b}
.era-brand-social figcaption{color:var(--era-ink);font-size:10px;padding:8px 4px}
.era-brand-film-link{position:absolute;left:50%;top:32%;display:flex;align-items:center;flex-direction:column;text-decoration:none;color:white!important;text-shadow:0 1px 10px #000;transform:translateX(-50%);gap:10px}
.era-brand-film-link>span{display:grid;place-items:center;width:80px;height:80px;background:#0a201866;border:1px solid #fff;border-radius:50%;font-size:23px;backdrop-filter:blur(4px)}
.era-brand-film-link strong{font-weight:400;font-size:17px}
.era-brand-film-link small{font-size:12px}
.era-brand-description{display:grid;grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:40px;margin-top:20px}
.era-brand-description p{font-size:16px;color:#d7e3d7;line-height:1.6;margin:0}
.era-brand-parts{display:flex;flex-wrap:wrap;align-items:center;gap:25px 38px;border-top:1px solid #ffffff40;margin-top:55px;padding-top:25px}
.era-brand-parts>span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#c3d4c4}
.era-brand-parts .era-link{font-size:13px}
.era-case{padding:85px var(--era-space);background:#e5e9de}
.era-case h2{font-size:clamp(42px,5vw,74px)}
.era-case-grid{display:grid;grid-template-columns:1.1fr 1.1fr .55fr;gap:30px;align-items:start}
.era-case-grid figure{margin:0}
.era-case-grid>figure:first-child img{display:block;width:100%}
.era-case-grid>figure:first-child figcaption{display:grid;gap:9px;font-size:14px;margin-top:16px}
.era-case-grid>figure:first-child figcaption>span{font-size:13px;color:var(--era-muted)}
.era-case-grid .era-film-portrait video{aspect-ratio:9/16}
.era-case-grid .era-film-portrait .era-film-play>span{width:48px;height:48px;font-size:15px}
.era-case-note{font-size:13px;line-height:1.6;margin:32px 0 0;max-width:900px}

.era-collaboration{padding:110px var(--era-space) 90px}
.era-working-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:7vw;align-items:center}
.era-process{list-style:none;margin:0;padding:0}
.era-process li{display:flex;gap:24px;padding:25px 0;border-top:1px solid var(--era-line)}
.era-process li>span{font-size:12px;padding-top:4px}
.era-process h3{font-size:21px;margin-bottom:12px}
.era-process p{font-size:15px;line-height:1.6;margin:0}
.era-working-grid .era-film{margin:0}
.era-problem-section{padding:70px var(--era-space);background:#e4e8dc;display:grid;grid-template-columns:1fr 1.2fr;gap:8vw;align-items:start}
.era-problem-section h2{font-size:clamp(40px,4.2vw,64px)}
.era-problems{display:grid;grid-template-columns:1fr 1fr;gap:10px 30px}
.era-problem{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:90px;border-bottom:1px solid #bdc8b8;padding:10px 0;text-decoration:none}
.era-problem>span:first-child{font-size:17px;line-height:1.3}
.era-problem small{display:block;font-size:12px;color:var(--era-muted);margin-top:8px}
.era-problem>span:last-child{font-size:23px}
.era-problem:hover{color:#0a7e68}
.era-contact{padding:115px var(--era-space);display:grid;grid-template-columns:1fr 1fr;gap:12vw;align-items:center}
.era-contact>figure{margin:0}
.era-contact>figure img{width:100%;height:570px;object-fit:cover;object-position:52% 50%;border-radius:45% 45% 0 0 / 32% 32% 0 0;display:block}
.era-contact figcaption{font-size:11px;color:var(--era-muted);margin-top:13px}
.era-contact h2{font-size:clamp(60px,7vw,108px)}
.era-contact>div>p:not(.era-eyebrow){font-size:17px;line-height:1.6;max-width:450px}
.era-contact .era-contact-name{font-size:15px;font-weight:450;margin:28px 0}
.era-contact-name span{font-weight:300;color:var(--era-muted);font-size:13px}
.era-contact .era-button{display:flex;max-width:360px;margin-bottom:14px}
.era-contact nav{display:flex;gap:14px 25px;flex-wrap:wrap;margin-top:28px}
.era-contact nav a{font-size:13px;display:flex;align-items:center;min-height:44px;text-decoration:none}

/* The same visual language extends through the catalogue and all world pages. */
.era-world-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:7vw;padding:65px var(--era-space) 80px;align-items:center;min-height:650px}
.era-world-hero h1{font-size:clamp(55px,6.5vw,98px)}
.era-world-hero>div>p:not(.era-eyebrow){font-size:18px;line-height:1.65;max-width:480px;margin-bottom:30px}
.era-world-hero figure{margin:0;min-width:0}
.era-world-hero figure img{display:block;width:100%;height:480px;object-fit:cover}
.era-world-hero figcaption{font-size:12px;color:var(--era-muted);margin-top:12px;line-height:1.5}
.era-world-page[data-route="world.automation"] .era-world-hero img{object-fit:contain}
.era-world-page .section,.era-world-page .band{padding:70px var(--era-space);background:var(--era-paper)}
.era-world-page .band-alt{background:#e6eade}
.era-world-page .section>.container,.era-world-page .band>.container{width:100%;max-width:1400px;margin:0 auto}
.era-world-page .section h2,.era-world-page .band h2{font-size:clamp(34px,4vw,60px);letter-spacing:-.045em;max-width:950px}
.era-world-page .section h3{font-size:23px;line-height:1.3}
.era-world-page .welt-abschluss{border-top:1px solid var(--era-line)}
.era-theme .b1-surface{background:var(--era-paper);padding-top:50px;padding-bottom:70px}
.era-inner-page main>.container,.era-inner-page .b1-surface>.container{max-width:1240px;width:calc(100% - 2 * var(--era-space))}
.era-inner-page h1{font-size:clamp(40px,4.7vw,68px);line-height:1.1;margin-bottom:28px;max-width:1000px}
.era-inner-page .product-top{border:0;background:none;padding:10px 0 35px;margin:0;border-bottom:1px solid var(--era-line)}
.era-inner-page .product-top h1{max-width:1000px}
.era-theme .product-top .price{font-family:var(--era-sans);font-size:30px;font-weight:400;display:inline-block;margin-right:28px;line-height:1.5}
.era-theme .prose{max-width:840px;font-size:17px;line-height:1.75;margin-top:40px}
.era-theme .prose h2{font-size:38px;line-height:1.15;margin-top:45px;margin-bottom:22px}
.era-theme .prose h3{font-size:24px;line-height:1.3;margin-top:30px}
.era-theme .complete-product-entry{display:block!important;width:100%;max-width:920px;margin:34px 0!important}
.era-theme .complete-product-entry>.media{width:100%;min-height:0;height:auto;aspect-ratio:auto;background:none;border:0;padding:0}
.era-theme .explanation-media{display:block;width:100%;margin:0;border:0;background:none;padding:0;border-radius:0}
.era-theme .explanation-media img{width:100%;height:auto;object-fit:contain;display:block;max-height:none;aspect-ratio:auto}
.era-theme .explanation-media figcaption{font-size:14px;line-height:1.55;max-width:100%;padding:12px 0}
.era-theme .explanation-media figcaption strong{font-family:var(--era-sans);font-size:17px;font-weight:450}
.era-theme .explanation-media figcaption p{font-size:14px;line-height:1.55;margin:0 0 10px}
.era-theme .explanation-media figcaption a{font-size:13px;min-height:44px;display:inline-flex;align-items:center;margin-right:15px}
.era-theme .card,.era-theme .config-section{border-radius:0;box-shadow:none}
.era-theme .store-grid,.era-theme .card-grid,.era-theme .grid-3{gap:28px}
.era-theme .era-product-card{display:flex!important;flex-direction:column;align-items:stretch;min-width:0;padding:24px;border:0;border-top:2px solid #637e70;background:#faf8f3;border-radius:0!important;box-shadow:none!important;gap:0!important}
.era-theme .era-product-card[hidden]{display:none!important}
.era-theme .era-product-card .card-head{display:block!important;grid-template-columns:none!important}
.era-theme .era-product-card .card-title,.era-theme .era-product-card h2.card-title{font-family:var(--era-sans)!important;font-size:25px!important;letter-spacing:-.025em;line-height:1.25!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;margin:0 0 22px;width:100%;max-width:100%}
.era-theme .era-product-card .card-title a{text-decoration:none}
.era-theme .era-product-card .card-visual{width:100%!important;max-width:none!important;min-width:0;flex:none!important;margin:0 0 20px;display:block!important}
.era-theme .era-product-card .card-visual>.media,.era-theme .era-product-card .card-visual>.complete-card-picture{display:block;width:100%;height:auto;min-height:0;background:none;aspect-ratio:auto;border:0;border-radius:0}
.era-theme .era-product-card .card-visual img,.era-theme .era-product-card .complete-card-picture img{width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;display:block}
.era-theme .era-product-card .description{font-size:16px;line-height:1.6;margin:0 0 20px}
.era-theme .era-product-card .price{font-weight:400;font-size:28px;letter-spacing:-.025em;line-height:1.4}
.era-theme .era-product-card .mandatory{font-size:14px;line-height:1.55;margin-top:12px;color:var(--era-muted)}
.era-theme .era-product-card>a.button{margin-top:auto}
.era-theme .era-image-caption{padding:7px 0 0!important;font-size:12px!important}
.era-theme .era-image-caption a{font-size:12px!important;min-height:36px!important}
.era-theme .button{border-radius:0!important;box-shadow:none!important;font-weight:400;min-height:48px;padding:12px 20px;background:var(--era-forest);color:white;border:1px solid var(--era-forest);line-height:1.4;text-align:center}
.era-theme .button.secondary{background:transparent;color:var(--era-ink);border-color:#aab8a9}
.era-theme .button:hover{background:#295a47;color:#fff}
.era-theme input:not([type=checkbox]):not([type=radio]),.era-theme select,.era-theme textarea{border-radius:0;min-height:48px;border-color:#a9b6a6;background:#faf9f4}
.era-theme .store-search,.era-theme #store-search{border-radius:0}
.era-theme .store-filter,.era-theme [data-store-filter]{border-radius:0;min-height:44px}
.era-theme .store-filter[aria-pressed=true],.era-theme [data-store-filter][aria-pressed=true]{background:var(--era-forest);color:#fff}
.era-theme .complete-config-picture{display:block!important;width:100%!important;max-width:820px!important;grid-template-columns:1fr!important;margin:25px 0!important;border:0!important;border-radius:0!important;background:none!important;padding:0!important}
.era-theme .complete-config-picture>a,.era-theme .complete-config-picture picture{display:block!important;width:100%!important;max-width:none!important}
.era-theme .complete-config-picture img{width:100%!important;max-width:none!important;height:auto!important;object-fit:contain!important;max-height:none!important}
.era-theme .complete-config-picture figcaption{font-size:14px;line-height:1.55;padding:10px 0}
.era-theme .complete-config-picture figcaption p{font-size:14px;line-height:1.55}
.era-theme .config-section{background:#f9f7f0;border:1px solid var(--era-line);padding:28px;margin-top:25px}
.era-theme .config-section h2{font-family:var(--era-sans)!important;font-size:25px;letter-spacing:-.025em;font-weight:450!important}
.era-theme .choice{border-radius:0;background:#fbfaf5;min-width:0}
.era-theme .choice-grid{gap:14px}
.era-theme .config-section .choice h3{font-size:19px}
.era-theme .era-family-card{background:#faf8f3;border:0;border-top:2px solid #637e70;padding:24px;min-width:0}
.era-family-card h2,.era-family-card h3{font-family:var(--era-sans)!important;letter-spacing:-.025em;font-size:25px!important;line-height:1.25}
.era-family-card>p{font-size:15px;line-height:1.6}
.era-family-options{padding:0;margin:20px 0;border:0;background:none}
.era-family-options summary{min-height:44px;font-size:14px;cursor:pointer}
.era-variant-row{border-top:1px solid var(--era-line);padding:18px 0}
.era-variant-row h3{font-size:18px!important;margin:0}
.era-variant-row .era-link{font-size:18px;border:0}
.era-variant-row p{font-size:14px;line-height:1.6;margin:8px 0}
.era-variant-row>strong{font-size:17px;font-weight:450}
.era-theme [data-preserved-variant]{scroll-margin-top:110px}
.era-theme .era-os-steps li{margin:0 0 16px;line-height:1.6}
.era-theme .comparison{max-width:100%}
.era-theme .media:empty,.era-theme .card-visual:empty{display:none}

.era-theme .era-footer{background:#11382f;color:var(--era-paper);padding:65px var(--era-space) 30px;border:0}
.era-footer>.container{width:100%;max-width:1400px;margin:auto}
.era-footer .footer-brand img{background:var(--era-paper);padding:10px;width:210px;height:auto}
.era-footer .footer-brand{margin-bottom:45px}
.era-footer .footer-brand p{color:#cbdacb;font-size:15px}
.era-footer .footer-cols{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}
.era-footer .footer-col-title{font-size:12px;letter-spacing:.07em;text-transform:uppercase;font-weight:400;color:#b7cbb9;margin:0 0 15px}
.era-footer ul{list-style:none;padding:0;margin:0}
.era-footer li a{font-size:14px;line-height:1.4;min-height:42px;display:flex;align-items:center;text-decoration:none;color:#f3f0e8}
.era-footer a:hover{text-decoration:underline;text-underline-offset:5px}
.era-footer .footer-social{display:flex;flex-wrap:wrap;gap:16px 30px;border-top:1px solid #ffffff30;margin-top:45px;padding-top:20px}
.era-footer .footer-social a{display:flex;gap:10px;align-items:center;font-size:13px;min-height:44px;text-decoration:none}
.era-footer .footer-social img{background:var(--era-paper);padding:4px;box-sizing:content-box}
.era-footer .footer-bottom{border-top:1px solid #ffffff30;margin-top:20px;padding-top:23px;display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}
.era-footer .footer-bottom p{font-size:11px;line-height:1.6;color:#c3d4c4;margin:0}

@media(min-width:1800px){.era-hero-art{min-height:800px}.era-hero-portrait{height:730px}.era-home>section:not(.era-dark){padding-left:max(var(--era-space),calc((100vw - 1560px)/2));padding-right:max(var(--era-space),calc((100vw - 1560px)/2))}}
@media(max-width:1100px){
 .era-header-links{gap:20px}.era-header-tools{gap:12px}.era-hero{gap:4vw;padding-top:35px}.era-hero-art{min-height:700px}.era-hero-portrait{height:600px}.era-hero-seal{width:140px;height:140px;left:-3%}.era-hero-seal strong{font-size:25px}.era-worlds-top{grid-template-columns:1fr 1fr}.era-worlds-top>.era-eyebrow{grid-column:1/-1}.era-worlds-top>p:last-child{max-width:380px}.era-worlds-grid{gap:5vw}.era-world-row{gap:17px}.era-website-choices{gap:20px}.era-website-choice h3{font-size:29px}.era-landscape figcaption>span:nth-child(2){display:none}.era-tine-statement{bottom:-20px}.era-brand-stage{min-height:550px}.era-brand-wide img{height:440px}.era-brand-description{grid-template-columns:1fr 1fr}.era-brand-description>p{grid-column:1/-1}.era-contact{gap:7vw}.era-contact>figure img{height:520px}.era-footer .footer-cols{grid-template-columns:repeat(3,1fr);gap:35px}.era-case-grid{gap:20px}
}
@media(max-width:700px){
 :root{--era-space:22px}
 html{scroll-padding-top:86px}
 body.era-theme{font-size:16px}
 .era-header{height:72px;padding:0 20px}.era-logo img{width:154px}.era-header-links{display:none}.era-header-tools{gap:8px}.era-cart{width:40px}.era-menu-button{width:40px}
 .era-menu-top{padding:14px 20px}.era-close{gap:12px;font-size:12px}.era-menu-grid{grid-template-columns:1fr;padding:30px 22px 20px;gap:0}.era-menu-preview{display:none}.era-world-links>a{padding:20px 0;gap:16px}.era-world-links strong{font-size:34px}.era-world-links small{font-size:12px}.era-menu-bottom{padding:20px 22px;gap:3px 22px}.era-menu-bottom a{font-size:13px}.era-world-links>a>span:last-child{font-size:24px}
 .era-eyebrow{font-size:9px!important;letter-spacing:.11em;gap:14px;margin-bottom:20px!important}.era-eyebrow>span{padding-right:13px}
 .era-home h2{font-size:48px;letter-spacing:-.055em}.era-home h3{font-size:24px}
 .era-hero{display:flex;flex-direction:column;padding:34px 22px 48px;gap:30px;min-height:0}.era-hero-copy{padding:0}.era-hero h1{font-size:64px;line-height:1;letter-spacing:-.065em;margin-bottom:23px}.era-hero h1 em{font-size:.88em}.era-hero-intro{font-size:16px;line-height:1.6;margin-bottom:12px}.era-hero-worlds{font-size:10px;margin-bottom:24px}
 .era-scanner{padding-top:18px}.era-scanner h2{font-size:18px!important;line-height:1.35}.era-scanner>p{font-size:13px;margin-bottom:15px}.era-scanner form>label{font-size:11px}.era-scanner input{font-size:12px!important;padding:11px;min-height:47px}.era-scanner button{padding:10px;font-size:11px}.era-scanner button span{margin-left:7px}.era-scanner form>div{min-height:48px}.era-scanner .era-scanner-state{font-size:11px;line-height:1.5}.era-discover{margin-top:20px;font-size:12px}
 .era-hero-art{min-height:490px;padding:0;margin-top:5px}.era-hero-portrait{height:420px;margin-left:17%;border-radius:46% 46% 0 0 / 32% 32% 0 0}.era-hero-portrait figcaption{left:20px;bottom:20px;font-size:12px}.era-hero-inset{width:58%;left:0;bottom:0}.era-hero-inset figcaption{font-size:9px}.era-hero-seal{width:118px;height:118px;left:0;top:55px;gap:6px}.era-hero-seal strong{font-size:22px}.era-hero-seal>span{font-size:6px}
 .era-worlds{padding:55px 22px 60px}.era-worlds-top{display:block}.era-worlds-top h2{font-size:48px}.era-worlds-top>p:last-child{font-size:15px;padding:0;margin-bottom:0}.era-worlds-grid{display:flex;flex-direction:column;gap:33px;margin-top:35px}.era-portal-art{width:78%;max-width:340px}.era-portal-mask{clip-path:circle(50% at 50% 50%)}.era-portal-caption{font-size:11px;margin-top:16px}.era-worlds-grid>nav{width:100%}.era-world-row{padding:22px 0;gap:17px}.era-world-row strong{font-size:33px}.era-world-row small{font-size:12px;line-height:1.5}.era-world-no{font-size:10px}.era-world-arrow{font-size:24px}
 .era-section-heading{display:block;margin-bottom:30px}.era-section-heading h2{margin-bottom:22px}.era-section-heading>p{font-size:16px;line-height:1.6}
 .era-website-section{padding:60px 22px 45px}.era-landscape{margin:30px -22px 35px}.era-landscape img{height:330px;object-position:58% center}.era-landscape figcaption{left:22px;right:22px;bottom:18px;align-items:start;flex-direction:column;gap:7px}.era-landscape figcaption>span:first-child{font-size:29px}.era-landscape figcaption>a{font-size:12px;min-height:32px}
 .era-website-choices{grid-template-columns:1fr;gap:36px}.era-website-choice{padding-top:16px}.era-choice-top{margin-bottom:18px;font-size:11px;min-height:0}.era-website-shot{margin-bottom:20px}.era-website-choice h3{font-size:34px}.era-website-choice>p{font-size:15px;line-height:1.6;margin-bottom:15px}.era-choice-price{padding:0 0 12px;margin-top:0}.era-choice-price strong{font-size:27px}.era-choice-actions{grid-template-columns:1fr;gap:2px}.era-choice-actions .era-link{font-size:14px}.era-tax{font-size:12px!important;line-height:1.55!important}.era-section-tail{display:block;margin-top:30px;padding-top:24px}.era-section-tail>p{font-size:15px;margin-bottom:15px}.era-world-comparison{padding:55px 22px}
 .era-connection{padding:55px 0 40px}.era-station-nav{gap:8px;justify-content:space-between;max-width:calc(100% - 44px);margin-bottom:20px;padding:0 0 12px;position:static}.era-station-nav a{font-size:10px;padding:9px 0}.era-journey,.era-motion .era-journey{height:auto!important}.era-journey-sticky{position:static!important;height:auto!important}.era-journey-track{display:grid!important;width:auto!important;transform:none!important;gap:35px}.era-station{width:auto!important;display:flex;flex-direction:column;gap:24px;padding:15px 22px 28px;border-bottom:1px solid #bdcbbd}.era-station-copy h3{font-size:37px;line-height:1.12;margin-bottom:18px}.era-station-copy>p{font-size:15px;max-width:none;margin-bottom:16px}.era-station-copy .era-link{font-size:14px}.era-station figure img{max-height:none;width:100%;height:auto}.era-station figcaption{font-size:11px;text-align:left;line-height:1.5}.era-journey-note{text-align:left;font-size:11px;padding:0 22px}.era-journey-progress{display:none}.era-assistant-links{justify-content:flex-start;gap:8px 25px;margin:20px 22px 0}.era-assistant-links .era-link{font-size:13px}
 .era-marketing{padding:60px 22px}.era-marketing-heading{text-align:left;margin-bottom:35px}.era-marketing-heading .era-eyebrow{justify-content:start}.era-marketing-heading>p:last-child{font-size:15px;line-height:1.65}.era-tine-editorial{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:45px}.era-tine-main{grid-column:1/-1;padding:0}.era-tine-side{grid-column:2}.era-tine-side img{max-height:none}.era-tine-editorial figcaption{font-size:10px;line-height:1.5}.era-tine-statement{left:0;bottom:25px;max-width:43%}.era-tine-statement p{font-size:30px;line-height:1.14}.era-tine-statement>span{font-size:8px}.era-marketing-paths{grid-template-columns:1fr;gap:45px;padding-top:35px}.era-marketing-paths h3{font-size:34px}.era-marketing-paths>div>p{font-size:15px;margin-bottom:22px}.era-plan{grid-template-columns:47px 1fr 16px;gap:16px;padding:22px 0}.era-plan-count{font-size:49px}.era-plan strong{font-size:18px}.era-plan>span:nth-child(2)>span{font-size:13px}.era-plan>span:nth-child(2)>small{font-size:11px}.era-film-play>span{width:54px;height:54px}.era-film figcaption{font-size:11px}.era-film figcaption strong{font-size:14px}
 .era-brand{padding:60px 22px 40px}.era-brand-stage{min-height:480px;padding:0;margin-top:38px}.era-brand-wide img{height:270px;object-position:55% center}.era-brand-wide figcaption{font-size:10px;margin-top:10px;max-width:70%}.era-brand-browser{width:74%;bottom:10px;left:-3px;padding:5px 5px 0}.era-brand-browser figcaption{font-size:9px;padding:6px 2px}.era-brand-social{width:29%;top:41%;right:-4px;padding:4px 4px 0}.era-brand-social figcaption{font-size:9px;padding:6px 2px}.era-brand-film-link{top:15%;gap:6px}.era-brand-film-link>span{width:55px;height:55px;font-size:17px}.era-brand-film-link strong{font-size:13px}.era-brand-film-link small{font-size:10px}.era-brand-description{display:flex;flex-direction:column;align-items:stretch;gap:18px;margin-top:10px}.era-brand-description p{font-size:15px}.era-brand-description .era-link{font-size:14px}.era-brand-parts{margin-top:35px;padding-top:20px;gap:8px 20px}.era-brand-parts>span{width:100%;font-size:10px;margin-bottom:5px}.era-brand-parts .era-link{font-size:12px;line-height:1.5}
 .era-collaboration{padding:60px 22px}.era-working-grid{grid-template-columns:1fr;gap:30px}.era-process li{gap:18px;padding:23px 0}.era-process h3{font-size:20px}.era-process p{font-size:14px}.era-process li>span{font-size:11px}
 .era-problem-section{padding:45px 22px;grid-template-columns:1fr;gap:20px}.era-problem-section h2{font-size:42px;margin-bottom:15px}.era-problems{gap:2px 20px}.era-problem{min-height:110px;gap:8px}.era-problem>span:first-child{font-size:15px}.era-problem>span:last-child{font-size:18px}.era-problem small{font-size:10px}
 .era-contact{padding:60px 22px;grid-template-columns:1fr;gap:35px}.era-contact>figure{width:82%;margin:auto}.era-contact>figure img{height:360px}.era-contact figcaption{font-size:10px}.era-contact h2{font-size:65px;margin-bottom:25px}.era-contact>div>p:not(.era-eyebrow){font-size:16px}.era-contact .era-contact-name{font-size:14px}.era-contact-name span{font-size:12px}.era-contact nav{gap:0 20px;margin-top:18px}.era-contact nav a{font-size:12px}
 .era-world-hero{display:flex;flex-direction:column;padding:38px 22px 45px;gap:30px;min-height:0;align-items:stretch}.era-world-hero h1{font-size:56px;line-height:1.03;margin-bottom:25px}.era-world-hero>div>p:not(.era-eyebrow){font-size:16px;margin-bottom:22px}.era-world-hero figure img{height:350px;object-fit:cover}.era-world-hero figcaption{font-size:11px}
 .era-world-page .section,.era-world-page .band{padding:45px 22px}.era-world-page .section h2,.era-world-page .band h2{font-size:37px;line-height:1.13}.era-world-page .section h3{font-size:22px}
 .era-theme .b1-surface{padding-top:32px;padding-bottom:45px}.era-inner-page main>.container,.era-inner-page .b1-surface>.container{width:calc(100% - 40px)}.era-inner-page h1{font-size:42px;line-height:1.12;letter-spacing:-.045em;overflow-wrap:normal;word-break:normal;hyphens:none}.era-theme .product-top .price{font-size:26px}.era-theme .complete-product-entry{margin:24px 0!important}.era-theme .prose{font-size:16px;line-height:1.75}.era-theme .prose h2{font-size:31px}.era-theme .prose h3{font-size:22px}
 .era-theme .era-product-card{padding:20px!important}.era-theme .era-product-card .card-title,.era-theme .era-product-card h2.card-title{font-size:24px!important;line-height:1.3!important;width:100%!important;margin-bottom:18px}.era-theme .era-product-card .card-visual{width:100%!important}.era-theme .era-product-card .description{font-size:15px}.era-theme .era-product-card .mandatory{font-size:13px}.era-theme .era-product-card .price{font-size:26px}.era-theme .store-grid,.era-theme .card-grid,.era-theme .grid-3{grid-template-columns:minmax(0,1fr)!important;gap:24px}.era-theme .era-family-card{padding:20px}.era-family-card h2,.era-family-card h3{font-size:24px!important}.era-theme .config-section{padding:20px}.era-theme .config-section h2{font-size:22px}.era-theme .choice-grid{grid-template-columns:minmax(0,1fr)}.era-theme .complete-config-picture{max-width:100%!important}.era-theme .explanation-media figcaption{font-size:13px}.era-theme .explanation-media figcaption p{font-size:13px}.era-theme .config-grid{grid-template-columns:minmax(0,1fr)}
 .era-case{padding:45px 22px}.era-case h2{font-size:43px}.era-case-grid{grid-template-columns:1fr;gap:30px}.era-case-grid .era-film-portrait{max-width:260px;margin:auto}.era-case-note{font-size:12px}
 .era-theme .era-footer{padding:45px 22px 25px}.era-footer .footer-brand{margin-bottom:30px}.era-footer .footer-brand img{width:185px}.era-footer .footer-cols{grid-template-columns:1fr 1fr;gap:28px 20px}.era-footer .footer-col-title{font-size:10px;margin-bottom:10px}.era-footer li a{font-size:12px;min-height:42px}.era-footer .footer-social{margin-top:30px;gap:4px 19px}.era-footer .footer-social a{font-size:11px}.era-footer .footer-bottom{gap:12px}.era-footer .footer-bottom p{font-size:10px}
}
@media(max-width:375px){.era-hero h1{font-size:58px}.era-world-row strong{font-size:30px}.era-home h2{font-size:44px}.era-contact h2{font-size:59px}.era-inner-page h1{font-size:37px}.era-menu-grid{padding-top:20px}.era-world-links strong{font-size:31px}.era-header-tools{gap:2px}.era-tine-statement p{font-size:27px}.era-hero-art{min-height:460px}.era-hero-portrait{height:400px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}.era-theme *{animation:none!important;transition:none!important}.era-portal-mask{clip-path:none!important;border-radius:50%}.era-brand-browser{transform:rotate(-3deg)!important}.era-brand-social{transform:rotate(3deg)!important}.era-motion .era-journey{height:auto!important}.era-motion .era-journey-sticky{height:auto!important;position:static!important}.era-motion .era-journey-track{display:grid!important;width:auto!important;transform:none!important}.era-motion .era-station{width:auto!important}.era-motion .era-journey-window{overflow:visible!important}}

/* Final composition: readable labels, ordinary document flow, native examples. */
.era-menu-open{overflow:hidden}
.era-hero-portrait figcaption{left:auto;right:24px;text-align:right}
.era-film-play{display:none}.era-js .era-film-play{display:flex}
.era-film-vertical{width:100%;max-width:350px;margin-left:auto;margin-right:auto}
.era-film-vertical video{aspect-ratio:9/16}
.era-tine-editorial{grid-template-rows:auto auto;row-gap:28px}
.era-tine-main{grid-column:1;grid-row:1}.era-tine-side{grid-column:2;grid-row:1 / 3}
.era-tine-statement{position:static;grid-column:1;grid-row:2;max-width:none;display:flex;gap:35px;align-items:start}
.era-tine-statement>span{padding-top:13px}.era-tine-statement p{margin:0}
.era-tine-statement br{display:none}.era-tine-statement br:after{content:' '}
.era-tine-statement em{margin:0 .15em}
.era-social-motif{position:relative;aspect-ratio:9/16;overflow:hidden;background:#718474;color:#fff}
.era-social-motif>img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover!important;object-position:70% center}
.era-social-motif:after{content:'';position:absolute;inset:0;background:linear-gradient(#0c272f55,transparent 40%,#0b293569)}
.era-social-motif>div{position:relative;z-index:1;padding:13% 8%;height:100%;display:flex;flex-direction:column}
.era-social-motif small{font-size:8px;letter-spacing:.14em}.era-social-motif p{font-family:var(--era-serif);font-size:clamp(29px,3.4vw,49px);letter-spacing:-.05em;line-height:1.02;margin:25% 0 auto}
.era-social-motif span{font-size:9px;letter-spacing:.02em}.era-social-case figcaption{display:grid;gap:9px;padding-top:16px;font-size:13px}
.era-system-example{background:#e4eadf;border:0!important;border-radius:0!important;min-height:0!important;height:auto!important;padding:30px!important;max-width:100%;margin:20px 0!important}
.era-system-example figcaption{position:static!important;padding:0!important;display:grid;gap:10px;color:var(--era-ink)!important;background:none!important}
.era-system-example figcaption small{font-size:10px;letter-spacing:.13em}.era-system-example figcaption strong{font-family:var(--era-serif);font-size:32px;line-height:1.15;font-weight:400;letter-spacing:-.03em}
.era-system-example ol{list-style:none;padding:0;margin:25px 0 10px;display:grid;gap:0}.era-system-example li{display:flex;gap:20px;border-top:1px solid #b7c5b5;padding:18px 0}
.era-system-example li>span{font-size:11px;padding-top:5px}.era-system-example li strong{font-size:17px;font-weight:500}.era-system-example li p{font-size:14px;margin:5px 0 0;line-height:1.5}.era-system-example>p{font-size:11px;margin:15px 0 0;color:var(--era-muted)}
.era-theme .store-group,.era-theme .store-reset,.era-theme .store-filters{border-radius:0!important}
.era-shop-example{margin:0;grid-column:1/-1}.era-shop-example>img{width:100%;height:auto;display:block}.era-shop-example figcaption{padding:20px 0;max-width:800px}.era-shop-example figcaption p{font-size:15px}

/* A real, deliberately local product-page interaction for the shop example. */
.era-inner-page .band,.era-inner-page .copy-hero,.era-inner-page .section{background:var(--era-paper)}
.era-inner-page .band-alt{background:#e6eade}
.era-theme .btn{border-radius:0;min-height:48px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;background:var(--era-forest);border:1px solid var(--era-forest);color:#fff;box-shadow:none;font-size:15px;font-weight:400}
.era-theme .btn-ghost{background:transparent;color:var(--era-ink);border-color:#aab8a9}
.era-theme .demo-picture,.era-theme .live-plan-frame,.era-theme .complete-media{border-radius:0!important;box-shadow:none!important}
.era-theme .complete-media figcaption{font-size:11px;line-height:1.5;padding-top:10px}
.era-world-cooperation{max-width:800px}.era-world-cooperation p{line-height:1.7}
.era-theme .copy-list li{margin-bottom:20px;line-height:1.65}.era-theme .copy-list li strong{display:block;margin-bottom:5px}
.era-inner-page .world-hero-grid{gap:45px}
.era-demo-shop{font-family:Arial,sans-serif!important;background:#f5f1e9!important;color:#3b4738!important}
.era-demo-note{background:#263d30;color:#fff;padding:10px 4vw;font-size:11px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
.era-demo-note a{text-underline-offset:3px}
.era-demo-shop-header{display:flex;justify-content:space-between;align-items:center;padding:25px 5vw;border-bottom:1px solid #d3d3c8;gap:20px}
.era-demo-wordmark{font-family:var(--era-serif);font-size:37px;line-height:1;text-decoration:none;letter-spacing:.07em}.era-demo-wordmark span{display:block;font-family:Arial,sans-serif;font-size:7px;letter-spacing:.15em;margin-top:8px}
.era-demo-shop-header nav{display:flex;gap:35px;font-size:12px}.era-demo-shop-header nav a{text-decoration:none;min-height:44px;display:flex;align-items:center}
.era-demo-product{display:grid;grid-template-columns:1.2fr 1fr;gap:7vw;padding:55px 5vw 65px;max-width:1550px;margin:auto}
.era-demo-product-photo img{display:block;width:100%;height:auto}.era-demo-product-photo>div{padding:38px 20px 0}.era-demo-product-photo>div>span{font-size:9px;letter-spacing:.15em}
.era-demo-product-photo h2{font-size:56px;margin:20px 0}.era-demo-product-photo p{font-size:12px;line-height:1.5;max-width:350px;color:#586453}
.era-demo-product-copy h1{font-size:76px;line-height:1;letter-spacing:-.06em;margin:0 0 22px}
.era-demo-product-copy>.era-eyebrow{font-size:9px!important;margin-bottom:20px!important}.era-demo-product-copy>p:not(.era-eyebrow){font-size:14px;line-height:1.65}
.era-demo-product-price{font-size:25px!important}.era-demo-product-price small{display:block;font-size:10px;margin-top:7px}
.era-demo-product-copy form{margin:25px 0 15px}.era-demo-product-copy fieldset{border:0;padding:0;margin:0 0 22px;display:flex;gap:10px;flex-wrap:wrap}
.era-demo-product-copy legend{font-size:11px;margin-bottom:12px}.era-demo-product-copy fieldset label{border:1px solid #b9c0b0;padding:13px 18px;cursor:pointer;font-size:12px;display:flex;gap:9px;align-items:center}.era-demo-product-copy fieldset label:has(:checked){background:#e3e8dc;border-color:#526447}.era-demo-product-copy fieldset small{font-size:10px}
.era-demo-product-copy form>label{font-size:11px;display:block;margin-bottom:9px}.era-demo-product-copy select{width:80px;border:1px solid #b9c0b0;background:transparent;padding:12px;font-size:13px;border-radius:0;min-height:44px}
.era-demo-product-copy button{border:0;width:calc(100% - 95px);margin-left:10px;cursor:pointer;font-size:12px;background:#334b37;color:#fff}
.era-demo-product-copy .era-demo-feedback{font-size:11px!important;min-height:30px;color:#526447}
.era-demo-product-copy details{border-top:1px solid #c7cdbd;padding:16px 0;font-size:12px}.era-demo-product-copy summary{cursor:pointer}.era-demo-product-copy details p{font-size:12px;line-height:1.65;margin-bottom:0}
.era-demo-basket{padding:55px 5vw;background:#e5e8dd}.era-demo-basket h2{font-size:48px}.era-demo-basket>div{border-top:1px solid #aebaab;border-bottom:1px solid #aebaab;padding:25px 0;font-size:17px}.era-demo-basket>p:not(.era-eyebrow){font-size:12px}
@media(max-width:700px){
 .era-hero-portrait figcaption{right:14px;bottom:48px;font-size:10px}.era-hero-portrait figcaption span{font-size:8px}
 .era-tine-main{grid-column:1/-1;grid-row:1}.era-tine-side{grid-column:2;grid-row:2}.era-tine-statement{grid-column:1;grid-row:2;align-self:center;display:block}.era-tine-statement p{margin-top:15px;font-size:31px}.era-tine-statement br{display:block}.era-tine-statement em{margin:0}
 .era-social-motif small{font-size:5px}.era-social-motif span{font-size:6px}.era-social-motif p{font-size:25px}.era-social-case .era-social-motif{max-width:250px}.era-social-case .era-social-motif p{font-size:47px}.era-social-case .era-social-motif small{font-size:8px}.era-social-case .era-social-motif span{font-size:10px}
 .era-system-example{padding:22px!important}.era-system-example figcaption strong{font-size:29px}
 .era-demo-note{font-size:9px;gap:5px;padding:10px 20px}.era-demo-shop-header{padding:18px 20px}.era-demo-wordmark{font-size:28px}.era-demo-shop-header nav{gap:14px;font-size:10px}.era-demo-shop-header nav a:nth-child(2){display:none}
 .era-demo-product{display:flex;flex-direction:column;padding:28px 20px 40px;gap:30px}.era-demo-product-photo>div{display:none}.era-demo-product-copy h1{font-size:60px}.era-demo-product-copy button{padding:16px;font-size:11px}.era-demo-basket{padding:40px 20px}.era-demo-basket h2{font-size:40px}
}
.era-save-data .era-journey{height:auto!important}.era-save-data .era-journey-sticky{height:auto!important;position:static!important}.era-save-data .era-journey-track{display:grid!important;width:auto!important;transform:none!important}.era-save-data .era-station{width:auto!important}

/* Owner correction 2026-09-12: distinguish complete offers, not form controls. */
body.era-theme :is(.era-product-card.store-card,.store-grid>.era-product-card){border:0;border-top:2px solid #637e70}
body.era-theme.k-corrected .era-family-card{border:0;border-top:2px solid #637e70}
body.era-theme .k-plan-grid>.k-plan{border-top:2px solid #637e70}
body.era-theme .feature-options>.feature-option{border-bottom:2px solid #637e70}
body.era-theme .k-compare-summary{border-block:2px solid #637e70}
body.era-theme .k-compare-summary>div:not(:last-child){border-right:2px solid #637e70}
@media(max-width:700px){body.era-theme .k-compare-summary>div:not(:last-child){border-right:0;border-bottom:2px solid #637e70}}
