:root {
  --bg: #f8f6fb;
  --surface: #ffffff;
  --surface-2: #f0ebf7;
  --text: #191421;
  --muted: #716b79;
  --line: rgba(25, 20, 33, .11);
  --primary: #6d46c7;
  --primary-dark: #4d2b99;
  --primary-soft: #e9defb;
  --accent: #d7b879;
  --danger: #b53f50;
  --success: #2e7d5b;
  --shadow: 0 20px 60px rgba(48, 30, 73, .12);
  --shadow-sm: 0 10px 30px rgba(48, 30, 73, .08);
  --radius: 24px;
  --radius-sm: 15px;
  --container: min(1180px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(208, 185, 255, .24), transparent 34rem),
    linear-gradient(180deg, #fcfbfe, var(--bg));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.55;
}
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid rgba(109,70,199,.42); outline-offset: 3px; }
.image-fallback { object-fit: contain !important; padding: 18px; background: var(--primary-soft); }
.container { width: var(--container); 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; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid transparent;
  background: rgba(252, 251, 254, .78);
  backdrop-filter: blur(18px);
  transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(31, 23, 43, .06); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 43px; height: 43px; }
.brand-copy strong { display: block; font-weight: 800; letter-spacing: .11em; font-size: .88rem; }
.brand-copy span { display: block; color: var(--muted); font-size: .72rem; }
.main-nav { display: flex; gap: 26px; margin-left: auto; font-size: .92rem; font-weight: 600; }
.main-nav a { color: #4f4957; transition: .2s; }
.main-nav a:hover { color: var(--primary); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button {
  width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%;
  display: inline-grid; place-items: center; background: rgba(255,255,255,.72); color: var(--text); position: relative;
}
.icon-button:hover { border-color: rgba(109,70,199,.35); color: var(--primary); }
.cart-count {
  position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 99px; background: var(--primary); color: white; font-size: .67rem; display: grid; place-items: center;
  border: 2px solid white;
}
.mobile-menu-button { display: none; }

.hero { padding: 58px 0 54px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 54px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--primary); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .checkout-title, .modal-title {
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: -.025em;
}
.hero h1 { font-size: clamp(3rem, 6vw, 5.7rem); line-height: .98; margin: 18px 0 22px; max-width: 800px; }
.hero h1 em { color: var(--primary); font-style: italic; font-weight: 600; }
.hero p { color: var(--muted); font-size: 1.08rem; max-width: 600px; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  border: 0; border-radius: 999px; padding: 13px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; min-height: 50px;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); box-shadow: 0 12px 28px rgba(109,70,199,.27); }
.button-secondary { color: var(--text); background: white; border: 1px solid var(--line); }
.button-ghost { color: var(--primary); background: var(--primary-soft); }
.button-danger { color: var(--danger); background: #fae7ea; }
.button-small { padding: 9px 14px; min-height: 40px; font-size: .84rem; }
.button-wide { width: 100%; }
.hero-notes { display: flex; gap: 25px; margin-top: 36px; color: var(--muted); font-size: .82rem; }
.hero-notes span { display: flex; align-items: center; gap: 8px; }
.hero-notes svg { color: var(--primary); }

.hero-visual { position: relative; min-height: 580px; }
.hero-card {
  position: absolute; overflow: hidden; border-radius: 36px; box-shadow: var(--shadow); border: 7px solid rgba(255,255,255,.85);
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { width: 74%; height: 78%; right: 0; top: 0; transform: rotate(2deg); }
.hero-card-small { width: 47%; height: 48%; left: 0; bottom: 0; transform: rotate(-4deg); }
.hero-sticker {
  position: absolute; left: 7%; top: 11%; width: 118px; aspect-ratio: 1; border-radius: 50%; background: #fff6d9;
  display: grid; place-items: center; text-align: center; font-weight: 800; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  box-shadow: var(--shadow-sm); transform: rotate(-10deg); padding: 15px;
}
.hero-sticker::after { content: '✦'; display: block; color: var(--accent); font-size: 1.5rem; }

.trust-bar { border-block: 1px solid var(--line); background: rgba(255,255,255,.62); }
.trust-grid { min-height: 100px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 20px 26px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item svg { color: var(--primary); flex: 0 0 auto; }
.trust-item strong { display: block; font-size: .9rem; }
.trust-item span { display: block; color: var(--muted); font-size: .74rem; }

.section { padding: 92px 0; }
.section-soft { background: linear-gradient(180deg, rgba(238,232,247,.7), rgba(248,246,251,0)); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(2.35rem, 4.8vw, 4.2rem); line-height: 1; margin: 10px 0 0; }
.section-heading p { max-width: 480px; color: var(--muted); }
.catalog-toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 28px; }
.search-wrap { position: relative; min-width: min(100%, 290px); flex: 1; }
.search-wrap svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.input, .select, .textarea {
  width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.88); color: var(--text); border-radius: 14px;
  padding: 13px 15px; outline: none; transition: .2s; min-height: 49px;
}
.search-wrap .input { padding-left: 46px; }
.input:focus, .select:focus, .textarea:focus { border-color: rgba(109,70,199,.55); box-shadow: 0 0 0 4px rgba(109,70,199,.09); }
.select { width: auto; min-width: 190px; }
.category-pills { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.category-pills::-webkit-scrollbar { display: none; }
.pill { border: 1px solid var(--line); border-radius: 999px; background: white; padding: 10px 15px; font-weight: 700; font-size: .82rem; white-space: nowrap; }
.pill.active { color: white; background: var(--text); border-color: var(--text); }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { background: rgba(255,255,255,.91); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 28px rgba(38,28,51,.055); transition: .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-media { aspect-ratio: 1.2; overflow: hidden; position: relative; background: var(--surface-2); cursor: pointer; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-badge { position: absolute; left: 14px; top: 14px; padding: 7px 11px; border-radius: 99px; color: var(--text); background: rgba(255,255,255,.88); backdrop-filter: blur(10px); font-weight: 800; font-size: .7rem; }
.product-stock { position: absolute; right: 14px; top: 14px; width: 10px; height: 10px; border-radius: 50%; background: #5db087; box-shadow: 0 0 0 5px rgba(255,255,255,.82); }
.product-stock.out { background: #b7adb9; }
.product-content { padding: 20px; }
.product-category { color: var(--primary); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .68rem; }
.product-title { font-size: 1.08rem; margin: 6px 0 10px; line-height: 1.35; }
.product-description { margin: 0 0 17px; color: var(--muted); font-size: .83rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.price strong { display: block; font-size: 1.18rem; }
.price del { color: #9a929e; font-size: .73rem; }
.add-button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--text); color: white; display: grid; place-items: center; transition: .2s; }
.add-button:hover { background: var(--primary); transform: rotate(5deg) scale(1.05); }
.add-button:disabled { background: #c7c0ca; cursor: not-allowed; transform: none; }
.empty-state { grid-column: 1/-1; border: 1px dashed rgba(109,70,199,.3); background: rgba(255,255,255,.68); border-radius: var(--radius); padding: 60px 20px; text-align: center; color: var(--muted); }
.empty-state strong { display: block; color: var(--text); font-size: 1.2rem; margin-bottom: 7px; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.story-visual { position: relative; }
.story-visual img { border-radius: 36px; box-shadow: var(--shadow); }
.story-card { position: absolute; right: -24px; bottom: -24px; width: 230px; padding: 23px; border-radius: 22px; background: white; box-shadow: var(--shadow); }
.story-card strong { font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; color: var(--primary); }
.story-card p { color: var(--muted); font-size: .82rem; margin-bottom: 0; }
.story-copy h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.4rem, 4.5vw, 4rem); line-height: 1.04; margin: 14px 0 24px; }
.story-copy p { color: var(--muted); }
.process-list { margin-top: 28px; display: grid; gap: 17px; }
.process-item { display: grid; grid-template-columns: 43px 1fr; gap: 14px; align-items: start; }
.process-number { width: 43px; height: 43px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); display: grid; place-items: center; font-weight: 800; }
.process-item strong { display: block; margin-bottom: 3px; }
.process-item span { color: var(--muted); font-size: .82rem; }

.custom-banner { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 45px; border-radius: 34px; color: white; background: linear-gradient(130deg, #241b31, #6d46c7); position: relative; overflow: hidden; }
.custom-banner::after { content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%; right: -80px; top: -180px; border: 60px solid rgba(255,255,255,.07); }
.custom-banner h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4vw, 3.4rem); margin: 0 0 8px; position: relative; z-index: 1; }
.custom-banner p { margin: 0; color: rgba(255,255,255,.72); position: relative; z-index: 1; }
.custom-banner .button { position: relative; z-index: 1; }

.site-footer { padding: 54px 0 25px; background: #1d1724; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 35px; }
.footer-brand p { color: rgba(255,255,255,.58); max-width: 370px; font-size: .86rem; }
.footer-title { font-weight: 800; margin-bottom: 14px; }
.footer-links { display: grid; gap: 9px; color: rgba(255,255,255,.63); font-size: .84rem; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.43); font-size: .75rem; }

.drawer-overlay, .modal-overlay { position: fixed; inset: 0; z-index: 70; background: rgba(22,15,31,.48); opacity: 0; visibility: hidden; transition: .25s; backdrop-filter: blur(4px); }
.drawer-overlay.open, .modal-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(460px, 100%); height: 100dvh; background: white; box-shadow: -20px 0 80px rgba(23,14,35,.2); transform: translateX(105%); transition: .3s ease; display: flex; flex-direction: column; }
.cart-drawer.open { transform: none; }
.drawer-header { display: flex; justify-content: space-between; align-items: center; padding: 25px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; }
.close-button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: white; display: grid; place-items: center; }
.cart-items { overflow: auto; padding: 20px 25px; flex: 1; }
.cart-item { display: grid; grid-template-columns: 92px 1fr auto; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 92px; height: 82px; object-fit: cover; border-radius: 13px; }
.cart-item h3 { font-size: .9rem; line-height: 1.3; margin: 4px 0 7px; }
.cart-item-price { font-size: .8rem; color: var(--muted); }
.quantity-control { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; margin-top: 10px; }
.quantity-control button { width: 30px; height: 30px; border: 0; background: transparent; }
.quantity-control span { min-width: 25px; text-align: center; font-size: .82rem; font-weight: 700; }
.remove-item { border: 0; background: transparent; color: #9a929e; padding: 4px; align-self: start; }
.drawer-footer { padding: 22px 25px; border-top: 1px solid var(--line); background: #fcfbfe; }
.cart-total { display: flex; justify-content: space-between; align-items: end; margin-bottom: 16px; }
.cart-total span { color: var(--muted); font-size: .82rem; }
.cart-total strong { font-size: 1.45rem; }
.cart-empty { display: grid; place-items: center; align-content: center; text-align: center; height: 100%; color: var(--muted); }
.cart-empty svg { color: var(--primary); margin-bottom: 14px; }
.cart-empty strong { color: var(--text); display: block; font-size: 1.15rem; margin-bottom: 6px; }

.product-modal { position: fixed; z-index: 90; left: 50%; top: 50%; width: min(980px, calc(100% - 28px)); max-height: calc(100dvh - 28px); overflow: auto; transform: translate(-50%, -46%) scale(.98); opacity: 0; visibility: hidden; background: white; border-radius: 28px; box-shadow: 0 30px 100px rgba(24,15,34,.3); transition: .25s; }
.product-modal.open { transform: translate(-50%, -50%) scale(1); opacity: 1; visibility: visible; }
.product-modal-close { position: absolute; right: 18px; top: 18px; z-index: 2; }
.modal-grid { display: grid; grid-template-columns: 1fr 1fr; }
.modal-media { min-height: 540px; background: var(--surface-2); }
.modal-media img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { padding: 55px 46px 38px; }
.modal-title { font-size: 2.8rem; line-height: 1.03; margin: 11px 0 18px; }
.modal-description { color: var(--muted); }
.modal-meta { margin: 25px 0; display: grid; gap: 11px; }
.modal-meta div { padding-bottom: 11px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 130px 1fr; gap: 12px; font-size: .83rem; }
.modal-meta dt { color: var(--muted); }
.modal-meta dd { margin: 0; font-weight: 600; }
.modal-buy { display: flex; align-items: center; gap: 16px; margin-top: 25px; }
.modal-price { margin-right: auto; }
.modal-price strong { display: block; font-size: 1.6rem; }

.toast-stack { position: fixed; right: 20px; bottom: 20px; z-index: 120; display: grid; gap: 10px; }
.toast { min-width: 270px; max-width: 360px; padding: 14px 16px; border-radius: 14px; background: #201827; color: white; box-shadow: var(--shadow); animation: toast-in .25s ease; font-size: .84rem; }
.toast.success { background: #245d46; }
.toast.error { background: #7d2d3a; }
@keyframes toast-in { from { transform: translateY(12px); opacity: 0; } }

.checkout-page { min-height: 100vh; background: var(--bg); }
.checkout-header { padding: 24px 0; border-bottom: 1px solid var(--line); background: white; }
.checkout-header .container { display: flex; justify-content: space-between; align-items: center; }
.back-link { color: var(--muted); display: flex; align-items: center; gap: 7px; font-size: .85rem; }
.checkout-main { padding: 55px 0 90px; }
.checkout-title { font-size: clamp(2.6rem, 5vw, 4.5rem); margin: 0 0 34px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 30px; align-items: start; }
.checkout-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 27px; box-shadow: var(--shadow-sm); }
.checkout-card + .checkout-card { margin-top: 18px; }
.checkout-card h2 { font-size: 1.15rem; margin: 0 0 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1/-1; }
.form-field label { font-size: .78rem; font-weight: 700; }
.field-hint { color: var(--muted); font-size: .7rem; }
.radio-grid { display: grid; gap: 10px; }
.radio-card { position: relative; display: flex; gap: 12px; align-items: start; padding: 15px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.radio-card:has(input:checked) { border-color: var(--primary); background: var(--primary-soft); }
.radio-card input { margin-top: 4px; accent-color: var(--primary); }
.radio-card strong { display: block; font-size: .86rem; }
.radio-card span { color: var(--muted); font-size: .72rem; }
.order-summary { position: sticky; top: 110px; }
.summary-items { display: grid; gap: 14px; max-height: 380px; overflow: auto; padding-right: 4px; }
.summary-item { display: grid; grid-template-columns: 68px 1fr auto; gap: 11px; align-items: center; }
.summary-item img { width: 68px; height: 64px; object-fit: cover; border-radius: 10px; }
.summary-item h3 { margin: 0; font-size: .78rem; line-height: 1.35; }
.summary-item span { color: var(--muted); font-size: .68rem; }
.summary-item strong { font-size: .78rem; white-space: nowrap; }
.summary-totals { margin: 20px 0; padding-top: 16px; border-top: 1px solid var(--line); display: grid; gap: 9px; }
.summary-row { display: flex; justify-content: space-between; color: var(--muted); font-size: .82rem; }
.summary-row.total { color: var(--text); font-size: 1.08rem; font-weight: 800; padding-top: 10px; }
.payment-stub { margin-top: 12px; padding: 11px; border-radius: 12px; color: #735a2f; background: #fff6df; font-size: .7rem; line-height: 1.45; }
.checkout-empty { text-align: center; padding: 80px 20px; }
.success-screen { max-width: 720px; margin: 30px auto; text-align: center; padding: 60px 35px; background: white; border-radius: 28px; box-shadow: var(--shadow); }
.success-icon { width: 74px; height: 74px; border-radius: 50%; margin: 0 auto 20px; display: grid; place-items: center; color: white; background: var(--success); }
.success-screen h1 { font-family: Georgia, 'Times New Roman', serif; font-size: 3rem; margin: 0 0 12px; }
.success-screen p { color: var(--muted); }
.order-code { display: inline-block; margin: 14px 0 26px; padding: 10px 15px; border-radius: 999px; background: var(--primary-soft); color: var(--primary-dark); font-weight: 800; }


/* LesyaEpoxy / YouTube */
.brand-copy strong { letter-spacing: .025em; }
.youtube-section { padding-top: 0; }
.youtube-banner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 25px; align-items: center; padding: 34px 38px; border: 1px solid rgba(109,70,199,.16); border-radius: 30px; background: linear-gradient(125deg, #fff, #f4edff); box-shadow: var(--shadow-sm); }
.youtube-icon { width: 76px; height: 76px; border-radius: 23px; display: grid; place-items: center; color: white; background: #ff0033; box-shadow: 0 16px 35px rgba(255,0,51,.18); }
.youtube-copy h2 { margin: 5px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.youtube-copy p { margin: 0; color: var(--muted); max-width: 730px; }
.youtube-button { color: white; background: #ff0033; border-color: #ff0033; white-space: nowrap; }
.youtube-button:hover { background: #d9002b; border-color: #d9002b; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .main-nav.mobile-open {
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    box-shadow: var(--shadow);
  }
  .main-nav.mobile-open a { padding: 12px 14px; border-radius: 11px; }
  .main-nav.mobile-open a:hover { background: var(--primary-soft); }
  .mobile-menu-button { display: inline-grid; }
  .hero-grid, .story-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; max-width: 660px; margin: 10px auto 0; width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .story-visual { max-width: 700px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 24px, 1180px); --radius: 20px; }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand-copy span { display: none; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: 3.2rem; }
  .hero-notes { flex-direction: column; gap: 9px; }
  .hero-visual { min-height: 380px; }
  .hero-card-main { width: 78%; height: 73%; }
  .hero-card-small { width: 52%; height: 48%; }
  .hero-sticker { width: 90px; font-size: .58rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .catalog-toolbar { align-items: stretch; }
  .select { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .story-card { right: 10px; bottom: -30px; }
  .custom-banner { grid-template-columns: 1fr; padding: 31px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .modal-grid { grid-template-columns: 1fr; }
  .modal-media { min-height: auto; aspect-ratio: 1.15; }
  .modal-content { padding: 30px 22px; }
  .modal-title { font-size: 2.15rem; }
  .modal-buy { flex-wrap: wrap; }
  .modal-price { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .checkout-card { padding: 20px; }
  .checkout-title { font-size: 3rem; }
}

@media (max-width: 760px) {
  .youtube-banner { grid-template-columns: 1fr; padding: 28px 24px; }
  .youtube-icon { width: 64px; height: 64px; border-radius: 19px; }
  .youtube-button { width: 100%; }
}

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