:root {
  --cream: #f4edde;
  --paper: #fffaf0;
  --ink: #1e1915;
  --muted: #756d64;
  --line: rgba(30, 25, 21, 0.18);
  --orange: #ff5a1f;
  --acid: #dfff4f;
  --blue: #3250ff;
  --pink: #ffb7d2;
  --brown: #372219;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --shell: min(100% - 64px, 1460px);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { min-width: 280px; margin: 0; overflow-wrap: break-word; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--acid); }

.skip-link { position: fixed; z-index: 200; left: 16px; top: 12px; padding: 12px 16px; background: var(--ink); color: white; transform: translateY(-150%); transition: transform 160ms var(--ease-out); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { height: 34px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--acid); border-bottom: 1px solid var(--ink); }
.announcement a { text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: relative; z-index: 30; height: 86px; padding: 0 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--cream); border-bottom: 1px solid var(--ink); }
.brand { display: flex; align-items: center; width: max-content; font-family: "Space Grotesk", sans-serif; font-size: 18px; line-height: 1; font-weight: 700; }
.brewster-bean-mark { position: relative; overflow: hidden; display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; color: var(--ink); background: var(--acid); border: 1.5px solid var(--ink); border-radius: 50%; }
.brewster-bean-mark svg { width: 25px; height: 25px; }
.bean-mark__body { fill: var(--brown); stroke: var(--ink); stroke-width: 1; }
.bean-mark__cap { fill: var(--orange); stroke: var(--ink); stroke-width: 1; stroke-linejoin: round; }
.bean-mark__groove { fill: none; stroke: var(--cream); stroke-width: 1.5; stroke-linecap: round; }
.brewster-bean-mark circle { fill: var(--cream); }
.brand__name { display: block; white-space: nowrap; letter-spacing: -.055em; }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right 180ms var(--ease-out); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.icon-button, .menu-button, .close-button { appearance: none; border: 0; background: transparent; cursor: pointer; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: background-color 160ms ease, transform 160ms var(--ease-out); }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cart-button { position: relative; height: 42px; padding: 0 7px 0 10px; display: flex; align-items: center; gap: 8px; background: var(--ink); color: white; border: 1px solid var(--ink); border-radius: 30px; font-size: 12px; font-weight: 700; cursor: pointer; transition: transform 160ms var(--ease-out), background-color 160ms ease; }
.cart-button__art { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; transition: transform 220ms var(--ease-out); }
.cart-button__art img { width: 100%; height: 100%; object-fit: contain; }
.cart-count { min-width: 28px; height: 28px; display: grid; place-items: center; padding: 0 7px; border-radius: 50%; background: var(--acid); color: var(--ink); }
.menu-button { width: 42px; height: 42px; display: none; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; }
.menu-button span { width: 18px; height: 1px; background: currentColor; transition: transform 180ms var(--ease-out); }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 25; inset: 120px 0 auto; padding: 20px 24px 32px; background: var(--cream); border-bottom: 1px solid var(--ink); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: 15px 0; display: flex; justify-content: space-between; font-family: "Space Grotesk", sans-serif; font-size: 25px; font-weight: 600; letter-spacing: -.035em; border-bottom: 1px solid var(--line); }
.mobile-menu a span { font-family: "DM Sans", sans-serif; font-size: 10px; }

.hero { position: relative; min-height: 700px; height: calc(100vh - 120px); max-height: 900px; overflow: hidden; border-bottom: 1px solid var(--ink); background: var(--orange); }
.hero__picture { position: absolute; inset: 0; overflow: hidden; opacity: 0; transition: opacity 900ms ease; }
.hero__picture.is-active { z-index: 1; opacity: 1; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__scrim { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255, 90, 31, .38) 0, rgba(255, 90, 31, .08) 47%, rgba(30, 25, 21, .05) 100%); }
.hero__art-lines { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; mix-blend-mode: soft-light; opacity: .62; transform: translate3d(var(--hero-art-x, 0), var(--hero-art-y, 0), 0); will-change: transform; }
.hero__art-lines::before { content: ""; position: absolute; right: 4.5%; top: 7%; width: min(37vw, 540px); aspect-ratio: 1; border: 1px solid rgba(244,237,222,.32); border-radius: 50%; box-shadow: 0 0 0 54px rgba(244,237,222,.08), 0 0 0 108px rgba(244,237,222,.055); }
.hero__art-lines::after { content: ""; position: absolute; left: 46%; top: 0; width: 1px; height: 100%; background: linear-gradient(transparent 8%, rgba(244,237,222,.36) 28%, rgba(244,237,222,.12) 75%, transparent); }
.hero__content { position: absolute; z-index: 2; left: max(32px, calc((100vw - 1460px) / 2)); top: 50%; width: min(620px, 52vw); transform: translateY(-50%); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--dark { padding: 8px 12px; color: var(--ink); background: rgba(244, 237, 222, .82); border: 1px solid rgba(30, 25, 21, .45); border-radius: 30px; backdrop-filter: blur(8px); }
.eyebrow--light { color: var(--cream); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #32c34a; box-shadow: 0 0 0 0 rgba(50, 195, 74, .7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(50, 195, 74, 0); } 100% { box-shadow: 0 0 0 0 rgba(50, 195, 74, 0); } }
.hero h1 { margin: 24px 0 22px; font-family: "Space Grotesk", sans-serif; font-size: clamp(68px, 8.1vw, 124px); line-height: .84; letter-spacing: -.06em; font-weight: 700; }
.hero h1 em { display: block; font: inherit; font-size: 1em; font-style: normal; font-weight: 500; line-height: .9; letter-spacing: -.045em; white-space: nowrap; }
.hero__content > p { max-width: 500px; margin: 0 0 28px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.45; font-weight: 600; }
.hero__actions { display: flex; align-items: center; gap: 24px; }
.hero-scenes { width: max-content; min-height: 35px; margin-top: 22px; padding: 4px 5px 4px 11px; display: flex; align-items: center; gap: 5px; background: rgba(244,237,222,.48); border: 1px solid rgba(30,25,21,.42); border-radius: 40px; backdrop-filter: blur(12px); transition: color 360ms ease, background-color 360ms ease, border-color 360ms ease; }
.hero-scenes > span { margin-right: 3px; font-size: 7px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-scenes button { width: 25px; height: 25px; padding: 0; display: grid; place-items: center; color: inherit; background: transparent; border: 1px solid rgba(30,25,21,.42); border-radius: 50%; font-size: 7px; font-weight: 800; cursor: pointer; transition: transform 140ms var(--ease-out), color 180ms ease, background-color 180ms ease; }
.hero-scenes button.is-active { color: var(--cream); background: var(--ink); }
.hero-scenes strong { min-width: 82px; padding: 0 7px 0 4px; font-size: 8px; letter-spacing: .04em; }
.hero--night .hero__content { color: var(--cream); }
.hero--night .hero__scrim { background: linear-gradient(90deg, rgba(3,11,35,.52) 0, rgba(3,11,35,.14) 54%, rgba(3,11,35,.03) 100%); }
.hero--night .hero__content > p { text-shadow: 0 2px 18px rgba(0,0,0,.32); }
.hero--night .hero__content .button--dark { color: var(--ink); background: var(--acid); }
.hero--night .hero-scenes { background: rgba(3,11,35,.38); border-color: rgba(244,237,222,.55); }
.hero--night .hero-scenes button { border-color: rgba(244,237,222,.52); }
.hero--night .hero-scenes button.is-active { color: var(--ink); background: var(--cream); }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: transform 160ms var(--ease-out), background-color 180ms ease, color 180ms ease; }
.button--dark { background: var(--ink); color: white; }
.button--acid { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.button--cream { background: var(--cream); color: var(--ink); }
.text-button { padding: 10px 0; background: none; border: 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; cursor: pointer; }
.hero__proof { position: absolute; z-index: 2; left: max(32px, calc((100vw - 1460px) / 2)); right: 32px; bottom: 28px; display: flex; gap: 1px; width: max-content; border: 1px solid rgba(30, 25, 21, .35); background: rgba(244, 237, 222, .38); backdrop-filter: blur(12px); }
.hero__proof div { min-width: 100px; padding: 10px 14px; border-right: 1px solid rgba(30, 25, 21, .25); }
.hero__proof div:last-child { border-right: 0; }
.hero__proof strong, .hero__proof span { display: block; }
.hero__proof strong { font-size: 17px; }
.hero__proof span { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.hero__stamp { position: absolute; right: 34px; bottom: 28px; width: 116px; height: 116px; display: grid; place-content: center; text-align: center; transform: rotate(7deg); border: 1px solid rgba(244, 237, 222, .65); border-radius: 50%; color: var(--cream); background: rgba(30, 25, 21, .18); backdrop-filter: blur(8px); }
.hero__stamp::before { content: ""; position: absolute; inset: 6px; border: 1px dashed currentColor; border-radius: 50%; }
.hero__stamp span { font-size: 7px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero__stamp strong { display: block; font-size: 24px; }
.mascot-portrait { position: relative; width: 72px; aspect-ratio: 1; flex: 0 0 auto; display: block; overflow: hidden; background: var(--pink); border: 1px solid var(--ink); border-radius: 50%; }
.mascot-portrait img { position: absolute; left: 50%; top: 43%; width: 225%; max-width: none; height: auto; transform: translate(-50%, -50%); }
.mascot-portrait--brews img { left: 45%; top: 43%; width: 220%; }
.mascot-portrait--delivery img { top: 39%; width: 215%; }
.hero-mascot { position: absolute; z-index: 3; top: 28px; right: 28px; min-width: 230px; padding: 8px 12px 8px 8px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: rgba(244,237,222,.88); border: 1px solid var(--ink); box-shadow: 5px 5px 0 rgba(30,25,21,.92); backdrop-filter: blur(12px); transform: rotate(1.5deg); }
.hero-mascot .mascot-portrait { width: 54px; }
.hero-mascot > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.hero-mascot strong { font-family: "Space Grotesk", sans-serif; font-size: 12px; letter-spacing: -.02em; }
.hero-mascot small, .cart-empty__voice { font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.ticker { overflow: hidden; padding: 12px 0 10px; background: var(--ink); color: var(--cream); border-bottom: 1px solid var(--ink); }
.ticker__track { width: max-content; display: flex; align-items: center; gap: 25px; animation: marquee 30s linear infinite; }
.ticker span { font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.ticker i { color: var(--orange); font-size: 17px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-shell { width: var(--shell); margin-inline: auto; }
.coffee-section, .department-section, .values-section { padding: 112px 0; }
.section-heading { margin-bottom: 44px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.section-heading h2 { margin: 13px 0 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(42px, 4.8vw, 72px); line-height: .98; letter-spacing: -.048em; font-weight: 600; }
.section-heading h2 em, .bundle-copy h2 em, .subscription-copy h2 em { font-family: inherit; font-style: normal; font-weight: 500; }
.section-heading > p { max-width: 430px; margin: 0; padding-bottom: 7px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.section-heading--inline { align-items: center; }

.taste-filters { margin-bottom: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.taste-chip { padding: 11px 15px; display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1px solid var(--ink); border-radius: 30px; font-size: 11px; font-weight: 700; cursor: pointer; transition: transform 160ms var(--ease-out), background-color 160ms ease, color 160ms ease; }
.taste-chip span { font-size: 15px; }
.taste-chip.is-active { background: var(--ink); color: white; }
.product-grid { min-height: 530px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.product-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--ink); background: var(--paper); opacity: 1; transform: translateY(0); transition: transform 200ms var(--ease-out), opacity 180ms ease; }
.product-card.is-entering { opacity: 0; transform: translateY(8px); }
.product-card__visual { position: relative; height: 335px; display: grid; place-items: center; overflow: hidden; background: var(--card-bg, #dad5c7); border-bottom: 1px solid var(--ink); }
.product-card__visual::before { content: ""; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(30, 25, 21, .18); border-radius: 50%; }
.product-card__visual::after { content: attr(data-origin); position: absolute; left: 14px; bottom: 11px; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-bag { position: relative; z-index: 1; width: 150px; height: 215px; padding: 20px 16px 14px; display: flex; flex-direction: column; justify-content: space-between; color: var(--bag-ink, #17130f); background: var(--bag, #ffcf34); border: 1.5px solid var(--ink); border-radius: 4px 4px 11px 11px; box-shadow: 14px 17px 0 rgba(30, 25, 21, .13); transform: rotate(var(--bag-rotate, -4deg)); transition: transform 240ms var(--ease-out); }
.product-bag::before { content: ""; position: absolute; left: -2px; right: -2px; top: 12px; height: 4px; border-top: 1px solid; border-bottom: 1px solid; }
.product-bag strong { font-family: "Space Grotesk", sans-serif; font-size: 20px; line-height: .9; letter-spacing: -.055em; }
.product-bag i { width: 52px; height: 52px; display: grid; place-items: center; align-self: center; border: 1px solid; border-radius: 50%; font-family: "Space Grotesk", sans-serif; font-size: 27px; font-style: normal; }
.product-bag span { font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card__badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 7px 9px; background: var(--cream); border: 1px solid; border-radius: 2px; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card__body { padding: 18px 16px 15px; display: flex; flex-direction: column; flex: 1; }
.product-card__title-row { display: flex; justify-content: space-between; gap: 16px; }
.product-card h3 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 17px; letter-spacing: -.025em; }
.product-card__price { white-space: nowrap; font-size: 13px; font-weight: 800; }
.product-card__notes { min-height: 38px; margin: 8px 0 15px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.roast-level { margin-top: auto; display: flex; align-items: center; gap: 9px; }
.roast-level > span { flex: 1; height: 4px; display: flex; gap: 2px; }
.roast-level i { flex: 1; background: #d4cec2; }
.roast-level i.is-on { background: var(--ink); }
.roast-level small { font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.quick-add { position: absolute; z-index: 2; top: 12px; right: 12px; width: 40px; height: 40px; display: grid; place-items: center; background: var(--ink); color: white; border: 0; border-radius: 50%; font-size: 22px; cursor: pointer; opacity: 0; transform: scale(.94); transition: opacity 160ms ease, transform 180ms var(--ease-out), background-color 160ms ease, color 160ms ease; }
.section-footer-action { padding-top: 19px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--ink); }
.section-footer-action > span { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.text-link { padding: 0 0 13px; font-size: 12px; font-weight: 800; }

.department-section { border-top: 1px solid var(--ink); }
.rotating-badge { width: 122px; height: 122px; display: grid; place-items: center; padding: 15px; border: 1px solid; border-radius: 50%; text-align: center; font-size: 8px; font-weight: 800; letter-spacing: .15em; animation: rotate 20s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.department-grid { display: grid; grid-template-columns: 1.18fr .82fr 1fr; grid-template-rows: 380px 330px; gap: 10px; }
.department-card { position: relative; overflow: hidden; padding: 20px; display: flex; flex-direction: column; border: 1px solid var(--ink); transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.department-card__number, .department-card__meta { position: relative; z-index: 2; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.department-card__meta { position: absolute; top: 22px; right: 20px; }
.department-card h3 { position: relative; z-index: 2; margin: auto 0 8px; font-family: "Space Grotesk", sans-serif; font-size: clamp(42px, 4.2vw, 64px); line-height: .94; letter-spacing: -.05em; }
.department-card p { position: relative; z-index: 2; max-width: 330px; margin: 0; font-size: 11px; line-height: 1.5; }
.department-card__arrow { position: absolute; z-index: 3; right: 18px; bottom: 18px; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid; border-radius: 50%; font-size: 20px; }
.department-card--coffee { grid-row: span 2; background: var(--orange); }
.department-card--gear { grid-column: span 2; background: #d7d2c5; }
.department-card--cups { background: var(--pink); }
.department-card--water { background: var(--blue); color: white; }
.department-card--gifts { background: var(--acid); }
.bag-sculpture { position: absolute; top: 105px; width: 170px; height: 235px; padding: 38px 18px 18px; display: flex; flex-direction: column; justify-content: space-between; border: 1.5px solid var(--ink); border-radius: 3px 3px 9px 9px; box-shadow: 13px 14px 0 rgba(30, 25, 21, .18); }
.bag-sculpture::before { content: ""; position: absolute; left: -2px; right: -2px; top: 17px; border-top: 4px double; }
.bag-sculpture i { font-family: "Space Grotesk", sans-serif; font-size: 28px; line-height: .9; font-weight: 700; letter-spacing: -.06em; font-style: normal; }
.bag-sculpture b { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.bag-sculpture--yellow { right: 13%; background: #ffc928; transform: rotate(9deg); }
.bag-sculpture--blue { top: 122px; right: 42%; background: var(--blue); color: white; transform: rotate(-8deg); }
.gear-drawing { position: absolute; right: 9%; top: 39px; width: 340px; fill: none; stroke: var(--ink); stroke-width: 2; }
.cup-stack { position: absolute; right: 16%; top: 44px; width: 160px; height: 180px; }
.cup-stack i { position: absolute; width: 112px; height: 72px; border: 2px solid var(--ink); border-radius: 6px 6px 52px 52px; }
.cup-stack i::after { content: ""; position: absolute; right: -34px; top: 8px; width: 40px; height: 38px; border: 2px solid; border-left: 0; border-radius: 0 30px 30px 0; }
.cup-stack i:nth-child(1) { top: 0; left: 17px; background: var(--cream); }
.cup-stack i:nth-child(2) { top: 47px; left: 1px; background: var(--orange); }
.cup-stack i:nth-child(3) { top: 95px; left: 28px; background: var(--acid); }
.water-drop { position: absolute; right: 20%; top: 53px; width: 130px; height: 170px; display: grid; place-items: center; color: var(--blue); background: white; border-radius: 70% 30% 61% 39% / 70% 44% 56% 30%; font-size: 28px; font-weight: 800; transform: rotate(18deg); }
.water-drop sub { font-size: 15px; }
.gift-orbit { position: absolute; right: 17%; top: 55px; width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid; border-radius: 50%; font-size: 56px; }
.gift-orbit::before, .gift-orbit::after { content: ""; position: absolute; inset: 17px -31px; border: 1px solid; border-radius: 50%; transform: rotate(45deg); }
.gift-orbit::after { transform: rotate(-45deg); }

.quiz-banner { min-height: 310px; margin-bottom: 112px; padding: 48px 54px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; color: white; background: var(--brown); }
.quiz-banner__orb { width: 170px; height: 170px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.quiz-banner__orb::before, .quiz-banner__orb::after { content: ""; position: absolute; width: 100px; height: 165px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transform: rotate(55deg); }
.quiz-banner__orb::after { transform: rotate(-55deg); }
.quiz-banner__orb span { font-family: "Space Grotesk", sans-serif; font-size: 92px; font-weight: 500; }
.quiz-banner h2 { margin: 10px 0 4px; font-family: "Space Grotesk", sans-serif; font-size: clamp(38px, 3.8vw, 58px); line-height: .98; letter-spacing: -.045em; }
.quiz-banner p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; }

.bundle-section { margin-bottom: 112px; display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; border: 1px solid var(--ink); }
.bundle-visual { position: relative; overflow: hidden; display: grid; place-items: center; background: var(--blue); border-right: 1px solid var(--ink); }
.bundle-visual svg { position: relative; z-index: 1; width: 69%; fill: var(--cream); stroke: var(--ink); stroke-width: 3; filter: drop-shadow(19px 22px 0 rgba(30,25,21,.22)); }
.bundle-tag { position: absolute; z-index: 3; top: 20px; left: 20px; padding: 8px 11px; background: var(--acid); border: 1px solid var(--ink); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.bundle-disc { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(244,237,222,.45); border-radius: 50%; }
.bundle-disc--two { width: 560px; height: 560px; }
.bundle-spec { position: absolute; z-index: 2; left: 25px; bottom: 25px; display: flex; gap: 9px; color: white; }
.bundle-spec--right { left: auto; right: 25px; text-align: right; flex-direction: row-reverse; }
.bundle-spec span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid; border-radius: 50%; font-size: 8px; }
.bundle-spec p { margin: 1px 0; font-size: 8px; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.bundle-copy { padding: clamp(40px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.bundle-copy h2 { margin: 17px 0 20px; font-family: "Space Grotesk", sans-serif; font-size: clamp(40px, 4vw, 60px); line-height: 1; letter-spacing: -.05em; }
.bundle-copy > p { margin: 0 0 31px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.bundle-list { margin: 0 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.bundle-list li { padding: 13px 0; display: grid; grid-template-columns: 29px 1fr auto; gap: 9px; align-items: center; border-bottom: 1px solid var(--line); font-size: 10px; }
.bundle-list li > span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid; border-radius: 50%; font-size: 7px; }
.bundle-list strong { text-align: right; }
.bundle-buy { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.bundle-buy div { display: flex; flex-direction: column; }
.bundle-buy del { color: var(--muted); font-size: 11px; }
.bundle-buy strong { font-size: 28px; }

.subscription-section { position: relative; overflow: hidden; min-height: 580px; margin-bottom: 112px; padding: 70px; display: grid; grid-template-columns: .95fr 1.05fr; color: white; background: var(--ink); }
.subscription-copy { position: relative; z-index: 2; align-self: center; }
.subscription-copy h2 { margin: 14px 0 19px; font-family: "Space Grotesk", sans-serif; font-size: clamp(46px, 5vw, 74px); line-height: .98; letter-spacing: -.052em; }
.subscription-copy > p { max-width: 540px; margin: 0 0 28px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; }
.subscription-options { margin: 0 0 20px; display: flex; flex-wrap: wrap; gap: 7px; }
.subscription-options button { padding: 9px 13px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 30px; font-size: 9px; font-weight: 700; cursor: pointer; }
.subscription-options button.is-active { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.subscription-stack { position: relative; min-height: 440px; }
.sub-bag { position: absolute; top: 50%; left: 50%; width: 225px; height: 330px; padding: 43px 24px 24px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--ink); border-radius: 5px 5px 15px 15px; box-shadow: 18px 18px 0 rgba(0,0,0,.25); transform-origin: 50% 100%; }
.sub-bag::before { content: ""; position: absolute; top: 18px; left: -2px; right: -2px; border-top: 5px double var(--ink); }
.sub-bag b { font-family: "Space Grotesk", sans-serif; font-size: 66px; line-height: .9; letter-spacing: -.06em; }
.sub-bag i { align-self: flex-end; font-family: "Space Grotesk", sans-serif; font-size: 30px; font-style: normal; font-weight: 500; }
.sub-bag--back { background: var(--orange); transform: translate(-85%, -50%) rotate(-16deg); }
.sub-bag--mid { background: var(--blue); transform: translate(-50%, -53%) rotate(1deg); }
.sub-bag--front { color: var(--ink); background: var(--acid); transform: translate(-15%, -48%) rotate(15deg); }
.subscription-note { position: absolute; right: 0; bottom: 0; width: 106px; height: 106px; display: grid; place-items: center; text-align: center; color: var(--ink); background: var(--pink); border-radius: 50%; font-size: 10px; font-weight: 800; text-transform: uppercase; transform: rotate(8deg); }

.values-section { border-top: 1px solid var(--ink); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.value-grid article { min-height: 290px; padding: 19px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.value-grid article > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid; border-radius: 50%; font-size: 8px; }
.value-grid h3 { margin: auto 0 10px; font-family: "Space Grotesk", sans-serif; font-size: 22px; letter-spacing: -.035em; }
.value-grid p { min-height: 54px; margin: 0 0 18px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.value-grid a, .value-grid button { width: max-content; padding: 0 0 4px; background: none; border: 0; border-bottom: 1px solid; font-size: 9px; font-weight: 800; cursor: pointer; }

.mascot-section { padding: 0 0 112px; display: grid; grid-template-columns: .82fr 1.09fr 1.09fr; }
.mascot-section__intro { padding: 32px; display: flex; align-items: flex-start; flex-direction: column; background: var(--acid); border: 1px solid var(--ink); }
.mascot-section__intro h2 { margin: auto 0 18px; font-family: "Space Grotesk", sans-serif; font-size: clamp(36px, 3.3vw, 54px); line-height: .96; font-weight: 650; letter-spacing: -.052em; }
.mascot-section__intro h2 em { font-weight: 500; }
.mascot-section__intro p { max-width: 370px; margin: 0 0 28px; font-size: 11px; line-height: 1.6; }
.mascot-section__intro .text-link { padding-bottom: 5px; border-bottom: 1px solid; font-size: 10px; font-weight: 800; }
.mascot-card { position: relative; min-width: 0; margin: 0 0 0 -1px; overflow: hidden; background: var(--pink); border: 1px solid var(--ink); }
.mascot-card img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 900ms var(--ease-out), filter 300ms ease; }
.mascot-card figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 14px 16px; display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; color: var(--ink); background: rgba(244,237,222,.9); border: 1px solid var(--ink); backdrop-filter: blur(12px); }
.mascot-card figcaption span { font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mascot-card figcaption strong { max-width: 180px; text-align: right; font-size: 11px; line-height: 1.35; }

.site-footer { padding: 32px 32px 20px; overflow: hidden; color: var(--cream); background: var(--ink); }
.footer-campaign { position: relative; min-height: clamp(570px, 46vw, 740px); overflow: hidden; border: 1px solid rgba(255,255,255,.28); }
.footer-campaign::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(20,14,10,.16) 0 43%, transparent 62%); pointer-events: none; }
.footer-campaign__art { position: absolute; inset: 0; }
.footer-campaign__art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.footer-campaign__copy { position: absolute; z-index: 2; left: clamp(28px, 5vw, 78px); top: 50%; width: min(42%, 610px); transform: translateY(-50%); }
.footer-kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-kicker i { width: 8px; height: 8px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 5px rgba(223,255,79,.12); }
.footer-campaign h2 { margin: 25px 0 23px; font-family: "Space Grotesk", sans-serif; font-size: clamp(58px, 6.8vw, 106px); line-height: .84; font-weight: 700; letter-spacing: -.065em; }
.footer-campaign h2 em { color: var(--acid); font: inherit; font-weight: 500; }
.footer-campaign__copy p { max-width: 430px; margin: 0 0 30px; color: rgba(255,255,255,.73); font-size: 14px; line-height: 1.55; }
.footer-cta { min-height: 50px; width: max-content; padding: 0 19px; display: inline-flex; align-items: center; gap: 40px; color: var(--ink); background: var(--acid); border: 1px solid var(--acid); font-size: 10px; font-weight: 800; }
.footer-cta span { font-size: 17px; }
.footer-art-label { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; color: var(--ink); background: var(--pink); border: 1px solid var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-2deg); }
.footer-service { padding: 68px 0 64px; display: grid; grid-template-columns: minmax(300px, 1fr) minmax(540px, 1.65fr); gap: clamp(60px, 9vw, 150px); border-bottom: 1px solid rgba(255,255,255,.25); }
.footer-newsletter > span, .footer-links > div > span { display: block; margin-bottom: 20px; color: rgba(255,255,255,.45); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.footer-newsletter h3 { margin: 0 0 28px; font-family: "Space Grotesk", sans-serif; font-size: clamp(30px, 3vw, 44px); line-height: .98; letter-spacing: -.05em; }
.footer-newsletter form { display: flex; border-bottom: 1px solid rgba(255,255,255,.78); }
.footer-newsletter input { width: 100%; padding: 8px 0 13px; color: white; background: none; border: 0; outline: none; font-family: "Space Grotesk", sans-serif; font-size: 23px; letter-spacing: -.035em; }
.footer-newsletter input::placeholder { color: rgba(255,255,255,.32); }
.footer-newsletter button { width: 54px; flex: 0 0 auto; color: var(--ink); background: var(--acid); border: 0; font-size: 22px; cursor: pointer; }
.footer-newsletter small { display: block; margin-top: 10px; color: rgba(255,255,255,.45); font-size: 8px; line-height: 1.45; }
.footer-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.footer-links > div { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }
.footer-links a { position: relative; width: max-content; padding-bottom: 2px; font-size: 12px; }
.footer-links a::after { content: ""; position: absolute; right: 100%; bottom: 0; left: 0; height: 1px; background: var(--acid); transition: right 260ms var(--ease-out); }
.footer-logo { padding-top: 40px; white-space: nowrap; font-family: "Space Grotesk", sans-serif; font-size: clamp(58px, 12vw, 178px); line-height: .82; font-weight: 700; letter-spacing: -.073em; }
.footer-logo span { vertical-align: top; font-size: 14px; letter-spacing: 0; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.5); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom a { display: flex; align-items: center; gap: 10px; }
.footer-bottom b { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: var(--cream); border-radius: 50%; font-size: 13px; transition: transform 320ms var(--ease-out); }

.drawer-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(30,25,21,.55); backdrop-filter: blur(3px); opacity: 0; transition: opacity 180ms ease; }
.drawer-backdrop.is-visible { opacity: 1; }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(480px, 100%); height: 100dvh; padding: 26px; display: flex; flex-direction: column; background: var(--cream); border-left: 1px solid var(--ink); transform: translateX(100%); transition: transform 260ms var(--ease-out); }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid; }
.drawer-header__copy { display: flex; align-items: center; gap: 12px; }
.drawer-header__copy .mascot-portrait { width: 58px; }
.cart-art { display: grid; place-items: center; flex: 0 0 auto; background: var(--paper); border: 1px solid var(--ink); border-radius: 50%; }
.cart-art img { width: 92%; height: 92%; object-fit: contain; }
.cart-art--drawer { width: 60px; height: 60px; box-shadow: 4px 4px 0 var(--acid); }
.cart-art--empty { width: 132px; height: 132px; margin: 0 auto 15px; background: var(--pink); box-shadow: 8px 8px 0 var(--acid); }
.drawer-header h2 { margin: 5px 0 0; font-family: "Space Grotesk", sans-serif; font-size: 38px; letter-spacing: -.045em; }
.drawer-header sup { font-family: "DM Sans", sans-serif; font-size: 12px; }
.close-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 25px; transition: transform 160ms var(--ease-out), background-color 160ms ease; }
.cart-items { overflow-y: auto; }
.cart-line { padding: 15px 0; display: grid; grid-template-columns: 72px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-line__thumb { height: 82px; display: grid; place-items: center; background: var(--thumb, var(--orange)); border: 1px solid var(--ink); font-weight: 800; font-size: 10px; }
.cart-line h3 { margin: 0 0 5px; font-size: 13px; }
.cart-line p { margin: 0; color: var(--muted); font-size: 9px; }
.cart-line button { width: 44px; height: 44px; padding: 4px; background: none; border: 0; color: var(--muted); font-size: 18px; cursor: pointer; }
.cart-empty { margin: auto; max-width: 270px; text-align: center; }
.cart-empty .mascot-portrait { width: 122px; margin: 0 auto 12px; box-shadow: 8px 8px 0 var(--acid); }
.cart-empty__voice { display: block; color: var(--muted); }
.cart-empty h3 { margin: 10px 0 5px; font-size: 25px; }
.cart-empty p { margin: 0 0 20px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.cart-summary { margin-top: auto; padding-top: 18px; border-top: 1px solid; }
.cart-summary > div { margin-bottom: 8px; display: flex; justify-content: space-between; font-size: 11px; }
.cart-summary .button { width: 100%; margin-top: 13px; }
.cart-summary small { display: block; margin-top: 8px; color: var(--muted); text-align: center; font-size: 8px; }

dialog { padding: 0; color: var(--ink); background: var(--cream); border: 1px solid var(--ink); }
dialog::backdrop { background: rgba(30,25,21,.62); backdrop-filter: blur(4px); }
.search-dialog { inset: 0 auto auto 50%; width: 100%; max-width: none; min-height: 410px; margin: 0; padding: 25px 32px 55px; transform: translateX(-50%); }
.search-dialog[open] { animation: search-in 220ms var(--ease-out); }
@keyframes search-in { from { opacity: 0; transform: translate(-50%, -16px); } }
.search-dialog__top { display: flex; justify-content: space-between; align-items: center; }
.search-dialog > label { display: block; width: min(100%, 1100px); margin: 50px auto 10px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-field { position: relative; width: min(100%, 1100px); margin: auto; }
.search-field input { width: 100%; padding: 4px 70px 13px 0; background: transparent; border: 0; border-bottom: 2px solid; outline: none; font-family: "Space Grotesk", sans-serif; font-size: clamp(27px, 4vw, 56px); letter-spacing: -.04em; }
.search-field input::placeholder { color: rgba(30,25,21,.32); }
.search-field > span { position: absolute; right: 0; top: 50%; padding: 5px 8px; border: 1px solid; border-radius: 4px; font-size: 9px; }
.search-results { width: min(100%, 1100px); margin: 16px auto 0; }
.search-results p { color: var(--muted); font-size: 11px; }
.search-results button { padding: 0; background: none; border: 0; border-bottom: 1px solid; color: var(--ink); cursor: pointer; }
.search-result-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.search-result { padding: 12px; display: flex; justify-content: space-between; text-align: left; background: var(--paper); border: 1px solid var(--ink); cursor: pointer; }
.search-result strong, .search-result span { display: block; }
.search-result span { margin-top: 4px; color: var(--muted); font-size: 9px; }

.quiz-dialog { width: min(1000px, calc(100% - 32px)); min-height: 620px; overflow: hidden; }
.quiz-dialog[open] { animation: dialog-in 220ms var(--ease-out); }
@keyframes dialog-in { from { opacity: 0; transform: scale(.97); } }
.quiz-dialog__close { position: absolute; z-index: 2; top: 18px; right: 18px; }
.quiz-progress { height: 74px; padding: 0 75px 0 25px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quiz-progress div { height: 3px; background: #d4cec2; }
.quiz-progress i { display: block; width: 33.33%; height: 100%; background: var(--orange); transition: width 240ms var(--ease-out); }
.quiz-step { display: none; padding: 65px; }
.quiz-step.is-active { display: block; }
.quiz-step h2 { margin: 13px 0 38px; font-family: "Space Grotesk", sans-serif; font-size: clamp(40px, 4.7vw, 62px); letter-spacing: -.048em; }
.quiz-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.quiz-options button { min-height: 250px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; background: var(--paper); border: 1px solid; cursor: pointer; transition: transform 180ms var(--ease-out), background-color 160ms ease; }
.quiz-options button > span { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: auto; background: var(--acid); border: 1px solid; border-radius: 50%; font-family: "Space Grotesk", sans-serif; font-size: 31px; }
.quiz-options button:nth-child(2) > span { background: var(--orange); }
.quiz-options button:nth-child(3) > span { color: white; background: var(--blue); }
.quiz-options strong { margin-top: 20px; font-size: 16px; }
.quiz-options small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.quiz-result { padding: 55px 65px; }
.quiz-result__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: center; }
.quiz-result__visual { height: 390px; display: grid; place-items: center; background: var(--result-bg, var(--orange)); border: 1px solid; }
.quiz-result__visual .product-bag { width: 180px; height: 270px; }
.quiz-result h2 { margin: 11px 0 17px; font-family: "Space Grotesk", sans-serif; font-size: clamp(40px, 4.7vw, 64px); line-height: .98; letter-spacing: -.05em; }
.quiz-result p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.quiz-result .button { margin-top: 18px; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; min-width: 280px; padding: 14px 18px; color: white; background: var(--ink); border: 1px solid rgba(255,255,255,.25); box-shadow: 0 12px 40px rgba(30,25,21,.2); text-align: center; font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, calc(100% + 40px)); transition: transform 220ms var(--ease-out), opacity 180ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover::after { right: 0; }
  .icon-button:hover { background: white; }
  .button:hover { transform: translateY(-2px); }
  .button--dark:hover { background: #3d342e; }
  .text-button:hover, .text-link:hover { opacity: .6; }
  .hero-scenes button:hover { transform: translateY(-1px); }
  .taste-chip:hover { transform: translateY(-2px); }
  .product-card:hover .product-bag { transform: translateY(-7px) rotate(0); }
  .product-card:hover .quick-add { opacity: 1; transform: scale(1); }
  .quick-add:hover { color: var(--ink); background: var(--acid); }
  .cart-button:hover .cart-button__art { transform: translateY(-1px) rotate(-4deg); }
  .department-card:hover { transform: translateY(-4px); box-shadow: 0 6px 0 var(--ink); }
  .department-card:hover .department-card__arrow { background: var(--cream); color: var(--ink); }
  .mascot-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
  .footer-cta:hover { background: var(--cream); border-color: var(--cream); }
  .footer-links a:hover::after { right: 0; }
  .footer-bottom a:hover b { transform: translateY(-3px); }
  .close-button:hover { background: var(--acid); transform: rotate(8deg); }
  .quiz-options button:hover { transform: translateY(-4px); background: white; }
}

button:active, .button:active, .department-card:active, .product-card:active { transform: scale(.97); }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 1460px); }
  .desktop-nav { gap: 18px; }
  .desktop-nav a:nth-last-child(-n+2) { display: none; }
  .hero__image { object-position: 58% center; }
  .hero__content { width: 55vw; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-add { opacity: 1; transform: scale(1); }
  .department-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 490px 350px 330px; }
  .department-card--coffee { grid-row: auto; }
  .department-card--gear { grid-column: auto; }
  .department-card--gifts { grid-column: span 2; }
  .bag-sculpture { width: 128px; height: 186px; top: 112px; }
  .gear-drawing { width: 260px; top: 100px; right: 6%; }
  .quiz-banner { padding: 40px; gap: 30px; }
  .quiz-banner__orb { width: 120px; height: 120px; }
  .quiz-banner__orb span { font-size: 70px; }
  .bundle-section { grid-template-columns: .9fr 1.1fr; }
  .bundle-copy { padding: 45px; }
  .subscription-section { padding: 55px 45px; grid-template-columns: 1fr 1fr; }
  .sub-bag { width: 180px; height: 280px; }
  .mascot-section { grid-template-columns: 1fr 1fr; }
  .mascot-section__intro { min-height: 390px; grid-column: 1 / -1; }
  .footer-service { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); }
  .announcement { height: 28px; padding: 0 14px; justify-content: center; font-size: 8px; }
  .announcement__middle, .announcement > span:first-child { display: none; }
  .site-header { height: 72px; padding: 0 14px; grid-template-columns: 1fr auto; }
  .brand { font-size: 16px; }
  .desktop-nav, .cart-button__label { display: none; }
  .header-actions { grid-column: 2; }
  .menu-button { display: grid; }
  .cart-button { padding: 0; width: 42px; display: grid; place-items: center; border-radius: 50%; }
  .cart-button__art { width: 31px; height: 31px; }
  .cart-count { position: absolute; top: -5px; right: -5px; min-width: 19px; width: auto; height: 19px; padding: 0 5px; background: var(--acid); color: var(--ink); border: 1px solid var(--ink); font-size: 7px; }
  .mobile-menu { inset: 100px 0 auto; }
  .hero { height: 760px; min-height: 0; }
  .hero__image { object-position: center; }
  .hero__scrim { background: linear-gradient(180deg, rgba(255,90,31,.64) 0, rgba(255,90,31,.28) 41%, rgba(30,25,21,.02) 68%, rgba(30,25,21,.22) 100%); }
  .hero__art-lines { opacity: .36; }
  .hero__art-lines::before { right: -44%; top: 30%; width: 92vw; }
  .hero__art-lines::after { left: 14px; top: 42%; width: calc(100% - 28px); height: 1px; background: rgba(244,237,222,.25); }
  .hero__content { left: 18px; right: 18px; top: 45px; width: auto; transform: none; }
  .hero h1 { margin: 21px 0 17px; font-size: clamp(46px, 14vw, 60px); line-height: .88; letter-spacing: -.055em; }
  .hero__content > p { max-width: 355px; font-size: 14px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-scenes { margin-top: 2px; }
  .hero-scenes button { width: 36px; height: 36px; }
  .hero-scenes strong { min-width: 72px; font-size: 7px; }
  .hero__proof { left: 14px; right: 14px; bottom: 14px; width: auto; }
  .hero__proof div { flex: 1; min-width: 0; padding: 9px; }
  .hero__stamp { display: none; }
  .hero-mascot { top: auto; right: 14px; bottom: 84px; min-width: 0; width: 66px; height: 66px; padding: 5px; border-radius: 50%; box-shadow: 4px 4px 0 var(--ink); transform: none; }
  .hero-mascot .mascot-portrait { width: 100%; border: 0; }
  .hero-mascot > span:last-child { display: none; }
  .coffee-section, .department-section, .values-section { padding: 76px 0; }
  .section-heading { margin-bottom: 29px; align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-heading h2 { font-size: 41px; line-height: 1; letter-spacing: -.045em; }
  .section-heading > p { font-size: 12px; }
  .taste-filters { flex-wrap: nowrap; overflow-x: auto; margin-right: -14px; padding-right: 14px; scrollbar-width: none; }
  .taste-chip { min-height: 44px; flex: 0 0 auto; }
  .product-grid { min-height: 0; grid-template-columns: 1fr; }
  .product-card:nth-child(n+5) { display: none; }
  .product-card__visual { height: 370px; }
  .section-footer-action > span { display: none; }
  .section-heading--inline { flex-direction: row; align-items: center; }
  .rotating-badge { width: 75px; height: 75px; font-size: 6px; }
  .department-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 390px); }
  .department-card--gifts { grid-column: auto; }
  .department-card h3 { font-size: 52px; }
  .bag-sculpture { width: 135px; height: 190px; }
  .quiz-banner { min-height: 520px; margin-bottom: 76px; padding: 32px 24px; grid-template-columns: 1fr; gap: 24px; }
  .quiz-banner__orb { width: 110px; height: 110px; }
  .quiz-banner h2 { font-size: 44px; }
  .quiz-banner .button { width: 100%; }
  .bundle-section { min-height: 0; margin-bottom: 76px; grid-template-columns: 1fr; }
  .bundle-visual { min-height: 430px; border-right: 0; border-bottom: 1px solid; }
  .bundle-copy { padding: 35px 22px; }
  .bundle-copy h2 { font-size: 40px; }
  .bundle-list li { grid-template-columns: 29px 1fr; }
  .bundle-list strong { grid-column: 2; text-align: left; }
  .bundle-buy { align-items: stretch; flex-direction: column; }
  .subscription-section { min-height: 850px; margin-bottom: 76px; padding: 40px 24px; grid-template-columns: 1fr; }
  .subscription-copy h2 { font-size: 50px; }
  .subscription-options button { min-height: 44px; }
  .subscription-stack { min-height: 400px; }
  .sub-bag { width: 145px; height: 230px; padding: 37px 16px 18px; }
  .sub-bag b { font-size: 49px; }
  .sub-bag i { font-size: 24px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid article { min-height: 255px; }
  .value-grid article button { min-height: 44px; padding: 10px 0; }
  .mascot-section { padding-bottom: 76px; grid-template-columns: 1fr; }
  .mascot-section__intro { min-height: 390px; grid-column: auto; padding: 24px; }
  .mascot-section__intro h2 { font-size: 42px; }
  .mascot-card { margin: -1px 0 0; }
  .mascot-card figcaption { right: 12px; bottom: 12px; left: 12px; }
  .site-footer { padding: 14px 14px 18px; }
  .footer-campaign { min-height: 0; overflow: visible; }
  .footer-campaign::after { display: none; }
  .footer-campaign__copy { position: relative; left: auto; top: auto; width: auto; min-height: 390px; padding: 34px 24px; display: flex; align-items: flex-start; flex-direction: column; transform: none; background: #17110e; }
  .footer-campaign h2 { margin: auto 0 20px; font-size: 60px; }
  .footer-campaign__copy p { font-size: 12px; }
  .footer-campaign__art { position: relative; aspect-ratio: .92; overflow: hidden; border-top: 1px solid rgba(255,255,255,.28); }
  .footer-campaign__art img { position: absolute; inset: 0; object-position: 69% center; }
  .footer-art-label { right: 10px; bottom: 10px; }
  .footer-service { padding: 54px 8px 48px; grid-template-columns: 1fr; gap: 52px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-newsletter input { font-size: 22px; }
  .footer-logo { padding-top: 29px; font-size: 12.7vw; }
  .footer-bottom span:nth-child(2) { display: none; }
  .search-dialog { padding: 18px 14px 40px; }
  .search-dialog > label { margin-top: 45px; }
  .search-result-list { grid-template-columns: 1fr; }
  .quiz-dialog { width: calc(100% - 16px); min-height: 620px; }
  .quiz-progress { padding: 0 65px 0 15px; gap: 10px; }
  .quiz-progress span:last-child { display: none; }
  .quiz-step { padding: 38px 18px; }
  .quiz-step h2 { margin-bottom: 25px; font-size: 39px; }
  .quiz-options { grid-template-columns: 1fr; }
  .quiz-options button { min-height: 112px; display: grid; grid-template-columns: 70px 1fr; column-gap: 15px; }
  .quiz-options button > span { grid-row: span 2; margin-bottom: 0; }
  .quiz-options strong { margin-top: 14px; }
  .quiz-result { padding: 30px 18px; }
  .quiz-result__grid { grid-template-columns: 1fr; gap: 25px; }
  .quiz-result__visual { height: 290px; }
}

@media (max-width: 420px) {
  .site-header { padding-inline: 12px; }
  .header-actions { gap: 6px; }
  .header-actions .icon-button { display: none; }
  .brand { font-size: 15px; }
  .cart-button, .menu-button { width: 40px; height: 40px; }
  .hero__content { left: 14px; right: 14px; }
  .hero h1 { font-size: clamp(44px, 13vw, 56px); }
  .hero__content > p { max-width: 300px; }
  .hero-scenes { max-width: 100%; padding-inline: 8px; }
  .hero-scenes > span { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 11px; }
  .mascot-card figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .mascot-card figcaption strong { max-width: none; text-align: left; }
  .footer-campaign h2 { font-size: clamp(46px, 15vw, 56px); }
}

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