:root {
  --navy: #082f38;
  --navy-2: #0d4650;
  --green: #0a6b4b;
  --green-light: #9dca6f;
  --yellow: #f6c945;
  --orange: #ef7826;
  --pink: #dd4f72;
  --pink-light: #f7a6b7;
  --cream: #fff7df;
  --paper: #fffdf5;
  --ink: #153633;
  --muted: #607672;
  --line: #d8dfd6;
  --white: #fff;
  --shadow: 0 18px 50px rgba(8, 47, 56, .12);
  --font-display: Georgia, "Times New Roman", serif;
  --font-sans: "Trebuchet MS", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 var(--font-sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.02; }
h1 em, h2 em { color: var(--pink); font-weight: 500; }
input, select, textarea { width: 100%; border: 2px solid var(--line); border-radius: 12px; background: var(--white); padding: 12px 14px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); outline: 3px solid rgba(246, 201, 69, .52); }
label { display: grid; gap: 7px; font-size: .9rem; font-weight: 800; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { margin-bottom: 10px; font-weight: 900; }
details summary { cursor: pointer; }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -100px; background: var(--yellow); color: var(--navy); padding: 12px 18px; border-radius: 8px; font-weight: 900; }
.skip-link:focus { top: 12px; }
.mobile-only, .filter-mobile { display: none; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--yellow); }
.text-link { color: var(--navy); font-weight: 900; text-decoration: underline; text-decoration-color: var(--pink); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.text-link-light { color: var(--white); text-decoration-color: var(--yellow); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; border: 2px solid transparent; border-radius: 999px; padding: 11px 20px; font-size: .92rem; font-weight: 900; text-align: center; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button[disabled] { cursor: not-allowed; opacity: .48; transform: none; }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--green); }
.button-pink { background: var(--pink); color: var(--white); }
.button-pink:hover { background: var(--navy); }
.button-yellow { background: var(--yellow); color: var(--navy); }
.button-yellow:hover { background: var(--orange); }
.button-cream { background: var(--cream); color: var(--navy); }
.button-cream:hover { background: var(--yellow); }
.button-outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.button-outline:hover { background: var(--navy); color: var(--white); }
.button-wide { width: 100%; }
.text-button { border: 0; background: transparent; padding: 0; color: var(--navy); font-weight: 900; text-decoration: underline; }
.section { width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0; }
.section-heading { margin-bottom: 36px; }
.section-heading h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5.2rem); letter-spacing: -.04em; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.centered { text-align: center; }

.announcement { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: 24px; background: var(--yellow); color: var(--navy); padding: 7px 18px; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.site-header { position: sticky; z-index: 100; top: 0; display: grid; min-height: 92px; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; border-bottom: 1px solid rgba(21, 54, 51, .12); background: rgba(255, 253, 245, .96); padding: 12px max(24px, calc((100vw - 1440px)/2)); backdrop-filter: blur(14px); }
.brand { position: relative; display: grid; width: max-content; grid-template-columns: auto auto; align-items: center; color: var(--navy); }
.brand-flower { grid-row: 1 / 3; margin-right: 7px; color: var(--pink); font-size: 2.25rem; line-height: 1; }
.brand-word { font: 700 2rem/.88 var(--font-display); letter-spacing: -.05em; }
.brand small { margin-top: 5px; font-size: .55rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 30px); }
.main-nav a { position: relative; font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 3px; background: var(--pink); content: ""; transform: scaleX(0); transition: transform .18s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 8px; }
.icon-button { position: relative; display: grid; width: 46px; height: 46px; place-items: center; border: 2px solid var(--navy); border-radius: 50%; background: transparent; }
.icon-button:hover { background: var(--yellow); }
.icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.cart-count { position: absolute; top: -5px; right: -5px; display: grid; min-width: 21px; height: 21px; place-items: center; border: 2px solid var(--paper); border-radius: 50%; background: var(--pink); color: var(--white); font-size: .66rem; font-weight: 900; }
.flash { position: fixed; z-index: 500; top: 144px; right: 24px; display: flex; width: min(420px, calc(100% - 32px)); align-items: center; justify-content: space-between; gap: 16px; border-left: 8px solid var(--green); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); padding: 16px 18px; font-weight: 800; }
.flash-error { border-color: var(--pink); }
.flash-info { border-color: var(--yellow); }
.flash button { border: 0; background: transparent; font-size: 1.4rem; }

.hero-editorial { position: relative; min-height: min(790px, calc(100vh - 126px)); overflow: hidden; background: var(--navy); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 2; display: flex; min-height: min(790px, calc(100vh - 126px)); width: min(1380px, calc(100% - 48px)); flex-direction: column; justify-content: center; margin: 0 auto; padding: 56px 58% 56px 2%; color: var(--white); }
.hero-copy h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(4rem, 8vw, 8.8rem); letter-spacing: -.065em; line-height: .82; }
.hero-copy h1 em { color: var(--yellow); }
.hero-copy p { max-width: 540px; margin-bottom: 30px; color: #e7f0ea; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.hero-stamp { position: absolute; z-index: 3; right: clamp(24px, 5vw, 80px); bottom: 30px; display: grid; width: 120px; height: 120px; place-items: center; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .1em; line-height: 1.1; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.hero-stamp strong { font: 700 1.4rem var(--font-display); }
.marquee { overflow: hidden; border-top: 4px solid var(--navy); border-bottom: 4px solid var(--navy); background: var(--pink); color: var(--white); padding: 17px 0; }
.marquee > div { display: flex; width: max-content; align-items: center; gap: 30px; padding-left: 20px; animation: marquee 30s linear infinite; }
.marquee span { font-size: .85rem; font-weight: 900; letter-spacing: .15em; }
.marquee b { color: var(--yellow); font-size: 1.3rem; }
@keyframes marquee { to { transform: translateX(-35%); } }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.product-card { position: relative; min-width: 0; }
.product-card-media { position: relative; overflow: hidden; aspect-ratio: 1 / 1.1; border: 2px solid var(--navy); border-radius: 28px 28px 8px 8px; background: var(--cream); }
.product-card-media > a { display: block; width: 100%; height: 100%; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card-media img { transform: scale(1.035); }
.product-badges { position: absolute; z-index: 4; top: 12px; left: 12px; display: flex; max-width: calc(100% - 24px); flex-wrap: wrap; gap: 6px; pointer-events: none; }
.badge { display: inline-flex; border: 2px solid var(--navy); border-radius: 999px; padding: 5px 9px; font-size: .65rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.badge-green { background: var(--green-light); }
.badge-pink { background: var(--pink); color: var(--white); }
.badge-yellow { background: var(--yellow); }
.gallery-arrow { position: absolute; z-index: 5; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid var(--navy); border-radius: 50%; background: var(--paper); font: 700 1.8rem/1 var(--font-display); opacity: 0; transform: translateY(-50%); transition: opacity .18s ease, background .18s ease; }
.gallery-arrow:hover { background: var(--yellow); }
.gallery-prev { left: 10px; }
.gallery-next { right: 10px; }
.product-card-media:hover .gallery-arrow, .product-card-media:focus-within .gallery-arrow, .product-main-image .gallery-arrow { opacity: 1; }
.gallery-counter { position: absolute; z-index: 4; right: 12px; bottom: 12px; border: 2px solid var(--navy); border-radius: 999px; background: var(--paper); padding: 4px 9px; font-size: .68rem; font-weight: 900; }
.product-card-body { position: relative; margin: -8px 8px 0; border: 2px solid var(--navy); border-top: 6px solid var(--yellow); border-radius: 0 0 24px 24px; background: var(--white); padding: 22px; }
.product-category { color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin: 7px 0 8px; font-size: clamp(1.4rem, 2vw, 2rem); }
.product-card h3 a:hover { color: var(--pink); }
.product-card-body > p { min-height: 48px; margin-bottom: 16px; color: var(--muted); font-size: .86rem; }
.product-price-row { display: flex; min-height: 30px; align-items: baseline; gap: 10px; }
.product-price { font: 700 1.35rem var(--font-display); }
.product-price-row del { color: var(--muted); font-size: .8rem; }
.quick-add { margin-top: 16px; }
.quick-add .button { width: 100%; }
.sold-out { display: block; margin-top: 16px; border-top: 1px solid var(--line); padding-top: 12px; color: var(--pink); font-size: .8rem; font-weight: 900; }

.ritual-collage { display: grid; min-height: 660px; grid-template-columns: 1.05fr .95fr; background: var(--green); color: var(--white); }
.ritual-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(50px, 8vw, 130px); }
.ritual-copy h2 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 7rem); letter-spacing: -.055em; }
.ritual-copy p { max-width: 620px; margin-bottom: 32px; color: #e5f3e7; font-size: 1.1rem; }
.ritual-art { position: relative; overflow: hidden; border-left: 5px solid var(--navy); background: var(--orange); }
.sun-disc { position: absolute; top: 10%; left: 14%; display: grid; width: 330px; max-width: 58%; aspect-ratio: 1; place-items: center; border: 5px solid var(--navy); border-radius: 50%; background: var(--yellow); color: var(--navy); font: 900 clamp(2rem, 5vw, 4.8rem)/.8 var(--font-display); text-align: center; transform: rotate(-8deg); }
.leaf { position: absolute; width: 42%; height: 70%; border: 5px solid var(--navy); border-radius: 100% 0 100% 0; background: var(--green-light); }
.leaf-one { right: -5%; bottom: -15%; transform: rotate(-24deg); }
.leaf-two { right: 34%; bottom: -30%; background: var(--pink); transform: rotate(15deg); }
.flower-shape { position: absolute; top: 46%; right: 5%; color: var(--cream); font-size: clamp(9rem, 22vw, 21rem); line-height: .8; transform: rotate(18deg); }
.category-section { padding-bottom: 120px; }
.category-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 3px solid var(--navy); }
.category-tile { display: flex; min-height: 390px; flex-direction: column; border-right: 3px solid var(--navy); padding: 28px; transition: transform .2s ease; }
.category-tile:last-child { border-right: 0; }
.category-tile:hover { position: relative; z-index: 2; transform: translateY(-12px) rotate(-1deg); }
.category-tile > span { font-weight: 900; }
.category-tile h3 { margin: auto 0 12px; font-size: clamp(2rem, 3vw, 3.8rem); }
.category-tile p { min-height: 72px; }
.category-tile b { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 5px; }
.tile-green { background: var(--green-light); }
.tile-pink { background: var(--pink); color: var(--white); }
.tile-orange { background: var(--orange); }
.tile-navy { background: var(--navy); color: var(--white); }
.coupon-poster { position: relative; display: grid; min-height: 280px; grid-template-columns: 180px 1fr auto; align-items: center; gap: 34px; overflow: hidden; border-top: 5px solid var(--navy); border-bottom: 5px solid var(--navy); background: var(--yellow); padding: 38px max(24px, calc((100vw - 1380px)/2)); }
.coupon-burst { display: grid; width: 150px; aspect-ratio: 1; place-items: center; border: 4px solid var(--navy); border-radius: 50%; background: var(--pink); color: var(--cream); font-size: 7rem; line-height: 1; transform: rotate(-12deg); }
.coupon-poster h2 { margin-bottom: 8px; font-size: clamp(2.4rem, 4vw, 4.5rem); }
.coupon-poster p { margin: 0; font-size: 1.1rem; }
.social-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); border: 3px solid var(--navy); }
.social-mosaic > * { aspect-ratio: 1; border-right: 3px solid var(--navy); }
.social-mosaic > *:last-child { border-right: 0; }
.social-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-text { display: grid; place-items: center; background: var(--pink); color: var(--white); font: 900 clamp(2rem, 4vw, 4.5rem)/.8 var(--font-display); text-align: center; }
.mosaic-flower { display: grid; place-items: center; background: var(--green); color: var(--yellow); font-size: clamp(7rem, 14vw, 15rem); line-height: 1; }

.page-banner { min-height: 340px; padding: 82px max(24px, calc((100vw - 1380px)/2)); }
.page-banner h1 { margin-bottom: 12px; font-size: clamp(3.4rem, 7vw, 7.8rem); letter-spacing: -.06em; }
.page-banner p { max-width: 690px; font-size: 1.1rem; }
.page-banner-yellow { background: var(--yellow); }
.page-banner-green { background: var(--green); color: var(--white); }
.page-banner-orange { background: var(--orange); }
.page-banner-navy { background: var(--navy); color: var(--white); }
.shop-hero { display: grid; min-height: 430px; grid-template-columns: 1fr .52fr; overflow: hidden; background: var(--navy); color: var(--white); }
.shop-hero > div:first-child { padding: 80px max(24px, calc((100vw - 1380px)/2)); padding-right: 40px; }
.shop-hero h1 { margin-bottom: 12px; font-size: clamp(4rem, 8vw, 8.5rem); letter-spacing: -.06em; }
.shop-hero h1 em { color: var(--yellow); }
.shop-hero-art { position: relative; display: grid; place-items: center; border-left: 5px solid var(--yellow); background: var(--pink); text-align: center; }
.shop-hero-art span { position: absolute; color: var(--yellow); font-size: 24rem; line-height: 1; opacity: .5; }
.shop-hero-art b { position: relative; color: var(--white); font: 900 3rem/.85 var(--font-display); transform: rotate(-8deg); }
.shop-layout { display: grid; width: min(1440px, 100%); grid-template-columns: 270px 1fr; gap: 40px; margin: 0 auto; padding: 58px 24px 110px; }
.filters { position: sticky; top: 116px; height: max-content; border: 2px solid var(--navy); background: var(--cream); padding: 24px; }
.filters form { display: grid; gap: 24px; }
.filter-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 4px solid var(--yellow); padding-bottom: 13px; }
.filter-top h2 { margin: 0; font-size: 1.7rem; }
.filter-top a { font-size: .76rem; font-weight: 900; text-decoration: underline; }
.filter-top span { display: flex; align-items: center; gap: 9px; }
.filter-top button { display: none; border: 0; background: transparent; font-size: 1.5rem; }
.filters fieldset { display: grid; gap: 8px; }
.radio-row { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 9px; font-weight: 600; }
.radio-row input { width: 18px; height: 18px; accent-color: var(--pink); }
.results-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination a { display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid var(--navy); border-radius: 50%; font-weight: 900; }
.pagination a[aria-current="page"], .pagination a:hover { background: var(--yellow); }
.empty-state { display: grid; min-height: 430px; place-items: center; align-content: center; border: 3px solid var(--navy); background: var(--cream); padding: 42px; text-align: center; }
.empty-state > span { font-size: 4rem; }
.empty-state h2, .empty-state h3 { margin: 8px 0; font-size: 2.4rem; }
.empty-state p { color: var(--muted); }
.empty-state.compact { min-height: 260px; }

.breadcrumbs { display: flex; width: min(1380px, calc(100% - 48px)); flex-wrap: wrap; gap: 9px; margin: 26px auto; color: var(--muted); font-size: .78rem; }
.breadcrumbs a { color: var(--navy); font-weight: 900; }
.product-detail { display: grid; width: min(1380px, calc(100% - 48px)); grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); gap: clamp(38px, 6vw, 94px); margin: 0 auto; padding-bottom: 100px; }
.product-gallery { min-width: 0; }
.product-main-image { position: relative; overflow: hidden; aspect-ratio: 1; border: 3px solid var(--navy); background: var(--cream); }
.product-main-image img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.gallery-thumbs button { overflow: hidden; aspect-ratio: 1; border: 2px solid transparent; background: var(--cream); padding: 0; }
.gallery-thumbs button[aria-current="true"] { border-color: var(--pink); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-info { padding-top: 36px; }
.product-info h1 { margin: 10px 0 18px; font-size: clamp(3.5rem, 6vw, 6.6rem); letter-spacing: -.06em; }
.product-lead { color: var(--muted); font-size: 1.15rem; }
.product-price-detail { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; border-top: 2px solid var(--line); border-bottom: 2px solid var(--line); margin: 28px 0; padding: 22px 0; }
.product-price-detail strong { font: 700 2.15rem var(--font-display); }
.product-price-detail del { color: var(--muted); }
.product-price-detail span { width: 100%; color: var(--muted); font-size: .78rem; }
.detail-badges { position: static; margin-bottom: 25px; pointer-events: auto; }
.add-form { display: grid; grid-template-columns: 145px 1fr; gap: 14px; align-items: end; }
.quantity-control { display: grid; grid-template-columns: 40px 1fr 40px; border: 2px solid var(--navy); border-radius: 999px; overflow: hidden; }
.quantity-control input { border: 0; border-radius: 0; padding: 9px 0; text-align: center; }
.quantity-control button { border: 0; background: var(--cream); font-weight: 900; }
.stock-note { margin: 12px 0 28px; color: var(--green); font-size: .78rem; font-weight: 900; }
.sold-out-box { border: 3px solid var(--pink); background: #ffe6ec; padding: 22px; }
.product-accordions { border-top: 3px solid var(--navy); }
.product-accordions details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.product-accordions summary { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; }
.product-accordions summary::after { content: "+"; font-family: var(--font-sans); }
.product-accordions details[open] summary::after { content: "−"; }
.product-accordions p { margin: 14px 0 0; color: var(--muted); }
.related-products { border-top: 4px solid var(--navy); }

.cart-layout { display: grid; width: min(1380px, calc(100% - 48px)); grid-template-columns: minmax(0, 1fr) 370px; gap: 52px; margin: 0 auto; padding: 64px 0 110px; }
.cart-items { border-top: 3px solid var(--navy); }
.cart-item { position: relative; display: grid; grid-template-columns: 130px 1fr 90px 105px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); padding: 22px 38px 22px 0; }
.cart-item > a img { width: 130px; aspect-ratio: 1; border: 2px solid var(--navy); object-fit: cover; }
.cart-item-info h2 { margin: 5px 0; font-size: 1.55rem; }
.mini-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.mini-badges span { border-radius: 999px; background: var(--yellow); padding: 3px 8px; font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.cart-unit-price { display: block; margin-top: 8px; color: var(--muted); font-size: .75rem; }
.cart-quantity input { max-width: 72px; padding: 8px; }
.cart-line-total { font: 700 1.15rem var(--font-display); text-align: right; }
.remove-inline { position: absolute; top: 50%; right: 0; display: grid; width: 29px; height: 29px; place-items: center; border: 0; border-radius: 50%; background: #f7e2e5; color: var(--pink); font-size: 1.25rem; transform: translateY(-50%); }
.cart-update-row { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.cart-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
.tool-card { position: relative; overflow: hidden; border: 3px solid var(--navy); padding: 26px; }
.tool-card-pink { background: var(--pink-light); }
.tool-card-green { background: var(--green-light); }
.tool-card h2 { margin: 4px 0; font-size: 1.7rem; }
.tool-card > div:first-child p { font-size: .82rem; }
.tool-icon { position: absolute; top: 12px; right: 16px; font-size: 2.6rem; }
.tool-card form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.form-feedback { min-height: 22px; margin: 10px 0 0; font-size: .78rem; font-weight: 900; }
.shipping-options { display: grid; gap: 8px; margin-top: 12px; }
.shipping-option, .selected-shipping { display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 2px solid var(--navy); background: var(--white); padding: 12px; }
.shipping-option { cursor: pointer; }
.shipping-option input { width: auto; accent-color: var(--pink); }
.shipping-option > span { flex: 1; }
.shipping-option small { display: block; color: var(--muted); }
.order-summary { position: sticky; top: 120px; height: max-content; border: 3px solid var(--navy); background: var(--cream); box-shadow: 12px 12px 0 var(--yellow); padding: 30px; }
.order-summary h2 { font-size: 2.2rem; }
.order-summary dl, .checkout-summary dl, .order-totals { display: grid; gap: 12px; margin: 24px 0; }
.order-summary dl > div, .checkout-summary dl > div, .order-totals > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.saving { color: var(--green); font-weight: 900; }
.summary-total { display: flex; align-items: center; justify-content: space-between; border-top: 3px solid var(--navy); margin: 20px 0; padding-top: 18px; }
.summary-total strong { font: 700 1.8rem var(--font-display); }
.secure-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; }
.secure-note > span { color: var(--green); }
.secure-note p { margin: 0; color: var(--muted); font-size: .75rem; }
.cart-empty { width: min(900px, calc(100% - 48px)); margin: 80px auto; }

.checkout-header { display: flex; min-height: 88px; align-items: center; justify-content: space-between; border-bottom: 4px solid var(--yellow); background: var(--navy); color: var(--white); padding: 14px max(24px, calc((100vw - 1200px)/2)); }
.checkout-header .brand { color: var(--white); }
.checkout-header > span { font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.checkout-layout { display: grid; width: min(1200px, calc(100% - 48px)); grid-template-columns: minmax(0, 1fr) 390px; gap: 58px; margin: 0 auto; padding: 60px 0 100px; }
.checkout-step { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.checkout-step > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--pink); color: var(--white); font-weight: 900; }
.checkout-step h1, .checkout-step h2 { margin: 0; font-size: 2.5rem; }
.checkout-step p { margin: 3px 0 0; color: var(--muted); }
.checkout-form { display: grid; gap: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.span-2 { grid-column: 1 / -1; }
.selected-shipping-large { margin-bottom: 30px; border-width: 3px; background: var(--green-light); padding: 18px; }
.selected-shipping-large div { display: grid; }
.selected-shipping-large span { font-size: .78rem; }
.selected-shipping-large a { font-size: .74rem; font-weight: 900; text-decoration: underline; }
.checkout-warning { border: 3px solid var(--orange); background: #fff0d4; margin-bottom: 28px; padding: 20px; }
.checkout-warning form { display: flex; gap: 8px; margin-top: 13px; }
.payment-step { margin: 10px 0 0; }
.payment-box { display: flex; align-items: center; gap: 14px; border: 3px solid var(--navy); padding: 18px; }
.payment-box > div:nth-child(2) { flex: 1; }
.payment-box p { margin: 2px 0 0; color: var(--muted); font-size: .8rem; }
.mp-mark { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: #009ee3; color: var(--white); font-weight: 900; }
.checkout-submit { min-height: 58px; font-size: 1rem; }
.checkout-terms { color: var(--muted); font-size: .74rem; text-align: center; }
.checkout-terms a { text-decoration: underline; }
.checkout-summary { height: max-content; border: 3px solid var(--navy); background: var(--cream); padding: 28px; }
.checkout-summary h2 { font-size: 2.2rem; }
.checkout-items { display: grid; gap: 14px; }
.checkout-items > div { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 12px; }
.checkout-item-img { position: relative; }
.checkout-item-img img { width: 58px; height: 58px; border: 1px solid var(--navy); object-fit: cover; }
.checkout-item-img b { position: absolute; top: -6px; right: -6px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--pink); color: var(--white); font-size: .65rem; }
.checkout-items small { display: block; color: var(--muted); }

.auth-page { display: grid; min-height: calc(100vh - 126px); grid-template-columns: 1.05fr .95fr; }
.auth-art { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: center; background: var(--green); color: var(--white); padding: clamp(54px, 9vw, 150px); }
.auth-art::after { position: absolute; right: -10%; bottom: -30%; width: 55%; height: 75%; border: 5px solid var(--navy); border-radius: 100% 0 100% 0; background: var(--yellow); content: ""; transform: rotate(25deg); }
.auth-flower { position: absolute; top: -7%; right: -3%; color: var(--pink); font-size: 25rem; line-height: 1; }
.auth-art h1 { position: relative; z-index: 2; max-width: 720px; margin: 10px 0 22px; font-size: clamp(3.8rem, 7vw, 7.8rem); letter-spacing: -.06em; }
.auth-art p, .auth-art .eyebrow { position: relative; z-index: 2; max-width: 520px; }
.auth-card { display: flex; width: min(530px, calc(100% - 48px)); flex-direction: column; justify-content: center; margin: auto; padding: 70px 0; }
.auth-card h2 { margin: 3px 0; font-size: 3.5rem; }
.auth-card > p { color: var(--muted); }
.auth-card a { color: var(--pink); font-weight: 900; text-decoration: underline; }
.auth-card form { display: grid; gap: 18px; margin-top: 22px; }
.auth-card small { color: var(--muted); }
.check-row { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px; font-weight: 600; }
.check-row input { width: 18px; height: 18px; accent-color: var(--pink); }

.account-hero { background: var(--green); color: var(--white); padding: 70px max(24px, calc((100vw - 1380px)/2)); }
.account-hero h1 { margin: 4px 0; font-size: clamp(3.5rem, 7vw, 7rem); }
.account-layout { display: grid; width: min(1380px, calc(100% - 48px)); grid-template-columns: minmax(0, 1fr) 360px; gap: 50px; margin: 0 auto; padding: 70px 0 110px; }
.order-list { display: grid; border-top: 3px solid var(--navy); }
.order-list-item { display: grid; grid-template-columns: 1fr 210px 120px 60px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); padding: 20px 8px; }
.order-list-item:hover { background: var(--cream); }
.order-list-item small { display: block; color: var(--muted); }
.order-list-item em { color: var(--pink); font-style: normal; font-weight: 900; }
.status-pill { display: inline-flex; width: max-content; border-radius: 999px; background: #e8eee8; padding: 6px 10px; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.status-paid { background: #c8ebce; color: #10562f; }
.status-pending, .status-awaiting { background: #fff0b5; color: #6f5300; }
.status-failed, .status-cancelled, .status-refunded { background: #f6d5dc; color: #8a1f3a; }
.account-side { display: grid; height: max-content; gap: 16px; }
.account-card { border: 2px solid var(--navy); background: var(--cream); padding: 24px; }
.account-card h2 { font-size: 1.8rem; }
.account-card form { display: grid; gap: 14px; }
.account-card summary { font: 700 1.5rem var(--font-display); }
.account-card details form { margin-top: 18px; }

.order-page { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 110px; }
.order-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: start; margin-bottom: 54px; }
.progress-step { display: grid; justify-items: center; gap: 8px; color: var(--muted); text-align: center; }
.progress-step span { display: grid; width: 42px; height: 42px; place-items: center; border: 3px solid var(--line); border-radius: 50%; background: var(--paper); font-weight: 900; }
.progress-step.is-done { color: var(--green); }
.progress-step.is-done span { border-color: var(--green); background: var(--green); color: var(--white); }
.order-progress i { height: 4px; margin-top: 20px; background: var(--line); }
.order-columns { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 34px; }
.order-panel, .order-side > section { border: 3px solid var(--navy); background: var(--white); padding: 28px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 3px solid var(--yellow); padding-bottom: 18px; }
.panel-heading h2 { margin: 0; font-size: 2rem; }
.order-item-list { display: grid; gap: 13px; padding: 18px 0; }
.order-item-list > div { display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 14px; }
.order-item-list img { width: 76px; height: 76px; border: 1px solid var(--navy); object-fit: cover; }
.order-item-list small { display: block; color: var(--muted); }
.order-totals { border-top: 1px solid var(--line); padding-top: 18px; }
.order-totals .total { border-top: 3px solid var(--navy); padding-top: 14px; font: 700 1.3rem var(--font-display); }
.order-side { display: grid; height: max-content; gap: 18px; }
.order-side h2 { font-size: 1.7rem; }
.delivery-note { border-left: 5px solid var(--yellow); background: var(--cream); padding: 12px; font-size: .82rem; }
.tracking-box { display: grid; gap: 3px; border: 2px dashed var(--green); background: #e6f4e7; padding: 16px; }
.tracking-box a { margin-top: 6px; font-weight: 900; text-decoration: underline; }
.payment-retry { background: var(--yellow) !important; }

.payment-result, .error-page { display: grid; width: min(840px, calc(100% - 48px)); min-height: 620px; place-items: center; align-content: center; margin: 70px auto; border: 5px solid var(--navy); padding: 60px; text-align: center; }
.payment-result-success { background: #d8efc6; box-shadow: 16px 16px 0 var(--green); }
.payment-result-info { background: var(--yellow); box-shadow: 16px 16px 0 var(--orange); }
.payment-result-error { background: #f8d4dd; box-shadow: 16px 16px 0 var(--pink); }
.result-symbol { display: grid; width: 100px; height: 100px; place-items: center; border: 5px solid var(--navy); border-radius: 50%; background: var(--white); font: 700 3rem var(--font-display); }
.payment-result h1, .error-page h1 { margin: 18px 0; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.055em; }
.payment-result > p { max-width: 610px; }
.result-actions, .error-page > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 20px 0; }
.payment-result > small { max-width: 600px; color: var(--muted); }
.error-flower { color: var(--pink); font-size: 8rem; line-height: .7; }

.about-hero { display: grid; min-height: 720px; grid-template-columns: 1.15fr .85fr; background: var(--navy); color: var(--white); }
.about-hero > div:first-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 9vw, 145px); }
.about-hero h1 { margin-bottom: 28px; font-size: clamp(4rem, 8vw, 8.5rem); letter-spacing: -.065em; }
.about-hero h1 em { color: var(--yellow); }
.about-hero p { max-width: 720px; color: #e5efeb; font-size: 1.15rem; }
.about-poster { position: relative; display: grid; overflow: hidden; place-items: center; border-left: 5px solid var(--yellow); background: var(--pink); }
.about-poster span { position: absolute; color: var(--orange); font-size: 35rem; line-height: 1; }
.about-poster b { position: relative; z-index: 2; color: var(--cream); font: 900 clamp(4rem, 8vw, 8rem)/.76 var(--font-display); text-align: center; transform: rotate(-5deg); }
.about-poster i { position: absolute; right: -8%; bottom: -16%; width: 56%; height: 55%; border: 5px solid var(--navy); border-radius: 100% 0 100% 0; background: var(--green-light); transform: rotate(-20deg); }
.about-story { display: grid; width: min(1200px, calc(100% - 48px)); grid-template-columns: 100px 1fr .75fr; gap: 50px; margin: 0 auto; padding: 110px 0; }
.story-number { color: var(--pink); font: 700 4rem var(--font-display); }
.about-story h2 { font-size: clamp(3rem, 5vw, 5.4rem); letter-spacing: -.05em; }
.about-story p { color: var(--muted); font-size: 1.04rem; }
.about-story blockquote { align-self: center; border-top: 5px solid var(--yellow); border-bottom: 5px solid var(--yellow); margin: 0; padding: 28px 0; color: var(--green); font: italic 700 2.1rem/1.2 var(--font-display); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid var(--navy); border-bottom: 4px solid var(--navy); }
.values-grid article { min-height: 350px; border-right: 3px solid var(--navy); padding: 32px; }
.values-grid article:nth-child(1) { background: var(--yellow); }
.values-grid article:nth-child(2) { background: var(--green-light); }
.values-grid article:nth-child(3) { background: var(--orange); }
.values-grid article:nth-child(4) { border-right: 0; background: var(--pink); color: var(--white); }
.values-grid span { font-size: 4rem; }
.values-grid h3 { margin-top: 80px; font-size: 2rem; }
.about-cta { display: flex; min-height: 340px; align-items: center; justify-content: space-between; gap: 40px; background: var(--green); color: var(--white); padding: 60px max(24px, calc((100vw - 1200px)/2)); }
.about-cta h2 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6vw, 6rem); }

.social-hero { min-height: 500px; background: var(--pink); color: var(--white); padding: 90px max(24px, calc((100vw - 1380px)/2)); }
.social-hero h1 { margin: 0; font-size: clamp(4.4rem, 10vw, 10rem); letter-spacing: -.07em; }
.social-hero h1 em { color: var(--yellow); }
.social-cards { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 4px solid var(--navy); }
.social-card { display: flex; min-height: 430px; flex-direction: column; border-right: 3px solid var(--navy); padding: 30px; }
.social-card:last-child { border-right: 0; }
.social-card-1 { background: var(--yellow); }
.social-card-2 { background: var(--navy); color: var(--white); }
.social-card-3 { background: var(--orange); }
.social-card-4 { background: var(--green-light); }
.social-card-index { font-weight: 900; }
.social-card h2 { margin-top: auto; font-size: 3rem; }
.social-card b { margin-top: 20px; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 6px; }
.social-card:hover h2 { color: var(--pink); }
.social-manifest { display: grid; grid-template-columns: .7fr 1fr 1fr; min-height: 560px; background: var(--green); color: var(--white); }
.social-manifest > * { border-right: 4px solid var(--navy); }
.social-manifest img { width: 100%; height: 100%; object-fit: cover; }
.social-manifest > div:last-child { display: flex; flex-direction: column; justify-content: center; border-right: 0; padding: 60px; }
.social-manifest h2 { font-size: clamp(3rem, 5vw, 5.8rem); }

.policy-layout { display: grid; width: min(1180px, calc(100% - 48px)); grid-template-columns: 220px 1fr; gap: 64px; margin: 0 auto; padding: 80px 0 120px; }
.policy-layout nav { position: sticky; top: 125px; display: grid; height: max-content; border-left: 5px solid var(--yellow); gap: 13px; padding-left: 18px; }
.policy-layout nav a { font-weight: 900; }
.policy-layout nav a:hover { color: var(--pink); }
.policy-layout article { max-width: 800px; }
.policy-layout article h2 { margin: 52px 0 12px; font-size: 2.6rem; }
.policy-layout article h2:first-child { margin-top: 0; }
.policy-layout article p { color: var(--muted); font-size: 1.03rem; }
.policy-layout article a { color: var(--pink); font-weight: 900; text-decoration: underline; }
.policy-note { border: 3px solid var(--orange); background: #fff0d4; margin-top: 50px; padding: 22px; }
.policy-note p { margin: 6px 0 0; }

.newsletter-band { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; border-top: 5px solid var(--navy); border-bottom: 5px solid var(--navy); background: var(--orange); padding: 55px max(24px, calc((100vw - 1200px)/2)); }
.newsletter-band h2 { margin: 0 0 8px; font-size: clamp(2.4rem, 4vw, 4.4rem); }
.newsletter-band p { margin: 0; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-form input { border-color: var(--navy); }
.site-footer { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; background: var(--navy); color: var(--white); padding: 70px max(24px, calc((100vw - 1380px)/2)) 28px; }
.site-footer .brand-word { display: block; color: var(--yellow); font-size: 3.4rem; }
.site-footer h3 { color: var(--yellow); font-family: var(--font-sans); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.site-footer a:hover { color: var(--yellow); }
.footer-brand p { color: #bdd3cb; }
.social-row { display: flex; flex-wrap: wrap; gap: 12px; font-size: .8rem; font-weight: 900; }
.footer-legal { grid-column: 1 / -1; border-top: 1px solid #37626a; margin: 24px 0 0; padding-top: 24px; color: #9db8b1; font-size: .72rem; }

@media (max-width: 1180px) {
  .main-nav { gap: 14px; }
  .main-nav a:nth-child(2), .main-nav a:nth-child(3) { display: none; }
  .product-grid, .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-tiles, .values-grid, .social-cards { grid-template-columns: repeat(2, 1fr); }
  .category-tile:nth-child(2), .values-grid article:nth-child(2), .social-card:nth-child(2) { border-right: 0; }
  .category-tile:nth-child(-n+2), .values-grid article:nth-child(-n+2), .social-card:nth-child(-n+2) { border-bottom: 3px solid var(--navy); }
  .about-story { grid-template-columns: 80px 1fr; }
  .about-story blockquote { grid-column: 2; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; }
  .cart-item { grid-template-columns: 105px 1fr 75px; }
  .cart-item > a img { width: 105px; }
  .cart-line-total { grid-column: 3; }
  .social-manifest { grid-template-columns: 1fr 1fr; }
  .social-manifest .mosaic-text { display: none; }
}

@media (max-width: 900px) {
  .mobile-only, .filter-mobile { display: grid; }
  .site-header { grid-template-columns: auto 1fr auto; gap: 12px; min-height: 78px; padding: 10px 16px; }
  .site-header .brand { justify-self: center; }
  .brand-word { font-size: 1.65rem; }
  .brand small { display: none; }
  .brand-flower { font-size: 1.7rem; }
  .main-nav { position: fixed; z-index: 200; inset: 112px 0 auto; display: none; max-height: calc(100vh - 112px); align-items: stretch; flex-direction: column; overflow-y: auto; border-bottom: 5px solid var(--yellow); background: var(--navy); padding: 26px; }
  .main-nav.is-open { display: flex; }
  .main-nav a, .main-nav a:nth-child(2), .main-nav a:nth-child(3) { display: block; border-bottom: 1px solid #35616a; color: var(--white); padding: 13px; font: 700 1.7rem var(--font-display); letter-spacing: 0; text-transform: none; }
  .header-actions .icon-button { width: 42px; height: 42px; }
  .hero-editorial, .hero-copy { min-height: 720px; }
  .hero-image { opacity: .68; object-position: 65% center; }
  .hero-copy { justify-content: flex-end; padding: 80px 24px; }
  .hero-copy::before { position: absolute; z-index: -1; inset: auto 0 0; height: 55%; background: var(--navy); content: ""; opacity: .92; }
  .hero-copy h1 { font-size: clamp(3.7rem, 13vw, 6.5rem); }
  .hero-stamp { top: 30px; right: 20px; bottom: auto; width: 92px; height: 92px; }
  .ritual-collage, .about-hero, .auth-page { grid-template-columns: 1fr; }
  .ritual-art, .about-poster { min-height: 560px; border-top: 5px solid var(--navy); border-left: 0; }
  .category-tiles { grid-template-columns: repeat(2, 1fr); }
  .coupon-poster { grid-template-columns: 110px 1fr; }
  .coupon-burst { width: 100px; font-size: 4.5rem; }
  .coupon-poster .button { grid-column: 2; width: max-content; }
  .social-mosaic { grid-template-columns: repeat(2, 1fr); }
  .social-mosaic > *:nth-child(2) { border-right: 0; }
  .social-mosaic > *:nth-child(-n+2) { border-bottom: 3px solid var(--navy); }
  .shop-hero { grid-template-columns: 1fr; }
  .shop-hero-art { min-height: 260px; border-top: 5px solid var(--yellow); border-left: 0; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters { position: fixed; z-index: 300; inset: 0; display: none; overflow-y: auto; padding: 30px; }
  .filters.is-open { display: block; }
  .filter-top button { display: inline-block; }
  .product-detail { grid-template-columns: 1fr; }
  .product-info { padding-top: 0; }
  .cart-layout, .checkout-layout, .account-layout, .order-columns { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .checkout-summary { grid-row: 1; }
  .auth-art { min-height: 520px; }
  .auth-card { padding: 60px 0; }
  .about-story { grid-template-columns: 1fr; }
  .about-story blockquote { grid-column: 1; }
  .social-manifest { grid-template-columns: 1fr; }
  .social-manifest > * { min-height: 430px; border-right: 0; border-bottom: 4px solid var(--navy); }
  .social-manifest > div:last-child { border-bottom: 0; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-layout nav { position: static; display: flex; flex-wrap: wrap; }
  .newsletter-band { grid-template-columns: 1fr; gap: 24px; }
  .site-footer { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .announcement { gap: 8px; font-size: .62rem; }
  .announcement span:nth-child(2), .announcement span:nth-child(3) { display: none; }
  .header-actions .icon-button:first-child { display: none; }
  .main-nav { inset-block-start: 112px; }
  .section { width: min(100% - 28px, 1380px); padding: 70px 0; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2 { font-size: 2.8rem; }
  .hero-editorial, .hero-copy { min-height: 650px; }
  .hero-copy { width: calc(100% - 28px); padding: 60px 0 38px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-stamp { width: 82px; height: 82px; font-size: .58rem; }
  .product-grid, .shop-grid { grid-template-columns: 1fr; }
  .product-card-media { aspect-ratio: 1; }
  .ritual-copy { padding: 58px 24px; }
  .ritual-copy h2 { font-size: 3.2rem; }
  .ritual-art { min-height: 430px; }
  .category-tiles, .values-grid, .social-cards { grid-template-columns: 1fr; }
  .category-tile, .category-tile:nth-child(2), .values-grid article, .values-grid article:nth-child(2), .social-card, .social-card:nth-child(2) { min-height: 320px; border-right: 0; border-bottom: 3px solid var(--navy); }
  .category-tile:last-child, .values-grid article:last-child, .social-card:last-child { border-bottom: 0; }
  .coupon-poster { grid-template-columns: 1fr; padding-block: 42px; }
  .coupon-poster .button { grid-column: 1; }
  .social-mosaic { grid-template-columns: 1fr; }
  .social-mosaic > *, .social-mosaic > *:nth-child(2) { border-right: 0; border-bottom: 3px solid var(--navy); }
  .social-mosaic > *:last-child { border-bottom: 0; }
  .page-banner { min-height: 300px; padding-block: 64px; }
  .shop-hero > div:first-child { padding: 56px 20px; }
  .shop-hero h1 { font-size: 4.5rem; }
  .shop-layout { padding-inline: 14px; }
  .breadcrumbs, .product-detail, .cart-layout, .checkout-layout, .account-layout, .order-page, .policy-layout { width: calc(100% - 28px); }
  .product-info h1 { font-size: 3.5rem; }
  .add-form { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 86px 1fr; padding-right: 30px; }
  .cart-item > a img { width: 86px; }
  .cart-quantity, .cart-line-total { grid-column: 2; }
  .cart-line-total { text-align: left; }
  .cart-tools { grid-template-columns: 1fr; }
  .cart-update-row { align-items: stretch; flex-direction: column; gap: 14px; }
  .tool-card form, .newsletter-form, .checkout-warning form { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: 1; }
  .checkout-layout { padding-top: 30px; }
  .checkout-header > span { display: none; }
  .account-hero { padding-block: 54px; }
  .order-list-item { grid-template-columns: 1fr auto; }
  .order-list-item .status-pill { grid-column: 1; }
  .order-list-item em { grid-column: 2; grid-row: 1 / 3; }
  .order-progress { grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .order-progress i { display: none; }
  .progress-step b { font-size: .64rem; }
  .order-item-list > div { grid-template-columns: 58px 1fr; }
  .order-item-list > div > b { grid-column: 2; }
  .payment-result, .error-page { width: calc(100% - 28px); min-height: 520px; margin-block: 28px; padding: 32px 20px; box-shadow: 8px 8px 0 var(--green); }
  .about-hero > div:first-child { padding: 60px 24px; }
  .about-poster { min-height: 440px; }
  .about-story { padding-block: 72px; }
  .about-cta { align-items: flex-start; flex-direction: column; }
  .social-hero { min-height: 390px; padding: 60px 20px; }
  .social-manifest > div:last-child { padding: 36px 24px; }
  .policy-layout { padding-top: 48px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
}

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