:root{--white:#fff;--gray:#F5F5F7;--ink:#1D1D1F;--muted:#6E6E73;--soft:#86868B;--line:#D2D2D7;--blue:#0071E3;--link:#0066CC;--orange:#BF4800;
--grad:linear-gradient(90deg,#0071E3 0%,#6E5BFF 55%,#C548A8 100%);
--f:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Helvetica,Arial,sans-serif;--gutter:clamp(16px,4vw,40px);color-scheme:light}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:var(--f);font-size:17px;line-height:1.5;letter-spacing:-.02em;-webkit-font-smoothing:antialiased}
a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;display:block}
:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:6px}
h1,h2,h3{margin:0;font-weight:700;text-wrap:balance}p{margin:0}
.wrap{max-width:1080px;margin-inline:auto;padding-inline:var(--gutter)}
.grad{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.nav{position:sticky;top:0;z-index:50;background:rgba(251,251,253,.82);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.08)}
.nav .wrap{height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:7px;font-size:21px;font-weight:600;letter-spacing:-.02em;color:var(--ink)}
.brand:hover{text-decoration:none}
.brand i{width:9px;height:9px;border-radius:50%;background:var(--grad)}
.brand span{font-size:12px;font-weight:500;color:var(--muted);padding-left:9px;margin-left:2px;border-left:1px solid var(--line)}
.nav-r{display:flex;align-items:center;gap:22px;font-size:13px}
.nav-r a:not(.btn){color:var(--ink);opacity:.85}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:980px;background:var(--blue);color:#fff;font-size:17px;letter-spacing:-.02em}
.btn:hover{background:#0077ED;text-decoration:none}
.btn-sm{min-height:30px;padding:0 14px;font-size:13px}
@media (max-width:560px){.nav-r a:not(.btn){display:none}.brand span{display:none}}
.crumbs{font-size:13px;color:var(--muted);padding-top:22px}
.crumbs a{color:var(--muted)}
.crumbs span{margin:0 6px}
.hero{padding-block:clamp(40px,7vw,80px) 20px;text-align:center}
.eyebrow{font-size:clamp(17px,1.6vw,20px);font-weight:600;color:var(--orange);margin-bottom:10px}
.hero h1{font-size:clamp(38px,6vw,68px);line-height:1.05;letter-spacing:-.035em}
.lead{margin:20px auto 0;max-width:720px;font-size:clamp(19px,2vw,22px);line-height:1.4;color:var(--muted);font-weight:500}
.ctas{display:flex;gap:26px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:28px}
.more::after{content:" ›"}
.shot{max-width:880px;margin:48px auto 0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.06),0 40px 80px -40px rgba(0,0,0,.4)}
.bar{display:flex;align-items:center;gap:6px;padding:11px 14px;background:var(--gray);border-bottom:1px solid #E8E8ED}
.bar i{width:10px;height:10px;border-radius:50%;background:var(--line)}
.bar span{flex:1;text-align:center;font-size:13px;color:var(--muted);margin-right:36px}
.viewport{position:relative;aspect-ratio:16/11;overflow:hidden;background:var(--c,#1D1D1F)}
.viewport img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 0;transition:object-position 9s cubic-bezier(.45,0,.25,1)}
.shot:hover .viewport img{object-position:50% 100%}
.hint{font-size:13px;color:var(--soft);text-align:center;margin-top:12px}
.sec{padding-block:clamp(56px,8vw,96px)}
.bg-gray{background:var(--gray)}
.sec h2{font-size:clamp(28px,4vw,44px);letter-spacing:-.03em;line-height:1.1;margin-bottom:18px}
.prose{max-width:720px}
.prose p{color:#424245;font-size:19px;line-height:1.55;margin-top:14px}
.ficha{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-top:8px}
.ficha div{background:#fff;border-radius:18px;padding:18px 20px}
.ficha dt{font-size:13px;color:var(--muted)}
.ficha dd{margin:4px 0 0;font-size:19px;font-weight:600;letter-spacing:-.02em}
.list{list-style:none;padding:0;margin:22px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}
.list li{background:var(--gray);border-radius:18px;padding:20px 22px}
.bg-gray .list li{background:#fff}
.list b{display:block;font-size:19px;letter-spacing:-.02em;margin-bottom:4px}
.list span{color:var(--muted);font-size:16px}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.chips span{font-size:14px;padding:7px 13px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #E8E8ED}
.cta{text-align:center}
.cta h2{margin-bottom:12px}
.cta p{color:var(--muted);font-size:19px;max-width:600px;margin:0 auto}
.others{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:26px}
.other{display:block;background:#fff;border-radius:18px;overflow:hidden;color:var(--ink);box-shadow:0 0 0 1px rgba(0,0,0,.06)}
.other:hover{text-decoration:none;transform:translateY(-3px)}
.other{transition:transform .3s}
.other .pv{aspect-ratio:16/10;overflow:hidden;background:var(--c,#1D1D1F)}
.other .pv img{width:100%;height:100%;object-fit:cover;object-position:50% 0}
.other div.t{padding:14px 16px}
.other b{display:block;font-size:17px}
.other small{color:var(--muted);font-size:14px}
.foot{background:var(--gray);padding-block:26px 40px;font-size:12px;color:var(--muted);line-height:1.4}
.foot .wrap{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
@media (hover:none){.hint{display:none}.viewport img{animation:sc 16s cubic-bezier(.45,0,.25,1) infinite alternate 1s}@keyframes sc{0%,12%{object-position:50% 0}88%,100%{object-position:50% 100%}}}
@media (prefers-reduced-motion:reduce){.viewport img{transition:none;animation:none}html{scroll-behavior:auto}}
