:root {
  --ink: #0b0d0c;
  --paper: #f4f1e9;
  --cream: #e8dfcd;
  --green: #123b2f;
  --green-bright: #1d5a47;
  --red: #d84b41;
  --gold: #c9a965;
  --muted: #6b6e68;
  --line: rgba(11, 13, 12, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.locked { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, .product-card:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.demo-ribbon { min-height: 34px; padding: 7px 5vw; display: flex; justify-content: center; gap: 12px; color: #fff; background: var(--red); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.demo-ribbon span + span::before { content: "·"; margin-right: 12px; }
.announcement { padding: 9px 24px; color: var(--cream); background: var(--ink); text-align: center; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.announcement p { margin: 0; }

.site-header { height: 86px; padding: 0 clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; position: relative; z-index: 30; background: rgba(244, 241, 233, .96); border-bottom: 1px solid var(--line); }
.brand { width: fit-content; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 43px; height: 43px; position: relative; display: grid; place-items: center; transform: rotate(45deg); border: 1px solid rgba(11, 13, 12, .7); }
.brand-mark i, .brand-mark b { position: absolute; font-family: Georgia, serif; font-style: normal; transform: rotate(-45deg); }
.brand-mark i { color: var(--red); translate: -7px -7px; }
.brand-mark b { translate: 7px 7px; }
.brand-name { display: grid; line-height: 1; text-transform: uppercase; }
.brand-name strong { font-size: 1.1rem; letter-spacing: .12em; }
.brand-name small { margin-top: 5px; font-size: .58rem; letter-spacing: .29em; }
.desktop-nav { display: flex; align-items: center; gap: 38px; }
.desktop-nav a { position: relative; text-decoration: none; font-size: .77rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--red); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.icon-button, .cart-button { border: 0; color: inherit; background: transparent; cursor: pointer; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; }
.icon-button svg, .cart-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cart-button { display: flex; align-items: center; gap: 8px; font-size: .77rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.cart-count { min-width: 23px; height: 23px; padding: 0 6px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 999px; font-size: .68rem; }
.menu-toggle { display: none; }
.menu-toggle span { width: 22px; height: 1px; position: absolute; background: currentColor; transition: .2s; }
.menu-toggle span:first-child { translate: 0 -4px; }
.menu-toggle span:last-child { translate: 0 4px; }

.search-panel { height: 0; padding: 0 clamp(22px, 10vw, 160px); position: relative; z-index: 25; overflow: hidden; background: var(--paper); transition: height .35s ease, padding .35s ease; }
.search-panel.open { height: 145px; padding-top: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.search-panel label { display: block; margin-bottom: 10px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.search-control { display: flex; align-items: center; border-bottom: 1px solid var(--ink); }
.search-control input { width: 100%; padding: 10px 0 14px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: clamp(1.2rem, 2.2vw, 1.7rem); }
.search-close { border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.mobile-nav { display: none; }

.hero { min-height: min(760px, calc(100vh - 120px)); position: relative; display: grid; align-items: center; overflow: hidden; color: white; background: #07100e; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(4, 9, 8, .95) 0%, rgba(4, 9, 8, .72) 37%, rgba(4, 9, 8, .08) 68%, rgba(4, 9, 8, .3) 100%), linear-gradient(0deg, rgba(4, 9, 8, .42), transparent 45%); }
.hero-content { width: min(700px, 90%); margin-left: clamp(24px, 8vw, 126px); padding: 80px 0; position: relative; z-index: 2; }
.kicker { margin: 0 0 18px; color: var(--gold); font-size: .7rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.kicker.dark { color: var(--red); }
.hero h1 { max-width: 700px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 8vw, 8.2rem); font-weight: 400; line-height: .83; letter-spacing: -.055em; }
.hero h1 em { color: var(--cream); font-weight: 400; }
.hero-content > p:not(.kicker) { max-width: 520px; margin: 30px 0 0; color: rgba(255,255,255,.73); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; }
.hero-actions { margin-top: 38px; display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 49px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 0; font-size: .73rem; font-weight: 850; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--cream); }
.button-primary:hover { background: white; }
.button-ghost { color: white; border-color: rgba(255,255,255,.5); background: transparent; }
.button-ghost:hover { color: var(--ink); background: white; }
.button-dark { color: white; background: var(--ink); }
.hero-note { position: absolute; right: clamp(24px, 5vw, 72px); bottom: 40px; z-index: 2; display: flex; align-items: center; gap: 14px; }
.hero-note span { color: var(--red); font-family: Georgia, serif; font-size: 2.4rem; }
.hero-note p { margin: 0; color: rgba(255,255,255,.68); font-size: .64rem; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }

.trust-strip { padding: 24px clamp(24px, 5vw, 76px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; color: var(--cream); background: var(--green); }
.trust-strip > div { display: flex; align-items: center; gap: 14px; }
.trust-strip > div > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem; }
.trust-strip p { margin: 0; color: rgba(232,223,205,.62); font-size: .7rem; line-height: 1.45; }
.trust-strip strong { display: block; color: white; font-size: .76rem; letter-spacing: .04em; }

.shop-section { padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 76px); }
.section-header { max-width: 1320px; margin: 0 auto 52px; display: grid; grid-template-columns: 1fr minmax(270px, 450px); align-items: end; gap: 40px; }
.section-header h2, .newsletter h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.4rem, 7vw, 6.8rem); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.section-copy { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.shop-toolbar { max-width: 1320px; margin: 0 auto 28px; padding-bottom: 18px; display: flex; justify-content: space-between; align-items: end; gap: 30px; border-bottom: 1px solid var(--line); }
.filter-buttons { display: flex; gap: 4px; flex-wrap: wrap; }
.filter-button { padding: 9px 15px; border: 0; color: var(--muted); background: transparent; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.filter-button.active { color: white; background: var(--ink); }
.sort-control { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sort-control select { padding: 8px 24px 8px 10px; border: 0; border-bottom: 1px solid var(--ink); outline: none; background: transparent; }
.product-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 3vw, 46px) clamp(14px, 2vw, 28px); }
.product-card { position: relative; cursor: pointer; }
.product-media { position: relative; aspect-ratio: 1; overflow: hidden; background: #e8e4dc; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 7px 10px; color: white; background: var(--red); font-size: .61rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.quick-add { width: calc(100% - 24px); height: 44px; position: absolute; left: 12px; bottom: 12px; translate: 0 60px; opacity: 0; border: 0; color: white; background: rgba(11,13,12,.94); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: translate .3s ease, opacity .3s ease; }
.product-card:hover .quick-add { translate: 0; opacity: 1; }
.product-info { padding-top: 15px; display: grid; grid-template-columns: 1fr auto; gap: 5px 15px; }
.product-category { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .63rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.product-name, .product-price { margin: 0; font-size: .86rem; }
.product-name { font-weight: 760; letter-spacing: .03em; text-transform: uppercase; }
.product-price { white-space: nowrap; font-weight: 680; }
.product-colors { grid-column: 1 / -1; display: flex; gap: 5px; }
.product-colors i { width: 9px; height: 9px; border: 1px solid rgba(0,0,0,.2); border-radius: 50%; }
.catalog-note { max-width: 1320px; margin: 34px auto 0; color: var(--muted); font-size: .7rem; }

.editorial { min-height: 700px; display: grid; grid-template-columns: 1.1fr .9fr; color: white; background: var(--ink); overflow: hidden; }
.editorial-art { position: relative; min-height: 630px; background: radial-gradient(circle at 50% 45%, #1b5e49 0%, #0c251e 45%, #07100d 75%); }
.editorial-art::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; }
.card { width: 210px; aspect-ratio: .7; padding: 18px; position: absolute; z-index: 2; border-radius: 15px; color: var(--ink); background: #f6f1e7; box-shadow: 0 35px 60px rgba(0,0,0,.35); font-family: Georgia, serif; font-size: 3rem; }
.card i, .card b { display: block; font-style: normal; font-size: 5rem; text-align: center; }
.card i { color: var(--red); }
.card-one { left: 21%; top: 15%; transform: rotate(-14deg); }
.card-two { right: 22%; bottom: 13%; transform: rotate(14deg); }
.chip { width: 150px; aspect-ratio: 1; position: absolute; z-index: 3; left: 50%; top: 50%; translate: -50% -50%; display: grid; place-items: center; border: 13px dashed var(--gold); border-radius: 50%; color: var(--cream); background: var(--red); box-shadow: 0 24px 55px rgba(0,0,0,.42); font-family: Georgia, serif; font-size: 4rem; }
.editorial-content { padding: clamp(70px, 9vw, 140px) clamp(35px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.editorial h2 { margin: 0; color: var(--cream); font-family: Georgia, serif; font-size: clamp(4rem, 7vw, 7.5rem); font-weight: 400; line-height: .82; letter-spacing: -.055em; }
.editorial h2 em { color: var(--red); font-weight: 400; }
.editorial-content > p:not(.kicker) { max-width: 520px; margin: 36px 0 0; color: rgba(255,255,255,.63); line-height: 1.8; }
.editorial-content > a { width: fit-content; margin-top: 34px; color: white; text-decoration: none; border-bottom: 1px solid var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; line-height: 2.4; text-transform: uppercase; }
.editorial-content > a span { margin-left: 18px; color: var(--gold); }

.newsletter { padding: clamp(70px, 9vw, 125px) clamp(24px, 8vw, 124px); display: grid; grid-template-columns: 1fr minmax(360px, .8fr); align-items: center; gap: 80px; background: var(--cream); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; }
.newsletter-form input { min-width: 0; padding: 18px 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; font-size: 1.1rem; }
.newsletter-form button { padding: 0 22px; border: 0; color: white; background: var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.newsletter-form small { grid-column: 1 / -1; margin-top: 10px; color: var(--muted); font-size: .66rem; }

.site-footer { padding: 70px clamp(24px, 6vw, 90px) 28px; color: rgba(255,255,255,.68); background: #080a09; }
.footer-brand { color: white; }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.7); }
.footer-links { margin: 60px 0; display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 50px; }
.footer-links > div { display: grid; align-content: start; gap: 13px; }
.footer-links strong { margin-bottom: 7px; color: white; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.58); text-decoration: none; font-size: .82rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .67rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: white; }

.overlay { position: fixed; inset: 0; z-index: 70; visibility: hidden; opacity: 0; background: rgba(2,4,3,.62); backdrop-filter: blur(3px); transition: .25s; }
.overlay.active { visibility: visible; opacity: 1; }
.cart-drawer { width: min(480px, 100%); position: fixed; inset: 0 0 0 auto; z-index: 80; visibility: hidden; display: grid; grid-template-rows: auto 1fr auto; translate: 100% 0; color: var(--ink); background: var(--paper); transition: translate .4s cubic-bezier(.25,.8,.25,1), visibility 0s .4s; }
.cart-drawer.open { visibility: visible; translate: 0; transition-delay: 0s; }
.cart-drawer > header { padding: 25px 26px; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); }
.cart-drawer > header span { color: var(--red); font-size: .63rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.cart-drawer h2 { margin: 3px 0 0; font-family: Georgia, serif; font-size: 2.5rem; font-weight: 400; }
.drawer-close, .dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; font-size: 1.7rem; cursor: pointer; }
.cart-items { padding: 20px 26px; overflow: auto; }
.cart-item { padding: 14px 0; display: grid; grid-template-columns: 92px 1fr auto; gap: 14px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 92px; height: 92px; object-fit: cover; }
.cart-item h3 { margin: 5px 0; font-size: .8rem; text-transform: uppercase; }
.cart-item p, .cart-item small { margin: 0; color: var(--muted); font-size: .68rem; }
.cart-item button { align-self: start; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.cart-empty { padding: 50px 36px; align-self: center; text-align: center; }
.cart-empty span { color: var(--green); font-family: Georgia, serif; font-size: 4rem; }
.cart-empty h3 { margin: 12px 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.cart-empty p { margin: 0 0 22px; color: var(--muted); line-height: 1.6; }
.cart-footer { padding: 22px 26px; border-top: 1px solid var(--line); background: white; }
.cart-total { display: flex; justify-content: space-between; align-items: center; }
.cart-total strong { font-size: 1.25rem; }
.cart-footer > p { margin: 6px 0 18px; color: var(--muted); font-size: .68rem; }
.checkout-button { width: 100%; min-height: 56px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 0; color: #073864; background: #00b1ea; cursor: pointer; }
.checkout-button span { font-size: .72rem; }
.checkout-button strong { font-size: 1.05rem; letter-spacing: -.03em; }
.cart-footer > small { display: block; margin-top: 8px; color: var(--muted); text-align: center; font-size: .63rem; }

dialog { width: min(980px, calc(100% - 34px)); max-height: calc(100vh - 34px); padding: 0; border: 0; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.42); }
dialog::backdrop { background: rgba(2,4,3,.76); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 14px; right: 14px; z-index: 3; background: rgba(244,241,233,.88); }
.dialog-grid { display: grid; grid-template-columns: 1.05fr .95fr; }
.dialog-media { min-height: 570px; background: #e8e4dc; }
.dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.dialog-info { padding: clamp(42px, 6vw, 80px) clamp(28px, 5vw, 62px); display: flex; flex-direction: column; justify-content: center; }
.dialog-category { margin: 0 0 8px; color: var(--red); font-size: .65rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.dialog-info h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.5rem, 4.5vw, 4.5rem); font-weight: 400; line-height: .95; }
.dialog-price { margin: 18px 0; font-size: 1.2rem; font-weight: 700; }
.dialog-description { color: var(--muted); line-height: 1.7; }
.size-picker { margin: 26px 0; padding: 0; border: 0; }
.size-picker legend { margin-bottom: 10px; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.size-picker div { display: flex; gap: 8px; flex-wrap: wrap; }
.size-picker label { min-width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); cursor: pointer; }
.size-picker input { position: absolute; opacity: 0; }
.size-picker label:has(input:checked) { color: white; background: var(--ink); }
.dialog-benefits { margin-top: 20px; display: grid; gap: 7px; color: var(--muted); font-size: .7rem; }
.dialog-benefits span::before { content: "✓"; margin-right: 8px; color: var(--green); }
.demo-dialog { width: min(580px, calc(100% - 34px)); padding: 60px clamp(28px, 6vw, 70px); text-align: center; }
.demo-dialog .dialog-close { top: 14px; right: 14px; }
.demo-icon { width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 2rem; }
.demo-dialog h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 400; line-height: 1; }
.demo-dialog > p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.fake-payment { margin: 24px 0; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.fake-payment span { padding: 8px 10px; border: 1px solid var(--line); font-size: .67rem; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 100; translate: -50% 30px; visibility: hidden; opacity: 0; padding: 13px 19px; color: white; background: var(--green); font-size: .75rem; font-weight: 750; transition: .25s; }
.toast.show { visibility: visible; opacity: 1; translate: -50% 0; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .cart-button span { display: none; }
  .mobile-nav { padding: 25px; position: absolute; left: 0; right: 0; z-index: 28; display: none; gap: 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { text-decoration: none; font-family: Georgia, serif; font-size: 2rem; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial { grid-template-columns: 1fr; }
  .editorial-art { min-height: 560px; }
  .newsletter { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 720px) {
  .demo-ribbon { flex-wrap: wrap; gap: 5px 10px; font-size: .57rem; }
  .site-header { height: 72px; padding-inline: 16px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-name strong { font-size: .9rem; }
  .brand-name small { font-size: .5rem; }
  .search-toggle { display: none; }
  .hero { min-height: 720px; align-items: end; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,9,8,.97) 0%, rgba(4,9,8,.74) 48%, rgba(4,9,8,.08) 82%); }
  .hero-content { width: auto; margin: 0; padding: 72px 20px 75px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.4rem); }
  .hero-content > p:not(.kicker) { font-size: .92rem; }
  .hero-note { display: none; }
  .trust-strip { padding: 22px 20px; grid-template-columns: 1fr; gap: 18px; }
  .section-header { grid-template-columns: 1fr; gap: 22px; }
  .shop-toolbar { align-items: start; flex-direction: column; }
  .filter-buttons { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  .product-grid { gap: 28px 10px; }
  .product-info { display: block; }
  .product-price { margin-top: 5px; }
  .quick-add { display: none; }
  .editorial-art { min-height: 470px; }
  .card { width: 145px; font-size: 2rem; }
  .card i, .card b { font-size: 3.2rem; }
  .chip { width: 105px; border-width: 9px; font-size: 3rem; }
  .editorial-content { padding: 70px 24px; }
  .newsletter { padding-inline: 22px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { min-height: 50px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-media { min-height: auto; aspect-ratio: 1; }
  .dialog-info { padding: 30px 24px 38px; }
}

@media (max-width: 420px) {
  .product-name { font-size: .72rem; }
  .product-category { font-size: .56rem; }
  .product-price { font-size: .78rem; }
  .footer-links { grid-template-columns: 1fr; }
}

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