/* ==========================================================================
   Home page (2026 redesign) — hm- prefix, built on anou-tokens.css.
   Design source: design_handoff_home/Home v2.dc.html
   ========================================================================== */

.hm-hero, .hm-container, .hm-band {
  box-sizing: border-box;
  font-family: var(--font-body, grap, sans-serif);
}
.hm-hero *, .hm-container *, .hm-band * { box-sizing: border-box; }

.hm-container {
  max-width: var(--page-max, 1280px);
  margin: 0 auto;
  padding: 48px 40px;
}

.hm-eyebrow {
  margin: 0;
  font-family: var(--font-ui, grap-med, sans-serif);
  font-size: var(--text-label, 11px);
  letter-spacing: 3px;
  color: var(--anou-blue, #407bd9);
}
.hm-h2 {
  margin: 8px 0 0 0;
  font-family: var(--font-display, grotesk, sans-serif);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  color: var(--ink, #2e333d);
}
.hm-body {
  margin: 14px 0 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-body, #4b5563);
}
.hm-link {
  font-family: var(--font-ui, grap-med, sans-serif);
  font-size: 13px;
  color: var(--anou-blue, #407bd9);
  text-decoration: none;
}
.hm-link:hover { color: var(--anou-blue-dark, #3568bd); text-decoration: none; }
.hm-band { background: var(--anou-blue-panel, #f2f6fc); }

/* --- Campaign hero ---------------------------------------------------------- */
.hm-hero { position: relative; display: block; max-height: 600px; overflow: hidden; text-decoration: none; }
.hm-hero-img { width: 100%; max-height: 600px; object-fit: cover; display: block; }
.hm-hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(20,30,50,.25), rgba(20,30,50,.55));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; text-align: center; padding: 0 24px;
}
.hm-hero-eyebrow {
  margin: 0; font-family: var(--font-ui, grap-med, sans-serif);
  font-size: 12px; letter-spacing: 3px; color: #ffffff; opacity: .85;
}
.hm-hero-title {
  margin: 0; font-family: var(--font-display, grotesk, sans-serif);
  font-weight: 900; font-size: 54px; line-height: 1.1; color: #ffffff;
}
.hm-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  height: 48px; padding: 0 26px;
  background: var(--anou-blue, #407bd9); color: #ffffff;
  font-family: var(--font-ui, grap-med, sans-serif);
  font-size: 13px; letter-spacing: 1.5px;
}
.hm-hero:hover .hm-btn-primary { background: var(--anou-blue-dark, #3568bd); }

/* --- Ways to shop ----------------------------------------------------------- */
.hm-ways {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px;
}
.hm-way-card { display: block; text-decoration: none; }
.hm-way-card img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
}
.hm-way-title {
  margin: 14px 0 0 0; font-family: var(--font-display, grotesk, sans-serif);
  font-weight: 900; font-size: 19px; color: var(--ink, #2e333d);
}
.hm-way-sub {
  margin: 6px 0 10px 0; font-size: 14px; line-height: 1.6; color: var(--ink-muted, #6b7280);
}
.hm-way-card:hover .hm-link { color: var(--anou-blue-dark, #3568bd); }

/* --- What makes Anou different ---------------------------------------------- */
.hm-diff-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px;
}
.hm-diff-tile { position: relative; display: block; overflow: hidden; text-decoration: none; }
.hm-diff-tile img {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: bottom; display: block;
}
.hm-diff-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(20,30,50,.15), rgba(20,30,50,.6));
  display: flex; flex-direction: column; justify-content: flex-end;
  align-items: flex-start; padding: 22px; gap: 6px;
}
.hm-diff-title {
  margin: 0; font-family: var(--font-display, grotesk, sans-serif);
  font-weight: 900; font-size: 21px; line-height: 1.25; color: #ffffff;
}
.hm-diff-link {
  font-family: var(--font-ui, grap-med, sans-serif);
  font-size: 13px; color: #ffffff; opacity: .85;
}

/* --- Experiences ------------------------------------------------------------- */
.hm-exp {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.hm-exp-image img {
  width: 100%; display: block;
  box-shadow: var(--anou-blue, #407bd9) -12px -12px;
}
.hm-exp-links { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 18px; }

/* --- Favorites / face-off ---------------------------------------------------- */
.hm-favs-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px; flex-wrap: wrap; margin-bottom: 22px;
}
.hm-favs-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px 24px; }
.hm-fav-card { cursor: pointer; }
.hm-fav-card:focus-visible { outline: 2px solid var(--anou-blue, #407bd9); outline-offset: 3px; }
.hm-fav-photo { position: relative; background: var(--anou-blue-panel, #f2f6fc); }
.hm-fav-photo img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block;
}
.hm-heart {
  position: absolute; top: 12px; right: 12px;
  font-size: 17px; line-height: 1; color: #ffffff;
  text-shadow: 0 1px 4px rgba(46,51,61,.45);
}
.hm-fav-name {
  display: flex; justify-content: space-between; gap: 12px; align-items: baseline;
  margin: 10px 0 0 0;
  font-family: var(--font-ui, grap-med, sans-serif);
  font-size: 14px; color: var(--ink, #2e333d); line-height: 1.35;
}
.hm-fav-price { white-space: nowrap; }
.hm-fav-seller { margin: 3px 0 0 0; font-size: 13px; color: var(--ink-muted, #6b7280); }
.hm-fav-seller-link { color: var(--anou-blue, #407bd9); }

/* --- Press -------------------------------------------------------------------- */
.hm-press-inner {
  max-width: 880px; margin: 0 auto; padding: 48px 40px; text-align: center;
}
.hm-quote { display: block; text-decoration: none; }
.hm-quote[hidden] { display: none; }
.hm-quote-text {
  margin: 16px 0 0 0;
  font-family: var(--font-display, grotesk, sans-serif);
  font-weight: 900; font-size: 22px; line-height: 1.45; color: var(--ink, #2e333d);
}
.hm-quote-source { margin: 12px 0 0 0; font-size: 14px; color: var(--ink-muted, #6b7280); }
.hm-press-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.hm-press-dot {
  width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0;
  background: var(--anou-blue, #407bd9); opacity: .35; cursor: pointer;
}
.hm-press-dot-active { opacity: 1; }

/* --- Responsive ---------------------------------------------------------------- */
@media (max-width: 900px) {
  .hm-container { padding: 32px 20px; }
  .hm-hero-title { font-size: 34px; }
  .hm-ways { grid-template-columns: 1fr; }
  .hm-diff-grid { grid-template-columns: 1fr; }
  .hm-exp { grid-template-columns: 1fr; gap: 32px; }
  .hm-favs-grid { grid-template-columns: 1fr 1fr; }
  .hm-quote-text { font-size: 17px; }
}
@media (max-width: 640px) {
  .hm-favs-grid { grid-template-columns: 1fr; }
}
