:root {
  --navy: #0b2b5b;
  --navy-2: #123d78;
  --orange: #f25a13;
  --orange-dark: #d94707;
  --ink: #10233f;
  --muted: #66758a;
  --line: #dce3ec;
  --soft: #f3f6fa;
  --white: #fff;
  --success: #128c4a;
  --shadow: 0 18px 48px rgba(11, 43, 91, .11);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); 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; left: 16px; top: -80px; z-index: 999; padding: 12px 16px; color: white; background: var(--navy); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.announcement { background: var(--navy); color: white; font-size: 12px; letter-spacing: .03em; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement__meta { opacity: .75; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(13,43,86,.09); backdrop-filter: blur(14px); }
.header-main { min-height: 84px; display: grid; grid-template-columns: 245px minmax(280px, 1fr) auto; align-items: center; gap: 28px; }
.brand img { width: 228px; height: 72px; object-fit: contain; object-position: left center; }
.header-search { height: 48px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; padding-left: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.header-search:focus-within { border-color: var(--navy-2); box-shadow: 0 0 0 3px rgba(18,61,120,.1); }
.header-search svg { width: 20px; color: #718097; }
.header-search input { width: 100%; min-width: 0; padding: 0 12px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.header-search button { height: 100%; padding: 0 22px; border: 0; color: white; background: var(--orange); font-weight: 750; cursor: pointer; }
.header-search button:hover { background: var(--orange-dark); }
.cart-button { position: relative; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: white; font-weight: 760; cursor: pointer; }
.cart-button svg { width: 23px; }
.cart-button b { min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 99px; color: white; background: var(--orange); font-size: 12px; }
.main-nav { border-top: 1px solid #eef1f5; }
.nav-scroll { min-height: 45px; display: flex; align-items: stretch; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-scroll button, .nav-scroll a { flex: 0 0 auto; padding: 0 17px; border: 0; border-bottom: 3px solid transparent; color: #45566e; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; display: grid; place-items: center; }
.nav-scroll button:hover, .nav-scroll a:hover, .nav-scroll button.is-active { color: var(--navy); border-bottom-color: var(--orange); }

.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #f4f7fb 0%, #fff 55%, #fff1e9 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -260px; border-radius: 50%; background: rgba(242,90,19,.09); }
.hero__grid { min-height: 590px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 50px; padding-block: 62px; }
.eyebrow { margin: 0 0 13px; color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.02; letter-spacing: -.045em; color: var(--navy); }
.hero__copy > p:not(.eyebrow) { max-width: 610px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; font-weight: 780; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--orange); box-shadow: 0 10px 22px rgba(242,90,19,.22); }
.button--primary:hover { background: var(--orange-dark); }
.button--secondary { color: var(--navy); border-color: #cdd7e4; background: white; }
.button--light { color: var(--navy); background: white; }
.button--ghost { color: var(--navy); border-color: var(--line); background: white; }
.button--whatsapp { width: 100%; color: white; background: #159856; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 27px; color: #4d5f75; font-size: 13px; font-weight: 690; }
.hero__trust span { display: flex; align-items: center; gap: 7px; }
.hero__trust svg { width: 18px; color: var(--orange); }
.hero__visual { position: relative; min-height: 470px; isolation: isolate; }
.hero-orbit { position: absolute; border: 1px solid rgba(11,43,91,.12); border-radius: 50%; z-index: -1; }
.hero-orbit--one { width: 420px; height: 420px; right: 40px; top: 20px; }
.hero-orbit--two { width: 310px; height: 310px; right: 95px; top: 75px; border-color: rgba(242,90,19,.2); }
.hero-product { position: absolute; display: grid; place-items: center; padding: 15px; border: 1px solid rgba(11,43,91,.08); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.hero-product img { width: 100%; height: 100%; object-fit: contain; }
.hero-product--main { width: 350px; height: 320px; right: 60px; top: 65px; z-index: 2; transform: rotate(-2deg); }
.hero-product--monitor { width: 205px; height: 190px; left: 0; top: 8px; transform: rotate(3deg); }
.hero-product--printer { width: 190px; height: 172px; left: 18px; bottom: 4px; transform: rotate(-3deg); }
.hero-product__tag { position: absolute; left: 18px; top: 15px; z-index: 2; padding: 7px 10px; color: white; background: var(--orange); border-radius: 7px; font-size: 11px; font-weight: 800; }
.hero-badge { position: absolute; right: 0; bottom: 24px; z-index: 3; width: 150px; min-height: 90px; display: flex; align-items: center; gap: 10px; padding: 15px; border-radius: 16px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.hero-badge strong { font-size: 35px; }
.hero-badge span { font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; }

.benefits { position: relative; z-index: 3; margin-top: -2px; background: white; border-bottom: 1px solid var(--line); }
.benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefits article { min-height: 118px; display: flex; align-items: center; gap: 17px; padding: 24px 32px; border-right: 1px solid var(--line); }
.benefits article:first-child { border-left: 1px solid var(--line); }
.benefit-icon { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: #fff0e8; font-size: 12px; font-weight: 900; }
.benefits h2 { margin: 0 0 4px; color: var(--navy); font-size: 15px; }
.benefits p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.catalog-section { padding: 86px 0 100px; background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading h2, .business-banner h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > div > p:last-child { margin: 12px 0 0; color: var(--muted); }
.sort-control { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.sort-control select { min-width: 170px; height: 44px; padding: 0 34px 0 12px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); }
.filter-chips { display: flex; gap: 8px; padding: 4px 0 12px; overflow-x: auto; scrollbar-width: none; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chip { flex: 0 0 auto; min-height: 39px; padding: 0 16px; border: 1px solid var(--line); border-radius: 99px; color: #53647a; background: white; font-size: 13px; font-weight: 700; cursor: pointer; }
.filter-chip.is-active { color: white; border-color: var(--navy); background: var(--navy); }
.results-label { min-height: 21px; margin: 8px 0 18px; color: var(--muted); font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; transition: transform .22s, box-shadow .22s, border-color .22s; }
.product-card:hover { transform: translateY(-5px); border-color: #c6d2e0; box-shadow: var(--shadow); }
.product-image { position: relative; aspect-ratio: 1.12/1; display: grid; place-items: center; padding: 24px; background: linear-gradient(145deg, #f8fafc, #fff); overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-badge { position: absolute; left: 14px; top: 14px; padding: 6px 9px; color: var(--navy); background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 7px; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.product-brand { margin: 0 0 7px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.4; }
.product-specs { display: -webkit-box; min-height: 42px; margin: 9px 0 17px; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-price { margin-top: auto; }
.product-price span { display: block; color: var(--muted); font-size: 10px; }
.product-price strong { display: block; margin-top: 2px; color: var(--navy); font-size: 24px; letter-spacing: -.03em; }
.availability { display: flex; align-items: center; gap: 6px; margin-top: 6px; color: var(--success); font-size: 10px; font-weight: 700; }
.availability::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
.product-actions { display: grid; grid-template-columns: 1fr 44px; gap: 8px; margin-top: 15px; }
.add-button, .view-button { min-height: 43px; border-radius: 9px; font-weight: 760; cursor: pointer; }
.add-button { border: 0; color: white; background: var(--navy); }
.add-button:hover { background: var(--navy-2); }
.view-button { border: 1px solid var(--line); color: var(--navy); background: white; font-size: 18px; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); background: var(--soft); }
.empty-state span { font-size: 55px; color: var(--orange); }
.empty-state h3 { margin: 8px 0; color: var(--navy); font-size: 24px; }
.empty-state p { color: var(--muted); }

.business-banner { padding: 82px 0; color: white; background: var(--navy); overflow: hidden; }
.business-banner__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.business-banner__inner::after { content: "J"; position: absolute; right: 120px; top: -130px; color: rgba(255,255,255,.035); font-size: 360px; font-weight: 900; line-height: 1; pointer-events: none; }
.business-banner .eyebrow { color: #ff8a52; }
.business-banner h2 { max-width: 760px; color: white; }
.business-banner p:last-child { max-width: 690px; margin: 16px 0 0; color: #c8d5e6; line-height: 1.7; }
.business-banner .button { position: relative; z-index: 1; flex: 0 0 auto; }
.contact-section { padding: 90px 0; background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-copy > p:last-child { color: var(--muted); line-height: 1.7; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.contact-cards a, .contact-cards > div { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.contact-cards a:hover { border-color: var(--orange); }
.contact-cards span { color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-cards strong { color: var(--navy); font-size: 14px; line-height: 1.55; }

.site-footer { color: #c9d4e3; background: #061b3a; }
.footer-main { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-main img { width: 230px; height: 72px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); opacity: .95; }
.footer-main p { margin: 10px 0 0; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 26px; font-size: 13px; font-weight: 700; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom small { font-size: 11px; }
.admin-trigger { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #aab9cc; background: rgba(255,255,255,.05); cursor: pointer; }
.admin-trigger:hover { color: white; background: rgba(255,255,255,.1); }
.admin-trigger svg { width: 18px; }

.overlay { position: fixed; inset: 0; z-index: 90; background: rgba(3,17,37,.58); backdrop-filter: blur(4px); }
.cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; z-index: 100; width: min(450px, 100%); display: flex; flex-direction: column; padding: 25px; background: white; box-shadow: -18px 0 55px rgba(4,25,55,.2); transform: translateX(105%); transition: transform .28s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-header span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.drawer-header h2 { margin: 4px 0 0; color: var(--navy); font-size: 27px; }
.icon-button, .modal-close { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: white; font-size: 24px; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 14px 3px; }
.cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid #edf0f4; }
.cart-item img { width: 76px; height: 70px; padding: 6px; object-fit: contain; border-radius: 9px; background: var(--soft); }
.cart-item h3 { margin: 0; font-size: 12px; line-height: 1.35; }
.cart-item strong { display: block; margin-top: 5px; color: var(--navy); font-size: 14px; }
.quantity { display: grid; grid-template-columns: 26px 28px 26px; align-items: center; margin-top: 8px; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }
.quantity button { height: 26px; padding: 0; border: 0; background: var(--soft); cursor: pointer; }
.quantity span { text-align: center; font-size: 11px; }
.remove-item { padding: 4px; border: 0; color: #9a5660; background: none; font-size: 11px; cursor: pointer; }
.cart-empty { flex: 1; display: grid; place-content: center; justify-items: center; text-align: center; color: var(--muted); }
.cart-empty span { font-size: 45px; }
.cart-empty h3 { margin: 12px 0 2px; color: var(--navy); }
.cart-empty p { font-size: 13px; }
.cart-summary { padding-top: 18px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; align-items: center; }
.cart-summary strong { color: var(--navy); font-size: 25px; }
.cart-summary p { margin: 10px 0 16px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.text-button { width: 100%; margin-top: 9px; padding: 9px; border: 0; color: var(--muted); background: transparent; font-size: 11px; cursor: pointer; }

dialog { padding: 0; border: 0; border-radius: 20px; box-shadow: 0 28px 80px rgba(3,22,50,.28); }
dialog::backdrop { background: rgba(3,17,37,.62); backdrop-filter: blur(5px); }
.product-modal { width: min(880px, calc(100% - 30px)); overflow: visible; }
.modal-close { position: absolute; right: 15px; top: 15px; z-index: 3; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; }
.product-detail__image { display: grid; place-items: center; padding: 45px; background: var(--soft); border-radius: 20px 0 0 20px; }
.product-detail__image img { width: 100%; height: 360px; object-fit: contain; }
.product-detail__copy { padding: 52px 42px 40px; }
.product-detail__copy h2 { margin: 7px 0 14px; color: var(--navy); font-size: 28px; line-height: 1.2; }
.product-detail__copy > p { color: var(--muted); line-height: 1.7; }
.detail-specs { margin: 20px 0; padding: 0; list-style: none; }
.detail-specs li { padding: 7px 0; border-bottom: 1px solid var(--line); color: #53647a; font-size: 13px; }
.detail-price { display: block; margin: 14px 0; color: var(--navy); font-size: 30px; }
.product-detail__copy .button { width: 100%; }

.admin-modal { width: min(720px, calc(100% - 30px)); overflow: visible; }
.admin-login, .admin-panel { padding: 48px; }
.admin-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; color: white; background: var(--navy); font-size: 23px; }
.admin-login h2, .admin-panel h2 { margin: 0; color: var(--navy); font-size: 30px; }
.admin-login > p:not(.eyebrow), .admin-panel > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.admin-login form { display: grid; gap: 10px; margin-top: 20px; }
.admin-login label, .settings-form label { color: #3f526c; font-size: 12px; font-weight: 750; }
.admin-login input, .settings-form input, .settings-form textarea { width: 100%; margin-top: 7px; padding: 12px; border: 1px solid var(--line); border-radius: 9px; outline: 0; color: var(--ink); background: white; }
.admin-login input:focus, .settings-form input:focus, .settings-form textarea:focus { border-color: var(--navy-2); box-shadow: 0 0 0 3px rgba(18,61,120,.1); }
.form-error { min-height: 18px; margin: 0; color: #b42335; font-size: 12px; }
.admin-notice { padding: 12px 14px; border-left: 3px solid var(--orange); background: #fff6f1; font-size: 12px; }
.settings-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 22px; }
.settings-form .span-2 { grid-column: 1/-1; }
.settings-actions { display: flex; gap: 9px; }
.save-message { min-height: 18px; margin: 0; color: var(--success); font-size: 12px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 150; padding: 12px 18px; border-radius: 9px; color: white; background: var(--navy); box-shadow: var(--shadow); font-size: 13px; font-weight: 700; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1040px) {
  .header-main { grid-template-columns: 210px 1fr auto; gap: 15px; }
  .brand img { width: 200px; }
  .cart-button span { display: none; }
  .hero__grid { grid-template-columns: 1fr .9fr; gap: 20px; }
  .hero-product--main { right: 10px; width: 300px; height: 290px; }
  .hero-product--monitor { width: 165px; height: 160px; }
  .hero-product--printer { width: 160px; height: 145px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 600px); }
  .announcement__meta { display: none; }
  .announcement__inner { justify-content: center; text-align: center; }
  .site-header { position: relative; }
  .header-main { min-height: auto; grid-template-columns: 1fr auto; padding-block: 10px 12px; }
  .brand img { width: 185px; height: 58px; }
  .header-search { grid-column: 1/-1; grid-row: 2; height: 44px; }
  .header-search button { padding-inline: 15px; }
  .main-nav { position: sticky; top: 0; z-index: 45; background: white; box-shadow: 0 1px 0 rgba(13,43,86,.09); }
  .nav-scroll { width: 100%; padding-inline: 8px; }
  .nav-scroll button, .nav-scroll a { padding-inline: 14px; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-block: 44px 50px; }
  .hero h1 { font-size: clamp(39px, 12vw, 58px); }
  .hero__copy > p:not(.eyebrow) { font-size: 16px; }
  .hero__visual { min-height: 360px; margin-top: 10px; }
  .hero-orbit--one { width: 320px; height: 320px; right: -25px; }
  .hero-orbit--two { width: 235px; height: 235px; right: 25px; }
  .hero-product--main { width: 245px; height: 230px; right: 8px; top: 55px; }
  .hero-product--monitor { width: 140px; height: 130px; left: 0; top: 5px; }
  .hero-product--printer { width: 135px; height: 125px; left: 8px; bottom: 3px; }
  .hero-badge { right: 4px; bottom: 2px; width: 130px; min-height: 78px; }
  .benefits__grid { grid-template-columns: 1fr; padding-block: 4px; }
  .benefits article, .benefits article:first-child { min-height: 95px; padding: 18px 4px; border: 0; border-bottom: 1px solid var(--line); }
  .benefits article:last-child { border-bottom: 0; }
  .catalog-section { padding-block: 62px 75px; }
  .section-heading { align-items: start; flex-direction: column; }
  .sort-control { width: 100%; justify-content: space-between; }
  .sort-control select { flex: 1; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-body { padding: 13px; }
  .product-image { padding: 14px; }
  .product-card h3 { font-size: 13px; }
  .product-specs { font-size: 11px; }
  .product-price strong { font-size: 20px; }
  .product-actions { grid-template-columns: 1fr 40px; }
  .add-button, .view-button { min-height: 40px; font-size: 11px; }
  .business-banner { padding-block: 65px; }
  .business-banner__inner { align-items: start; flex-direction: column; gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-cards { grid-template-columns: 1fr; }
  .footer-main { align-items: start; flex-direction: column; padding-block: 40px; }
  .footer-bottom { align-items: flex-start; padding-block: 18px; }
  .product-detail { grid-template-columns: 1fr; max-height: 86vh; overflow-y: auto; }
  .product-detail__image { padding: 28px; border-radius: 20px 20px 0 0; }
  .product-detail__image img { height: 220px; }
  .product-detail__copy { padding: 30px 24px; }
  .admin-login, .admin-panel { padding: 38px 22px 26px; max-height: 88vh; overflow-y: auto; }
  .settings-form { grid-template-columns: 1fr; }
  .settings-form .span-2 { grid-column: auto; }
  .settings-actions { flex-direction: column; }
}

@media (max-width: 390px) {
  .product-grid { grid-template-columns: 1fr; }
  .hero__actions .button { width: 100%; }
}

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