:root { --review: 0px; }
html.has-dialog { overflow: hidden; }
.full-landing { --hero-spill: 64px; background: #fff; }
.full-landing .site-header { position: relative; z-index: 10; }
.full-landing .poster-hero { width: 100%; min-height: 625px; aspect-ratio: 3; background: var(--paper); overflow: visible; z-index: 1; }
.full-landing .poster-art { position: absolute; inset: auto 0 calc(-1 * var(--hero-spill)); width: 100%; height: auto; aspect-ratio: 3; margin: 0; mix-blend-mode: multiply; pointer-events: none; }
.full-landing .poster-art picture { display: block; width: 100%; height: 100%; }
.full-landing .poster-art img { inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.full-landing .responsibilities { background: var(--paper); padding-top: calc(var(--hero-spill) + 28px); }
.full-landing .route-picture { mix-blend-mode: multiply; }
.full-landing .site-header nav a, .account-link {
  font: 900 18px/1.2 Poster, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
.full-landing .site-header nav a { padding-block: 13px; }
.full-landing .site-header nav a:hover { color: var(--red); }
.account-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 0; }
.menu-toggle { display: none; }
.page-inner { max-width: 1500px; padding-inline: var(--pad); margin-inline: auto; }
.band { padding-block: 76px; scroll-margin-top: 20px; }
.band h2, .closing-section h2 {
  font: 900 64px/.98 Poster, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}
.band h3 { font: 900 26px/1.1 Poster, "Arial Narrow", sans-serif; text-transform: uppercase; }
.red-text { color: var(--red); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.section-heading h2 { flex: 0 1 auto; }
.section-intro { font-size: 16px; line-height: 1.65; max-width: 370px; flex: 0 0 32%; padding-bottom: 3px; }
.paper-figure { margin: 0; min-width: 0; }
.paper-figure img { width: 100%; height: auto; mix-blend-mode: multiply; }
.text-button { display: inline-flex; align-items: center; gap: 15px; font-size: 14px; font-weight: 600; padding-block: 8px; }
.text-button:hover { color: var(--red); }
.text-button svg { width: 18px; height: 18px; }
.catalogue-section { background: #f2f5f7; }
.catalogue-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 38px 0 20px; }
.product-filters { display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid #c8ced1; border-radius: 5px; }
.product-filters button { font-size: 13px; font-weight: 600; padding: 9px 19px; border-radius: 2px; }
.product-filters button[aria-pressed="false"]:hover { background: #e2e7e9; }
.product-filters [aria-pressed="true"] { background: #191a18; color: #fff; }
.goods-grid { display: grid; grid-template-columns: repeat(var(--goods-columns,3),minmax(0,1fr)); gap: 14px; }
.goods-grid[data-columns="4"] { --goods-columns: 4; }
.goods-item { min-width: 0; border-radius: 4px; overflow: hidden; }
.goods-pink { background: #f5e3e1; }
.goods-blue { background: #e2ecf1; }
.goods-lilac { background: #eee6ee; }
.goods-lime { background: #e8edcd; }
.goods-mint { background: #e0eee7; }
.goods-open { width: 100%; height: 100%; text-align: left; display: flex; flex-direction: column; padding: 0; }
.goods-picture { position: relative; width: 100%; aspect-ratio: 1.12; min-height: 0; overflow: hidden; }
.goods-picture img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 10px; object-fit: contain; transition: transform .4s var(--ease); }
.goods-open:hover .goods-picture img { transform: translateY(-7px) rotate(-3deg); }
.goods-info { position: relative; width: 100%; flex: 1; min-height: 108px; padding: 15px 48px 24px 20px; }
.goods-info > span { display: block; font-size: 11px; margin-bottom: 7px; color: #545752; }
.goods-info h3 { font-size: 25px; }
.goods-info > svg { position: absolute; right: 18px; top: 38px; }
.goods-exclusive { background: #eef2f3; box-shadow: inset 0 0 0 1px #cbd2d4; }
.exclusive-link { display: flex; flex-direction: column; height: 100%; }
.exclusive-link:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.goods-exclusive .goods-picture img { padding: 0; object-fit: cover; }
.exclusive-badge { position: absolute; top: 14px; left: 14px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; background: var(--ink); color: #fff; border-radius: 3px; font-size: 11px; font-weight: 600; }
.exclusive-badge svg { width: 13px; height: 13px; color: #e5eb78; }
.exclusive-info { flex: 1; display: flex; flex-direction: column; padding: 15px 20px 20px; }
.exclusive-info p { font-size: 11px; color: #545f62; margin-top: 6px; }
.exclusive-cta { display: flex; align-items: center; justify-content: space-between; gap: 8px; border-top: 1px solid #cbd2d4; padding-top: 12px; margin-top: 16px; font-size: 13px; font-weight: 600; }
.exclusive-cta svg { width: 18px; height: 18px; flex: 0 0 18px; transition: transform 180ms ease-out; }
.exclusive-link:hover .exclusive-cta, .exclusive-link:focus-visible .exclusive-cta { color: var(--red); }
.exclusive-link:hover .exclusive-cta svg { transform: translate(2px,-2px); }
@media (max-width: 650px) {
  .exclusive-badge { top: 9px; left: 9px; padding: 6px 7px; font-size: 10px; gap: 5px; }
  .exclusive-info { padding: 12px; }
  .exclusive-info p { font-size: 10px; }
  .exclusive-cta { font-size: 11px; gap: 4px; margin-top: 12px; padding-top: 10px; }
  .exclusive-cta svg { width: 15px; height: 15px; flex-basis: 15px; }
}
.catalogue-bottom { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 27px; }
.catalogue-bottom p { font-size: 15px; line-height: 1.65; }
.fine-print { font-size: 11px; line-height: 1.6; color: #646b6d; margin-top: 21px; max-width: 680px; }
.money-section { background: #fff; padding-bottom: 38px; }
.money-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 35px; align-items: center; margin-top: 12px; }
.money-art { margin-left: -24px; }
.money-copy { min-width: 0; padding-block: 24px; }
.money-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-bottom: 1px solid #d2d6d2; }
.money-tabs button { font-size: 12px; font-weight: 600; padding: 13px 2px; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.money-tabs [aria-selected="true"] { border-bottom-color: var(--red); color: var(--red); }
.money-panels { min-height: 286px; padding-block: 26px 18px; }
.money-value { display: block; font: 900 96px/1 Poster,"Arial Narrow",sans-serif; white-space: nowrap; margin-bottom: 18px; }
.money-value span { font-size: 49px; }
.money-panels h3 { font-size: 26px; margin-bottom: 12px; }
.money-panels p { font-size: 14px; line-height: 1.65; max-width: 450px; }
.money-footnote { display: flex; gap: 14px; align-items: center; border-block: 1px solid #e1e4df; padding: 17px 0; font-size: 12px; color: #565d54; }
.money-footnote p { max-width: 960px; }
.factory-section { background: #fff; padding-top: 48px; }
.factory-art { margin-top: 16px; }
.factory-art img { aspect-ratio: 2; object-fit: contain; }
.factory-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: -6px; }
.factory-points > div { border-top: 2px solid var(--red); padding-top: 21px; }
.factory-points svg { width: 27px; height: 27px; color: var(--red); margin-bottom: 14px; }
.factory-points p { font-size: 14px; line-height: 1.6; margin-top: 12px; max-width: 330px; }
.section-tail { display: flex; justify-content: space-between; gap: 32px; align-items: center; margin-top: 32px; padding-top: 21px; border-top: 1px solid var(--line); }
.section-tail p { font-size: 12px; line-height: 1.65; color: #62675f; }
.section-tail a { flex-shrink: 0; }
.start-section { background: #eef2f3; }
.start-journey { position: relative; margin: 56px 0 36px; }
.start-steps { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); list-style: none; padding: 0; margin: 0; }
.start-steps li { --station-x: 4px; --station-y: 0px; min-width: 0; padding: 25px 24px 0 0; position: relative; }
.start-steps li::before, .step-progress { content: ""; position: absolute; left: var(--station-x); top: calc(var(--station-y) - 1px); width: 100%; height: 2px; background: #c3c9ca; }
.start-steps li::after { content: ""; position: absolute; left: calc(var(--station-x) - 4px); top: calc(var(--station-y) - 4px); width: 8px; height: 8px; background: #aeb8ba; }
.start-steps li:last-child { padding-right: 0; }
.start-steps li:last-child::before { content: none; }
.step-progress { background: var(--red); transform: scaleX(0); transform-origin: left center; }
.start-steps .is-visited::after { background: var(--red); }
.start-cursor { position: absolute; top: 0; left: 0; width: 22px; height: 22px; margin: -11px 0 0 -11px; background: var(--red); pointer-events: none; box-shadow: 0 3px 0 #17191620; opacity: 0; }
.start-cursor::after { content: ""; position: absolute; top: 0; right: 0; border: 4px solid transparent; border-top-color: #eef2f3; border-right-color: #eef2f3; }
.start-journey[data-state="playing"] .start-cursor, .start-journey[data-state="paused"] .start-cursor, .start-journey[data-state="complete"] .start-cursor { opacity: 1; }
.start-motion-control { position: absolute; right: 0; top: -49px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid #b8c2c3; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.start-motion-control:hover { background: #fff; }
.start-motion-control:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.start-motion-control svg { width: 17px; height: 17px; display: none; }
.start-journey[data-state="playing"] .start-motion-control [data-lucide="pause"], .start-journey[data-state="paused"] .start-motion-control [data-lucide="play"], .start-journey[data-state="idle"] .start-motion-control [data-lucide="play"], .start-journey[data-state="complete"] .start-motion-control [data-lucide="rotate-ccw"] { display: block; }
.step-number { color: #7b8385; font-size: 12px; display: block; margin-bottom: 25px; }
.start-steps svg { width: 27px; height: 27px; margin-bottom: 14px; transition: transform 240ms ease-out, color 180ms ease-out; }
.start-steps .is-current > svg { color: var(--red); transform: translateY(-4px) rotate(-5deg); }
.start-steps .is-current .step-number { color: var(--red); }
.start-steps h3 { font-size: 27px; }
.start-steps p { font-size: 13px; line-height: 1.65; margin-top: 14px; max-width: 220px; }
.start-callout { background: #e5eb78; padding: 27px 30px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 35px; align-items: center; }
.start-callout > strong { font: 900 39px/1.02 Poster,"Arial Narrow",sans-serif; text-transform: uppercase; }
.start-callout p { font-size: 13px; line-height: 1.6; max-width: 570px; }
.start-callout .text-button { margin-top: 8px; }
.control-section { background: #fff; }
.control-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 45px; margin-top: 40px; }
.control-points > div { padding-block: 22px; border-top: 1px solid var(--line); }
.control-points svg { width: 28px; height: 28px; color: var(--red); margin-bottom: 19px; }
.control-points h3 { font-size: 27px; }
.control-points p { font-size: 14px; line-height: 1.6; margin-top: 12px; max-width: 340px; }
.growth-row { display: grid; grid-template-columns: 1fr 1.2fr 80px; gap: 40px; align-items: center; border-top: 2px solid var(--ink); margin-top: 26px; padding-top: 35px; }
.growth-number { font: 900 84px/1 Poster,"Arial Narrow",sans-serif; white-space: nowrap; }
.growth-number span { display: block; font: 400 13px/1.5 Onest,sans-serif; margin-top: 12px; white-space: normal; }
.growth-row h3 { font-size: 37px; }
.growth-row p { font-size: 14px; line-height: 1.6; max-width: 480px; margin-top: 12px; }
.growth-row > svg { width: 80px; height: 80px; color: var(--red); stroke-width: 1; }
.referral-section { background: #f8f9f5; padding-block: 65px; }
.referral-layout { display: grid; grid-template-columns: .85fr 1.25fr; align-items: center; gap: 20px; }
.referral-copy { min-width: 0; }
.referral-lead { font-size: 18px; line-height: 1.5; margin-top: 22px; }
.referral-value { font: 900 59px/1 Poster,"Arial Narrow",sans-serif; display: block; margin-top: 27px; }
.referral-value + p { font-size: 14px; line-height: 1.65; max-width: 390px; margin-top: 12px; }
.referral-copy .action { margin-top: 25px; }
.referral-copy small { display: block; font-size: 11px; line-height: 1.6; color: #62675f; margin-top: 16px; max-width: 340px; }
.referral-art { margin-right: -15px; }
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.25fr; gap: 60px; align-items: start; }
.faq-list { min-width: 0; }
.faq-list details { border-top: 1px solid #cdd2cc; }
.faq-list details:last-child { border-bottom: 1px solid #cdd2cc; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 22px; list-style: none; padding-block: 22px; cursor: pointer; font-size: 15px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--red); }
.faq-list summary svg { transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { font-size: 14px; line-height: 1.7; padding: 0 30px 24px 0; }
.closing-section { background: var(--red); color: #fff; padding-block: 62px; }
.closing-layout { display: flex; justify-content: space-between; align-items: center; gap: 42px; }
.closing-section h2 { font-size: 80px; }
.closing-section p { font-size: 19px; line-height: 1.5; margin-bottom: 24px; }
.action-white { background: #fff; color: var(--ink); }
.action-white:hover { background: #e5eb78; }
.landing-footer { background: #fff; padding-top: 42px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; }
.footer-top > div > p { font-size: 12px; color: #62675f; line-height: 1.8; margin-top: 19px; }
.footer-top nav { display: grid; gap: 10px; font-size: 12px; align-content: start; }
.footer-top nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.company-details { font-size: 11px; color: #62675f; line-height: 1.8; }
.company-details span { display: block; margin-top: 15px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 23px; margin-top: 27px; border-top: 1px solid #e1e4df; }
.footer-bottom p { font-size: 10px; line-height: 1.6; color: #62675f; max-width: 870px; }
.back-top { display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0; border: 1px solid #c5cbc3; border-radius: 50%; }
.back-top:hover { background: #e5eb78; }
#product-dialog > img { width: 210px; height: 210px; object-fit: contain; margin-inline: auto; }
.full-landing dialog h2 { font: 900 40px/1.02 Poster,"Arial Narrow",sans-serif; text-transform: uppercase; }
.full-landing dialog .action { font: 900 19px/1.2 Poster,"Arial Narrow",sans-serif; text-transform: uppercase; }
@media (max-width: 1150px) {
  .band h2 { font-size: 54px; }
  .band { padding-block: 60px; }
  .section-intro { font-size: 14px; }
  .goods-info { padding: 15px 36px 20px 16px; min-height: 118px; }
  .goods-info h3 { font-size: 23px; }
  .goods-info > svg { right: 12px; width: 17px; }
  .money-layout { gap: 20px; }
  .money-panels { min-height: 296px; }
  .money-value { font-size: 82px; }
  .factory-points h3 { font-size: 23px; }
  .factory-points { gap: 24px; }
  .start-steps li { padding-right: 16px; }
  .start-steps h3 { font-size: 25px; }
  .growth-row { grid-template-columns: .9fr 1.2fr 50px; gap: 24px; }
  .growth-number { font-size: 70px; }
  .growth-row > svg { width: 50px; height: 50px; }
  .control-points { gap: 30px; }
  .closing-section h2 { font-size: 68px; }
  .faq-layout { gap: 40px; }
}
@media (max-width: 850px) {
  .full-landing .site-header nav { gap: 18px; }
  .full-landing .site-header nav a, .account-link { font-size: 16px; }
  .band { padding-block: 50px; }
  .band h2 { font-size: 47px; }
  .section-heading { gap: 28px; align-items: flex-start; }
  .section-intro { font-size: 13px; flex-basis: 38%; }
  .section-intro br { display: none; }
  .goods-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .goods-picture { aspect-ratio: 1.25; }
  .goods-info { min-height: 87px; }
  .money-layout { grid-template-columns: 1fr 1fr; gap: 12px; }
  .money-art { margin-left: -18px; }
  .money-tabs button { font-size: 10px; padding-inline: 1px; }
  .money-value { font-size: 65px; }
  .money-value span { font-size: 34px; }
  .money-panels { min-height: 303px; }
  .money-panels h3 { font-size: 23px; }
  .money-panels p { font-size: 12px; }
  .money-footnote { font-size: 11px; }
  .factory-points { gap: 20px; }
  .factory-points p { font-size: 12px; }
  .section-tail { gap: 22px; align-items: flex-start; }
  .section-tail p { font-size: 11px; }
  .section-tail a { font-size: 12px; }
  .start-steps { grid-template-columns: 1fr; }
  .start-steps li, .start-steps li:last-child { --station-x: -10px; --station-y: 30px; display: grid; grid-template-columns: 32px 31px 160px minmax(0,1fr); gap: 18px; align-items: center; padding: 21px 0; }
  .start-steps li::before, .step-progress { top: var(--station-y); left: calc(var(--station-x) - 1px); width: 2px; height: 100%; }
  .step-progress { transform: scaleY(0); transform-origin: center top; }
  .start-cursor { width: 16px; height: 20px; margin: -10px 0 0 -8px; }
  .step-number, .start-steps svg, .start-steps p { margin: 0; }
  .start-steps p { max-width: none; }
  .start-callout { padding: 24px; gap: 25px; }
  .start-callout > strong { font-size: 32px; }
  .start-callout p { font-size: 12px; }
  .control-points h3 { font-size: 24px; }
  .control-points p { font-size: 12px; }
  .growth-number { font-size: 58px; }
  .growth-row h3 { font-size: 32px; }
  .growth-row p { font-size: 12px; }
  .referral-layout { grid-template-columns: 1fr 1fr; }
  .referral-lead { font-size: 15px; }
  .referral-value { font-size: 49px; }
  .referral-value + p { font-size: 12px; }
  .referral-copy .action { font-size: 18px; }
  .faq-layout { grid-template-columns: .8fr 1.2fr; gap: 30px; }
  .faq-list summary { font-size: 13px; padding-block: 19px; }
  .faq-list details p { font-size: 12px; }
  .closing-section h2 { font-size: 54px; }
  .closing-section p { font-size: 16px; }
  .closing-section .action { font-size: 18px; }
  .closing-layout { display: block; }
  .closing-layout > div { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
  .closing-layout > div p { margin: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .company-details { grid-column: 1 / -1; }
}
@media (max-width: 650px) {
  .band { padding-block: 42px; }
  .band h2 { font-size: 39px; line-height: 1; }
  .full-landing .site-header { gap: 15px; }
  .account-link { margin-left: auto; font-size: 15px; }
  .account-link svg { width: 17px; }
  .menu-toggle { display: grid; flex-shrink: 0; width: 36px; height: 40px; }
  .menu-toggle [data-lucide="x"], .menu-toggle[aria-expanded="true"] [data-lucide="menu"] { display: none; }
  .menu-toggle[aria-expanded="true"] [data-lucide="x"] { display: block; }
  .full-landing .site-header nav { position: absolute; top: 65px; left: 0; right: 0; padding: 15px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px #1719160d; }
  .full-landing .site-header nav.is-open { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
  .full-landing .site-header nav a { font-size: 19px; }
  .section-heading { display: block; }
  .section-intro { margin-top: 21px; font-size: 13px; max-width: 340px; }
  .catalogue-toolbar { margin-top: 26px; gap: 12px; }
  .product-filters { gap: 1px; padding: 3px; }
  .product-filters button { padding: 9px 11px; font-size: 11px; }
  .goods-grid { gap: 10px; }
  .goods-picture { aspect-ratio: 1; }
  .goods-info { padding: 8px 25px 16px 12px; min-height: 94px; }
  .goods-info h3 { font-size: 22px; }
  .goods-info > span { font-size: 9px; line-height: 1.5; }
  .goods-info > svg { right: 8px; top: 28px; width: 14px; }
  .catalogue-bottom { display: block; margin-top: 24px; }
  .catalogue-bottom p { font-size: 12px; }
  .catalogue-bottom .action { margin-top: 18px; }
  .fine-print { font-size: 10px; margin-top: 18px; }
  .money-layout { grid-template-columns: 1fr; margin-top: 16px; gap: 0; }
  .money-art { margin: 0 auto; max-width: 450px; }
  .money-copy { padding-block: 0 22px; }
  .money-tabs button { font-size: 11px; padding-block: 15px; }
  .money-panels { padding-block: 23px 16px; min-height: 262px; }
  .money-value { font-size: 75px; margin-bottom: 16px; }
  .money-value span { font-size: 38px; }
  .money-panels h3 { font-size: 25px; }
  .money-panels p { font-size: 13px; max-width: none; }
  .money-footnote { align-items: flex-start; font-size: 11px; gap: 12px; }
  .money-footnote svg { width: 17px; height: 17px; }
  .factory-section { padding-top: 5px; }
  .factory-art { margin: 22px -12px 15px; }
  .factory-points { grid-template-columns: 1fr; gap: 20px; margin-top: 0; }
  .factory-points > div { display: grid; grid-template-columns: 28px minmax(0,1fr); column-gap: 14px; row-gap: 8px; padding-top: 18px; border-top-width: 1px; border-top-color: #cdd2cc; }
  .factory-points svg { grid-row: span 2; margin-bottom: 0; width: 25px; height: 25px; }
  .factory-points h3 { font-size: 24px; }
  .factory-points p { margin-top: 0; font-size: 12px; }
  .section-tail { display: block; margin-top: 23px; }
  .section-tail .text-button { margin-top: 13px; font-size: 13px; }
  .section-tail p br { display: none; }
  .start-journey { margin-block: 48px 29px; }
  .start-steps li, .start-steps li:last-child { grid-template-columns: 23px 30px minmax(0,1fr); gap: 9px 14px; align-items: start; padding-block: 20px; }
  .start-steps h3 { font-size: 25px; }
  .start-steps h3 br { display: none; }
  .start-steps p { grid-column: 3; font-size: 12px; }
  .step-number { padding-top: 5px; font-size: 11px; }
  .start-steps svg { width: 23px; height: 23px; }
  .start-callout { grid-template-columns: 1fr; gap: 20px; padding: 23px; }
  .start-callout > strong { font-size: 35px; }
  .start-callout .text-button { font-size: 12px; }
  .control-points { grid-template-columns: 1fr; gap: 0; margin-top: 24px; }
  .control-points > div { display: grid; grid-template-columns: 28px minmax(0,1fr); column-gap: 14px; row-gap: 9px; padding-block: 19px; }
  .control-points svg { grid-row: span 2; margin: 0; width: 25px; height: 25px; }
  .control-points p { margin: 0; }
  .growth-row { grid-template-columns: 1fr 50px; margin-top: 13px; padding-top: 24px; gap: 24px; }
  .growth-number { font-size: 67px; }
  .growth-row > div:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .growth-row h3 { font-size: 32px; }
  .growth-row h3 br { display: none; }
  .growth-row > svg { grid-column: 2; grid-row: 1; }
  .growth-number span { font-size: 11px; }
  .referral-layout { grid-template-columns: 1fr; gap: 18px; }
  .referral-copy h2 br { display: none; }
  .referral-lead { margin-top: 18px; }
  .referral-value { font-size: 59px; margin-top: 24px; }
  .referral-value + p { font-size: 13px; }
  .referral-copy small { font-size: 10px; }
  .referral-art { margin: 0 -10px; }
  .faq-layout { grid-template-columns: 1fr; gap: 27px; }
  .faq-layout h2 br:nth-child(1) { display: none; }
  .faq-list summary { font-size: 13px; gap: 18px; padding-block: 20px; }
  .faq-list summary svg { width: 18px; height: 18px; }
  .faq-list details p { padding-right: 18px; font-size: 12px; }
  .closing-section { padding-block: 42px; }
  .closing-layout { display: block; }
  .closing-layout > div { display: block; margin-top: 0; }
  .closing-layout > div p { margin-top: 23px; margin-bottom: 20px; }
  .closing-section h2 { font-size: 48px; }
  .closing-section p { font-size: 16px; margin-top: 23px; margin-bottom: 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; }
  .footer-top nav { grid-template-columns: 1fr 1fr; gap: 13px 20px; font-size: 11px; }
  .company-details { font-size: 10px; }
  .footer-bottom { padding-block: 20px; gap: 20px; }
  .footer-bottom p { font-size: 9px; }
  .full-landing dialog h2 { font-size: 33px; }
  .balance-note { gap: 15px; padding: 15px; }
  .balance-note strong { font-size: 19px; }
}
@media (max-width: 365px) {
  .band h2 { font-size: 33px; }
  .full-landing .site-header { gap: 10px; }
  .account-link span { display: none; }
  .goods-info { padding-left: 10px; }
  .goods-info h3 { font-size: 19px; }
  .product-filters button { font-size: 10px; padding-inline: 9px; }
  .money-tabs button { font-size: 10px; }
  .money-panels { min-height: 289px; }
  .money-value { font-size: 65px; }
  .factory-points h3 { font-size: 21px; }
  .start-steps h3 { font-size: 22px; }
  .start-callout { padding: 20px; }
  .start-callout > strong { font-size: 31px; }
  .growth-number { font-size: 58px; }
  .growth-row h3 { font-size: 28px; }
  .referral-value { font-size: 53px; }
  .closing-section h2 { font-size: 41px; }
  .full-landing dialog { padding: 25px 22px; }
  .balance-note { display: block; }
  .balance-note p { margin-top: 10px; }
}
@media (prefers-reduced-motion: no-preference) {
  .band.is-visible .section-heading, .band.is-visible > .page-inner > h2 { animation: arrive .5s var(--ease) both; }
  .band.is-visible .paper-figure { animation: arrive .65s var(--ease) both; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
/* Семь пунктов меню: на узком экране — ужимаем, дальше — в бургер */
.full-landing .site-header nav a { white-space: nowrap; }
@media (max-width: 1380px) {
  .full-landing .site-header nav { gap: 20px; }
  .full-landing .site-header nav a, .account-link { font-size: 16px; }
}
@media (max-width: 1180px) {
  .full-landing .site-header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 15px var(--pad) 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px #1719160d; }
  .full-landing .site-header nav.is-open { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 8px 20px; }
  .full-landing .site-header nav a { font-size: 19px; }
  .account-link { margin-left: auto; }
  .menu-toggle { display: grid; flex-shrink: 0; width: 36px; height: 40px; }
  .menu-toggle [data-lucide="x"], .menu-toggle[aria-expanded="true"] [data-lucide="menu"] { display: none; }
  .menu-toggle[aria-expanded="true"] [data-lucide="x"] { display: block; }
}
@media (max-width: 650px) {
  .full-landing .site-header nav.is-open { grid-template-columns: 1fr 1fr; }
}
/* Картинка первого экрана на компьютере — серая: яркий ассортимент спорил
   с заголовком. Под курсором — круг полного цвета (слой .art-color рисует
   landing.js). На телефоне картинка цветная; при «меньше движения» —
   серая без пятна. */
@media (hover: hover) and (min-width: 651px) {
  .full-landing .poster-hero[data-art] .poster-art > picture img {
    filter: grayscale(1) brightness(1.06);
  }
}
.full-landing .poster-art .art-color {
  position: absolute; inset: 0; pointer-events: none; opacity: 0;
  transition: opacity .45s ease;
  -webkit-mask-image: radial-gradient(circle var(--spot-r, 480px) at var(--mx, 50%) var(--my, 50%), #000 35%, transparent 100%);
  mask-image: radial-gradient(circle var(--spot-r, 480px) at var(--mx, 50%) var(--my, 50%), #000 35%, transparent 100%);
}
.full-landing .poster-art .art-color picture { display: block; width: 100%; height: 100%; }
.full-landing .poster-hero.is-lit .art-color { opacity: 1; }
@media (hover: none), (max-width: 650px), (prefers-reduced-motion: reduce) {
  .full-landing .poster-art .art-color { display: none; }
}
