:root {
  --ink: #173932;
  --ink-soft: #49665f;
  --paper: #fbfdfb;
  --wash: #edf8f4;
  --mint: #26a995;
  --mint-dark: #157d70;
  --coral: #f06445;
  --coral-dark: #cc4a30;
  --blue: #3772ff;
  --line: #d8e7e2;
  --sun: #ffd166;
  --shadow: 0 18px 54px rgba(23, 57, 50, 0.13);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

.container {
  width: min(var(--max), calc(100vw - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(251, 253, 251, 0.92);
  border-bottom: 1px solid rgba(216, 231, 226, 0.9);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--mint-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(760px, calc(100vh - 68px));
  display: grid;
  align-items: center;
  padding: 34px 0 54px;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 209, 102, 0.22), transparent 30%),
    linear-gradient(130deg, #f9fffd 0%, #effbf7 52%, #fff3ec 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, rgba(251, 253, 251, 0.98));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(38, 169, 149, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--mint-dark);
  font-weight: 800;
  font-size: 0.9rem;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--coral);
}

h1,
h2,
h3,
p,
li {
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 5.5vw, 4.9rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2vw, 1.16rem);
  font-weight: 500;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 26px 0 12px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 14px 32px rgba(240, 100, 69, 0.28);
}

.btn-primary:hover {
  background: var(--coral-dark);
}

.btn-secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: var(--mint);
  color: var(--mint-dark);
}

.microcopy {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-points li {
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-weight: 700;
}

.hero-points span {
  display: inline-block;
  margin-right: 8px;
  color: var(--coral-dark);
  font-weight: 900;
  font-size: 0.82rem;
}

.audit-card {
  display: none;
}

.mobile-signal {
  display: none;
}

.mobile-hero-photo {
  display: none;
}

.mobile-image-note {
  display: none;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.trust-strip span {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.device-picto {
  width: 52px;
  height: 64px;
  flex: 0 0 auto;
  position: relative;
  border: 5px solid #d8ebe7;
  border-radius: 18px 18px 14px 14px;
  background: linear-gradient(180deg, #fff, #eaf3f1);
  box-shadow: 0 12px 24px rgba(23, 57, 50, 0.12);
}

.device-picto::before {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  top: 8px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--ink) 0 4px, #cfe5df 5px);
}

.device-picto::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  height: 24px;
  border-radius: 999px 999px 10px 10px;
  border: 4px solid #d8ebe7;
  background: #fbfffd;
}

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 430px;
  display: grid;
  align-items: center;
}

.hero-art img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(23, 57, 50, 0.12));
}

.floating-note {
  position: absolute;
  right: 2%;
  bottom: 10%;
  width: min(260px, 42%);
  padding: 16px;
  border: 1px solid rgba(216, 231, 226, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.floating-note strong {
  display: block;
  font-size: 1.25rem;
}

.floating-note span {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.image-note {
  display: inline-block;
  margin: 10px 0 0;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 4px;
  background: rgba(20, 52, 47, 0.78);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
}

.notice {
  background: var(--ink);
  color: #fff;
  padding: 12px 0;
  font-size: 0.9rem;
}

.notice p {
  margin: 0;
}

section {
  padding: 76px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 30px;
  min-width: 0;
}

.section-label {
  display: inline-block;
  color: var(--coral-dark);
  font-weight: 900;
  font-size: 0.88rem;
  margin-bottom: 10px;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(23, 57, 50, 0.06);
}

.panel-pad {
  padding: 26px;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--ink-soft);
  font-weight: 650;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(38, 169, 149, 0.14);
  color: var(--mint-dark);
  font-size: 0.85rem;
  font-weight: 900;
}

.three-grid,
.reason-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reason-card,
.step,
.faq-item,
.offer-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(23, 57, 50, 0.06);
}

.reason-card,
.step,
.faq-item {
  padding: 22px;
}

.reason-card span,
.step span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--wash);
  color: var(--mint-dark);
  font-weight: 900;
}

.reason-card h3,
.step h3,
.faq-item h3,
.offer-card h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.reason-card p,
.step p,
.faq-item p {
  margin: 0;
  color: var(--ink-soft);
}

.band {
  background:
    linear-gradient(90deg, rgba(23, 57, 50, 0.94), rgba(23, 57, 50, 0.8)),
    linear-gradient(135deg, var(--mint), var(--blue));
  color: #fff;
}

.band .section-label,
.band .lead {
  color: rgba(255, 255, 255, 0.76);
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.decision {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.decision h3 {
  margin-bottom: 12px;
}

.decision ul {
  margin: 0;
  padding-left: 20px;
}

.decision li + li {
  margin-top: 8px;
}

.compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(23, 57, 50, 0.06);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

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

th {
  background: #f4fbf8;
  font-size: 0.9rem;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.score {
  display: inline-flex;
  align-items: center;
  min-width: 52px;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(38, 169, 149, 0.12);
  color: var(--mint-dark);
  font-weight: 900;
}

.offer {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 209, 102, 0.25), transparent 28%),
    linear-gradient(180deg, #fff, #f4fbf8);
}

.offer-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 0;
  overflow: hidden;
}

.offer-visual {
  min-height: 380px;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 32%, rgba(38, 169, 149, 0.18), transparent 36%),
    linear-gradient(155deg, #eaf9f5, #fff1e9);
}

.mini-device {
  width: min(260px, 78%);
  aspect-ratio: 0.78;
  position: relative;
  border: 9px solid #d9ebe6;
  border-radius: 42px 42px 34px 34px;
  background: linear-gradient(180deg, #fff, #e9f3f0);
  box-shadow: 0 28px 45px rgba(23, 57, 50, 0.18);
}

.mini-device::before {
  content: "";
  position: absolute;
  top: 24%;
  left: 17%;
  right: 17%;
  height: 48%;
  border-radius: 999px 999px 34px 34px;
  background: #f9fffd;
  border: 8px solid #d8ebe7;
}

.mini-device::after {
  content: "";
  position: absolute;
  top: 42px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--ink) 0 8px, #d8ebe7 9px 100%);
}

.offer-body {
  padding: 34px;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.fact {
  padding: 14px;
  border-radius: 8px;
  background: #f8fbfa;
  border: 1px solid var(--line);
}

.fact strong {
  display: block;
  font-size: 1.2rem;
}

.fact span {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.note {
  padding: 14px 16px;
  border-left: 4px solid var(--coral);
  background: #fff8f5;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.source-note {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #f8fbfa;
  border: 1px solid var(--line);
}

.source-note strong {
  color: var(--ink);
}

.source-note span {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.keyword-box {
  margin-top: 28px;
  padding: 22px;
  border: 1px dashed rgba(38, 169, 149, 0.55);
  border-radius: 8px;
  background: rgba(237, 248, 244, 0.7);
}

.keyword-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.keyword-box li {
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

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

.buying-check {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(23, 57, 50, 0.06);
}

.buying-check span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--coral-dark);
  font-size: 0.84rem;
  font-weight: 900;
}

.buying-check h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.buying-check p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.final-cta {
  text-align: center;
  padding: 70px 0;
  background: var(--ink);
  color: #fff;
}

.final-cta h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.75);
}

.footer {
  padding: 32px 0 98px;
  background: #102b26;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  padding: 10px 0;
  background: rgba(251, 253, 251, 0.94);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sticky-inner p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.simple-page {
  max-width: 820px;
  padding: 70px 0;
}

.simple-page h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.simple-page a {
  color: var(--mint-dark);
  font-weight: 800;
}

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

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .hero-inner,
  .split,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 340px;
  }

  .floating-note {
    right: 0;
    bottom: 0;
  }

  .three-grid,
  .reason-grid,
  .faq-grid,
  .decision-grid,
  .buying-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100vw - 24px, var(--max));
  }

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

  .brand {
    font-size: 0.95rem;
  }

  .mobile-signal {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0 0 18px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--ink-soft);
    font-weight: 900;
  }

  .mobile-hero-photo {
    display: block;
    width: 100%;
    height: 162px;
    margin: 0 0 20px;
    border: 3px solid var(--ink);
    object-fit: cover;
    object-position: 56% center;
    box-shadow: 5px 5px 0 rgba(20, 52, 47, 0.92);
  }

  .mobile-image-note {
    display: block;
    margin: -10px 0 18px;
    color: var(--ink-soft);
    font-size: 0.76rem;
  }

  h1 {
    font-size: 2.35rem;
  }

  .hero-points,
  .fact-grid {
    grid-template-columns: 1fr;
  }

  section {
    padding: 54px 0;
  }

  .hero-actions .btn,
  .cta-row .btn {
    width: 100%;
  }

  .sticky-inner {
    align-items: stretch;
  }

  .sticky-inner p {
    display: none;
  }

  .sticky-inner .btn {
    width: 100%;
  }

  .floating-note {
    position: static;
    width: 100%;
    margin-top: -22px;
  }
}

/* Loofen v2: kitchen audit art direction */
:root {
  --ink: #14342f;
  --ink-soft: #526963;
  --paper: #fffaf1;
  --wash: #e9f7f1;
  --mint: #14a38e;
  --mint-dark: #0d6e62;
  --coral: #f45f43;
  --coral-dark: #c9402b;
  --blue: #2f6fed;
  --line: #d7e5dc;
  --sun: #ffd35a;
  --shadow: 0 22px 70px rgba(20, 52, 47, 0.16);
}

body {
  background:
    linear-gradient(rgba(20, 52, 47, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 52, 47, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
}

.site-header {
  position: relative;
  top: auto;
  background: #fffdf8;
  border-bottom: 3px solid var(--ink);
  backdrop-filter: none;
}

.brand-mark {
  border-radius: 4px;
  background: var(--coral);
  box-shadow: 5px 5px 0 var(--ink);
}

.nav {
  gap: 10px;
}

.nav a {
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.nav a:hover {
  border-color: var(--ink);
  background: var(--sun);
  color: var(--ink);
  text-decoration: none;
}

.hero {
  min-height: auto;
  padding: 46px 0 44px;
  background:
    linear-gradient(110deg, rgba(255, 211, 90, 0.5) 0 22%, transparent 22%),
    linear-gradient(180deg, #fffdf8 0%, #effaf5 100%);
}

.hero::after {
  display: none;
}

.hero-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  position: relative;
  padding: 34px 34px 30px;
  border: 3px solid var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 9px 9px 0 rgba(20, 52, 47, 0.96);
}

.hero-copy::before {
  content: "検索前チェック";
  position: absolute;
  right: 18px;
  top: -14px;
  padding: 4px 9px;
  background: var(--sun);
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
}

.eyebrow {
  border: 2px solid var(--mint-dark);
  border-radius: 4px;
  background: #fff;
  color: var(--mint-dark);
  box-shadow: 4px 4px 0 rgba(20, 52, 47, 0.14);
}

h1 {
  font-size: clamp(2.55rem, 5.8vw, 5.25rem);
  line-height: 0.98;
  text-wrap: balance;
}

.hero-lead {
  max-width: 620px;
  color: var(--ink);
  font-weight: 700;
}

.btn {
  border-radius: 4px;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.btn:hover {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--ink);
}

.btn-primary {
  background: var(--coral);
  color: #fff;
}

.btn-secondary {
  background: #fff;
}

.microcopy {
  padding-left: 12px;
  border-left: 3px solid var(--mint);
}

.hero-points {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 24px;
  border-top: 2px solid var(--ink);
}

.hero-points li {
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: transparent;
  padding: 12px 0;
}

.hero-art {
  min-height: 0;
  align-self: stretch;
  padding: 22px;
  border: 3px solid var(--ink);
  background:
    radial-gradient(circle at 76% 14%, rgba(244, 95, 67, 0.18), transparent 28%),
    linear-gradient(155deg, #12342f 0%, #1e6158 52%, #effaf5 52.2%, #fffaf1 100%);
  box-shadow: 9px 9px 0 rgba(20, 52, 47, 0.96);
}

.hero-art img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  object-position: center;
  border: 3px solid var(--ink);
  filter: none;
}

.audit-card {
  display: block;
  width: min(360px, 100%);
  margin: 0 0 18px auto;
  padding: 18px;
  border: 3px solid var(--ink);
  background: #fff;
  box-shadow: 6px 6px 0 var(--coral);
}

.audit-card span {
  color: var(--coral-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audit-card strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.25;
}

.audit-card p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.floating-note {
  right: 30px;
  bottom: 28px;
  border: 3px solid var(--ink);
  border-radius: 4px;
  box-shadow: 6px 6px 0 var(--sun);
}

.notice {
  background: var(--coral);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

section {
  padding: 82px 0;
}

.section-label {
  padding: 5px 9px;
  border: 2px solid var(--ink);
  background: var(--sun);
  color: var(--ink);
}

.split {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.panel,
.reason-card,
.step,
.faq-item,
.offer-card,
.compare-wrap {
  border: 3px solid var(--ink);
  border-radius: 4px;
  box-shadow: 7px 7px 0 rgba(20, 52, 47, 0.95);
}

.panel {
  background: #fffdf8;
}

.check-list li {
  padding: 14px 0 14px 44px;
  border-bottom: 2px solid var(--line);
  color: var(--ink);
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list li::before {
  top: 14px;
  border-radius: 4px;
  background: var(--mint);
  color: #fff;
}

.band {
  background:
    linear-gradient(135deg, rgba(20, 52, 47, 0.94), rgba(20, 52, 47, 0.82)),
    repeating-linear-gradient(-45deg, transparent 0 16px, rgba(255, 211, 90, 0.1) 16px 32px);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.decision {
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
}

th {
  background: var(--ink);
  color: #fff;
}

td,
th {
  border-bottom: 2px solid var(--line);
}

.keyword-box {
  border: 3px dashed var(--ink);
  border-radius: 4px;
  background: #fffdf8;
}

.keyword-box li,
.fact,
.source-note,
.buying-check {
  border: 2px solid var(--ink);
  border-radius: 4px;
  box-shadow: 3px 3px 0 rgba(20, 52, 47, 0.15);
}

.offer {
  background:
    linear-gradient(90deg, rgba(20, 52, 47, 0.06) 1px, transparent 1px),
    linear-gradient(#fffdf8, #f0faf5);
  background-size: 24px 24px;
}

.offer-card {
  background: #fffdf8;
}

.offer-visual {
  background:
    linear-gradient(135deg, var(--sun) 0 24%, transparent 24%),
    linear-gradient(155deg, #14342f 0%, #215d54 100%);
}

.mini-device {
  border-radius: 8px;
  border-color: #fff;
  background: #fffdf8;
  box-shadow: 10px 10px 0 var(--coral);
}

.note {
  border-left: 0;
  border: 2px solid var(--coral);
  background: #fff3ec;
}

.final-cta {
  background:
    linear-gradient(135deg, var(--ink), #235e55);
  border-top: 3px solid var(--ink);
}

.sticky-cta {
  background: rgba(255, 250, 241, 0.95);
  border-top: 3px solid var(--ink);
}

@media (max-width: 900px) {
  .hero-inner,
  .split,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-art {
    box-shadow: 6px 6px 0 var(--ink);
  }
}

@media (max-width: 620px) {
  .hero {
    padding: 34px 0 28px;
  }

  .hero-copy {
    padding: 22px 12px 24px;
    margin-right: 6px;
    box-shadow: none;
    border-width: 0;
    border-top: 3px solid var(--ink);
    border-bottom: 3px solid var(--ink);
    background: transparent;
  }

  .hero-copy::before {
    display: none;
  }

  .mobile-signal {
    border: 3px solid var(--ink);
    border-radius: 4px;
    box-shadow: 5px 5px 0 rgba(20, 52, 47, 0.92);
  }

  h1 {
    font-size: 2.6rem;
    line-height: 1.02;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero-art {
    display: none;
  }

  .hero-points li {
    background: rgba(255, 255, 255, 0.56);
    padding-left: 10px;
  }

  .panel,
  .reason-card,
  .step,
  .faq-item,
  .offer-card,
  .compare-wrap,
  .decision,
  .buying-check,
  .section-head {
    min-width: 0;
  }

  .panel,
  .reason-card,
  .step,
  .faq-item,
  .offer-card,
  .compare-wrap {
    box-shadow: 4px 4px 0 rgba(20, 52, 47, 0.95);
  }

  .sticky-inner {
    padding: 0;
  }
}
