:root {
  color-scheme: light;
  --ink: #10120f;
  --muted: #676a63;
  --line: #dedfd8;
  --paper: #fff;
  --wash: #f2f0eb;
  --matcha: #879b61;
  --matcha-soft: #dfe6ce;
  --coral: #e85b51;
  --focus: #244fd8;
  --radius: 0.25rem;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
body, button, select { font: inherit; }
a { color: inherit; }
button, a, summary, select, input { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-180%); padding: .75rem 1rem; background: #fff; border: 2px solid #111; }
.skip-link:focus { transform: none; }

.utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem clamp(1rem, 4vw, 4rem);
  background: #0c0c0c;
  color: #fff;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.utility-bar p { margin: 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.brand { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -.075em; text-decoration: none; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 2.75rem); }
.desktop-nav a, .footer-brand + div a, .site-footer > div:not(.footer-brand) a { font-size: .8rem; font-weight: 650; text-decoration: none; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1rem; font-size: .76rem; font-weight: 700; }
.bag-link { text-decoration: none; }
.bag-link span { display: inline-grid; place-items: center; min-width: 1.35rem; height: 1.35rem; margin-left: .25rem; border-radius: 50%; background: var(--matcha-soft); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; }
.mobile-menu nav { position: absolute; right: 0; top: 2rem; display: grid; min-width: 220px; padding: 1rem; border: 1px solid var(--line); background: white; box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.mobile-menu nav a { min-height: 44px; display: flex; align-items: center; text-decoration: none; border-bottom: 1px solid var(--line); }

main { overflow: hidden; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  min-height: min(720px, calc(100vh - 105px));
  background: var(--wash);
}
.hero-copy { align-self: center; padding: clamp(3rem, 9vw, 9rem) clamp(1.5rem, 9vw, 10rem); padding-right: clamp(2rem, 5vw, 5rem); }
.eyebrow, .card-kicker { margin: 0 0 .7rem; color: #5b6254; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.accent { color: var(--coral); }
.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3rem, 6.6vw, 6.8rem);
  line-height: .92;
  letter-spacing: -.072em;
}
.hero-deck { max-width: 540px; margin: 1.75rem 0; color: #474a44; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.6; }
.primary-action, .add-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  min-height: 50px;
  padding: .85rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.fixture-note { margin-top: 1.25rem; color: var(--muted); font-size: .74rem; }
.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 23%, rgba(255,255,255,.85) 0 8%, transparent 8.5%),
    linear-gradient(145deg, #e7e6dd, #cfd7bf 58%, #9bac7f);
}
.hero-art::before, .hero-art::after { content:""; position: absolute; border-radius: 50%; border: 1px solid rgba(16,18,15,.18); }
.hero-art::before { width: 430px; height: 430px; top: 8%; right: -7%; }
.hero-art::after { width: 240px; height: 240px; bottom: 7%; left: 3%; }
.hero-product-image { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.hero-art > p { position: absolute; z-index: 3; right: 1.5rem; bottom: 1.25rem; max-width: 220px; margin: 0; padding: .7rem; background: rgba(255,255,255,.84); font-size: .65rem; line-height: 1.35; }

.editorial-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1rem; }
.editorial-tile { min-height: 390px; display: flex; flex-direction: column; justify-content: end; padding: clamp(1.5rem,4vw,3.5rem); color: #111; text-decoration: none; background-size: cover; background-position: center; }
.editorial-tile strong { max-width: 420px; margin: .15rem 0 .8rem; font-size: clamp(2rem,4vw,4.5rem); line-height: .92; letter-spacing: -.055em; }
.editorial-tile > span:last-child { font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.matcha-tile { background: linear-gradient(120deg, rgba(225,231,209,.95), rgba(225,231,209,.25)), radial-gradient(circle at 75% 44%, #70864b 0 15%, transparent 15.5%), #dce4ca; }
.atay-tile { color: #fff; background: linear-gradient(120deg, rgba(23,39,31,.95), rgba(23,39,31,.35)), radial-gradient(circle at 75% 44%, #c99865 0 15%, transparent 15.5%), #345443; }
.atay-tile .eyebrow { color: #dbe5d4; }

.category-section, .collection, .campaign-bands, .story-split, .services, .prototype-banner { max-width: 1440px; margin-inline: auto; }
.category-section { padding: clamp(4rem,9vw,8rem) clamp(1rem,5vw,5rem); text-align: center; }
.category-section h2, .section-heading h2, .story-copy h2 { margin: 0; font-size: clamp(2.3rem,4.5vw,4.5rem); line-height: .95; letter-spacing: -.06em; }
.category-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(.75rem,3vw,2.5rem); margin-top: 3rem; }
.category { display: grid; gap: .8rem; justify-items: center; text-decoration: none; }
.category > span { display: grid; place-items: center; width: min(100%, 180px); aspect-ratio: 1; border-radius: 50%; background: #ebeae5; font: 700 clamp(2rem,5vw,5rem) Georgia, serif; color: #65704f; transition: transform .25s ease; }
.category:hover > span { transform: scale(1.025); }
.category strong { font-size: .8rem; }
.category-2 > span { background: #d2c0aa; color: #5d3822; }
.category-3 > span { background: #d8e2d4; color: #355a43; }
.category-4 > span { background: #e2d9d2; color: #6f4839; }
.category-5 > span { background: #d9d8e5; color: #494969; }

.collection { padding: 0 clamp(1rem,5vw,5rem) clamp(4rem,8vw,8rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2rem; }
.section-heading > span { color: var(--muted); font-size: .72rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem,2.5vw,2rem); }
.product-card { position: relative; min-width: 0; }
.product-card.reference::before { content: "Reference"; position: absolute; z-index: 3; top: .75rem; left: .75rem; padding: .4rem .6rem; background: var(--coral); color: #fff; font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-media-link { display: block; text-decoration: none; }
.product-image-wrap { position: relative; aspect-ratio: 1; overflow: hidden; background: #efeee9; }
.product-image-wrap > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.product-media-link:hover .product-image-wrap > img { transform: scale(1.025); }
.missing-product-image { width: 100%; height: 100%; min-height: 250px; display: grid; place-content: center; gap: .65rem; padding: 1rem; color: #65704f; text-align: center; background: linear-gradient(145deg,#efeee9,#dfe6d2); }
.missing-product-image span { font: 700 1.45rem Georgia, serif; }
.missing-product-image small { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.card-copy { padding: 1rem .1rem 0; }
.card-kicker { color: var(--muted); }
.card-copy h2 { min-height: 3.9em; margin: .35rem 0 .8rem; font-size: .92rem; line-height: 1.3; }
.card-meta { display: flex; justify-content: space-between; gap: .5rem; font-size: .76rem; }
.availability { color: #3e7147; font-size: .7rem; font-weight: 700; }
.availability::before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .35rem; border-radius: 50%; background: #4e8a55; }
.availability.unavailable { color: #8a514b; }
.availability.unavailable::before { background: #b96156; }
.card-action { display: inline-block; margin-top: .85rem; font-size: .72rem; font-weight: 800; text-underline-offset: 4px; }

.campaign-bands { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 0 1rem clamp(5rem,9vw,9rem); }
.campaign { min-height: 290px; padding: clamp(1.5rem,4vw,3.5rem); display: flex; flex-direction: column; justify-content: end; }
.campaign h2 { max-width: 460px; margin: 0 0 1.2rem; font-size: clamp(2rem,3.5vw,3.8rem); line-height: .95; letter-spacing: -.05em; }
.campaign a { font-size: .75rem; font-weight: 800; }
.matcha-campaign { background: linear-gradient(120deg, rgba(202,215,170,.9), transparent), #718853; }
.tea-campaign { color: #fff; background: linear-gradient(120deg, rgba(23,29,24,.92), transparent), #6f5c4c; }
.tea-campaign .eyebrow { color: #d8d1c4; }

.story-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; margin-bottom: clamp(5rem,10vw,10rem); }
.story-art { min-height: 600px; display: grid; place-items: center; background: linear-gradient(150deg, #edece8, #d4daca); }
.story-art::before { content:""; width: min(70%,420px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #99a976 0 32%, #f0ebdf 33% 56%, #17231b 57%); }
.story-art span { position: absolute; color: white; font-size: clamp(2.5rem,6vw,6rem); font-weight: 800; letter-spacing: -.08em; }
.story-copy { align-self: center; padding: clamp(3rem,8vw,8rem); }
.story-copy p:not(.eyebrow) { max-width: 590px; color: #4c4e48; line-height: 1.7; }
.text-action { display: inline-block; margin-top: 1rem; font-size: .78rem; font-weight: 800; text-underline-offset: 5px; }

.services { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--line); }
.services article { min-height: 190px; padding: 2rem; border-right: 1px solid var(--line); }
.services article:last-child { border-right: 0; }
.services article > span { display: block; font-size: 1.4rem; }
.services h2 { margin: 1.25rem 0 .45rem; font-size: .88rem; }
.services p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.prototype-banner { margin-top: 2rem; padding: 1.25rem; border-left: 4px solid var(--coral); background: #fff1ed; font-size: .78rem; line-height: 1.55; }

.site-footer { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 3rem; margin-top: 2rem; padding: clamp(3rem,7vw,7rem) clamp(1rem,5vw,5rem); border-top: 1px solid var(--line); }
.site-footer h2 { margin: 0 0 1rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; }
.site-footer p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.footer-brand .brand { display: inline-block; margin-bottom: 1rem; }

.breadcrumbs { max-width: 1440px; margin: 0 auto; padding: 2rem clamp(1rem,5vw,5rem) 0; display: flex; flex-wrap: wrap; gap: .5rem; color: var(--muted); font-size: .68rem; }
.product-detail { max-width: 1440px; margin: 0 auto; padding: 2rem clamp(1rem,5vw,5rem) clamp(5rem,9vw,9rem); display: grid; grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr); gap: clamp(2rem,6vw,7rem); align-items: start; }
.product-gallery { min-width: 0; display: grid; grid-template-columns: 74px minmax(0,1fr); gap: 1rem; }
.gallery-thumbnails { display: flex; flex-direction: column; gap: .75rem; max-height: 720px; overflow-y: auto; padding: 2px; }
.gallery-thumbnails button { min-height: 74px; padding: .4rem; border: 1px solid var(--line); border-radius: 0; background: #f5f4ef; font-size: .64rem; cursor: pointer; }
.gallery-thumbnails button.selected { border: 2px solid #111; }
.gallery-thumbnails img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-image-large { width: 100%; min-width: 0; min-height: 0; aspect-ratio: 1; }
.product-image-large > img { object-fit: contain; }
.product-copy { min-width: 0; padding-top: 1rem; overflow-wrap: anywhere; }
.product-detail h1 { margin: .35rem 0 1rem; max-width: 14ch; font-size: clamp(2.2rem,3.4vw,3.8rem); line-height: 1; letter-spacing: -.055em; }
.product-price-row { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.product-price-row strong { font-size: 1.2rem; }
.product-intro { color: #484b45; line-height: 1.6; }
.shopify-description { white-space: pre-line; }
.product-facts { padding: 1rem 0 1rem 1.1rem; color: var(--muted); font-size: .76rem; line-height: 1.7; }
.shopify-options { display: grid; gap: 1rem; margin: 1.5rem 0; }
.shopify-options fieldset { margin: 0; padding: 0; border: 0; }
.shopify-options legend { margin-bottom: .65rem; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.option-values { display: flex; flex-wrap: wrap; gap: .5rem; }
.option-values button { min-height: 42px; padding: .55rem .8rem; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: .7rem; cursor: pointer; }
.option-values button.selected { border: 2px solid #111; background: var(--wash); font-weight: 800; }
.option-values button:disabled { color: #999; text-decoration: line-through; cursor: not-allowed; opacity: .55; }
.prototype-cart { margin-top: 1rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.prototype-cart fieldset { border: 0; padding: .75rem 0 1.2rem; }
.prototype-cart legend, .select-label { font-size: .76rem; font-weight: 800; }
.choices { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .75rem; }
.choices label { min-width: 46px; min-height: 44px; display: grid; place-items: center; border: 1px solid #a5a79f; cursor: pointer; }
.choices input { position: absolute; opacity: 0; }
.choices label:has(input:checked) { border: 2px solid #111; background: var(--wash); }
.select-label { display: grid; gap: .55rem; }
select { width: 100%; min-height: 48px; padding: .7rem; border: 1px solid #a5a79f; border-radius: 0; background: white; color: var(--ink); }
.cart-actions { display: grid; gap: .8rem; margin: 1.25rem 0 .5rem; }
.add-button { width: 100%; }
.bag-count { font-size: .72rem; font-weight: 800; }
.cart-status { min-height: 2.6em; padding: .8rem; background: #eef3e5; font-size: .72rem; line-height: 1.45; }
.checkout-button, .non-reference-note button {
  width: 100%;
  min-height: 50px;
  padding: .8rem;
  border: 0;
  border-radius: 0;
  background: #e6e6e3;
  color: #8b8b86;
  font-weight: 750;
}
.non-reference-note button:not(:disabled) { background: #111; color: #fff; cursor: pointer; }
.selected-variant { margin: .75rem 0; font-size: .76rem; font-weight: 750; }
.cart-open { overflow: hidden; }
.cart-backdrop { position: fixed; z-index: 50; inset: 0; background: rgba(10,12,10,.45); }
.cart-drawer { position: fixed; z-index: 51; top: 0; right: 0; width: min(460px,100%); height: 100dvh; padding: 1.5rem; overflow-y: auto; background: #fff; box-shadow: -24px 0 60px rgba(0,0,0,.18); }
.cart-drawer[hidden], .cart-backdrop[hidden] { display: none; }
.cart-drawer > header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.cart-drawer h2 { margin: 0; font-size: 2rem; letter-spacing: -.05em; }
.cart-close { width: 44px; height: 44px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.cart-line { display: grid; grid-template-columns: 112px 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.cart-line > img { width: 112px; height: 112px; object-fit: cover; background: var(--wash); }
.cart-line p { margin: .35rem 0; color: var(--muted); font-size: .76rem; }
.quantity-control { display: inline-grid; grid-template-columns: 40px 44px 40px; align-items: center; margin-top: .7rem; border: 1px solid var(--line); text-align: center; }
.quantity-control button { height: 40px; border: 0; background: #fff; cursor: pointer; }
.remove-line, .continue-shopping { margin-top: .65rem; padding: .35rem 0; border: 0; background: transparent; font-size: .72rem; font-weight: 800; text-decoration: underline; cursor: pointer; }
.empty-cart { padding: 2rem 0; color: var(--muted); }
.cart-drawer > footer { padding-top: 1.5rem; }
.cart-subtotal { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .5rem; }
.drawer-checkout { width: 100%; min-height: 50px; margin-top: 1rem; border: 0; background: #111; color: #fff; font-weight: 800; cursor: pointer; }
.drawer-checkout:disabled { background: #e6e6e3; color: #8b8b86; cursor: not-allowed; }
.continue-shopping { display: block; margin: 1rem auto 0; }
.fine-print { color: var(--muted); font-size: .68rem; line-height: 1.5; }
.product-disclosure { margin-top: 1.5rem; border-block: 1px solid var(--line); }
.product-disclosure summary { min-height: 52px; display: flex; align-items: center; cursor: pointer; font-size: .75rem; font-weight: 800; }
.product-disclosure p { color: var(--muted); font-size: .74rem; line-height: 1.5; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .currency { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 4rem clamp(1.25rem,7vw,5rem); }
  .hero-art { min-height: 540px; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .category-row { grid-template-columns: repeat(5,minmax(105px,1fr)); overflow-x: auto; padding-bottom: 1rem; }
  .story-split { grid-template-columns: 1fr; }
  .story-art { min-height: 500px; }
  .services { grid-template-columns: 1fr 1fr; }
  .services article:nth-child(2) { border-right: 0; }
  .services article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1.5fr 1fr 1fr; }
  .site-footer > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .utility-bar { justify-content: center; text-align: center; }
  .utility-bar p:first-child { display: none; }
  .site-header { min-height: 64px; }
  .brand { font-size: 1.7rem; }
  .bag-link { display: none; }
  .hero { min-height: 0; }
  .hero-copy { padding: 3.5rem 1.25rem 2.5rem; }
  .hero h1 { font-size: clamp(3.2rem,15vw,5rem); }
  .hero-art { min-height: 430px; }
  .editorial-tiles, .campaign-bands { grid-template-columns: 1fr; }
  .editorial-tile { min-height: 310px; }
  .category-section { text-align: left; }
  .category-row { margin-inline: -1rem; padding-inline: 1rem; }
  .category { min-width: 112px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 1.4rem .75rem; }
  .product-image-wrap { min-height: 0; }
  .card-copy h2 { min-height: 5.1em; font-size: .78rem; }
  .card-meta { align-items: flex-start; flex-direction: column; }
  .story-art { min-height: 390px; }
  .story-copy { padding: 3rem 1.25rem; }
  .services { grid-template-columns: 1fr; }
  .services article { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer > div:last-child { grid-column: 1 / -1; }
  .product-detail { grid-template-columns: 1fr; padding-inline: 1rem; }
  .product-gallery { grid-template-columns: 1fr; }
  .gallery-thumbnails { flex-direction: row; order: 2; }
  .gallery-thumbnails button { min-width: 72px; }
  .product-image-large { min-height: 0; }
}

@media (max-width: 380px) {
  .product-grid { grid-template-columns: 1fr; }
  .card-copy h2 { min-height: 0; }
}

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