@font-face {
  font-family: "Material Symbols Outlined";
  src: url("../fonts/material-symbols-outlined.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 400;
  font-display: block;
}

:root {
  --font: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --ink: #181818;
  --muted: #686868;
  --line: #e3e3e1;
  --soft: #f7f7f5;
  --paper: #fff;
  --danger: #a8171d;
  --shell: 1280px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { padding: 0; border: 0; background: none; cursor: pointer; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid #1f6aa5; outline-offset: 3px; }

.material-symbols-outlined {
  display: inline-block;
  direction: ltr;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: "liga";
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
}
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: #111; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.shipping-bar {
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #111;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}
.site-header { position: sticky; z-index: 60; top: 0; height: 92px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.header-inner { height: 100%; display: grid; grid-template-columns: 185px minmax(0,1fr) 204px; align-items: center; gap: 24px; }
.brand { width: max-content; display: inline-flex; flex-direction: column; justify-content: center; transition: color .2s ease; }
.brand:hover, .brand:focus-visible { color: #8a3a24; }
.brand__kanji { font-size: 26px; font-weight: 600; letter-spacing: .16em; line-height: 1.05; }
.brand__latin { margin-top: 5px; color: var(--muted); font-family: Georgia, serif; font-size: 10px; letter-spacing: .24em; line-height: 1; }
.desktop-nav { height: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); white-space: nowrap; }
.nav-item { display: flex; }
.nav-item--mega { height: 100%; align-items: center; }
.nav-link { position: relative; min-height: 48px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; letter-spacing: .06em; }
.nav-link--has-menu { gap: 5px; }
.nav-link--has-menu svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.nav-link--has-menu[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav-link::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover::after, .nav-link:focus-visible::after, .nav-link[aria-expanded="true"]::after { transform: scaleX(1); }
.header-actions { display: flex; justify-content: flex-end; gap: 2px; }
.icon-button { position: relative; width: 48px; height: 48px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 50%; transition: color .2s ease, background-color .22s ease; }
.icon-button:hover, .icon-button:focus-visible { color: #8a3a24; background: rgba(25,25,21,.05); }
.icon-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.favorite-button svg { stroke-width: 1.35; }
.cart-count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; display: grid; place-items: center; padding-inline: 4px; border-radius: 99px; color: #fff; background: var(--danger); font-size: 10px; font-weight: 700; line-height: 1; }
.mobile-menu-button { display: none; }

.mega-menu { position: absolute; z-index: 70; top: 100%; left: 0; width: 100%; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 24px 45px rgba(0,0,0,.1); white-space: normal; }
.mega-menu__inner { display: block; padding-block: 30px 38px; }
.eyebrow { margin: 0; font: 600 10px/1.4 Georgia, serif; letter-spacing: .22em; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.mega-menu__categories { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.mega-category { min-width: 0; overflow-wrap: anywhere; }
.mega-category h3 { margin: 0; font-size: 15px; }
.mega-category h3 a { min-height: 52px; display: flex; align-items: center; }
.mega-category ul { padding: 0; margin: 0; list-style: none; }
.mega-category > ul > li > a { min-height: 40px; display: flex; align-items: center; color: #555; font-size: 13px; }
.mega-level-two > ul { padding: 0 0 8px 16px; border-left: 1px solid var(--line); }
.mega-level-two > ul a { min-height: 34px; display: flex; align-items: center; color: #777; font-size: 12px; }
.mega-category a { transition: color .18s ease, transform .18s ease; }
.mega-category a:hover, .mega-category a:focus-visible { color: #8a3a24; transform: translateX(3px); }

.search-panel { position: absolute; top: 100%; left: 0; width: 100%; padding-block: 24px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.08); }
.search-form { display: grid; grid-template-columns: 130px minmax(0,1fr); align-items: center; gap: 20px; }
.search-form label { font-size: 14px; font-weight: 600; }
.search-field { height: 52px; display: grid; grid-template-columns: 48px minmax(0,1fr) 88px; align-items: center; border: 1px solid #bbb; transition: border-color .2s, box-shadow .2s; }
.search-field:focus-within { border-color: #222; box-shadow: 0 0 0 2px rgba(0,0,0,.08); }
.search-field .material-symbols-outlined { justify-self: center; }
.search-field input { min-width: 0; height: 100%; padding: 0 8px; border: 0; outline: none; background: transparent; }
.search-field button { height: 100%; color: #fff; background: #171717; font-size: 13px; font-weight: 600; }

.cart-wrap { position: relative; }
.cart-wrap.is-open::after { position: absolute; z-index: 79; top: 100%; right: 0; width: 420px; height: 10px; content: ""; }
.cart-popover { position: absolute; z-index: 80; top: calc(100% + 8px); right: 0; width: 420px; max-height: min(720px, calc(100vh - 100px)); display: flex; flex-direction: column; padding: 22px 24px 24px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 48px rgba(0,0,0,.12); font-size: 13px; }
.cart-popover::before { position: absolute; top: -8px; right: 18px; width: 15px; height: 15px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); content: ""; background: #fff; transform: rotate(45deg); }
.cart-popover-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.cart-popover-head h2 { margin: 0; font-size: inherit; }
.cart-items { min-height: 0; max-height: min(420px, calc(100vh - 300px)); flex: 1 1 auto; padding: 6px 0; margin: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: #aaa59b transparent; scrollbar-gutter: stable; scrollbar-width: thin; list-style: none; }
.cart-items:focus-visible { outline: 1px solid var(--ink); outline-offset: 3px; }
.cart-item { display: grid; grid-template-columns: 86px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid #e8e3da; }
.cart-item img { width: 86px; height: 104px; object-fit: contain; object-position: center; background: #f3f3f1; }
.cart-item-name { margin: 0 0 9px; font-size: 14px; font-weight: 600; line-height: 1.55; }
.cart-item-option { margin: 2px 0 0; color: #68665f; font-size: 12px; }
.cart-item-price { align-self: center; margin: 0; font: 600 13px/1.7 Arial,sans-serif; text-align: right; white-space: nowrap; }
.cart-total { display: flex; align-items: center; justify-content: space-between; padding: 18px 0 14px; font-size: 15px; font-weight: 600; }
.cart-total strong { font: 600 20px/1 Arial,sans-serif; }
.cart-view { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; color: #fff; background: #292a25; font-weight: 600; transition: background-color .22s ease, transform .22s ease; }
.cart-view:hover, .cart-view:focus-visible { background: #474840; transform: translateY(-2px); }

.drawer-backdrop { position: fixed; z-index: 90; inset: 0; background: rgba(0,0,0,.4); }
.mobile-drawer { position: fixed; z-index: 100; top: 0; right: 0; width: min(390px, 92vw); height: 100dvh; overflow-y: auto; background: #fff; box-shadow: -24px 0 45px rgba(0,0,0,.18); }
.drawer-head { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px 0 24px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 600; }
.drawer-nav { padding: 12px 24px 40px; }
.drawer-nav > a, .drawer-nav summary { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; cursor: pointer; }
.drawer-nav details a { min-height: 44px; display: flex; align-items: center; padding-left: 18px; color: #555; font-size: 13px; }
.drawer-nav details details { padding-left: 18px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 30px; font-size: 13px; font-weight: 600; letter-spacing: .12em; transition: color .2s, background-color .2s, border-color .2s; }
.button--outline { border: 1px solid currentColor; }
.button--outline:hover, .button--outline:focus-visible { color: #111; border-color: #fff; background: #fff; }
.button--dark { width: 100%; color: #fff; background: #171717; }

.hero { height: min(680px, calc(100vh - 124px)); min-height: 560px; background: #17212a; }
.hero > .hero-swiper,
.hero > .hero-swiper > .swiper-wrapper,
.hero > .hero-swiper > .swiper-wrapper > .hero-slide { height: 100%; }
.hero-slide { position: relative; overflow: hidden; }
.hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide:nth-child(2) > img { object-position: center 56%; }
.hero-slide__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,13,18,.72) 0%,rgba(5,13,18,.48) 34%,rgba(5,13,18,.1) 62%,rgba(5,13,18,.08)); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding-left: 74px; color: #fff; }
.hero-content > div { max-width: 510px; }
.hero-content h1, .hero-content h2 { margin: 20px 0 18px; font-size: clamp(38px,4vw,58px); font-weight: 400; line-height: 1.45; letter-spacing: .12em; }
.hero-content > div > p:not(.eyebrow) { margin: 0 0 34px; font-size: 15px; letter-spacing: .11em; }
.swiper-button-prev::after, .swiper-button-next::after { display: none; }
.hero-arrow, .rail-arrow { width: 46px; height: 46px; display: grid; place-items: center; margin: 0; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; color: #fff; background: rgba(20,20,20,.28); opacity: 0; pointer-events: none; transform: translateY(-50%); transition: opacity .2s, color .2s, background .2s, border-color .2s; }
.hero-arrow { top: 50%; }
.hero-arrow.swiper-button-prev { left: 24px; }
.hero-arrow.swiper-button-next { right: 24px; }
.hero:hover .hero-arrow, .hero:focus-within .hero-arrow, .hero-arrow:focus-visible { opacity: 1; pointer-events: auto; }
.hero-arrow:hover { color: #111; border-color: #fff; background: #fff; }
.hero-pagination { bottom: 14px; display: flex; align-items: center; justify-content: center; gap: 0; padding: 0; }
.hero-pagination .swiper-pagination-bullet { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 0; background: transparent; opacity: 1; }
.hero-pagination .swiper-pagination-bullet::before { width: 8px; height: 8px; border: 1px solid rgba(255,255,255,.88); border-radius: 999px; content: ''; background: rgba(255,255,255,.45); transition: width .2s ease, background-color .2s ease, transform .2s ease; }
.hero-pagination .swiper-pagination-bullet-active::before { width: 26px; background: #fff; }
.hero-pagination .swiper-pagination-bullet:hover::before { background: #fff; }
.hero-pagination .swiper-pagination-bullet:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (hover: none) { .hero-arrow { opacity: .86; pointer-events: auto; } }
.category-strip { border-bottom: 1px solid var(--line); background: #fafaf8; }
.category-strip .rail__body { padding-block: 18px; }
.category-item { min-height: 92px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding-inline: 8px; font-size: 12px; font-weight: 600; letter-spacing: .05em; transition: color .2s, transform .2s ease; }
.category-item:hover, .category-item:focus-visible { color: #8a3a24; }
.category-item:hover { transform: translateY(-2px); }
.category-item__media { width: 66px; height: 66px; display: grid; place-items: center; overflow: hidden; border-radius: 22px; background: #eee9df; }
.category-item__media img { width: 92%; height: 92%; object-fit: contain; }
.category-item__name { line-height: 1.35; white-space: nowrap; }
.category-item[data-category-tone="clay"] .category-item__media { background: #eadfd6; }
.category-item[data-category-tone="mist"] .category-item__media { background: #e6ecee; }
.category-item[data-category-tone="slate"] .category-item__media { background: #dfe3e6; }
.category-item[data-category-tone="sage"] .category-item__media { background: #e1e8df; }
.category-item[data-category-tone="stone"] .category-item__media { background: #e8e6e1; }
.category-item[data-category-tone="rose"] .category-item__media { background: #eee0de; }
.category-item[data-category-tone="paper"] .category-item__media { background: #eee9e0; }

.section { padding-block: 82px; }
.section--soft { background: var(--soft); }
.section-layout { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 34px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.section-heading--side { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; margin: 8px 0 0; }
.section-heading h2 { margin: 0; font-size: 28px; font-weight: 600; line-height: 1.35; letter-spacing: .08em; }
.section-heading p { margin: 7px 0 0; color: #777; font: 500 10px/1.4 Georgia,serif; letter-spacing: .2em; }
.section-heading > a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid #999; font-size: 12px; font-weight: 600; }
.section-heading > a:hover { color: #8a3a24; border-color: currentColor; }
.section-heading--side > a { margin-top: 18px; }
.rail__body { position: relative; min-width: 0; }
.rail__body > .swiper { width: 100%; }
.rail-arrow { top: 50%; border-color: var(--line); color: #333; background: rgba(255,255,255,.96); box-shadow: 0 5px 18px rgba(0,0,0,.1); }
.rail-arrow.swiper-button-prev { left: -23px; }
.rail-arrow.swiper-button-next { right: -23px; }
.rail__body:hover > .rail-arrow, .rail__body:focus-within > .rail-arrow, .rail-arrow:focus-visible { opacity: 1; pointer-events: auto; }
.rail-arrow:hover { color: #fff; border-color: #222; background: #222; }

.product-card { height: auto; display: flex; flex-direction: column; }
.product-card__media { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #f3f3f1; }
.product-card__media img { width: 100%; height: 100%; padding: 10%; object-fit: contain; transition: transform .35s ease; }
.product-card__media:hover img, .product-card__media:focus-visible img { transform: scale(1.035); }
.badge { position: absolute; z-index: 2; top: 0; left: 0; min-width: 42px; height: 22px; display: grid; place-items: center; padding-inline: 8px; color: #fff; background: #111; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.badge--sale, .badge--used { background: #a3161c; }
.rank-badge { position: absolute; z-index: 2; top: 9px; left: 9px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; padding: 0; border-radius: 50%; color: #fff; background: #9a9a96; font-family: Arial,"Helvetica Neue",sans-serif; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: 0; text-align: center; }
.rank-badge--1 { color: #fff; background: #e2bd54; }
.rank-badge--2 { color: #fff; background: #c8cdd0; }
.rank-badge--3 { color: #fff; background: #c88d60; }
.rank-badge--other { background: #a5a5a2; }
.product-card__content { flex: 1; display: flex; flex-direction: column; padding-top: 10px; }
.product-card h3 { min-height: 0; margin: 0; font-size: 13px; font-weight: 600; line-height: 1.35; }
.product-card h3 a { transition: color .2s; }
.product-card h3 a:hover, .product-card h3 a:focus-visible { color: #a24228; }
.product-card__price { margin: 0; font-size: 14px; font-weight: 700; letter-spacing: .02em; }

.feature-rail { padding-top: 0; }
.feature-card { position: relative; aspect-ratio: 1.17; overflow: hidden; background: #222; }
.feature-card > img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .55s ease, opacity .3s; }
.feature-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,rgba(0,0,0,.42),transparent 58%,rgba(0,0,0,.25)); }
.feature-card > span { position: absolute; z-index: 2; top: 28px; left: 28px; display: flex; flex-direction: column; gap: 8px; color: #fff; }
.feature-card strong { font-size: 20px; font-weight: 600; letter-spacing: .08em; }
.feature-card small { font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.feature-card:hover img { opacity: 1; transform: scale(1.045); }

.benefits { padding-block: 32px; border-block: 1px solid var(--line); background: #fff; }
.benefits__grid, .dark-benefits__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.benefit-item { min-height: 86px; display: flex; align-items: center; justify-content: center; gap: 18px; padding-inline: 26px; border-right: 1px solid var(--line); }
.benefit-item:last-child { border-right: 0; }
.benefits .material-symbols-outlined, .dark-benefits .material-symbols-outlined { font-size: 34px; }
.benefits strong, .benefits small, .dark-benefits strong, .dark-benefits small { display: block; }
.benefits strong, .dark-benefits strong { font-size: 13px; }
.benefits small, .dark-benefits small { margin-top: 5px; color: #666; font-size: 10px; line-height: 1.65; }

.journal-card__trigger { width: 100%; display: block; text-align: left; }
.journal-card img { width: 100%; aspect-ratio: 1.52; object-fit: cover; transition: opacity .2s; }
.journal-card time { display: block; margin-top: 12px; color: #888; font-size: 10px; }
.journal-card h3 { margin: 6px 0 0; font-size: 13px; font-weight: 500; line-height: 1.65; transition: color .2s; }
.journal-card__trigger:hover h3, .journal-card__trigger:focus-visible h3 { color: #a24228; }
.journal-card__trigger:hover img, .journal-card__trigger:focus-visible img { opacity: .85; }

.journal-dialog-backdrop { position: fixed; z-index: 110; inset: 0; background: rgba(16,16,16,.62); backdrop-filter: blur(3px); }
.journal-dialog { position: fixed; z-index: 120; top: 50%; left: 50%; width: min(960px,calc(100% - 48px)); max-height: min(760px,calc(100dvh - 40px)); overflow: auto; border: 1px solid #dedbd5; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.28); transform: translate(-50%,-50%); }
.journal-dialog__close { position: sticky; z-index: 2; top: 14px; left: calc(100% - 62px); width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.96); }
.journal-dialog__body { max-width: 900px; padding: 24px 32px; margin-inline: auto; }
.journal-dialog time { color: #777; font: 500 11px/1.4 Georgia,serif; letter-spacing: .12em; }
.journal-dialog h2 { margin: 14px 0 25px; font-size: 25px; font-weight: 600; line-height: 1.6; letter-spacing: .04em; }
.journal-dialog__content { padding-top: 24px; border-top: 1px solid var(--line); color: #4f4f4f; font-size: 14px; line-height: 2; }
.journal-dialog__content p { margin: 0 0 1.3em; }

.about { min-height: 390px; display: grid; grid-template-columns: 40% 60%; background: #171717; }
.about__content { display: grid; place-items: center; padding: 54px; color: #fff; background: radial-gradient(circle at 80% 20%,#35261e,#111 66%); }
.about__content > div { max-width: 410px; }
.about h2 { margin: 0 0 24px; font-size: 27px; font-weight: 500; letter-spacing: .08em; }
.about p { margin: 0 0 30px; color: #d6d6d6; font-size: 13px; line-height: 2; }
.about__media { position: relative; min-width: 0; min-height: 390px; overflow: hidden; background: #2b241f; }
.about__media video, .about__poster { width: 100%; height: 100%; min-height: 390px; display: block; object-fit: cover; animation: about-drift 14s ease-in-out infinite alternate; }
.about__video-toggle { position: absolute; right: 22px; bottom: 22px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: rgba(255,255,255,.82); background: rgba(12,12,12,.24); opacity: .58; backdrop-filter: blur(4px); transition: opacity .2s, color .2s, background .2s; }
.about__video-toggle:hover, .about__video-toggle:focus-visible { color: #fff; background: rgba(12,12,12,.38); opacity: .86; }
@keyframes about-drift { from { transform: scale(1.01); } to { transform: scale(1.055) translateX(-.8%); } }

.dark-benefits { color: #fff; background: #1c1c1c; }
.dark-benefits .benefit-item { min-height: 112px; border-color: #3d3d3d; }
.dark-benefits small { color: #bdbdbd; }
.site-footer { position: relative; padding: 60px 0 22px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3,1fr) 1.25fr; gap: 42px; padding-bottom: 50px; }
.footer-brand p { margin: 22px 0; color: #666; font-size: 12px; line-height: 1.9; }
.socials { display: flex; gap: 9px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #222; border-radius: 50%; transition: color .2s,background .2s; }
.socials a:hover { color: #fff; background: #222; }
.socials svg { width: 19px; height: 19px; display: block; }
.footer-grid h2 { margin: 2px 0 18px; font-size: 13px; }
.footer-grid > div:not(.footer-brand) > a { min-height: 32px; display: flex; align-items: center; color: #555; font-size: 11px; }
.footer-grid > div:not(.footer-brand) > a:hover { color: #8a3a24; }
.footer-feature { align-self: start; border: 1px solid var(--line); }
.footer-feature img { width: 100%; aspect-ratio: 2; object-fit: cover; }
.footer-feature > span { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 600; }
.footer-feature .material-symbols-outlined { font-size: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid var(--line); color: #777; font-size: 10px; }
.footer-bottom div { display: flex; gap: 28px; }
.footer-bottom p { margin: 0; }
.back-to-top { position: absolute; right: 0; bottom: 0; width: 58px; height: 58px; display: grid; place-items: center; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 170px minmax(0,1fr) 204px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav .nav-link { font-size: 12px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); }
  .footer-feature { display: none; }
}

@media (max-width: 980px) {
  .shell { width: min(100% - 40px,var(--shell)); }
  .site-header { height: 76px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-menu-button { display: inline-grid; }
  .header-actions > a[aria-label="お気に入り"],
  .header-actions > a[aria-label="ログイン"] { display: none; }
  .hero { min-height: 460px; height: 58vw; max-height: 560px; }
  .hero-content { padding-left: 40px; }
  .section { padding-block: 64px; }
  .section-layout { grid-template-columns: 1fr; gap: 26px; }
  .section-heading--side { flex-direction: row; align-items: end; justify-content: space-between; margin: 0; }
  .section-heading--side > a { margin: 0; }
  .rail-arrow.swiper-button-prev { left: -12px; }
  .rail-arrow.swiper-button-next { right: -12px; }
  .benefits__grid, .dark-benefits__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .benefits .benefit-item:nth-child(2), .dark-benefits .benefit-item:nth-child(2) { border-right: 0; }
  .benefits .benefit-item:nth-child(-n+2), .dark-benefits .benefit-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about { grid-template-columns: 1fr 1.15fr; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 640px) {
  body { font-size: 14px; }
  .shell { width: calc(100% - 32px); }
  .shipping-bar { height: 28px; font-size: 9px; }
  .site-header { height: 68px; }
  .header-inner { width: calc(100% - 20px); gap: 8px; }
  .brand__kanji { font-size: 20px; }
  .brand__latin { margin-top: 3px; font-size: 8px; }
  .header-actions .icon-button { width: 44px; height: 44px; }
  .header-actions > a[aria-label="お気に入り"],
  .header-actions > a[aria-label="ログイン"] { display: none; }
  .cart-count { top: 2px; right: 0; }
  .search-panel { padding: 18px 0 22px; }
  .search-form { grid-template-columns: 1fr; gap: 8px; }
  .search-field { grid-template-columns: 44px minmax(0,1fr) 68px; }
  .cart-popover { position: fixed; top: 96px; right: 10px; width: calc(100vw - 20px); }
  .cart-wrap.is-open::after { display: none; }
  .hero { width: 100%; height: 540px; min-height: 0; }
  .hero-slide > img { object-position: 65% center; }
  .hero-slide:nth-child(2) > img { object-position: 68% center; }
  .hero-slide__shade { background: linear-gradient(90deg,rgba(5,13,18,.78),rgba(5,13,18,.37) 72%,rgba(5,13,18,.15)); }
  .hero-content { padding: 0 22px; }
  .hero-content h1, .hero-content h2 { margin-block: 16px; font-size: 32px; }
  .hero-content > div > p:not(.eyebrow) { max-width: 280px; margin-bottom: 26px; font-size: 13px; }
  .hero-arrow.swiper-button-prev { left: 10px; }
  .hero-arrow.swiper-button-next { right: 10px; }
  .hero-arrow { opacity: .86; pointer-events: auto; }
  .hero-pagination { bottom: 4px; }
  .category-strip .rail__body { padding-block: 10px; }
  .category-item { min-height: 92px; font-size: 11px; }
  .category-item__media { width: 62px; height: 62px; border-radius: 20px; }
  .section { padding-block: 52px; }
  .section-heading, .section-heading--side { align-items: end; margin-bottom: 22px; }
  .section-heading--side { margin-bottom: 0; }
  .section-heading h2 { font-size: 23px; }
  .section-heading > a { font-size: 11px; }
  .rail-arrow { width: 44px; height: 44px; }
  .rail-arrow.swiper-button-prev { left: -12px; }
  .rail-arrow.swiper-button-next { right: -12px; }
  .product-card__media img { padding: 8%; }
  .product-card__content { padding-top: 12px; }
  .product-card h3 { min-height: 0; font-size: 12px; }
  .feature-card { aspect-ratio: 1.22; }
  .feature-card > span { top: 22px; left: 22px; }
  .feature-card strong { font-size: 17px; }
  .benefits { padding-block: 8px; }
  .benefit-item { min-height: 100px; justify-content: flex-start; padding: 16px 12px; gap: 10px; }
  .benefits .material-symbols-outlined, .dark-benefits .material-symbols-outlined { font-size: 28px; }
  .benefits small, .dark-benefits small { font-size: 9px; }
  .about { min-height: 0; grid-template-columns: 1fr; }
  .about__content { min-height: 340px; padding: 42px 24px; }
  .about__media { height: 260px; min-height: 260px; }
  .about__media video { height: 100%; min-height: 0; }
  .journal-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  .journal-dialog__body { padding: 20px 16px; }
  .journal-dialog h2 { font-size: 20px; }
  .dark-benefits__grid { grid-template-columns: 1fr 1fr; }
  .site-footer { padding-top: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(4) { display: none; }
  .footer-bottom { flex-direction: column; padding-right: 50px; }
  .footer-bottom div { flex-direction: column; gap: 8px; }
}

/* Visual-reference calibration only. Production rendering never receives this class. */
html.reference-mode body { width: 1440px; min-width: 1440px; zoom: .5041666667; }
html.reference-mode .site-header { position: relative; }
html.reference-mode .shipping-bar { height: 50px; }
html.reference-mode .site-header { height: 119px; }
html.reference-mode .header-inner { width: min(var(--shell), calc(100% - 64px)); grid-template-columns: 185px minmax(0,1fr) 192px; gap: 24px; }
html.reference-mode .desktop-nav { display: flex; gap: clamp(18px,2vw,34px); }
html.reference-mode .desktop-nav .nav-link { font-size: 14px; }
html.reference-mode .header-actions > a[aria-label="お気に入り"],
html.reference-mode .header-actions > a[aria-label="ログイン"] { display: inline-grid; }
html.reference-mode .mobile-menu-button { display: none; }
html.reference-mode .hero { height: 680px; min-height: 680px; max-height: none; }
html.reference-mode .hero-slide > img { object-position: center; }
html.reference-mode .hero-content { padding-left: 74px; }
html.reference-mode .hero-content h1,
html.reference-mode .hero-content h2 { margin: 20px 0 18px; font-size: 58px; }
html.reference-mode .hero-content > div > p:not(.eyebrow) { max-width: none; margin-bottom: 34px; font-size: 15px; }
html.reference-mode #categories { height: 137px; }
html.reference-mode .category-strip .rail__body { height: 100%; padding-block: 21px; }
html.reference-mode .category-item { min-height: 92px; font-size: 12px; }
html.reference-mode .section { padding-block: 82px; }
html.reference-mode #new-items { height: 468px; }
html.reference-mode #features { height: 430px; padding: 0; }
html.reference-mode #features .rail__body,
html.reference-mode #features .swiper,
html.reference-mode #features .swiper-wrapper,
html.reference-mode #features .feature-card { height: 100%; }
html.reference-mode #features .feature-card { aspect-ratio: auto; }
html.reference-mode #ranking { height: 403px; padding-block: 20px; }
html.reference-mode .benefits { height: 178px; }
html.reference-mode #journal { height: 506px; }
html.reference-mode #about { height: 397px; min-height: 397px; }
html.reference-mode #about .about__media,
html.reference-mode #about .about__media video,
html.reference-mode #about .about__media .about__poster { min-height: 397px; animation: none; }
html.reference-mode #used { height: 436px; padding-block: 36px; }
html.reference-mode .dark-benefits { height: 149px; }
html.reference-mode .dark-benefits .benefit-item { height: 149px; }
html.reference-mode .site-footer { height: 401px; min-height: 401px; }
html.reference-mode .section-layout { grid-template-columns: 190px minmax(0,1fr); gap: 34px; }
html.reference-mode .section-heading--side { flex-direction: column; align-items: flex-start; justify-content: flex-start; margin: 8px 0 0; }
html.reference-mode .section-heading--side > a { margin-top: 18px; }
html.reference-mode .section-heading h2 { font-size: 28px; }
html.reference-mode .benefits__grid,
html.reference-mode .dark-benefits__grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
html.reference-mode .benefit-item { border-right: 1px solid var(--line); border-bottom: 0; }
html.reference-mode .benefit-item:last-child { border-right: 0; }
html.reference-mode .about { grid-template-columns: 40% 60%; }
html.reference-mode .footer-grid { grid-template-columns: 1.25fr repeat(3,1fr) 1.25fr; gap: 42px; }
html.reference-mode .footer-grid > div:nth-child(4),
html.reference-mode .footer-feature { display: block; }
html.reference-mode .footer-bottom { flex-direction: row; }
html.reference-mode .footer-bottom div { flex-direction: row; gap: 28px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .about__media video { animation: none; }
}
