:root {
  --paper: #f8f4eb;
  --paper-deep: #eee5d1;
  --ink: #403b31;
  --muted: #746d5d;
  --honey: #b97d26;
  --gold: #cfaa61;
  --sage: #75816a;
  --line: rgba(83, 72, 49, .18);
  --serif: "Cormorant Garamond", "Iowan Old Style", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --japanese: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", "Noto Serif JP", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--japanese); font-size: 16px; line-height: 1.9; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: -100%; left: 1rem; padding: .45rem 1rem; background: var(--ink); color: #fff; font-family: var(--sans); font-size: .875rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 5; top: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1.25rem clamp(1.25rem, 4vw, 4rem); border-bottom: 1px solid rgba(151, 112, 42, .16); background: rgba(250, 247, 239, .98); color: #60481e; font-family: var(--sans); }
.brand { font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 1.9rem); font-weight: 500; letter-spacing: .03em; line-height: 1; }
.site-header nav { display: flex; gap: 2rem; font-size: .8rem; letter-spacing: .09em; }
.site-header nav a, .header-cta { transition: opacity .2s ease; }
.site-header nav a:hover, .header-cta:hover { opacity: .68; }
.header-cta { border: 1px solid rgba(171, 124, 43, .6); padding: .46rem .9rem .38rem; font-size: .75rem; letter-spacing: .08em; }

.hero { position: relative; min-height: 0; height: auto; overflow: hidden; background: #f8f3e7; color: var(--ink); }
.hero-image { position: relative; width: 100%; height: auto; object-fit: contain; filter: none; }
.hero-wash { display: none; }
.hero-copy { display: none; }
.eyebrow { margin: 0 0 1.25rem; color: var(--honey); font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .2em; line-height: 1.4; }
.hero .eyebrow { color: #e6cc92; }
.hero-kicker { margin: 0 0 1.05rem; font-size: clamp(1rem, 1.45vw, 1.2rem); line-height: 2; letter-spacing: .08em; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 7.5rem); font-weight: 400; letter-spacing: -.04em; line-height: .86; }
.hero-product { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: .1rem .7rem; width: fit-content; margin-top: 1.9rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.55); }
.hero-product span { grid-column: 1 / -1; font-size: .8rem; letter-spacing: .12em; }
.hero-product strong { font-size: 1.65rem; font-weight: 400; letter-spacing: .17em; }
.hero-product small { font-size: .72rem; letter-spacing: .15em; }
.text-link { display: inline-flex; align-items: center; gap: 1.1rem; width: fit-content; margin-top: 2.1rem; padding-bottom: .55rem; border-bottom: 1px solid currentColor; font-family: var(--sans); font-size: .78rem; letter-spacing: .1em; }
.text-link span { font-size: 1rem; transition: transform .2s ease; }
.text-link:hover span, .button:hover span, .product-card a:hover span { transform: translateX(.35rem); }
.hero-scroll { display: none; }
.hero-scroll span { display: block; width: 1px; height: 3rem; background: #fff; }

.section-pad { padding: clamp(5.5rem, 12vw, 11rem) clamp(1.5rem, 8vw, 9rem); }
.section-heading h2, .rarity h2, .brand-story h2, .closing h2 { margin: 0; font-size: clamp(2rem, 3.8vw, 3.75rem); font-weight: 400; letter-spacing: .05em; line-height: 1.5; }
.intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(19rem, 1fr); gap: clamp(3rem, 12vw, 12rem); max-width: 94rem; margin: auto; }
.intro .section-heading { padding-top: .2rem; }
.intro .prose { font-size: clamp(1rem, 1.35vw, 1.14rem); letter-spacing: .075em; }
.prose p { margin: 0; }
.prose-note { margin-top: 3.5rem !important; color: var(--sage); font-size: .9rem; line-height: 2.2; }

.rarity { display: grid; grid-template-columns: minmax(16rem, 1fr) minmax(22rem, 1fr); align-items: center; gap: clamp(3rem, 11vw, 12rem); background: #ebe2cd; }
.rarity-image { position: relative; min-height: 36rem; overflow: hidden; background: #d7c7a9; }
.rarity-image img { width: 100%; height: 100%; min-height: 36rem; object-fit: cover; object-position: 45% 50%; filter: saturate(.73) sepia(.08); }
.rarity-copy > p:not(.eyebrow) { margin: 2rem 0 0; font-size: 1rem; letter-spacing: .06em; }
.rule-mark { display: flex; align-items: center; gap: 1rem; margin-top: 3.3rem; color: var(--sage); font-size: .82rem; letter-spacing: .18em; }
.rule-mark::before { display: block; width: 2.5rem; height: 1px; background: currentColor; content: ""; }

.qualities { max-width: 94rem; margin: auto; }
.centered { text-align: center; }
.lead { margin: 1.4rem 0 0; color: var(--muted); font-size: .9rem; letter-spacing: .06em; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(3rem, 6vw, 5rem); background: var(--line); border: 1px solid var(--line); }
.quality-card { min-height: 17rem; padding: 2rem 2rem 1.75rem; background: var(--paper); }
.card-number { display: block; color: var(--gold); font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.quality-card h3 { margin: 2.4rem 0 1.1rem; font-size: 1.2rem; font-weight: 400; letter-spacing: .08em; line-height: 1.6; }
.quality-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 2; }

.products { background: #f1ecdf; }
.products .section-heading { max-width: 60rem; margin: auto; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 3rem); max-width: 86rem; margin: clamp(3.5rem, 7vw, 6.5rem) auto 0; }
.product-card { display: flex; flex-direction: column; min-width: 0; }
.product-photo { aspect-ratio: 1 / 1.12; overflow: hidden; background: #e0d3b8; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; transition: transform .55s ease; filter: saturate(.8) contrast(.96); }
.product-photo.clean-shot { background: #fff; }
.product-photo.clean-shot img { object-fit: contain; object-position: center; filter: none; }
.product-card:hover .product-photo img { transform: scale(1.025); }
.product-copy { display: flex; justify-content: space-between; align-items: baseline; gap: .75rem; padding-top: 1.35rem; }
.product-name { margin: 0; font-size: 1.1rem; letter-spacing: .09em; white-space: nowrap; }
.product-name span { padding-left: .25rem; font-family: var(--serif); font-size: 1rem; letter-spacing: .02em; }
.price { margin: 0; color: var(--honey); font-family: var(--serif); font-size: 1.25rem; letter-spacing: .03em; white-space: nowrap; }
.price small { color: var(--muted); font-family: var(--japanese); font-size: .63rem; letter-spacing: .01em; }
.product-card > a { display: inline-flex; align-items: center; gap: .8rem; width: fit-content; margin-top: 1rem; padding-bottom: .35rem; border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: .72rem; letter-spacing: .1em; }
.product-card > a span { transition: transform .2s ease; }

.brand-story { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; overflow: hidden; min-height: 37rem; background: #71806b; color: #fffbf0; }
.brand-story::after { position: absolute; top: 50%; right: -9%; width: min(47vw, 42rem); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; transform: translateY(-50%); }
.brand-story-copy { position: relative; z-index: 1; }
.brand-story .eyebrow { color: #d9c38d; }
.brand-story-copy > p:not(.eyebrow) { margin: 2.3rem 0 0; font-size: 1rem; letter-spacing: .06em; }
.brand-signature { position: relative; z-index: 1; width: clamp(12rem, 22vw, 20rem); margin-right: clamp(0rem, 6vw, 8rem); color: #e9dfca; font-family: var(--serif); line-height: .67; text-align: center; }
.brand-signature span { display: block; font-size: clamp(3.7rem, 7vw, 6.7rem); font-style: italic; letter-spacing: -.1em; }
.brand-signature b { display: block; padding-left: 2rem; font-size: clamp(3.3rem, 6vw, 5.7rem); font-weight: 400; letter-spacing: -.09em; }

.closing { padding: clamp(5.5rem, 11vw, 10rem) 1.5rem; background: var(--paper-deep); text-align: center; }
.closing-inner { max-width: 45rem; margin: auto; }
.closing .eyebrow { color: var(--honey); }
.closing-inner > p:not(.eyebrow) { margin: 1.8rem 0 0; font-size: .92rem; letter-spacing: .06em; }
.closing-actions { display: flex; justify-content: center; gap: 1rem; margin-top: 2.7rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.3rem; min-width: 10.5rem; padding: .9rem 1.3rem .8rem; font-family: var(--sans); font-size: .76rem; letter-spacing: .1em; transition: background .2s ease, color .2s ease, border .2s ease; }
.button span { transition: transform .2s ease; }
.button.primary { border: 1px solid var(--honey); background: var(--honey); color: #fffdf7; }
.button.primary:hover { background: transparent; color: var(--honey); }
.button.secondary { border: 1px solid var(--ink); }
.button.secondary:hover { border-color: var(--sage); background: var(--sage); color: #fffdf7; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 1.8rem clamp(1.5rem, 5vw, 5rem); background: #3f4238; color: #eee8dc; }
.site-footer .brand { font-size: 1.38rem; }
.site-footer p, .site-footer small { margin: 0; font-family: var(--sans); font-size: .67rem; letter-spacing: .08em; }
.site-footer small { text-align: right; color: rgba(255,255,255,.6); }

.reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity .8s cubic-bezier(.2,.65,.2,1), transform .8s cubic-bezier(.2,.65,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 720px) {
  .site-header { padding: 1rem 1.25rem; }
  .site-header nav { display: none; }
  .header-cta { border-color: var(--honey); background: var(--honey); color: #fffdf8; font-size: .67rem; }
  .hero { min-height: 0; height: auto; overflow: visible; }
  .hero-image { position: relative; width: 100%; height: auto; object-fit: contain; }
  .hero-wash { display: none; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 0; max-width: none; padding: 2.6rem 1.5rem 3.5rem; background: linear-gradient(180deg, #fbf7ee 0%, #f4ead7 100%); color: var(--ink); text-align: center; }
  .hero .eyebrow { color: var(--honey); }
  .hero-kicker { margin-bottom: .8rem; font-size: .95rem; line-height: 1.9; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5rem); color: #7f5a24; }
  .hero-product { justify-content: center; border-color: var(--line); }
  .text-link.light { color: var(--ink); }
  .hero-scroll { display: none; }
  .intro, .rarity { grid-template-columns: 1fr; gap: 2.9rem; }
  .intro .prose { font-size: 1rem; }
  .rarity { padding-top: 0; padding-left: 0; padding-right: 0; }
  .rarity-image { min-height: 26rem; }
  .rarity-image img { min-height: 26rem; object-position: 50% 47%; }
  .rarity-copy { padding: 0 1.5rem; }
  .qualities { padding-left: 1.25rem; padding-right: 1.25rem; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-card { min-height: 0; padding: 1.8rem 1.5rem; }
  .quality-card h3 { margin: 1.2rem 0 .85rem; }
  .products { padding-left: 1.25rem; padding-right: 1.25rem; }
  .product-grid { grid-template-columns: 1fr; gap: 3.2rem; max-width: 28rem; }
  .product-photo { aspect-ratio: 1 / 1.05; }
  .product-photo img { object-position: 50% 49%; }
  .brand-story { align-items: flex-start; min-height: 34rem; padding-top: 5.5rem; }
  .brand-story::after { top: auto; right: -22%; bottom: -19%; width: 25rem; transform: none; }
  .brand-story h2 { font-size: clamp(1.8rem, 7.5vw, 2.4rem); }
  .brand-signature { position: absolute; right: 1.35rem; bottom: 2.9rem; width: 10rem; margin: 0; }
  .brand-signature span { font-size: 3.2rem; }
  .brand-signature b { font-size: 2.8rem; }
  .closing h2 { font-size: 2rem; }
  .closing-actions { flex-direction: column; align-items: stretch; max-width: 19rem; margin-left: auto; margin-right: auto; }
  .site-footer { grid-template-columns: 1fr auto; padding: 1.7rem 1.25rem; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
}
