:root {
  --orange: #f15a16;
  --orange-dark: #cf4206;
  --orange-ui: #cf4206;
  --orange-soft: #fff0e7;
  --ink: #111820;
  --ink-soft: #202a35;
  --text: #15191e;
  --muted: #667085;
  --line: #e6e7e9;
  --paper: #f7f6f2;
  --white: #ffffff;
  --success: #21a45d;
  --shadow: 0 28px 70px rgba(17, 24, 32, 0.12);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shell: min(1240px, calc(100vw - 48px));
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--text); }
body.menu-open,
body.dialog-open { overflow: hidden; }
button,
input,
textarea,
select { font: inherit; }
button,
a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: 16px; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 8px; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; height: 79px; border-bottom: 1px solid rgba(17,24,32,.08); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); transition: box-shadow .25s, height .25s; }
.site-header.is-scrolled { box-shadow: 0 10px 32px rgba(17,24,32,.07); height: 70px; }
.header__inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; position: relative; flex: 0 0 auto; }
.brand__logo { width: 142px; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; color: #343b44; }
.main-nav a { position: relative; padding-block: 8px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--orange); transition: right .25s; }
.main-nav a:hover::after,
.main-nav a:focus-visible::after { right: 0; }
.header__actions { display: flex; align-items: center; gap: 10px; }
.icon-button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; border-radius: 50%; }
.icon-button:hover { background: var(--paper); }
.icon-button svg { width: 20px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px 10px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 10px; padding: 11px 18px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button svg { width: 18px; height: 18px; }
.button--primary { background: var(--orange-ui); color: #fff; box-shadow: 0 10px 24px rgba(241,90,22,.21); }
.button--primary:hover { background: var(--orange-dark); box-shadow: 0 14px 30px rgba(241,90,22,.29); }
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover { background: #29333e; }
.button--outline { border-color: #cdd0d4; background: transparent; color: var(--ink); }
.button--outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.button--large { min-height: 54px; padding: 14px 23px; border-radius: 12px; font-size: 15px; }

.hero { position: relative; overflow: hidden; padding: 82px 0 0; background: linear-gradient(180deg,#fff 0%,#fcfbf8 100%); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; min-height: 570px; gap: 42px; }
.hero__copy { padding-bottom: 50px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #5d646d; font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: grid; place-items: center; min-width: 31px; height: 25px; padding-inline: 7px; background: var(--orange-ui); color: #fff; border-radius: 6px 2px 6px 2px; letter-spacing: -.02em; }
.hero h1,
.section-heading h2,
.business h2 { margin: 0; color: var(--ink); font-size: clamp(52px,5.2vw,78px); line-height: .97; letter-spacing: -.065em; font-weight: 780; }
.hero h1 em,
.section-heading h2 em,
.business h2 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 590px; margin: 27px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero__proof { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
.hero__proof p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero__proof strong { color: var(--text); font-size: 13px; }
.avatar-stack { display: flex; padding-left: 10px; }
.avatar-stack span { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -10px; border: 3px solid #fff; border-radius: 50%; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: var(--orange); }
.avatar-stack span:nth-child(3) { background: #f0e9dc; color: var(--ink); }

.hero__visual { position: relative; min-height: 520px; }
.product-stage { position: absolute; inset: 12px 0 0 0; border-radius: 46% 54% 42% 58% / 51% 39% 61% 49%; background: radial-gradient(circle at 52% 45%,#fff 0,#f4eee6 55%,#efe6da 100%); }
.product-stage::after { content: ""; position: absolute; left: 13%; right: 8%; bottom: 7%; height: 8%; border-radius: 50%; background: rgba(53,40,29,.18); filter: blur(22px); }
.product-stage__ring { position: absolute; z-index: 0; inset: 12%; border: 1px solid rgba(241,90,22,.25); border-radius: 50%; transform: rotate(-16deg); }
.hero-product { position: absolute; z-index: 2; margin: 0; overflow: hidden; background: #fff; box-shadow: 0 28px 60px rgba(37,28,18,.18); }
.hero-product img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hero-product--charger { left: 4%; bottom: 12%; width: 36%; aspect-ratio: 1.02; border-radius: 28px; transform: rotate(-8deg); }
.hero-product--headset { z-index: 3; left: 29%; top: 18%; width: 45%; aspect-ratio: 1.2; border-radius: 34px; transform: rotate(2deg); }
.hero-product--watch { right: 3%; bottom: 8%; width: 32%; aspect-ratio: .89; border-radius: 26px; transform: rotate(8deg); }
.hero__badge { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 12px 14px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.75); border-radius: 14px; box-shadow: 0 16px 40px rgba(17,24,32,.12); backdrop-filter: blur(12px); }
.hero__badge span:not(.status-dot) { color: var(--orange); font-size: 20px; font-weight: 850; }
.hero__badge small { font-size: 11px; font-weight: 750; color: #4d535b; }
.hero__badge--top { right: -7px; top: 13%; }
.hero__badge--bottom { left: 9%; bottom: 5%; }
.hero__badge--channel span { color: var(--orange-dark) !important; font-size: 17px !important; }
.mg-tag { position: absolute; z-index: 4; right: 9%; top: 5%; display: flex; align-items: center; gap: 9px; color: var(--orange); }
.mg-tag strong { font-size: 28px; letter-spacing: -.07em; }
.mg-tag span { width: 55px; color: #72777e; font-size: 9px; line-height: 1.05; text-transform: uppercase; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero__glow--one { width: 310px; height: 310px; right: -180px; top: 10px; background: rgba(241,90,22,.08); }
.hero__glow--two { width: 240px; height: 240px; left: -160px; bottom: -80px; background: rgba(241,90,22,.05); }

.trust-row { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); border: 1px solid var(--line); border-radius: 18px 18px 0 0; box-shadow: 0 -16px 55px rgba(17,24,32,.04); }
.trust-row article { display: flex; align-items: center; gap: 13px; min-height: 94px; padding: 20px 24px; border-right: 1px solid var(--line); }
.trust-row article:last-child { border-right: 0; }
.trust-row__icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; color: var(--orange); background: var(--orange-soft); border-radius: 12px; }
.trust-row__icon svg { width: 22px; height: 22px; }
.trust-row strong,
.trust-row small { display: block; }
.trust-row strong { margin-bottom: 4px; font-size: 13px; }
.trust-row small { color: var(--muted); font-size: 11px; }

.section { padding: 120px 0; }
.brand-intro { background: var(--ink); color: #fff; }
.brand-intro__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.brand-intro .section-heading h2 { color: #fff; }
.brand-intro .section-heading h2 em { color: #b7bdc5; }
.brand-intro .eyebrow { color: #aeb4bb; }
.brand-intro__body p { max-width: 520px; margin: 0 0 28px; color: #c4c9cf; font-size: 18px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.35); color: #fff; font-weight: 700; }
.text-link span { color: var(--orange); }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 86px; border-top: 1px solid rgba(255,255,255,.15); }
.metrics article { padding: 34px 20px 0 0; border-right: 1px solid rgba(255,255,255,.15); }
.metrics article:not(:first-child) { padding-left: 32px; }
.metrics article:last-child { border-right: 0; }
.metrics strong { display: block; color: #fff; font-size: 52px; line-height: 1; letter-spacing: -.06em; }
.metrics strong span { color: var(--orange); }
.metrics small { display: block; margin-top: 10px; color: #9198a0; font-size: 12px; }

.categories-section { background: var(--paper); }
.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-heading h2,
.business h2 { font-size: clamp(42px,4.1vw,62px); }
.section-topline > p,
.catalog__header > p { max-width: 395px; margin: 0 0 7px; color: var(--muted); line-height: 1.65; }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.category-card { position: relative; display: flex; min-height: 166px; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: #fff; text-align: left; cursor: pointer; transition: transform .25s, box-shadow .25s, border-color .25s; }
.category-card:hover { transform: translateY(-5px); border-color: rgba(241,90,22,.35); box-shadow: 0 24px 50px rgba(17,24,32,.09); }
.category-card.is-active { color: #fff; border-color: var(--orange-ui); background: var(--orange-ui); }
.category-card--featured { min-height: 192px; }
.category-card__top { position: absolute; left: 20px; right: 20px; top: 20px; display: flex; align-items: center; justify-content: space-between; }
.category-card__icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; background: var(--orange-soft); color: var(--orange-dark); font-size: 20px; }
.category-card__count { color: #c0c3c7; font-size: 24px; font-weight: 760; letter-spacing: -.05em; }
.category-card.is-active .category-card__icon { background: rgba(255,255,255,.16); color: #fff; }
.category-card.is-active .category-card__count { color: rgba(255,255,255,.7); }
.category-card h3 { max-width: calc(100% - 20px); margin: 0 0 7px; font-size: 16px; line-height: 1.25; letter-spacing: -.025em; }
.category-card p { margin: 0; color: var(--muted); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .06em; }
.category-card.is-active p { color: rgba(255,255,255,.72); }
.category-card__arrow { position: absolute; right: 19px; bottom: 21px; font-size: 17px; transition: transform .2s; }
.category-card:hover .category-card__arrow { transform: translate(3px,-3px); }

.catalog { background: #fff; }
.catalog__header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.catalog-toolbar { display: flex; align-items: center; gap: 16px; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(17,24,32,.05); }
.catalog-search { display: flex; min-width: 350px; flex: 1; align-items: center; gap: 12px; padding: 0 10px; }
.catalog-search svg { width: 20px; color: #8b9199; }
.catalog-search input { width: 100%; height: 44px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.catalog-search input::placeholder { color: #a0a5ac; }
.catalog-search kbd { padding: 4px 7px; border: 1px solid #dfe1e4; border-radius: 6px; background: var(--paper); color: #777e86; font-size: 10px; font-family: inherit; }
.filter-chips { display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chip { display: inline-flex; height: 40px; align-items: center; gap: 7px; padding: 0 14px; border: 1px solid transparent; border-radius: 10px; background: var(--paper); color: #555c64; font-size: 12px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.filter-chip span { color: #999fa6; font-size: 9px; font-weight: 800; }
.filter-chip:hover { color: var(--orange); }
.filter-chip.is-active { background: var(--ink); color: #fff; }
.filter-chip.is-active span { color: #b8bec5; }
.catalog-summary { display: flex; align-items: center; justify-content: space-between; margin: 27px 0 19px; color: var(--muted); font-size: 13px; }
.catalog-summary p { margin: 0; }
.catalog-summary strong { color: var(--ink); }
.catalog-summary button { padding: 6px 0; border: 0; border-bottom: 1px solid #bbbfc4; background: none; color: #555b62; font-size: 12px; cursor: pointer; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.product-card { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { z-index: 2; transform: translateY(-5px); border-color: #d7d8da; box-shadow: 0 24px 55px rgba(17,24,32,.11); }
.product-card__visual { position: relative; display: grid; place-items: center; aspect-ratio: 1.16; margin: 8px; overflow: hidden; border-radius: 12px; background: #f7f7f5; }
.product-card__visual::before { content: ""; position: absolute; width: 58%; height: 58%; border-radius: 50%; background: #fff; filter: blur(2px); }
.product-card__visual::after { content: "MG"; position: absolute; color: var(--orange); font-size: 46px; font-weight: 900; letter-spacing: -.08em; opacity: 0; }
.product-card__visual.is-image-missing::after { opacity: .13; }
.product-card__visual img { position: relative; z-index: 1; width: 72%; height: 72%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s; }
.product-card:hover .product-card__visual img { transform: scale(1.055); }
.product-card__brand { position: absolute; z-index: 2; left: 13px; top: 13px; display: grid; place-items: center; width: 31px; height: 26px; border-radius: 7px 3px 7px 3px; background: var(--orange-ui); color: #fff; font-weight: 900; font-size: 11px; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 13px 17px 17px; }
.product-card__model { margin: 0 0 7px; color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { display: -webkit-box; min-height: 64px; margin: 0; overflow: hidden; color: var(--ink); font-size: 14px; line-height: 1.48; letter-spacing: -.018em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-card__family { align-self: flex-start; margin-top: 12px; padding: 6px 8px; border-radius: 6px; background: var(--paper); color: #767d84; font-size: 9px; font-weight: 700; }
.product-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 15px; }
.product-card__channel small,
.product-card__channel strong { display: block; }
.product-card__channel small { margin-bottom: 3px; color: #999ea4; font-size: 9px; }
.product-card__channel strong { color: var(--ink); font-size: 11px; }
.product-card__button { display: grid; place-items: center; width: 39px; height: 39px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; transition: background .2s, color .2s, border .2s; }
.product-card__button svg { width: 17px; }
.product-card:hover .product-card__button { border-color: var(--orange); background: var(--orange); color: #fff; }
.catalog__more { display: flex; justify-content: center; margin-top: 38px; }
.catalog__more button[hidden] { display: none; }
.catalog__empty { padding: 75px 24px; border: 1px dashed #d9dade; border-radius: var(--radius); background: var(--paper); text-align: center; }
.catalog__empty span { color: var(--orange); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.catalog__empty h3 { margin: 12px 0 8px; font-size: 26px; }
.catalog__empty p { margin: 0 0 24px; color: var(--muted); }

.business { padding-top: 40px; }
.business__card { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; min-height: 590px; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); color: #fff; }
.business__visual { position: relative; min-height: 590px; overflow: hidden; background: linear-gradient(145deg,#f86b24 0%,#d84608 100%); }
.business__visual::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at 1px 1px,#fff 1px,transparent 0); background-size: 24px 24px; }
.business__visual img { position: absolute; z-index: 2; left: 50%; top: 50%; width: 56%; max-height: 64%; object-fit: contain; transform: translate(-50%,-50%) rotate(-5deg); mix-blend-mode: multiply; filter: drop-shadow(0 32px 32px rgba(76,21,0,.3)); }
.business__orb { position: absolute; left: 50%; top: 50%; width: 390px; height: 390px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); transform: translate(-50%,-50%); }
.business__orb::after { content: ""; position: absolute; inset: 50px; border: 1px solid rgba(255,255,255,.22); border-radius: inherit; }
.business__label { position: absolute; z-index: 3; left: 40px; bottom: 38px; display: flex; align-items: center; gap: 12px; }
.business__label strong { font-size: 32px; letter-spacing: -.08em; }
.business__label small { max-width: 80px; color: rgba(255,255,255,.8); font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }
.business__content { display: flex; flex-direction: column; justify-content: center; padding: 70px 8vw; }
.eyebrow--light { color: #b7bdc4; }
.business h2 { color: #fff; }
.business h2 em { color: var(--orange); }
.business__content > p { max-width: 540px; margin: 25px 0; color: #b8bec5; font-size: 16px; line-height: 1.7; }
.business ul { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; color: #e1e4e7; font-size: 13px; }
.business li { display: flex; align-items: center; gap: 10px; }
.business li span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(241,90,22,.17); color: #ff8045; font-size: 11px; }
.business .button { align-self: flex-start; }

.contact { padding-bottom: 130px; }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; }
.contact .section-heading p { max-width: 560px; margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact__cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.contact__cards article { min-height: 230px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.contact__cards span { display: block; margin-bottom: 52px; color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact__cards strong { display: block; min-height: 58px; font-size: 16px; line-height: 1.55; }
.contact__cards a,
.contact__cards button { display: inline-block; margin-top: 21px; padding: 0 0 4px; border: 0; border-bottom: 1px solid #b8bcc1; background: none; font-weight: 700; font-size: 12px; cursor: pointer; }

.site-footer { padding: 75px 0 20px; background: var(--ink); color: #fff; }
.brand__logo--footer { width: 170px; }
.footer__top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding-bottom: 70px; }
.footer__top > div > p { max-width: 330px; margin: 24px 0 0; color: #9299a1; font-size: 13px; line-height: 1.65; }
.footer__top nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; }
.footer__top nav div { display: flex; flex-direction: column; gap: 11px; }
.footer__top nav strong { margin-bottom: 11px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer__top nav a,
.footer__top nav button,
.footer__top nav span { width: fit-content; padding: 0; border: 0; background: none; color: #9da4ac; font-size: 12px; line-height: 1.5; text-align: left; cursor: default; }
.footer__top nav a,
.footer__top nav button { cursor: pointer; }
.footer__top nav a:hover,
.footer__top nav button:hover { color: var(--orange); }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #7f8790; font-size: 10px; }

.dialog { width: min(980px,calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: auto; border: 0; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.dialog::backdrop { background: rgba(9,13,17,.72); backdrop-filter: blur(7px); }
.dialog__inner { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; min-height: 570px; }
.dialog__close { position: absolute; z-index: 5; right: 18px; top: 18px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: rgba(17,24,32,.07); font-size: 26px; line-height: 1; cursor: pointer; }
.dialog__close:hover { background: var(--ink); color: #fff; }
.product-dialog__visual { display: grid; place-items: center; min-height: 570px; background: var(--paper); }
.product-dialog__visual img { width: 68%; height: 68%; object-fit: contain; mix-blend-mode: multiply; }
.product-dialog__content { display: flex; flex-direction: column; justify-content: center; padding: 70px 56px; }
.product-dialog__meta { display: flex; align-items: center; gap: 22px; color: var(--orange); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-dialog__model { margin: 24px 0 8px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.product-dialog h2 { margin: 0; color: var(--ink); font-size: 34px; line-height: 1.12; letter-spacing: -.045em; }
.product-dialog__content > p:not(.product-dialog__model) { margin: 20px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-dialog ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin: 0 0 27px; padding: 0; list-style: none; }
.product-dialog li { padding: 10px; border-radius: 8px; background: var(--paper); color: #50575f; font-size: 11px; }
.product-dialog__price { padding-top: 20px; border-top: 1px solid var(--line); }
.product-dialog__price small,
.product-dialog__price strong { display: block; }
.product-dialog__price small { color: #999ea5; font-size: 10px; }
.product-dialog__price strong { margin-top: 5px; color: var(--ink); font-size: 20px; }
.product-dialog .button { align-self: flex-start; margin-top: 24px; }

.mobile-catalog-button { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 36px, 920px); }
  .main-nav { position: fixed; z-index: 60; inset: 70px 0 auto; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 28px 24px 36px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 30px 40px rgba(17,24,32,.12); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header__actions { margin-left: auto; }
  .hero { padding-top: 55px; }
  .hero__grid { grid-template-columns: 1fr 1fr; min-height: 520px; }
  .hero h1 { font-size: clamp(48px,6vw,64px); }
  .hero__visual { min-height: 440px; }
  .hero__badge--top { right: 0; }
  .trust-row article { padding: 16px; }
  .category-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search { min-width: 0; }
  .business__content { padding: 60px 55px; }
  .contact__grid { gap: 40px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 28px); --radius-lg: 24px; }
  .site-header { height: 65px; }
  .site-header.is-scrolled { height: 60px; }
  .header__inner { gap: 8px; }
  .brand__logo { width: 116px; }
  .main-nav { top: 60px; }
  .header__account { display: none; }
  .icon-button { width: 38px; height: 38px; }
  .menu-button { width: 38px; height: 38px; padding: 9px 8px; }
  .hero { padding-top: 48px; }
  .hero__grid { display: flex; min-height: auto; flex-direction: column; gap: 5px; }
  .hero__copy { padding-bottom: 12px; }
  .eyebrow { margin-bottom: 19px; font-size: 10px; }
  .hero h1 { font-size: clamp(47px,14vw,66px); }
  .hero__lead { margin-top: 22px; font-size: 15px; line-height: 1.6; }
  .hero__actions { margin-top: 26px; }
  .hero__actions .button { width: 100%; }
  .hero__proof { margin-top: 26px; }
  .hero__visual { width: 100%; min-height: 390px; }
  .product-stage { inset: 25px 0 0; }
  .hero-product--charger { left: 1%; width: 40%; }
  .hero-product--headset { left: 28%; top: 25%; width: 48%; }
  .hero-product--watch { right: 1%; width: 35%; }
  .hero__badge--top { top: 8%; }
  .hero__badge--bottom { left: 3%; bottom: 1%; }
  .mg-tag { top: 8%; left: 8%; right: auto; }
  .trust-row { grid-template-columns: repeat(2,1fr); border-radius: 16px 16px 0 0; }
  .trust-row article { min-height: 82px; padding: 13px 11px; }
  .trust-row article:nth-child(2) { border-right: 0; }
  .trust-row article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-row__icon { width: 36px; height: 36px; }
  .trust-row strong { font-size: 11px; }
  .trust-row small { font-size: 9px; }
  .section { padding: 84px 0; }
  .brand-intro__grid,
  .contact__grid { grid-template-columns: 1fr; gap: 32px; }
  .section-heading h2,
  .business h2 { font-size: clamp(38px,11vw,52px); }
  .brand-intro__body p { font-size: 15px; }
  .metrics { grid-template-columns: repeat(2,1fr); margin-top: 54px; }
  .metrics article { padding: 25px 15px 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .metrics article:nth-child(even) { padding-left: 22px; border-right: 0; }
  .metrics strong { font-size: 42px; }
  .section-topline,
  .catalog__header { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 36px; }
  .section-topline > p,
  .catalog__header > p { font-size: 14px; }
  .category-grid { grid-template-columns: repeat(2,1fr); gap: 9px; }
  .category-card,
  .category-card--featured { min-width: 0; min-height: 148px; padding: 16px; }
  .category-card__top { left: 15px; right: 15px; top: 15px; }
  .category-card__icon { width: 37px; height: 37px; font-size: 17px; }
  .category-card__count { font-size: 20px; }
  .category-card__arrow { right: 14px; bottom: 17px; }
  .category-card h3 { font-size: 13px; }
  .catalog-toolbar { margin-inline: -2px; padding: 9px; }
  .catalog-search { padding: 0 5px; }
  .catalog-search kbd { display: none; }
  .filter-chips { padding: 0 2px 2px; }
  .catalog-summary { margin-top: 20px; }
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .product-card__visual { aspect-ratio: 1; }
  .product-card__visual img { width: 76%; height: 76%; }
  .product-card__body { padding: 9px 11px 12px; }
  .product-card h3 { min-height: 55px; font-size: 12px; line-height: 1.42; }
  .product-card__model { font-size: 8px; }
  .product-card__family { margin-top: 9px; padding: 5px 6px; font-size: 8px; }
  .product-card__channel strong { font-size: 9px; }
  .product-card__button { width: 34px; height: 34px; }
  .business { padding-top: 10px; }
  .business__card { display: flex; min-height: 0; flex-direction: column; }
  .business__visual { min-height: 370px; }
  .business__orb { width: 300px; height: 300px; }
  .business__content { padding: 46px 25px 52px; }
  .business__content > p { font-size: 14px; }
  .business .button { width: 100%; }
  .contact__cards { grid-template-columns: 1fr; }
  .contact__cards article { min-height: 190px; }
  .contact__cards span { margin-bottom: 34px; }
  .footer__top { grid-template-columns: 1fr; gap: 48px; }
  .footer__top nav { grid-template-columns: repeat(2,1fr); gap: 40px 24px; }
  .footer__top nav div:last-child { grid-column: span 2; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); border-radius: 20px; }
  .dialog__inner { grid-template-columns: 1fr; }
  .product-dialog__visual { min-height: 290px; }
  .product-dialog__visual img { width: 60%; height: 60%; }
  .product-dialog__content { padding: 36px 24px 42px; }
  .product-dialog h2 { font-size: 27px; }
  .mobile-catalog-button { position: fixed; z-index: 45; left: 50%; bottom: max(12px,env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: center; gap: 9px; width: calc(100vw - 28px); min-height: 52px; border: 0; border-radius: 14px; background: var(--orange-ui); color: #fff; box-shadow: 0 14px 35px rgba(241,90,22,.35); font-weight: 800; transform: translateX(-50%); cursor: pointer; transition: opacity .2s, transform .2s; }
  .mobile-catalog-button.is-hidden { pointer-events: none; opacity: 0; transform: translate(-50%,120%); }
  .mobile-catalog-button svg { width: 18px; }
  .site-footer { padding-bottom: 90px; }
}

@media (max-width: 390px) {
  :root { --shell: calc(100vw - 22px); }
  .brand__logo { width: 108px; }
  .hero h1 { font-size: 45px; }
  .trust-row article { padding-inline: 8px; }
  .trust-row__icon { display: none; }
  .product-card__footer { align-items: center; }
  .product-card__button { width: 31px; height: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
