/* ── Motuhake Redesign Homepage CSS ── */

/* ═══ HERO ═══ */
.mth-hero {
  position: relative;
  min-height: 620px;
  height: 84vh;
  max-height: 860px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #15110E;
  background-image: url(https://storage.googleapis.com/motuhake/2026/06/6a365c88-hero_main.jpg);
  background-size: cover;
  background-position: 64% 40%;
}
.mth-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(10,8,7,0.82) 0%, rgba(10,8,7,0.5) 40%, rgba(10,8,7,0.05) 74%);
}
.mth-hero-content {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 clamp(18px, 5vw, 56px);
}
.mth-hero-tag {
  display: inline-block;
  font-family: 'Hanken Grotesk', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #CE1126;
  margin-bottom: 22px;
}
.mth-hero-title {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  font-size: clamp(56px, 10vw, 132px);
  line-height: 0.9;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 24px;
  max-width: 13ch;
}
.mth-hero-title em { font-style: italic; font-weight: 400; }
.mth-hero-sub {
  max-width: 500px;
  font-family: 'Hanken Grotesk', -apple-system, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.58;
  color: rgba(247,243,236,0.84);
  margin: 0 0 36px;
}
.mth-hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.mth-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  height: 56px;
  padding: 0 30px;
  border-radius: 2px;
  font-family: 'Hanken Grotesk', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease;
}
.mth-hero-btn--primary { background: #CE1126; color: #fff; }
.mth-hero-btn--primary:hover { background: #b00e20; color: #fff; }
.mth-hero-btn--ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(4px);
}
.mth-hero-btn--ghost:hover { background: rgba(255,255,255,0.16); color: #fff; }
.mth-hero-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.mth-hero-bar-item {
  flex: 1;
  padding: 18px clamp(18px, 5vw, 56px);
  display: flex;
  align-items: center;
  gap: 11px;
  color: #F3EEE5;
  font-family: 'Hanken Grotesk', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 11.5px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.mth-hero-bar-item + .mth-hero-bar-item { border-left: 1px solid rgba(255,255,255,0.14); }
.mth-hero-bar-item span { color: #CE1126; font-size: 16px; }

/* ═══ MARQUEE ═══ */
.mth-marquee {
  background: #15110E;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mth-marquee-track {
  display: flex;
  width: max-content;
  animation: mth-marquee 26s linear infinite;
}
@keyframes mth-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.mth-marquee-content {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 15px 17px;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
  color: #F3EEE5;
  white-space: nowrap;
}
.mth-marquee-sep { color: #CE1126; }

/* ═══ SHARED ═══ */
.mth-section-tag {
  display: inline-block;
  font-family: 'Hanken Grotesk', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #CE1126;
}
.mth-section-h2 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
  color: #15110E;
  margin: 14px 0 0;
}
.mth-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Hanken Grotesk', -apple-system, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #15110E;
  text-decoration: none;
  transition: gap 0.2s ease;
}
.mth-link-arrow:hover { gap: 14px; color: #15110E; }
.mth-link-arrow span { border-bottom: 2px solid #CE1126; padding-bottom: 4px; }
.mth-link-white { color: #fff; }
.mth-link-white:hover { color: #fff; }

/* ═══ CATEGORIES ═══ */
.mth-categories {
  max-width: 1340px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 104px) clamp(18px, 5vw, 56px) clamp(28px, 3vw, 40px);
}
.mth-categories-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.mth-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(12px, 1.4vw, 20px);
}
.mth-cat-tile {
  position: relative;
  display: block;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  background: #F0E9DE;
  text-decoration: none;
}
.mth-cat-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.2,0.6,0.2,1);
}
.mth-cat-tile:hover .mth-cat-bg { transform: scale(1.05); }
.mth-cat-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,8,7,0) 38%, rgba(10,8,7,0.78) 100%);
}
.mth-cat-text { position: absolute; left: 18px; bottom: 16px; right: 18px; color: #fff; }
.mth-cat-name { display: block; font-family: 'Instrument Serif', Georgia, serif; font-size: 25px; line-height: 1; }
.mth-cat-count { display: block; font-family: 'Hanken Grotesk', -apple-system, sans-serif; font-weight: 600; font-size: 10.5px; line-height: 1; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.72); margin-top: 7px; }

/* ═══ BESTSELLERS ═══ */
.mth-bestsellers {
  max-width: 1340px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 72px) clamp(18px, 5vw, 56px);
}
.mth-bestsellers-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.mth-bestsellers-grid .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
  gap: clamp(14px, 1.6vw, 26px);
}

/* ═══ STORY ═══ */
.mth-story {
  background: #15110E;
  color: #F3EEE5;
  margin-top: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: stretch;
}
.mth-story-img { position: relative; min-height: 420px; overflow: hidden; }
.mth-story-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }
.mth-story-text { padding: clamp(40px, 5vw, 84px); display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.mth-story-h2 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; font-size: clamp(32px, 4.4vw, 54px); line-height: 1.02; color: #fff; margin: 0; max-width: 16ch; }
.mth-story-p { font-family: 'Hanken Grotesk', -apple-system, sans-serif; font-weight: 400; font-size: 16.5px; line-height: 1.62; color: rgba(243,238,229,0.78); margin: 0; max-width: 48ch; }

/* ═══ VALUES ═══ */
.mth-values {
  max-width: 1340px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 100px) clamp(18px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(20px, 2.4vw, 40px);
}
.mth-value { display: flex; flex-direction: column; gap: 13px; }
.mth-value-icon { color: #CE1126; }
.mth-value-h3 { font-family: 'Hanken Grotesk', -apple-system, sans-serif; font-weight: 700; font-size: 16px; line-height: 1.3; letter-spacing: 0.01em; color: #15110E; margin: 0; }
.mth-value-p { font-family: 'Hanken Grotesk', -apple-system, sans-serif; font-weight: 400; font-size: 14.5px; line-height: 1.6; color: #6E665D; margin: 0; }

/* ═══ MOBILE ═══ */
@media (max-width: 768px) {
  .mth-hero { height: auto; min-height: 500px; }
  .mth-hero-title { font-size: clamp(40px, 12vw, 64px); }
  .mth-hero-sub { font-size: 15px; }
  .mth-hero-bar { display: none; }
  .mth-hero-buttons { flex-direction: column; }
  .mth-hero-btn { width: 100%; justify-content: center; }
  .mth-story { grid-template-columns: 1fr; }
  .mth-story-img { min-height: 280px; }
  .mth-marquee-content { font-size: 16px; gap: 20px; }
}
