:root {
  --ink: #17231f;
  --muted: #5f6e68;
  --paper: #fffdf9;
  --soft: #f2f6f1;
  --line: #dfe7e1;
  --green: #1f6b50;
  --green-dark: #164d3b;
  --green-pale: #dcece4;
  --gold: #c99336;
  --white: #fff;
  --shadow: 0 18px 50px rgba(23, 35, 31, 0.1);
  --radius: 22px;
  --shell: 1160px;
  --font-jp: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

/* Customer voice archive */
.voice-archive-main { background: #fbfaf6; }
.voice-archive-breadcrumb { padding: 18px 0; background: #fbfaf6; border-bottom: 1px solid rgba(31,107,80,.08); }
.voice-archive-breadcrumb .breadcrumb { margin: 0; }
.voice-archive-hero { padding: clamp(58px, 6vw, 92px) 0 0; background: radial-gradient(circle at 78% 18%, rgba(223, 194, 116, .18), transparent 26%), linear-gradient(135deg, #fbfaf6 0%, #f2f8f4 100%); }
.voice-archive-hero .shell { position: relative; }
.voice-archive-hero .section-kicker,
.voice-archive-hero h1,
.voice-archive-lead { position: relative; z-index: 1; width: min(54%, 760px); }
.voice-archive-hero h1 { margin: 22px 0 24px; font-size: clamp(44px, 5.5vw, 76px); line-height: 1.18; letter-spacing: -.04em; }
.voice-archive-lead { max-width: 650px; color: var(--muted); font-size: clamp(16px, 1.35vw, 20px); line-height: 2; }
.voice-archive-visual { position: absolute; right: clamp(0px, 1vw, 18px); bottom: 0; width: min(48%, 650px); pointer-events: none; }
.voice-archive-visual img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.voice-visual-back { fill: rgba(255,255,255,.48); stroke: rgba(31,107,80,.2); stroke-width: 4; }
.voice-visual-front { fill: rgba(255,255,255,.84); stroke: #1f6b50; stroke-width: 6; stroke-linejoin: round; }
.voice-visual-quote { fill: #1f6b50; opacity: .9; }
.voice-visual-stars { fill: #d29a2e; }
.voice-visual-check-bg { fill: #1f6b50; stroke: rgba(255,255,255,.92); stroke-width: 8; }
.voice-visual-check { fill: none; stroke: #fff; stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.voice-archive-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(52px, 7vw, 96px); background: var(--green-dark); color: #fff; border-radius: 26px 26px 0 0; overflow: hidden; }
.voice-archive-metrics > div { display: flex; align-items: baseline; justify-content: center; gap: 12px; padding: 28px 18px; border-right: 1px solid rgba(255,255,255,.12); }
.voice-archive-metrics > div:last-child { border-right: 0; }
.voice-archive-metrics strong { color: var(--gold); font-family: var(--font-jp); font-size: clamp(28px, 3vw, 45px); }
.voice-archive-metrics span { font-size: 14px; font-weight: 700; }
.voice-archive-quick-bar { margin: 0; }
.voice-archive-quick-bar .quick-grid { max-width: var(--shell); }
.voice-themes { padding: clamp(64px, 7vw, 96px) 0; background: #fff; }
.voice-themes .shell { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(0, 1.65fr); gap: clamp(40px, 5vw, 72px); align-items: center; width: min(calc(100% - 40px), 1280px); }
.voice-themes-heading h2, .voice-archive-list h2 { margin: 14px 0 20px; font-size: clamp(34px, 4vw, 56px); line-height: 1.25; }
.voice-themes-heading > p:last-child { color: var(--muted); line-height: 1.9; }
.voice-theme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.voice-theme-grid article { min-height: 230px; padding: 26px 24px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, #f4f8f5, #edf4f0); box-shadow: 0 14px 30px rgba(23,74,56,.05); }
.voice-theme-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.voice-theme-grid .voice-theme-top > span { color: var(--gold); font-family: var(--font-jp); font-size: 29px; }
.voice-theme-top i { display: grid; place-items: center; width: 44px; height: 44px; color: var(--green); border-radius: 50%; background: rgba(31,107,80,.09); }
.voice-theme-top svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.voice-theme-grid h3 { margin: 30px 0 12px; font-size: 19px; }
.voice-theme-grid p { margin: 0; color: var(--muted); line-height: 1.9; }
.voice-archive-list { padding: clamp(68px, 7vw, 104px) 0; background: #f2f7f4; }
.voice-archive-list > .shell { width: min(calc(100% - 40px), 1280px); }
.voice-archive-list > .shell > header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.voice-archive-list > .shell > header h2 { margin-bottom: 0; }
.voice-archive-list > .shell > header > p { margin: 0; padding: 10px 16px; color: var(--muted); white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.7); }
.voice-archive-list > .shell > header > p strong { color: var(--green-dark); font-size: 22px; }
.voice-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice-archive-card { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(23, 74, 56, .055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.voice-archive-card:hover { transform: translateY(-3px); border-color: rgba(31,107,80,.24); box-shadow: 0 18px 38px rgba(23,74,56,.09); }
.voice-card-top, .voice-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.voice-card-stars { padding: 7px 10px; color: #c88921; letter-spacing: .08em; background: #fff7e7; border-radius: 999px; }
.voice-card-top time, .voice-card-bottom > span { color: var(--muted); font-size: 13px; font-weight: 700; }
.voice-archive-card blockquote { display: -webkit-box; margin: 24px 0; overflow: hidden; color: var(--ink); font-size: 16px; line-height: 1.9; -webkit-box-orient: vertical; -webkit-line-clamp: 7; line-clamp: 7; }
.voice-card-bottom { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.voice-card-bottom a { color: var(--green-800); font-weight: 800; text-decoration: none; }
.voice-card-bottom a:hover { text-decoration: underline; text-underline-offset: 5px; }
.voice-pagination { display: grid; grid-template-columns: 120px 1fr 120px; align-items: center; gap: 20px; margin-top: 40px; }
.voice-pagination > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.voice-page-number, .voice-page-direction { display: inline-grid; place-items: center; min-width: 46px; height: 46px; padding: 0 14px; color: var(--green-dark); border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 800; text-decoration: none; }
.voice-page-number.is-current { color: #fff; border-color: var(--green); background: var(--green); }
.voice-page-direction { min-width: 110px; }
.voice-pagination > .voice-page-direction:last-child { justify-self: end; }
.voice-page-gap { align-self: center; padding: 0 4px; }
.voice-archive-cta { padding: clamp(54px, 6vw, 78px) 0 clamp(64px, 7vw, 92px); background: #fbfaf6; }
.voice-archive-cta .shell { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: clamp(42px, 6vw, 76px); align-items: center; width: min(calc(100% - 40px), 1280px); padding: clamp(46px, 5vw, 70px); color: #fff; border-radius: 30px; background: linear-gradient(120deg, var(--green-dark), #1f7559); overflow: hidden; box-shadow: 0 24px 54px rgba(20,70,53,.14); }
.voice-archive-cta .shell::after { position: absolute; right: -120px; bottom: -270px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; pointer-events: none; }
.voice-archive-cta h2 { position: relative; z-index: 1; max-width: 760px; margin: 14px 0 18px; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.3; letter-spacing: -.025em; }
.voice-archive-cta p:not(.section-kicker) { max-width: 690px; color: rgba(255,255,255,.74); line-height: 1.9; }
.voice-archive-cta .final-actions { position: relative; z-index: 1; display: grid; min-width: 240px; gap: 12px; }
.voice-archive-cta .button-gold { color: var(--green-dark); background: #f2c65c; border-color: #f2c65c; box-shadow: 0 12px 26px rgba(9,46,34,.2); }
.voice-archive-cta .button-gold:hover { background: #ffd875; }
.voice-archive-cta .button-secondary { color: #fff; border-color: rgba(255,255,255,.38); background: transparent; }

@media (max-width: 980px) {
  .voice-archive-hero .section-kicker, .voice-archive-hero h1, .voice-archive-lead { width: min(70%, 680px); }
  .voice-archive-visual { right: 0; bottom: 0; width: min(44vw, 390px); opacity: .18; }
  .voice-themes .shell, .voice-archive-cta .shell { grid-template-columns: 1fr; }
  .voice-theme-grid, .voice-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .voice-archive-cta .final-actions { min-width: 0; max-width: 320px; }
}

@media (max-width: 680px) {
  .voice-archive-breadcrumb { padding: 13px 0; }
  .voice-archive-hero { padding-top: 44px; }
  .voice-archive-hero h1 { font-size: clamp(40px, 13vw, 58px); }
  .voice-archive-visual { display: none; }
  .voice-archive-metrics { grid-template-columns: 1fr; border-radius: 20px 20px 0 0; }
  .voice-archive-metrics > div { justify-content: space-between; padding: 20px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .voice-theme-grid, .voice-archive-grid { grid-template-columns: 1fr; }
  .voice-theme-grid article { min-height: 0; }
  .voice-theme-grid h3 { margin-top: 28px; }
  .voice-archive-list > .shell > header { align-items: start; flex-direction: column; }
  .voice-archive-card { min-height: 0; padding: 24px; }
  .voice-pagination { grid-template-columns: 1fr 1fr; }
  .voice-pagination > div { grid-column: 1 / -1; grid-row: 1; }
  .voice-archive-cta .shell { padding: 40px 24px; border-radius: 24px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.nowrap {
  white-space: nowrap;
}

:focus-visible {
  outline: 3px solid #d39c36;
  outline-offset: 4px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--white);
  background: var(--green-dark);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid rgba(223, 231, 225, 0.8);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 176px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:not(.nav-cta):hover {
  color: var(--green);
}

.nav-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.nav-dropdown > summary {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown > summary::after {
  width: 6px;
  height: 6px;
  content: "";
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.nav-dropdown[open] > summary {
  color: var(--green);
}

.nav-dropdown[open] > summary::after {
  transform: translateY(2px) rotate(225deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 17px);
  left: 50%;
  z-index: 60;
  width: max-content;
  min-width: 220px;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.nav-dropdown-menu a {
  display: block;
  padding: 9px 11px;
  border-radius: 7px;
  font-size: 13px;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  background: var(--soft);
}

.nav-cart {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  color: var(--green);
  border: 1px solid rgba(31, 107, 80, 0.2);
  border-radius: 50%;
}

.nav-cart svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.nav-cta {
  padding: 10px 18px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
}

.nav-service-switch {
  display: inline-flex;
  flex-direction: column;
  padding: 7px 13px;
  color: var(--green-dark);
  background: #f2f7f3;
  border: 1px solid rgba(31, 107, 80, 0.2);
  border-radius: 10px;
  line-height: 1.2;
}

.nav-service-switch span {
  margin-bottom: 2px;
  color: var(--gold-dark, #a87518);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.menu-button {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  width: 20px;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 5vh, 54px) 0 clamp(68px, 8vh, 92px);
  background:
    radial-gradient(circle at 83% 20%, rgba(201, 147, 54, 0.17), transparent 24%),
    radial-gradient(circle at 7% 80%, rgba(31, 107, 80, 0.13), transparent 28%),
    linear-gradient(135deg, #fffdf9 15%, #eef6f0 100%);
}

.hero::after {
  position: absolute;
  right: -130px;
  bottom: -200px;
  width: 480px;
  height: 480px;
  content: "";
  border: 1px solid rgba(31, 107, 80, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(31, 107, 80, 0.035), 0 0 0 104px rgba(31, 107, 80, 0.025);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: clamp(42px, 5vw, 72px);
}

.hero-copy {
  padding-block: 8px;
}

.service-switcher {
  width: min(100%, 620px);
  display: grid;
  grid-template-columns: 124px 1fr 1fr;
  align-items: stretch;
  gap: 8px;
  margin: 0 0 20px;
}

.service-switcher-label {
  display: flex;
  align-items: center;
  padding: 0 8px 0 0;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.service-switcher-label::before {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: var(--gold);
  border-radius: 50%;
  content: "";
}

.service-switcher-current,
.service-switcher a {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
  padding: 10px 14px;
  border: 1px solid rgba(31, 107, 80, 0.16);
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.service-switcher-current {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 6px 16px rgba(31, 107, 80, 0.12);
}

.service-switcher a {
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.7);
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.service-switcher a:hover {
  background: var(--white);
  border-color: rgba(31, 107, 80, 0.34);
  transform: translateY(-1px);
}

.service-switcher small {
  width: 100%;
  color: inherit;
  font-size: 9px;
  letter-spacing: 0.04em;
  font-weight: 700;
  opacity: 0.72;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eyebrow-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.eyebrow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 1.2;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions,
.center-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.hero-actions .button-primary::after {
  margin-left: 10px;
  content: "→";
  font-size: 17px;
  line-height: 1;
  transition: transform 160ms ease;
}

.hero-actions .button-primary:hover::after {
  transform: translateX(3px);
}

.hero-action-note {
  margin: 12px 0 0 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 10px 24px rgba(31, 107, 80, 0.22);
}

.button-primary:hover {
  background: var(--green-dark);
}

.button-secondary,
.button-outline {
  color: var(--green-dark);
  background: var(--white);
  border-color: var(--line);
}

.button-outline {
  width: 100%;
}

.button-light {
  color: var(--green-dark);
  background: var(--white);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.trust-list li::before {
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(31, 107, 80, 0.2);
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-card {
  position: relative;
  width: min(100%, 470px);
  padding: 6px;
  background: transparent;
}

.hero-card::before {
  position: absolute;
  inset: 13% 6% 5%;
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.78) 0, rgba(220, 236, 228, 0.32) 48%, transparent 72%);
  border-radius: 50%;
}

.hero-card img {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 18px 24px rgba(23, 35, 31, 0.12));
}

.goods-hero {
  background:
    radial-gradient(circle at 82% 17%, rgba(201, 147, 54, 0.14), transparent 25%),
    radial-gradient(circle at 9% 84%, rgba(31, 107, 80, 0.12), transparent 30%),
    linear-gradient(135deg, #fffdfa 12%, #edf6f1 100%);
}

.goods-visual-card {
  position: relative;
  width: min(100%, 430px);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 36px 32px 32px;
  text-align: center;
}

.goods-visual-box {
  width: 250px;
  color: var(--green);
}

.goods-visual-box svg,
.goods-visual-shield svg {
  width: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.goods-visual-box svg { stroke-width: 4; }

.goods-visual-shield {
  position: absolute;
  top: 55px;
  right: 56px;
  z-index: 1;
  width: 104px;
  padding: 17px;
  color: var(--white);
  background: var(--green);
  border: 7px solid rgba(255,255,255,.88);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(31,107,80,.2);
}

.goods-visual-shield svg { stroke-width: 3.5; }

.goods-visual-card strong {
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--font-jp);
  font-size: 22px;
  line-height: 1.55;
}

.goods-visual-card > span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.goods-items-section { background: var(--white); }
.goods-item-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 40px; }
.goods-item-grid article { min-height: 215px; padding: 25px 27px; background: linear-gradient(145deg,#f4f9f6,#edf5f0); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 32px rgba(23,35,31,.045); transition: transform 160ms ease,box-shadow 160ms ease; }
.goods-item-grid article:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(23,35,31,.075); }
.goods-item-card-top { display: flex; align-items: center; justify-content: space-between; }
.goods-item-card-top span { color: var(--gold); font-family: var(--font-jp); font-size: 26px; }
.goods-item-card-top svg { width: 46px; height: 46px; padding: 12px; color: var(--green); background: rgba(31,107,80,.08); border-radius: 50%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.goods-item-grid h3 { margin: 20px 0 9px; font-size: 18px; }
.goods-item-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.goods-item-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin: 24px 0 0; padding: 20px 24px; color: var(--muted); background: #fff9ee; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; font-size: 15px; line-height: 1.7; }
.goods-item-note strong { color: var(--ink); white-space: nowrap; }
.goods-item-note p { margin: 0; }
.goods-item-note a { color: var(--green-dark); font-weight: 800; white-space: nowrap; }
.goods-benefits { background: #edf6f1; }
.goods-benefits h2 { margin: 0; font-family: var(--font-jp); font-size: clamp(34px,4vw,52px); line-height: 1.45; }
.goods-declaration-link { display: inline-flex; margin-top: 30px; color: var(--green-dark); font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.goods-benefit-list { display: grid; gap: 12px; }
.goods-benefit-list article { display: grid; grid-template-columns: 52px 1fr 48px; gap: 18px; align-items: center; padding: 22px 24px; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 16px; }
.goods-benefit-list strong { color: var(--gold); font-family: var(--font-jp); font-size: 20px; }
.goods-benefit-list h3 { margin: 0 0 5px; font-size: 17px; }
.goods-benefit-list p { margin: 0; color: var(--muted); font-size: 13px; }
.goods-benefit-list svg { width: 46px; height: 46px; padding: 12px; color: var(--green); background: rgba(31,107,80,.08); border-radius: 50%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.goods-price-section { background: #fffdfa; }
.goods-measure-guide { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 40px 0 24px; }
.goods-measure-guide > div { display: flex; align-items: center; gap: 14px; padding: 18px; background: #eff6f2; border: 1px solid var(--line); border-radius: 15px; }
.goods-measure-guide span { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-weight: 800; }
.goods-measure-guide p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.goods-measure-guide strong { display: block; color: var(--ink); font-size: 14px; }
.goods-plan-groups { display: grid; gap: 14px; }
.goods-plan-group { overflow: hidden; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 28px rgba(23,35,31,.04); }
.goods-plan-group summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 58px 20px 24px; cursor: pointer; list-style: none; }
.goods-plan-group summary::-webkit-details-marker { display: none; }
.goods-plan-group summary::before,.goods-plan-group summary::after { position: absolute; top: 50%; right: 24px; width: 14px; height: 2px; content: ""; background: var(--green); transform: translateY(-50%); }
.goods-plan-group summary::after { transform: translateY(-50%) rotate(90deg); transition: transform 160ms ease; }
.goods-plan-group[open] summary::after { transform: translateY(-50%) rotate(0); }
.goods-plan-group summary span { display: flex; align-items: baseline; gap: 12px; }
.goods-plan-group summary small { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.goods-plan-group summary strong { font-size: 18px; }
.goods-plan-group summary > b { color: var(--muted); font-size: 12px; }
.goods-plan-group[open] summary { background: #eef6f1; border-bottom: 1px solid var(--line); }
.goods-plan-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 18px; }
.goods-plan-group:first-child .goods-plan-grid { max-width: 1080px; grid-template-columns: repeat(3,1fr); margin-inline: auto; }
.goods-plan-grid article { overflow: hidden; display: grid; grid-template-rows: 1fr auto auto auto; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 28px rgba(23,35,31,.055); }
.goods-plan-grid article > div { padding: 21px 20px 17px; background: linear-gradient(135deg,#edf6f1,#f8fbf9); }
.goods-plan-grid article > div > small { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.goods-plan-grid h3 { display: inline; margin: 0 10px 0 0; color: var(--green-dark); font-family: var(--font-jp); font-size: 28px; }
.goods-plan-grid article > div > span,.goods-plan-grid article > div > b { display: block; color: var(--muted); font-size: 12px; }
.goods-plan-grid article > div > b { margin-top: 3px; color: var(--ink); }
.goods-plan-price { margin: 0; padding: 16px 20px 8px; }
.goods-plan-price::before { display: block; margin-bottom: 2px; color: var(--muted); content: "通常料金"; font-size: 10px; font-weight: 700; }
.goods-plan-price strong { font-family: var(--font-jp); font-size: 25px; }
.goods-plan-price strong small { font-size: 14px; }
.goods-plan-price > span { margin-left: 5px; color: var(--muted); font-size: 10px; }
.goods-plan-discount { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin: 0 14px 12px; padding: 9px 11px; color: #a85913; background: #fff7e8; border-radius: 10px; }
.goods-plan-discount span { font-size: 9px; font-weight: 800; line-height: 1.35; }
.goods-plan-discount strong { font-size: 15px; white-space: nowrap; }
.goods-plan-campaign { margin-bottom: 22px; }
.goods-plan-grid article > a { margin: 0 14px 16px; padding: 11px 10px; color: var(--white); background: var(--green); border-radius: 999px; font-size: 12px; font-weight: 800; text-align: center; text-decoration: none; transition: transform 160ms ease,background 160ms ease; }
.goods-plan-grid article > a:hover { background: var(--green-dark); transform: translateY(-2px); }
.goods-price-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-top: 24px; padding: 22px 26px; background: #fff8e9; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; }
.goods-price-note p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.goods-price-note a { color: var(--green-dark); font-weight: 800; white-space: nowrap; }
.goods-faq { padding-bottom: 30px; background: #f5f8f5; }
.goods-faq + .final-cta { padding-top: 38px; }

.quick-bar {
  color: var(--white);
  background: linear-gradient(105deg, #123f31 0%, var(--green-dark) 48%, #185943 100%);
  border-top: 1px solid rgba(216, 180, 109, 0.32);
  border-bottom: 1px solid rgba(9, 40, 30, 0.22);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quick-grid div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 124px;
  padding: 20px 24px 22px;
}

.quick-grid div::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 58px;
  content: "";
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateY(-50%);
}

.quick-grid div:last-child::after {
  display: none;
}

.quick-grid strong {
  min-height: 50px;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  color: #d8b46d;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.quick-grid strong b {
  font-size: clamp(34px, 2.65vw, 44px);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.045em;
}

.quick-grid strong small {
  font-size: 16px;
  font-weight: 800;
}

.quick-grid .quick-rating {
  gap: 5px;
}

.quick-grid .quick-rating > small:first-child {
  color: #f0c86f;
  font-size: 18px;
}

.quick-grid .quick-rating > small:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.quick-grid span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  letter-spacing: 0.015em;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}

.section {
  padding: 104px 0;
}

.section-soft {
  background: var(--soft);
}

#service {
  position: relative;
  overflow: hidden;
  padding-block: 86px;
  background: linear-gradient(120deg, #f5f8f3 0%, #edf5ef 100%);
}

#service::after {
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(31, 107, 80, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(31, 107, 80, 0.025);
}

.service-intro {
  position: relative;
  z-index: 1;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 72px;
}

.service-heading {
  padding-left: 22px;
  border-left: 3px solid var(--gold);
}

.service-copy {
  padding: 30px 34px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(31, 107, 80, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(23, 35, 31, 0.05);
}

.service-copy p:last-of-type {
  margin-bottom: 0;
}

.concerns-section {
  padding-block: 68px 76px;
  background: #fff;
}

.concerns-section .section-heading {
  margin-bottom: 40px;
}

.concern-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.concern-grid article {
  position: relative;
  min-height: 238px;
  padding: 26px 26px 28px;
  background: linear-gradient(145deg, #f7faf7, #edf4ef);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(23, 35, 31, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.concern-grid article:hover {
  border-color: rgba(31, 107, 80, 0.24);
  box-shadow: 0 18px 36px rgba(23, 35, 31, 0.08);
  transform: translateY(-4px);
}

.concern-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.concern-card-top > span {
  color: var(--gold);
  font-family: var(--font-jp);
  font-size: 25px;
  font-weight: 700;
}

.concern-card-top svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--green);
  background: rgba(220, 236, 228, 0.78);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.concern-grid h3 {
  margin: 22px 0 10px;
  font-size: 18px;
}

.concern-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.two-column,
.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.section h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.prose p:first-child {
  margin-top: 0;
}

.prose p {
  color: var(--muted);
  font-size: 17px;
}

.text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 28px;
}

.text-links a,
.text-link {
  color: var(--green);
  font-weight: 800;
  text-underline-offset: 4px;
}

.service-copy .text-links {
  gap: 10px 20px;
  margin-top: 24px;
}

.service-copy .text-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  text-decoration: none;
}

.service-copy .text-links a span {
  transition: transform 160ms ease;
}

.service-copy .text-links a:hover span {
  transform: translateX(3px);
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
}

.plan-guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: -8px 0 26px;
}

.plan-guide > div {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(145deg, #f5f8f4, #edf4ef);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.plan-guide > div:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 2;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  content: "→";
  color: var(--green);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  transform: translateY(-50%);
}

.plan-guide span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-family: var(--font-jp);
  font-weight: 700;
}

.plan-guide p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.plan-guide strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 14px;
}

.plan-includes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 24px;
  padding: 10px 14px 10px 10px;
  color: var(--green-dark);
  background: rgba(237, 245, 240, 0.72);
  border: 1px solid rgba(31, 107, 80, 0.1);
  border-radius: 14px;
  font-size: 13px;
}

.plan-includes > strong {
  flex: 0 0 auto;
  padding: 6px 11px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  font-size: 12px;
}

.plan-includes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-includes li::before {
  margin-right: 6px;
  content: "✓";
  font-weight: 900;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.plan-offer {
  margin-top: 24px;
  padding: 16px;
  background: linear-gradient(145deg, rgba(247, 250, 247, .96), rgba(255, 253, 248, .94));
  border: 1px solid rgba(31, 107, 80, .1);
  border-radius: 26px;
  box-shadow: 0 20px 48px rgba(23, 35, 31, .06);
}

.plan-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(23, 35, 31, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.plan-campaign {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
  padding: 15px 18px;
  border: 1px solid rgba(204, 148, 35, 0.28);
  border-radius: 18px;
  background: linear-gradient(100deg, #fff8e8 0%, #fffdf7 54%, #eef7f1 100%);
  box-shadow: none;
}

.plan-campaign-mark {
  display: grid;
  place-content: center;
  width: 68px;
  height: 68px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(207, 155, 48, 0.16);
  transform: rotate(-5deg);
}

.plan-campaign-mark strong,
.plan-campaign-mark span {
  display: block;
  line-height: 1;
}

.plan-campaign-mark strong { font-size: 21px; }
.plan-campaign-mark span { margin-top: 4px; font-size: 11px; font-weight: 800; letter-spacing: .08em; }

.plan-campaign-copy { display: grid; gap: 3px; }
.plan-campaign-copy small { color: #b87912; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.plan-campaign-copy strong { color: var(--ink); font-size: 18px; line-height: 1.45; }
.plan-campaign-copy span { color: var(--muted); font-size: 13px; }

.plan-campaign-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: #fff;
  font: inherit;
  font-weight: 800;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.plan-campaign-button span { margin-left: 10px; }
.plan-campaign-button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(18, 87, 64, .2); }

.plan-discount {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin: 2px 0 14px;
  padding: 10px 11px 8px;
  color: #a85913;
  border-radius: 10px;
  background: #fff7e8;
}

.plan-discount span { font-size: 10px; font-weight: 800; line-height: 1.35; }
.plan-discount strong { font-size: 18px; white-space: nowrap; }

.plan-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--green), #62a27f);
}

.plan-card:hover {
  border-color: rgba(31, 107, 80, 0.25);
  box-shadow: 0 16px 34px rgba(23, 35, 31, 0.09);
  transform: translateY(-4px);
}

.plan-visual {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--green-dark);
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 147, 54, 0.12), transparent 34%),
    linear-gradient(145deg, #edf5f0, #f8faf7);
  border-bottom: 1px solid var(--line);
}

.plan-visual > small {
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.plan-visual > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}

.plan-visual span {
  font-family: var(--font-jp);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.plan-visual em {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
}

.plan-body {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.plan-name {
  margin: 0;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.plan-card h3 {
  margin: 4px 0 14px;
  font-size: 17px;
}

.price-label {
  margin: auto 0 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.price {
  margin: 0 0 8px;
  font-family: var(--font-jp);
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2;
}

.plan-card .button-outline {
  padding-inline: 14px;
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 8px 18px rgba(31, 107, 80, 0.16);
  font-size: 13px;
}

.plan-card .button-outline::after {
  margin-left: 8px;
  content: "→";
  transition: transform 160ms ease;
}

.plan-card .button-outline:hover {
  background: var(--green-dark);
}

.plan-card .button-outline:hover::after {
  transform: translateX(3px);
}

.price > span {
  margin-right: 2px;
  font-size: 18px;
}

.price small {
  margin-left: 6px;
  color: var(--muted);
  font-family: var(--font-jp);
  font-size: 10px;
  font-weight: 500;
}

.price-note {
  margin: 16px 0 1px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.price-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 20px 24px;
  background: #fffaf0;
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
}

.price-help p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.price-help strong {
  color: var(--ink);
}

.price-help .text-links {
  flex: 0 0 auto;
  margin-top: 0;
}

.box-support,
.wheel-campaign {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
  padding: 28px 32px;
  border-radius: var(--radius);
}

.box-support {
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 22px;
  padding: 30px 32px;
  background:
    radial-gradient(circle at 92% 20%, rgba(31, 107, 80, 0.08), transparent 24%),
    linear-gradient(135deg, #f4f8f5, #edf5f0);
  border: 1px solid rgba(31, 107, 80, 0.14);
  box-shadow: 0 12px 30px rgba(23, 35, 31, 0.045);
}

.box-support-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 107, 80, 0.12);
  border-radius: 16px;
}

.box-support-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.box-support h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.box-support h3 small {
  padding: 3px 8px;
  color: var(--green-dark);
  background: var(--green-pale);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.box-options {
  position: relative;
}

.box-options:not([open]) {
  align-self: center;
}

.box-options > summary {
  min-width: 170px;
  gap: 9px;
  list-style: none;
  cursor: pointer;
}

.box-options > summary::after {
  content: "+";
  font-size: 18px;
  line-height: 1;
}

.box-options[open] > summary::after {
  content: "−";
}

.box-options[open] {
  grid-column: 1 / -1;
  width: 100%;
}

.box-options[open] > summary {
  margin-left: auto;
}

.box-options > summary::-webkit-details-marker {
  display: none;
}

.box-option-list {
  position: static;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.box-option-card {
  min-height: 350px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
  padding: 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.box-option-product {
  width: 100%;
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 7px;
  text-decoration: none;
}

.box-option-image {
  position: relative;
  width: 100%;
  height: 150px;
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
}

.box-option-image img {
  position: absolute;
  inset: 8px;
  width: calc(100% - 16px);
  max-width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.box-option-card > span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
}

.box-option-card > .box-option-name {
  font-size: 15px;
}

.box-option-card > .box-option-size {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
}

.box-option-card > small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}

.box-option-card > strong {
  color: var(--green-dark);
  font-family: var(--font-jp);
  font-size: 19px;
  line-height: 1.35;
}

.box-option-card > em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}

.box-option-card > .box-option-cart {
  width: 100%;
  min-height: 42px;
  display: grid;
  place-items: center;
  margin-top: auto;
  padding: 9px 8px;
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.box-option-card > .box-option-cart:hover {
  color: var(--white);
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.box-option-notes {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: 13px 12px;
  color: var(--muted);
  background: #fffaf0;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.75;
}

.box-option-notes > strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 14px;
}

.box-option-notes ul {
  margin: 0;
  padding-left: 1.25em;
}

.box-option-notes li + li {
  margin-top: 4px;
}

.box-option-notes a {
  min-height: 0;
  display: inline;
  padding: 0;
  color: var(--green);
  background: transparent;
  border: 0;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.box-option-notes code {
  padding: 1px 5px;
  color: var(--green-dark);
  background: var(--green-pale);
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95em;
  font-weight: 800;
}

.box-support h3,
.wheel-campaign h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.box-support p:last-child,
.wheel-campaign p:last-child {
  margin: 0;
  color: var(--muted);
}

.wheel-campaign {
  grid-template-columns: auto 1fr auto;
  background: linear-gradient(135deg, #fafcf9, #edf5f0);
  border: 1px solid rgba(31, 107, 80, 0.16);
}

.wheel-preview {
  position: relative;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  background: conic-gradient(
    #1f6b50 0deg 60deg,
    #d8b46d 60deg 120deg,
    #dcece4 120deg 180deg,
    #318461 180deg 240deg,
    #edf5f0 240deg 300deg,
    #1f6b50 300deg 360deg
  );
  border: 5px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(23, 35, 31, 0.11);
}

.wheel-preview::after {
  position: absolute;
  top: 50%;
  right: -9px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid var(--gold);
  transform: translateY(-50%) rotate(180deg);
}

.wheel-preview span {
  width: 46px;
  height: 46px;
  display: grid;
  place-content: center;
  color: var(--white);
  background: var(--green-dark);
  border: 3px solid var(--white);
  border-radius: 50%;
  font-size: 9px;
  line-height: 1.1;
  text-align: center;
}

.wheel-preview strong {
  display: block;
  font-family: var(--font-jp);
  font-size: 17px;
}

.coupon-dialog {
  width: min(calc(100% - 32px), 620px);
  padding: 34px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(23, 35, 31, 0.24);
}

.coupon-dialog::backdrop {
  background: rgba(12, 31, 24, 0.62);
}

.coupon-dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

.coupon-dialog-close button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: var(--soft);
  border: 0;
  border-radius: 50%;
  font: inherit;
  font-size: 22px;
  cursor: pointer;
}

.coupon-dialog-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
}

.coupon-dialog-content h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
}

.coupon-dialog-content p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.coupon-form {
  margin-top: 26px;
}

.coupon-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
}

.coupon-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.coupon-form input {
  min-width: 0;
  min-height: 52px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
}

.coupon-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.coupon-status {
  min-height: 1.6em;
  margin: 10px 0 0;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
}

.coupon-dialog-wheel.is-spinning {
  animation: coupon-spin 1.6s cubic-bezier(0.16, 0.72, 0.2, 1);
}

@keyframes coupon-spin {
  to { transform: rotate(1440deg); }
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 18%, rgba(227, 191, 118, 0.08), transparent 24%),
    linear-gradient(135deg, #123f31, var(--green-dark) 55%, #185943);
}

.heading-light .section-kicker {
  color: #e3bf76;
}

.heading-light > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  min-height: 266px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.055));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.steps li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  content: "→";
  color: var(--green-dark);
  background: #e3bf76;
  border: 4px solid var(--green-dark);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  transform: translateY(-50%);
}

.steps li:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(227, 191, 118, 0.3);
  transform: translateY(-4px);
}

.step-number {
  color: #e3bf76;
  font-family: var(--font-jp);
  font-size: 30px;
}

.step-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: #e3bf76;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.steps h3 {
  margin: 12px 0 8px;
  font-size: 19px;
}

.steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.center-actions {
  justify-content: center;
  margin-top: 40px;
}

#flow .center-actions .button::after {
  margin-left: 9px;
  content: "→";
  transition: transform 160ms ease;
}

#flow .center-actions .button:hover::after {
  transform: translateX(3px);
}

.assurance-section {
  padding: 82px 0;
  background: linear-gradient(115deg, #e8f2ed, #f1f7f3);
}

.assurance-inner {
  display: grid;
  grid-template-columns: 0.78fr 1.42fr;
  align-items: center;
  gap: 64px;
}

.assurance-inner h2 {
  margin: 0;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.4;
}

.assurance-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.assurance-list li {
  min-height: 198px;
  min-width: 0;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(23, 35, 31, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.assurance-list li:hover {
  border-color: rgba(31, 107, 80, 0.24);
  box-shadow: 0 17px 34px rgba(23, 35, 31, 0.075);
  transform: translateY(-3px);
}

.assurance-list li > svg {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  padding: 10px;
  color: var(--green);
  background: var(--green-pale);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.assurance-list strong {
  font-size: 15px;
}

.assurance-list p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.assurance-heading > .text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  font-size: 13px;
  text-decoration: none;
}

.assurance-heading > .text-link span {
  transition: transform 160ms ease;
}

.assurance-heading > .text-link:hover span {
  transform: translateX(3px);
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.voice-summary {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px auto 0;
  padding: 8px 14px;
  color: var(--green-dark);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.voice-summary strong {
  color: var(--gold);
  font-size: 17px;
  line-height: 1;
}

.voice-summary > span {
  padding-left: 12px;
  border-left: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
}

.voice-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, var(--white), #f8faf7);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(23, 35, 31, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.voice-grid figure::after {
  position: absolute;
  top: 12px;
  right: 22px;
  color: rgba(31, 107, 80, 0.08);
  content: "“";
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: 1;
}

.voice-grid figure:hover {
  border-color: rgba(31, 107, 80, 0.22);
  box-shadow: 0 18px 38px rgba(23, 35, 31, 0.085);
  transform: translateY(-4px);
}

.stars {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 4px 8px;
  color: var(--gold);
  background: #fff8e8;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.voice-grid blockquote {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 18px 0;
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.9;
}

.voice-grid figcaption {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.voice-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 8px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.voice-link::after {
  margin-left: 7px;
  content: "→";
  text-decoration: none;
  transition: transform 160ms ease;
}

.voice-link:hover::after {
  transform: translateX(3px);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.news-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(217, 157, 48, 0.07), transparent 24%),
    #fffcf7;
}

.news-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  text-align: left;
}

.news-heading > p {
  max-width: 420px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}

.news-grid article {
  position: relative;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 30px 30px 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(23, 35, 31, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.news-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), #f2cf7a);
  content: "";
}

.news-card-link {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  align-self: flex-end;
  margin-top: auto;
  color: var(--green-dark);
  background: var(--green-pale);
  border-radius: 50%;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.news-grid article:hover {
  border-color: rgba(31, 107, 80, 0.22);
  box-shadow: 0 18px 42px rgba(23, 35, 31, 0.08);
  transform: translateY(-4px);
}

.news-grid article:hover .news-card-link,
.news-card-link:hover {
  color: var(--white);
  background: var(--green);
  transform: translateX(3px);
}

.news-grid time {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.news-grid time::before {
  padding: 5px 9px;
  color: var(--green-dark);
  background: var(--green-pale);
  border-radius: 999px;
  content: "お知らせ";
  font-size: 10px;
  letter-spacing: 0.04em;
}

.news-grid h3 {
  margin: 20px 0 12px;
  font-family: var(--font-jp);
  font-size: 18px;
  line-height: 1.65;
}

.news-grid h3 a {
  text-decoration: none;
}

.news-grid h3 a:hover {
  color: var(--green);
}

.news-grid p {
  display: -webkit-box;
  margin: 0 0 20px;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-all-link::after {
  margin-left: 10px;
  content: "→";
  transition: transform 160ms ease;
}

.news-all-link:hover::after {
  transform: translateX(3px);
}

.render-deferred,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-block-size: auto 800px;
}

.mobile-action-bar {
  display: none;
}

.faq-layout {
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: 100px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 128px;
}

.faq-intro > p:not(.section-kicker) {
  max-width: 300px;
  margin: 20px 0 28px;
  color: var(--muted);
}

.faq-count {
  display: flex;
  width: fit-content;
  align-items: baseline;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--green-dark);
}

.faq-count strong {
  color: var(--gold);
  font-family: var(--font-jp);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.faq-count span { font-size: 13px; font-weight: 800; }
.faq-all-link { width: fit-content; margin-bottom: 8px; }
.faq-board-link { display: inline-flex; min-height: 44px; align-items: center; }
.faq-board-link::after { margin-left: 8px; content: "→"; transition: transform 160ms ease; }
.faq-board-link:hover::after { transform: translateX(3px); }

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(23, 35, 31, 0.035);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list details[open] {
  border-color: rgba(31, 107, 80, 0.24);
  box-shadow: 0 14px 32px rgba(23, 35, 31, 0.065);
}

.faq-list summary {
  position: relative;
  display: grid;
  min-height: 76px;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  transition: color 160ms ease, background 160ms ease;
}

.faq-list summary:hover {
  background: rgba(234, 244, 238, 0.5);
  color: var(--green-dark);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.faq-list summary::before {
  width: 34px;
  height: 34px;
  color: var(--white);
  background: var(--green);
  content: "Q";
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 700;
}

.faq-list summary::after {
  width: 30px;
  height: 30px;
  color: var(--green);
  background: var(--green-pale);
  content: "+";
  font-size: 18px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  position: relative;
  margin: 0;
  padding: 0 64px 22px 66px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.faq-list details p::before {
  position: absolute;
  top: 1px;
  left: 26px;
  color: var(--gold);
  content: "A";
  font-family: var(--font-jp);
  font-size: 15px;
  font-weight: 700;
}

.faq-page-main { background: #fbfaf6; }
.faq-page-hero { position: relative; overflow: hidden; padding: 0 0 clamp(48px, 5vw, 68px); text-align: left; background: radial-gradient(circle at 78% 20%, rgba(223,194,116,.18), transparent 25%), linear-gradient(135deg, #fbfaf6 0%, #f2f8f4 100%); border-bottom: 1px solid var(--line); }
.faq-page-hero > .shell { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,330px); column-gap: clamp(42px,6vw,92px); align-items: center; }
.faq-page-hero > .shell::after { display: block; width: min(100%,300px); aspect-ratio: 1; grid-column: 2; grid-row: 2 / span 4; justify-self: center; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Ccircle cx='160' cy='160' r='148' fill='%231f6b50' fill-opacity='.055'/%3E%3Cpath d='M89 70h142c16 0 29 13 29 29v91c0 16-13 29-29 29h-72l-50 42 10-42H89c-16 0-29-13-29-29V99c0-16 13-29 29-29Z' fill='%23fff' fill-opacity='.78' stroke='%23266e53' stroke-width='7' stroke-linejoin='round'/%3E%3Cpath d='M128 124c3-23 21-35 43-35 25 0 43 14 43 36 0 20-12 29-28 38-13 7-17 14-17 27' fill='none' stroke='%239dbdab' stroke-width='10' stroke-linecap='round'/%3E%3Ccircle cx='169' cy='212' r='7' fill='%23266e53'/%3E%3C/svg%3E") center / contain no-repeat; content: ""; filter: drop-shadow(0 18px 24px rgba(26,76,59,.1)); }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 58px; color: var(--muted); font-size: 12px; text-align: left; }
.breadcrumb a { color: var(--green-dark); text-underline-offset: 3px; }
.faq-page-hero .breadcrumb { min-height:62px; grid-column:1/-1; justify-content:flex-start; margin:0 0 clamp(50px,5vw,72px); border-bottom:1px solid rgba(31,107,80,.08); }
.faq-page-hero .section-kicker, .faq-page-hero h1, .faq-page-hero > .shell > p:not(.section-kicker) { position:relative; z-index:1; grid-column:1; }
.faq-page-hero h1 { margin:18px 0 22px; font-family:var(--font-jp); font-size:clamp(2.7rem,5vw,4.5rem); line-height:1.16; letter-spacing:-.04em; }
.faq-page-hero > .shell > p:not(.section-kicker) { max-width:none; margin:0; color:var(--muted); font-size:clamp(1rem,1.3vw,1.15rem); line-height:1.95; }
.faq-category-nav { display:grid; grid-column:1/-1; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:clamp(36px,4vw,52px); }
.faq-category-nav a { display: flex; align-items: center; gap: 10px; padding: 14px 18px; color: var(--green-dark); background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(23,35,31,.035); font-size: 13px; font-weight: 800; text-decoration: none; transition: transform 160ms ease, border-color 160ms ease; }
.faq-category-nav a:hover { border-color: rgba(31,107,80,.28); transform: translateY(-2px); }
.faq-category-nav a span { color: var(--gold); font-family: var(--font-jp); font-size: 12px; }
.faq-page-content { padding: 0 0 64px; }
.faq-category { display: grid; grid-template-columns: minmax(220px,.42fr) minmax(0,1fr); gap: 70px; padding: 64px 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.faq-category > div:first-child { position: sticky; top: 128px; align-self: start; }
.faq-category h2 { margin: 7px 0 10px; font-family: var(--font-jp); font-size: clamp(25px,3vw,34px); }
.faq-category-label { margin: 0; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.faq-page-note { margin-top: 18px; padding: 18px 20px; color: var(--muted); background: #fff9ee; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; font-size: 15px; line-height: 1.7; }

.final-cta {
  position: relative;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(120deg, #124a39 0%, #1f7156 100%);
}

.final-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(40px, 6vw, 88px);
  min-height: 264px;
  padding: 38px 0;
  color: var(--white);
  background: transparent;
}

.final-cta-inner::before,
.final-cta-inner::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.final-cta-inner::before {
  top: -250px;
  right: -160px;
  width: 430px;
  height: 430px;
}

.final-cta-inner::after {
  right: 130px;
  bottom: -300px;
  width: 380px;
  height: 380px;
}

.final-cta-copy,
.final-cta .final-actions {
  position: relative;
  z-index: 1;
}

.final-cta .section-kicker {
  color: #f0c461;
}

.final-cta h2 {
  margin: 8px 0 0;
  color: var(--white);
  font-size: clamp(1.8rem, 2.55vw, 2.55rem);
  line-height: 1.35;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.final-cta p:not(.section-kicker) {
  max-width: 650px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.85;
}

.final-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.final-trust li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
}

.final-trust li::before {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--green-dark);
  background: #f0c461;
  border-radius: 50%;
  content: "✓";
  font-size: 11px;
}

.final-cta .final-actions {
  display: grid;
  width: min(100%, 320px);
  min-width: 0;
  gap: 10px;
}

.final-cta .button {
  position: relative;
  width: 100%;
  justify-content: center;
  padding-inline: 46px;
  border-radius: 999px;
  text-align: center;
}

.final-cta .button-primary {
  color: var(--green-dark);
  background: #f0c461;
  box-shadow: 0 12px 28px rgba(12, 47, 37, 0.22);
}

.final-cta .button-primary,
.final-cta .button-secondary {
  min-height: 60px;
  white-space: nowrap;
}

.final-cta .button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.38);
}

.final-cta .button-contact {
  min-height: 50px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(8, 42, 32, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.final-cta .button-contact:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.34);
}

.final-cta .button::after {
  position: absolute;
  right: 24px;
  margin: 0;
  padding: 0;
  content: "→";
  font-size: 16px;
  font-weight: 500;
  transition: transform 160ms ease;
}

.final-cta .button:hover::after {
  transform: translateX(4px);
}

.site-footer {
  padding: 48px 0 22px;
  color: rgba(255, 255, 255, 0.76);
  background: #111c18;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(330px, 1.25fr) minmax(210px, 0.82fr) minmax(155px, 0.58fr) minmax(155px, 0.58fr) minmax(320px, 1.12fr);
  gap: 24px;
  align-items: start;
}

.footer-brand img {
  width: 185px;
  height: auto;
  filter: brightness(1.38) saturate(0.88) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16));
}

.footer-brand p {
  max-width: 360px;
  margin: 18px 0;
  font-size: 13px;
  line-height: 1.8;
}

.footer-trust {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-trust li {
  padding: 6px 10px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-grid nav h2 {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  color: #f0c461;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.footer-grid nav a {
  min-height: 30px;
  display: flex;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-grid nav a:hover {
  color: var(--white);
  transform: translateX(3px);
}

.footer-grid nav[aria-label="当店について"] {
  display: flex;
}

@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    max-width: none;
  }

  .footer-grid nav[aria-label="当店について"] {
    display: flex;
  }
}

.footer-utility {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-payment {
  display: grid;
  gap: 10px;
}

.footer-payment span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.footer-payment img {
  width: min(322px, 100%);
  height: auto;
  border-radius: 5px;
}

.footer-social {
  display: flex;
  gap: 9px;
}

.footer-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.footer-social a:hover {
  color: var(--green-dark);
  background: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  text-decoration: none;
}

@media (max-width: 960px) {
  .menu-button {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 14px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown > summary {
    justify-content: space-between;
    padding: 12px 14px;
  }

  .nav-dropdown-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-bottom: 4px;
    padding: 3px 8px 8px 18px;
    background: var(--soft);
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    transform: none;
  }

  .nav-dropdown-menu a {
    padding: 9px 10px;
    white-space: normal;
  }

  .nav-cart {
    width: 100%;
    height: 46px;
    margin-top: 6px;
    padding: 0 !important;
    border-radius: 999px;
  }

  .nav-service-switch {
    margin: 6px 0 2px;
    padding: 11px 14px !important;
    background: #eef6f0;
  }

  .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 34px;
  }

  .plan-grid,
  .steps,
  .concern-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-offer {
    padding: 15px;
  }

  .goods-item-grid,
  .goods-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .goods-plan-group:first-child .goods-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps li::after {
    display: none !important;
  }
}

/* Keep the full navigation usable when scripting is disabled. */
@media (max-width: 960px) and (scripting: none) {
  .header-inner {
    flex-wrap: wrap;
    padding-block: 12px;
  }

  .menu-button {
    display: none;
  }

  .site-nav {
    position: static;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .site-nav a {
    padding: 8px 10px;
  }

  .nav-cta {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .plan-offer {
    margin-top: 20px;
    padding: 11px;
    border-radius: 20px;
  }

  .plan-campaign {
    grid-template-columns: auto 1fr;
    gap: 14px;
    margin-bottom: 12px;
    padding: 14px;
    border-radius: 15px;
  }

  .plan-campaign-mark {
    width: 58px;
    height: 58px;
  }

  .plan-campaign-copy strong { font-size: 16px; }
  .plan-campaign-copy span { font-size: 12px; }

  .plan-campaign-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .plan-discount {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .hero h1 .nowrap {
    white-space: normal;
  }

  .section h2 .nowrap,
  .assurance-inner h2 .nowrap {
    white-space: normal;
  }
  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-inner {
    min-height: 68px;
  }

  .site-nav {
    top: 68px;
    right: 14px;
    left: 14px;
  }

  .brand img {
    width: 150px;
  }

  .hero {
    padding: 24px 0 62px;
  }

  .service-switcher {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
  }

  .service-switcher-label {
    grid-column: 1 / -1;
    min-height: 30px;
    padding-inline: 10px;
  }

  .service-switcher-current,
  .service-switcher a {
    min-width: 0;
    padding: 10px;
    font-size: 12px;
  }

  #service {
    padding-block: 68px;
  }

  .service-intro {
    gap: 36px;
  }

  .service-heading {
    padding-left: 16px;
  }

  .service-copy {
    padding: 24px 22px;
  }

  .hero-grid,
  .two-column,
  .faq-layout,
  .assurance-inner,
  .final-cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.5vw, 40px);
    line-height: 1.32;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions .button,
  .final-actions .button {
    width: 100%;
  }

  .hero-action-note {
    margin-left: 0;
    text-align: center;
  }

  .hero-visual {
    width: min(88%, 430px);
    margin-inline: auto;
  }

  .hero-card {
    padding: 6px;
  }

  .goods-visual-card {
    min-height: 310px;
    padding: 20px 16px 24px;
  }

  .goods-visual-box {
    width: 210px;
  }

  .goods-visual-shield {
    top: 30px;
    right: 10%;
    width: 88px;
    padding: 14px;
  }

  .goods-visual-card strong {
    font-size: 19px;
  }

  .quick-grid {
    grid-template-columns: 1fr;
  }

  .goods-item-grid,
  .goods-plan-grid,
  .goods-measure-guide {
    grid-template-columns: 1fr;
  }

  .goods-plan-group:first-child .goods-plan-grid {
    grid-template-columns: 1fr;
  }

  .goods-item-grid article {
    min-height: 0;
  }

  .goods-price-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .goods-plan-group summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 17px 50px 17px 18px;
  }

  .goods-plan-group summary span {
    gap: 8px;
  }

  .goods-plan-group summary > b {
    font-size: 11px;
  }

  .goods-plan-grid {
    padding: 12px;
  }

  .goods-item-note {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .goods-benefit-list article {
    grid-template-columns: 38px 1fr 42px;
    gap: 10px;
    padding: 18px 16px;
  }

  .goods-benefit-list svg {
    width: 42px;
    height: 42px;
    padding: 11px;
  }

  .quick-grid div {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    padding: 15px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .quick-grid div::after {
    display: none;
  }

  .quick-grid strong {
    justify-content: flex-start;
  }

  .quick-grid span {
    text-align: left;
  }

  .section {
    padding: 72px 0;
  }

  .two-column,
  .faq-layout {
    gap: 34px;
  }

  .faq-intro { position: static; }
  .faq-intro > p:not(.section-kicker) { margin-bottom: 14px; }
  .faq-count { margin-bottom: 8px; }
  .faq-count strong { font-size: 34px; }
  .faq-list summary {
    min-height: 70px;
    grid-template-columns: 30px 1fr 30px;
    gap: 11px;
    padding: 14px;
    font-size: 14px;
  }
  .faq-list summary::before { width: 30px; height: 30px; }
  .faq-list details p { padding: 0 46px 19px 55px; }
  .faq-list details p::before { left: 21px; }
  .faq-all-link { width: 100%; }
  .faq-page-hero { padding: 0 0 44px; }
  .faq-page-hero > .shell { display: block; }
  .faq-page-hero > .shell::after { display: none; }
  .faq-page-hero .breadcrumb { min-height: 54px; margin-bottom: 42px; }
  .faq-page-hero h1 { margin: 14px 0 18px; font-size: clamp(36px, 11vw, 46px); }
  .faq-page-hero > .shell > p:not(.section-kicker) { font-size: 14px; line-height: 1.85; }
  .faq-category-nav { grid-template-columns: repeat(2,1fr); }
  .faq-category-nav a { padding: 12px; font-size: 12px; }
  .faq-category { grid-template-columns: 1fr; gap: 24px; padding: 48px 0; }
  .faq-category > div:first-child { position: static; }

  .section-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .news-heading {
    display: block;
  }

  .news-heading > p {
    margin-top: 14px;
    text-align: left;
  }

  .news-grid article {
    min-height: 0;
    padding: 25px 23px;
  }

  .plan-grid,
  .steps,
  .voice-grid,
  .concern-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 12px;
    padding: 22px;
  }

  .step-number {
    grid-row: 1 / 3;
  }

  .steps h3 {
    margin: 2px 0 6px;
  }

  .steps p {
    grid-column: 2;
  }

  .plan-guide {
    grid-template-columns: 1fr;
    margin-top: -8px;
  }

  .plan-guide > div:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -21px;
    left: 50%;
    content: "↓";
    transform: translateX(-50%);
  }

  .plan-includes,
  .plan-includes ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-includes > strong {
    align-self: flex-start;
  }

  .box-support,
  .wheel-campaign {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .box-support {
    grid-template-columns: auto 1fr;
    gap: 18px;
  }

  .box-support .box-options {
    grid-column: 1 / -1;
  }

  .box-option-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .wheel-preview {
    width: 84px;
    height: 84px;
  }

  .coupon-dialog {
    padding: 28px 20px 22px;
  }

  .coupon-dialog-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .coupon-form > div {
    grid-template-columns: 1fr;
  }

  .coupon-form .button {
    width: 100%;
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 45;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: var(--paper);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(23, 35, 31, 0.08);
    visibility: hidden;
    pointer-events: none;
    transform: translateY(110%);
    transition: transform 180ms ease, visibility 180ms ease;
  }

  .mobile-action-bar.is-visible {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-action-bar a {
    min-height: 44px;
    display: grid;
    place-items: center;
    color: var(--green-dark);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-action-bar a:last-child {
    color: var(--white);
    background: var(--green);
    border-color: var(--green);
  }

  /* Keep the production lucky-wheel launcher above the fixed action bar. */
  .wlwl_wheel_icon {
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }

  .price-help {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-help .text-links {
    margin-top: 0;
  }

  .assurance-list {
    grid-template-columns: 1fr;
  }

  .assurance-list li {
    min-height: 0;
  }

  .box-support .button,
  .wheel-campaign .button {
    width: 100%;
  }

  .box-options,
  .box-options > summary {
    width: 100%;
  }

  .box-option-list {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .plan-card {
    display: grid;
    grid-template-columns: 42% 58%;
  }

  .plan-visual {
    min-height: 100%;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .plan-body {
    padding: 17px 16px 18px;
  }

  .price-note {
    margin-top: 13px;
    padding-inline: 6px;
    font-size: 12px;
    line-height: 1.65;
  }

  .final-cta {
    padding: 0;
  }

  .final-cta-inner {
    min-height: 0;
    padding: 44px 0;
    border-radius: 0;
  }

  .final-cta h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    white-space: normal;
  }

  .final-cta .final-actions {
    min-width: 0;
    width: 100%;
  }

  .final-cta-inner,
  .footer-grid {
    gap: 34px;
  }

  .footer-utility {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

@media (max-width: 420px) {
  .plan-card {
    display: block;
  }

  .plan-visual {
    min-height: 108px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .plan-campaign {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .plan-campaign-mark {
    margin-inline: auto;
  }

  .plan-discount span {
    max-width: 12em;
  }
}

@media (max-width: 720px) and (scripting: none) {
  .mobile-action-bar {
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}

/* Static information and guide pages */
.info-content { display: grid; gap: 28px; }
.info-content .info-block { margin: 0; padding: clamp(26px, 4vw, 46px); background: #fff; border: 1px solid rgba(31,107,80,.12); border-radius: 22px; box-shadow: 0 14px 38px rgba(23,35,31,.045); }
.info-content .info-block > :first-child { margin-top: 0; }
.info-content .info-block > :last-child { margin-bottom: 0; }
.info-content .info-block h2 { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.info-content .info-block h3 { margin-top: 28px; }
.info-note, .info-caption { color: var(--muted); font-size: 13px; }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.info-content .shipping-table { min-width: 760px; margin: 0; border: 0; }
.info-content .shipping-table th, .info-content .shipping-table td { text-align: center; vertical-align: middle; }
.info-content .shipping-table th { color: #fff; background: var(--green-dark); font-size: 13px; }
.info-content .shipping-table td:first-child { width: auto; color: var(--ink); background: #f3f8f5; }
.info-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.info-link-card { display: grid; gap: 7px; padding: 20px; color: var(--ink) !important; background: #f7faf8; border: 1px solid var(--line); border-radius: 14px; text-decoration: none !important; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.info-link-card::after { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--green); content: "→"; }
.info-link-card:hover { border-color: rgba(31,107,80,.35); box-shadow: 0 10px 24px rgba(23,35,31,.06); transform: translateY(-2px); }
.info-link-card span { color: var(--muted); font-size: 13px; }
.info-callout { border-left: 4px solid var(--gold) !important; background: linear-gradient(135deg, #fffdf8, #fff) !important; }
.info-related-links { display: grid; gap: 10px; padding-left: 0 !important; list-style: none; }
.info-related-links li { padding: 12px 15px; background: #f7faf8; border-radius: 10px; }
.measure-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: clamp(30px, 5vw, 70px); align-items: center; }
.measure-layout figure { margin: 0; }
.measure-layout figcaption, .packing-photo figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; text-align: center; }
.measure-formula { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 26px 0; padding: 18px; background: var(--green-pale); border-radius: 14px; }
.measure-formula span, .measure-formula strong { padding: 8px 13px; background: #fff; border: 1px solid rgba(31,107,80,.15); border-radius: 8px; }
.measure-formula strong { color: var(--green-dark); }
.packing-steps { display: grid; gap: 12px; margin: 26px 0 !important; padding: 0 !important; counter-reset: packing; list-style: none; }
.packing-steps li { position: relative; display: grid; gap: 5px; min-height: 70px; padding: 14px 18px 14px 64px; background: #f7faf8; border-radius: 12px; counter-increment: packing; }
.packing-steps li::before { position: absolute; top: 15px; left: 16px; display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; content: counter(packing); font-weight: 800; }
.packing-steps span { color: var(--muted); font-size: 14px; }
.packing-photo { max-width: 780px; margin: 30px auto 0 !important; }
.packing-photo img { width: 100%; border-radius: 16px; }
.video-reference .button { width: fit-content; text-decoration: none !important; }

@media (max-width: 760px) {
  .info-content { gap: 18px; }
  .info-content .info-block { padding: 24px 20px; border-radius: 17px; }
  .info-link-grid, .measure-layout { grid-template-columns: 1fr; }
  .measure-layout figure { max-width: 450px; justify-self: center; }
  .measure-formula { gap: 7px; padding: 14px; }
  .measure-formula span, .measure-formula strong { padding: 7px 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.document-main {
  background: linear-gradient(180deg, #f2f7f3 0, #fbfaf6 420px);
}

.document-hero {
  position: relative;
  padding: 56px 0 62px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.document-hero::after {
  position: absolute;
  right: max(-120px, calc((100vw - var(--shell)) / 2 - 180px));
  bottom: -230px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(31, 107, 80, .08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.document-hero .breadcrumb {
  justify-content: center;
  margin-bottom: 30px;
}

.document-hero h1 {
  margin: 14px 0 18px;
  color: var(--ink);
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  line-height: 1.2;
  letter-spacing: .02em;
  overflow-wrap: anywhere;
}

.document-hero > .shell > p:not(.section-kicker) {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 2;
}

.document-updated {
  display: inline-block;
  margin-top: 24px;
  color: var(--muted);
  font-size: .82rem;
}

.document-section {
  padding: 56px 0 108px;
}

.document-section > .shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  max-width: 1120px;
}

.document-content {
  padding: clamp(30px, 5vw, 68px);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(18, 55, 43, .08);
  color: #344b43;
  font-size: 1rem;
  line-height: 2;
  overflow-wrap: anywhere;
}

.document-content .grid-container,
.document-content [class*="wp-block-"] {
  max-width: 100%;
}

.document-content section,
.document-content .grid-container {
  margin: 0;
  padding: 0;
  background: transparent;
}

.document-content img {
  max-width: 100%;
  height: auto;
}

.document-content figure {
  max-width: 100%;
  margin: 0 0 1.5em;
}

.document-content > :first-child,
.document-content section > div > :first-child {
  margin-top: 0;
}

.document-content h2 {
  margin: 2.5em 0 .75em;
  padding-bottom: .55em;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  line-height: 1.55;
}

.document-content h3 {
  margin: 2em 0 .5em;
  color: var(--green);
  font-size: 1.12rem;
}

.document-content p,
.document-content ul,
.document-content ol {
  margin: 0 0 1.25em;
}

.document-content ul,
.document-content ol {
  padding-inline-start: 1.6em;
}

.document-content li + li {
  margin-top: .65em;
}

.document-content a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.document-content .mark {
  padding: .08em .28em;
  border-radius: .3em;
  background: #fff1bf;
  color: var(--ink);
}

.document-page-loveback-service-declaration .document-content > section .grid-container > ol {
  padding: 0;
  list-style: none;
  counter-reset: declaration-promise;
}

.document-page-loveback-service-declaration .document-content > section .grid-container > ol > li {
  position: relative;
  margin: 0;
  padding: 22px 0 24px 52px;
  border-top: 1px solid var(--line);
  counter-increment: declaration-promise;
}

.document-page-loveback-service-declaration .document-content > section .grid-container > ol > li::before {
  position: absolute;
  top: 22px;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  content: counter(declaration-promise, decimal-leading-zero);
  font-size: .72rem;
  font-weight: 800;
}

.document-page-loveback-service-declaration .document-content > section .grid-container > ol > li > strong:first-child {
  color: var(--ink);
  font-size: 1.05rem;
}

.document-page-loveback-service-declaration .document-content > section .grid-container > ol > li > ul {
  margin-top: 12px;
}

.document-content table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.75;
}

.document-content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.document-content th,
.document-content td {
  padding: 16px 18px;
  border: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.document-content td:first-child {
  width: 27%;
  background: var(--mist);
  color: var(--ink);
  font-weight: 700;
}

.document-aside {
  position: sticky;
  top: 120px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--mist);
  box-shadow: 0 14px 34px rgba(18, 55, 43, .05);
}

.document-aside-label {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.document-aside strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.document-aside p {
  margin: 12px 0 20px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.8;
}

.document-aside .button {
  width: 100%;
}

/* Commerce/legal document: keep the statutory detail complete while making it
   read like a clear company profile instead of a narrow administration table. */
.document-page-commerce-legal .document-hero {
  padding-block: 44px 48px;
}

.document-page-commerce-legal .document-hero .breadcrumb {
  margin-bottom: 22px;
}

.document-page-commerce-legal .document-hero h1 {
  font-size: clamp(2.35rem, 4.6vw, 3.8rem);
}

.document-page-commerce-legal .document-updated {
  margin-top: 16px;
}

.document-page-commerce-legal .document-section {
  padding-block: 42px 88px;
}

.document-page-commerce-legal .document-section > .shell {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  max-width: 1120px;
}

.document-page-commerce-legal .document-content {
  padding: clamp(22px, 3.6vw, 42px);
  border-radius: 22px;
}

.document-page-commerce-legal .document-content figure {
  margin: 0;
  overflow: visible;
}

.document-page-commerce-legal .document-content table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(18, 55, 43, .07);
  line-height: 1.75;
}

.document-page-commerce-legal .document-store-logo {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

.document-page-commerce-legal .document-content td {
  padding: 19px 22px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.document-page-commerce-legal .document-content tr:last-child td {
  border-bottom: 0;
}

.document-page-commerce-legal .document-content td:first-child {
  width: 25%;
  background: #f1f6f2;
  color: var(--green-dark);
  font-size: .94rem;
  letter-spacing: .02em;
}

.document-page-commerce-legal .document-content td + td {
  background: #fff;
}

.document-page-commerce-legal .document-content tr:hover td + td {
  background: #fbfcfa;
}

.document-page-commerce-legal .document-aside {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label button"
    "title button"
    "copy button";
  gap: 4px 36px;
  align-items: center;
  padding: 24px 28px;
  border-color: rgba(31, 107, 80, .16);
  background: linear-gradient(110deg, #edf6f1, #f8faf6);
  box-shadow: none;
  order: -1;
}

.document-page-commerce-legal .document-aside-label {
  grid-area: label;
  margin: 0;
}

.document-page-commerce-legal .document-aside strong {
  grid-area: title;
  font-size: 1.15rem;
}

.document-page-commerce-legal .document-aside p {
  grid-area: copy;
  max-width: 680px;
  margin: 4px 0 0;
}

.document-page-commerce-legal .document-aside .button {
  grid-area: button;
  width: auto;
  min-width: 190px;
}

/* Match the customer-voice archive: breadcrumb strip, editorial hero and a
   single readable content rail. */
body.document-page .document-main {
  background: #fbfaf6;
}

body.document-page .document-hero {
  padding: 0 0 clamp(58px, 6vw, 82px);
  text-align: left;
  background:
    radial-gradient(circle at 78% 20%, rgba(223, 194, 116, .18), transparent 25%),
    linear-gradient(135deg, #fbfaf6 0%, #f2f8f4 100%);
}

body.document-page .document-hero > .shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  column-gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

body.document-page .document-hero > .shell::after {
  content: "";
  display: block;
  grid-column: 2;
  grid-row: 2 / span 4;
  justify-self: center;
  width: min(100%, 310px);
  aspect-ratio: 1 / 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Ccircle cx='160' cy='160' r='148' fill='%231f6b50' fill-opacity='.055'/%3E%3Cpath d='M82 55h105l52 52v139c0 13-10 23-23 23H82c-13 0-23-10-23-23V78c0-13 10-23 23-23Z' fill='%23fff' fill-opacity='.7' stroke='%23266e53' stroke-width='7' stroke-linejoin='round'/%3E%3Cpath d='M187 55v52h52M91 139h102M91 174h102M91 209h65' fill='none' stroke='%239dbdab' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m206 174 55 20v44c0 35-23 57-55 70-32-13-55-35-55-70v-44l55-20Z' fill='%23266e53' stroke='%23f8fbf9' stroke-width='8' stroke-linejoin='round'/%3E%3Cpath d='m181 239 17 17 34-40' fill='none' stroke='%23fff' stroke-width='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 18px 24px rgba(26, 76, 59, .1));
}

body.document-page .document-hero .breadcrumb {
  grid-column: 1 / -1;
  justify-content: flex-start;
  min-height: 62px;
  margin: 0 0 clamp(50px, 5vw, 72px);
  border-bottom: 1px solid rgba(31, 107, 80, .08);
}

body.document-page .document-hero .section-kicker,
body.document-page .document-hero h1,
body.document-page .document-hero > .shell > p:not(.section-kicker),
body.document-page .document-updated {
  grid-column: 1;
  position: relative;
  z-index: 1;
}

body.document-page .document-hero h1 {
  max-width: 980px;
  margin: 18px 0 22px;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  line-height: 1.16;
  letter-spacing: -.04em;
}

body.document-page .document-hero > .shell > p:not(.section-kicker) {
  max-width: none;
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.95;
  white-space: nowrap;
}

body.document-page .document-updated {
  justify-self: start;
  margin-top: 20px;
  padding: 7px 12px;
  border: 1px solid rgba(31, 107, 80, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
}

@media (max-width: 1080px) {
  body.document-page .document-hero > .shell {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 260px);
    column-gap: 34px;
  }

  body.document-page .document-hero > .shell > p:not(.section-kicker) {
    white-space: normal;
  }
}

body.document-page-commerce-legal .document-section {
  padding: clamp(54px, 6vw, 78px) 0 clamp(82px, 8vw, 116px);
  background: #fffdf9;
}

body.document-page-commerce-legal .document-section > .shell {
  display: flex;
  flex-direction: column;
  width: min(calc(100% - 40px), 1180px);
  max-width: none;
  gap: 26px;
}

body.document-page-commerce-legal .document-aside {
  position: static;
  order: -1;
  width: 100%;
}

body.document-page-commerce-legal .document-content {
  width: 100%;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 820px) {
  .document-hero {
    padding: 38px 0 42px;
  }

  .document-hero .breadcrumb {
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .document-section {
    padding: 32px 0 72px;
  }

  .document-section > .shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .document-content {
    padding: 26px 20px 30px;
    border-radius: 18px;
    font-size: .94rem;
    line-height: 1.9;
  }

  .document-content h2 {
    margin-top: 2.1em;
    font-size: 1.22rem;
  }

  .document-content h3 {
    font-size: 1.04rem;
  }

  .document-aside {
    position: static;
  }

  .document-page-commerce-legal .document-hero {
    padding-block: 30px 36px;
  }

  body.document-page .document-hero {
    padding: 0 0 44px;
  }

  body.document-page .document-hero > .shell {
    grid-template-columns: 1fr;
  }

  body.document-page .document-hero > .shell::after {
    display: none;
  }

  body.document-page .document-hero .breadcrumb {
    min-height: 52px;
    margin-bottom: 38px;
  }

  body.document-page .document-hero .section-kicker,
  body.document-page .document-hero h1,
  body.document-page .document-hero > .shell > p:not(.section-kicker),
  body.document-page .document-updated {
    grid-column: 1;
  }

  .document-page-commerce-legal .document-section {
    padding-block: 28px 64px;
  }

  .document-page-commerce-legal .document-content {
    padding: 18px;
  }

  .document-page-commerce-legal .document-aside {
    display: flex;
    align-items: flex-start;
    padding: 22px;
  }

  .document-page-commerce-legal .document-aside .button {
    width: 100%;
    margin-top: 4px;
  }

  .document-content th,
  .document-content td {
    display: block;
    width: 100% !important;
  }

  .document-content tr {
    display: block;
    margin-bottom: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
  }

  .document-content th,
  .document-content td {
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .document-content tr > :last-child {
    border-bottom: 0;
  }

  .document-page-commerce-legal .document-content table {
    border: 0;
    overflow: visible;
  }

  .document-page-commerce-legal .document-content tr {
    margin-bottom: 12px;
    background: #fff;
  }

  .document-page-commerce-legal .document-content td {
    padding: 14px 16px;
  }

  .document-page-commerce-legal .document-content td:first-child {
    padding-block: 11px;
    font-size: .88rem;
  }
}

@media (max-width: 460px) {
  .document-hero h1 {
    font-size: clamp(1.9rem, 10vw, 2.55rem);
  }

  .document-hero > .shell > p:not(.section-kicker) {
    font-size: .96rem;
    line-height: 1.85;
  }

  .document-page-loveback-service-declaration .document-content > section .grid-container > ol > li {
    padding-left: 44px;
  }

  .document-page-loveback-service-declaration .document-content > section .grid-container > ol > li::before {
    width: 30px;
    height: 30px;
  }
}

@media print {
  .site-header,
  .mobile-action-bar,
  .back-to-top,
  .wheel-campaign,
  .final-cta,
  .site-footer {
    display: none !important;
  }

  body {
    padding: 0;
    color: #000;
    background: #fff;
  }

  .section {
    padding: 28px 0;
  }
}

.back-to-top {
  position: fixed;
  right: clamp(16px, 2.2vw, 32px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 80;
  display: grid;
  place-items: center;
  gap: 1px;
  width: 58px;
  height: 58px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: #fff;
  background: rgba(18, 69, 53, .94);
  box-shadow: 0 12px 30px rgba(12, 44, 35, .2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background-color .2s ease;
  backdrop-filter: blur(8px);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--green);
  transform: translateY(-2px);
}

.back-to-top:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.back-to-top span {
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

@media (max-width: 720px) {
  .back-to-top {
    right: 14px;
    bottom: 18px;
    width: 50px;
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}

/* Contact page */
.contact-main { background: #fbfaf6; }
.contact-hero { position: relative; padding: 0 0 clamp(58px, 6vw, 82px); text-align: left; background: radial-gradient(circle at 78% 20%, rgba(223,194,116,.18), transparent 25%), linear-gradient(135deg, #fbfaf6 0%, #f2f8f4 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.contact-hero > .shell { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 330px); column-gap: clamp(42px, 6vw, 92px); align-items: center; }
.contact-hero > .shell::after { display: block; width: min(100%, 300px); aspect-ratio: 1; grid-column: 2; grid-row: 2 / span 3; justify-self: center; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Ccircle cx='160' cy='160' r='148' fill='%231f6b50' fill-opacity='.055'/%3E%3Crect x='54' y='82' width='212' height='156' rx='22' fill='%23fff' fill-opacity='.78' stroke='%23266e53' stroke-width='7'/%3E%3Cpath d='m65 100 95 78 95-78M68 221l67-64M252 221l-67-64' fill='none' stroke='%239dbdab' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='241' cy='230' r='48' fill='%23266e53' stroke='%23f8fbf9' stroke-width='8'/%3E%3Cpath d='m219 231 15 15 29-34' fill='none' stroke='%23fff' stroke-width='9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; content: ""; filter: drop-shadow(0 18px 24px rgba(26,76,59,.1)); }
.contact-hero .breadcrumb { min-height: 62px; grid-column: 1 / -1; justify-content: flex-start; margin: 0 0 clamp(50px, 5vw, 72px); border-bottom: 1px solid rgba(31,107,80,.08); }
.contact-hero .section-kicker, .contact-hero h1, .contact-hero > .shell > p:last-child { position: relative; z-index: 1; grid-column: 1; }
.contact-hero .section-kicker { margin: 0; }
.contact-hero h1 { max-width: 980px; margin: 18px 0 22px; font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: 1.16; letter-spacing: -.04em; }
.contact-hero > .shell > p:last-child { max-width: none; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.95; }
.contact-section { padding: clamp(44px, 5vw, 68px) 0 clamp(76px, 9vw, 120px); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 340px); gap: clamp(24px, 3vw, 42px); align-items: start; }
.contact-form-card, .contact-aside > section { border: 1px solid rgba(31,107,80,.12); background: #fff; box-shadow: 0 16px 44px rgba(23,35,31,.055); }
.contact-form-card { padding: clamp(28px, 3.4vw, 46px); border-radius: 22px; }
.contact-form-card header { position: relative; padding: 0 0 27px 18px; border-bottom: 1px solid var(--line); }
.contact-form-card header::before { position: absolute; top: 2px; bottom: 27px; left: 0; width: 3px; background: var(--green); border-radius: 999px; content: ""; opacity: .75; }
.contact-form-card h2, .contact-aside h2 { margin: 7px 0 10px; font-size: clamp(24px, 3vw, 34px); line-height: 1.4; }
.contact-form-card header > p:last-child { margin: 0; color: var(--muted); }
.required-mark, .contact-field label span { display: inline-flex; padding: 2px 7px; color: #8a4d10; background: #fff2d8; border-radius: 999px; font-size: 10px; font-weight: 800; vertical-align: middle; }
.contact-form { display: grid; gap: 23px; padding-top: 29px; }
.contact-field { display: grid; gap: 8px; }
.contact-field label { color: #22302b; font-size: 15px; font-weight: 800; }
.contact-field input, .contact-field textarea { width: 100%; padding: 13px 15px; color: var(--ink); background: #fbfcfa; border: 1px solid #cad7cf; border-radius: 10px; font: inherit; line-height: 1.55; transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.contact-field textarea { min-height: 190px; resize: vertical; }
.contact-field input:focus, .contact-field textarea:focus { outline: 0; border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(31,107,80,.11); }
.contact-field input:user-invalid, .contact-field textarea:user-invalid { border-color: #c86b5d; background: #fffafa; }
.contact-field small { color: var(--muted); line-height: 1.65; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-privacy { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: 14px; line-height: 1.7; cursor: pointer; }
.contact-privacy input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--green); flex: 0 0 auto; }
.contact-privacy a { color: var(--green-dark); font-weight: 800; text-underline-offset: 3px; }
.contact-submit { width: min(100%, 280px); min-height: 56px; justify-self: start; gap: 18px; font-size: 14px; box-shadow: 0 10px 24px rgba(201,147,54,.18); }
.contact-submit:disabled { cursor: wait; opacity: .65; }
.contact-submit:not(:disabled):hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(201,147,54,.24); }
.contact-status { min-height: 1.75em; margin: -8px 0 0; font-weight: 700; }
.contact-status[data-state="pending"] { color: var(--muted); }
.contact-status[data-state="success"] { color: var(--green); }
.contact-status[data-state="error"] { color: #a33b2f; }
.contact-aside { position: sticky; top: 106px; display: grid; gap: 18px; }
.contact-aside > section { padding: 26px; border-radius: 18px; }
.contact-aside dl { display: grid; gap: 0; margin: 22px 0 0; }
.contact-aside dl > div { padding: 14px 0; border-top: 1px solid var(--line); }
.contact-aside dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.contact-aside dd { margin: 5px 0 0; overflow-wrap: anywhere; font-weight: 800; }
.contact-aside dd a { color: var(--green-dark); text-underline-offset: 4px; }
.contact-help { position: relative; color: rgba(255,255,255,.82); background: linear-gradient(145deg, var(--green-dark), #236b53) !important; border-color: transparent !important; overflow: hidden; }
.contact-help::after { position: absolute; right: -60px; bottom: -80px; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.contact-help h2 { color: #fff; }
.contact-help p { margin: 10px 0 0; font-size: 14px; line-height: 1.85; }
.contact-caution { padding: 12px 14px; background: rgba(255,255,255,.1); border-radius: 10px; }

@media (max-width: 900px) {
  .contact-hero > .shell { grid-template-columns: minmax(0, 1fr) 220px; column-gap: 30px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .contact-hero { padding-bottom: 48px; }
  .contact-hero > .shell { display: block; }
  .contact-hero > .shell::after { display: none; }
  .contact-hero .breadcrumb { min-height: 54px; margin-bottom: 42px; }
  .contact-hero h1 { margin: 14px 0 18px; font-size: clamp(36px, 11vw, 46px); }
  .contact-hero > .shell > p:last-child { font-size: 14px; line-height: 1.85; }
  .contact-section { padding-top: 32px; }
  .contact-aside { grid-template-columns: 1fr; }
  .contact-form-card { padding: 26px 20px; border-radius: 18px; }
  .contact-form-card header { padding-left: 15px; }
  .contact-form { gap: 21px; }
  .contact-field input, .contact-field textarea { font-size: 16px; }
  .contact-field textarea { min-height: 165px; }
  .contact-submit { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-field input, .contact-field textarea, .contact-submit { transition: none; }
}

/* Information pages: compact hero and one clear card level. */
body.info-page .document-hero {
  padding-bottom: clamp(38px, 4vw, 54px);
}

body.info-page .document-hero > .shell {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 250px);
  column-gap: clamp(34px, 5vw, 72px);
}

body.info-page .document-hero > .shell::after {
  width: min(100%, 235px);
}

body.info-page .document-hero .breadcrumb {
  min-height: 54px;
  margin-bottom: clamp(30px, 3vw, 42px);
}

body.info-page .document-hero h1 {
  margin: 12px 0 16px;
  font-size: clamp(2.55rem, 4.3vw, 3.9rem);
}

body.info-page .document-hero > .shell > p:not(.section-kicker) {
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
  line-height: 1.8;
}

body.info-page .document-updated {
  margin-top: 14px;
  padding: 5px 10px;
  font-size: .76rem;
}

body.info-page .document-section {
  padding: clamp(36px, 4vw, 54px) 0 clamp(76px, 8vw, 108px);
  background: #fbfaf6;
}

body.info-page .document-section > .shell {
  width: min(calc(100% - 40px), 1180px);
  max-width: none;
}

body.info-page .info-content {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.info-page .info-content .info-block {
  padding: clamp(28px, 3.5vw, 42px);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(23, 35, 31, .045);
}

body.info-page .info-content .info-block h2 {
  margin-bottom: 22px;
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
}

body.info-page .table-scroll {
  border-radius: 12px;
}

body.info-page .shipping-table th,
body.info-page .shipping-table td {
  padding: 15px 12px;
}

@media (max-width: 760px) {
  body.info-page .document-hero {
    padding-bottom: 34px;
  }

  body.info-page .document-hero > .shell {
    display: block;
  }

  body.info-page .document-hero > .shell::after {
    display: none;
  }

  body.info-page .document-hero .breadcrumb {
    min-height: 50px;
    margin-bottom: 30px;
  }

  body.info-page .document-hero h1 {
    margin: 10px 0 14px;
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  body.info-page .document-updated {
    margin-top: 12px;
  }

  body.info-page .document-section {
    padding-top: 26px;
  }

  body.info-page .document-section > .shell {
    width: min(calc(100% - 28px), 1180px);
  }

  body.info-page .info-content .info-block {
    padding: 22px 18px;
    border-radius: 15px;
  }
}
