:root {
  --ink: #22221e;
  --muted: #635f56;
  --cream: #f4efe4;
  --paper: #fffaf0;
  --line: rgba(34, 34, 30, 0.16);
  --dark: #1f1f1a;
  --dark-soft: #2b2a24;
  --gold: #b58a46;
  --gold-light: #ecd09a;
  --shadow: 0 24px 80px rgba(40, 35, 24, 0.16);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
  overflow-x: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

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

main,
section,
.site-header,
.site-footer {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.hero-inner,
.proof-copy,
.section-copy,
.section-head,
.statement,
.scope-list,
.scope-list article,
.price-main,
.included,
.compare-card,
.plain-list,
.flow-list,
.faq-list {
  min-width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 8px clamp(20px, 4vw, 64px);
  background: rgba(244, 239, 228, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 104px;
  height: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 12px 34px rgba(34, 34, 30, 0.18);
}

.section-dark {
  background: var(--dark);
  color: var(--paper);
}

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

.section-white {
  background: var(--paper);
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.narrow {
  width: min(760px, calc(100% - 48px));
  text-align: center;
}

section {
  padding: clamp(68px, 8vw, 112px) 0;
}

.nowrap {
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: end;
  isolation: isolate;
  padding: clamp(92px, 12vw, 160px) 0 clamp(44px, 6vw, 72px);
  background-image: url("./toyouke-hero-breakfast-1500.jpg");
  background-position: center;
  background-size: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 17, 14, 0.88), rgba(17, 17, 14, 0.58) 46%, rgba(17, 17, 14, 0.24)),
    linear-gradient(0deg, rgba(17, 17, 14, 0.72), rgba(17, 17, 14, 0.06) 52%);
}

.hero-inner {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

h1,
h2 {
  max-width: 100%;
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 940px;
  font-size: clamp(44px, 7vw, 86px);
}

h1 span {
  display: block;
}

h2 span {
  display: block;
}

.offer-title em {
  color: var(--gold-light);
  font-style: normal;
}

h2 {
  font-size: clamp(34px, 4.4vw, 58px);
}

.condition-title {
  font-size: clamp(34px, 4.1vw, 54px);
  line-height: 1.28;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
}

p {
  margin: 0;
}

.lead {
  max-width: 690px;
  margin-top: 26px;
  color: rgba(255, 250, 240, 0.84);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.95;
}

.hero-offer-copy {
  display: grid;
  gap: 4px;
}

.hero-offer-copy strong,
.hero-offer-copy span {
  display: block;
}

.hero-offer-copy strong {
  color: var(--gold-light);
  font-size: 1.08em;
  font-weight: 800;
  line-height: 1.65;
}

.hero-offer-copy .hero-deadline {
  color: rgba(255, 250, 240, 0.96);
  font-size: 0.88em;
  font-weight: 750;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.cta-note,
.button-note {
  max-width: 520px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.7;
}

.cta-note {
  margin-top: 12px;
}

.button-note {
  margin-top: -14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.button-primary {
  background: linear-gradient(180deg, #fff8df, #e8c06a);
  color: #1f1f1a;
  border: 1px solid rgba(236, 208, 154, 0.8);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin: 28px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.18);
}

.hero-facts div {
  padding: 18px 20px;
  background: rgba(31, 31, 26, 0.68);
}

.hero-facts dt {
  margin: 0 0 4px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
}

.hero-facts dd {
  margin: 0;
  color: var(--paper);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.hero-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 8px;
  color: rgba(255, 250, 240, 0.86);
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.proof {
  padding-top: clamp(58px, 7vw, 98px);
}

.proof-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: var(--shadow);
}

.proof-copy h2 {
  font-size: clamp(32px, 3vw, 36px);
  line-height: 1.28;
}

.proof-copy p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.proof-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 24px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 800;
  line-height: 1.2;
}

.site-preview {
  margin: 0;
}

.site-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 18px 56px rgba(40, 35, 24, 0.18);
}

.site-preview figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.split-center,
.split-top {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(40px, 6vw, 82px);
}

.split-center {
  align-items: center;
}

.split-top {
  align-items: start;
}

.section-copy p:not(.eyebrow),
.section-head p,
.plain-list p,
.faq .section-copy p,
.flow .section-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}

.section-copy h2 + p,
.section-head h2 + p {
  margin-top: 22px;
}

.statement {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: var(--shadow);
}

.statement p {
  color: var(--gold);
  font-weight: 800;
}

.statement strong {
  display: block;
  margin: 4px 0 2px;
  font-family: var(--serif);
  color: var(--ink);
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 600;
  line-height: 1.12;
}

.statement strong.monitor-price {
  color: var(--gold);
  font-size: clamp(52px, 7.2vw, 82px);
}

.statement span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.statement hr {
  height: 1px;
  margin: 28px 0;
  border: 0;
  background: var(--line);
}

.section-head {
  max-width: 820px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-head.compact {
  max-width: 900px;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  gap: 18px;
}

.photo-card {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #ddd5c6;
  box-shadow: var(--shadow);
}

.photo-card.tall {
  min-height: 540px;
  grid-row: span 2;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.9);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 12px 30px rgba(31, 31, 26, 0.18);
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.evidence-card {
  position: relative;
  display: flex;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #d9d0bf;
  box-shadow: var(--shadow);
}

.evidence-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 17, 14, 0.78), rgba(17, 17, 14, 0.08) 54%, rgba(17, 17, 14, 0));
}

.evidence-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evidence-card figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  color: var(--paper);
}

.evidence-card figcaption span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
}

.evidence-card figcaption strong {
  display: block;
  max-width: 15em;
  color: var(--paper);
  font-size: 20px;
  line-height: 1.45;
}

.check-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.forwho {
  padding: clamp(58px, 7vw, 88px) 0;
}

.forwho-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
}

.forwho .section-head {
  margin-bottom: 0;
}

.forwho .section-head h2 {
  font-size: clamp(32px, 3vw, 38px);
}

.check-item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(34, 34, 30, 0.12);
  border-radius: 18px;
  background: var(--cream);
}

.check-item span {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--gold);
}

.check-item p {
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.75;
}

.sticky-copy {
  position: sticky;
  top: 120px;
}

.section-dark .section-copy p:not(.eyebrow),
.section-dark .flow .section-copy p {
  color: rgba(255, 250, 240, 0.72);
}

.scope-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 250, 240, 0.18);
}

.scope-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 0;
  background: transparent;
}

.scope-number {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.45;
}

.scope-list h3 {
  color: var(--paper);
}

.scope-list p {
  margin-top: 8px;
  color: rgba(255, 250, 240, 0.68);
  font-size: 16px;
  line-height: 1.85;
}

.scope-footnote {
  margin-top: 18px;
  color: rgba(255, 250, 240, 0.7);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.scope-title {
  font-size: clamp(28px, 2.35vw, 34px);
  line-height: 1.3;
}

.price-board {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(34, 34, 30, 0.18);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.price-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px, 5vw, 56px);
  background: var(--dark);
  color: var(--paper);
}

.price-label {
  color: var(--gold-light);
  font-weight: 800;
}

.price-number {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
  margin-top: 12px;
  padding-bottom: 3px;
  font-family: var(--serif);
  color: var(--gold-light);
  font-size: clamp(56px, 8vw, 92px);
  font-weight: 600;
  line-height: 1.08;
}

.price-number span {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.price-note {
  width: 100%;
  max-width: 480px;
  margin: 20px 0 28px;
  color: rgba(255, 250, 240, 0.76);
  font-size: 16px;
  line-height: 1.9;
}

.price-main .button {
  margin-bottom: 22px;
}

.included {
  padding: clamp(34px, 5vw, 56px);
}

.included h3 {
  margin-bottom: 18px;
}

.included ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.65;
}

.included li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
}

.compare-cards {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: stretch;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
  box-shadow: 0 18px 56px rgba(40, 35, 24, 0.1);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.72fr) minmax(0, 1fr) minmax(0, 1.05fr);
  border-bottom: 1px solid var(--line);
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row > * {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  padding: 16px 22px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

.comparison-row > * + * {
  border-left: 1px solid var(--line);
}

.comparison-row > :first-child {
  color: var(--gold);
  font-size: 14px;
  font-weight: 850;
}

.comparison-row > :last-child {
  background: var(--dark);
  color: var(--paper);
  font-weight: 800;
}

.comparison-row:nth-child(2) > :last-child {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 650;
}

.comparison-footnote {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.comparison-head > * {
  min-height: 64px;
  background: var(--dark);
  color: var(--paper);
  font-size: 14px;
  font-weight: 800;
}

.comparison-head > :first-child,
.comparison-head > :last-child {
  color: var(--gold-light);
}

.compare-card {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 18px 56px rgba(40, 35, 24, 0.1);
}

.compare-card.is-featured {
  background: var(--dark);
  color: var(--paper);
  border-color: rgba(236, 208, 154, 0.42);
  box-shadow: 0 24px 70px rgba(31, 31, 26, 0.2);
}

.compare-label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

.compare-card.is-featured .compare-label {
  color: var(--gold-light);
}

.compare-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.28;
}

.compare-price {
  margin: 18px 0 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 650;
  line-height: 1;
}

.compare-card.is-featured .compare-price {
  color: var(--gold-light);
  font-size: clamp(52px, 6vw, 78px);
}

.compare-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.compare-card.is-featured ul {
  border-top-color: rgba(255, 250, 240, 0.16);
}

.compare-card li {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 58px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.compare-card.is-featured li {
  border-bottom-color: rgba(255, 250, 240, 0.16);
}

.compare-card li span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
}

.compare-card.is-featured li span {
  color: var(--gold-light);
}

.compare-card li strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

.compare-card.is-featured li strong {
  color: var(--paper);
}

.compare-note {
  margin: 20px 0 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.8;
}

.plain-list {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.74);
}

.plain-list p + p {
  margin-top: 18px;
}

.flow-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 250, 240, 0.18);
}

.flow-list li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 250, 240, 0.18);
}

.flow-list span {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.4;
}

.flow-list h3 {
  color: var(--paper);
}

.flow-list p {
  margin-top: 6px;
  color: rgba(255, 250, 240, 0.7);
  font-size: 16px;
  line-height: 1.8;
}

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

details {
  min-width: 0;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
}

details p {
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.final-cta h2 {
  display: grid;
  justify-items: center;
  width: 100%;
  color: var(--paper);
  text-align: center;
}

.final-cta h2 span {
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.final-cta p {
  margin: 22px auto 30px;
  color: rgba(255, 250, 240, 0.74);
  font-size: 17px;
  line-height: 2;
}

.final-cta .final-note {
  max-width: 540px;
  margin: 16px auto 0;
  font-size: 13px;
  line-height: 1.7;
}

.site-footer {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 36px 24px 44px;
  background: var(--cream);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 148px;
}

.site-footer p {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.footer-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mobile-sticky-cta {
  display: none;
}

.desktop-only {
  display: block;
}

@media (max-width: 920px) {
  .header-nav a:not(.nav-cta) {
    display: none;
  }

  .site-header {
    min-height: 76px;
    padding: 7px 16px;
  }

  .brand img {
    width: 88px;
  }

  .nav-cta {
    padding: 10px 15px;
    font-size: 13px;
  }

  .hero {
    min-height: calc(100svh - 74px);
    align-items: end;
    background-position: 55% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(17, 17, 14, 0.88), rgba(17, 17, 14, 0.48) 60%, rgba(17, 17, 14, 0.2)),
      linear-gradient(90deg, rgba(17, 17, 14, 0.54), rgba(17, 17, 14, 0.18));
  }

  .split-center,
  .split-top,
  .proof-card,
  .price-board,
  .forwho-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .forwho .section-head {
    margin-bottom: 30px;
  }

  .evidence-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .evidence-card {
    min-height: 240px;
  }

  .sticky-copy {
    position: static;
  }

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

  .photo-card.tall {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 310px;
  }

  .photo-card {
    min-height: 190px;
  }

  .included ul,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .compare-cards {
    grid-template-columns: 1fr;
  }

  .compare-card {
    border-radius: 18px;
  }

  .compare-card.is-featured {
    order: -1;
  }
}

@media (max-width: 560px) {
  body {
    line-height: 1.8;
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .container,
  .hero-inner,
  .narrow {
    width: min(100% - 32px, 460px);
  }

  section {
    padding: 56px 0;
  }

  .hero {
    padding: 84px 0 28px;
  }

  h1 {
    font-size: clamp(33px, 8.6vw, 39px);
    line-height: 1.22;
  }

  h2 {
    font-size: clamp(31px, 9vw, 43px);
    line-height: 1.25;
  }

  h1,
  h2 {
    text-wrap: wrap;
  }

  h1 span,
  h2 span,
  .price-title span,
  .condition-title span,
  .scope-title span,
  .offer-title span,
  .proof-copy h2 span {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .price-title {
    font-size: clamp(18px, 5.6vw, 25px);
    line-height: 1.36;
  }

  .condition-title {
    font-size: clamp(20px, 5.7vw, 25px);
    line-height: 1.42;
  }

  .offer-title {
    font-size: clamp(25px, 6.8vw, 31px);
    line-height: 1.34;
  }

  .scope-title {
    font-size: clamp(21px, 6vw, 27px);
    line-height: 1.42;
  }

  .lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.9;
  }

  .hero-offer-copy {
    gap: 5px;
  }

  .hero-offer-copy strong {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-offer-copy .hero-deadline {
    font-size: 14px;
    line-height: 1.65;
  }

  .cta-note,
  .button-note {
    max-width: none;
    font-size: 12px;
    line-height: 1.65;
  }

  .cta-note {
    margin-top: 10px;
    text-align: center;
  }

  .hero-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 58px;
    padding: 0 20px;
    font-size: 15px;
  }

  .hero-text-link {
    min-height: auto;
    padding: 0;
    font-size: 14px;
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
    border-radius: 16px;
  }

  .hero-facts div {
    padding: 12px 10px;
  }

  .hero-facts dt {
    font-size: 10px;
  }

  .hero-facts dd {
    font-size: 14px;
    line-height: 1.35;
  }

  .proof {
    padding-top: 44px;
  }

  .proof-card {
    width: min(100% - 24px, 460px);
    padding: 16px;
    border-radius: 18px;
  }

  .proof-copy h2 {
    font-size: 28px;
    line-height: 1.28;
  }

  .proof-copy p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.8;
  }

  .proof-link {
    width: 100%;
  }

  .evidence {
    padding-top: 56px;
  }

  .evidence-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .evidence-card {
    flex: 0 0 min(82vw, 306px);
    min-height: 230px;
    border-radius: 15px;
    scroll-snap-align: start;
  }

  .evidence-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .evidence-card figcaption {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  .evidence-card figcaption span {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .evidence-card figcaption strong {
    max-width: 13em;
    font-size: 16px;
    line-height: 1.42;
  }

  .statement {
    border-radius: 16px;
  }

  .statement strong {
    font-size: 44px;
  }

  .section-copy p:not(.eyebrow),
  .section-head p,
  .plain-list p,
  .faq .section-copy p,
  .flow .section-copy p {
    font-size: 15px;
    line-height: 1.9;
  }

  .photo-grid {
    gap: 10px;
  }

  .photo-card,
  .photo-card.tall {
    min-height: 162px;
    border-radius: 14px;
  }

  .photo-card.tall {
    min-height: 236px;
  }

  .photo-card figcaption {
    right: 10px;
    bottom: 10px;
    min-width: 58px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .check-item {
    padding: 16px 18px;
    border-radius: 14px;
  }

  .check-item p {
    font-size: 16px;
    line-height: 1.7;
  }

  .forwho .section-head h2 {
    font-size: 28px;
    line-height: 1.34;
  }

  .plain-list {
    padding: 22px;
    border-radius: 14px;
  }

  .scope-list article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0;
  }

  .scope-list article > div {
    min-width: 0;
  }

  .scope-number {
    font-size: 21px;
  }

  .scope-list h3 {
    font-size: 18px;
  }

  .scope-list p {
    max-width: 100%;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.75;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .scope-footnote {
    max-width: 100%;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .price-main,
  .included {
    padding: 28px 22px;
  }

  .included ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
  }

  .included li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.55;
  }

  .price-number {
    font-size: 54px;
  }

  .compare-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .compare-card h3 {
    font-size: 30px;
  }

  .compare-price,
  .compare-card.is-featured .compare-price {
    font-size: 48px;
  }

  .compare-card li {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    min-height: 54px;
  }

  .compare-card li strong {
    font-size: 15px;
  }

  .comparison-table {
    border-radius: 14px;
  }

  .condition-title {
    font-size: 21px;
  }

  .comparison-row {
    grid-template-columns: 80px minmax(0, 1fr) minmax(0, 1.08fr);
  }

  .comparison-row > * {
    min-height: 62px;
    padding: 12px 10px;
    font-size: 13px;
    line-height: 1.45;
  }

  .comparison-row > :first-child,
  .comparison-head > * {
    font-size: 12px;
  }

  .comparison-row:nth-child(2) > :last-child {
    font-size: 19px;
    white-space: nowrap;
  }

  .flow-list li {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
  }

  .flow-list span {
    font-size: 25px;
  }

  summary {
    padding: 17px 18px;
    font-size: 15px;
  }

  details p {
    padding: 0 18px 18px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: max(8px, env(safe-area-inset-bottom));
    z-index: 40;
    display: block;
    padding: 5px;
    border: 1px solid rgba(31, 31, 26, 0.32);
    border-radius: 999px;
    background: rgba(31, 31, 26, 0.9);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .mobile-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-sticky-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff8df, #e8c06a);
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 29px;
  }

  .offer-title {
    font-size: 22px;
  }

  .price-title,
  .condition-title {
    font-size: 20px;
  }

  .comparison-row {
    grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1.15fr);
  }

  .comparison-row > * {
    min-height: 58px;
    padding: 10px 6px;
    font-size: 12px;
    white-space: normal;
  }

  .comparison-row > :first-child,
  .comparison-head > * {
    font-size: 11px;
  }

  .comparison-row:nth-child(2) > :last-child {
    font-size: 17px;
    white-space: normal;
  }

  .proof-copy h2 {
    font-size: 26px;
  }

  .price-number {
    gap: 6px 8px;
    font-size: 48px;
  }

  .price-number span {
    font-size: 16px;
  }
}
