:root{--product-accent:var(--signal);--product-soft:var(--paper-2)}
.product-page{background:var(--paper);color:var(--ink)}
.product-header{position:sticky;top:0;z-index:20;background:rgba(242,239,231,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.product-nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.product-nav .brand{flex-shrink:0}
.product-nav-links{display:flex;align-items:center;gap:22px;font-size:.82rem;font-weight:800}
.product-nav-links a:last-child{background:var(--ink);color:var(--paper);padding:11px 16px;border-radius:999px}
.product-hero{padding:64px 0 88px;border-bottom:1px solid var(--line)}
.product-eyebrow{display:flex;justify-content:space-between;gap:18px;margin-bottom:72px;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:800;color:var(--muted)}
.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:70px;align-items:end}
.product-hero h1{font-size:clamp(4.6rem,11vw,10rem);line-height:.82;letter-spacing:-.075em;margin:0;max-width:1050px}
.product-hero h1 em{color:var(--product-accent)}
.product-lead{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,2.4vw,2.35rem);line-height:1.05;margin:0 0 24px}
.product-summary{color:var(--muted);max-width:470px;margin:0 0 34px}
.product-actions{display:flex;gap:12px;flex-wrap:wrap}
.product-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 17px;border-radius:999px;border:1px solid var(--ink);font-weight:800;font-size:.84rem}
.product-button.primary{background:var(--ink);color:var(--paper)}
.product-button.soft{border-color:var(--line);background:var(--product-soft)}
.product-proof{padding:100px 0;background:var(--ink);color:var(--paper)}
.product-proof-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:64px;align-items:end;margin-bottom:44px}
.product-proof h2,.product-section h2{font-size:clamp(3rem,6vw,6.4rem);letter-spacing:-.065em;line-height:.9;margin:0}
.product-proof-head p{color:#aaa59a;margin:0;max-width:520px}
.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.proof-card{border:1px solid var(--light-line);border-radius:24px;padding:28px;min-height:260px;display:flex;flex-direction:column}
.proof-card .num{font-size:.7rem;letter-spacing:.12em;color:var(--product-accent);font-weight:800}
.proof-card h3{font-size:clamp(1.8rem,3vw,3rem);line-height:.95;letter-spacing:-.045em;margin:auto 0 12px}
.proof-card p{color:#bdb8ad;margin:0}
.proof-card a{margin-top:22px;font-weight:800;text-decoration:underline;text-underline-offset:4px}
.product-section{padding:100px 0}
.product-section.alt{background:var(--product-soft)}
.product-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);gap:60px;align-items:end;margin-bottom:46px}
.product-section-head p{margin:0;color:var(--muted);max-width:540px}
.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}
.feature-item{padding:30px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:56px 1fr;gap:20px}
.feature-item:nth-child(odd){padding-right:32px}
.feature-item:nth-child(even){padding-left:32px;border-left:1px solid var(--line)}
.feature-item span{font-size:.72rem;font-weight:800;color:var(--product-accent)}
.feature-item h3{font-size:1.35rem;margin:0 0 8px;letter-spacing:-.025em}
.feature-item p{margin:0;color:var(--muted)}
.product-status{padding:30px;border:1px solid var(--line);border-radius:24px;display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start}
.status-dot{width:13px;height:13px;border-radius:50%;background:var(--product-accent);margin-top:6px}
.product-status strong{display:block;font-size:1.15rem;margin-bottom:8px}
.product-status p{margin:0;color:var(--muted)}
.product-cta{padding:104px 0;background:var(--product-accent);color:var(--ink)}
.product-cta-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:60px;align-items:end}
.product-cta h2{font-size:clamp(3.4rem,7vw,7rem);letter-spacing:-.07em;line-height:.86;margin:0}
.product-cta p{font-size:1.05rem;max-width:470px;margin:0 0 26px}
.product-footer{padding:30px 0;background:var(--ink);color:var(--paper)}
.product-footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center;font-size:.78rem}
.product-footer a{text-decoration:underline;text-underline-offset:4px}
.product-note{font-size:.78rem;color:var(--muted);margin-top:16px}
.product-page.epk{--product-accent:#d7c7ff;--product-soft:#e9e2f5}
.product-page.webs{--product-accent:#c8ff48;--product-soft:#e8efcf}
.product-page.gira{--product-accent:#8dcdf6;--product-soft:#dbeaf3}
.product-page.guest{--product-accent:#f2b56b;--product-soft:#eee2d2}
@media(max-width:900px){.product-nav-links a:not(:last-child){display:none}.product-hero{padding-top:40px}.product-eyebrow{margin-bottom:48px}.product-hero-grid,.product-proof-head,.product-section-head,.product-cta-grid{grid-template-columns:1fr;gap:34px}.product-hero h1{font-size:clamp(4.1rem,19vw,7.8rem)}.proof-grid{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}.feature-item:nth-child(odd),.feature-item:nth-child(even){padding-left:0;padding-right:0;border-left:0}.product-proof,.product-section,.product-cta{padding:76px 0}}
@media(max-width:560px){.shell{width:min(100% - 28px,1440px)}.product-nav{min-height:66px}.product-nav-links{gap:8px}.product-nav-links a:last-child{padding:9px 12px}.product-hero{padding-bottom:66px}.product-eyebrow{display:grid;gap:8px}.product-hero h1{font-size:clamp(3.8rem,20vw,6.5rem)}.proof-card{min-height:220px}.product-status{padding:22px}.product-footer-inner{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
