:root {
  --ink: #231c14;
  --paper: #f4f0e8;
  --paper-2: #faf8f3;
  --gold: #bd8b27;
  --gold-light: #d4b05b;
  --green: #18301d;
  --line: rgba(80, 61, 37, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper-2);
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  font-weight: 500;
  letter-spacing: .04em;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; }
.section-pad { padding-left: clamp(32px, 6.2vw, 110px); padding-right: clamp(32px, 6.2vw, 110px); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 120px;
  padding: 24px clamp(26px, 5vw, 88px);
  display: grid;
  grid-template-columns: 285px 1fr auto;
  align-items: start;
  gap: 36px;
  color: #fff;
  transition: background .35s, min-height .35s, padding .35s, box-shadow .35s;
}
.site-header--solid {
  min-height: 82px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(16, 14, 10, .96);
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
}
.brand { display: flex; align-items: center; gap: 16px; width: max-content; }
.brand-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy > small { font-size: 11px; letter-spacing: .18em; margin-bottom: 7px; }
.brand-copy b { font-size: 27px; font-weight: 500; letter-spacing: .13em; }
.brand-copy em { font-style: normal; font-size: 9px; text-align: center; margin: 6px 0; letter-spacing: .45em; }
.brand-copy > span { color: var(--gold-light); font-family: Georgia, serif; font-size: 12px; letter-spacing: .22em; }
.brand-copy > span small { display: block; font-size: 7px; margin-top: 4px; text-align: center; }
.main-nav { display: flex; justify-content: center; gap: clamp(14px, 1.55vw, 28px); padding-top: 16px; white-space: nowrap; }
.main-nav a { font-size: 13px; transition: color .2s; position: relative; }
.main-nav a:first-child { color: var(--gold-light); }
.main-nav a:first-child::after { content: ""; position: absolute; left: 0; right: 0; bottom: -15px; height: 1px; background: var(--gold); }
.main-nav a:hover { color: var(--gold-light); }
.header-actions { display: grid; grid-template-columns: 134px; grid-template-rows: 32px 37px; gap: 8px; align-items: center; justify-items: end; }
.cart-button, .menu-button { border: 0; background: transparent; color: #fff; cursor: pointer; }
.cart-button { display: flex; align-items: center; gap: 7px; position: relative; padding: 0; white-space: nowrap; }
.cart-symbol {
  display: block;
  flex: 0 0 31px;
  width: 31px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.cart-label { font-size: 12px; }
.cart-button strong { position: absolute; left: 13px; top: -5px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); font: 700 10px/1 Arial; }
.store-link { grid-column: 1; min-width: 134px; height: 37px; padding: 0 15px; display: grid; place-items: center; background: var(--gold); font-size: 11px; letter-spacing: .1em; white-space: nowrap; }
.store-link--mobile, .menu-button { display: none; }

.hero { position: relative; min-height: min(770px, 76vw); height: 100vh; max-height: 900px; color: #fff; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.36), rgba(0,0,0,.05) 50%, rgba(0,0,0,.18)), linear-gradient(180deg, rgba(0,0,0,.42), transparent 30%, rgba(0,0,0,.2)); }
.hero-content { position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; gap: 70px; padding-top: 90px; }
.vertical { writing-mode: vertical-rl; text-orientation: upright; margin: 0; font-weight: 400; letter-spacing: .2em; line-height: 1.65; }
h1.vertical { height: 430px; font-size: clamp(32px, 3.1vw, 54px); }
h1.vertical span { display: block; white-space: nowrap; }
.vertical--sub { height: 235px; font-size: 19px; order: -1; line-height: 1.8; }
.hero-cta { position: absolute; left: 50%; bottom: 70px; transform: translateX(-50%); display: flex; gap: 22px; }
.button { min-width: 205px; height: 58px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; font-size: 14px; transition: background .25s, color .25s, border .25s; }
.button span, .text-button span { font-size: 25px; line-height: 0; }
.button--gold { background: var(--gold); border: 1px solid var(--gold); }
.button--gold:hover { background: #d0a344; border-color: #d0a344; }
.button--outline { border: 1px solid rgba(255,255,255,.7); background: rgba(15,13,10,.2); backdrop-filter: blur(3px); }
.button--outline:hover { background: #fff; color: var(--ink); }
.scroll-cue { position: absolute; right: 32px; bottom: 35px; display: flex; flex-direction: column; align-items: center; gap: 8px; font: 8px/1 Arial; letter-spacing: .18em; }
.scroll-cue i { height: 55px; width: 1px; background: linear-gradient(#fff, transparent); }

.season { min-height: 350px; display: grid; grid-template-columns: 37% 63%; background: #f6f3ec; }
.season-copy { padding-top: 50px; padding-bottom: 45px; background-image: radial-gradient(rgba(90,70,40,.07) .6px, transparent .6px); background-size: 5px 5px; }
.eyebrow { margin: 0 0 13px; color: var(--gold); font-size: 12px; letter-spacing: .17em; }
.season-copy .eyebrow { font-size: 20px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.season-copy h2 { font-size: 24px; font-weight: 500; margin: 22px 0 14px; }
.season-copy > p:not(.eyebrow) { font-size: 13px; line-height: 2; margin-bottom: 24px; }
.text-button { width: 168px; height: 44px; border: 1px solid var(--line); background: #fff; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; transition: border-color .2s, color .2s; }
.text-button:hover { color: var(--gold); border-color: var(--gold); }
.season-visual { position: relative; min-height: 350px; overflow: hidden; }
.season-visual img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.season-label { position: absolute; bottom: 24px; display: flex; flex-direction: column; font-size: 12px; }
.season-label span { color: #7b6244; font-size: 11px; margin-top: 6px; }
.season-label--left { left: 23%; }
.season-label--right { left: 68%; }

.duality { display: grid; grid-template-columns: 1fr 350px 1fr; min-height: 365px; }
.duality-card { position: relative; overflow: hidden; color: #fff; }
.duality-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.duality-card:hover img { transform: scale(1.03); }
.duality-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,19,8,.68), rgba(7,19,8,.16)); }
#coffee .duality-overlay { background: linear-gradient(90deg, rgba(25,12,4,.55), rgba(25,12,4,.3)); }
.duality-copy { position: relative; z-index: 1; padding: 58px clamp(32px, 6vw, 96px); }
.duality-copy h2 { font-weight: 400; font-size: 30px; margin: 0 0 12px; }
.duality-copy h3 { font-weight: 400; font-size: 20px; margin: 0 0 23px; }
.duality-copy p { font-size: 12px; line-height: 2; margin-bottom: 28px; }
.duality-copy a { font-size: 13px; }
.duality-copy a span { margin-left: 12px; font-size: 20px; }
.duality-message { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #f8f5ef; padding: 35px 25px; }
.duality-message h2 { font-weight: 500; font-size: 27px; line-height: 1.55; margin: 0 0 18px; }
.duality-message > p:last-of-type { font-size: 11px; line-height: 2; margin: 0; }
.leaf-mark { color: var(--gold); font-size: 44px; margin-top: 18px; transform: rotate(-20deg); }

.products { padding-top: 46px; padding-bottom: 48px; background: #f8f6f1; }
.section-title { display: flex; align-items: center; margin-bottom: 25px; }
.section-title > span { width: 45px; height: 1px; background: var(--gold); margin-right: 18px; }
.section-title .eyebrow { margin-bottom: 3px; font-size: 9px; }
.section-title h2 { font-size: 22px; font-weight: 500; margin: 0; letter-spacing: .15em; }
.section-title > a { margin-left: auto; align-self: flex-end; font-size: 12px; }
.section-title > a span { margin-left: 10px; font-size: 20px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 36px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { border: 1px solid var(--line); background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(57,41,22,.1); }
.product-image { aspect-ratio: 1.15; overflow: hidden; background: #f3eee5; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 16px 14px 14px; }
.product-body h3 { font-size: 14px; margin: 0 0 7px; font-weight: 600; }
.product-body p { margin: 0 0 12px; color: #927747; font-size: 10px; }
.product-body > div { display: flex; align-items: baseline; }
.product-body b { font-size: 14px; }
.product-body small { font-size: 9px; }
.product-body button { margin-left: auto; width: 31px; height: 31px; border: 1px solid var(--line); color: var(--gold); background: #fff; cursor: pointer; font-size: 20px; transition: .2s; }
.product-body button:hover { color: #fff; background: var(--gold); border-color: var(--gold); }
.gift-card { position: relative; overflow: hidden; min-height: 315px; background: #ebe6db; }
.gift-card > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.gift-card::after { content: ""; position: absolute; inset: 0; background: rgba(249,246,239,.83); }
.gift-card-copy { position: relative; z-index: 1; text-align: center; display: flex; height: 100%; align-items: center; flex-direction: column; justify-content: center; padding: 25px; }
.gift-icon { color: var(--gold); font-size: 34px; }
.gift-card h2 { font-size: 19px; line-height: 1.55; font-weight: 500; margin: 8px 0 13px; }
.gift-card p { font-size: 11px; line-height: 1.9; margin: 0 0 18px; }
.gift-card .text-button { width: 178px; }

.benefits { border-top: 1px solid var(--line); min-height: 130px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; background: #faf8f4; }
.benefits > div { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 70px; border-right: 1px solid var(--line); }
.benefits > div:last-child { border: 0; }
.benefits span { color: var(--gold); font-size: 40px; }
.benefits p { margin: 0; display: flex; flex-direction: column; }
.benefits b { font-size: 14px; margin-bottom: 7px; }
.benefits small { font-size: 10px; line-height: 1.7; }

.shop-news { display: grid; grid-template-columns: 1.05fr .95fr 1.25fr; min-height: 290px; background: #f4f0e8; }
.shop-image { overflow: hidden; }
.shop-image img { width: 100%; height: 100%; object-fit: cover; }
.shop-copy { padding-top: 38px; padding-bottom: 35px; border-right: 1px solid var(--line); }
.shop-copy .eyebrow, .news .eyebrow { font-size: 18px; color: var(--ink); padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.shop-copy h2 { font-size: 16px; font-weight: 500; margin: 16px 0 10px; }
.shop-copy > p:not(.eyebrow) { font-size: 11px; line-height: 1.9; margin-bottom: 18px; }
.shop-copy .text-button { width: 168px; }
.news { padding-top: 38px; padding-bottom: 35px; }
.news ul { list-style: none; margin: 0; padding: 0; }
.news li { display: grid; grid-template-columns: 92px 1fr; gap: 14px; font-size: 11px; padding: 6px 0; }
.news li time { color: #796d5c; font-variant-numeric: tabular-nums; }
.news li a:hover { color: var(--gold); }
.news-more { display: block; text-align: right; margin-top: 19px; font-size: 11px; }
.news-more span { font-size: 20px; margin-left: 8px; }

.site-footer { background: #15130f; color: #eee8dc; min-height: 260px; padding: 36px clamp(38px, 7vw, 120px); display: grid; grid-template-columns: 270px 1fr 270px; gap: 55px; }
.brand--compact { transform: scale(.88); transform-origin: left top; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; gap: 8px; }
.footer-links b { color: #fff; font-size: 11px; margin-bottom: 3px; }
.footer-links a { font-size: 10px; color: #aaa399; }
.footer-links a:hover { color: var(--gold-light); }
.footer-meta { text-align: right; color: #a8a096; display: flex; flex-direction: column; align-items: flex-end; }
.socials { display: flex; gap: 24px; color: #fff; font-family: Arial, sans-serif; font-size: 20px; margin-bottom: 42px; }
.footer-meta p { font-size: 8px; line-height: 1.8; white-space: nowrap;}
.footer-meta small { font-size: 9px; margin-top: 12px; }
.cart-notice { position: fixed; z-index: 80; left: 50%; bottom: 28px; transform: translate(-50%, 24px); padding: 13px 22px; background: #1b1812; color: #fff; border: 1px solid var(--gold); opacity: 0; pointer-events: none; font-size: 12px; transition: .25s; }
.cart-notice--visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 240px 1fr auto; gap: 20px; padding-left: 28px; padding-right: 28px; }
  .brand-mark { width: 60px; height: 60px; }
  .brand-copy b { font-size: 22px; }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 11px; }
  .duality { grid-template-columns: 1fr 270px 1fr; }
  .product-layout { grid-template-columns: 1fr; }
  .gift-card { min-height: 250px; }
  .gift-card > img { object-position: center 45%; }
}

@media (max-width: 900px) {
  .site-header, .site-header--solid { min-height: 76px; padding: 10px 18px; display: flex; align-items: center; justify-content: space-between; background: rgba(15,13,10,.94); }
  .brand-mark { width: 48px; height: 48px; }
  .brand-copy > small, .brand-copy em, .brand-copy > span { display: none; }
  .brand-copy b { font-size: 19px; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: flex; flex-direction: column; align-items: center; gap: 0; padding: 18px 24px 28px; background: rgba(15,13,10,.98); transform: translateY(-130%); transition: transform .35s; }
  .main-nav--open { transform: translateY(0); }
  .main-nav a { width: 100%; padding: 12px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: center; font-size: 12px; }
  .main-nav a:first-child::after { display: none; }
  .store-link--mobile { display: grid !important; width: 220px !important; margin-top: 14px; }
  .header-actions { display: flex; }
  .header-actions > .store-link, .cart-label { display: none; }
  .cart-button { width: 42px; }
  .menu-button { width: 35px; height: 35px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 4px; }
  .menu-button span { width: 100%; height: 1px; background: #fff; }
  .hero { min-height: 660px; max-height: 760px; }
  .hero > img { object-position: 52% center; }
  .hero-content { gap: 25px; padding-top: 55px; }
  h1.vertical { font-size: 31px; height: 320px; }
  .vertical--sub { font-size: 14px; height: 210px; }
  .hero-cta { bottom: 42px; gap: 10px; width: calc(100% - 36px); }
  .button { flex: 1; min-width: 0; height: 50px; padding: 0 16px; font-size: 11px; }
  .scroll-cue { display: none; }
  .season { grid-template-columns: 1fr; }
  .season-copy { order: 2; }
  .season-visual { min-height: 330px; }
  .duality { grid-template-columns: 1fr; }
  .duality-card { min-height: 360px; }
  .duality-message { min-height: 300px; order: 2; }
  #coffee { order: 3; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits { grid-template-columns: repeat(2, 1fr); padding-top: 15px; padding-bottom: 15px; }
  .benefits > div:nth-child(2) { border-right: 0; }
  .shop-news { grid-template-columns: 1fr 1fr; }
  .shop-image { min-height: 300px; grid-column: 1 / 3; }
  .site-footer { grid-template-columns: 1fr; gap: 30px; }
  .footer-meta { align-items: flex-start; text-align: left; }
  .socials { margin-bottom: 16px; }
}

@media (max-width: 560px) {
  .section-pad { padding-left: 22px; padding-right: 22px; }
  .hero > img { object-position: 51% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.08) 55%, rgba(0,0,0,.38)); }
  .vertical--sub { display: none; }
  .hero-content { justify-content: flex-start; padding-left: 22%; }
  h1.vertical { font-size: 28px; }
  .season-copy h2 { font-size: 20px; line-height: 1.6; }
  .season-visual { min-height: 260px; }
  .season-label { bottom: 12px; font-size: 9px; }
  .season-label span { font-size: 8px; }
  .season-label--left { left: 13%; }
  .season-label--right { left: 59%; }
  .duality-copy { padding: 45px 28px; }
  .duality-copy h3 { font-size: 17px; }
  .section-title > a { display: none; }
  .product-grid { gap: 9px; }
  .product-image { aspect-ratio: 1; }
  .product-body { padding: 12px 10px; }
  .product-body h3 { font-size: 12px; min-height: 30px; }
  .product-body b { font-size: 12px; }
  .benefits > div { justify-content: flex-start; gap: 12px; padding: 10px 6px; }
  .benefits span { font-size: 28px; }
  .benefits b { font-size: 12px; }
  .benefits small { font-size: 9px; }
  .shop-news { grid-template-columns: 1fr; }
  .shop-image { grid-column: auto; min-height: 250px; }
  .shop-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-links { grid-template-columns: repeat(2, 1fr); row-gap: 25px; }
  .site-footer { padding-left: 28px; padding-right: 28px; }
}

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