:root {
  --ink: #261d1b;
  --muted: #756b67;
  --wine: #4d0809;
  --wine-deep: #350405;
  --blush: #fbe5e9;
  --blush-2: #f6cfd7;
  --butter: #fff4d5;
  --cream: #fff9fa;
  --line: #eddde1;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(77, 8, 9, 0.1);
  --shadow-soft: 0 12px 40px rgba(70, 46, 36, 0.08);
  --serif: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 2rem;
  --header-offset: 110px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--blush-2); color: var(--wine); }
.visually-hidden { 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; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: var(--ink); color: white; border-radius: 0 0 .6rem .6rem; }
.skip-link:focus { top: 0; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.announcement { height: 35px; display: grid; place-items: center; position: relative; color: #381d1b; background: #f9dce3; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transition: height .3s ease, opacity .3s ease; }
.announcement p { margin: 0; }
.announcement-close { position: absolute; right: 20px; border: 0; background: transparent; cursor: pointer; font-size: 18px; font-weight: 300; }
.announcement.is-hidden { height: 0; opacity: 0; overflow: hidden; }

.site-header { position: sticky; top: 0; z-index: 100; height: 76px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(234,223,216,.85); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; letter-spacing: .04em; }
.desktop-nav a, .footer a { position: relative; width: fit-content; }
.desktop-nav a::after, .footer a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a.is-active::after, .footer a:hover::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a.is-active { color: var(--wine); font-weight: 650; }
.desktop-nav a:focus-visible { outline: 2px solid var(--blush-2); outline-offset: 6px; border-radius: 2px; }
.brand { width: 194px; height: 64px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 100%; height: 64px; display: block; object-fit: cover; object-position: center 38%; transform: none; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.icon-button { width: 39px; height: 39px; padding: 9px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.icon-button:hover { background: var(--cream); }
.icon-button:active { transform: scale(.93); }
.icon-button svg { width: 20px; height: 20px; }
.menu-button { display: none; }
.cart-button { position: relative; }
.cart-count { position: absolute; top: 0; right: 0; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 99px; color: white; background: var(--wine); font-size: 9px; }

main { min-height: 60vh; }
.hero { min-height: 680px; padding: clamp(44px, 6vw, 82px) max(24px, calc((100vw - 1240px) / 2)); position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(44px, 7vw, 104px); overflow: hidden; background: linear-gradient(135deg, #fffafa 0%, #fff4f6 54%, #f9e8eb 100%); }
.hero::after { content: ""; width: 420px; aspect-ratio: 1; position: absolute; left: -180px; bottom: -250px; border: 1px solid rgba(77,8,9,.06); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.18), 0 0 0 144px rgba(255,255,255,.12); pointer-events: none; }
.hero-media { width: 100%; height: auto; aspect-ratio: 1 / 1; grid-column: 2; grid-row: 1; position: relative; z-index: 1; object-fit: cover; object-position: 67% center; border-radius: 2rem; box-shadow: 0 30px 80px rgba(76,39,38,.15); animation: heroReveal 1.2s cubic-bezier(.2,.7,.2,1) both; }
.hero-content { width: auto; padding: 28px 0; grid-column: 1; grid-row: 1; position: relative; z-index: 2; animation: rise .9s .15s ease both; }
.eyebrow { margin: 0 0 16px; color: var(--wine); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-heading h2, .page-hero h1, .product-info h1, .story-copy h2, .modal h2, .checkout h1 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero h1 { max-width: 620px; font-size: clamp(3.7rem, 5.4vw, 6.2rem); }
.hero h1 em { color: var(--wine); font-weight: 400; }
.hero-copy { max-width: 465px; margin: 28px 0 34px; color: #5e5551; font-size: 16px; }
.button-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.button { min-height: 50px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color .25s ease, background .25s ease, border .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--wine); border-color: var(--wine); }
.button-dark:hover { background: var(--wine-deep); box-shadow: 0 8px 26px rgba(77,8,9,.2); }
.button-light { background: rgba(255,255,255,.6); }
.button-light:hover { background: white; }
.button-soft { border-color: transparent; background: var(--blush); color: var(--wine); }
.text-button { padding: 4px 0; border: 0; background: none; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 12px; }
.hero-note { margin-top: 30px; display: flex; gap: 26px; color: #746b66; font-size: 11px; }
.hero-note span { display: inline-flex; gap: 8px; align-items: center; }
.hero-note span::before { content: "✓"; color: var(--wine); }

.section { padding: 110px 0; }
.section-tight { padding: 78px 0; }
.section-tinted { background: var(--cream); }
.section-blush { background: #fdf4f3; }
.section-heading { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2 { font-size: clamp(2.8rem, 4vw, 4.6rem); }
.section-heading h2 em { color: var(--wine); font-weight: 400; }
.section-heading p { max-width: 460px; margin: 0; color: var(--muted); }
.inline-link { padding-bottom: 4px; display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }

.collection-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-card { min-height: 480px; position: relative; display: flex; align-items: end; overflow: hidden; border-radius: var(--radius); background: #f7f0ea; isolation: isolate; }
.collection-card::after { content: ""; position: absolute; inset: 35% 0 0; z-index: -1; background: linear-gradient(transparent, rgba(36,22,18,.64)); }
.collection-card .collection-photo { position: absolute; inset: 0; z-index: -2; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.collection-card:hover .collection-photo { transform: scale(1.045); }
.collection-card:nth-child(1) .collection-photo { background-image: url('../images/products/whisper-silk.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.collection-card:nth-child(2) .collection-photo { background-image: url('../images/products/blush-cloud.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.collection-card:nth-child(3) .collection-photo { background-image: url('../images/products/merlot-velvet.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.collection-content { width: 100%; padding: 32px; color: white; display: flex; align-items: end; justify-content: space-between; }
.collection-content h3 { margin: 4px 0 0; font-family: var(--serif); font-size: 33px; font-weight: 400; }
.collection-content p { margin: 0; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.collection-arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; transition: background .3s, color .3s; }
.collection-card:hover .collection-arrow { background: white; color: var(--ink); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 16px; }
.product-card { height: 100%; position: relative; display: flex; flex-direction: column; }
.product-image-wrap { aspect-ratio: 1 / 1; position: relative; overflow: hidden; border-radius: 1.4rem; background: var(--cream); }
.product-image { position: absolute; inset: 0; background: url('../images/product-quadrants.png') no-repeat; background-size: 200% 200%; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .3s; }
.product-card:hover .product-image { transform: scale(1.035); }
.crop-0 { background-image: url('../images/products/whisper-silk.jpg') !important; background-size: cover !important; background-position: center !important; }
.crop-1 { background-image: url('../images/products/blush-cloud.jpg') !important; background-size: cover !important; background-position: center !important; }
.crop-2 { background-image: url('../images/products/buttercup-satin.jpg') !important; background-size: cover !important; background-position: center !important; }
.crop-3 { background-image: url('../images/products/merlot-velvet.jpg') !important; background-size: cover !important; background-position: center !important; }
.product-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 11px; background: rgba(255,255,255,.88); border-radius: 99px; backdrop-filter: blur(10px); color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.quick-add { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2; min-height: 43px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; overflow: hidden; color: white; background: rgba(77,8,9,.92); border: 0; border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; transform: translateY(70px); opacity: 0; transition: .35s ease; }
.quick-add span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-card:hover .quick-add, .quick-add:focus { transform: translateY(0); opacity: 1; }
.wishlist { position: absolute; top: 12px; right: 12px; z-index: 3; width: 37px; height: 37px; color: var(--ink); background: rgba(255,255,255,.72); }
.wishlist.is-loved { color: var(--wine); background: white; }
.wishlist.is-loved svg { fill: currentColor; }
.product-meta { padding: 16px 4px 0; display: flex; flex: 1 1 auto; flex-direction: column; }
.product-topline { display: flex; gap: 12px; align-items: baseline; justify-content: space-between; }
.product-meta h3 { min-height: 2.4em; margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.2; }
.product-meta p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.product-price { font-size: 13px; white-space: nowrap; }
.swatch-row { margin-top: 10px; display: flex; gap: 7px; }
.mini-swatch { width: 13px; height: 13px; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(0,0,0,.08); }

.benefits { background: #f8dce2; }
.benefit-grid { min-height: 188px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.benefit { padding: 24px 34px; text-align: center; border-right: 1px solid rgba(77,8,9,.13); }
.benefit:last-child { border: 0; }
.benefit-icon { width: 34px; height: 34px; margin: 0 auto 12px; color: var(--wine); }
.benefit h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.benefit p { margin: 0; color: #766862; font-size: 11px; }

.editorial { padding: 0; position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; background: #eee5d7; }
.editorial-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.editorial::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(45,26,20,.65), transparent 58%); }
.editorial-copy { position: relative; z-index: 1; max-width: 520px; padding-block: 120px; color: white; }
.editorial-copy .eyebrow { color: var(--butter); }
.editorial-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 5.8rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.editorial-copy p { max-width: 440px; margin: 24px 0 34px; color: rgba(255,255,255,.82); }
.editorial-copy .button { color: var(--ink); background: white; border-color: white; }

.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.story-collage { min-height: 650px; position: relative; }
.story-photo-main { position: absolute; inset: 0 15% 10% 0; border-radius: var(--radius); background: url('../images/product-quadrants.png') 10% 0 / auto 200% no-repeat; box-shadow: var(--shadow); }
.story-photo-small { position: absolute; right: 0; bottom: 0; width: 45%; aspect-ratio: .88; border: 9px solid white; border-radius: 1.5rem; background: url('../images/product-quadrants.png') 95% 100% / auto 200% no-repeat; box-shadow: var(--shadow-soft); }
.story-badge { position: absolute; right: 2%; top: 6%; width: 145px; height: 145px; display: grid; place-items: center; padding: 20px; border-radius: 50%; background: var(--blush-2); color: var(--wine); text-align: center; font-family: var(--serif); font-size: 19px; transform: rotate(7deg); }
.story-copy h2 { font-size: clamp(3rem, 4.6vw, 5.2rem); }
.story-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 16px; }
.signature { color: var(--wine); font-family: var(--serif); font-size: 29px; font-style: italic; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid.is-empty { grid-template-columns: minmax(0, 1fr); }
.review-card { min-height: 320px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 1.7rem; background: white; }
.review-card.review-empty { min-height: 230px; }
.stars { color: #aa7b27; font-size: 12px; letter-spacing: .22em; }
.review-card blockquote { margin: 28px 0; font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.reviewer { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.reviewer strong { color: var(--ink); font-size: 12px; }
.verified { color: #53735b; }

.social-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.social-tile { aspect-ratio: 1; position: relative; overflow: hidden; border-radius: 1rem; background: var(--cream); }
.social-tile .product-image { transition: transform .7s ease; }
.social-tile:hover .product-image { transform: scale(1.07); }
.social-tile:nth-child(5) { background: var(--wine); color: white; display: grid; place-items: center; padding: 30px; text-align: center; }
.social-tile:nth-child(5) strong { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.social-tile:nth-child(5) span { display: block; margin-top: 7px; font-size: 11px; }

.newsletter { padding: 90px 0; background: var(--blush); text-align: center; }
.newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 4vw, 4.7rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.newsletter p { max-width: 540px; margin: 18px auto 28px; color: var(--muted); }
.newsletter-form { width: min(560px, 100%); margin: 0 auto; padding: 6px; display: flex; background: white; border: 1px solid #ead7d4; border-radius: 999px; box-shadow: var(--shadow-soft); }
.newsletter-form input { flex: 1; min-width: 0; padding: 0 18px; border: 0; outline: 0; background: transparent; }
.newsletter-form .button { min-height: 47px; }
.fineprint { margin-top: 13px !important; font-size: 10px; }

.footer { padding: 76px 0 28px; color: rgba(255,255,255,.75); background: #2d090a; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { max-width: 330px; margin: 20px 0; }
.footer h2 { margin: 0 0 18px; color: white; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer a { font-size: 12px; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 34px !important; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-family: var(--serif); }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.backdrop { position: fixed; inset: 0; z-index: 300; background: rgba(31,19,16,.42); backdrop-filter: blur(3px); opacity: 0; transition: opacity .3s ease; }
.backdrop.is-visible { opacity: 1; }
.cart-drawer, .mobile-menu { position: fixed; top: 0; right: 0; bottom: 0; z-index: 400; width: min(440px, 100%); display: flex; flex-direction: column; background: white; box-shadow: -20px 0 70px rgba(50,29,22,.13); transform: translateX(105%); transition: transform .42s cubic-bezier(.2,.8,.2,1); }
.cart-drawer.is-open, .mobile-menu.is-open { transform: translateX(0); }
.drawer-heading { min-height: 80px; padding: 0 24px; position: relative; z-index: 2; display: flex; flex: 0 0 80px; align-items: center; justify-content: space-between; overflow: hidden; border-bottom: 1px solid var(--line); background: white; font-family: var(--serif); font-size: 25px; }
.drawer-heading > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.drawer-heading small { display: block; color: var(--muted); font-family: var(--sans); font-size: 10px; }
.drawer-heading .icon-button { font-family: var(--sans); font-size: 28px; font-weight: 200; }
.shipping-progress-wrap { padding: 20px 24px; background: var(--cream); }
.shipping-progress-wrap p { margin: 0 0 9px; font-size: 11px; }
.shipping-track { height: 4px; overflow: hidden; border-radius: 99px; background: #e9ddd6; }
.shipping-track span { display: block; width: 0; height: 100%; background: var(--wine); transition: width .5s ease; }
.cart-items { flex: 1; padding: 0 24px; overflow-y: auto; }
.empty-cart { height: 100%; display: grid; place-items: center; text-align: center; }
.empty-cart > div { max-width: 260px; }
.empty-cart .empty-icon { width: 62px; height: 62px; margin: 0 auto 18px; padding: 16px; border-radius: 50%; background: var(--blush); }
.empty-cart h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.empty-cart p { margin: 0 0 20px; color: var(--muted); font-size: 12px; }
.cart-line { padding: 20px 0; display: grid; grid-template-columns: 86px 1fr auto; gap: 15px; border-bottom: 1px solid var(--line); }
.cart-line-image { width: 86px; aspect-ratio: 1; border-radius: 1rem; background: url('../images/product-quadrants.png') no-repeat; background-size: 200% 200%; }
.cart-line h3 { margin: 3px 0 2px; font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.2; }
.cart-line p { margin: 0; color: var(--muted); font-size: 10px; }
.line-price { font-size: 12px; }
.line-actions { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; }
.cart-line .quantity,
.purchase-row .quantity { width: 90px; height: 32px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 99px; }
.cart-line .quantity button,
.purchase-row .quantity button { border: 0; background: transparent; cursor: pointer; }
.cart-line .quantity span,
.purchase-row .quantity span { display: grid; place-items: center; font-size: 11px; }
.remove-line { color: var(--muted); border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 10px; }
.cart-footer { padding: 20px 24px 25px; border-top: 1px solid var(--line); box-shadow: 0 -10px 35px rgba(50,29,22,.04); }
.cart-total-row { display: flex; justify-content: space-between; font-size: 15px; }
.cart-footer > p { margin: 5px 0 16px; color: var(--muted); font-size: 10px; }
.cart-footer .button { width: 100%; }
.cart-footer .text-button { display: block; margin: 14px auto 0; }

.mobile-menu { left: 0; right: auto; transform: translateX(-105%); }
.mobile-menu nav { padding: 20px 24px; display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 26px; }
.mobile-menu nav a.is-active { padding-left: 18px; position: relative; color: var(--wine); background: linear-gradient(90deg, rgba(246,207,215,.42), transparent 72%); }
.mobile-menu nav a.is-active::before { content: ""; position: absolute; left: 0; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--wine); transform: translateY(-50%); }
.mobile-menu-note { margin: auto 24px 30px; color: var(--muted); font-family: var(--serif); font-style: italic; }

.search-overlay { position: fixed; inset: 0; z-index: 500; visibility: hidden; background: rgba(255,255,255,.98); opacity: 0; transform: translateY(-12px); transition: .25s ease; }
.search-overlay.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.search-panel { padding-top: 9vh; }
.search-input-wrap { display: grid; grid-template-columns: 34px 1fr 44px; align-items: center; border-bottom: 1px solid var(--ink); }
.search-input-wrap > svg { width: 24px; }
.search-input-wrap input { height: 90px; border: 0; outline: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); }
.search-input-wrap .icon-button { font-size: 30px; }
.search-results { padding-top: 28px; }
.search-chips { display: flex; gap: 9px; flex-wrap: wrap; }
.search-chips button { padding: 10px 16px; border: 1px solid var(--line); border-radius: 99px; background: white; cursor: pointer; }
.live-search-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.search-item { padding: 12px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 1rem; cursor: pointer; }
.search-thumb { width: 58px; aspect-ratio: 1; flex: none; border-radius: .75rem; background: url('../images/product-quadrants.png') no-repeat; background-size: 200% 200%; }
.search-item h3 { margin: 0; font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.2; }
.search-item span { color: var(--muted); font-size: 10px; }

.modal { position: fixed; inset: 0; z-index: 600; visibility: hidden; display: grid; place-items: center; padding: 20px; background: rgba(31,19,16,.45); backdrop-filter: blur(5px); opacity: 0; transition: .25s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-card { width: min(460px, 100%); position: relative; padding: 48px; border-radius: 2rem; background: white; box-shadow: var(--shadow); transform: translateY(12px); transition: transform .3s ease; }
.modal.is-open .modal-card { transform: translateY(0); }
.modal-close { position: absolute; right: 16px; top: 14px; font-size: 26px; }
.modal h2 { font-size: 44px; }
.modal-card > p:not(.eyebrow) { color: var(--muted); }
.account-form { display: grid; gap: 15px; margin: 24px 0 18px; }
.account-form label, .form-field { display: grid; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.account-form input, .form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 49px; padding: 10px 14px; border: 1px solid var(--line); border-radius: .75rem; outline: none; background: white; transition: border .2s, box-shadow .2s; }
.account-form input:focus, .form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(77,8,9,.06); }
.account-form .button { width: 100%; }
.account-card > .text-button { display: block; margin: 0 auto; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 900; padding: 12px 18px; color: white; background: var(--ink); border-radius: 99px; box-shadow: var(--shadow); font-size: 11px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .35s ease; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

.page-hero { min-height: 350px; display: grid; place-items: center; padding: 80px 0; text-align: center; background: var(--cream); }
.page-hero.blush { background: var(--blush); }
.page-hero.butter { background: #fbedf0; }
.page-hero h1 { font-size: clamp(3.4rem, 6vw, 6.8rem); }
.page-hero p:not(.eyebrow) { max-width: 610px; margin: 18px auto 0; color: var(--muted); }
.shop-controls { margin-bottom: 32px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.filter-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-pill { padding: 9px 15px; border: 1px solid var(--line); border-radius: 99px; background: white; cursor: pointer; font-size: 11px; }
.filter-pill.is-active { color: white; background: var(--wine); border-color: var(--wine); }
.sort-select { padding: 9px 34px 9px 13px; border: 1px solid var(--line); border-radius: 99px; background: white; font-size: 11px; }
.result-count { color: var(--muted); font-size: 11px; }

.product-page { padding: 70px 0 110px; }
.breadcrumbs { margin-bottom: 26px; color: var(--muted); font-size: 11px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(45px, 7vw, 100px); }
.product-gallery { display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: start; }
.product-thumbnails { display: grid; gap: 10px; }
.product-thumb { aspect-ratio: 1; border: 1px solid transparent; border-radius: .8rem; cursor: pointer; background: url('../images/product-quadrants.png') no-repeat; background-size: 200% 200%; }
.product-thumb.is-active { border-color: var(--wine); }
.product-main-image { aspect-ratio: 1 / 1; position: relative; overflow: hidden; border-radius: 2rem; background: var(--cream); }
.product-main-image .product-image { transition: transform .8s ease; }
.product-main-image:hover .product-image { transform: scale(1.06); }
.zoom-note { position: absolute; right: 16px; bottom: 16px; z-index: 2; padding: 7px 11px; border-radius: 99px; background: rgba(255,255,255,.78); font-size: 9px; }
.product-info { position: sticky; top: 120px; align-self: start; }
.product-info .stars { display: inline-block; margin-right: 8px; }
.rating-line { margin-bottom: 18px; font-size: 11px; }
.product-info h1 { font-size: clamp(3rem, 5vw, 5.5rem); }
.product-info .detail-price { margin: 17px 0; font-size: 17px; }
.product-description { color: var(--muted); font-size: 14px; }
.option-label { margin: 26px 0 10px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.color-options { display: flex; gap: 10px; flex-wrap: wrap; }
.color-option { min-width: 43px; height: 43px; padding: 5px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.color-option span { width: 100%; height: 100%; display: block; border-radius: 50%; }
.color-option.is-active { border-color: var(--wine); box-shadow: 0 0 0 2px white, 0 0 0 3px var(--wine); }
.purchase-row { margin-top: 25px; display: grid; grid-template-columns: 116px 1fr; gap: 10px; }
.purchase-row .quantity { width: 100%; height: 52px; }
.purchase-row .button { width: 100%; }
.buy-now { width: 100%; margin-top: 10px; background: white; }
.stock-note { margin: 14px 0 0; display: flex; align-items: center; gap: 8px; color: #53735b; font-size: 10px; }
.stock-dot { width: 7px; height: 7px; border-radius: 50%; background: #6b9b75; box-shadow: 0 0 0 4px #edf5ef; }
.detail-benefits { margin: 24px 0; padding: 18px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); text-align: center; font-size: 9px; }
.detail-benefits span { padding: 0 8px; border-right: 1px solid var(--line); }
.detail-benefits span:last-child { border: 0; }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger { width: 100%; padding: 17px 0; display: flex; justify-content: space-between; border: 0; background: transparent; cursor: pointer; font-size: 12px; text-align: left; }
.accordion-content { max-height: 0; overflow: hidden; color: var(--muted); font-size: 12px; transition: max-height .3s ease; }
.accordion-content p { margin: 0 0 17px; }
.accordion-item.is-open .accordion-content { max-height: 160px; }
.accordion-item.is-open .accordion-trigger span { transform: rotate(45deg); }

.content-page { padding: 90px 0 120px; }
.narrow { width: min(780px, calc(100% - 48px)); margin-inline: auto; }
.prose h2 { margin: 46px 0 12px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.prose h3 { margin: 28px 0 7px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 20px; }
.updated { margin-bottom: 36px; color: var(--muted); font-size: 11px; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 1rem; background: white; overflow: hidden; }
.faq-question { width: 100%; padding: 20px; display: flex; justify-content: space-between; border: 0; background: white; cursor: pointer; text-align: left; font-family: var(--serif); font-size: 20px; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.faq-item.is-open .faq-answer { max-height: 220px; }
.faq-item.is-open .faq-question span { transform: rotate(45deg); }
.contact-hero, .about-hero { padding: clamp(54px, 7vw, 94px) 0; position: relative; overflow: hidden; background: linear-gradient(135deg, #fffafa 0%, #fcedf0 100%); }
.contact-hero::before, .about-hero::before { content: ""; width: 360px; aspect-ratio: 1; position: absolute; right: -170px; top: -190px; border: 1px solid rgba(77,8,9,.08); border-radius: 50%; box-shadow: 0 0 0 66px rgba(255,255,255,.18), 0 0 0 132px rgba(255,255,255,.1); }
.contact-hero-grid, .about-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr); align-items: center; gap: clamp(46px, 8vw, 112px); }
.contact-hero-copy h1, .about-hero-content h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 6vw, 6.8rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.contact-hero-copy > p:not(.eyebrow), .about-hero-content > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 0; color: var(--muted); font-size: 15px; }
.contact-hero-media, .about-hero-media { aspect-ratio: 1 / 1; overflow: hidden; border-radius: 2rem; background: #f6e7e5; box-shadow: 0 28px 70px rgba(73,36,34,.14); }
.contact-hero-media img, .about-hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.contact-hero-media img { object-position: center; }
.about-hero-media img { object-position: 67% center; }
.contact-response { margin-top: 28px; display: inline-flex; align-items: center; gap: 10px; color: var(--wine); font-size: 11px; font-weight: 650; letter-spacing: .04em; }
.contact-response::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #6e9574; box-shadow: 0 0 0 5px rgba(110,149,116,.12); }

.contact-section { background: #fffdfd; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr); align-items: start; gap: clamp(42px, 7vw, 94px); }
.contact-copy h2 { margin: 0; max-width: 470px; font-family: var(--serif); font-size: clamp(2.8rem, 4.5vw, 4.7rem); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.contact-details { margin-top: 36px; display: grid; gap: 12px; }
.contact-detail-card { padding: 20px 22px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 1.15rem; background: white; }
.contact-detail-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--wine); background: var(--blush); border-radius: 50%; font-family: var(--serif); font-size: 17px; }
.contact-detail-card strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.contact-detail-card span { color: var(--muted); font-size: 11px; }
.contact-help-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 9px; color: var(--wine); border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.contact-form-card { padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(226,205,207,.9); border-radius: 2rem; background: white; box-shadow: 0 24px 70px rgba(70,34,32,.08); }
.contact-form-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 3.5vw, 3.4rem); font-weight: 400; letter-spacing: -.035em; }
.contact-form-card > p { margin: 10px 0 28px; color: var(--muted); font-size: 12px; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form textarea { min-height: 160px; resize: vertical; }
.contact-form .button { width: 100%; min-height: 54px; }
.contact-privacy { margin: 13px 0 0 !important; color: var(--muted); font-size: 10px !important; line-height: 1.5; }

.about-intro .story-copy p:not(.eyebrow):not(.signature) { color: var(--muted); }
.about-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.value-card { min-height: 250px; padding: 38px; display: flex; flex-direction: column; border: 1px solid rgba(232,215,213,.8); border-radius: 1.5rem; background: white; }
.value-card .number { color: var(--wine); font-family: var(--serif); font-size: 42px; }
.value-card h3 { margin: auto 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.value-card p { margin: 0; color: var(--muted); font-size: 12px; }
.about-material-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-material-card { padding: 30px; border-radius: 1.4rem; background: var(--cream); }
.about-material-card .eyebrow { margin-bottom: 22px; }
.about-material-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.about-material-card p { margin: 0; color: var(--muted); font-size: 12px; }
.about-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; counter-reset: process; }
.about-process article { padding: 28px 24px; border-top: 1px solid var(--wine); background: #fffafa; counter-increment: process; }
.about-process article::before { content: "0" counter(process); display: block; margin-bottom: 38px; color: var(--wine); font-family: var(--serif); font-size: 24px; }
.about-process h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.about-process p { margin: 0; color: var(--muted); font-size: 11px; }
.about-cta { padding: clamp(70px, 9vw, 120px) 0; text-align: center; background: linear-gradient(135deg, #fbe8ec, #fff7f8); }
.about-cta h2 { max-width: 780px; margin: 0 auto 24px; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.about-cta p { max-width: 620px; margin: 0 auto 30px; color: var(--muted); }

.checkout { padding: 60px 0 110px; background: var(--cream); }
.checkout-shell { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.checkout-header { margin-bottom: 38px; text-align: center; }
.checkout-header img { width: 180px; margin: auto; }
.checkout h1 { font-size: 50px; }
.checkout-progress { max-width: 520px; margin: 24px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.progress-step { position: relative; padding-top: 19px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.progress-step::before { content: ""; position: absolute; top: 4px; left: 50%; right: -50%; height: 1px; background: var(--line); }
.progress-step:last-child::before { display: none; }
.progress-step::after { content: ""; position: absolute; top: 0; left: calc(50% - 5px); width: 10px; height: 10px; border: 2px solid var(--cream); border-radius: 50%; background: var(--line); box-shadow: 0 0 0 1px var(--line); }
.progress-step.is-active { color: var(--wine); }
.progress-step.is-active::after, .progress-step.is-complete::after { background: var(--wine); box-shadow: 0 0 0 1px var(--wine); }
.checkout-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: start; }
.checkout-card { padding: 32px; border: 1px solid var(--line); border-radius: 1.5rem; background: white; box-shadow: 0 10px 35px rgba(51,29,22,.04); }
.checkout-card h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.checkout-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.checkout-form-grid .full { grid-column: 1/-1; }
.checkout-card .button { width: 100%; margin-top: 22px; }
.checkout-summary { position: sticky; top: 125px; }
.summary-line { padding: 13px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; }
.summary-line.total { padding-top: 20px; border: 0; font-size: 16px; }
.summary-product { padding: 10px 0; display: grid; grid-template-columns: 58px 1fr auto; gap: 11px; align-items: center; }
.summary-product-image { width: 58px; aspect-ratio: 1; border-radius: .7rem; background: url('../images/product-quadrants.png') no-repeat; background-size: 200% 200%; }
.summary-product h3 { margin: 0; font-family: var(--serif); font-size: 16px; font-weight: 400; line-height: 1.2; }
.summary-product p { margin: 2px 0 0; color: var(--muted); font-size: 9px; }
.secure-note { margin: 17px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.payment-option { margin-bottom: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 1rem; }
.payment-option label { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 12px; }
.payment-fields { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.payment-fields .full { grid-column: 1/-1; }
.checkout-back { display: block; width: fit-content; margin: 18px auto 0; }
.order-success { max-width: 650px; margin: 20px auto; padding: 70px 50px; border-radius: 2rem; background: white; text-align: center; box-shadow: var(--shadow); }
.success-mark { width: 76px; height: 76px; margin: 0 auto 24px; display: grid; place-items: center; color: white; background: var(--wine); border-radius: 50%; font-size: 32px; }
.order-success h1 { font-size: 56px; }
.order-success p { color: var(--muted); }
.order-number { margin: 25px 0; padding: 15px; border-radius: 1rem; background: var(--cream); font-size: 12px; }

/* Keep sprite crops stable after component-level background declarations. */
.crop-0 { background-position: 0 0; }
.crop-1 { background-position: 100% 0; }
.crop-2 { background-position: 0 100%; }
.crop-3 { background-position: 100% 100%; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes heroReveal { from { opacity: 0; transform: scale(1.03); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; justify-self: start; }
  .account-button { display: none; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .collection-card { min-height: 410px; }
  .story-grid { gap: 55px; }
  .story-collage { min-height: 520px; }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .social-tile:nth-child(5) { display: none; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; }
  .live-search-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  :root { --header-offset: 101px; }
  .shell, .narrow, .checkout-shell { width: min(100% - 30px, 1240px); }
  .announcement { height: 31px; font-size: 9px; }
  .announcement-close { right: 8px; }
  .site-header { height: 70px; }
  .brand { width: 148px; height: 54px; }
  .brand img { height: 54px; }
  .header-actions { gap: 0; }
  .hero { min-height: 0; padding: 24px 15px 58px; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 38px; }
  .hero::after { width: 260px; left: -150px; bottom: -170px; }
  .hero-media { grid-column: 1; grid-row: 1; object-position: 67% center; border-radius: 1.45rem; }
  .hero-content { width: 100%; padding: 0; grid-column: 1; grid-row: 2; }
  .hero h1 { font-size: clamp(3.6rem, 15vw, 5.7rem); max-width: 520px; }
  .hero-copy { margin: 18px 0 24px; }
  .hero-note { flex-wrap: wrap; gap: 8px 20px; }
  .section { padding: 78px 0; }
  .section-tight { padding: 58px 0; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .section-heading h2 { font-size: 3.2rem; }
  .collection-cards { grid-template-columns: 1fr; }
  .collection-card { min-height: 420px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 10px; }
  .quick-add { transform: translateY(0); opacity: 1; left: 9px; right: 9px; bottom: 9px; }
  .product-image-wrap { border-radius: 1.1rem; }
  .product-meta h3 { font-size: 19px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit { border-bottom: 1px solid rgba(77,8,9,.13); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(3), .benefit:nth-child(4) { border-bottom: 0; }
  .editorial { min-height: 680px; align-items: end; }
  .editorial::after { background: linear-gradient(0deg, rgba(45,26,20,.75), transparent 75%); }
  .editorial-image { object-position: 66% center; }
  .editorial-copy { padding-block: 75px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-collage { min-height: 540px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 280px; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-form { border-radius: 1rem; flex-direction: column; }
  .newsletter-form input { min-height: 52px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { gap: 12px; flex-wrap: wrap; }
  .product-layout { grid-template-columns: 1fr; }
  .product-info { position: static; }
  .product-page { padding-top: 28px; }
  .contact-hero, .about-hero { padding: 48px 0 64px; }
  .contact-hero-grid, .about-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-hero-media, .about-hero-media { width: min(100%, 620px); }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-values { grid-template-columns: 1fr; }
  .about-material-grid { grid-template-columns: 1fr; }
  .about-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-summary { position: static; order: -1; }
}

@media (max-width: 520px) {
  .search-button { width: 34px; }
  .cart-button { width: 37px; }
  .hero { min-height: 0; }
  .hero-copy { font-size: 14px; }
  .hero-note span:nth-child(2) { display: none; }
  .button { padding-inline: 20px; }
  .collection-card { min-height: 350px; }
  .collection-content { padding: 24px; }
  .product-price { font-size: 11px; }
  .product-meta p { display: none; }
  .product-badge { top: 9px; left: 9px; }
  .wishlist { top: 7px; right: 7px; }
  .quick-add span:first-child { max-width: 115px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .benefit { padding: 22px 14px; }
  .benefit h3 { font-size: 18px; }
  .story-collage { min-height: 420px; }
  .story-badge { width: 112px; height: 112px; font-size: 15px; }
  .social-grid { gap: 5px; }
  .newsletter { padding: 70px 0; }
  .footer-grid { gap: 40px 20px; }
  .search-panel { padding-top: 5vh; }
  .search-input-wrap input { height: 70px; font-size: 27px; }
  .live-search-grid { grid-template-columns: 1fr; }
  .modal-card { padding: 38px 24px; }
  .shop-controls { align-items: start; flex-direction: column; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-thumbnails { order: 2; grid-template-columns: repeat(4, 1fr); }
  .product-info h1 { font-size: 3.5rem; }
  .detail-benefits { font-size: 8px; }
  .contact-form, .checkout-form-grid { grid-template-columns: 1fr; }
  .contact-form .full, .checkout-form-grid .full { grid-column: auto; }
  .contact-hero-copy h1, .about-hero-content h1 { font-size: clamp(3.4rem, 15vw, 5rem); }
  .contact-form-card { padding: 28px 20px; border-radius: 1.45rem; }
  .about-process { grid-template-columns: 1fr; }
  .checkout-card { padding: 23px 18px; }
  .checkout h1 { font-size: 40px; }
  .payment-fields { grid-template-columns: 1fr; }
  .payment-fields .full { grid-column: auto; }
  .order-success { padding: 50px 24px; }
}

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