/** Shopify CDN: Minification failed

Line 229:0 Unexpected "}"

**/
/* ============================================
   SALON DE MATCHA — Shopify Theme CSS
   Palette: Green #1B4023 | Gold #C5A358 | Beige #F4EFE7 | Grey #2A2A2A
   Fonts: linotype-didot-headline / linotype-didot / futura-pt
          heisei-mincho-std / hiragino-kaku-gothic-pron
   ============================================ */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green: #1B4023;
  --gold: #C5A358;
  --beige: #F4EFE7;
  --grey: #2A2A2A;
  --white: #FFFFFF;
  --font-display: 'linotype-didot-headline', serif;
  --font-display-italic: 'linotype-didot', serif;
  --font-body: 'futura-pt', sans-serif;
  --font-label: 'futura-pt', sans-serif;
  --font-jp: 'heisei-mincho-std', serif;
  --font-jp-body: 'hiragino-kaku-gothic-pron', sans-serif;
  --font-ar: 'Noto Naskh Arabic', serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--grey);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body[lang="ja"] { font-family: var(--font-jp-body); }
body[lang="ar"] { font-family: var(--font-ar); direction: rtl; }

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Typography: Headings ── */
h1, h2, h3, h4 {
  font-family: 'linotype-didot-headline', serif !important;
  font-weight: 900 !important;
  line-height: 1.2;
}

/* PC heading sizes */
h1 { font-size: 50px; }
h2 { font-size: 43px; }
h3 { font-size: 20px; }

/* Mobile heading sizes */
@media (max-width: 768px) {
  h1 { font-size: 32px !important; }
  h2 { font-size: 26px !important; }
  h3 { font-size: 16px !important; }
}

/* Japanese headings */
body[lang="ja"] h1,
body[lang="ja"] h2,
body[lang="ja"] h3,
body[lang="ja"] h4 {
  font-family: 'heisei-mincho-std', serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

/* ── Typography: Body ── */
p, li, span, input, textarea, select {
  font-family: 'futura-pt', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.6;
}

a {
  font-family: 'futura-pt', sans-serif !important;
  font-weight: 400 !important;
}

button {
  font-family: 'futura-pt', sans-serif !important;
}

/* Mobile body text */
@media (max-width: 768px) {
  p, li, span { font-size: 14px; line-height: 1.5; }
}

/* Japanese body */
body[lang="ja"] p,
body[lang="ja"] a,
body[lang="ja"] li,
body[lang="ja"] span,
body[lang="ja"] button {
  font-family: 'hiragino-kaku-gothic-pron', sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

@media (max-width: 768px) {
  body[lang="ja"] p,
  body[lang="ja"] li,
  body[lang="ja"] span {
    font-size: 13px !important;
  }
}

/* Italic display classes */
.section-title,
.section-title-large,
.section-title-normal,
.wq-hero-title,
.wq-reason-title,
.wq-cta-title,
.hosp-title,
.story-blockquote,
.font-display {
  font-family: 'linotype-didot', serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
}

/* Override old inline font remnants */
[style*="Cormorant Garamond"] { font-family: 'linotype-didot', serif !important; }
[style*="Century Gothic"] { font-family: 'futura-pt', sans-serif !important; }

/* ── Layout ── */
.container { max-width: 1420px; margin: 0 auto; padding: 0 2rem; }
@media (min-width: 800px) { .container { padding: 0 2rem; } }

/* ── Buttons ── */
.btn-primary {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  background: var(--gold);
  color: var(--white) !important;
  font-family: var(--font-label) !important;
  font-size: 13px !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease;
}
.btn-primary:hover { background: #9d7a2a; transform: translateY(-1px); }

.btn-outline {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  font-family: var(--font-label) !important;
  font-size: 13px !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn-outline:hover { background: var(--gold); color: var(--white) !important; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.85) !important;
  font-family: var(--font-label) !important;
  font-size: 13x !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 1 !important;
  transition: color 0.2s;
}
.btn-ghost:hover { color: #ffffff !important; }

.shop-btn {
  background: var(--gold);
  color: var(--white) !important;
  font-family: var(--font-label) !important;
  font-size: 13px !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.6rem 1.25rem;
  transition: background 0.3s;
}
.shop-btn:hover { background: #b8943f; }

/* Inline-style buttons (founder-hospitality etc) */
@media (max-width: 768px) {
  .founder-hosp-btn,
  a[style*="border: 1px solid #C5A358"],
  a[style*="border:1px solid #C5A358"] {
    font-size: 11px !important;
    padding: 0.5rem 1rem !important;
  }
}

/* ── Navigation ── */
.site-header {
  position: fixed;
  top: 0px;
  left: 0; right: 0;
  z-index: 100;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  padding: 1.25rem 0;
}
.site-header.scrolled {
  background: var(--beige);
  box-shadow: 0 1px 0 rgba(197,163,88,0.15);
}
.site-header.menu-open { background: var(--beige); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 1024px) { .header-inner { padding: 0 2rem; } }
@media (max-width: 1200px) { .header-inner { padding: 0 1rem; } }
}
@media (min-width: 1024px) { .header-inner { padding: 0 4rem; } }
@media (max-width: 1200px) { .header-inner { padding: 0 1rem; } }

.site-logo-img {
  height: 30px;
  width: auto;
  display: block;
  filter: brightness(1);
  transition: filter 0.4s ease;
}
.site-header.scrolled .site-logo-img { filter: brightness(0) invert(0); }
@media (max-width: 1200px) { .site-logo-img { height: 20px; max-width: 150px; object-fit: contain; } }
@media (max-width: 768px) { .site-logo-img { height: 15px; } }

.nav-links {
  display: none;
  list-style: none;
  gap: 2.5rem;
  align-items: center;
  flex-wrap: nowrap; /* 折り返し禁止 */
}

@media (min-width: 1024px) { .nav-links { display: flex; } }

.nav-links a {
  font-family: var(--font-label) !important;
  font-size: 16px !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85) !important;
  transition: color 0.3s;
  white-space: nowrap; /* テキスト折り返し禁止 */
}

/* 画面幅に応じてフォントサイズとgapを縮小 */
@media (max-width: 1400px) {
  .nav-links { gap: 1.5rem; }
  .nav-links a { font-size: 13px !important; letter-spacing: 0.12em; }
}

@media (max-width: 1200px) {
  .nav-links { gap: 1rem; }
  .nav-links a { font-size: 11px !important; letter-spacing: 0.08em; }
}

@media (max-width: 1024px) {
  .nav-links { gap: 0.75rem; }
  .nav-links a { font-size: 10px !important; letter-spacing: 0.05em; }
}

.site-header.scrolled .nav-links a { color: var(--grey) !important; }
.nav-links a:hover { color: var(--gold) !important; }

.header-actions { display: flex; align-items: center; gap: 1rem; }

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: 1rem;
  font-family: var(--font-label);
  font-size: 16px;
  letter-spacing: 0.08em;
}
.lang-btn { color: rgba(255,255,255,0.6); transition: color 0.3s; padding: 0.25rem; }
.lang-btn.active { color: var(--gold); }
.site-header.scrolled .lang-btn { color: rgba(42,42,42,0.5); }
.site-header.scrolled .lang-btn.active { color: var(--gold); }
.lang-divider { color: rgba(255,255,255,0.3); font-size: 0.5rem; margin: 0 0.25rem; }
.site-header.scrolled .lang-divider { color: rgba(42,42,42,0.2); }

.cart-btn {
  position: relative;
  color: rgba(255,255,255,0.85);
  transition: color 0.3s;
  padding: 0.25rem;
}
.site-header.scrolled .cart-btn { color: var(--grey); }
.cart-btn:hover { color: var(--gold); }
.cart-count {
  position: absolute;
  top: -4px; right: -4px;
  background: var(--gold);
  color: var(--white);
  font-size: 0.5rem;
  width: 14px; height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 0.25rem; }
@media (min-width: 1024px) { .menu-toggle { display: none; } }
.menu-toggle span {
  display: block;
  width: 22px; height: 1px;
  background: rgba(255,255,255,0.85);
  transition: background 0.3s;
}
.site-header.scrolled .menu-toggle span { background: var(--grey); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--beige);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'linotype-didot', serif !important;
  font-size: clamp(1.5rem, 5vw, 2.5rem) !important;
  font-style: italic;
  font-weight: 400;
  color: var(--green) !important;
  letter-spacing: 0.05em;
}
.mobile-menu a:hover { color: var(--gold) !important; }
.mobile-menu-close {
  position: absolute;
  top: 1.5rem; right: 2rem;
  font-size: 1.5rem;
  color: var(--green);
  background: none;
  border: none;
  cursor: pointer;
}

/* ── Hero Section ── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(27,64,35,0.5) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 6rem;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) { .hero-content { padding-left: 2rem; padding-right: 2rem; } }

.hero-eyebrow {
  font-family: var(--font-label) !important;
  font-size: 16px !important;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.25rem;
}

.hero-title {
  font-family: 'linotype-didot', serif !important;
  font-size: clamp(2rem, 4.5vw, 5rem) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: var(--white);
  line-height: 1.1;
  max-width: 1000px;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.hero-actions { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }

.hero-instagram {
  position: absolute;
  bottom: 2rem; right: 2rem;
  font-family: var(--font-label) !important;
  font-size: 11px !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  z-index: 10;
  cursor: pointer;
  transition: color 0.3s ease;
}
.hero-instagram:hover { color: #9d7a2a !important; }
@media (min-width: 1024px) { .hero-instagram { right: 4rem; } }

.title-break { display: none; }
@media (max-width: 768px) { .title-break { display: inline; } }

/* ── Section Shared ── */
.section-header { margin-bottom: 5rem; }

.section-eyebrow {
  font-family: var(--font-label) !important;
  font-size: 13px !important;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.section-title {
  font-family: 'linotype-didot', serif !important;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: var(--grey);
  line-height: 1.3;
}

.section-title-large {
  font-family: 'linotype-didot', serif !important;
  font-size: clamp(1.5rem, 4vw, 2.5rem) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: var(--grey);
  line-height: 1.3;
}

.section-title-normal {
  font-family: 'linotype-didot-headline', serif !important;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: var(--grey);
  line-height: 1.3;
}

@media (max-width: 768px) {
  .section-title,
  .section-title-large,
  .section-title-normal,
  .section-title-mobile-lg {
    font-size: 1.6rem !important;
    white-space: normal !important;
    line-height: 1.2 !important;
  }
}

/* ── Products Section ── */
.products-section { background: var(--white); padding: 7rem 0 10rem; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(197,163,88,0.12);
  align-items: stretch;
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr !important;
  }
  .products-grid-home > *:nth-child(n+3) {
    display: none !important;
  }
}






a.product-card {
  background: var(--white) !important;
  padding: 3rem 2.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  transition: background 0.3s ease !important;
  cursor: pointer !important;
  height: 100% !important;
  color: var(--grey) !important;
  font-size: inherit !important;
  text-decoration: none !important;
}
a.product-card:hover { background: var(--beige) !important; }
a.product-card .product-card-img {
  width: 100% !important;
  max-width: 240px !important;
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
  margin: 0 auto 2rem !important;
  display: block !important;
  transition: transform 0.7s ease;
}
a.product-card:hover .product-card-img { transform: scale(1.04); }

.product-card-tag {
  font-family: var(--font-label) !important;
  font-size: 0.625rem !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--gold) !important;
  color: var(--white) !important;
  border: none !important;
  padding: 0.4rem 1rem !important;
  margin-bottom: 2rem;
}
.product-card-name {
  font-family: 'heisei-mincho-std', 'Noto Serif JP', serif !important;
  font-size: 1.3rem !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: var(--grey) !important;
  margin-bottom: 0.75rem !important;
  text-align: center !important;
  width: 100% !important;
}
.product-card-sub {
  font-family: var(--font-label) !important;
  font-size: 0.5625rem !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(42,42,42,0.45);
  margin-bottom: 1.5rem;
}
.product-card-price {
  font-family: var(--font-body) !important;
  font-size: 0.8rem !important;
  color: rgba(42,42,42,0.6) !important;
  margin-bottom: 1.75rem;
  text-align: center !important;
}
.product-card-cta {
  font-family: var(--font-label) !important;
  font-size: 0.5rem !important;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.3s, transform 0.3s;
}
a.product-card:hover .product-card-cta { opacity: 1; transform: translateY(0); }

/* ── Product Detail ── */
.product-detail { padding: 8rem 0 6rem; }
.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
}
@media (min-width: 1024px) { .product-detail-grid { grid-template-columns: 1fr 1fr; gap: 6rem; } }

.product-detail-img-wrap {
  background: var(--beige);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  aspect-ratio: 1/1;
  width: 100%;
}
.product-detail-img { max-width: 100%; width: 100%; height: 100%; object-fit: contain; }
.product-detail-eyebrow { font-family: var(--font-label) !important; font-size: 0.5625rem !important; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.product-detail-name {
  font-family: 'linotype-didot', serif !important;
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: var(--grey);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.product-detail-sub { font-family: var(--font-label) !important; font-size: 0.5625rem !important; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(42,42,42,0.4); margin-bottom: 2rem; }
.product-detail-divider { height: 1px; background: rgba(197,163,88,0.2); margin-bottom: 2rem; }
.product-detail-desc { font-family: var(--font-body) !important; font-size: 0.875rem !important; color: rgba(42,42,42,0.7); line-height: 1.8; margin-bottom: 2.5rem; }
.product-detail-price { font-family: var(--font-display) !important; font-size: 1.75rem !important; font-weight: 300; color: var(--green); margin-bottom: 0.5rem; }
.product-detail-price-note { font-family: var(--font-body) !important; font-size: 0.75rem !important; color: rgba(42,42,42,0.5); margin-bottom: 2rem; }

.product-form { margin-bottom: 2rem; }
.quantity-selector { display: flex; align-items: center; border: 1px solid rgba(197,163,88,0.3); width: fit-content; margin-bottom: 1.5rem; }
.qty-btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--grey); transition: background 0.2s; }
.qty-btn:hover { background: var(--beige); }
.qty-input { width: 48px; height: 40px; text-align: center; border: none; border-left: 1px solid rgba(197,163,88,0.3); border-right: 1px solid rgba(197,163,88,0.3); font-family: var(--font-body); font-size: 0.875rem; color: var(--grey); background: transparent; }
.qty-input:focus { outline: none; }

.add-to-cart-btn { width: 100%; padding: 1rem 2rem; background: var(--green); color: var(--white); font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.25em; text-transform: uppercase; transition: background 0.3s; border: none; cursor: pointer; }
.add-to-cart-btn:hover { background: #142f1a; }
.add-to-cart-btn:disabled { background: rgba(27,64,35,0.4); cursor: not-allowed; }

.product-detail-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding-top: 2rem; border-top: 1px solid rgba(197,163,88,0.15); }
@media (max-width: 767px) { .product-detail-features { grid-template-columns: 1fr; gap: 1.5rem; } }
.feature-item { text-align: center; }
.feature-label { font-family: var(--font-jp) !important; font-size: 0.875rem !important; font-style: italic; color: var(--green); display: block; margin-bottom: 0.25rem; }
.feature-sub { font-family: var(--font-label) !important; font-size: 0.5rem !important; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(42,42,42,0.35); }

.product-spec-list { margin: 2rem 0; border-top: 1px solid rgba(197,163,88,0.2); }
.product-spec-item { display: flex; align-items: flex-start; gap: 1.25rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(197,163,88,0.12); }
.product-spec-icon { flex-shrink: 0; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: var(--gold); }
.product-spec-label { font-family: var(--font-label) !important; font-size: 0.5625rem !important; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.product-spec-value { font-family: var(--font-body) !important; font-size: 0.9375rem !important; color: rgba(42,42,42,0.75); line-height: 1.7; }

/* ── Travel Section ── */
.travel-section { background: var(--white); padding: 7rem 0 10rem; }
.travel-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(197,163,88,0.12); }
@media (min-width: 1024px) { .travel-grid { grid-template-columns: repeat(2, 1fr); } }

.travel-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 4rem 3rem; position: relative; overflow: hidden; cursor: pointer; transition: opacity 0.3s; }
.travel-card:hover { opacity: 0.92; }
.travel-card-tag { position: absolute; top: 1.5rem; left: 1.5rem; font-family: var(--font-label) !important; font-size: 0.625rem !important; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(197,163,88,0.27); padding: 0.4rem 1rem; }
.travel-card-img { width: 100%; max-width: 260px; aspect-ratio: 1/1; object-fit: contain; transition: transform 0.7s ease; margin-bottom: 2rem; }
.travel-card:hover .travel-card-img { transform: scale(1.04); }
.travel-card-name { font-family: var(--font-jp) !important; font-size: 1.5rem !important; font-style: italic; font-weight: 300; margin-bottom: 0.5rem; }
.travel-card-sub { font-family: var(--font-label) !important; font-size: 0.5625rem !important; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }

.travel-features { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 2rem; margin-top: 4rem; padding-top: 4rem; border-top: 1px solid rgba(197,163,88,0.12); }
@media (max-width: 768px) { .travel-features { gap: 0.5rem !important; } }
.travel-feature { text-align: center; }
.travel-feature-jp { font-family: var(--font-jp) !important; font-size: 1.125rem; font-style: italic; font-weight: 300; color: var(--green); margin-bottom: 0.25rem; }
.travel-feature-en { font-family: var(--font-label) !important; font-size: 0.5rem !important; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(42,42,42,0.35); }

/* ── Story Section ── */
.story-section { background: var(--beige); padding: 7rem 0 10rem; }
.story-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; align-items: center; }
@media (min-width: 1024px) { .story-grid { grid-template-columns: 1fr 1fr; gap: 8rem; } }

.story-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.story-text .section-eyebrow { margin-bottom: 1.5rem; }
.story-text h2 { margin-bottom: 1.5rem; }
.story-text p { font-family: var(--font-body) !important; font-size: 0.875rem !important; color: rgba(42,42,42,0.7); line-height: 1.9; margin-bottom: 1.5rem; }
.story-blockquote { border-left: 2px solid var(--gold); padding-left: 1.5rem; margin: 2rem 0; font-family: 'linotype-didot', serif !important; font-size: clamp(1.2rem, 2.5vw, 1.8rem) !important; font-style: italic !important; color: var(--green); line-height: 1.7; }

.story-img-mobile { display: none; }
@media (max-width: 768px) {
  .story-img-desktop { display: none; }
  .story-img-mobile { display: block; margin: 1.5rem 0; }
}

/* Story lead text */
.story-lead-text {
  font-family: 'linotype-didot', serif !important;
  font-size: clamp(1rem, 2vw, 1.375rem) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: rgba(42,42,42,0.7);
  line-height: 1.9;
}

/* Founder Grid */
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
@media (max-width: 768px) {
  .founder-grid { grid-template-columns: 1fr !important; gap: 2rem !important; display: block !important; }
  .founder-img-col { display: none !important; }
  .founder-text-col { width: 100% !important; padding: 0 !important; }
}

/* ── Ritual Section ── */
.ritual-section { background: var(--green); padding: 7rem 0 10rem; }
.ritual-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 768px) { .ritual-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ritual-grid { grid-template-columns: repeat(4, 1fr); } }

.ritual-num { font-family: 'linotype-didot', serif !important; font-size: 3rem !important; font-style: italic !important; font-weight: 400 !important; color: rgba(197,163,88,0.3) !important; margin-bottom: 1.5rem; line-height: 1; }
.ritual-divider { height: 1px; width: 1.5rem; background: rgba(197,163,88,0.4); margin-bottom: 1.25rem; }
.ritual-title { font-family: var(--font-label) !important; font-size: 13px !important; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.ritual-jp { font-family: var(--font-jp) !important; font-size: 15px !important; color: rgba(255,255,255,0.4); margin-bottom: 0.75rem; }
.ritual-desc { font-family: var(--font-body) !important; font-size: 15px !important; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* ── FAQ Section ── */
.faq-section { padding: 7rem 0; background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
@media (max-width: 768px) { .faq-grid { grid-template-columns: 1fr; gap: 3rem; } }
.faq-left { position: sticky; top: 6rem; }
.faq-item { border-bottom: 1px solid rgba(197,163,88,0.2); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 0; font-family: var(--font-body) !important; font-size: 14px !important; color: var(--grey); text-align: left; background: none; border: none; cursor: pointer; transition: color 0.2s; }
.faq-question:hover { color: var(--gold); }
.faq-icon { font-size: 1rem; color: var(--gold); transition: transform 0.3s ease; flex-shrink: 0; margin-left: 1rem; }
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }
.faq-item.open .faq-answer { max-height: 300px; padding-bottom: 1.25rem; }
.faq-answer p { font-family: var(--font-body) !important; font-size: 14px !important; color: rgba(42,42,42,0.65); line-height: 1.7; }

/* ── Hospitality B2B ── */
.hosp-section { background: var(--green); padding: 7rem 0; }
.hosp-title { font-family: 'linotype-didot', serif !important; font-size: clamp(1.8rem, 4vw, 3rem) !important; font-style: italic !important; font-weight: 400 !important; color: var(--green); margin: 1.5rem 0 2rem; line-height: 1.2; }
.hosp-desc { font-family: var(--font-body) !important; font-size: 17px !important; color: rgba(42,42,42,0.7); line-height: 1.7; max-width: 100%; margin-bottom: 3rem; }
.hosp-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem 2rem; margin-bottom: 3rem; }
@media (max-width: 768px) { .hosp-list { grid-template-columns: repeat(2, 1fr); } }
.hosp-list-item { display: flex; align-items: flex-start; gap: 0.75rem; }
.hosp-bullet { color: var(--gold); font-size: 1rem; margin-top: 0.1rem; flex-shrink: 0; }
.hosp-item-en { font-family: var(--font-body) !important; font-size: 16px !important; font-weight: 500; color: var(--grey); margin-bottom: 0.2rem; }
.hosp-item-jp { font-family: var(--font-jp) !important; font-size: 0.75rem !important; color: rgba(42,42,42,0.5); }

/* ── Why Qatar & Origin Pages ── */
.wq-hero { background: var(--green); padding: 5rem 0 3rem; min-height: 40vh; position: relative; overflow: hidden; }
.wq-hero-eyebrow { font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.35em; color: var(--gold); margin-bottom: 1rem; }
.wq-hero-title { font-family: 'linotype-didot', serif !important; font-size: clamp(2rem, 5vw, 3.8rem) !important; font-style: italic !important; font-weight: 400 !important; color: var(--white); line-height: 1.1; }
.wq-back { display: inline-block; padding: 1.5rem 0; font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.2em; color: rgba(42,42,42,0.45); }
.wq-back:hover { color: var(--gold); }

.wq-lead { padding: 3rem 0 4rem; }
.wq-lead-text { font-family: 'linotype-didot', serif !important; font-size: clamp(1.4rem, 2.5vw, 1.8rem) !important; font-style: italic !important; font-weight: 400 !important; color: var(--grey); line-height: 1.7; max-width: 100%; width: 100%; }

.wq-stats { background: var(--beige); padding: 4rem 0; }
.wq-stats-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 2rem !important; text-align: center !important; }
@media (max-width: 768px) { .wq-stats-grid { grid-template-columns: 1fr !important; } }

.wq-stat-num {
  font-family: 'linotype-didot', serif !important;
  font-size: 3rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #C5A358 !important;
  margin-bottom: 0.5rem;
}
.wq-stat-label { font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.25em; color: rgba(42,42,42,0.45); }

/* Region names (Origin page) */
.wq-stat p:first-child {
  font-size: 2.5rem !important;
  font-family: 'heisei-mincho-std', serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: #ffffff !important;
  letter-spacing: 0.1em !important;
}

.wq-reasons { padding: 6rem 0; }
.wq-reason { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding: 3rem 0; border-bottom: 1px solid rgba(197,163,88,0.15); align-items: start; }
@media (max-width: 768px) { .wq-reason { grid-template-columns: 1fr; gap: 1.5rem; } }

.wq-reason-left { position: relative; }
.wq-reason-num { font-family: 'linotype-didot', serif !important; font-size: clamp(2.5rem, 5vw, 4rem) !important; font-weight: 400 !important; font-style: italic !important; color: rgba(197,163,88,0.15); position: absolute; top: -1rem; left: -1rem; line-height: 1; }
.wq-reason-title { font-family: 'linotype-didot', serif !important; font-size: clamp(1.4rem, 3vw, 2rem) !important; font-style: italic !important; font-weight: 400 !important; color: var(--grey); padding-top: 1rem; line-height: 1.2; }
.wq-reason-desc { font-family: var(--font-body) !important; font-size: 17px !important; font-style: normal !important; color: rgba(42,42,42,0.7); line-height: 1.7; padding-top: 1rem; }

@media (max-width: 768px) {
  .wq-reason-desc { font-size: 14px !important; }
  .wq-lead-text { font-size: 2rem !important; text-align: left !important; }
}

.wq-presence { padding: 5rem 0; }
.wq-presence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; margin-top: 2rem; }
@media (max-width: 768px) { .wq-presence-grid { grid-template-columns: repeat(2, 1fr); } }
.wq-presence-grid img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }

.wq-cta { background: var(--green); padding: 6rem 0; text-align: center; }
.wq-cta-title { font-family: 'linotype-didot', serif !important; font-size: clamp(1.5rem, 3vw, 2.5rem) !important; font-style: italic !important; font-weight: 400 !important; color: var(--white); margin: 1rem 0 2.5rem; }

/* ── Cart Drawer ── */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 200; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.cart-overlay.open { opacity: 1; pointer-events: all; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 100%; max-width: 420px; background: var(--white); z-index: 201; transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 2rem; border-bottom: 1px solid rgba(197,163,88,0.15); }
.cart-drawer-title { font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green); }
.cart-drawer-close { color: var(--grey); font-size: 1.25rem; opacity: 0.5; transition: opacity 0.2s; }
.cart-drawer-close:hover { opacity: 1; }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 1.5rem 2rem; }
.cart-empty { text-align: center; padding: 4rem 0; color: rgba(42,42,42,0.4); font-family: var(--font-body) !important; font-size: 14px !important; }
.cart-item { display: flex; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(197,163,88,0.1); }
.cart-item-img { width: 72px; height: 72px; object-fit: contain; background: var(--beige); padding: 0.5rem; }
.cart-item-info { flex: 1; }
.cart-item-name { font-family: var(--font-jp) !important; font-size: 14px !important; color: var(--grey); margin-bottom: 0.25rem; }
.cart-item-price { font-family: var(--font-body) !important; font-size: 13px !important; color: var(--green); }
.cart-item-remove { color: rgba(42,42,42,0.3); font-size: 0.75rem; transition: color 0.2s; }
.cart-item-remove:hover { color: var(--grey); }
.cart-drawer-footer { padding: 1.5rem 2rem; border-top: 1px solid rgba(197,163,88,0.15); }
.cart-subtotal { display: flex; justify-content: space-between; margin-bottom: 1.25rem; font-family: var(--font-body); font-size: 14px; color: var(--grey); }
.cart-subtotal-label { opacity: 0.6; }
.cart-subtotal-amount { font-weight: 500; color: var(--green); }
.checkout-btn { width: 100%; padding: 1rem; background: var(--green); color: var(--white); font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.25em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.3s; }
.checkout-btn:hover { background: #142f1a; }

/* ── Footer ── */
.site-footer { background: var(--green); padding: 3rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; align-items: start; padding: 2rem 0; }
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .footer-brand-col { display: none !important; }
}

.footer-brand-col { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem; padding-right: 2rem; min-width: 200px; }
.footer-logo-img { height: 230px; width: auto; margin-bottom: 0.5rem; }
.footer-brand-desc { font-family: var(--font-body) !important; font-size: 14px !important; color: rgba(255,255,255,0.45); line-height: 1.7; }
.footer-col-title { font-family: var(--font-label) !important; font-size: 14px !important; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold) !important; margin-bottom: 1.25rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-links a { font-family: var(--font-body) !important; font-size: 14px !important; color: rgba(255,255,255,0.6) !important; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold) !important; }

@media (max-width: 768px) {
  .footer-links-inline { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 0.25rem 0 !important; list-style: none !important; padding: 0 !important; }
  .footer-links-inline li { display: inline-flex !important; align-items: center !important; }
  .footer-links-inline li:not(:last-child)::after { content: "|"; color: rgba(255,255,255,0.25); margin: 0 0.4rem; font-size: 0.6rem; }
  .footer-links-inline a { font-size: 11px !important; line-height: 1.8 !important; white-space: nowrap !important; }
}

.footer-contact-block { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-contact-region { font-family: var(--font-body) !important; font-size: 14px !important; color: var(--white); font-weight: 500; }
.footer-contact-address {font-size: 10px !important;line-height: 1.6 !important;color: rgba(255,255,255,0.6);}
.footer-contact-item { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-label) !important; font-size: 14px !important; letter-spacing: 0.2em; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-contact-item:hover { color: var(--gold); }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; margin-top: 2rem; width: 100%; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; justify-content: center; margin-bottom: 1.5rem; }
.footer-legal-links a { font-family: var(--font-label) !important; font-size: 0.5rem !important; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.35) !important; transition: color 0.2s; }
.footer-legal-links a:hover { color: var(--gold) !important; }
.footer-bottom-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-copy { font-family: var(--font-label) !important; font-size: 0.5rem !important; letter-spacing: 0.12em; color: rgba(255,255,255,0.25); }
.footer-tagline { font-family: var(--font-label) !important; font-size: 0.5rem !important; letter-spacing: 0.25em; color: rgba(255,255,255,0.2); }
@media (max-width: 768px) {
  .footer-legal-links { gap: 0.5rem 1rem; justify-content: center; }
  .footer-bottom-row { flex-direction: column; align-items: center; text-align: center; }
}

/* ── Legal Page ── */
.legal-page .page-hero { padding: 10rem 0 5rem; background: var(--beige); }
.legal-page .page-hero-title { font-family: 'linotype-didot', serif !important; font-size: clamp(2rem, 5vw, 3.5rem) !important; font-style: italic !important; font-weight: 400 !important; color: var(--green); line-height: 1.2; }
.legal-page .page-hero-eyebrow { font-family: var(--font-label) !important; font-size: 14px !important; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.legal-page .page-content { padding: 5rem 0 8rem; }
.legal-page .legal-tabs { display: flex !important; gap: 0 !important; flex-wrap: wrap !important; border-bottom: 1px solid rgba(197,163,88,0.15) !important; margin-bottom: 3rem !important; }
.legal-page .legal-tab { padding: 0.875rem 1.5rem !important; font-family: var(--font-label) !important; font-size: 14px !important; letter-spacing: 0.18em !important; text-transform: uppercase !important; color: rgba(42,42,42,0.45) !important; border-bottom: 2px solid transparent !important; border-top: none !important; border-left: none !important; border-right: none !important; background: none !important; cursor: pointer !important; }
.legal-page .legal-tab.active { color: var(--green) !important; border-bottom-color: var(--gold) !important; }
.legal-page .legal-tab:hover { color: var(--green) !important; }
.legal-page .legal-content { display: none !important; }
.legal-page .legal-content.active { display: block !important; }
.legal-page .legal-section h2 { font-family: 'linotype-didot', serif !important; font-size: 1.5rem !important; font-style: italic !important; font-weight: 400 !important; color: var(--green); margin-bottom: 1rem; margin-top: 2rem; }
.legal-page .legal-section p { font-family: var(--font-body) !important; font-size: 14px !important; color: rgba(42,42,42,0.7); line-height: 1.7; margin-bottom: 0.75rem; }
.legal-page .legal-table { width: 100% !important; border-collapse: collapse !important; }
.legal-page .legal-table td { padding: 1rem 0.5rem !important; border-bottom: 1px solid rgba(42,42,42,0.06) !important; font-family: var(--font-body) !important; font-size: 14px !important; color: rgba(42,42,42,0.7) !important; vertical-align: top !important; line-height: 1.7 !important; }
.legal-page .legal-table td:first-child { color: var(--green) !important; font-weight: 500 !important; width: 200px !important; padding-right: 1rem !important; }

@media (max-width: 768px) {
  .legal-page .legal-table colgroup { display: none; }
  .legal-page .legal-table tbody tr { display: block; padding: 1.5rem 0; border-bottom: 1px solid rgba(197,163,88,0.15); }
  .legal-page .legal-table td { display: block; padding: 0.25rem 0 !important; width: 100% !important; }
  .legal-page .legal-table td:first-child { font-size: 11px !important; width: 100% !important; margin-bottom: 0.5rem; }
}

/* ── Page Templates (non-legal) ── */
.page-hero { padding: 10rem 0 5rem; background: var(--beige); }
.page-hero-eyebrow { font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.page-hero-title { font-family: 'linotype-didot', serif !important; font-size: clamp(1.2rem, 3vw, 2rem) !important; font-style: italic !important; font-weight: 400 !important; color: var(--green); line-height: 1.2; }
.page-content { padding: 5rem 0 8rem; }

/* ── Legal Page Sections (refund, shipping, terms) ── */
.legal-page-section { padding: 8rem 0 6rem; background: var(--beige); min-height: 80vh; }
.legal-page-hero { margin-bottom: 4rem; }
.legal-page-title { font-family: 'linotype-didot', serif !important; font-size: clamp(2rem, 4vw, 3rem) !important; font-style: italic !important; font-weight: 400 !important; color: var(--grey); margin-top: 1.5rem; }
.legal-page-content { max-width: 760px; display: flex; flex-direction: column; gap: 3rem; }
.legal-page-block h2 { font-family: 'linotype-didot', serif !important; font-size: 1.25rem !important; font-style: italic !important; font-weight: 400 !important; color: var(--green); margin-bottom: 1rem; }
.legal-page-block p { font-family: var(--font-body) !important; font-size: 14px !important; color: rgba(42,42,42,0.7); line-height: 1.7; margin-bottom: 0.75rem; }
.legal-page-block a { color: var(--gold); text-decoration: underline; }
.legal-page-note { border-left: 2px solid var(--gold); padding-left: 1.5rem; font-family: var(--font-body) !important; font-size: 13px !important; color: rgba(42,42,42,0.6); line-height: 1.7; }
.legal-page-note a { color: var(--gold); }
.legal-page-updated { font-family: var(--font-body) !important; font-size: 12px !important; color: rgba(42,42,42,0.35); padding-top: 2rem; border-top: 1px solid rgba(197,163,88,0.15); }

/* ── Shipping Page ── */
.shipping-region-title { font-family: var(--font-body) !important; font-size: 14px !important; font-weight: 500; color: var(--grey); margin-bottom: 0.25rem; }
.shipping-free { color: var(--green) !important; }
.shipping-table-wrap { overflow-x: auto; margin-top: 1rem; }
.shipping-table { width: 100%; border-collapse: collapse; }
.shipping-table th { font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.2em; color: var(--gold); text-align: left; padding: 0.875rem 1rem; background: rgba(197,163,88,0.08); border-bottom: 1px solid rgba(197,163,88,0.2); }
.shipping-table td { font-family: var(--font-body) !important; font-size: 13px !important; color: rgba(42,42,42,0.7); padding: 1rem; border-bottom: 1px solid rgba(42,42,42,0.06); vertical-align: middle; }
.shipping-badge { font-family: var(--font-label) !important; font-size: 0.5rem !important; letter-spacing: 0.15em; padding: 0.3rem 0.75rem; border: 1px solid; display: inline-block; }
.shipping-badge.available { color: var(--green); border-color: rgba(27,64,35,0.3); }
.shipping-badge.coming-soon { color: var(--gold); border-color: rgba(197,163,88,0.3); }

/* ── Contact Page ── */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 6rem; } }
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-label { font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green); }
.form-input, .form-textarea, .form-select { padding: 0.875rem 1rem; border: 1px solid rgba(197,163,88,0.25); background: transparent; font-family: var(--font-body) !important; font-size: 14px !important; color: var(--grey); transition: border-color 0.2s; width: 100%; }
.form-input:focus, .form-textarea:focus, .form-select:focus { outline: none; border-color: var(--gold); }
.form-textarea { resize: vertical; min-height: 140px; }
.form-submit { padding: 1rem 2.5rem; background: var(--green); color: var(--white); font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.25em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.3s; align-self: flex-start; }
.form-submit:hover { background: #142f1a; }
.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.contact-info-label { font-family: var(--font-label) !important; font-size: 11px !important; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.contact-info-value { font-family: var(--font-body) !important; font-size: 14px !important; color: rgba(42,42,42,0.7); line-height: 1.7; }

/* ── News Page ── */
.news-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 768px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .news-grid { grid-template-columns: repeat(3, 1fr); } }
.news-card { cursor: pointer; }
.news-card-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 1.5rem; transition: opacity 0.3s; }
.news-card:hover .news-card-img { opacity: 0.85; }
.news-card-date { font-family: var(--font-label) !important; font-size: 0.5rem !important; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 0.5rem; }
.news-card-title { font-family: var(--font-jp) !important; font-size: 1rem !important; font-weight: 300; color: var(--grey); line-height: 1.5; margin-bottom: 0.75rem; }
.news-card-excerpt { font-family: var(--font-body) !important; font-size: 13px !important; color: rgba(42,42,42,0.6); line-height: 1.7; }

/* ── Scroll Reveal ── */
[data-sr] { opacity: 0; transform: translateY(20px); transition: opacity 0.9s ease, transform 0.9s ease; }
[data-sr].revealed { opacity: 1; transform: translateY(0); }

/* ── Utility ── */
.text-gold { color: var(--gold); }
.text-green { color: var(--green); }
.text-grey { color: var(--grey); }
.bg-beige { background: var(--beige); }
.bg-green { background: var(--green); }
.bg-white { background: var(--white); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
@media (max-width: 767px) { .hide-mobile { display: none !important; } }

/* ===== Mobile Hospitality Fix ===== */
@media (max-width: 768px) {
  .hosp-item-en,
  .hosp-item-jp,
  .hosp-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}

/* ===== Section Eyebrow 全統一 ===== */
.section-eyebrow,
.wq-hero-eyebrow,
.wq-stat-label,
.hero-eyebrow,
[class*="eyebrow"] {
  font-family: 'futura-pt', sans-serif !important;
  font-size: 20px !important;
  letter-spacing: 0.35em !important;
  text-transform: uppercase !important;
}
/* ===== Futura 本文 強制上書き ===== */
p:not(.section-eyebrow):not(.wq-hero-eyebrow):not(.hero-eyebrow):not(.product-card-tag):not(.product-card-sub):not(.product-card-cta):not(.footer-copy):not(.footer-tagline),
li,
.hosp-desc,
.hosp-item-en,
.ritual-desc,
.wq-reason-desc,
.story-text p,
.faq-answer p,
.faq-question {
  font-size: 20px !important;
}

@media (max-width: 768px) {
  p:not(.section-eyebrow):not(.wq-hero-eyebrow):not(.hero-eyebrow):not(.product-card-tag):not(.product-card-sub):not(.product-card-cta):not(.footer-copy):not(.footer-tagline),
  li,
  .hosp-desc,
  .hosp-item-en,
  .ritual-desc,
  .wq-reason-desc {
    font-size: 12px !important;
  }
}

/* ===== FAQ モバイルのみ小さく ===== */
@media (max-width: 768px) {
  .faq-question {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  .faq-answer p {
    font-size: 13px !important;
  }
}

/* ===== Ritual 数字 大きく ===== */
.ritual-num {
  font-size: 3rem !important;
}

/* ===== Collection/Travel eyebrow モバイルのみ ===== */
@media (max-width: 768px) {
  .products-section .section-eyebrow,
  .travel-section .section-eyebrow {
    font-size: 12px !important;
  }
}

/* ===== Hero eyebrow モバイルのみ小さく ===== */
@media (max-width: 768px) {
  .hero-eyebrow {
    font-size: 12px !important;
  }
}

/* ===== モバイル ボタン・リンク小さく ===== */
@media (max-width: 768px) {
  .btn-primary,
  .btn-outline,
  .btn-ghost,
  .founder-hosp-btn,
  a[style*="border:1px solid #C5A358"],
  a[style*="border: 1px solid #C5A358"] {
    font-size: 10px !important;
    padding: 0.5rem 1rem !important;
    letter-spacing: 0.15em !important;
  }
}
/* ===== Founder Name Fix ===== */
.founder-profile-grid h2 {
  font-size: 2rem !important;
  font-family: 'linotype-didot', serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.founder-profile-grid h2 span {
  font-family: 'heisei-mincho-std', serif !important;
  font-style: normal !important;
  font-size: 2rem !important;
}
@media (max-width: 768px) {
  .founder-profile-grid h2 {
    font-size: 1.8rem !important;
  }
  .founder-profile-grid h2 span {
    font-size: 1.8rem !important;
  }
}
/* ===== モバイル eyebrow 小さく ===== */
@media (max-width: 768px) {
  .hosp-section .section-eyebrow,
  .faq-section .section-eyebrow,
  .ritual-section .section-eyebrow {
    font-size: 13px !important;
  }
}

/* ===== Origin・Founder タイトルサイズ統一 ===== */
.origin-title,
.founder-hosp-title {
  font-size: clamp(1.8rem, 4vw, 3rem) !important;
}

@media (max-width: 768px) {
  .origin-title,
  .founder-hosp-title {
    font-size: 1.8rem !important;
  }
}
/* ===== Stat Numbers 最強上書き ===== */
.wq-stats-grid .wq-stat p:first-child {
  font-family: 'linotype-didot', serif !important;
  font-size: 8rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #C5A358 !important;
  margin-bottom: 0.5rem !important;
}
/* ===== Mobile Eyebrow fixes ===== */
@media (max-width: 768px) {

  /* 1: Brand Story */
  .story-section .section-eyebrow,
  .brand-story .section-eyebrow {
    font-size: 11px !important;
  }

  /* 2: Origin page */
  .wq-hero .wq-hero-eyebrow,
  .wq-cta .section-eyebrow {
    font-size: 13px !important;
  }

  /* 3: Why Qatar page */
  .why-qatar-page .wq-hero-eyebrow {
    font-size: 13px !important;
  }

  /* 4: Contact page */
  .form-submit {
    font-size: 13px !important;
  }
}
/* ===== Legal Page Mobile ===== */
@media (max-width: 768px) {
  /* 5: タブ */
  .legal-page .legal-tab:first-child {
    font-size: 10px !important;
    padding: 0.5rem 0.75rem !important;
  }
  .legal-page .legal-tab {
    font-size: 12px !important;
    padding: 0.5rem 0.5rem !important;
  }

  /* 5: SELLERなどをdidotに */
  .legal-page .legal-table td:first-child {
    font-family: 'linotype-didot', serif !important;
    font-style: italic !important;
    font-size: 13px !important;
    color: var(--green) !important;
  }

  .legal-page .legal-table td:last-child {
    font-size: 14px !important;
  }
}
/* ===== Legal Table Padding Fix ===== */
.legal-page .legal-content#tab-tokushoho,
.legal-page #tab-tokushoho {
  padding: 0 3rem !important;
}

.legal-page .legal-table td {
  padding: 1rem 8rem !important;
}

@media (max-width: 768px) {
  .legal-page .legal-content#tab-tokushoho,
  .legal-page #tab-tokushoho {
    padding: 0 1rem !important;
  }
  .legal-page .legal-table td {
    padding: 0.75rem 1rem !important;
  }
}
@media (max-width: 768px) {
  .legal-page .legal-table td {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
  }
}
@media (max-width: 768px) {
  .legal-page .legal-tabs {
    justify-content: center !important;
  }
}
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center !important;
  margin-bottom: 0.5rem;
}

.footer-legal-links a {
  font-family: var(--font-label) !important;
  font-size: 11px !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35) !important;
  transition: color 0.2s;
}

.footer-bottom-row {
  display: flex;
  justify-content: center !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
}

.footer-copy {
  font-family: var(--font-label) !important;
  font-size: 11px !important;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.25);
}

.footer-tagline {
  font-family: var(--font-label) !important;
  font-size: 11px !important;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.2);
}
.hero-title {
  font-size: clamp(1.8rem, 4vw, 4rem) !important;
}
@media (max-width: 768px) {
  .story-hero-bg {
    min-height: 200px !important;
    padding: 5rem 2rem 3rem !important;
  }
}
.hide-desktop { display: none; }
@media (max-width: 768px) {
  .hide-desktop { display: inline !important; }
}
@media (max-width: 768px) {
  .story-hero-bg,
  .story-hero-bg ~ section,
  .story-hero-bg ~ div {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (max-width: 768px) {
  .story-founder-bg > div[style] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (min-width: 700px) {
  .wq-cta {
    min-height: 400px !important;
    display: flex !important;
    align-items: center !important;
  }
}
@media (max-width: 768px) {
  .wq-hero {
    min-height: 30vh !important;
  }
}
@media (min-width: 769px) {
  .product-card-tag {
    font-size: 0.7rem !important;
    padding: 0.5rem 1.25rem !important;
  }
}
@media (min-width: 769px) {
  .travel-card-tag {
    font-size: 0.7rem !important;
    padding: 0.5rem 1.25rem !important;
  }
}

.product-detail-name {
  font-family: 'heisei-mincho-std', serif !important;
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: var(--grey);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
/* ===== 配送料注記 小さく ===== */
.product-detail-price-note {
  font-size: 9px !important;
  color: rgba(42,42,42,0.45) !important;
  line-height: 1.6 !important;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 768px) {
  .wq-hero-eyebrow {
    font-size: 10px !important;
    letter-spacing: 0.25em !important;
  }
}
/* ===== Product Features 横並び ===== */
.product-detail-features {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  justify-content: flex-start !important;
}

/* ===== 商品説明 行間を詰める ===== */
.product-detail-desc {
  line-height: 1.6 !important;
}

.product-detail-desc p {
  margin-bottom: 1rem !important;
}

.product-detail-desc div[style*="margin-bottom:2rem"] {
  margin-bottom: 1rem !important;
}

.product-detail-desc div[style*="margin-bottom:1.5rem"] {
  margin-bottom: 0.75rem !important;
}

/* ===== 商品名 少し小さく ===== */
.product-detail-name {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
/* モバイル：商品名を写真の前に、詳細を後に */
.product-mobile-header { display: none; }
.product-mobile-desc { display: none; }

@media (max-width: 768px) {
  .product-mobile-header { display: block; }
  .product-desktop-info .product-detail-eyebrow,
  .product-desktop-info h1,
  .product-desktop-info .product-detail-sub,
  .product-desktop-info .product-detail-divider,
  .product-desktop-info .product-detail-desc { display: none; }
  .product-mobile-desc { display: block; margin-top: 2rem; }
}
.product-mobile-header { display: none; }
.product-mobile-desc { display: none; }

@media (max-width: 768px) {
  .product-mobile-header { display: block; }
  .product-mobile-desc { display: block; margin-top: 2rem; }
  .product-desktop-info .product-detail-eyebrow { display: none !important; }
  .product-desktop-info .product-detail-name { display: none !important; }
  .product-desktop-info .product-detail-sub { display: none !important; }
  .product-desktop-info .product-detail-divider { display: none !important; }
  .product-desktop-info .product-detail-desc { display: none !important; }
  .product-desktop-info .product-spec-list { display: none !important; }
  .product-desktop-info .product-detail-features { display: none !important; }
}
.product-mobile-header { display: none; }
.product-mobile-desc { display: none; }
.product-notes-mobile { display: none; }

@media (max-width: 768px) {
  .product-mobile-header { display: block; }
  .product-mobile-desc { display: block; margin-top: 2rem; }
  .product-notes-mobile { display: block; }
  .product-notes-desktop { display: none !important; }
  .product-desktop-info .product-detail-eyebrow { display: none !important; }
  .product-desktop-info .product-detail-name { display: none !important; }
  .product-desktop-info .product-detail-sub { display: none !important; }
  .product-desktop-info .product-detail-divider { display: none !important; }
  .product-desktop-info .product-detail-desc { display: none !important; }
  .product-desktop-info .product-spec-list { display: none !important; }
  .product-desktop-info .product-detail-features { display: none !important; }
}
@media (max-width: 768px) {
  .product-notes-desktop { display: none !important; }
  .product-detail-grid > div:first-child > div[style*="margin-top:2rem"] {
    margin-top: 0.5rem !important;
  }
  .product-form {
    margin-bottom: 0 !important;
  }
  .add-to-cart-btn {
    margin-bottom: 0 !important;
  }
}
.site-nav a,
.nav-link,
.header-nav a {
  white-space: nowrap;
}
