:root {
  --ivory: #f6f1e8;
  --paper: #fffdf9;
  --ink: #171512;
  --muted: #6e675f;
  --line: rgba(23, 21, 18, 0.16);
  --wine: #701d2a;
  --wine-dark: #4e111d;
  --steel: #d9d6d0;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(100% - 48px, 1440px);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.locked { overflow: hidden; }
img { display: block; width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { min-height: 35px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 6px 3vw; background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement p:nth-child(2) { text-align: center; color: #e5d4bd; }
.announcement p:last-child { text-align: right; }

.site-header { position: sticky; top: 0; z-index: 40; height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(24px, calc((100vw - 1440px) / 2)); background: rgba(246, 241, 232, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); transition: height .3s ease, box-shadow .3s ease; }
.site-header.scrolled { height: 70px; box-shadow: 0 10px 40px rgba(27, 18, 10, .07); }
.primary-nav, .header-actions { display: flex; align-items: center; gap: 28px; }
.primary-nav a, .account-link { position: relative; font-size: 13px; letter-spacing: .04em; }
.primary-nav a::after, .account-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s ease; }
.primary-nav a:hover::after, .account-link:hover::after { right: 0; }
.brand { display: block; width: clamp(160px, 18vw, 235px); }
.brand img { height: 58px; object-fit: contain; filter: contrast(1.15); }
.header-actions { justify-content: flex-end; }
.icon-button, .cart-button { background: none; border: 0; cursor: pointer; }
.icon-button { width: 36px; height: 36px; padding: 7px; border-radius: 50%; transition: background .2s ease; }
.icon-button:hover { background: rgba(23, 21, 18, .07); }
.icon-button svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.cart-button { display: flex; align-items: center; gap: 9px; padding: 8px 0 8px 10px; font-size: 13px; }
.cart-count { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--wine); color: #fff; font-size: 11px; }
.mobile-menu-button { display: none; }

.hero { width: var(--page); min-height: calc(100vh - 121px); margin: 0 auto; display: grid; grid-template-columns: .86fr 1.14fr; }
.hero-copy { align-self: center; padding: 80px clamp(30px, 5vw, 92px) 80px 0; }
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-heading h2, .craft-copy h2, .testimonial blockquote, .newsletter h2, .drawer h2, .quick-dialog h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(52px, 6.6vw, 104px); line-height: .92; }
.hero-description { max-width: 550px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--wine); }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: #ecd8bf; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 570px; gap: 0; margin-top: 62px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 2px; padding-right: 16px; }
.hero-proof strong { font-family: var(--serif); font-size: 26px; font-weight: 400; }
.hero-proof span { color: var(--muted); font-size: 11px; letter-spacing: .05em; }
.hero-media { position: relative; min-height: 720px; overflow: hidden; background: #ddd3c5; }
.hero-media > img { height: 100%; object-fit: cover; object-position: center; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.hero:hover .hero-media > img { transform: scale(1.02); }
.hero-badge { position: absolute; top: 36px; right: 36px; width: 116px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(20,16,12,.76); color: #fff; text-align: center; backdrop-filter: blur(8px); transform: rotate(8deg); }
.hero-badge span { font-size: 9px; letter-spacing: .16em; }
.hero-badge strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.hero-product { position: absolute; right: 26px; bottom: 26px; width: min(310px, calc(100% - 52px)); display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; padding: 20px 22px; background: rgba(255,253,249,.94); backdrop-filter: blur(10px); }
.hero-product span { color: var(--muted); font-size: 11px; }
.hero-product span:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--ink); }
.hero-product strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }

.benefit-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-strip > div { min-height: 116px; display: flex; align-items: center; gap: 18px; padding: 24px clamp(18px, 3vw, 52px); border-right: 1px solid var(--line); }
.benefit-strip > div:last-child { border-right: 0; }
.benefit-number { color: var(--wine); font-family: var(--serif); font-size: 16px; font-style: italic; }
.benefit-strip p { display: flex; flex-direction: column; margin: 0; }
.benefit-strip strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.benefit-strip p span { color: var(--muted); font-size: 12px; }

.section { width: var(--page); margin: 0 auto; padding: 130px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(42px, 5vw, 74px); line-height: 1; }
.section-heading .eyebrow { margin-bottom: 14px; }

.collection-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, minmax(320px, 34vw)); gap: 16px; }
.collection-card { position: relative; overflow: hidden; background: #d7d3cc; }
.collection-card-large { grid-row: 1 / span 2; }
.collection-card img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.collection-card:not(.collection-card-quiet)::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,13,10,.72), transparent 52%); }
.collection-card:hover img { transform: scale(1.035); }
.collection-card-copy { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: #fff; }
.collection-card-copy p { margin: 0 0 4px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.collection-card-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 58px); font-weight: 400; letter-spacing: -.03em; }
.collection-card-copy span { position: absolute; right: 0; bottom: 10px; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.7); }
.collection-index { position: absolute; z-index: 2; top: 24px; left: 28px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: #fff; font-size: 11px; }
.collection-card-quiet { background: var(--wine); color: #fff; }
.collection-card-quiet .collection-index { border-color: rgba(255,255,255,.38); }
.collection-quote { max-width: 540px; padding: 55px 50px; }
.collection-quote .quote-mark { font-family: var(--serif); font-size: 70px; line-height: .6; color: #d9b9a4; }
.collection-quote p { margin: 24px 0 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 44px); line-height: 1.05; letter-spacing: -.03em; }

.bestsellers { border-top: 1px solid var(--line); }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 18px; transition: background .2s ease, color .2s ease; }
.carousel-controls button:hover { background: var(--ink); color: #fff; }
.product-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(275px, 1fr); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-row::-webkit-scrollbar { display: none; }
.product-card { min-width: 0; scroll-snap-align: start; }
.product-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #e9e5dd; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-image-contain img { object-fit: contain; mix-blend-mode: multiply; }
.product-image-crop img { object-fit: cover; object-position: 50% 76%; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-tag { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 9px; background: var(--paper); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-tag-dark { background: var(--wine); color: #fff; }
.wishlist { position: absolute; z-index: 2; top: 11px; right: 11px; width: 37px; height: 37px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); cursor: pointer; font-size: 22px; }
.wishlist[aria-pressed="true"] { background: var(--wine); color: #fff; }
.quick-view { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 12px; height: 45px; border: 0; background: rgba(255,253,249,.94); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transform: translateY(calc(100% + 14px)); transition: transform .3s ease, background .2s ease; }
.product-card:hover .quick-view, .quick-view:focus-visible { transform: translateY(0); }
.quick-view:hover { background: var(--ink); color: #fff; }
.product-info { min-height: 82px; display: flex; justify-content: space-between; gap: 12px; padding: 17px 2px 10px; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.product-info p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.product-info strong { white-space: nowrap; font-size: 13px; font-weight: 600; }
.product-info s { color: #9c968e; font-weight: 400; }
.add-button { width: 100%; display: flex; justify-content: space-between; padding: 12px 2px; border: 0; border-top: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-align: left; text-transform: uppercase; transition: color .2s ease; }
.add-button:hover { color: var(--wine); }

.craft { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 850px; background: var(--wine-dark); color: #fff; }
.craft-media { position: relative; min-height: 680px; overflow: hidden; }
.craft-media img { height: 100%; object-fit: cover; object-position: center; }
.craft-caption { position: absolute; left: 25px; bottom: 25px; padding: 12px 15px; background: rgba(18,13,10,.82); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.craft-copy { align-self: center; max-width: 650px; padding: 90px clamp(44px, 7vw, 120px); }
.craft-copy .eyebrow { color: #d5b492; }
.craft-copy h2 { margin: 0; font-size: clamp(48px, 5vw, 80px); line-height: .98; }
.craft-copy > p:not(.eyebrow) { margin: 30px 0 0; color: rgba(255,255,255,.68); line-height: 1.8; }
.craft-points { margin: 42px 0; border-top: 1px solid rgba(255,255,255,.18); }
.craft-points div { display: grid; grid-template-columns: 45px 1fr; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.craft-points strong { color: #d5b492; font-family: var(--serif); font-size: 16px; font-style: italic; font-weight: 400; }
.craft-points span { font-size: 13px; }

.testimonial { padding-top: 150px; padding-bottom: 150px; text-align: center; }
.testimonial-mark { width: 55px; height: 55px; display: grid; place-items: center; margin: 0 auto 38px; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); font-family: var(--serif); font-size: 18px; font-style: italic; }
.testimonial blockquote { max-width: 980px; margin: 0 auto; font-size: clamp(36px, 4.4vw, 66px); line-height: 1.12; }
.testimonial > p { margin: 35px 0 8px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.testimonial > p span { margin-left: 9px; color: var(--muted); font-weight: 400; }
.stars { color: var(--wine); font-size: 12px; letter-spacing: .15em; }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding: 90px max(24px, calc((100vw - 1440px) / 2)); background: #ded4c6; }
.newsletter h2 { max-width: 680px; margin: 0; font-size: clamp(40px, 4vw, 64px); line-height: 1; }
.newsletter-form { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; border-bottom: 1px solid var(--ink); }
.newsletter-form input { height: 58px; padding: 0; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 22px; }
.newsletter-form button { height: 58px; padding: 0 5px; border: 0; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-note { position: absolute; top: calc(100% + 11px); left: 0; margin: 0; color: var(--muted); font-size: 10px; }
.form-note.success { color: var(--wine); font-weight: 700; }

.site-footer { padding: 90px max(24px, calc((100vw - 1440px) / 2)) 30px; background: var(--ink); color: #fff; }
.footer-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand { display: block; width: 280px; filter: invert(1); }
.footer-brand img { height: 90px; object-fit: contain; object-position: left center; }
.footer-top p { max-width: 370px; margin: 0; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 22px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; padding: 60px 0 75px; }
.footer-grid > div:first-child { grid-column: 2; }
.footer-grid div { display: flex; flex-direction: column; gap: 11px; }
.footer-grid h3 { margin: 0 0 9px; color: #d9b9a4; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a { width: fit-content; color: rgba(255,255,255,.72); font-size: 13px; transition: color .2s ease; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.46); font-size: 10px; }
.footer-bottom span:nth-child(2) { text-align: center; }
.footer-bottom span:last-child { text-align: right; }
.footer-bottom a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.45); }

.overlay { position: fixed; z-index: 79; inset: 0; background: rgba(18,14,11,.52); backdrop-filter: blur(3px); opacity: 0; transition: opacity .3s ease; }
.overlay.visible { opacity: 1; }
.drawer { position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; width: min(480px, 100%); display: flex; flex-direction: column; padding: 30px; background: var(--paper); transform: translateX(100%); transition: transform .4s cubic-bezier(.22,.75,.25,1); }
.drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: 4px; }
.drawer-header h2 { margin: 0; font-size: 38px; }
.drawer-header button, .search-close, .dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 25px; font-weight: 300; }
.cart-items { flex: 1; overflow: auto; padding: 24px 0; }
.empty-state { height: 100%; display: grid; place-content: center; text-align: center; }
.empty-state p { margin: 0; font-family: var(--serif); font-size: 30px; }
.empty-state span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.cart-line { display: grid; grid-template-columns: 90px 1fr auto; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 90px; height: 105px; object-fit: cover; background: #eee8df; }
.cart-line h3 { margin: 4px 0; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.cart-line p { margin: 0; color: var(--muted); font-size: 11px; }
.cart-line button { align-self: start; border: 0; background: transparent; cursor: pointer; color: var(--muted); }
.cart-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 20px; }
.cart-footer p { margin: 7px 0 18px; color: var(--muted); font-size: 10px; }
.cart-footer button { width: 100%; height: 55px; border: 0; background: var(--ink); color: #fff; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-drawer { left: 0; right: auto; transform: translateX(-100%); }
.menu-drawer .drawer-header img { width: 190px; height: 55px; object-fit: contain; object-position: left center; }
.menu-drawer nav { display: flex; flex-direction: column; margin-top: 30px; }
.menu-drawer nav a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 30px; }
.menu-drawer > p { margin-top: auto; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.search-panel { position: fixed; z-index: 90; inset: 0 0 auto 0; padding: 80px max(24px, calc((100vw - 1120px) / 2)) 65px; background: var(--paper); transform: translateY(-105%); transition: transform .45s cubic-bezier(.22,.75,.25,1); }
.search-panel.open { transform: translateY(0); }
.search-close { position: absolute; top: 25px; right: 30px; }
.search-panel > label { display: block; font-family: var(--serif); font-size: clamp(32px, 5vw, 68px); letter-spacing: -.04em; }
.search-input-wrap { display: grid; grid-template-columns: 1fr auto; align-items: center; margin-top: 28px; border-bottom: 1px solid var(--ink); }
.search-input-wrap input { height: 70px; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: clamp(24px, 3vw, 42px); }
.search-input-wrap span { font-size: 26px; }
.search-suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; color: var(--muted); font-size: 11px; }
.search-suggestions button { padding: 8px 13px; border: 1px solid var(--line); border-radius: 30px; background: transparent; cursor: pointer; font-size: 11px; }

.quick-dialog { width: min(940px, calc(100% - 32px)); max-height: 90vh; padding: 0; border: 0; background: var(--paper); color: var(--ink); }
.quick-dialog::backdrop { background: rgba(18,14,11,.65); backdrop-filter: blur(3px); }
.quick-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; }
.dialog-close { position: absolute; z-index: 2; top: 18px; right: 18px; background: rgba(255,255,255,.9); }
.dialog-media { min-height: 620px; background: #e9e5dd; }
.dialog-media img { height: 100%; object-fit: cover; }
.dialog-copy { align-self: center; padding: 58px; }
.dialog-copy h2 { margin: 0; font-size: 52px; line-height: 1; }
.dialog-price { color: var(--ink) !important; font-family: var(--serif); font-size: 24px !important; }
.dialog-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.7; }
.dialog-copy ul { margin: 25px 0 32px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.dialog-copy li { padding: 5px 0; font-size: 12px; }
.dialog-copy li::before { content: "✓"; margin-right: 10px; color: var(--wine); }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; padding: 13px 20px; background: var(--ink); color: #fff; font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  :root { --page: min(100% - 32px, 1440px); }
  .primary-nav { gap: 18px; }
  .account-link { display: none; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding-right: 35px; }
  .hero-media { min-height: 650px; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .hero-proof div { flex-direction: row; align-items: baseline; gap: 10px; }
  .benefit-strip { grid-template-columns: 1fr 1fr; }
  .benefit-strip > div:nth-child(2) { border-right: 0; }
  .benefit-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-row { grid-template-columns: none; grid-auto-columns: 38vw; }
  .craft { min-height: auto; }
  .craft-copy { padding: 70px 50px; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 28px); }
  .announcement { display: block; min-height: 30px; padding: 7px 14px; text-align: center; }
  .announcement p:first-child { font-size: 9px; }
  .announcement p:not(:first-child) { display: none; }
  .site-header { height: 70px; grid-template-columns: 1fr auto 1fr; padding: 0 10px; }
  .site-header.scrolled { height: 62px; }
  .primary-nav { display: none; }
  .mobile-menu-button { display: block; justify-self: start; }
  .brand { width: 150px; }
  .brand img { height: 47px; }
  .header-actions { gap: 2px; }
  .header-actions .icon-button { display: none; }
  .cart-button > span:first-child { display: none; }
  .hero { min-height: auto; display: flex; flex-direction: column; width: 100%; }
  .hero-copy { order: 2; padding: 48px 20px 55px; }
  .hero h1 { font-size: clamp(52px, 17vw, 74px); }
  .hero-description { margin-top: 22px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
  .hero-proof div { flex-direction: column; align-items: flex-start; gap: 0; }
  .hero-proof span { font-size: 9px; }
  .hero-media { order: 1; min-height: 520px; }
  .hero-media > img { object-position: 57% center; }
  .hero-badge { top: 18px; right: 18px; width: 92px; }
  .hero-product { right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit-strip > div { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-strip > div:last-child { border-bottom: 0; }
  .section { padding: 85px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
  .section-heading h2 { font-size: 46px; }
  .section-heading > .text-link { margin-top: -8px; }
  .collection-grid { display: flex; flex-direction: column; }
  .collection-card { min-height: 470px; }
  .collection-card:not(.collection-card-large) { min-height: 390px; }
  .collection-card-copy { left: 20px; right: 20px; bottom: 20px; }
  .collection-card-copy h3 { font-size: 42px; }
  .collection-card-copy span { position: static; display: inline-block; margin-top: 10px; }
  .collection-quote { padding: 55px 28px; }
  .product-row { margin-right: -14px; grid-auto-columns: 82vw; padding-right: 14px; }
  .carousel-controls { display: none; }
  .quick-view { transform: translateY(0); }
  .craft { grid-template-columns: 1fr; }
  .craft-media { min-height: 540px; }
  .craft-copy { padding: 70px 24px 78px; }
  .craft-copy h2 { font-size: 52px; }
  .testimonial blockquote { font-size: 38px; }
  .newsletter { grid-template-columns: 1fr; gap: 45px; padding: 70px 22px 90px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { width: fit-content; height: 45px; padding: 0; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom span:nth-child(2), .footer-bottom span:last-child { text-align: left; }
  .quick-dialog[open] { display: block; overflow-y: auto; }
  .dialog-media { min-height: 420px; }
  .dialog-copy { padding: 35px 24px 42px; }
  .dialog-copy h2 { font-size: 42px; }
  .search-panel { padding-top: 90px; }
}

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

/* Vibrant luxury art direction */
:root {
  --ivory: #fff7e8;
  --paper: #fffdf7;
  --ink: #071d2b;
  --muted: #59666b;
  --line: rgba(7, 29, 43, .18);
  --wine: #f0522d;
  --wine-dark: #064e3b;
  --cobalt: #1236d5;
  --gold: #f7c84b;
  --coral: #f0522d;
  --emerald: #064e3b;
}

body { background: var(--ivory); }
::selection { background: var(--gold); color: var(--ink); }

.announcement {
  min-height: 38px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
}
.announcement p:nth-child(2) { color: var(--ink); }

.site-header {
  height: 92px;
  background: rgba(255, 247, 232, .96);
  border-bottom: 2px solid var(--ink);
  box-shadow: none;
}
.site-header.scrolled { height: 72px; box-shadow: 0 16px 45px rgba(7, 29, 43, .12); }
.primary-nav a, .account-link { font-weight: 700; }
.brand img { filter: contrast(1.35); }
.icon-button:hover { background: var(--gold); }
.cart-count { background: var(--coral); }

.hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 130px);
  grid-template-columns: .9fr 1.1fr;
  background: var(--ink);
}
.hero-copy {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(44px, 6vw, 120px);
  overflow: hidden;
  background: var(--ink);
  color: #fff9ec;
}
.hero-copy::before {
  content: "AH";
  position: absolute;
  right: -32px;
  bottom: -85px;
  z-index: -1;
  color: rgba(255, 255, 255, .045);
  font-family: var(--serif);
  font-size: clamp(230px, 28vw, 520px);
  font-style: italic;
  line-height: .75;
}
.hero-copy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 31%;
  background: var(--coral);
}
.hero .eyebrow { color: var(--gold); }
.hero h1 {
  max-width: 760px;
  font-size: clamp(60px, 7.4vw, 116px);
  line-height: .86;
  letter-spacing: -.055em;
}
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-description { max-width: 590px; color: rgba(255, 249, 236, .73); font-size: 18px; }
.hero .button-dark { background: var(--coral); color: #fff; }
.hero .button-dark:hover { background: var(--gold); color: var(--ink); }
.hero .text-link { color: #fff9ec; }
.hero-proof { border-top-color: rgba(255,255,255,.24); }
.hero-proof strong { color: var(--gold); }
.hero-proof span { color: rgba(255,255,255,.65); }
.hero-media { min-height: 740px; border-left: 10px solid var(--gold); }
.hero-media::after {
  content: "01 / SIGNATURE";
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 18px;
  background: var(--cobalt);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.hero-badge {
  top: 42px;
  right: 36px;
  border: 0;
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 12px 0 var(--coral);
}
.hero-product {
  right: 0;
  bottom: 0;
  width: min(360px, calc(100% - 40px));
  padding: 24px 26px;
  background: var(--coral);
  color: #fff;
}
.hero-product span, .hero-product span:last-child { color: rgba(255,255,255,.78); }

.benefit-strip { border: 0; }
.benefit-strip > div { min-height: 130px; border-color: rgba(7,29,43,.2); }
.benefit-strip > div:nth-child(1) { background: var(--gold); }
.benefit-strip > div:nth-child(2) { background: var(--paper); }
.benefit-strip > div:nth-child(3) { background: var(--cobalt); color: #fff; }
.benefit-strip > div:nth-child(4) { background: var(--coral); color: #fff; }
.benefit-strip > div:nth-child(3) p span,
.benefit-strip > div:nth-child(4) p span { color: rgba(255,255,255,.72); }
.benefit-strip > div:nth-child(3) .benefit-number,
.benefit-strip > div:nth-child(4) .benefit-number { color: var(--gold); }
.benefit-number { color: var(--cobalt); font-size: 20px; font-weight: 700; }
.benefit-strip strong { font-size: 21px; }

.section-heading h2 { color: var(--ink); font-size: clamp(48px, 5.5vw, 82px); }
.section-heading .eyebrow, .eyebrow { color: var(--coral); }
.collections { padding-top: 150px; }
.collection-grid { gap: 8px; }
.collection-card { box-shadow: 0 18px 50px rgba(7,29,43,.08); }
.collection-card-large { border-bottom: 12px solid var(--coral); }
.collection-card:not(.collection-card-large):not(.collection-card-quiet) { border-bottom: 12px solid var(--gold); }
.collection-card-quiet {
  background: var(--cobalt);
  border-bottom: 12px solid var(--gold);
}
.collection-quote .quote-mark { color: var(--gold); }
.collection-quote p { color: #fff9ec; }
.collection-index { border: 0; background: var(--gold); color: var(--ink); font-weight: 800; }
.collection-card-copy h3 { color: #fff; }

.bestsellers {
  width: 100%;
  padding-right: max(24px, calc((100vw - 1440px) / 2));
  padding-left: max(24px, calc((100vw - 1440px) / 2));
  background: #edf1ff;
  border-top: 12px solid var(--cobalt);
}
.carousel-controls button { border: 2px solid var(--ink); }
.carousel-controls button:hover { background: var(--coral); border-color: var(--coral); }
.product-card { padding: 10px; background: var(--paper); box-shadow: 0 18px 40px rgba(20,42,100,.08); }
.product-card:nth-child(1) { border-top: 8px solid var(--coral); }
.product-card:nth-child(2) { border-top: 8px solid var(--cobalt); }
.product-card:nth-child(3) { border-top: 8px solid var(--gold); }
.product-card:nth-child(4) { border-top: 8px solid var(--emerald); }
.product-image { background: #f5efe3; }
.product-tag { background: var(--gold); color: var(--ink); }
.product-tag-dark { background: var(--cobalt); color: #fff; }
.wishlist[aria-pressed="true"] { background: var(--coral); }
.quick-view { background: var(--ink); color: #fff; }
.quick-view:hover { background: var(--coral); }
.product-info h3 { color: var(--ink); font-size: 22px; }
.add-button { padding: 14px 2px 8px; color: var(--ink); }
.add-button:hover { color: var(--coral); }

.craft {
  min-height: 900px;
  background: var(--emerald);
  border-top: 12px solid var(--gold);
}
.craft-media { border-right: 10px solid var(--gold); }
.craft-caption { background: var(--gold); color: var(--ink); font-weight: 800; }
.craft-copy .eyebrow { color: var(--gold); }
.craft-copy h2 { color: #fff9ec; }
.craft-points strong { color: var(--gold); }
.craft .button-light { background: var(--gold); color: var(--ink); }
.craft .button-light:hover { background: var(--coral); color: #fff; }

.testimonial {
  width: 100%;
  padding-right: max(24px, calc((100vw - 1160px) / 2));
  padding-left: max(24px, calc((100vw - 1160px) / 2));
  background: var(--cobalt);
  color: #fff9ec;
  border-bottom: 12px solid var(--coral);
}
.testimonial-mark { border: 0; background: var(--gold); color: var(--ink); font-weight: 700; }
.testimonial > p span { color: rgba(255,255,255,.7); }
.stars { color: var(--gold); }

.newsletter {
  background: var(--gold);
  color: var(--ink);
}
.newsletter .eyebrow { color: var(--cobalt); }
.newsletter-form { border-bottom: 2px solid var(--ink); }
.newsletter-form button { color: var(--ink); }

.site-footer {
  background: var(--ink);
  border-top: 12px solid var(--coral);
}
.footer-grid h3 { color: var(--gold); }
.footer-bottom a { color: var(--gold); }

.drawer, .search-panel, .quick-dialog { background: var(--paper); }
.cart-footer button { background: var(--coral); }
.search-suggestions button:hover { background: var(--gold); }
.toast { background: var(--cobalt); }

@media (max-width: 1120px) {
  .hero { grid-template-columns: .95fr 1.05fr; }
  .hero-copy { padding: 75px 44px; }
  .hero h1 { font-size: clamp(60px, 8.3vw, 90px); }
  .hero-media { min-height: 690px; }
}

@media (max-width: 760px) {
  .announcement { min-height: 32px; }
  .site-header { height: 72px; }
  .hero { display: flex; background: var(--ink); }
  .hero-copy { order: 1; padding: 68px 22px 56px; }
  .hero-copy::after { width: 9px; height: 24%; }
  .hero h1 { font-size: clamp(58px, 17vw, 78px); line-height: .88; }
  .hero-description { font-size: 16px; }
  .hero-media { order: 2; min-height: 560px; border-top: 9px solid var(--gold); border-left: 0; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .hero-product { width: calc(100% - 24px); }
  .benefit-strip > div { min-height: 96px; }
  .section-heading h2 { font-size: 48px; }
  .collections { padding-top: 95px; }
  .collection-card-large,
  .collection-card:not(.collection-card-large):not(.collection-card-quiet),
  .collection-card-quiet { border-bottom-width: 8px; }
  .bestsellers { padding-right: 14px; padding-left: 14px; }
  .product-row { margin-right: -14px; }
  .craft { border-top-width: 8px; }
  .craft-media { border-right: 0; border-bottom: 8px solid var(--gold); }
  .testimonial { padding-right: 22px; padding-left: 22px; }
  .newsletter { border-top: 0; }
}

/* Minimal premium refinement */
:root {
  --ivory: #f4f2ed;
  --paper: #ffffff;
  --ink: #1a1d1a;
  --muted: #6c6f69;
  --line: rgba(26, 29, 26, .14);
  --wine: #f05a28;
  --wine-dark: #26332c;
  --accent: #f05a28;
  --deep: #26332c;
}

body { background: var(--ivory); color: var(--ink); }
::selection { background: var(--accent); color: #fff; }

.announcement {
  min-height: 34px;
  padding: 7px 3vw;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .11em;
}
.announcement p:nth-child(2) { color: rgba(255,255,255,.66); }

.site-header {
  height: 80px;
  padding-right: max(24px, calc((100vw - 1360px) / 2));
  padding-left: max(24px, calc((100vw - 1360px) / 2));
  background: rgba(244, 242, 237, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.site-header.scrolled { height: 68px; box-shadow: 0 10px 30px rgba(26,29,26,.07); }
.primary-nav, .header-actions { gap: 24px; }
.primary-nav a, .account-link { font-size: 13px; font-weight: 600; }
.brand { width: clamp(155px, 15vw, 210px); }
.brand img { height: 52px; filter: contrast(1.3); }
.icon-button:hover { background: rgba(26,29,26,.07); }
.cart-count { background: var(--accent); }

.hero {
  width: min(100% - 40px, 1360px);
  min-height: 700px;
  margin: 24px auto 0;
  grid-template-columns: .9fr 1.1fr;
  background: var(--paper);
  border: 1px solid var(--line);
}
.hero-copy {
  align-self: stretch;
  justify-content: center;
  padding: 72px clamp(42px, 5.2vw, 82px);
  background: var(--paper);
  color: var(--ink);
  overflow: hidden;
}
.hero-copy::before { display: none; }
.hero-copy::after {
  top: 72px;
  left: clamp(42px, 5.2vw, 82px);
  width: 44px;
  height: 4px;
  background: var(--accent);
}
.hero .eyebrow { margin-top: 24px; color: var(--accent); }
.hero h1 {
  max-width: 620px;
  color: var(--ink);
  font-size: clamp(58px, 6.3vw, 94px);
  line-height: .92;
  letter-spacing: -.05em;
}
.hero h1 em { color: var(--accent); font-weight: 400; }
.hero-description { max-width: 540px; margin-top: 26px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 32px; }
.hero .button-dark { background: var(--ink); color: #fff; }
.hero .button-dark:hover { background: var(--accent); color: #fff; }
.hero .text-link { color: var(--ink); }
.hero-proof { margin-top: 48px; padding-top: 20px; border-top-color: var(--line); }
.hero-proof strong { color: var(--ink); }
.hero-proof span { color: var(--muted); }
.hero-media { min-height: 700px; border: 0; border-left: 1px solid var(--line); }
.hero-media::after {
  top: 20px;
  left: 20px;
  padding: 9px 12px;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  font-size: 10px;
  letter-spacing: .12em;
}
.hero-badge {
  top: 24px;
  right: 24px;
  width: 104px;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(26,29,26,.76);
  color: #fff;
  box-shadow: none;
}
.hero-product {
  right: 18px;
  bottom: 18px;
  width: min(320px, calc(100% - 36px));
  padding: 18px 20px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  border-top: 3px solid var(--accent);
}
.hero-product span, .hero-product span:last-child { color: var(--muted); }

.benefit-strip {
  width: min(100% - 40px, 1360px);
  margin: 0 auto;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.benefit-strip > div,
.benefit-strip > div:nth-child(1),
.benefit-strip > div:nth-child(2),
.benefit-strip > div:nth-child(3),
.benefit-strip > div:nth-child(4) {
  min-height: 90px;
  padding: 18px 26px;
  background: var(--paper);
  color: var(--ink);
  border-color: var(--line);
}
.benefit-strip > div:nth-child(3) p span,
.benefit-strip > div:nth-child(4) p span { color: var(--muted); }
.benefit-strip > div:nth-child(3) .benefit-number,
.benefit-strip > div:nth-child(4) .benefit-number,
.benefit-number { color: var(--accent); font-size: 16px; font-weight: 600; }
.benefit-strip strong { font-size: 17px; }
.benefit-strip p span { font-size: 11px; }

.section { width: min(100% - 40px, 1360px); padding: 96px 0; }
.section-heading { margin-bottom: 34px; }
.section-heading h2 { max-width: 760px; color: var(--ink); font-size: clamp(44px, 4.7vw, 68px); line-height: 1.02; }
.section-heading .eyebrow, .eyebrow { color: var(--accent); }

.collections { padding-top: 104px; }
.collection-grid {
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, clamp(270px, 25vw, 340px));
  gap: 12px;
}
.collection-card {
  border: 0;
  box-shadow: none;
}
.collection-card-large,
.collection-card:not(.collection-card-large):not(.collection-card-quiet),
.collection-card-quiet { border-bottom: 0; }
.collection-card-quiet { background: var(--deep); }
.collection-index {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.6);
  background: rgba(26,29,26,.34);
  color: #fff;
  font-weight: 600;
}
.collection-quote { max-width: 500px; padding: 46px 42px; }
.collection-quote .quote-mark { color: var(--accent); }
.collection-quote p { color: #fff; font-size: clamp(28px, 2.8vw, 42px); }
.collection-card-copy { left: 24px; right: 24px; bottom: 22px; }
.collection-card-copy h3 { font-size: clamp(34px, 3.5vw, 50px); }

.bestsellers {
  width: 100%;
  padding: 96px max(20px, calc((100vw - 1360px) / 2));
  background: var(--paper);
  border: 0;
}
.carousel-controls button { width: 42px; height: 42px; border: 1px solid var(--line); }
.carousel-controls button:hover { background: var(--ink); border-color: var(--ink); }
.product-row { gap: 18px; }
.product-card,
.product-card:nth-child(1),
.product-card:nth-child(2),
.product-card:nth-child(3),
.product-card:nth-child(4) {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.product-image { aspect-ratio: 4 / 4.7; background: #ebe8e1; }
.product-tag, .product-tag-dark { background: var(--paper); color: var(--ink); border: 1px solid var(--line); }
.wishlist[aria-pressed="true"] { background: var(--accent); }
.quick-view { background: rgba(255,255,255,.94); color: var(--ink); }
.quick-view:hover { background: var(--ink); color: #fff; }
.product-info { min-height: 78px; padding: 15px 1px 9px; }
.product-info h3 { color: var(--ink); font-size: 20px; }
.add-button { padding: 12px 1px; color: var(--ink); }
.add-button:hover { color: var(--accent); }

.craft {
  min-height: 680px;
  grid-template-columns: 1fr 1fr;
  background: var(--deep);
  border: 0;
}
.craft-media { min-height: 620px; border: 0; }
.craft-caption { left: 18px; bottom: 18px; padding: 10px 13px; background: rgba(255,255,255,.92); color: var(--ink); font-weight: 650; }
.craft-copy { max-width: 660px; padding: 70px clamp(42px, 6vw, 90px); }
.craft-copy .eyebrow { color: #ff8a62; }
.craft-copy h2 { color: #fff; font-size: clamp(46px, 4.5vw, 68px); }
.craft-copy > p:not(.eyebrow) { margin-top: 24px; }
.craft-points { margin: 32px 0; }
.craft-points strong { color: #ff8a62; }
.craft .button-light { background: var(--accent); color: #fff; }
.craft .button-light:hover { background: #fff; color: var(--ink); }

.testimonial {
  width: min(100% - 40px, 1160px);
  padding: 96px 0;
  background: transparent;
  color: var(--ink);
  border: 0;
}
.testimonial-mark { margin-bottom: 30px; border: 1px solid var(--accent); background: transparent; color: var(--accent); }
.testimonial blockquote { font-size: clamp(34px, 4vw, 56px); line-height: 1.12; }
.testimonial > p { margin-top: 26px; }
.testimonial > p span { color: var(--muted); }
.stars { color: var(--accent); }

.newsletter {
  gap: 56px;
  padding: 68px max(24px, calc((100vw - 1360px) / 2));
  background: var(--accent);
  color: #fff;
  border: 0;
}
.newsletter .eyebrow { color: rgba(255,255,255,.72); }
.newsletter h2 { font-size: clamp(38px, 3.7vw, 56px); }
.newsletter-form { border-bottom: 1px solid rgba(255,255,255,.74); }
.newsletter-form input { color: #fff; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.7); }
.newsletter-form button { color: #fff; }
.newsletter .form-note { color: rgba(255,255,255,.72); }
.newsletter .form-note.success { color: #fff; }

.site-footer {
  padding: 58px max(24px, calc((100vw - 1360px) / 2)) 24px;
  background: var(--ink);
  border: 0;
}
.footer-top { align-items: center; padding-bottom: 34px; }
.footer-brand { width: 220px; }
.footer-brand img { height: 62px; }
.footer-top p { max-width: 360px; font-size: 19px; line-height: 1.45; }
.footer-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 42px 0 50px;
}
.footer-grid > div:first-child { grid-column: auto; }
.footer-grid h3 { margin-bottom: 7px; color: #ff8a62; }
.footer-grid div { gap: 9px; }
.footer-bottom { gap: 24px; padding-top: 18px; }
.footer-bottom a { color: #fff; }

.drawer, .search-panel, .quick-dialog { background: var(--paper); }
.cart-footer button { background: var(--ink); }
.search-suggestions button:hover { background: rgba(240,90,40,.12); }
.toast { background: var(--ink); }

@media (max-width: 1120px) {
  .hero { min-height: 640px; grid-template-columns: 1fr 1fr; }
  .hero-copy { padding: 62px 38px; }
  .hero-copy::after { top: 62px; left: 38px; }
  .hero h1 { font-size: clamp(54px, 7vw, 74px); }
  .hero-media { min-height: 640px; }
  .benefit-strip > div { padding-right: 20px; padding-left: 20px; }
  .product-row { grid-auto-columns: 39vw; }
}

@media (max-width: 760px) {
  .announcement { min-height: 30px; }
  .site-header { height: 68px; padding: 0 10px; }
  .site-header.scrolled { height: 60px; }
  .brand { width: 145px; }
  .brand img { height: 44px; }
  .hero {
    width: calc(100% - 24px);
    min-height: auto;
    margin-top: 12px;
    display: flex;
  }
  .hero-copy { order: 1; padding: 58px 22px 48px; }
  .hero-copy::after { top: 44px; left: 22px; width: 36px; }
  .hero .eyebrow { margin-top: 8px; }
  .hero h1 { font-size: clamp(52px, 15vw, 68px); }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 20px; }
  .hero-proof { margin-top: 38px; }
  .hero-media { order: 2; min-height: 500px; border-top: 1px solid var(--line); border-left: 0; }
  .hero-product { right: 12px; bottom: 12px; width: calc(100% - 24px); }
  .benefit-strip { width: calc(100% - 24px); }
  .benefit-strip > div,
  .benefit-strip > div:nth-child(1),
  .benefit-strip > div:nth-child(2),
  .benefit-strip > div:nth-child(3),
  .benefit-strip > div:nth-child(4) { min-height: 78px; padding: 14px 18px; }
  .section { width: calc(100% - 28px); padding: 70px 0; }
  .section-heading { gap: 20px; margin-bottom: 26px; }
  .section-heading h2 { font-size: 43px; }
  .collections { padding-top: 74px; }
  .collection-card { min-height: 430px; }
  .collection-card:not(.collection-card-large) { min-height: 340px; }
  .collection-quote { padding: 42px 26px; }
  .bestsellers { padding: 70px 14px; }
  .product-row { grid-auto-columns: 80vw; }
  .craft { grid-template-columns: 1fr; min-height: auto; }
  .craft-media { min-height: 500px; border: 0; }
  .craft-copy { padding: 58px 24px 64px; }
  .craft-copy h2 { font-size: 46px; }
  .testimonial { width: calc(100% - 40px); padding: 76px 0; }
  .testimonial blockquote { font-size: 36px; }
  .newsletter { gap: 38px; padding: 58px 22px 74px; }
  .footer-top { gap: 22px; padding-bottom: 28px; }
  .footer-brand { width: 190px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 24px; padding: 34px 0 40px; }
  .footer-bottom { gap: 10px; }
}

/* Expanded storefront sections */
.materials h2,
.new-arrivals h2,
.gift-edit h2,
.difference h2,
.journal h2,
.material-card h3,
.journal-card h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }

.section-intro {
  width: min(100%, 390px);
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.materials {
  width: 100%;
  padding: 92px max(20px, calc((100vw - 1360px) / 2));
  background: var(--paper);
}
.material-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.material-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background: #e8e6e0;
  color: #fff;
}
.material-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(18,20,18,.76) 100%);
}
.material-card img {
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22,.61,.36,1);
}
.material-card:hover img { transform: scale(1.035); }
.material-card > div {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  left: 22px;
}
.material-card span { display: block; margin-bottom: 12px; color: #ff9a77; font-size: 12px; font-weight: 700; }
.material-card h3 { margin: 0; font-size: clamp(28px, 2.2vw, 36px); line-height: 1; }
.material-card p { margin: 9px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }

.new-arrivals {
  width: 100%;
  padding: 96px max(20px, calc((100vw - 1360px) / 2));
  background: #efede8;
}
.new-arrivals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.new-arrivals .product-image { background: #e3e0d9; }

.gift-edit {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 650px;
  background: var(--paper);
}
.gift-edit-media { position: relative; min-height: 650px; overflow: hidden; }
.gift-edit-media img { height: 100%; object-fit: cover; }
.gift-edit-media span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 13px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gift-edit-copy {
  align-self: center;
  max-width: 690px;
  padding: 74px clamp(42px, 6vw, 96px);
}
.gift-edit h2 { max-width: 590px; margin: 0; font-size: clamp(46px, 4.6vw, 70px); line-height: 1; }
.gift-edit-copy > p:not(.eyebrow) { max-width: 570px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.gift-edit-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 36px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.gift-edit-meta div { padding: 19px 14px 18px 0; }
.gift-edit-meta div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.gift-edit-meta strong { display: block; margin-bottom: 5px; color: var(--accent); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.gift-edit-meta span { color: var(--muted); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }

.difference {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(55px, 8vw, 125px);
  align-items: start;
}
.difference-heading { position: sticky; top: 120px; }
.difference h2 { max-width: 520px; margin: 0; font-size: clamp(44px, 4.4vw, 66px); line-height: 1.02; }
.difference-heading > p:last-child { max-width: 500px; margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.difference-table { border-top: 1px solid var(--ink); }
.difference-row {
  display: grid;
  grid-template-columns: .65fr 1.05fr 1.3fr;
  gap: 22px;
  align-items: center;
  min-height: 94px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.difference-row span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.difference-row strong { color: var(--ink); font-size: 15px; font-weight: 650; line-height: 1.45; }
.difference-row-head { min-height: 52px; }
.difference-row-head span { color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.journal {
  width: 100%;
  padding: 96px max(20px, calc((100vw - 1360px) / 2));
  background: var(--paper);
}
.journal-grid {
  display: grid;
  grid-template-columns: 1.35fr .825fr .825fr;
  gap: 18px;
}
.journal-card { min-width: 0; }
.journal-card > a { display: block; aspect-ratio: 4 / 3.5; overflow: hidden; background: #e9e6df; }
.journal-card-featured > a { aspect-ratio: 4 / 3; }
.journal-card img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.journal-card:hover img { transform: scale(1.025); }
.journal-card > div { padding: 19px 1px 0; }
.journal-card p { margin: 0 0 10px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.journal-card h3 { margin: 0; font-size: clamp(25px, 2.25vw, 37px); line-height: 1.08; }
.journal-card > div > a { display: inline-block; margin-top: 17px; padding-bottom: 3px; border-bottom: 1px solid var(--ink); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 1120px) {
  .primary-nav { gap: 19px; }
  .material-grid { grid-template-columns: repeat(2, 1fr); }
  .material-card { min-height: 390px; }
  .new-arrivals-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 46px; }
  .gift-edit-copy { padding-right: 44px; padding-left: 44px; }
  .difference { gap: 55px; }
  .journal-grid { grid-template-columns: 1fr 1fr; row-gap: 46px; }
  .journal-card-featured { grid-column: span 2; }
  .journal-card-featured > a { aspect-ratio: 16 / 8; }
}

@media (max-width: 760px) {
  .materials, .new-arrivals, .journal { padding: 70px 14px; }
  .materials .section-heading { padding: 0; }
  .section-intro { font-size: 15px; }
  .material-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .material-card { min-height: 310px; }
  .material-card > div { right: 15px; bottom: 15px; left: 15px; }
  .material-card h3 { font-size: 26px; }
  .material-card p { font-size: 12px; line-height: 1.4; }
  .new-arrivals-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 80vw;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .new-arrivals-grid::-webkit-scrollbar { display: none; }
  .new-arrivals-grid .product-card { scroll-snap-align: start; }
  .gift-edit { grid-template-columns: 1fr; min-height: auto; }
  .gift-edit-media { min-height: 460px; }
  .gift-edit-copy { padding: 58px 22px 64px; }
  .gift-edit h2 { font-size: 46px; }
  .gift-edit-copy > p:not(.eyebrow) { font-size: 16px; }
  .gift-edit-meta { grid-template-columns: 1fr; }
  .gift-edit-meta div { padding: 14px 0; }
  .gift-edit-meta div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .difference { grid-template-columns: 1fr; gap: 42px; }
  .difference-heading { position: static; }
  .difference h2 { font-size: 43px; }
  .difference-row { grid-template-columns: .62fr 1fr; gap: 14px; min-height: 0; padding: 17px 0; }
  .difference-row span:last-child { grid-column: 2; }
  .difference-row-head span:last-child { display: none; }
  .journal-grid { grid-template-columns: 1fr; gap: 42px; }
  .journal-card-featured { grid-column: auto; }
  .journal-card-featured > a, .journal-card > a { aspect-ratio: 4 / 3.25; }
  .journal-card h3 { font-size: 31px; }
}

@media (max-width: 430px) {
  .material-grid { grid-template-columns: 1fr; }
  .material-card { min-height: 360px; }
}
