:root{
  --bg:#f5f4ef;
  --ink:#121118;
  --muted:#6c6a72;
  --line:rgba(18,17,24,.13);
  --pink:#ff5277;
  --orange:#ff8a00;
  --lime:#dff52b;
  --aqua:#3fd2d3;
  --purple:#ad7aff;
  --radius:28px;
  --shadow:0 30px 80px rgba(31,24,45,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
::selection{background:var(--lime);color:#000}
.noise{position:fixed;inset:0;pointer-events:none;z-index:999;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E")}
.section-pad{padding:112px max(28px,calc((100vw - 1280px)/2))}
.topbar{height:84px;padding:0 max(28px,calc((100vw - 1280px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:90;background:rgba(245,244,239,.85);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:11px}
.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--ink);color:white;display:grid;place-items:center;font-weight:900;letter-spacing:-.06em;transform:rotate(-7deg)}
.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:14px;letter-spacing:.08em}.brand-copy small{font-size:9px;margin-top:4px;color:var(--muted);letter-spacing:.13em}
.nav{display:flex;gap:30px;font-size:13px}.nav a{opacity:.72;transition:.2s}.nav a:hover{opacity:1}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 22px;font-weight:750;font-size:14px;border:1px solid transparent;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}
.button-small{padding:10px 18px;font-size:13px}.button-dark{background:var(--ink);color:white}.button-dark:hover{box-shadow:0 10px 30px rgba(18,17,24,.2)}.button-primary{background:var(--lime);color:#111;border-color:rgba(0,0,0,.04);box-shadow:0 12px 28px rgba(177,198,21,.23)}.button-primary:hover{box-shadow:0 16px 34px rgba(177,198,21,.32)}.button-ghost{border-color:var(--line);background:rgba(255,255,255,.45)}
.hero{min-height:760px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:70px;padding-top:70px;padding-bottom:90px;position:relative}.hero-copy{position:relative;z-index:2}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:800;display:flex;align-items:center;gap:10px;margin-bottom:24px}.eyebrow span{width:24px;height:2px;background:currentColor}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(54px,6vw,92px);line-height:.93;letter-spacing:-.065em;margin-bottom:28px;max-width:760px}h1 em{font-style:normal;color:var(--pink)}
.hero-lead{font-size:18px;line-height:1.65;max-width:640px;color:#55525d}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:35px 0 32px}.microfacts{display:flex;gap:0;border-top:1px solid var(--line);max-width:610px}.microfacts div{padding:20px 30px 0 0;margin-right:30px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.microfacts div:last-child{border-right:0}.microfacts b{font-size:22px;letter-spacing:-.04em}.microfacts span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-top:4px}
.hero-visual{position:relative;min-height:620px;display:grid;place-items:center}.hero-card{margin:0;width:min(520px,90%);aspect-ratio:3/4;border-radius:38px;overflow:hidden;box-shadow:var(--shadow);position:relative;z-index:3;transform:rotate(3deg);background:#cdebf3}.hero-card img{width:100%;height:100%;object-fit:cover;object-position:center 44%}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:420px;height:420px;background:radial-gradient(circle at 30% 30%,#ff7d9e,var(--pink));right:-100px;top:20px}.orb-two{width:330px;height:330px;background:radial-gradient(circle at 30% 30%,#f4ff72,#cbe614);left:-50px;bottom:0}.floating-chip{position:absolute;z-index:5;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.84);backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(20,16,28,.1);font-size:12px;font-weight:800}.chip-one{right:-10px;top:160px}.chip-two{left:10px;bottom:125px}
.ticker{overflow:hidden;background:var(--ink);color:white;padding:15px 0}.ticker-track{width:max-content;display:flex;align-items:center;gap:27px;animation:ticker 26s linear infinite;text-transform:uppercase;font-size:12px;letter-spacing:.14em}.ticker i{font-style:normal;color:var(--lime)}@keyframes ticker{to{transform:translateX(-50%)}}
.section-head{max-width:860px;margin-bottom:55px}.section-head h2,.lifestyle-copy h2,.how-copy h2,.gallery-copy h2,.buy h2{font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin-bottom:22px}.section-head p{max-width:680px;color:var(--muted);font-size:17px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefit-card{min-height:330px;border-radius:var(--radius);padding:28px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.benefit-card h3{font-size:24px;letter-spacing:-.04em;margin:18px 0 10px}.benefit-card p{margin:0;font-size:14px;line-height:1.6;max-width:260px}.benefit-card .icon{position:absolute;top:24px;left:24px;font-size:40px;font-weight:900;letter-spacing:-.08em}.card-index{position:absolute;right:22px;top:25px;font-size:11px;opacity:.5}.feature-dark{background:#14131a;color:#fff}.feature-dark p{color:#b8b5c2}.feature-pink{background:#ff7a9a}.feature-lime{background:#dff52b}.feature-blue{background:#84dfdf}
.lifestyle{padding-top:45px}.lifestyle-grid{display:grid;grid-template-columns:.85fr 1.05fr .7fr;gap:18px;align-items:stretch}.photo-card{margin:0;position:relative;border-radius:var(--radius);overflow:hidden;min-height:520px}.photo-card.tall{min-height:680px}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-card figcaption{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border-radius:999px;padding:10px 14px;font-size:11px;font-weight:750}.photo-card figcaption span{opacity:.5;margin-right:8px}.lifestyle-copy{border-radius:var(--radius);padding:48px;background:#fff;display:flex;flex-direction:column;justify-content:center}.lifestyle-copy p{font-size:17px;color:var(--muted);max-width:600px}.use-tags{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0 28px}.use-tags span{border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:12px}.text-link{font-weight:750;font-size:13px;border-bottom:1px solid var(--ink);align-self:flex-start;padding-bottom:3px}
.colors{background:#efeee8}.color-stage{display:grid;grid-template-columns:1.2fr .8fr;min-height:700px;background:#fff;border-radius:36px;overflow:hidden}.color-image-wrap{position:relative;overflow:hidden;background:linear-gradient(145deg,#f8f8f8,#eee)}.color-image-wrap img{width:100%;height:100%;object-fit:cover;position:relative;z-index:2;transition:opacity .22s,transform .35s}.color-image-wrap.changing img{opacity:0;transform:scale(.985)}.color-glow{position:absolute;width:480px;height:480px;border-radius:50%;background:#ff4d77;filter:blur(120px);opacity:.24;right:-120px;bottom:-100px;transition:background .35s}.color-panel{padding:56px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.color-panel .label{font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--muted)}.color-panel h3{font-size:48px;line-height:1;letter-spacing:-.05em;margin:10px 0 16px}.color-panel p{color:var(--muted);font-size:15px;max-width:420px}.swatches{display:flex;gap:12px;margin:24px 0 34px}.swatch{width:46px;height:46px;border-radius:50%;border:8px solid white;background:var(--swatch);box-shadow:0 0 0 1px var(--line);cursor:pointer;transition:.2s}.swatch:hover{transform:scale(1.08)}.swatch.is-active{box-shadow:0 0 0 2px var(--ink);transform:scale(1.06)}
.how-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.how-photo{position:relative;border-radius:36px;overflow:hidden;min-height:680px}.how-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 38%}.how-badge{position:absolute;left:20px;right:20px;bottom:20px;padding:14px 18px;background:rgba(15,14,20,.88);color:#fff;border-radius:16px;font-size:12px;font-weight:700}.steps{padding:0;margin:35px 0 25px;list-style:none;border-top:1px solid var(--line)}.steps li{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:23px 0;border-bottom:1px solid var(--line)}.steps li>span{font-size:11px;letter-spacing:.13em;color:var(--muted);padding-top:5px}.steps b{font-size:22px;letter-spacing:-.03em}.steps p{margin:5px 0 0;color:var(--muted);font-size:14px;max-width:560px}.note{font-size:12px;color:var(--muted);border-left:3px solid var(--lime);padding-left:14px}
.specs{background:var(--ink);color:#fff}.section-head.light p{color:#aaa7b4}.spec-table{border-top:1px solid rgba(255,255,255,.18)}.spec-row{display:grid;grid-template-columns:1fr 1.25fr;gap:20px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.13)}.spec-row span{font-size:13px;color:#aaa7b4}.spec-row b{font-size:18px;font-weight:650;letter-spacing:-.02em}.spec-source{font-size:11px;color:#8f8c98;max-width:760px;margin-top:24px}
.gallery-grid{display:grid;grid-template-columns:1fr .8fr;grid-template-rows:520px 420px;gap:18px}.gallery-grid figure{margin:0;border-radius:var(--radius);overflow:hidden}.gallery-grid img{width:100%;height:100%;object-fit:cover}.gallery-a{grid-row:1/3}.gallery-a img{object-position:center 70%}.gallery-copy{border-radius:var(--radius);background:var(--purple);padding:46px;display:flex;flex-direction:column;justify-content:flex-end}.gallery-copy>span{font-size:10px;letter-spacing:.16em;font-weight:800;margin-bottom:auto}.gallery-copy h2{font-size:48px}.gallery-copy p{margin:0;max-width:390px}.gallery-b{display:none}.gallery-c{grid-column:2}.gallery-c img{object-position:center 67%}
.faq{padding-top:70px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:24px 48px 24px 0;font-size:21px;font-weight:700;letter-spacing:-.025em;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:5px;top:20px;font-size:28px;font-weight:400;transition:.2s}details[open] summary:after{transform:rotate(45deg)}details p{color:var(--muted);max-width:760px;padding:0 0 24px;margin:0;font-size:15px}
.buy{padding-top:70px}.buy-card{border-radius:40px;min-height:580px;background:linear-gradient(125deg,#f9d348,#ff8d39 48%,#ff668b);display:grid;grid-template-columns:1fr .72fr;overflow:hidden}.buy-copy{padding:65px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.buy-kicker{font-size:11px;letter-spacing:.18em;font-weight:850;margin-bottom:18px}.buy-copy p{max-width:570px;font-size:16px}.buy-copy code{background:rgba(255,255,255,.55);padding:2px 5px;border-radius:5px}.buy-actions{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0 18px}.market-button{min-width:170px;background:#15141a;color:#fff;border-radius:18px;padding:13px 18px;display:flex;flex-direction:column;transition:.2s}.market-button:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.18)}.market-button span{font-size:9px;opacity:.65;letter-spacing:.08em}.market-button b{font-size:21px;letter-spacing:-.03em}.buy-copy small{max-width:560px;font-size:10px;opacity:.65}.buy-image{position:relative;overflow:hidden}.buy-image img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 70%}
footer{padding:50px max(28px,calc((100vw - 1280px)/2));border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:35px;align-items:start}.footer-brand{display:flex;gap:13px;align-items:center}.footer-brand div{display:flex;flex-direction:column}.footer-brand b{font-size:13px}.footer-brand small{font-size:10px;color:var(--muted);margin-top:3px}.footer-links{display:flex;gap:24px;font-size:12px;color:var(--muted)}.legal{grid-column:1/-1;font-size:10px;color:#929097;max-width:850px;margin:0}
.toast{position:fixed;z-index:120;left:50%;bottom:25px;transform:translate(-50%,30px);background:#111;color:#fff;padding:12px 16px;border-radius:999px;font-size:12px;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 12px 30px rgba(0,0,0,.22)}.toast.show{opacity:1;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}
@media (max-width:1050px){.nav{display:none}.hero{grid-template-columns:1fr;gap:30px}.hero-visual{min-height:560px}.hero-card{width:min(520px,78vw)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.lifestyle-grid{grid-template-columns:1fr 1fr}.lifestyle-copy{grid-column:1/-1;grid-row:1}.photo-card,.photo-card.tall{min-height:600px}.color-stage{grid-template-columns:1fr}.color-image-wrap{min-height:640px}.how-grid{gap:40px}.gallery-grid{grid-template-rows:440px 360px}.buy-card{grid-template-columns:1fr 1fr}.buy-copy{padding:48px}}
@media (max-width:720px){.section-pad{padding:76px 18px}.topbar{height:72px;padding:0 18px}.brand-mark{width:34px;height:34px}.brand-copy strong{font-size:12px}.hero{padding-top:48px;padding-bottom:64px;min-height:auto}.hero h1{font-size:52px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.topbar>.button{width:auto}.microfacts{overflow:auto}.microfacts div{min-width:115px;margin-right:16px;padding-right:16px}.hero-visual{min-height:480px}.hero-card{width:84vw;border-radius:28px}.orb-one{width:280px;height:280px;right:-110px}.orb-two{width:230px;height:230px;left:-70px}.chip-one{right:-2px;top:90px}.chip-two{left:0;bottom:65px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:280px}.section-head{margin-bottom:35px}.section-head h2,.lifestyle-copy h2,.how-copy h2,.buy h2{font-size:42px}.lifestyle-grid{grid-template-columns:1fr}.lifestyle-copy{grid-column:auto;grid-row:auto;padding:28px}.photo-card,.photo-card.tall{min-height:520px}.color-stage{border-radius:28px}.color-image-wrap{min-height:520px}.color-panel{padding:30px}.color-panel h3{font-size:38px}.swatches{gap:8px}.swatch{width:40px;height:40px}.how-grid{grid-template-columns:1fr}.how-photo{min-height:540px}.spec-row{grid-template-columns:1fr;gap:5px;padding:17px 0}.spec-row b{font-size:16px}.gallery-grid{grid-template-columns:1fr;grid-template-rows:520px auto 430px}.gallery-a{grid-row:auto}.gallery-copy{min-height:380px;padding:30px}.gallery-copy h2{font-size:42px}.gallery-c{grid-column:auto}.buy-card{grid-template-columns:1fr;border-radius:30px}.buy-copy{padding:34px}.buy-image{height:500px;grid-row:1}.buy-actions{width:100%}.market-button{flex:1;min-width:130px}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap;gap:15px}.legal{grid-column:auto}.ticker-track{animation-duration:21s}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker-track{animation:none}.reveal{opacity:1;transform:none;transition:none}.button,.swatch,.market-button{transition:none}}


/* Wholesale */
.wholesale{padding-top:36px;padding-bottom:36px}.wholesale-card{background:#fff;border:1px solid var(--line);border-radius:36px;padding:56px;display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center;box-shadow:0 22px 70px rgba(20,16,28,.06)}.wholesale-copy h2{font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 20px}.wholesale-copy p{color:var(--muted);font-size:17px;max-width:720px}.button-wholesale{background:var(--ink);color:#fff;margin-top:10px}.wholesale-meta{border-left:1px solid var(--line);padding-left:42px}.wholesale-meta>span{font-size:10px;letter-spacing:.16em;font-weight:850;color:var(--muted)}.wholesale-meta b{display:block;font-size:25px;line-height:1.15;letter-spacing:-.035em;margin:14px 0}.wholesale-meta p{margin:0;color:var(--muted);font-size:13px}

/* Marketplace brand buttons */
.market-button{border:1px solid transparent}.market-button.market-ozon{background:#005bff;color:#fff}.market-button.market-wb{background:linear-gradient(135deg,#cb11ab,#7b2cff);color:#fff}.market-button.market-yandex{background:#ffcc00;color:#111}.market-button.market-yandex span{opacity:.62}.market-button.market-yandex b{font-size:18px}.market-button:hover{filter:brightness(.98)}

/* Legal pages */
.legal-page{min-height:100vh}.legal-shell{max-width:980px;margin:0 auto;padding:72px 28px 110px}.legal-shell .back-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:750;margin-bottom:38px}.legal-shell h1{font-size:clamp(44px,7vw,78px);margin-bottom:18px}.legal-shell .legal-lead{font-size:17px;color:var(--muted);max-width:760px;margin-bottom:48px}.legal-content{background:#fff;border:1px solid var(--line);border-radius:28px;padding:42px}.legal-content h2{font-size:26px;letter-spacing:-.035em;margin:34px 0 12px}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:18px;margin:26px 0 9px}.legal-content p,.legal-content li{font-size:14px;line-height:1.72;color:#4f4d56}.legal-content ul{padding-left:20px}.legal-content a{text-decoration:underline;text-underline-offset:3px}.legal-note{margin-top:24px;padding:16px 18px;border-radius:16px;background:#f4f3ee;font-size:12px;color:var(--muted)}.legal-table{display:grid;border-top:1px solid var(--line);margin:18px 0}.legal-table div{display:grid;grid-template-columns:230px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.legal-table span{color:var(--muted)}.legal-warning{background:#fff3cd;border:1px solid #f0d67a;border-radius:16px;padding:15px 17px;color:#584900;font-size:13px;margin:20px 0}

@media (max-width:800px){.wholesale-card{grid-template-columns:1fr;padding:34px;gap:28px}.wholesale-meta{border-left:0;border-top:1px solid var(--line);padding:26px 0 0}.legal-content{padding:26px}.legal-table div{grid-template-columns:1fr;gap:3px}.buy-actions{display:grid;grid-template-columns:1fr}.market-button{width:100%}}


/* New studio materials */
.studio{padding-top:40px}.studio-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:18px;align-items:stretch}.studio-card{margin:0;border-radius:28px;overflow:hidden;background:#120f17;position:relative;box-shadow:0 20px 60px rgba(12,10,18,.12)}.studio-card img,.studio-card video{width:100%;height:100%;object-fit:cover;display:block}.studio-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:18px 20px;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);font-size:15px;font-weight:650;letter-spacing:-.02em}.studio-card figcaption span{display:block;font-size:10px;letter-spacing:.16em;font-weight:800;opacity:.7;margin-bottom:6px}.studio-video{grid-row:1/3;min-height:760px}.studio-feature{min-height:360px}.studio-card:not(.studio-video){min-height:370px}.studio-video video{background:#000}.buy-image img{object-position:center 55%}
@media (max-width:1050px){.studio-grid{grid-template-columns:1fr 1fr}.studio-video{grid-row:auto;grid-column:1/-1;min-height:540px}}
@media (max-width:720px){.studio-grid{grid-template-columns:1fr}.studio-video{min-height:460px}.studio-card,.studio-card:not(.studio-video),.studio-feature{min-height:400px}}


/* v6 focus: german quality, simpler structure */
.tech{padding-top:44px;padding-bottom:32px}.tech-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:center}.tech-photo{margin:0;border-radius:34px;overflow:hidden;min-height:620px;box-shadow:0 20px 70px rgba(15,12,22,.12)}.tech-photo img{width:100%;height:100%;object-fit:cover;object-position:center 58%}.tech-copy{background:#fff;border:1px solid var(--line);border-radius:34px;padding:38px}.tech-copy h2{font-size:clamp(40px,4.9vw,68px);line-height:.98;letter-spacing:-.05em}.tech-copy p{color:var(--muted);max-width:680px}.tech-points{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.tech-points article{background:#f6f5f1;border-radius:22px;padding:18px 18px 16px}.tech-points b{display:block;font-size:18px;letter-spacing:-.03em;margin-bottom:7px}.tech-points span{display:block;font-size:13px;line-height:1.55;color:#5a5761}.compact-studio{grid-template-columns:1.15fr .85fr .85fr;gap:18px}.compact-studio .studio-feature{grid-row:1 / span 2;min-height:760px}.studio-video-small{min-height:280px}.studio-video-small video{height:100%;background:#000}.compact-studio .studio-card:not(.studio-feature):not(.studio-video-small){min-height:360px}.buy-image img{object-position:center 52%}
@media (max-width:1050px){.tech-grid{grid-template-columns:1fr}.tech-photo{min-height:520px}.compact-studio{grid-template-columns:1fr 1fr}.compact-studio .studio-feature{grid-row:auto;min-height:540px}.studio-video-small{grid-column:1/-1;min-height:260px}}
@media (max-width:720px){.tech-copy{padding:28px}.tech-points{grid-template-columns:1fr}.compact-studio{grid-template-columns:1fr}.compact-studio .studio-feature,.compact-studio .studio-card:not(.studio-feature):not(.studio-video-small){min-height:420px}.studio-video-small{min-height:220px}}


/* v7: compact product video in purchase block */
.buy-media{position:relative;display:flex;align-items:center;justify-content:center;padding:34px;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.18),rgba(20,17,23,.12) 45%,rgba(20,17,23,.24));min-height:500px;overflow:hidden}.buy-video-shell{width:min(340px,86%);aspect-ratio:3/4;border-radius:26px;overflow:hidden;position:relative;background:#111;box-shadow:0 24px 60px rgba(0,0,0,.28)}.buy-video-shell video{width:100%;height:100%;object-fit:contain;display:block;background:#09090b}.buy-video-shell>span{position:absolute;left:12px;right:12px;bottom:12px;padding:9px 11px;border-radius:12px;background:rgba(10,10,12,.66);backdrop-filter:blur(10px);color:#fff;font-size:10px;line-height:1.3;letter-spacing:.02em;pointer-events:none}.brand-copy small{max-width:170px;white-space:nowrap}
@media (max-width:1050px){.buy-media{min-height:480px;padding:28px}.buy-video-shell{width:min(315px,82%)}}
@media (max-width:720px){.buy-media{grid-row:1;min-height:420px;padding:22px}.buy-video-shell{width:min(285px,82%);border-radius:22px}.brand-copy small{display:none}}


/* v8 — independent seller identity */
.seller-mark{transform:none;background:#121118;color:#fff;font-size:17px;letter-spacing:-.04em}.seller-brand .brand-copy strong{text-transform:none;letter-spacing:-.02em;font-size:15px}.seller-brand .brand-copy small{letter-spacing:.08em}.independent-note{max-width:650px;margin:22px 0 0;padding:14px 16px;border:1px solid rgba(18,17,24,.12);border-radius:16px;background:rgba(255,255,255,.62);display:flex;flex-direction:column;gap:3px}.independent-note b{font-size:12px}.independent-note span{font-size:11px;color:#6c6a72;line-height:1.45}.spec-source a{text-decoration:underline;text-underline-offset:3px}.seller-details{grid-column:1/-1;display:flex;flex-direction:column;gap:4px;padding-top:10px;border-top:1px solid var(--line);font-size:11px;color:#6c6a72}.seller-details b{font-size:12px;color:#34323b}.seller-details a{text-decoration:underline;text-underline-offset:3px}.legal strong{color:#56535d}.seller-footer-brand .brand-mark{flex:0 0 auto}
@media(max-width:720px){.independent-note{margin-top:18px}.seller-brand .brand-copy small{display:block;white-space:normal;max-width:170px}.seller-details{font-size:10px}}


/* Analytics consent */
.cookie-banner{
  position:fixed;z-index:180;left:20px;right:20px;bottom:20px;max-width:980px;margin:0 auto;
  background:rgba(17,16,22,.97);color:#fff;border:1px solid rgba(255,255,255,.13);
  border-radius:22px;padding:18px 20px;display:none;grid-template-columns:1fr auto;gap:24px;
  align-items:center;box-shadow:0 24px 80px rgba(0,0,0,.34);backdrop-filter:blur(18px)
}
.cookie-banner.show{display:grid}
.cookie-banner b{display:block;font-size:14px;margin-bottom:5px}
.cookie-banner p{margin:0;max-width:700px;color:#cbc8d1;font-size:12px;line-height:1.52}
.cookie-banner a{text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:flex;gap:8px;align-items:center}
.cookie-actions button{border:0;border-radius:999px;padding:11px 15px;cursor:pointer;font-size:12px;font-weight:760}
.cookie-primary{background:var(--lime);color:#111}
.cookie-secondary{background:#34313b;color:#fff}
.footer-link-button{border:0;background:none;padding:0;color:inherit;font:inherit;cursor:pointer;font-size:12px}
.footer-link-button:hover{text-decoration:underline;text-underline-offset:4px}
@media (max-width:800px){
  .cookie-banner.show{display:flex;flex-direction:column;align-items:stretch}
  .cookie-actions{width:100%}
  .cookie-actions button{flex:1}
}


/* v12 — mobile overflow / Android Chrome fixes */
html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  overscroll-behavior-x:none;
}
body{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-x:hidden;
  position:relative;
}
main,header,footer,section{
  max-width:100%;
}
main{
  overflow-x:clip;
}
.topbar,
.hero,
.tech-grid,
.lifestyle-grid,
.color-stage,
.how-grid,
.buy-card,
.wholesale-card{
  min-width:0;
}
.topbar > *,
.hero > *,
.tech-grid > *,
.lifestyle-grid > *,
.color-stage > *,
.how-grid > *,
.buy-card > *,
.wholesale-card > *{
  min-width:0;
}
img,video,svg{
  max-width:100%;
}
.hero-copy,
.tech-copy,
.lifestyle-copy,
.color-panel,
.how-copy,
.buy-copy,
.wholesale-copy,
.wholesale-meta{
  overflow-wrap:anywhere;
}
.hero-visual{
  max-width:100%;
  overflow:hidden;
}
.orb-one,.orb-two{
  pointer-events:none;
}
.microfacts{
  max-width:100%;
}
.market-button{
  max-width:100%;
}
.footer-links{
  min-width:0;
}

@supports (overflow: clip){
  html,body,main{overflow-x:clip}
}

@media (max-width:720px){
  .section-pad{
    width:100%;
    padding-left:18px;
    padding-right:18px;
  }

  .topbar{
    width:100%;
    max-width:100%;
    padding-left:14px;
    padding-right:14px;
    gap:10px;
  }

  .seller-brand{
    flex:1 1 auto;
    min-width:0;
    gap:9px;
  }

  .seller-brand .brand-mark{
    width:32px;
    height:32px;
    flex:0 0 32px;
  }

  .seller-brand .brand-copy{
    min-width:0;
  }

  .seller-brand .brand-copy strong{
    display:block;
    font-size:12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  /* Подпись в шапке скрываем на телефоне, чтобы она не расширяла страницу. */
  .seller-brand .brand-copy small{
    display:none !important;
  }

  .topbar > .button{
    flex:0 0 auto;
    width:auto;
    padding:10px 16px;
  }

  .hero{
    width:100%;
    overflow:hidden;
  }

  .hero h1{
    max-width:100%;
    font-size:clamp(40px,12.5vw,52px);
    line-height:.96;
    overflow-wrap:break-word;
  }

  .hero-lead,
  .independent-note{
    max-width:100%;
  }

  .hero-visual{
    width:100%;
    min-width:0;
  }

  .hero-card{
    width:min(84vw,430px);
    max-width:100%;
  }

  .microfacts{
    width:100%;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
  }

  .color-image-wrap,
  .how-photo,
  .tech-photo,
  .photo-card,
  .buy-media{
    width:100%;
    max-width:100%;
  }

  .tech-copy,
  .lifestyle-copy,
  .color-panel,
  .buy-copy,
  .wholesale-card{
    width:100%;
    max-width:100%;
  }

  .buy-actions{
    width:100%;
    min-width:0;
  }

  .market-button{
    width:100%;
    min-width:0;
    white-space:normal;
  }

  footer{
    width:100%;
    max-width:100%;
    padding-left:18px;
    padding-right:18px;
    overflow:hidden;
  }

  .footer-links{
    width:100%;
    max-width:100%;
  }

  .cookie-banner{
    left:12px;
    right:12px;
    max-width:calc(100% - 24px);
  }
}

@media (max-width:380px){
  .topbar{
    padding-left:10px;
    padding-right:10px;
  }
  .seller-brand .brand-mark{
    display:none;
  }
  .topbar > .button{
    padding:9px 14px;
    font-size:12px;
  }
  .section-pad{
    padding-left:14px;
    padding-right:14px;
  }
}


/* v13 — simple cookie notice */
.cookie-banner{
  max-width:820px;
  grid-template-columns:1fr auto;
}
.cookie-banner-copy p{
  margin:0;
}
.cookie-actions{
  flex:0 0 auto;
}
.cookie-actions .cookie-primary{
  min-width:72px;
  padding:11px 22px;
}
@media (max-width:800px){
  .cookie-banner.show{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
  }
  .cookie-actions{
    width:auto;
  }
  .cookie-actions button{
    flex:none;
  }
}


/* =========================================================
   v15 MOBILE FINAL
   Tested layout targets: 320 / 360 / 375 / 390 / 412 / 430 px
   ========================================================= */

html,
body {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip !important;
}

body {
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: none;
}

*,
*::before,
*::after {
  min-width: 0;
}

.ticker {
  width: 100%;
  max-width: 100%;
  overflow: hidden !important;
}

.hero,
.hero-copy,
.hero-visual,
.tech-grid,
.tech-copy,
.lifestyle-grid,
.lifestyle-copy,
.color-stage,
.color-image-wrap,
.color-panel,
.how-grid,
.how-copy,
.spec-table,
.wholesale-card,
.buy-card,
.buy-copy,
.buy-media,
footer {
  width: 100%;
  max-width: 100%;
}

.hero-visual,
.color-image-wrap,
.buy-media,
footer {
  overflow: hidden;
}

img,
video,
svg {
  max-width: 100%;
}

@media (max-width: 720px) {
  .section-pad {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .topbar {
    width: 100%;
    max-width: 100%;
    height: 68px;
    padding: 0 12px !important;
    gap: 8px;
    overflow: hidden;
  }

  .seller-brand {
    flex: 1 1 auto;
    max-width: calc(100% - 92px);
    overflow: hidden;
  }

  .seller-brand .brand-mark {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .seller-brand .brand-copy {
    overflow: hidden;
  }

  .seller-brand .brand-copy strong {
    display: block;
    max-width: 100%;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .seller-brand .brand-copy small {
    display: none !important;
  }

  .topbar > .button {
    width: auto !important;
    flex: 0 0 auto;
    padding: 9px 15px;
    font-size: 12px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px;
    padding-top: 42px;
    padding-bottom: 56px;
    overflow: hidden;
  }

  .hero-copy {
    width: 100%;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: .14em;
    overflow-wrap: anywhere;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(38px, 12vw, 50px) !important;
    line-height: .94;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-lead {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }

  .independent-note {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
    max-width: 100%;
  }

  /* No horizontal sub-scroll: all three facts fit the viewport. */
  .microfacts {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    overflow: hidden !important;
    border-top: 1px solid var(--line);
  }

  .microfacts div {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 18px 8px 0 0 !important;
    border-right: 1px solid var(--line);
  }

  .microfacts div:nth-child(2),
  .microfacts div:nth-child(3) {
    padding-left: 12px !important;
  }

  .microfacts div:last-child {
    border-right: 0;
  }

  .microfacts b {
    font-size: clamp(16px, 5vw, 21px);
    white-space: nowrap;
  }

  .microfacts span {
    font-size: 9px;
    letter-spacing: .09em;
    overflow-wrap: anywhere;
  }

  .hero-visual {
    min-height: 455px;
  }

  .hero-card {
    width: min(82vw, 365px);
    max-width: calc(100% - 18px);
  }

  .floating-chip {
    max-width: 45%;
    font-size: 10px;
    padding: 9px 11px;
  }

  .chip-one {
    right: 0;
  }

  .chip-two {
    left: 0;
  }

  .tech-grid,
  .lifestyle-grid,
  .color-stage,
  .how-grid,
  .buy-card,
  .wholesale-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .tech-photo {
    min-height: 440px;
  }

  .tech-copy,
  .lifestyle-copy,
  .color-panel,
  .buy-copy {
    padding: 26px !important;
  }

  .tech-points {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .photo-card,
  .photo-card.tall {
    min-height: 470px;
  }

  .color-image-wrap {
    min-height: 470px;
  }

  .swatches {
    width: 100%;
    max-width: 100%;
    gap: 7px;
    flex-wrap: wrap;
  }

  .swatch {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
  }

  .how-photo {
    min-height: 500px;
  }

  .steps li {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .spec-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .spec-row b,
  .spec-row span {
    overflow-wrap: anywhere;
  }

  .wholesale-card {
    padding: 28px !important;
  }

  .wholesale-meta {
    padding-left: 0;
  }

  .buy-card {
    overflow: hidden;
  }

  /* Bigger video, but still within the viewport. */
  .buy-media {
    grid-row: 1;
    min-height: 445px !important;
    padding: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .buy-video-shell {
    width: min(310px, 96%) !important;
    max-width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 22px;
  }

  .buy-video-shell video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .buy-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    gap: 10px;
  }

  .market-button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
  }

  footer {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .footer-links {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .seller-details,
  .legal {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .cookie-banner {
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-width: calc(100% - 20px) !important;
    padding: 14px !important;
    gap: 12px !important;
  }

  .cookie-banner.show {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .cookie-actions .cookie-primary {
    min-width: 62px;
    padding: 10px 17px;
  }
}

@media (max-width: 350px) {
  .section-pad {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .seller-brand .brand-mark {
    display: none;
  }

  .seller-brand {
    max-width: calc(100% - 84px);
  }

  .hero h1 {
    font-size: 38px !important;
  }

  .microfacts div:nth-child(2),
  .microfacts div:nth-child(3) {
    padding-left: 8px !important;
  }

  .microfacts b {
    font-size: 16px;
  }

  .buy-video-shell {
    width: 96% !important;
  }
}


/* v16 video compatibility/fallback */
.buy-video-shell video{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#09090b;
}
.buy-video-shell.video-load-error::before{
  content:"Видео не загрузилось. Обновите страницу или нажмите на область видео.";
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:28px;
  color:#fff;
  background:#111;
  font-size:13px;
  line-height:1.5;
}
.buy-video-shell.video-load-error > span{
  z-index:3;
}
