:root{--paper: #f0ede6;--white: #faf9f6;--ink: #0a0a0a;--charcoal: #141414;--navy: #0f1a2e;--navy-deep: #0a1220;--accent: #e85d2a;--accent-soft: rgba(232, 93, 42, .12);--graphite: #222220;--smoke: #3a3a38;--muted: #6e6e6a;--muted-light: #a8a8a4;--line: rgba(10, 10, 10, .09);--line-strong: rgba(10, 10, 10, .16);--line-dark: rgba(255, 255, 255, .1);--line-dark-strong: rgba(255, 255, 255, .18);--font-display: "Fraunces", "Noto Serif TC", Georgia, "Times New Roman", serif;--font-body: "Instrument Sans", "Noto Sans TC", system-ui, sans-serif;--container: min(1240px, 92vw);--container-narrow: min(640px, 88vw);--section-pad: clamp(5.5rem, 12vh, 10rem);--section-pad-y: clamp(2.75rem, 5.5vh, 4rem);--section-head-gap: clamp(1.25rem, 2.5vh, 1.75rem);--gutter: clamp(1.25rem, 3vw, 2rem);--text-hero: clamp(3.25rem, 8.5vw, 7.5rem);--text-brand: clamp(4rem, 11vw, 9rem);--text-section: clamp(2.25rem, 5vw, 4rem);--text-poster: clamp(2.75rem, 6.5vw, 5.5rem);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 28px;--radius-pill: 999px;--ease: cubic-bezier(.22, 1, .36, 1);--duration: .65s}:root{--atmo-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero__atmo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:0;background-color:#121a2e;background-image:url(/site-dream-bg.png?v=3);background-repeat:no-repeat;background-position:center 42%;background-size:cover;transition:opacity .85s var(--ease)}body.hero--settled .hero__atmo{opacity:1}.hero__atmo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;mix-blend-mode:multiply;background-image:var(--atmo-grain);background-repeat:repeat;background-size:200px 200px}.hero__fades{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;opacity:0;transition:opacity .85s var(--ease);background:linear-gradient(0deg,rgba(250,247,242,.98) 0%,rgba(248,244,238,.88) 7%,rgba(245,240,232,.52) 14%,rgba(240,235,228,.15) 22%,transparent 30%),linear-gradient(180deg,rgba(250,247,242,.96) 0%,rgba(248,244,238,.82) 22%,rgba(245,240,232,.45) 42%,rgba(240,235,228,.12) 62%,transparent 78%)}body.hero--settled .hero__fades{opacity:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.85rem;border-radius:var(--radius-pill);font-size:14px;font-weight:500;letter-spacing:.01em;transition:transform .25s var(--ease),opacity .25s}.btn:hover{transform:translateY(-2px)}.btn--solid{background:var(--ink);color:var(--white)}.btn--outline{background:transparent;color:var(--ink);border:1px solid var(--line-strong)}.surface-dark .btn--outline,.surface-ink .btn--outline{color:var(--white);border-color:var(--line-dark-strong)}.btn--ghost-light{background:#ffffff14;color:var(--white);border:1px solid var(--line-dark)}.btn--accent{background:var(--accent);color:var(--white)}.btn--accent:hover{background:#d4521f}.btn-row{display:flex;flex-wrap:wrap;gap:.85rem}.plate{background:#ffffffb8;backdrop-filter:blur(28px) saturate(120%);-webkit-backdrop-filter:blur(28px) saturate(120%);border:1px solid rgba(255,255,255,.85);box-shadow:0 1px #ffffffe6 inset,0 24px 64px #00000012}.surface-dark .plate{background:#ffffff0d;border-color:var(--line-dark);box-shadow:0 1px #ffffff0f inset,0 24px 64px #00000059}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.card:hover{transform:translateY(-4px);box-shadow:0 20px 48px #0000000f}.surface-dark .card{background:#ffffff0a;border-color:var(--line-dark)}.surface-dark .card:hover{box-shadow:0 20px 48px #0006}.tag{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .65rem;border-radius:var(--radius-pill);border:1px solid var(--line);color:var(--muted)}.surface-dark .tag{border-color:var(--line-dark);color:var(--muted-light)}.price{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.35rem);font-weight:700;color:var(--ink);letter-spacing:-.02em}.surface-dark .price{color:var(--white)}.price small{font-family:var(--font-body);font-size:.42em;font-weight:500;color:var(--muted);margin-left:.15em}.metrics{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-top:.85rem}.metric strong{display:block;font-family:var(--font-display);font-size:1.2rem;color:var(--ink);letter-spacing:-.02em}.surface-dark .metric strong{color:var(--white)}.metric span{font-size:12px;color:var(--muted)}.surface-dark .metric span{color:var(--muted-light)}.rule{border:none;border-top:1px solid var(--line);margin:0}.surface-dark .rule{border-color:var(--line-dark)}.nav{--nav-float-y: .85rem;--nav-float-x: clamp(1rem, 2.5vw, 1.75rem);--nav-step-x: 34%;--nav-shelf-y: 44%;position:fixed;inset:0 auto auto 0;right:0;z-index:200;padding:var(--nav-float-y) var(--nav-float-x);background:transparent;border:none;pointer-events:none}.nav:before,.nav:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;opacity:0;pointer-events:none}.nav-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;width:100%;padding:8px;border-radius:999px;background:linear-gradient(135deg,#ffffff38,#ffffff1a);backdrop-filter:blur(32px) saturate(190%);-webkit-backdrop-filter:blur(32px) saturate(190%);border:1px solid rgba(255,255,255,.42);box-shadow:inset 0 1px #ffffffa6,0 8px 28px #506ea01a;isolation:isolate;pointer-events:auto;opacity:0;transform:translateY(8px);transition:opacity .45s var(--ease),transform .45s var(--ease),background .3s ease}body.hero--settled .nav-bar,.nav.is-scrolled .nav-bar{background:linear-gradient(135deg,#ffffff2e,#ffffff14)}body.is-cinema .nav-bar{opacity:1;transform:none}body.hero--settled .nav-bar,.nav.is-scrolled .nav-bar{opacity:1;transform:translateY(0)}.nav-bar__brand{grid-column:1;justify-self:start;flex:0 0 auto;display:inline-flex;align-items:center;padding:2px 4px;border-radius:0;background:transparent;box-shadow:none;line-height:0;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.nav-bar__brand:hover{background:transparent;opacity:.85;transform:translateY(-1px)}.nav__logo{display:block;height:clamp(2.05rem,3.6vw,2.45rem);width:auto;max-width:min(10.5rem,26vw);object-fit:contain;object-position:left center}.nav-bar__links{grid-column:2;display:flex;align-items:center;justify-content:center;gap:clamp(1.25rem,2.8vw,2.25rem);padding:0}.nav-bar__link{flex:0 0 auto;padding:4px 6px;position:relative;font-size:clamp(15px,1.05vw,16px);font-weight:600;color:var(--graphite);text-align:center;text-decoration:none;white-space:nowrap;transition:color .2s ease}.nav-bar__link:hover{color:var(--ink)}.nav-bar__cta{grid-column:3;justify-self:end;flex:0 0 auto;padding:11px 22px;border-radius:999px;background:var(--ink);color:var(--white);font-family:var(--font-body);font-size:clamp(14px,.95vw,15px);font-weight:600;text-decoration:none;white-space:nowrap;box-shadow:inset 0 1px #ffffff1f,0 8px 24px #0a0a0a29;transition:background .2s ease,transform .2s ease}.nav-bar__cta:hover{background:var(--charcoal);transform:translateY(-1px)}@media(max-width:768px){.nav{--nav-float-y: .65rem;--nav-float-x: .85rem}.nav-bar{display:flex;gap:6px;padding:6px}.nav-bar__brand{padding:2px 4px}.nav__logo{height:clamp(1.9rem,5vw,2.2rem)}.nav-bar__links{display:none}.nav-bar__cta{flex:1;text-align:center;padding:10px 14px;font-size:14px}}.hero__sphere{position:absolute;border-radius:50%;pointer-events:none;filter:blur(1px)}.hero__sphere--2{width:min(28vw,280px);height:min(28vw,280px);bottom:18%;left:8%;background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.9),transparent 65%);opacity:.7}.works{padding:var(--section-pad) 0}.works__head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem;width:var(--container);margin-inline:auto}.works__head .section-heading{max-width:12ch}.works__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;width:var(--container);margin-inline:auto}@media(max-width:900px){.works__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.works__grid{grid-template-columns:1fr}}.work-item{border-radius:var(--radius-md);overflow:hidden;padding:0}.work-item__img{aspect-ratio:4 / 3;overflow:hidden;background:var(--graphite)}.work-item__img img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%);transition:filter .4s,transform .5s var(--ease)}.work-item:hover .work-item__img img{filter:grayscale(0%);transform:scale(1.03)}.work-item__body{padding:1.15rem 1.25rem 1.35rem}.work-item__body h3{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--white);margin:.5rem 0 .25rem}.work-item__body p{font-size:13px;color:var(--muted-light)}.works__marquee{margin-top:2.5rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.works__track{display:flex;gap:1rem;width:max-content;animation:scroll 45s linear infinite}.works__marquee:hover .works__track{animation-play-state:paused}@keyframes scroll{to{transform:translate(-50%)}}.works__thumb{flex-shrink:0;width:260px;height:160px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--line-dark)}.works__thumb img{width:100%;height:100%;object-fit:cover;opacity:.85}.story{padding:var(--section-pad) 0}.story__grid{display:grid;grid-template-columns:.35fr .65fr;gap:clamp(2rem,6vw,5rem);width:var(--container);margin-inline:auto;align-items:start}@media(max-width:768px){.story__grid{grid-template-columns:1fr}}.story__aside .section-heading{font-size:clamp(1.75rem,4vw,2.5rem);position:sticky;top:7rem}.story__body p{margin-bottom:1.65rem;font-size:1.05rem;line-height:1.85}.story__body p:first-child{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--ink);line-height:1.4;margin-bottom:2rem}.story__body p:last-child{font-weight:500;color:var(--ink);margin-bottom:0}.why{padding:var(--section-pad) 0}.why__intro{width:var(--container);margin-inline:auto;margin-bottom:4rem;max-width:52rem}.why__intro .section-heading{margin-top:.75rem}.why__compare{width:var(--container);margin-inline:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line-dark);border:1px solid var(--line-dark);border-radius:var(--radius-lg);overflow:hidden}@media(max-width:900px){.why__compare{grid-template-columns:1fr 1fr}}@media(max-width:520px){.why__compare{grid-template-columns:1fr}}.compare-col{background:var(--graphite);padding:2rem 1.5rem;transition:background .3s}.compare-col:hover{background:#2c2c2a}.compare-col--winner{background:var(--smoke);grid-column:span 1}@media(min-width:901px){.compare-col--winner{padding:2.5rem 1.75rem}}.compare-col__num{font-size:10px;font-weight:600;letter-spacing:.14em;color:var(--muted-light);margin-bottom:1.25rem;line-height:1.5}.compare-col h3{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--white);line-height:1.35;margin-bottom:.85rem}.compare-col p{font-size:14px;line-height:1.7;color:var(--muted-light)}.compare-col--winner h3{font-size:1.3rem}.why__tagline{width:var(--container);margin-inline:auto;margin-top:3.5rem;font-family:var(--font-display);font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:600;color:var(--white);max-width:24rem;line-height:1.4}.poster{padding:calc(var(--section-pad) * 1.4) 0}.poster__text{width:var(--container);margin-inline:auto;font-size:var(--text-poster);line-height:1.08;max-width:11ch}.plans{padding:var(--section-pad) 0}.plans__top{width:var(--container);margin-inline:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.5rem}.plans__top .section-heading{max-width:10ch}.plans__note{max-width:18rem;font-size:15px;text-align:right}@media(max-width:640px){.plans__top{flex-direction:column;align-items:flex-start}.plans__note{text-align:left}}.plans__row{width:var(--container);margin-inline:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:900px){.plans__row{grid-template-columns:1fr;max-width:420px}}.plan{padding:1.75rem;display:flex;flex-direction:column}.plan__name{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--ink);margin-bottom:.35rem}.plan__desc{font-size:14px;line-height:1.65;margin:.85rem 0 1.25rem;flex-grow:1}.plan__preview{height:168px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--paper);margin-bottom:1.25rem;overflow:hidden;position:relative}.plan__preview--type{padding:1.25rem;display:flex;align-items:center}.lp-typewriter{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--ink)}.lp-typewriter:after{content:"│";animation:blink .75s step-end infinite;margin-left:1px}@keyframes blink{50%{opacity:0}}.plan__preview--cal{padding:.65rem}.cal-head{display:flex;justify-content:space-between;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;font-size:9px;text-align:center}.cal-cell{padding:3px 1px;border-radius:4px;color:var(--muted)}.cal-cell--on{background:var(--ink);color:var(--white);font-weight:600}.plan:hover .cal-cell--on{background:var(--smoke)}.cal-cta{position:absolute;bottom:8px;left:50%;transform:translate(-50%);font-size:9px;padding:.3rem .7rem;background:var(--ink);color:var(--white);border-radius:var(--radius-pill)}.plan__preview--dash{padding:.65rem;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.dash-cell{background:var(--white);border:1px solid var(--line);border-radius:6px;padding:.45rem;font-size:9px;font-weight:600;text-align:center;color:var(--ink);transition:transform .25s var(--ease)}.plan:hover .dash-cell{transform:translateY(-2px)}.store{padding:var(--section-pad) 0}.store__grid{width:var(--container);margin-inline:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,6vw,5rem);align-items:center}@media(max-width:768px){.store__grid{grid-template-columns:1fr}}.store__grid .section-heading{margin:.65rem 0 1.75rem;max-width:14ch}.store__grid p{margin-bottom:1.15rem;font-size:15px}.store__grid strong{color:var(--white);font-weight:500}.store__flow{padding:2.5rem 2rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;gap:.75rem}.flow-step{padding:1rem 1.35rem;border-radius:var(--radius-sm);border:1px solid var(--line-dark);font-size:13px;font-weight:500;color:var(--white);text-align:center}.flow-arr{width:24px;height:1px;background:var(--muted-light);opacity:.5;flex-shrink:0}.cases{padding:var(--section-pad) 0}.cases__head{width:var(--container);margin-inline:auto;margin-bottom:3rem}.cases__head .section-heading{margin-top:.5rem;max-width:16ch}.cases__list{width:var(--container);margin-inline:auto}.case-row{display:grid;grid-template-columns:1fr 200px;gap:2rem;align-items:center;padding:2rem 0;border-top:1px solid var(--line);position:relative;transition:background .3s}.case-row:last-child{border-bottom:1px solid var(--line)}.case-row:hover{background:#00000004}@media(max-width:640px){.case-row{grid-template-columns:1fr}}.case-row h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--ink);margin:.5rem 0 .2rem}.case-row__client{font-size:13px;color:var(--muted);margin-bottom:.5rem}.case-row__thumb{aspect-ratio:16 / 10;border-radius:var(--radius-sm);overflow:hidden;background:var(--graphite)}.case-row__thumb img{width:100%;height:100%;object-fit:cover}.case-row__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0af0;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;pointer-events:none;transition:opacity .35s var(--ease);color:var(--white)}.case-row.is-active .case-row__overlay,.case-row:hover .case-row__overlay{opacity:1;pointer-events:auto}.overlay-a{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;width:100%;max-width:360px}.overlay-a span{aspect-ratio:1;border-radius:6px;background:linear-gradient(135deg,#555,#222);animation:drift 2.5s ease-in-out infinite alternate}.overlay-a span:nth-child(odd){animation-delay:-.5s}@keyframes drift{0%{transform:translateY(-4px)}to{transform:translateY(4px)}}.overlay-b__num{font-family:var(--font-display);font-size:3rem;font-weight:700}.overlay-b p{font-size:13px;margin-top:.35rem;opacity:.8}.overlay-c{list-style:none;font-size:14px;line-height:1.8}.cases__fine{width:var(--container);margin-inline:auto;margin-top:2rem;font-size:13px;color:var(--muted)}.contact{padding:calc(var(--section-pad) * 1.2) 0}.contact__inner{width:var(--container);margin-inline:auto}.contact__title{font-size:clamp(3.5rem,10vw,8rem);color:var(--white);line-height:.95;margin-bottom:2rem}.contact__sub{font-size:1.1rem;max-width:26rem;margin-bottom:2.5rem;color:var(--muted-light)}.footer{background:var(--navy-deep);color:#ffffff6b;padding:clamp(1.5rem,4vw,2.25rem) var(--gutter);text-align:center}.footer__fine{font-size:12px;line-height:1.8;margin:0}.hero{position:relative;height:100svh;min-height:100svh;padding:0;overflow:hidden;background:#000}.hero__content{position:relative;z-index:2;min-height:inherit;height:100%}body.is-cinema .nav{height:4.25rem;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;--nav-float-y: 0;--nav-float-x: 0;padding:0;pointer-events:auto;transition:background .35s ease,border-color .35s ease}body.is-cinema .nav:before,body.is-cinema .nav:after{opacity:1}body.is-cinema .nav:after{display:none}body.is-cinema .nav:before{z-index:0;clip-path:none;-webkit-clip-path:none;background:transparent}body.is-cinema .nav-bar{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:clamp(.75rem,2vw,1.5rem);width:100%;height:100%;padding:0 clamp(1.25rem,4vw,2.5rem);background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:none;opacity:1;transform:none;border-radius:0}body.is-cinema .nav-bar__brand,body.is-cinema .nav-bar__brand:hover{padding:0;background:transparent;box-shadow:none;border-radius:0;transform:none}body.is-cinema .nav-bar__links{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:clamp(1rem,2vw,2rem);padding:0}body.is-cinema .nav-bar__link{flex:0 0 auto;padding:0}body.is-cinema .nav-bar__link+.nav-bar__link:before{display:none}body.is-cinema .nav-bar__cta,body.is-cinema .nav-bar__cta:hover{padding:0;background:transparent;box-shadow:none;border-radius:0;transform:none}body.is-cinema .nav__logo{filter:none}body.is-cinema .nav.nav-era--98:before{background:linear-gradient(90deg,navy,#1084d0);box-shadow:0 2px #000}body.is-cinema .nav__brand,body.is-cinema .nav-bar__link,body.is-cinema .nav-bar__cta{transition:color .3s ease,background .3s ease,border-color .3s ease,font-family .3s ease}body.is-cinema .nav.is-scrolled:before{background:inherit;box-shadow:inherit}body.is-cinema .nav.nav-era--98 .nav-bar__link{font-family:Tahoma,"MS Sans Serif",sans-serif;font-size:13px;font-weight:700;letter-spacing:0;text-transform:none;color:#fff}body.is-cinema .nav.nav-era--98 .nav-bar__cta{padding:.35rem 1rem .05rem;background:silver;color:#000;border:2px solid;border-color:#fff #404040 #404040 #fff;border-radius:0;font-family:Tahoma,sans-serif;font-weight:400;text-transform:none}body.is-cinema .nav.nav-era--ugly:before{background:linear-gradient(90deg,#f0f,#ff0 42%,#0f9);box-shadow:0 3px red}body.is-cinema .nav.nav-era--ugly .nav-bar__link{font-family:Comic Sans MS,Chalkboard SE,cursive;font-size:13px;letter-spacing:0;text-transform:none;color:#00f;text-shadow:1px 1px 0 #ffff00}body.is-cinema .nav.nav-era--ugly .nav-bar__cta{padding:.35rem .85rem .05rem;background:linear-gradient(180deg,#ff0,#f90);color:red;border:3px outset #ffcc00;border-radius:0;font-family:Comic Sans MS,cursive;text-transform:none;letter-spacing:0}body.is-cinema .nav.nav-era--tpl:before{background:#337ab7;box-shadow:0 1px #2e6da4}body.is-cinema .nav.nav-era--tpl .nav-bar__link{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;letter-spacing:0;text-transform:none;color:#ffffffeb}body.is-cinema .nav.nav-era--tpl .nav-bar__link:hover{color:#fff}body.is-cinema .nav.nav-era--tpl .nav-bar__cta{padding:.35rem .85rem;background:#fff;color:#337ab7;border:1px solid #ccc;border-radius:4px;font-family:Arial,sans-serif;text-transform:none;letter-spacing:0}body.is-cinema .nav.nav-era--ai:before{background:#667eea59;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #fff3}body.is-cinema .nav.nav-era--ai .nav-bar__link{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:none;color:#ffffffeb}body.is-cinema .nav.nav-era--ai .nav-bar__cta{padding:.45rem 1rem .05rem;background:linear-gradient(135deg,#a78bfa,#ec4899);color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:999px;font-family:system-ui,sans-serif;text-transform:none;letter-spacing:.02em;box-shadow:0 4px 20px #7850c859}body.is-cinema .nav.nav-era--now:before{background:#f0ede68c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--line)}body.is-cinema .nav.nav-era--now .nav-bar__link{font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.01em;text-transform:none;color:var(--smoke)}body.is-cinema .nav.nav-era--now .nav-bar__cta{padding:.45rem 1rem .05rem;background:var(--ink);color:var(--white);border:none;border-radius:999px}body.hero--settled .nav{height:auto}body.hero--settled .nav:before,body.hero--settled .nav:after{opacity:0}body.hero--settled .nav-bar__link{color:var(--graphite)}body.hero--settled .nav-bar__cta{background:var(--ink);color:var(--white);border:none}.hero-cinema{position:absolute;top:0;right:0;bottom:0;left:0}.hero-cinema.is-glitch{animation:cinemaGlitch .16s steps(2) 2}@keyframes cinemaGlitch{0%{filter:none;transform:translate(0)}50%{filter:hue-rotate(25deg) contrast(1.1);transform:translate(-3px,2px)}to{transform:translate(2px,-1px)}}.cinema-era{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s;z-index:0}.cinema-era.is-active{opacity:1;visibility:visible;z-index:1}.cinema-era__body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(5rem,12vh,7rem) clamp(1.5rem,5vw,3rem) clamp(4rem,10vh,6rem);text-align:center}.cinema-h1{margin:0;line-height:1.12;letter-spacing:-.02em}.cinema-h1__line{display:block;white-space:nowrap}.cinema-era.is-active .cinema-h1{animation:cinemaH1In .6s var(--ease) both}@keyframes cinemaH1In{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.cinema-meta{margin-top:1.25rem;font-size:clamp(.8rem,1.8vw,1rem);opacity:.85}.cinema-hud{position:absolute;bottom:0;left:0;right:0;z-index:10;display:flex;align-items:center;gap:1rem;padding:1rem clamp(1.25rem,4vw,2.5rem) 1.35rem;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent);color:#ffffffb3;font-size:11px;letter-spacing:.08em;transition:opacity .6s ease,transform .6s ease}body.hero--settled .cinema-hud{opacity:0;pointer-events:none;transform:translateY(12px)}.cinema-hud__year{font-weight:700;min-width:2.5rem}.cinema-hud__ticks{flex:1;display:flex;gap:5px}.cinema-hud__ticks i{flex:1;height:3px;border-radius:2px;background:#fff3;font-style:normal;transition:background .3s}.cinema-hud__ticks i.is-done,.cinema-hud__ticks i.is-current{background:#ffffffbf}.cinema-hud__cap{text-align:right;min-width:6rem}.cinema-era--98{background:teal}.cinema-chrome--98{display:flex;justify-content:space-between;align-items:center;padding:.35rem .5rem;background:linear-gradient(90deg,navy,#1084d0);color:#fff;font:700 13px Tahoma,"MS Sans Serif",sans-serif}.cinema-chrome--98 i{display:grid;place-items:center;width:18px;height:16px;background:silver;color:#000;font-size:11px;font-style:normal;border:2px solid;border-color:#fff #000 #000 #fff}.cinema-body--98{background:silver}.cinema-window-98{max-width:min(720px,92vw);width:100%;padding:clamp(1.5rem,4vw,2.5rem);border:3px solid;border-color:#fff #404040 #404040 #fff;background:silver;box-shadow:inset 1px 1px #dfdfdf}.cinema-era--98 .cinema-h1{font-family:Times New Roman,Times,serif;font-size:clamp(1.1rem,4.2vw,2.75rem);font-weight:700;color:navy}.cinema-era--98 .cinema-meta{font-family:Tahoma,sans-serif;font-size:12px;color:#333}.cinema-btn-98{display:inline-block;margin-top:1.5rem;padding:.5rem 1.75rem;font:12px Tahoma,sans-serif;border:2px solid;border-color:#fff #000 #000 #fff;background:silver;color:#000}.cinema-era--ugly{background:linear-gradient(160deg,#ff6b6b,#ffe66d 35%,#4ecdc4 70%,#f0f)}.cinema-body--ugly{background:transparent}.cinema-blink{font-family:Comic Sans MS,Chalkboard SE,cursive;font-size:clamp(1rem,3vw,1.5rem);font-weight:700;color:red;animation:uglyBlink .55s step-end infinite;margin-bottom:1rem}@keyframes uglyBlink{50%{opacity:0}}.cinema-era--ugly .cinema-h1{font-family:Comic Sans MS,Chalkboard SE,cursive;font-size:clamp(1.1rem,4.4vw,2.85rem);font-weight:700;color:#ff0;text-shadow:3px 3px 0 #ff00ff,-1px -1px 0 #0000ff}.cinema-marquee{margin:1.25rem 0;max-width:90vw;font-family:Comic Sans MS,cursive;font-size:14px;color:green;background:#fff9;padding:.35rem 0}.cinema-btn-ugly{display:inline-block;margin-top:.5rem;padding:.75rem 2rem;font-family:Comic Sans MS,cursive;font-size:clamp(1rem,2.5vw,1.35rem);font-weight:700;color:red;background:linear-gradient(180deg,#ff0,#f90);border:3px outset #ffcc00}.cinema-era--tpl{background:#f5f5f5}.cinema-chrome--tpl{display:flex;gap:1.5rem;padding:.85rem clamp(1rem,4vw,2rem);background:#337ab7;color:#fff;font:600 13px Arial,Helvetica,sans-serif}.cinema-body--tpl{background:#eee}.cinema-era--tpl .cinema-h1{font-family:Arial,Helvetica,sans-serif;font-size:clamp(1.05rem,4vw,2.65rem);font-weight:700;color:#333}.cinema-era--tpl .cinema-meta{color:#777;font-family:Arial,sans-serif}.cinema-btn-tpl{display:inline-block;margin-top:1.5rem;padding:.65rem 1.75rem;background:#337ab7;color:#fff;border-radius:4px;font:14px Arial,sans-serif}.cinema-era--ai{background:linear-gradient(135deg,#667eea,#764ba2 45%,#f093fb)}.cinema-body--ai{position:relative}.cinema-badge-ai{display:inline-block;margin-bottom:1rem;padding:.35rem .85rem;border-radius:999px;background:#fff3;font-size:12px;font-weight:600;color:#fff}.cinema-era--ai .cinema-h1{font-family:system-ui,-apple-system,sans-serif;font-size:clamp(.95rem,3.6vw,2.15rem);font-weight:800}.cinema-era--ai .cinema-ai-type{background:linear-gradient(90deg,#fff,#e0e7ff,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.cinema-era--ai.is-active .cinema-h1{animation:none}.cinema-ai-type:after{content:"│";margin-left:2px;color:#ffffffe6;-webkit-text-fill-color:rgba(255,255,255,.9);animation:cinemaTypeCursor .75s step-end infinite}.cinema-ai-type.is-done:after{display:none}@keyframes cinemaTypeCursor{50%{opacity:0}}.cinema-era--ai .cinema-meta{color:#ffffffd9}.cinema-btn-ai{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;border-radius:999px;background:linear-gradient(90deg,#667eea,#764ba2);color:#fff;font-size:14px;font-weight:600;box-shadow:0 0 40px #667eeab3}.cinema-era--now{background:var(--paper)}body.hero--settled .cinema-era--now{background:transparent}.cinema-era--now .hero__sphere{opacity:0;transition:opacity 1.2s ease .3s}body.hero--settled .cinema-era--now .hero__sphere{opacity:1}.cinema-body--now{position:relative;z-index:1;width:var(--container);margin-inline:auto;align-items:center;justify-content:flex-start;text-align:center;padding:clamp(7rem,15vh,9.5rem) 0 clamp(2.5rem,6vh,4rem)}.cinema-era--now .cinema-h1{font-family:var(--font-display);font-size:clamp(2rem,5.8vw,4.25rem);font-weight:700;color:var(--ink);width:100%;text-align:center}.cinema-showcase{width:100%;height:clamp(240px,36vw,380px);margin:clamp(1.75rem,4vh,2.75rem) 0 clamp(1.25rem,3vh,2rem);perspective:1400px;perspective-origin:50% 44%;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 95%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 95%,transparent 100%)}.cinema-showcase--dense .cinema-showcase__item{width:clamp(175px,19vw,255px)}.cinema-body--now .cinema-showcase{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:clamp(3rem,7vh,5rem)}.cinema-showcase__stage{position:relative;width:100%;height:100%;transform-style:preserve-3d}.cinema-showcase__ring{position:absolute;left:50%;top:50%;width:0;height:0;transform-style:preserve-3d}.cinema-showcase__item{position:absolute;left:50%;top:50%;width:clamp(175px,19vw,255px);transform-style:preserve-3d;backface-visibility:hidden;will-change:transform}.cinema-showcase__card{border-radius:clamp(10px,1.6vw,14px);overflow:hidden;background:var(--white);border:2px solid rgba(255,255,255,.92);box-shadow:0 12px 32px #14233f1f;backface-visibility:hidden;will-change:transform,opacity}.cinema-showcase__card picture{display:block;width:100%;height:100%}.cinema-showcase__card img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:center top;transform:translateZ(0);-webkit-backface-visibility:hidden}.cinema-lede{margin-top:clamp(1.5rem,3.5vh,2.25rem);width:100%;max-width:100%;font-size:clamp(3.4rem,8.2vw,5.25rem);font-weight:600;line-height:1.25;letter-spacing:-.02em;text-align:center;white-space:normal}.cyber-lede{position:relative;isolation:isolate;min-height:1.2em;text-align:center}.cyber-lede__text{position:relative;z-index:2;display:block;opacity:0;font-family:Courier New,Consolas,monospace;font-weight:600;color:var(--ink);text-shadow:none}.cyber-lede.is-scrambling .cyber-lede__text{opacity:1;animation:cyberTextGlitch .1s steps(2) infinite}.cyber-lede.is-decoded .cyber-lede__text{opacity:1;font-family:var(--font-display);font-weight:600;color:var(--ink);text-shadow:none;animation:cyberSettle .35s ease both}.cyber-lede__scanlines{position:absolute;top:-6px;right:-12px;bottom:-6px;left:-12px;z-index:3;pointer-events:none;opacity:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.14) 2px,rgba(0,0,0,.14) 4px);mix-blend-mode:multiply}.cyber-lede__static{position:absolute;top:-8px;right:-16px;bottom:-8px;left:-16px;z-index:1;pointer-events:none;opacity:0;background-image:repeating-linear-gradient(90deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.02) 2px,transparent 2px,transparent 4px),repeating-linear-gradient(0deg,rgba(255,255,255,.06) 0,transparent 1px,transparent 3px)}.cyber-lede.is-scrambling .cyber-lede__scanlines{opacity:.65;animation:cyberScan .08s linear infinite}.cyber-lede.is-scrambling .cyber-lede__static{opacity:1;animation:cyberStatic .15s steps(4) infinite}@keyframes cyberTextGlitch{0%{transform:translate(0)}50%{transform:translate(-2px,1px)}to{transform:translate(2px,-1px)}}@keyframes cyberScan{to{transform:translateY(4px)}}@keyframes cyberStatic{0%{opacity:.85;transform:translate(0)}25%{opacity:.4;transform:translate(-3px)}50%{opacity:.9;transform:translate(2px)}75%{opacity:.35;transform:translate(-1px)}to{opacity:.8;transform:translate(0)}}@keyframes cyberSettle{0%{letter-spacing:.03em}to{letter-spacing:-.02em}}@media(max-width:640px){.cinema-era--now .cinema-h1{font-size:clamp(1.35rem,5.2vw,2rem)}.cinema-lede{font-size:clamp(2.85rem,11vw,3.75rem)}}.cinema-settle{opacity:0;transform:translateY(20px);transition:opacity .8s var(--ease),transform .8s var(--ease)}body.hero--settled .cinema-settle{opacity:1;transform:translateY(0)}body.hero--settled .hero{background:transparent;height:auto;min-height:100svh}body.hero--settled .cinema-era--now .cinema-era__body{min-height:100svh;justify-content:flex-start}body.hero--settled .cinema-settle--line1{transition-delay:.12s}body.hero--settled .cinema-settle--line2{transition-delay:.75s}body.hero--settled .cinema-showcase.cinema-settle{transition-delay:1s}body.hero--settled .cinema-lede.cinema-settle{transition-delay:1.16s}@media(prefers-reduced-motion:reduce){.cinema-era{transition:none}.cinema-blink,.hero-cinema.is-glitch,.cyber-lede.is-scrambling .cyber-lede__text,.cyber-lede.is-scrambling .cyber-lede__scanlines,.cyber-lede.is-scrambling .cyber-lede__static{animation:none}body.is-cinema .nav,body.is-cinema .nav__brand,body.is-cinema .nav-bar__link{color:inherit}}.ed{position:relative;padding-block:var(--section-pad-y);overflow:hidden}.ed-bridge+.ed-steps,.ed-steps+.ed-store{padding-top:0}.ed__inner{width:var(--container);margin-inline:auto}.ed__eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.ed__h2{font-family:var(--font-display);font-size:clamp(2rem,4.2vw,3.35rem);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:var(--ink)}.ed__h2 em{font-style:normal;display:block}.ed__h2-line{display:block;white-space:nowrap}.ed__nowrap{white-space:nowrap}.ed__lead{margin-top:1.5rem;font-size:clamp(.95rem,1.5vw,1.05rem);line-height:2;color:var(--muted);max-width:36ch}.ed__sub{margin-top:1rem;font-family:var(--font-display);font-size:clamp(1.15rem,2vw,1.45rem);font-weight:600;color:var(--ink);letter-spacing:-.02em}.ed__pull{margin-top:1.75rem;font-family:var(--font-display);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;line-height:1.45;color:var(--ink);letter-spacing:-.02em}.ed-split{display:grid;grid-template-columns:42fr 58fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.ed-split--reverse{grid-template-columns:58fr 42fr}.ed-split--reverse .ed-split__copy{order:2}.ed-split--reverse .ed-split__visual{order:1}.ed-split__copy{position:relative;z-index:2}.mock{position:relative;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--white);box-shadow:0 1px #ffffffe6 inset,0 32px 80px #0a0a0a14}.mock__bar{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid var(--line);background:var(--paper)}.mock__dot{width:8px;height:8px;border-radius:50%;background:var(--line-strong)}.mock__body{padding:clamp(1rem,2.5vw,1.5rem)}.mock__hero-block{height:clamp(80px,12vw,120px);border-radius:8px;background:linear-gradient(135deg,#e8e4dc,#d4cfc4);margin-bottom:12px}.mock__line{height:8px;border-radius:4px;background:var(--line);margin-bottom:8px}.mock__line--short{width:55%}.mock__line--mid{width:72%}.mock__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.mock__cell{aspect-ratio:4/3;border-radius:6px;background:var(--paper)}.stat-pill{position:absolute;padding:.45rem .85rem;border-radius:var(--radius-pill);font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--navy);background:var(--white);border:1px solid var(--line);box-shadow:0 8px 24px #0a0a0a0f;white-space:nowrap}.stat-pill--1{top:8%;right:-4%}.stat-pill--2{top:38%;right:6%}.stat-pill--3{bottom:28%;right:-2%}.stat-pill--4{bottom:8%;left:8%}.ed-bg{padding-block:0}.ed-bg__layer{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:cover;pointer-events:none}.ed-bg__content{position:relative;z-index:1}.ed-story{background:#f4f1ec}.ed-story__bg{background-image:url(/BG/H2.png);background-position:right center}.ed-story__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(244,241,236,.97) 0%,rgba(244,241,236,.88) 30%,rgba(244,241,236,.45) 42%,transparent 58%)}.ed-story__content{display:grid;grid-template-columns:min(42%,520px) 1fr;align-items:center;min-height:clamp(480px,62vw,680px);padding-block:var(--section-pad-y)}.ed-story__copy{max-width:38ch}.ed-story__figure{display:none}.ed-story__char{width:100%;height:auto;display:block;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.ed-why{background:#f4f1ec;color:var(--ink);position:relative;width:100%;aspect-ratio:1672 / 760;min-height:clamp(400px,38vw,640px);overflow:visible}.ed-why__bg{background-image:url(/BG/H3.png);background-position:center top;background-size:100% 100%;background-repeat:no-repeat;transform:scale(1.045);transition:transform 1.15s var(--ease)}.ed-why--in-view .ed-why__bg{transform:scale(1)}.ed-why__spots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.ed-why__spot{position:absolute;top:54%;width:clamp(120px,20vw,200px);height:clamp(88px,14vw,148px);transform:translate(-50%,-50%) scale(.72);border-radius:50%;background:radial-gradient(ellipse at center,rgba(232,93,42,.28) 0%,rgba(232,93,42,.08) 42%,transparent 72%);opacity:0;transition:opacity .65s var(--ease),transform .75s var(--ease)}.ed-why__spot--brand{left:22%}.ed-why__spot--lp{left:50%}.ed-why__spot--shop{left:78%}.ed-why--lit-1 .ed-why__spot--brand,.ed-why--lit-2 .ed-why__spot--lp,.ed-why--lit-3 .ed-why__spot--shop{opacity:1;transform:translate(-50%,-50%) scale(1)}.ed-why__col.is-spotlit .ed-why__col-title{color:var(--accent);transform:translateY(-3px);text-shadow:0 8px 24px rgba(232,93,42,.18)}.ed-why--in-view.ed-why--lit-3 .ed-why__pull-card{animation:whyPullPulse .7s var(--ease) .15s both}@keyframes whyPullPulse{0%{opacity:.72;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.ed-why__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(244,241,236,.92) 0%,rgba(244,241,236,.38) 12%,transparent 22%);pointer-events:none}.ed-why__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;max-width:none;margin:0}.ed-why__upper{position:absolute;top:max(1.5rem,10.5%);left:50%;transform:translate(-50%);width:var(--container);max-width:100%;padding:0 var(--gutter);z-index:2}.ed-why__intro{text-align:center}.ed-why .ed__eyebrow{color:var(--muted);text-align:center;margin-bottom:.4rem;font-size:clamp(14px,1.15vw,16px);letter-spacing:.18em}.ed-why__hint{margin-top:.2rem;font-family:var(--font-display);font-size:clamp(1.2rem,1.9vw,1.5rem);font-weight:600;color:var(--ink);letter-spacing:.02em;line-height:1.3}.ed-why__grid{position:absolute;top:max(8.25rem,27.5%);left:0;right:0;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;width:min(var(--container),calc(100% - 2 * var(--gutter)));margin-inline:auto;padding-inline:var(--gutter)}.ed-why__col{text-align:center;max-width:22ch}.ed-why__col--brand{justify-self:start;transform:translate(clamp(-1rem,-2.5vw,-1.75rem))}.ed-why__col--lp{justify-self:center}.ed-why__col--shop{justify-self:end;transform:translate(clamp(1rem,2.5vw,1.75rem))}.ed-why__col-title{font-family:var(--font-display);font-size:clamp(1.35rem,2.2vw,1.85rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:.2rem;white-space:nowrap;transition:color .45s var(--ease),transform .45s var(--ease),text-shadow .45s var(--ease)}.ed-why__col-desc{font-size:clamp(1rem,1.35vw,1.12rem);line-height:1.4;color:var(--muted)}.ed-why__col-num,.ed-why__col-pain{display:none}.ed-why__mock{display:none;margin:0}.ed-why__mock img{width:100%;height:auto;display:block}.ed-why__converge{position:absolute;inset-inline:0;bottom:7%;z-index:2;display:flex;justify-content:center;align-items:center;padding-inline:var(--gutter);pointer-events:none}.ed-why__pull-card{width:fit-content;max-width:min(100%,680px);padding:clamp(.85rem,2vw,1.15rem) clamp(1.5rem,3.5vw,2.25rem);border-radius:var(--radius-md);border:1px solid rgba(15,26,46,.1);background:#f4f1ec6b;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 36px #0f1a2e14;pointer-events:auto}.ed-why__pull{margin:0;text-align:center;font-family:var(--font-display);font-size:clamp(1.35rem,2.75vw,1.85rem);font-weight:700;line-height:1.38;letter-spacing:-.02em;color:var(--ink)}.ed-why__pull-line{display:block;white-space:nowrap;text-align:center}.ed-bridge{background:#f4f1ec;overflow:visible}.ed-bridge__content{display:grid;grid-template-columns:minmax(0,1fr) min(44%,520px);gap:clamp(.75rem,2.5vw,1.5rem);align-items:start;padding-block:0}.ed-bridge__head{max-width:42ch}.ed-bridge__head .ed__eyebrow{margin-bottom:1.1rem}.ed-bridge__head .ed__h2-line+.ed__h2-line{margin-top:.08em}.ed-bridge__tiers{list-style:none;margin:clamp(1rem,2vw,1.35rem) 0 0;padding:0;display:flex;flex-direction:column;gap:.55rem}.ed-bridge__tier{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:.7rem .85rem;border-radius:var(--radius-sm);border:1px solid rgba(15,26,46,.08);background:#ffffff80;box-shadow:0 4px 16px #0f1a2e0a}.ed-bridge__tier-num{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-family:var(--font-display);font-size:.78rem;font-weight:700;letter-spacing:.02em;flex-shrink:0;transition:transform .35s var(--ease),color .35s var(--ease)}.ed-bridge__tier.is-visible .ed-bridge__tier-num{animation:tierPop .55s var(--ease) both}@keyframes tierPop{0%{transform:scale(.55);opacity:.35}to{transform:scale(1);opacity:1}}.ed-bridge__tier-goal{margin:0;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.ed-bridge__tier-desc{margin:.2rem 0 0;font-size:clamp(.9rem,1.35vw,.98rem);line-height:1.5;color:var(--ink)}.ed-bridge__tier-desc strong{font-weight:700;color:var(--navy)}.ed-bridge__tagline{margin:0;padding:clamp(.65rem,1.5vw,.85rem) clamp(.9rem,1.8vw,1.15rem);border-radius:var(--radius-md);border:1px solid rgba(15,26,46,.08);background:#ffffff6b;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-family:var(--font-display);font-size:clamp(.95rem,1.65vw,1.15rem);font-weight:600;line-height:1.45;color:var(--ink);text-align:center;width:fit-content;max-width:100%}.ed-bridge__aside{display:flex;flex-direction:column;align-items:center;gap:clamp(.5rem,1.2vw,.75rem);align-self:start;margin-top:clamp(3.25rem,9vw,5.75rem)}.ed-bridge__figure{margin:0;display:flex;justify-content:center;align-items:center}.ed-bridge__char{width:min(100%,500px);height:auto;display:block;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.ed-steps{background:#f4f1ec;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E")}.ed-steps__intro{margin-bottom:var(--section-head-gap);text-align:center}.ed-steps__intro .ed__h2{font-size:clamp(1.75rem,3.5vw,3.5rem)}.ed-steps__list{display:flex;flex-direction:column;gap:clamp(2rem,3.5vw,3rem);width:min(100%,1080px);margin-inline:auto}.ed-step{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) min(340px,38%);gap:clamp(1.25rem,2.5vw,2rem);align-items:start;padding:clamp(1.75rem,3vw,2.5rem);border-radius:var(--radius-lg);border:1px solid var(--line);background:#ffffff8c;overflow:visible;transition:border-color .35s var(--ease),box-shadow .45s var(--ease),background .35s var(--ease),z-index 0s;cursor:default}.ed-step__main{max-width:34rem}.ed-step:hover{z-index:20;border-color:#d9694259;background:var(--white);box-shadow:0 24px 56px #0f1a2e1a}.ed-step__num{font-size:12px;font-weight:700;letter-spacing:.16em;color:var(--accent);margin-bottom:.75rem}.ed-step__title{font-family:var(--font-display);font-size:clamp(1.55rem,2.9vw,2.15rem);font-weight:700;margin-bottom:.45rem}.ed-step__one{font-family:var(--font-display);font-size:clamp(1.12rem,2vw,1.35rem);font-weight:600;margin-bottom:.85rem}.ed-step__one-text--mobile{display:none}.ed-step__desc{font-size:clamp(.98rem,1.35vw,1.08rem);line-height:1.75;color:var(--muted);max-width:44ch}.ed-step__industries{margin-top:.9rem;max-width:44ch}.ed-step__industries-label{margin-bottom:.4rem;font-size:clamp(.82rem,1.2vw,.92rem);font-weight:600;letter-spacing:.06em;color:var(--accent)}.ed-step__industries-list{font-size:clamp(.98rem,1.35vw,1.08rem);line-height:1.7;font-weight:500;color:var(--ink)}.ed-step__price{margin-top:1.25rem;font-family:var(--font-display);font-size:clamp(1.45rem,2.6vw,1.9rem);font-weight:700}.ed-step__price small{font-family:var(--font-body);font-size:.5em;font-weight:500;color:var(--muted)}.ed-step__btn{display:inline-block;margin-top:1.4rem;padding:.75rem 1.55rem;border-radius:var(--radius-pill);font-size:14px;font-weight:600;color:var(--white);background:var(--ink);text-decoration:none;transition:background .25s var(--ease),transform .25s var(--ease)}.ed-step__btn:hover{background:var(--accent);transform:translateY(-1px)}.ed-step:hover .ed-step__btn{background:var(--accent)}.ed-step__preview{position:relative;align-self:start;min-height:260px}.ed-preview{position:relative;width:100%;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--white);box-shadow:0 10px 28px #0f1a2e0f;overflow:hidden;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}.ed-step:hover .ed-preview{transform:translateY(-6px);box-shadow:0 28px 56px #0f1a2e24}.ed-preview__chrome{display:flex;gap:6px;padding:10px 12px;background:#ebe7e0;border-bottom:1px solid var(--line)}.ed-preview__chrome--dark{background:#0f1a2e;border-bottom-color:#ffffff14}.ed-preview__chrome span{width:9px;height:9px;border-radius:50%;background:#d4cfc6}.ed-preview__chrome--dark span{background:#fff3}.ed-preview--scroll{transition:transform .5s var(--ease),box-shadow .5s var(--ease)}.ed-preview--scroll .ed-preview__viewport{max-height:188px;overflow:hidden;transition:max-height .55s var(--ease)}.ed-step--lp:hover .ed-preview--scroll .ed-preview__viewport{max-height:540px}.ed-step--lp:hover .ed-preview--scroll{overflow:visible}.ed-scroll-page{display:flex;flex-direction:column;gap:10px;padding:12px;background:#f7f5f1}.ed-scroll-page__hero{display:flex;flex-direction:column;gap:8px;padding:18px 12px;border-radius:8px;background:linear-gradient(145deg,#0f1a2e,#1a2d4d)}.ed-scroll-page__h1,.ed-scroll-page__sub{display:block;border-radius:5px;background:#ffffff2e}.ed-scroll-page__h1{height:12px;width:72%}.ed-scroll-page__sub{height:9px;width:48%}.ed-scroll-page__block{height:44px;border-radius:8px;background:#e8e4dc}.ed-scroll-page__block--wide{height:64px}.ed-scroll-page__quote{height:54px;border-radius:8px;border:1px dashed rgba(15,26,46,.12);background:var(--white)}.ed-scroll-page__cta{display:flex;align-items:center;justify-content:center;height:40px;border-radius:999px;background:var(--accent);color:var(--white);font-size:12px;font-weight:700;letter-spacing:.04em}.ed-scroll-page__foot{height:24px;border-radius:5px;background:#e0dcd4}.ed-preview--calendar{min-height:260px;padding-bottom:12px;transition:padding-bottom .45s var(--ease)}.ed-preview__site{padding:12px}.ed-preview__site-hero{height:72px;border-radius:8px;background:linear-gradient(120deg,#d8d2c8,#ece8e2);margin-bottom:10px}.ed-preview__site-line{height:10px;border-radius:5px;background:#e8e4dc;margin-bottom:8px;width:88%}.ed-preview__site-line--short{width:58%}.ed-cal-pop{position:absolute;left:50%;bottom:-6px;transform:translate(-50%) translateY(12px) scale(.92);width:calc(100% - 24px);padding:14px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--white);box-shadow:0 16px 40px #0f1a2e1f;opacity:0;pointer-events:none;transition:opacity .4s var(--ease),transform .45s var(--ease)}.ed-step--brand:hover .ed-cal-pop{opacity:1;transform:translate(-50%) translateY(0) scale(1)}.ed-cal-pop__month{margin:0 0 10px;font-size:13px;font-weight:700;color:var(--ink)}.ed-cal-pop__week,.ed-cal-pop__days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center;font-size:10px}.ed-cal-pop__week{margin-bottom:4px;color:var(--muted);font-weight:600}.ed-cal-pop__days span{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:4px;color:var(--ink);background:#f4f1ec}.ed-cal-pop__days .is-muted{color:var(--muted-light);background:transparent}.ed-cal-pop__days .is-today{background:var(--accent-soft);color:var(--accent);font-weight:700}.ed-cal-pop__days .is-booked{background:#0f1a2e;color:var(--white);font-weight:700}.ed-cal-pop__slots{display:flex;gap:8px;margin-top:12px}.ed-cal-pop__slots span{flex:1;padding:6px 0;border-radius:8px;border:1px solid var(--line);text-align:center;font-size:11px;color:var(--muted);background:var(--white)}.ed-cal-pop__slots .is-open{border-color:#e85d2a59;background:var(--accent-soft);color:var(--accent);font-weight:700}.ed-cal-pop__btn{display:block;margin-top:12px;padding:9px 0;border-radius:999px;background:var(--ink);color:var(--white);font-size:11px;font-weight:700;text-align:center}.ed-preview--dash{background:linear-gradient(155deg,#121f35,#0a1220 58%,#0f1a2e);border-color:#ffffff1a;width:100%;max-width:340px;aspect-ratio:1 / 1.32;display:flex;flex-direction:column;box-shadow:0 12px 32px #0a122047,inset 0 1px #ffffff0f}.ed-step--shop{align-items:center}.ed-step--shop .ed-step__preview{display:flex;justify-content:center;width:100%}.ed-step--shop .ed-preview--dash{transform:none;box-shadow:0 12px 32px #0a122038,inset 0 1px #ffffff0f}.ed-step--shop:hover .ed-preview--dash{transform:translateY(-4px);box-shadow:0 22px 44px #0a12204d,inset 0 1px #ffffff14}.ed-dash__title{margin:0;padding:10px 14px 6px;font-size:12px;font-weight:600;letter-spacing:.14em;color:#ffffff8c;text-align:center}.ed-dash{flex:1;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);gap:8px;padding:6px 12px 12px;min-height:0}.ed-dash__tile{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;padding:8px 5px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff12;opacity:.55;transform:scale(.97);overflow:hidden;transition:transform .35s var(--ease),background .35s var(--ease),border-color .35s var(--ease),opacity .35s var(--ease)}.ed-dash__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#ffffffe6;opacity:1;transform:scale(1);transition:opacity .25s var(--ease),transform .25s var(--ease)}.ed-dash__icon svg{width:100%;height:100%}.ed-dash__label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:4px;font-size:11px;font-weight:600;color:#fffffff0;text-align:center;line-height:1.25;letter-spacing:.02em;opacity:0;transform:scale(.9);transition:opacity .25s var(--ease),transform .25s var(--ease)}.ed-dash__tile:first-child{opacity:.82;border-color:#e85d2a6b;background:#e85d2a24}.ed-dash__tile:first-child .ed-dash__icon{color:#ffb089}.ed-step--shop:hover .ed-dash__tile{opacity:1;transform:scale(1);border-color:#ffffff29;background:#ffffff1a}.ed-dash__tile:hover{border-color:#e85d2a73;background:#e85d2a2e}.ed-dash__tile:hover .ed-dash__icon{opacity:0;transform:scale(.75)}.ed-dash__tile:hover .ed-dash__label{opacity:1;transform:scale(1)}.ed-step--shop:hover .ed-dash__tile:first-child{border-color:#e85d2a8c;background:#e85d2a38}.ed-step--shop:hover .ed-dash__tile:nth-child(1){transition-delay:.02s}.ed-step--shop:hover .ed-dash__tile:nth-child(2){transition-delay:.05s}.ed-step--shop:hover .ed-dash__tile:nth-child(3){transition-delay:.08s}.ed-step--shop:hover .ed-dash__tile:nth-child(4){transition-delay:.11s}.ed-step--shop:hover .ed-dash__tile:nth-child(5){transition-delay:.14s}.ed-step--shop:hover .ed-dash__tile:nth-child(6){transition-delay:.17s}.ed-step--shop:hover .ed-dash__tile:nth-child(7){transition-delay:.2s}.ed-step--shop:hover .ed-dash__tile:nth-child(8){transition-delay:.23s}.ed-step--shop:hover .ed-dash__tile:nth-child(9){transition-delay:.26s}.ed-step--shop:hover .ed-dash__tile:nth-child(10){transition-delay:.29s}.ed-step--shop:hover .ed-dash__tile:nth-child(11){transition-delay:.32s}.ed-step--shop:hover .ed-dash__tile:nth-child(12){transition-delay:.35s}.ed-step--shop:hover .ed-dash__tile:hover{background:#e85d2a38;transform:scale(1)}@media(hover:none){.ed-dash__tile{flex-direction:column;gap:4px;padding:6px 4px}.ed-dash__icon{width:18px;height:18px}.ed-dash__label{position:static;opacity:1;transform:none;font-size:8px;padding:0}}.ed-step--brand:hover .ed-preview--calendar{padding-bottom:250px}@media(prefers-reduced-motion:reduce){.ed-preview--scroll .ed-preview__viewport{transition-duration:.2s}.ed-step--lp:hover .ed-preview--scroll .ed-preview__viewport{max-height:320px}.ed-cal-pop,.ed-dash__tile{transition-duration:.15s}}@media(min-width:1024px){.ed-steps__list{width:min(100%,1100px)}.ed-step{grid-template-columns:minmax(0,1fr) 360px;gap:2rem}}.ed-store{background:#f4f1ec;overflow:visible}.ed-store__content{display:grid;grid-template-columns:minmax(0,1.1fr) min(36%,400px);gap:clamp(.75rem,2vw,1.5rem);align-items:center;padding-block:0}.ed-store__copy{max-width:48ch;margin-left:clamp(1.75rem,5vw,4rem)}.ed-store__eyebrow{font-size:clamp(1rem,1.55vw,1.15rem);font-weight:600;letter-spacing:.04em;color:var(--accent);margin-bottom:1.1rem}.ed-store__h2{font-size:clamp(2.15rem,4.6vw,3.5rem)}.ed-store__h2 .ed__h2-line+.ed__h2-line{margin-top:.1em}.ed-store__lead{margin-top:clamp(1.25rem,2.5vw,1.75rem);font-size:clamp(1.05rem,1.75vw,1.2rem);line-height:1.85;color:var(--ink);max-width:46ch}.ed-store__lead-line{display:block;white-space:nowrap}.ed-store__panel{margin-top:clamp(1.35rem,2.8vw,2rem);padding:clamp(1rem,2vw,1.35rem) clamp(1.1rem,2.2vw,1.4rem);border-radius:var(--radius-md);border:1px solid rgba(15,26,46,.08);background:#ffffff80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);max-width:46ch}.ed-store__panel p{margin:0;font-size:clamp(1rem,1.6vw,1.1rem);line-height:1.8;color:var(--smoke)}.ed-store__panel p+p{margin-top:.85rem}.ed-store__panel-pull{font-family:var(--font-display);font-weight:600;color:var(--ink)!important;line-height:1.65!important}.ed-store__figure{grid-column:2;grid-row:1 / span 2;align-self:center;margin:0;display:flex;justify-content:flex-start;align-items:flex-end;transform:translate(clamp(-1.25rem,-2.5vw,-2rem))}.ed-store__char{width:min(100%,380px);height:auto;display:block;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.ed-cases{background:var(--paper)}.ed-cases__head{margin-bottom:var(--section-head-gap)}.ed-cases .ed__eyebrow{margin-bottom:1.1rem}.ed-cases__h2{font-size:clamp(2.15rem,4.2vw,3.35rem);line-height:1.18}.ed-cases__h2 .ed__h2-line{display:block;white-space:nowrap}.ed-cases__h2 .ed__h2-line+.ed__h2-line{margin-top:.12em}.ed-cases__top{display:block;margin-bottom:var(--section-head-gap)}.ed-case-main{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;padding:clamp(1.25rem,2.5vw,1.75rem);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md)}.ed-case-main__thumb{border-radius:8px;overflow:hidden;aspect-ratio:16/10}.ed-case-main__thumb img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 1.1s var(--ease)}.ed-case-main.is-animated .ed-case-main__thumb img{transform:scale(1)}.ed-case-main__chart{display:flex;align-items:flex-end;gap:6px;height:100%;min-height:120px;padding:.5rem 0}.ed-case-main__bar{flex:1;height:0;border-radius:3px 3px 0 0;background:var(--navy);opacity:.2;transition:height .9s var(--ease),opacity .45s ease,background .45s ease}.ed-case-main.is-animated .ed-case-main__bar{height:var(--bar-h)}.ed-case-main.is-animated .ed-case-main__bar:nth-child(1){transition-delay:.04s}.ed-case-main.is-animated .ed-case-main__bar:nth-child(2){transition-delay:.09s}.ed-case-main.is-animated .ed-case-main__bar:nth-child(3){transition-delay:.14s}.ed-case-main.is-animated .ed-case-main__bar:nth-child(4){transition-delay:.19s}.ed-case-main.is-animated .ed-case-main__bar:nth-child(5){transition-delay:.24s}.ed-case-main.is-animated .ed-case-main__bar:nth-child(6){transition-delay:.29s}.ed-case-main.is-animated .ed-case-main__bar:nth-child(7){transition-delay:.34s}.ed-case-main.is-animated .ed-case-main__bar:nth-child(8){transition-delay:.39s}.ed-case-main__bar.is-high{background:var(--accent);opacity:.75}.ed-case-main.is-animated .ed-case-main__bar.is-high{opacity:1}.ed-case-main__tag{grid-column:1 / -1;font-size:10px;font-weight:600;letter-spacing:.1em;color:var(--muted);margin-bottom:.35rem}.ed-case-main__stat strong{display:block;font-family:var(--font-display);font-size:clamp(1.35rem,2.5vw,1.85rem);font-weight:700;color:var(--accent);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.ed-case-main__stats{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1rem;border-top:1px solid var(--line)}.ed-case-main__stat span{font-size:11px;color:var(--muted)}.ed-cases__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2vw,1.35rem)}.ed-case-card{padding:clamp(1.1rem,2vw,1.35rem);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.ed-case-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0a0a0a0f}.ed-case-card__tag{font-size:10px;font-weight:600;letter-spacing:.1em;color:var(--muted);margin-bottom:.5rem}.ed-case-card__metric{margin-bottom:.65rem}.ed-case-card__val{font-family:var(--font-display);font-size:clamp(1.25rem,2vw,1.55rem);font-weight:700;color:var(--accent);margin-bottom:.2rem;font-variant-numeric:tabular-nums;opacity:0;transform:translateY(10px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.ed-case-card__label{font-size:11px;font-weight:500;color:var(--muted);letter-spacing:.04em}.ed-cases__grid.is-animated .ed-case-card__val{opacity:1;transform:translateY(0)}.ed-cases__grid.is-animated .ed-case-card:nth-child(1) .ed-case-card__val{transition-delay:.05s}.ed-cases__grid.is-animated .ed-case-card:nth-child(2) .ed-case-card__val{transition-delay:.12s}.ed-cases__grid.is-animated .ed-case-card:nth-child(3) .ed-case-card__val{transition-delay:.19s}.ed-cases__grid.is-animated .ed-case-card:nth-child(4) .ed-case-card__val{transition-delay:.26s}.ed-case-card__thumb{border-radius:6px;overflow:hidden;aspect-ratio:16/10}.ed-case-card__thumb img{width:100%;height:100%;object-fit:cover}.ed-cases__fine{margin-top:clamp(1rem,2vw,1.35rem);font-size:clamp(11px,1.1vw,12px);line-height:1.7;letter-spacing:.02em;color:var(--muted);max-width:52ch}.ed-cta{background:var(--navy-deep);color:var(--white);position:relative}.ed-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 80% 40%,rgba(232,93,42,.08),transparent 60%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(255,255,255,.03),transparent 50%);pointer-events:none}.ed-cta .ed-split{align-items:center}.ed-cta .ed__h2{color:var(--white);font-size:clamp(2.25rem,5vw,3.75rem)}.ed-cta__eyebrow{color:#ffffff73}.ed-cta__copy{display:flex;flex-direction:column;justify-content:center}.ed-cta__scroll{margin-top:1.75rem;align-self:flex-start}.ed-cta__copy--done .ed-cta__scroll{display:none}.ed-cta .ed__lead{color:#ffffff8c;max-width:32ch}.ed-cta__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(260px,1fr) min(400px,42%);gap:clamp(2rem,3.5vw,3rem);align-items:center;width:min(100%,1000px);margin-inline:auto}.ed-cases+.ed-cta .ed-cta__grid{padding-top:0;padding-bottom:0}.ed-cta__panel{min-width:0}.ed-cta__form{display:flex;flex-direction:column;gap:1rem;padding:clamp(1.5rem,3vw,2rem);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.ed-cta__field{display:flex;flex-direction:column;gap:.45rem}.ed-cta__field span{font-size:12px;font-weight:500;color:#ffffffb3}.ed-cta__field input,.ed-cta__field select{width:100%;padding:.75rem .9rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:var(--white);font:inherit;transition:border-color .2s var(--ease),background .2s var(--ease)}.ed-cta__field input::placeholder{color:#ffffff59}.ed-cta__field input:focus,.ed-cta__field select:focus{outline:none;border-color:#d9694299;background:#ffffff1a}.ed-cta__field select option{color:var(--ink);background:var(--white)}.ed-cta__submit{margin-top:.35rem;width:100%;border-radius:var(--radius-pill)}.ed-cta__alt{font-size:12px;line-height:1.6;color:#ffffff73;text-align:center}.ed-cta__alt a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.ed-cta__thanks{padding:clamp(1.5rem,3vw,2rem);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.ed-cta__thanks-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--white);margin-bottom:.85rem}.ed-cta__thanks-lead{font-size:.95rem;line-height:1.75;color:#fff9;margin-bottom:1.25rem}.ed-cta__fb{width:100%;border-radius:var(--radius-pill);margin-bottom:1rem}.ed-cta__actions{display:flex;flex-direction:column;gap:.85rem;align-items:stretch}.ed-cta .btn--solid{background:var(--white);color:var(--ink)}.ed-cta .btn--accent{background:var(--accent);color:var(--white)}.ed-cta .btn--ghost-light{border-color:#fff3}@media(max-width:960px){:root{--section-pad-y: clamp(2.25rem, 5vh, 3.25rem);--section-head-gap: clamp(1rem, 2vh, 1.5rem)}.ed-split,.ed-split--reverse{grid-template-columns:1fr}.ed-split--reverse .ed-split__copy,.ed-split--reverse .ed-split__visual{order:unset}.ed-story__content,.ed-store__content{grid-template-columns:1fr;min-height:auto;padding-block:var(--section-pad-y)}.ed-store__figure{order:-1;margin-bottom:.75rem}.ed-store__char{width:min(70vw,280px)}.ed-store__h2 .ed__h2-line{white-space:normal}.ed-store__copy,.ed-store__lead,.ed-store__panel{max-width:none}.ed-story__bg{background-position:center bottom;background-size:min(100%,900px) auto}.ed-story__bg:after{background:linear-gradient(180deg,rgba(244,241,236,.97) 0%,rgba(244,241,236,.9) 38%,rgba(244,241,236,.5) 55%,transparent 75%)}.ed-bridge__content{grid-template-columns:1fr;gap:0;padding-block:0}.ed-bridge__head{max-width:none}.ed-bridge__aside{order:-1;margin-top:0;margin-bottom:.75rem}.ed-bridge__char{width:min(92vw,420px)}.ed-bridge__tiers{gap:.5rem}.ed-bridge__tier{padding:.65rem .75rem}.ed-bridge__tagline{width:100%}.ed-step{grid-template-columns:1fr}.ed-step__preview{min-height:180px;order:-1}.ed-step--lp:hover .ed-preview--scroll .ed-preview__viewport{max-height:440px}.ed-preview--dash{max-width:none}.ed-dash{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr)}.ed-cta__grid{grid-template-columns:1fr}.ed-cases__head{max-width:none}.ed-cases__h2 .ed__h2-line{white-space:normal}.ed-cases__top{margin-bottom:var(--section-head-gap)}.ed-case-main{grid-template-columns:1fr}.ed-cases__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ed-why{aspect-ratio:auto;min-height:clamp(520px,118vw,700px);max-height:none}.ed-why__bg{background-size:cover;background-position:center top}.ed-why__bg:after{background:linear-gradient(180deg,rgba(244,241,236,.96) 0%,rgba(244,241,236,.72) 26%,transparent 42%)}.ed-why__upper{position:relative;top:auto;left:auto;transform:none;width:100%;padding:clamp(1.25rem,4vw,1.75rem) var(--gutter) 0}.ed-why__content{position:relative;display:flex;flex-direction:column;min-height:inherit}.ed-why__grid{position:relative;top:auto;left:auto;right:auto;width:100%;grid-template-columns:1fr;max-width:none;gap:.9rem;margin-top:1rem;padding-inline:0}.ed-why__col,.ed-why__col--brand,.ed-why__col--lp,.ed-why__col--shop{justify-self:stretch;max-width:none;text-align:left;transform:none}.ed-why__col-title{font-size:clamp(1.1rem,4.8vw,1.45rem);white-space:normal}.ed-why__col-desc{font-size:clamp(.88rem,3.6vw,1rem)}.ed-why__converge{position:relative;inset-inline:auto;bottom:auto;margin-top:auto;width:100%;padding:1rem var(--gutter) 1.25rem}.ed-why__pull{font-size:clamp(1.15rem,4.8vw,1.45rem)}.ed-why__pull-line{white-space:normal}}@media(prefers-reduced-motion:reduce){.ed-why__bg{transform:none}.ed-case-main__thumb img,.ed-case-card__val{opacity:1;transform:none;transition:none}}@media(max-width:520px){.ed-cases__grid{grid-template-columns:1fr}.ed-case-main__stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--gutter: clamp(1rem, 4.2vw, 1.35rem);--section-pad-y: clamp(2rem, 5.5vh, 2.75rem);--section-head-gap: clamp(.9rem, 2.5vh, 1.35rem)}.ed__inner{width:100%;max-width:100%;padding-inline:var(--gutter)}.ed__h2-line,.ed__nowrap{white-space:normal;text-wrap:balance}.ed__h2{font-size:clamp(1.65rem,7.2vw,2.35rem);font-weight:600}.ed__lead{font-size:clamp(.95rem,3.8vw,1.05rem)}.ed__pull{font-size:clamp(1.05rem,4.2vw,1.2rem);font-weight:600}}@media(max-width:768px){body.is-cinema .nav{height:3.25rem}body.is-cinema .nav-bar{padding:0 var(--gutter);gap:.5rem}body.is-cinema .nav-bar__links{display:none!important}body.is-cinema .nav-bar__brand{flex:0 0 auto}body.is-cinema .nav-bar__cta{flex:0 0 auto;margin-left:auto;min-height:36px;padding:.4rem .9rem!important;font-size:12px!important;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}body.is-cinema .nav__logo{height:1.7rem}.cinema-era__body{padding:clamp(4.25rem,10vh,4.75rem) var(--gutter) clamp(3.25rem,8vh,4rem)}.cinema-h1__line{white-space:normal;text-wrap:balance;max-width:100%}.cinema-era--98 .cinema-h1{font-size:clamp(.95rem,4.1vw,1.35rem)}.cinema-window-98{padding:clamp(1rem,3.5vw,1.35rem)}.cinema-era--ugly .cinema-h1{font-size:clamp(.9rem,4.2vw,1.4rem)}.cinema-blink{font-size:clamp(.85rem,3.6vw,1.1rem);margin-bottom:.65rem}.cinema-marquee{font-size:12px;max-width:100%}.cinema-era--tpl .cinema-h1{font-size:clamp(.88rem,3.9vw,1.3rem)}.cinema-chrome--tpl{gap:.65rem;padding:.55rem var(--gutter);font-size:11px;flex-wrap:wrap;justify-content:center}.cinema-chrome--tpl span{flex:0 1 auto}.cinema-era--ai .cinema-h1{font-size:clamp(.95rem,4.1vw,1.2rem);line-height:1.45}.cinema-era--ai .cinema-ai-type{display:inline}.cinema-era--ai .cinema-meta{margin-top:1rem}.cinema-badge-ai{font-size:11px;margin-bottom:.65rem}.cinema-meta{font-size:clamp(.75rem,3.2vw,.88rem);margin-top:.75rem}.cinema-btn-98,.cinema-btn-ugly,.cinema-btn-tpl,.cinema-btn-ai{margin-top:.85rem;font-size:12px;padding:.5rem 1.25rem}.cinema-hud{padding:.75rem var(--gutter) 1rem;font-size:10px;gap:.65rem}.cinema-hud__cap{min-width:0;font-size:9px;max-width:42%;line-height:1.35}body.hero--settled .cinema-body--now{min-height:100svh;padding:clamp(5.25rem,12vh,6.5rem) 0 clamp(2.5rem,6vh,3.25rem)}body.hero--settled .cinema-era--now .cinema-h1{margin-top:clamp(.35rem,1.5vh,.85rem)}.cinema-era--now .cinema-h1{font-size:clamp(1.5rem,6.8vw,2.15rem);font-weight:600}.cinema-lede{font-size:clamp(1.45rem,6.8vw,1.95rem);font-weight:500;line-height:1.32;margin-top:clamp(1.15rem,3.5vh,1.85rem);white-space:normal;text-wrap:balance}body.hero--settled .cinema-lede{margin-top:clamp(1.15rem,3.5vh,1.85rem)}.cinema-body--now .cinema-showcase{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:clamp(.65rem,2vh,1.15rem);width:100vw;max-width:100vw}.cinema-showcase{height:clamp(340px,62vh,480px)!important;margin-bottom:clamp(.35rem,1.5vh,.75rem);perspective:1100px;perspective-origin:50% 46%}.cinema-showcase .cinema-showcase__item{width:clamp(148px,42vw,188px)!important}.cinema-showcase--dense .cinema-showcase__item{width:clamp(140px,40vw,176px)!important}.cinema-showcase .cinema-showcase__card{aspect-ratio:9 / 16;border-radius:clamp(12px,3.2vw,16px);overflow:hidden;background:#fff;border:2px solid rgba(255,255,255,.95);box-shadow:0 16px 36px #14233f29,0 2px #14233f0f}.cinema-showcase .cinema-showcase__card picture{display:block;width:100%;height:100%}.cinema-showcase .cinema-showcase__card img{width:100%;height:100%;aspect-ratio:9 / 16!important;object-fit:cover!important;object-position:center top;filter:none}}@media(max-width:480px){body.is-cinema .nav-bar__cta{min-height:34px;padding:.35rem .75rem!important;font-size:11px!important}}@media(max-width:768px){.ed-story{display:grid}.ed-story__bg,.ed-story__figure,.ed-story__content{grid-area:1 / 1}.ed-story__bg{display:none}.ed-story__figure{display:flex;align-items:flex-end;justify-content:flex-end;align-self:stretch;position:relative;inset:auto;margin:0;width:auto;z-index:1;pointer-events:none}.ed-story__char{width:min(46vw,190px);height:auto;object-fit:contain;object-position:right bottom}.ed-story__content{min-height:auto;padding-block:var(--section-pad-y);padding-bottom:clamp(3.25rem,24vw,4.75rem);padding-right:clamp(.5rem,2vw,1rem);position:relative;z-index:2}.ed-story__copy{max-width:100%;position:relative;z-index:2}.ed-story .ed__lead{color:var(--ink);max-width:none;font-size:clamp(.78rem,3.15vw,.92rem);line-height:1.9}.ed-story .ed__lead-line{display:block;white-space:nowrap}}@media(max-width:768px){.ed-why{min-height:auto;padding-bottom:0;aspect-ratio:auto}.ed-why__bg{display:block;background-size:100% auto!important;background-position:center bottom!important;background-repeat:no-repeat;transform:none!important}.ed-why--in-view .ed-why__bg{transform:none!important}.ed-why__bg:after{background:linear-gradient(180deg,rgba(244,241,236,.99) 0%,rgba(244,241,236,.97) 52%,rgba(244,241,236,.82) 68%,rgba(244,241,236,.35) 78%,transparent 88%)}.ed-why__spots{display:none}.ed-why__content{position:relative;padding-block:var(--section-pad-y);padding-bottom:clamp(5rem,44vw,8rem)}.ed-why__upper{padding-top:0;position:relative;z-index:2}.ed-why__grid{margin-top:var(--section-head-gap);margin-bottom:0;gap:clamp(.85rem,3.5vw,1.1rem);position:relative;z-index:2}.ed-why__col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,42%);gap:clamp(.55rem,2.5vw,.75rem);align-items:center;padding:clamp(.85rem,3.2vw,1rem) clamp(.75rem,3vw,.95rem);border:1px solid rgba(232,93,42,.22);border-radius:var(--radius-md);background:#fff;box-shadow:0 6px 22px #0f1a2e0f;overflow:visible}.ed-why__col--lp{background:#fff8f4eb}.ed-why__col-copy{min-width:0}.ed-why__col-num{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;margin-bottom:.45rem;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.02em}.ed-why__col-title{font-size:clamp(.95rem,4.1vw,1.15rem);line-height:1.25;margin-bottom:.3rem;white-space:nowrap}.ed-why__col-desc{font-size:clamp(.72rem,3vw,.82rem);line-height:1.55;color:var(--muted);margin-bottom:.55rem}.ed-why__col-pain{display:flex;align-items:flex-start;gap:.4rem;margin:0;padding:.45rem .5rem;border:1px dashed rgba(232,93,42,.38);border-radius:var(--radius-sm);background:#ffffffb8;font-size:clamp(.62rem,2.55vw,.72rem);line-height:1.45;color:var(--ink)}.ed-why__col-pain-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1rem;height:1rem;border-radius:50%;font-size:.68rem;font-weight:700;line-height:1}.ed-why__col-pain-icon--x{background:#dc44321f;color:#dc4432}.ed-why__col-pain-icon--warn{background:#e85d2a24;color:var(--accent)}.ed-why__mock{display:block;margin:0;align-self:center;line-height:0}.ed-why__mock img{width:100%;height:auto;border-radius:clamp(.35rem,1.5vw,.5rem);box-shadow:0 8px 20px #0f1a2e1a;object-fit:contain}.ed-why__col.is-spotlit .ed-why__col-title{color:var(--ink);transform:none;text-shadow:none}.ed-why__converge{position:relative;inset:auto;bottom:auto;margin-top:clamp(1.35rem,4.5vh,2rem);margin-bottom:clamp(-2rem,-7vw,-3.25rem);padding-inline:0;z-index:3}.ed-why__pull-card{max-width:100%;width:100%;background:#f4f1ecd1}}@media(max-width:768px){.ed-bridge__content{display:flex;flex-direction:column;align-items:stretch}.ed-bridge__head{order:0;text-align:center}.ed-bridge__tiers{text-align:left}.ed-bridge__aside{order:1;width:100%;align-items:center;align-self:center;margin-top:var(--section-head-gap);margin-bottom:0;margin-inline:auto;gap:.15rem}.ed-bridge__tagline{order:-1;position:relative;width:fit-content;max-width:min(92%,19.5rem);margin-inline:auto;margin-bottom:.55rem;padding:clamp(.7rem,3vw,.85rem) clamp(.95rem,4vw,1.15rem);border-radius:1rem;border:1px solid rgba(15,26,46,.1);background:#fffffff5;box-shadow:0 8px 24px #0f1a2e14,0 1px #fffc inset;font-size:clamp(.88rem,3.5vw,.98rem);line-height:1.48;text-align:center;box-sizing:border-box;z-index:1}.ed-bridge__tagline:after{content:"";position:absolute;left:clamp(54%,60vw,66%);bottom:-6px;width:12px;height:12px;background:#fffffff5;border:1px solid rgba(15,26,46,.1);border-top:none;border-left:none;transform:rotate(45deg);box-shadow:3px 3px 6px #0f1a2e0d}.ed-bridge__figure{order:1;width:100%;display:flex;justify-content:center;transform:translate(4%);margin-top:.15rem}.ed-bridge__char{width:min(88vw,340px);margin-inline:auto;display:block}}@media(max-width:768px){.ed-steps__intro .ed__h2{font-size:clamp(1.45rem,6.2vw,1.85rem);font-weight:600}.ed-steps__list{gap:1rem;width:100%}.ed-step{padding:clamp(1.1rem,4vw,1.35rem);gap:.85rem}.ed-step__main{max-width:none;order:0}.ed-step__preview{min-height:auto;order:1;display:flex;justify-content:center;margin-top:.25rem}.ed-step__title{font-size:clamp(1.3rem,5.2vw,1.55rem);font-weight:600}.ed-step__one-text--desktop{display:none}.ed-step__one-text--mobile{display:block}.ed-step__price{font-size:clamp(1.3rem,5vw,1.55rem)}.ed-step__industries{margin-top:.75rem;max-width:none}.ed-step__industries-label{font-size:clamp(.8rem,3.2vw,.9rem);margin-bottom:.35rem}.ed-step__industries-list{font-size:clamp(.92rem,3.75vw,1.02rem);line-height:1.65}.ed-preview--dash{width:100%;max-width:min(100%,260px)}.ed-step--lp:hover .ed-preview--scroll .ed-preview__viewport{max-height:240px}.ed-preview--calendar{width:100%;max-width:min(100%,260px);margin-inline:auto;min-height:200px}.ed-preview--scroll{width:100%;max-width:min(100%,260px);margin-inline:auto}.ed-preview--scroll .ed-preview__viewport{max-height:140px}}@media(max-width:768px){.ed-store__content{display:flex;flex-direction:column;gap:0;padding-block:0}.ed-store__copy{display:contents;margin-left:0}.ed-store__eyebrow,.ed-store__h2,.ed-store__lead{width:100%}.ed-store__eyebrow{margin-bottom:.7rem;font-size:clamp(.95rem,4.2vw,1.08rem);letter-spacing:.03em}.ed-store__h2{font-size:clamp(1.5rem,6.5vw,1.95rem);font-weight:600;line-height:1.24}.ed-store__h2 .ed__h2-line+.ed__h2-line{margin-top:.1em}.ed-store__lead{margin-top:clamp(.8rem,2.2vh,1.05rem);font-size:clamp(.88rem,3.55vw,.98rem);line-height:1.7;color:var(--ink);max-width:none}.ed-store__lead-line{white-space:normal}.ed-store__panel{display:flex;flex-direction:column;order:1;width:100%;gap:clamp(2rem,6.5vh,2.75rem);margin-top:clamp(.95rem,2.8vh,1.25rem);padding:0;border:none;border-radius:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;max-width:none;box-shadow:none}.ed-store__panel-body{width:100%;margin-top:0;padding-bottom:0}.ed-store__panel-body p{margin:0;font-size:clamp(.82rem,3.3vw,.92rem);line-height:1.65;color:var(--smoke)}.ed-store__panel-body p+p{margin-top:.55rem}.ed-store__panel-body>p:first-child{font-weight:600;color:var(--ink);font-size:clamp(.86rem,3.45vw,.96rem)}.ed-store__panel-pull{position:relative;width:100%;margin:0;padding:clamp(.8rem,3vw,1rem) clamp(.85rem,3.2vw,1.05rem);border-radius:1rem;border:1px solid rgba(15,26,46,.1);background:#fffffff5;box-shadow:0 8px 24px #0f1a2e14,0 1px #fffc inset;font-family:var(--font-display);font-size:clamp(.88rem,3.55vw,.98rem)!important;font-weight:600;line-height:1.55!important;color:var(--ink)!important;z-index:1}.ed-store__panel-pull:after{content:"";position:absolute;left:50%;bottom:-6px;width:12px;height:12px;background:#fffffff5;border:1px solid rgba(15,26,46,.1);border-top:none;border-left:none;transform:translate(-50%) rotate(45deg);box-shadow:3px 3px 6px #0f1a2e0d}.ed-store__figure{order:3;margin-top:.65rem;margin-bottom:0;display:flex;justify-content:center;align-items:flex-start;transform:none}.ed-store__char{width:min(46vw,168px);margin-inline:auto}}@media(max-width:768px){.ed-cases__h2{font-size:clamp(1.55rem,6.5vw,2rem)}.ed-case-main{padding:1.1rem;grid-template-columns:1fr}.ed-case-main__stat--hide-mobile{display:none}.ed-case-main__stats{order:-1;grid-template-columns:repeat(2,1fr);gap:.5rem 1rem;padding-top:0;padding-bottom:0;margin-bottom:.65rem;border-top:none;border-bottom:none}.ed-case-main__tag{margin-bottom:.5rem}.ed-case-main__stat strong{font-size:clamp(1.25rem,5vw,1.55rem)}.ed-case-main__thumb{order:0}.ed-case-main__chart{display:none}.ed-cases__fine{font-size:.82rem;line-height:1.65}}@media(max-width:768px){.ed-cta__grid{gap:1.5rem}.ed-cta .ed__h2{font-size:clamp(1.65rem,7vw,2.25rem);font-weight:600}.ed-cta__form{padding:1.25rem}.ed-cta__field input,.ed-cta__field select{padding:.85rem 1rem;font-size:16px}}@media(max-width:768px){.nav{padding-top:max(var(--nav-float-y),env(safe-area-inset-top,0px));padding-inline:max(var(--nav-float-x),env(safe-area-inset-left,0px)) max(var(--nav-float-x),env(safe-area-inset-right,0px))}.nav-bar__cta{min-height:44px;display:flex;align-items:center;justify-content:center}}@media(max-width:390px){.cinema-lede{font-size:clamp(1.3rem,6.2vw,1.6rem)}.cinema-showcase{height:clamp(300px,58vh,440px)!important}.cinema-showcase .cinema-showcase__item{width:clamp(136px,40vw,172px)!important}.ed-step__btn{display:flex;width:100%;justify-content:center;min-height:44px;align-items:center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--muted);background:var(--paper);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}::selection{background:var(--ink);color:var(--white)}.container{width:var(--container);margin-inline:auto}.surface-light{background:var(--paper);color:var(--muted)}.surface-light .display,.surface-light .section-heading{color:var(--ink)}.surface-white{background:var(--white);color:var(--muted)}.surface-white .display,.surface-white .section-heading{color:var(--ink)}.surface-dark{background:var(--charcoal);color:var(--muted-light)}.surface-dark .display,.surface-dark .section-heading{color:var(--white)}.surface-ink{background:var(--ink);color:var(--muted-light)}.label{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.surface-dark .label,.surface-ink .label{color:var(--muted-light)}.display{font-family:var(--font-display);font-weight:700;letter-spacing:-.025em;line-height:1.05}.section-heading{font-family:var(--font-display);font-weight:700;font-size:var(--text-section);letter-spacing:-.02em;line-height:1.1}.reveal{opacity:0;transform:translateY(42px) scale(.97);filter:blur(8px);transition:opacity .95s var(--ease),transform .95s var(--ease),filter .7s var(--ease);will-change:opacity,transform,filter}.reveal.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}.reveal-d4{transition-delay:.4s}.char-float{animation:charFloat 5s ease-in-out infinite;transform-origin:center bottom;will-change:transform}.ed-bridge__char{animation-duration:5.5s;animation-delay:-.8s}.ed-store__char{animation-duration:4.6s;animation-delay:-2.1s}@keyframes charFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-9px) rotate(.45deg)}66%{transform:translateY(-4px) rotate(-.35deg)}}.text-soft{color:var(--muted-light);font-size:.92em}.section-heading br,.display br,.poster__text br,.contact__title br,.why__tagline br{display:block;content:"";margin-top:.08em}.hero__lede br{display:block;margin-top:.15em}.hero__lede br+br{margin-top:.75em}
