:root {
  --ink: #161410;
  --ink-soft: #3a342c;
  --muted: #7a7268;
  --paper: #f7f3ec;
  --paper-2: #efe8db;
  --white: #fffcf7;
  --gold: #b0892d;
  --gold-2: #c9a227;
  --line: #06c755;
  --alert: #c23b3b;
  --hair: rgba(22, 20, 16, 0.1);
  --shadow: 0 12px 32px rgba(22, 20, 16, 0.08);
  --radius: 16px;
  --header: 60px;
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --sans: "Noto Sans JP", "Hiragino Sans", sans-serif;
  --en: "Fraunces", "Noto Serif JP", serif;
  --max: 1120px;
  --gutter: 20px;
  --sticky: calc(72px + env(safe-area-inset-bottom, 0px));
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  padding-top: calc(var(--header) + env(safe-area-inset-top, 0px));
  padding-bottom: var(--sticky);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.trust b,
.hero-campaign strong,
.result-hero b,
.stat strong,
.price-card .yen,
.reason .num,
.flow-step b {
  font-family: var(--en);
  font-optical-sizing: auto;
  font-weight: 700;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  letter-spacing: 0.02em;
}

.br-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus {
  left: 12px; top: 12px; z-index: 100;
  background: var(--ink); color: var(--white); padding: 8px 12px;
}

.wrap {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}

.eyebrow {
  font-family: var(--en);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 8px;
}

.section { padding: 56px 0; }
.section--paper2 { background: var(--paper-2); }
.section--ink { background: var(--ink); color: var(--paper); }

.section-head { text-align: center; margin-bottom: 28px; }
.section-head h2 { font-size: 1.55rem; margin: 0; }
.section-head p.lead {
  margin: 12px auto 0;
  max-width: 36em;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Header: fixed so it always follows on mobile (sticky breaks with overflow/filters). */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  background: rgba(247, 243, 236, 0.97);
  border-bottom: 1px solid var(--hair);
  box-shadow: 0 1px 0 rgba(22, 20, 16, 0.04);
  /* Avoid backdrop-filter here — it traps position:fixed children / clips the menu. */
  padding-top: env(safe-area-inset-top, 0px);
  height: calc(var(--header) + env(safe-area-inset-top, 0px));
}
.site-header.is-scrolled {
  background: #f7f3ec;
  box-shadow: 0 8px 24px rgba(22, 20, 16, 0.08);
}

.site-header__inner {
  width: min(var(--max), calc(100% - 24px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  font-family: var(--en);
  font-size: 1.05rem;
  letter-spacing: 0.16em;
  font-weight: 600;
  line-height: 1.05;
  color: var(--ink);
  min-width: 0;
}
.logo span {
  display: block;
  font-family: var(--sans);
  font-size: 0.52rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-top: 2px;
}
.logo img { max-height: 36px; width: auto; }

/* Mobile drawer — full-screen under fixed header (no backdrop-filter clipping) */
.nav {
  display: none;
  flex-direction: column;
  position: fixed;
  top: calc(var(--header) + env(safe-area-inset-top, 0px));
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100vw;
  background: #f7f3ec;
  padding: 12px 24px calc(var(--sticky) + 24px);
  gap: 0;
  z-index: 70;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.nav.is-open { display: flex; }
.nav a {
  display: flex;
  align-items: center;
  font-size: 1.08rem;
  font-weight: 600;
  padding: 16px 0;
  border-bottom: 1px solid var(--hair);
  min-height: 52px;
  color: var(--ink);
}
.nav a:hover,
.nav a:active { color: var(--gold); }
.nav .nav-line {
  margin-top: 16px;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--line);
  color: #fff;
  font-weight: 700;
  min-height: 52px;
  padding: 14px 18px;
}
.nav .nav-line:hover,
.nav .nav-line:active { color: #fff; opacity: 0.95; }

.header-cta { display: none; }

.menu-toggle {
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  width: 48px;
  height: 48px;
  padding: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  position: relative;
  border-radius: 1px;
  transition: transform 0.2s ease, top 0.2s ease, background 0.2s ease;
}
.menu-toggle span::before,
.menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -7px; }
.menu-toggle span::after { top: 7px; }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before {
  top: 0; transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span::after {
  top: 0; transform: rotate(-45deg);
}

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 90% -20%, rgba(201, 162, 39, 0.2), transparent 55%),
    linear-gradient(180deg, #1c1812 0%, #2a241b 58%, #1a1712 100%);
  color: var(--paper);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 39px,
    rgba(255, 252, 247, 0.04) 39px,
    rgba(255, 252, 247, 0.04) 40px
  );
  pointer-events: none;
}

.hero__inner {
  position: relative;
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
  padding: 36px 0 40px;
  display: grid;
  gap: 18px;
}

.hero-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(201, 162, 39, 0.55);
  color: var(--gold-2);
  padding: 7px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero h1 {
  font-size: clamp(1.7rem, 7.2vw, 2.35rem);
  line-height: 1.3;
  margin: 0;
}

.hero .lede {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(247, 243, 236, 0.8);
}

.hero-actions { display: grid; gap: 10px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  width: 100%;
}
.btn--line { background: var(--line); color: #fff; }
.btn--ghost {
  background: transparent;
  color: var(--paper);
  border-color: rgba(247, 243, 236, 0.35);
}
.btn--gold {
  background: linear-gradient(135deg, #d4af37, #b0892d);
  color: #1a1408;
}
.btn--ink { background: var(--ink); color: var(--paper); }

.hero-campaign {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(0, 0, 0, 0.18);
}
.hero-campaign div { padding: 14px 12px; }
.hero-campaign div + div { border-left: 1px solid rgba(201, 162, 39, 0.35); }
.hero-campaign small {
  display: block;
  color: var(--gold-2);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}
.hero-campaign strong { font-size: 1.35rem; }
.strike {
  text-decoration: line-through;
  color: var(--muted);
  font-weight: 500;
  margin-right: 4px;
}
.hero .strike { color: rgba(247, 243, 236, 0.45); }
.zero { color: #ffd9a3; }

/* Trust: 2x2 on phones */
.trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.trust div {
  padding: 16px 10px;
  text-align: center;
  border-right: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.trust div:nth-child(2n) { border-right: 0; }
.trust div:nth-last-child(-n + 2) { border-bottom: 0; }
.trust b {
  display: block;
  font-size: 1.55rem;
}
.trust span { font-size: 0.72rem; color: var(--muted); }

/* Diagnosis */
.diag-grid { display: grid; gap: 22px; }
.diag-copy h2 { font-size: 1.5rem; margin: 0 0 12px; }

.card {
  background: var(--white);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 18px;
}

.form-group { margin-bottom: 16px; }
.form-label { display: block; font-weight: 700; font-size: 0.88rem; margin-bottom: 8px; }
.req { color: var(--alert); font-size: 0.72rem; margin-left: 4px; }

.input, .select, .textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #ddd4c6;
  border-radius: 10px;
  background: #fbfaf6;
  font-size: 16px;
}
.textarea { min-height: 120px; }
.input:focus, .select:focus, .textarea:focus {
  outline: 2px solid var(--gold-2);
  border-color: var(--gold-2);
  background: #fff;
}

.row-input { display: flex; align-items: center; gap: 8px; }
.unit { color: var(--muted); font-size: 0.85rem; font-weight: 700; }

.choice { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice input { display: none; }
.choice label {
  text-align: center;
  padding: 12px 10px;
  min-height: 48px;
  border: 1px solid #ddd4c6;
  border-radius: 10px;
  background: #fbfaf6;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.choice input:checked + label {
  border-color: var(--gold);
  background: #fdf8ea;
  box-shadow: 0 0 0 1px var(--gold);
}

.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-grid label {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 10px;
  min-height: 48px;
  background: #fbfaf6;
  border: 1px solid #eee6d8;
  border-radius: 10px;
  font-size: 0.82rem;
  cursor: pointer;
}

.result[hidden] { display: none !important; }
.result { margin-top: 22px; padding-top: 20px; border-top: 1px dashed #e4d6b4; }
.result.is-open { display: block; }

.result-hero {
  text-align: center;
  border: 2px solid var(--gold-2);
  background: #fdf8ea;
  border-radius: 12px;
  padding: 16px 12px;
  margin: 12px 0 16px;
}
.result-hero b {
  display: block;
  font-size: 2.5rem;
  color: var(--alert);
}

.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.stat { background: #faf7f1; border-radius: 10px; padding: 10px; text-align: center; }
.stat small { display: block; color: var(--muted); font-size: 0.72rem; }
.advice { margin-top: 14px; font-size: 0.9rem; line-height: 1.8; }
.diet-card {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #ebd9b0;
  border-radius: 8px;
  background: #fff;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--sticky) + 8px);
  transform: translateX(-50%) translateY(80px);
  background: rgba(22, 20, 16, 0.95);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 50;
  pointer-events: none;
  max-width: calc(100% - 24px);
  text-align: center;
}
.toast.is-show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Cards / grids: one column on mobile */
.reason-grid,
.result-grid,
.review-grid,
.post-grid,
.flow,
.price-layout,
.access-grid,
.footer-grid { display: grid; gap: 14px; }

.area-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.area-list li {
  background: var(--white);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: grid;
  gap: 4px;
}
.area-list strong { font-size: 1.02rem; }
.area-list span { color: var(--muted); font-size: 0.88rem; }
.area-intents {
  margin: 22px auto 0;
  max-width: 720px;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.reason {
  background: var(--white);
  padding: 22px 18px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--hair);
}
.reason .num { font-family: var(--en); color: var(--gold); font-size: 1.4rem; }
.reason h3 { margin: 6px 0 10px; font-size: 1.15rem; }

.slogan {
  background: var(--ink);
  color: var(--gold-2);
  display: inline-block;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 0.78rem;
  margin: 8px 0;
}

.case {
  overflow: hidden;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--hair);
}
.case img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: #ebe4d6;
  border-bottom: 1px solid var(--hair);
}
.case-body { padding: 18px; }
.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 8px 0 12px;
  font-size: 0.88rem;
}
.metrics b {
  color: var(--alert);
  font-family: var(--en);
  font-optical-sizing: auto;
  font-weight: 700;
  font-variant-numeric: lining-nums tabular-nums;
}

.price-card {
  background: var(--white);
  border-radius: 20px;
  padding: 24px 18px;
  border: 1px solid var(--gold-2);
  box-shadow: var(--shadow);
}
.price-card .yen {
  font-size: 2.6rem;
  line-height: 1.05;
}
.price-card .yen small { font-family: var(--sans); font-size: 0.9rem; }

.perks { list-style: none; padding: 0; margin: 16px 0 0; }
.perks li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid var(--hair);
  position: relative;
}
.perks li::before {
  content: "";
  width: 7px; height: 7px;
  background: var(--gold-2);
  border-radius: 50%;
  position: absolute;
  left: 0; top: 18px;
}

.price-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.price-table th, .price-table td {
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid var(--hair);
  vertical-align: top;
}
.price-table th { color: var(--muted); font-weight: 500; width: 38%; }

.faq details {
  background: var(--white);
  border: 1px solid var(--hair);
  border-radius: 14px;
  padding: 2px 16px;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  padding: 16px 28px 16px 0;
  list-style: none;
  min-height: 48px;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 14px;
  color: var(--gold);
  font-family: var(--en);
  font-size: 1.2rem;
}
.faq details[open] summary::after { content: "–"; }
.faq p { margin: 0 0 16px; color: var(--ink-soft); }

.flow-step {
  background: var(--white);
  border-radius: var(--radius);
  padding: 18px;
  border: 1px solid var(--hair);
  display: grid;
  grid-template-columns: 2.4em 1fr;
  gap: 8px 12px;
  align-items: start;
}
.flow-step b {
  font-family: var(--en);
  color: var(--gold);
  font-size: 1.25rem;
  grid-row: span 2;
}
.flow-step h3 { margin: 0; font-size: 1.02rem; }
.flow-step p { margin: 0; grid-column: 2; }

.review {
  background: var(--white);
  padding: 20px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--hair);
}
.stars { color: var(--gold); letter-spacing: 2px; }
.review footer { margin-top: 12px; color: var(--muted); font-size: 0.8rem; }

.trainer {
  display: grid;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--hair);
}
.trainer img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: 50% 20%;
}
.trainer-body { padding: 22px 18px 26px; }
.trainer-body ul { padding-left: 1.1em; }
.soccer {
  background: #fdf8ea;
  border: 1px solid #f0e2bf;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.badge {
  display: inline-block;
  background: var(--alert);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}

.map {
  min-height: 240px;
  border: 0;
  width: 100%;
  height: 240px;
  border-radius: var(--radius);
  filter: grayscale(0.2);
}
address { font-style: normal; }

.dl { display: grid; grid-template-columns: 5.5em 1fr; gap: 10px 12px; margin: 0; }
.dl dt { color: var(--muted); font-size: 0.82rem; }

.notice { background: #edf9f0; color: #146c36; padding: 12px 14px; border-radius: 10px; margin-bottom: 16px; }
.notice--error { background: #fdecec; color: #8a1f1f; }

.post-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--hair);
  display: flex;
  flex-direction: column;
}
.post-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.post-card .body { padding: 16px 16px 20px; }
.post-card time, .meta { color: var(--muted); font-size: 0.78rem; }
.post-card h3 { margin: 6px 0 8px; font-size: 1.08rem; }

.article { width: min(760px, calc(100% - 32px)); margin: 36px auto 64px; }
.article-hero img { width: 100%; border-radius: 16px; margin: 16px 0 22px; }
.article .content { font-size: 1.02rem; }
.article .content a { color: var(--gold); text-decoration: underline; }
.article .content h2, .article .content h3 { margin-top: 1.6em; }
.page-head { padding: 36px 0 8px; text-align: center; }

.site-footer {
  background: var(--ink);
  color: rgba(247, 243, 236, 0.8);
  padding: 40px 0 calc(24px + env(safe-area-inset-bottom, 0px));
}
.site-footer a:hover { color: var(--gold-2); }
.copy {
  border-top: 1px solid rgba(247, 243, 236, 0.12);
  padding-top: 16px;
  font-size: 0.78rem;
  color: rgba(247, 243, 236, 0.5);
}

.sticky-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  z-index: 40;
}
.sticky-cta .btn {
  width: 100%;
  box-shadow: 0 10px 28px rgba(6, 199, 85, 0.32);
}

/* Tablet */
@media (min-width: 720px) {
  :root { --header: 68px; --gutter: 24px; }
  .section { padding: 72px 0; }
  .section-head { margin-bottom: 36px; }
  .section-head h2 { font-size: 2rem; }
  .hero__inner { padding: 56px 0 64px; gap: 24px; }
  .hero h1 { font-size: clamp(2.1rem, 4.5vw, 3.2rem); }
  .hero-actions { grid-template-columns: 1fr 1fr; max-width: 520px; }
  .hero-campaign { max-width: 520px; }
  .trust { grid-template-columns: repeat(4, 1fr); }
  .trust div { border-bottom: 0; }
  .trust div:nth-child(2n) { border-right: 1px solid var(--hair); }
  .trust div:last-child { border-right: 0; }
  .result-grid { grid-template-columns: 1fr 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .case img { height: 280px; }
  .flow-step { grid-template-columns: 1fr; }
  .flow-step b { grid-row: auto; }
  .flow-step p { grid-column: auto; }
  .flow { grid-template-columns: 1fr 1fr; }
  .trainer img { height: 360px; }
  .map { height: 320px; min-height: 320px; }
}

/* Desktop */
@media (min-width: 960px) {
  :root { --header: 72px; }
  body { padding-bottom: 0; }
  .section { padding: 88px 0; }
  .logo { font-size: 1.3rem; }
  .menu-toggle { display: none; }
  .nav {
    display: flex;
    flex-direction: row;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: transparent;
    padding: 0;
    gap: 18px;
    overflow: visible;
    z-index: auto;
    flex: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .nav a {
    display: inline-flex;
    align-items: center;
    font-size: 0.86rem;
    font-weight: 500;
    padding: 0;
    border: 0;
    min-height: 0;
  }
  .nav .nav-line { display: none; }
  .header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--line);
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 10px 16px;
    border-radius: 999px;
    white-space: nowrap;
  }
  .site-header__inner {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .hero-actions { display: flex; width: auto; }
  .btn { width: auto; }
  .diag-grid { grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .price-layout { grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: stretch; }
  .flow { grid-template-columns: repeat(4, 1fr); }
  .review-grid { grid-template-columns: repeat(3, 1fr); }
  .trainer { grid-template-columns: 0.9fr 1.1fr; }
  .trainer img { height: 100%; min-height: 420px; }
  .trainer-body { padding: 36px 32px; }
  .access-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .area-list { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .map { height: 100%; min-height: 360px; }
  .post-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; }
  .sticky-cta { display: none; }
  .card { padding: 28px; }
  .price-card { padding: 36px; }
}

.home-meal {
  display: grid;
  gap: 24px;
  background: var(--white);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
}
.home-meal-prices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.home-meal-prices li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px solid var(--hair);
  padding-bottom: 8px;
}
.home-meal-prices small { color: var(--muted); }
.offer-hero h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); max-width: 18em; }
.offer-grid {
  display: grid;
  gap: 16px;
}
.offer-grid--2 { grid-template-columns: 1fr; }
.offer-card {
  background: var(--white);
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  padding: 22px 20px;
}
.offer-card.is-pick { border-color: var(--gold); box-shadow: var(--shadow); }
.offer-kicker { color: var(--gold); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; margin: 0 0 6px; }
.offer-card .yen { font-family: var(--en); font-size: 1.7rem; margin: 8px 0 12px; }
.offer-card .yen small { font-family: var(--sans); font-size: 0.85rem; color: var(--muted); }
.offer-note, .offer-trial { color: var(--muted); font-size: 0.92rem; }
.offer-trial { text-align: center; margin-top: 20px; }
.offer-form .form-group { margin-bottom: 12px; }
.offer-form label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 4px; }
.offer-check { font-weight: 500; }
.offer-apply { max-width: 720px; }
.offer-copy blockquote {
  background: var(--paper-2);
  border-left: 4px solid var(--gold);
  margin: 16px 0;
  padding: 14px 16px;
  font-size: 0.95rem;
}
@media (min-width: 840px) {
  .home-meal { grid-template-columns: 1.4fr 0.8fr; align-items: center; }
  .offer-grid { grid-template-columns: repeat(3, 1fr); }
  .offer-grid--2 { grid-template-columns: 1fr 1fr; }
}
