:root {
  --ink: #513631;
  --wine: #9b3f5c;
  --wine-dark: #7f304a;
  --muted: #7f6a62;
  --line: #eadfd8;
  --soft: #fbf7f3;
  --beige: #f4ece5;
  --paper: #ffffff;
  --shadow-soft: 0 12px 32px rgba(81, 54, 49, .07);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 10px;
}

/* =========================================================
   HOME ONLY — shared.css is the foundation.
   Desktop stays close to the original MOTTO OIMO balance.
   Mobile becomes more editorial and photo-led.
========================================================= */
.home-page {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: clip;
}
.home-page * { box-sizing: border-box; }
.home-page img { display: block; width: 100%; }
.home-page a { color: inherit; text-decoration: none; }
.home-page .wrap { width: min(96%, 1000px); margin-inline: auto; }

/* Hero — desktop is compact and familiar */
.home-page .hero { background: #fff; }
.home-page .hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 43% 57%;
  width: min(100%, 1055px);
  min-height: 390px;
  margin: auto;
  overflow: hidden;
}
.home-page .hero-copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 28px 46px 64px;
  background: linear-gradient(180deg,#fff 0%,#fffaf7 100%);
}
.home-page .hero-kicker,
.home-page .eyebrow {
  margin: 0 0 8px !important;
  color: var(--wine) !important;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: .2em;
}
.home-page .hero h1 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .08em;
}
.home-page .hero-lead {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}
.home-page .hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 25px; }
.home-page .pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(90deg,var(--wine-dark),var(--wine));
  border-radius: 999px;
  box-shadow: 0 9px 20px rgba(155,63,92,.17);
  transition: transform .2s ease, box-shadow .2s ease;
}
.home-page .pill-button:hover { transform: translateY(-2px); box-shadow: 0 13px 26px rgba(155,63,92,.21); }
.home-page .pill-button:active { transform: scale(.98); }
.home-page .text-button,
.home-page .more-link { color: var(--wine); font-size: 13px; font-weight: 600; white-space: nowrap; }
.home-page .hero-photo { position: relative; height: 390px; margin: 0; overflow: hidden; }
.home-page .hero-photo img { height: 100%; object-fit: cover; object-position: center; }
.home-page .hero-photo::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 18%;
  content: "";
  background: linear-gradient(90deg,#fffaf7 0%,rgba(255,250,247,0) 100%);
}

/* Sections */
.home-page .home-section { padding: 66px 0; }
.home-page .home-section--soft { background: var(--soft); }
.home-page .home-section--beige { background: var(--beige); }
.home-page .home-section__inner { background: transparent; }
.home-page .section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.home-page .section-heading h2 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .04em;
}
.home-page .section-heading p:not(.eyebrow) { margin: 6px 0 0; color: var(--muted); font-size: 13px; }

/* Map */
.home-page .map-feature {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.home-page .map-feature__visual { min-height: 330px; background: #faf6f2; }
.home-page .map-feature__visual img { width: 100%; height: 100%; object-fit: cover; }
.home-page .map-feature__content { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.home-page .map-feature__label { margin: 0 0 10px; color: var(--wine); font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.home-page .map-feature h3 { margin: 0; font-family: "Noto Serif JP", serif; font-size: 23px; font-weight: 500; line-height: 1.55; }
.home-page .map-feature__content > p:not(.map-feature__label) { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.home-page .map-feature__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 25px; }
.home-page .map-feature__chips span { padding: 5px 11px; color: var(--wine); font-size: 12px; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; }
.home-page .map-feature .pill-button { align-self: flex-start; margin-top: 18px;}

/* Online */
.home-page .online-products-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home-page .product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: none; }
.home-page .variety-content { display: flex; height: 100%; flex-direction: column; padding: 16px; }
.home-page .variety-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "texture weight"
    "variety variety";
  align-items: center;
  column-gap: 12px;
  row-gap: 7px;
  margin-bottom: 12px;
}
.home-page .texture-label {
  grid-area: texture;
  justify-self: start;
  padding: 4px 8px;
  color: var(--wine);
  font-size: 11px;
  background: #f8e7ed;
  border-radius: 999px;
}
.home-page .variety-name {
  grid-area: variety;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.home-page .variety-weight {
  grid-area: weight;
  justify-self: end;
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}
.home-page .variety-recommendation {
  margin: -4px 0 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.home-page .recommended-product { display: block; color: inherit; }
.home-page .recommended-product-image { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: #faf7f3; border-radius: 12px; }
.home-page .recommended-product-image img { width: 100%; height: 100%; object-fit: contain; }
.home-page .recommended-product-info { margin-top: 12px; }
.home-page .product-title { display: -webkit-box; min-height: 3em; margin: 0; overflow: hidden; font-family: "Noto Serif JP", serif; font-size: 14px; font-weight: 500; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-page .shop-name { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.home-page .product-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: 10px; }
.home-page .price { color: var(--wine); font-size: 16px; }
.home-page .review { color: #a06d35; font-size: 12px; font-weight: 600; text-align: right; }
.home-page .rakuten-button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 38px; margin-top: 12px; padding: 7px 9px; color: var(--ink); font-size: 12px; font-weight: 600; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; }
.home-page .loading,
.home-page .product-error { grid-column: 1/-1; padding: 30px; color: var(--muted); text-align: center; background: var(--soft); border-radius: var(--radius-md); }

/* Discover */
.home-page .discover-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 16px; }
.home-page .discover-card { min-width: 0; overflow: hidden; background: #fff; border: 0; border-radius: var(--radius-md); box-shadow: 0 9px 26px rgba(81,54,49,.065); }
.home-page .discover-card .card-image { width: 100%; aspect-ratio: 4/5; overflow: hidden; background: #f7f1ec; }
.home-page .discover-card .card-image img { width: 100%; height: 100%; object-fit: cover; }
.home-page .card-image--empty { display: flex; align-items: center; justify-content: center; }
.home-page .no-image-content { display: flex; flex-direction: column; align-items: center; color: var(--wine); }
.home-page .no-image-logo { width: 54px; height: 54px; object-fit: contain; opacity: .7; }
.home-page .no-image-content p { margin: 10px 0 0; font-family: "Noto Serif JP", serif; font-size: 12px; letter-spacing: .18em; }
.home-page .home-post-body { padding: 15px; }
.home-page .home-post-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; }
.home-page .home-post-title { margin: 10px 0 0; font-family: "Noto Serif JP", serif; font-size: 15px; line-height: 1.5; }
.home-page .home-post-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.home-page .home-post-tags span { padding: 3px 7px; color: #8a6257; font-size: 10px; background: #fff8f4; border: 1px solid var(--line); border-radius: 999px; }
.home-page .home-post-comment { margin: 11px 0 0; color: var(--ink); font-family: "Noto Serif JP", serif; font-size: 13px; line-height: 1.75; }
.home-page .outline-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 17px; color: var(--wine); font-size: 12px; font-weight: 600; background: #fff; border: 1px solid #cda8b2; border-radius: 999px; white-space: nowrap; }

/* Guide */
.home-page .guide-scroll { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home-page .guide-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.home-page .guide-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.home-page .guide-card div { padding: 16px; }
.home-page .guide-card span { color: var(--wine); font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.home-page .guide-card h3 { margin: 6px 0 0; font-family: "Noto Serif JP", serif; font-size: 17px; font-weight: 500; }
.home-page .guide-card p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }

/* Brand message */
.home-page .brand-message { position: relative; min-height: 390px; overflow: hidden; }
.home-page .brand-message > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-page .brand-message::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(41,24,21,.62),rgba(41,24,21,.18)); }
.home-page .brand-message__overlay { position: relative; z-index: 2; display: flex; min-height: 390px; flex-direction: column; justify-content: center; width: min(96%,1000px); margin-inline: auto; color: #fff; }
.home-page .brand-message .eyebrow { color: #f2dbe2 !important; }
.home-page .brand-message h2 { margin: 0; font-family: "Noto Serif JP", serif; font-size: 40px; font-weight: 500; line-height: 1.55; }
.home-page .brand-message__overlay > p:last-child { margin: 16px 0 0; font-size: 14px; }

/* Tablet */
@media (max-width: 900px) {
  .home-page .header { height: 88px; }
  .home-page .header__inner { grid-template-columns: 170px 1fr; width: min(94%,1000px); }
  .home-page .logo img { height: 84px; max-width: 160px; }
  .home-page .nav { display: none; }
  .home-page .hero__inner { grid-template-columns: 1fr; min-height: auto; }
  .home-page .hero-copy { padding: 46px 28px 32px; }
  .home-page .hero-photo { height: 52vw; min-height: 330px; }
  .home-page .hero-photo::before { display: none; }
  .home-page .map-feature { grid-template-columns: 1fr; }
  .home-page .map-feature__visual { min-height: 300px; }
  .home-page .map-feature__content { padding: 32px; }
  .home-page .online-products-grid,
  .home-page .discover-grid,
  .home-page .guide-scroll { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* =========================================================
   iPhone / Mobile — photo-led editorial layout
========================================================= */
@media (max-width: 700px) {
  .home-page { font-size: 13px; }
  .home-page .wrap { width: calc(100% - 32px); }

  /* Hero: photo first, copy overlaps the image like a designed editorial card */
  .home-page .hero { padding-bottom: 10px; }
  .home-page .hero__inner { display: flex; flex-direction: column; width: 100%; overflow: visible; }
  .home-page .hero-photo { order: 1; width: calc(100% - 24px); height: 72vw; min-height: 280px; max-height: 360px; margin: 12px 0 0 auto; border-radius: 22px 0 0 22px; }
  .home-page .hero-photo img { object-position: center 48%; }
  .home-page .hero-copy {
    order: 2;
    position: relative;
    z-index: 3;
    width: calc(100% - 32px);
    margin: -50px auto 0;
    padding: 25px 20px 23px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(234,223,216,.9);
    border-radius: 20px;
    box-shadow: 0 16px 38px rgba(81,54,49,.11);
    backdrop-filter: blur(10px);
  }
  .home-page .hero-kicker { margin-bottom: 7px !important; font-size: 10px !important; }
  .home-page .hero h1 { font-size: 34px; line-height: 1.43; letter-spacing: .03em; }
  .home-page .hero-lead { margin-top: 12px; font-size: 12px; line-height: 1.8; }
  .home-page .hero-actions { gap: 14px; margin-top: 18px; }
  .home-page .pill-button { min-height: 42px; padding: 9px 16px; font-size: 12px; }
  .home-page .text-button { font-size: 12px; }

  .home-page .home-section { padding: 58px 0; }
  .home-page .section-heading { align-items: flex-end; gap: 10px; margin-bottom: 18px; }
  .home-page .section-heading > div { min-width: 0; }
  .home-page .section-heading h2 { font-size: 24px; line-height: 1.4; }
  .home-page .section-heading p:not(.eyebrow) { display: -webkit-box; margin-top: 4px; overflow: hidden; font-size: 12px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .home-page .eyebrow { margin-bottom: 4px !important; font-size: 10px !important; }
  .home-page .more-link { flex: 0 0 auto; font-size: 12px; }

  .home-page .map-feature { border-radius: 20px; }
  .home-page .map-feature__visual { min-height: 220px; }
  .home-page .map-feature__content { padding: 22px 19px 21px; }
  .home-page .map-feature h3 { font-size: 20px; }
  .home-page .map-feature__content > p:not(.map-feature__label) { margin-top: 10px; font-size: 12px; }
  .home-page .map-feature__chips { margin: 16px 0 20px; }
  .home-page .map-feature__chips span { padding: 4px 9px; font-size: 11px; }

  /* Online: fixed 2 columns, product image first */
  .home-page .online-products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .home-page .product-card { border-radius: 15px; }
  .home-page .variety-content { padding: 10px; }
  .home-page .variety-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "texture weight"
      "variety variety";
    align-items: center;
    column-gap: 8px;
    row-gap: 5px;
    margin-bottom: 8px;
  }
  .home-page .texture-label {
    grid-area: texture;
    justify-self: start;
    display: inline-block;
    padding: 3px 6px;
    font-size: 9px;
  }
  .home-page .variety-name {
    grid-area: variety;
    display: block;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.45;
  }
  .home-page .variety-weight {
    grid-area: weight;
    justify-self: end;
    color: var(--muted);
    font-size: 9px;
    white-space: nowrap;
  }
  .home-page .variety-recommendation {
    margin: -2px 0 8px;
    font-size: 10px;
    line-height: 1.5;
  }
  .home-page .recommended-product-image { border-radius: 10px; }
  .home-page .recommended-product-info { margin-top: 8px; }
  .home-page .product-title { min-height: 2.9em; font-size: 12px; line-height: 1.45; }
  .home-page .shop-name { font-size: 10px; }
  .home-page .product-footer { display: block; margin-top: 6px; }
  .home-page .price { font-size: 14px; }
  .home-page .review { margin-top: 1px; font-size: 10px; text-align: left; }
  .home-page .rakuten-button { min-height: 34px; margin-top: 8px; padding: 6px 4px; font-size: 10px; border-radius: 9px; }

  /* Discover: staggered two-column visual rhythm */
  .home-page .discover-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .home-page .discover-grid > :nth-child(even) { transform: translateY(18px); }
  .home-page .discover-card { border-radius: 15px; }
  .home-page .discover-card .card-image { aspect-ratio: 4/5; }
  .home-page .discover-grid > :nth-child(3n) .card-image { aspect-ratio: 1/1; }
  .home-page .home-post-body { padding: 10px; }
  .home-page .home-post-meta { font-size: 9px; }
  .home-page .home-post-title { margin-top: 6px; font-size: 13px; }
  .home-page .home-post-tags { margin-top: 6px; }
  .home-page .home-post-tags span { padding: 2px 5px; font-size: 9px; }
  .home-page .home-post-comment { display: -webkit-box; margin-top: 7px; overflow: hidden; font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  
  /* Guide: safe horizontal carousel; no clipping on the right */
  .home-page .guide .home-section__inner { width: 100%; }
  .home-page .guide .section-heading { width: calc(100% - 32px); margin-inline: auto; }
  .home-page .guide-scroll {
    display: flex;
    width: 100%;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px 8px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }
  .home-page .guide-scroll::-webkit-scrollbar { display: none; }
  .home-page .guide-card { flex: 0 0 min(78vw, 300px); min-width: 0; scroll-snap-align: start; }
  .home-page .guide-card:last-child { margin-right: 4px; }
  .home-page .guide-card div { padding: 14px; }
  .home-page .guide-card h3 { font-size: 16px; }

  .home-page .brand-message { min-height: 370px; }
  .home-page .brand-message__overlay { width: calc(100% - 32px); min-height: 370px; }
  .home-page .brand-message h2 { font-size: 28px; line-height: 1.58; }
  .home-page .brand-message__overlay > p:last-child { font-size: 12px; }
}


/* =========================================================
   TOP POLISH — full-width visual hero / refined navigation
   / safe OIMO GUIDE carousel
========================================================= */

/* Hero: same photo-led, edge-to-edge feeling as the closing visual */
.home-page .hero {
  position: relative;
  min-height: 520px;
  background: #2f1f1c;
  overflow: hidden;
}
.home-page .hero__inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 520px;
  max-width: none;
  overflow: hidden;
}
.home-page .hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.home-page .hero-photo::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  content: "";
  background:
    linear-gradient(90deg,rgba(38,22,19,.72) 0%,rgba(38,22,19,.48) 44%,rgba(38,22,19,.10) 78%),
    linear-gradient(180deg,rgba(20,10,8,.05) 45%,rgba(20,10,8,.30) 100%);
}
.home-page .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.01);
}
.home-page .hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(96%,1000px);
  min-height: 500px;
  margin-inline: auto;
  padding: 88px 0 76px;
  justify-content: center;
  align-items: flex-start;
  background: transparent;
  color: #fff;
}
.home-page .hero-kicker {
  color: #f2dbe2 !important;
}
.home-page .hero h1 {
  color: #fff;
  font-size: clamp(38px,4.2vw,56px);
  line-height: 1.5;
  text-shadow: 0 2px 18px rgba(22,10,8,.22);
}
.home-page .hero-lead {
  color: rgba(255,255,255,.88);
  font-size: 14px;
}
.home-page .hero .pill-button {
  color: var(--wine-dark);
  background: #fff;
  box-shadow: 0 12px 30px rgba(20,10,8,.20);
}
.home-page .hero .pill-button:hover {
  background: #fff8f5;
  box-shadow: 0 15px 34px rgba(20,10,8,.25);
}
.home-page .hero .text-button {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.68);
}

/* OIMO GUIDE: carousel stays fully inside the iPhone viewport */
@media (max-width: 700px) {
  .home-page .hero {
    min-height: 300px;
    padding: 0;
  }
  .home-page .hero__inner {
    min-height: 300px;
    overflow: hidden;
  }
  .home-page .hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }
  .home-page .hero-photo::before {
    display: block;
    background:
      linear-gradient(180deg,rgba(35,18,15,.22) 0%,rgba(35,18,15,.30) 35%,rgba(35,18,15,.58) 100%);
  }
  .home-page .hero-photo img {
    object-position: center 42%;
  }
  .home-page .hero-copy {
    position: relative;
    z-index: 2;
    width: calc(100% - 32px);
    min-height: 500px;
    margin: 0 auto;
    padding: 0 0 38px;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  .home-page .hero h1 {
    color: #fff;
    font-size: 34px;
    line-height: 1.45;
  }
  .home-page .hero-text {
  transform: translateY(-42px);
  }
  .home-page .hero-lead {
    color: rgba(255,255,255,.88);
    font-size: 12px;
    line-height: 1.8;
  }
  .home-page .hero-actions {
    width: 100%;
    flex-wrap: wrap;
  }
  .home-page .hero .pill-button {
    color: var(--wine-dark);
    background: #fff;
  }
  .home-page .hero .text-button {
    color: #fff;
  }

  .home-page .guide {
    overflow: hidden;
  }
  .home-page .guide .home-section__inner {
    width: calc(100% - 32px);
    margin-inline: auto;
  }
  .home-page .guide .section-heading {
    width: 100%;
    margin-inline: 0;
  }
  .home-page .guide-scroll {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 12px;
    margin: 0;
    padding: 0 0 8px;
    overflow-x: auto;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .home-page .guide-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
  }
  .home-page .guide-card:last-child {
    margin-right: 0;
  }
}


/* =========================================================
   FINAL POLISH — magazine-cover hero / premium controls
========================================================= */
.home-page .hero-copy::before {
  display: block;
  width: 44px;
  height: 1px;
  margin-bottom: 18px;
  content: "";
  background: rgba(255,255,255,.72);
}

/* Premium button system for the top page */
.home-page .pill-button,
.home-page .outline-button,
.home-page .rakuten-button {
  position: relative;
  overflow: hidden;
  letter-spacing: .035em;
  isolation: isolate;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.home-page .pill-button::before,
.home-page .outline-button::before,
.home-page .rakuten-button::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(115deg,rgba(255,255,255,.22),rgba(255,255,255,0) 44%);
  opacity: .75;
}
.home-page .pill-button {
  border: 1px solid rgba(255,255,255,.56);
  box-shadow: 0 12px 28px rgba(45,24,20,.18), inset 0 1px 0 rgba(255,255,255,.42);
}
.home-page .pill-button:hover,
.home-page .outline-button:hover,
.home-page .rakuten-button:hover {
  transform: translateY(-2px);
}
.home-page .pill-button:active,
.home-page .outline-button:active,
.home-page .rakuten-button:active {
  transform: scale(.985);
}
.home-page .outline-button,
.home-page .rakuten-button {
  background: rgba(255,255,255,.92);
  border-color: rgba(155,63,92,.25);
  box-shadow: 0 9px 22px rgba(81,54,49,.07), inset 0 1px 0 #fff;
}
.home-page .more-link {
  position: relative;
  padding-bottom: 3px;
}
.home-page .more-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(.34);
  transform-origin: right;
  transition: transform .25s ease;
}
.home-page .more-link:hover::after { transform: scaleX(1); }

.home-page .hero-actions {
  display: grid;
  grid-template-columns: repeat(3,max-content);
  gap: 10px;
}
.home-page .hero-actions .pill-button {
  min-height: 43px;
  padding: 10px 16px;
  font-size: 12px;
}
.home-page .hero-actions .pill-button b { font-size: 13px; }

.home-page .section-heading__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 0 auto;
}
.home-page .pill-button--compact {
  min-height: 38px;
  padding: 8px 15px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(100deg,var(--wine-dark),var(--wine));
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 9px 22px rgba(155,63,92,.17), inset 0 1px 0 rgba(255,255,255,.24);
}

@media (max-width: 700px) {
  /* Shorter magazine-cover hero: the next section peeks into view */
  .home-page .hero::after {
    top: 16px;
    right: 10px;
    font-size: 8px;
    letter-spacing: .18em;
  }
  .home-page .hero-photo,
  .home-page .hero-photo img {
    height: 420px;
  }
  .home-page .hero-photo img {
    object-position: center 45%;
  }
  .home-page .hero-copy {
    width: calc(100% - 28px);
    min-height: 340px;
    padding: 0 0 18px;
  }
  .home-page .hero-copy::before {
    display: none;
  }

  .home-page .hero-text::before {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    margin-bottom: 9px;
    background: rgba(255,255,255,.8);
  }
  .home-page .hero-kicker {
    margin-bottom: 3px !important;
    font-size: 8px !important;
  }
  .home-page .hero h1 {
    font-size: clamp(34px,7.2vw,29px);
    line-height: 1.34;
  }
  .home-page .hero-lead {
    display: -webkit-box;
    margin-top: 7px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-page .hero-actions {
    display: flex;
    width: 100%;
    gap: 6px;
    margin-top: 11px;
    flex-wrap: nowrap;
  }
  .home-page .hero-actions .pill-button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 34px;
    padding: 6px 6px;
    font-size: 9.5px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .home-page .hero-actions .pill-button b { display: none; }

  .home-page .section-heading__actions {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .home-page .pill-button--compact {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .home-page .hero-actions .pill-button {
    font-size: 9px;
    padding-inline: 4px;
  }
}

/* =========================================================
   HEADER FINAL — ONLINE PAGE STANDARD
========================================================= */

@media (max-width: 700px) {
  .home-page .header { height: 66px; }
  .home-page .header__inner {
    display: flex;
    width: 100%;
    height: 66px;
    min-height: 66px;
    padding: 0 12px;
    gap: 12px;
  }
  .home-page .logo { flex: 0 0 auto; }
  .home-page .logo img {
    width: auto;
    height: 58px;
    max-width: 122px;
    object-fit: contain;
  }
  .home-page .nav {
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    padding-right: 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .home-page .nav::-webkit-scrollbar { display: none; }
  .home-page .nav a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 11px;
  }
}

.guide-coming-soon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  margin-top: 28px;
  padding: 36px 42px;
  color: #5b3b34;
  text-decoration: none;
  background: #faf5f1;
  border: 1px solid #eaded8;
  border-radius: 20px;
}

.guide-coming-soon span {
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
}

.guide-coming-soon strong {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
}

.guide-coming-soon small {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
}

/* トップ商品：PCは上位3件 */
.product-card--fourth {
  display: none;
}

.guide-coming-soon__link {
  margin-top: 18px !important;
  color: var(--wine);
  font-weight: 600;
}

@media (max-width: 767px) {
  /* スマホは上位4件 */
  .product-card--fourth {
    display: block;
  }
}

.nav-sp {
  display: none;
}

@media (max-width: 700px) {
   .nav-pc {
    display: none;
  }

  .nav-sp {
    display: inline;
  }
}