:root {
  --paper: #f7f1e6;
  --paper-soft: #fbf7ef;
  --white: #fffdf8;
  --ink: #142033;
  --ink-soft: #3d4757;
  --muted: #747b84;
  --line: #ded4c5;
  --blue: #1168b7;
  --blue-deep: #07569e;
  --blue-soft: #e8f2fb;
  --orange: #f27612;
  --orange-deep: #d95d00;
  --green: #5d9a50;
  --shadow: 0 16px 34px rgba(87, 66, 40, 0.13);
  --elev-1: 0 4px 12px rgba(87, 66, 40, 0.06);
  --elev-2: 0 10px 22px rgba(87, 66, 40, 0.09);
  --elev-3: 0 18px 36px rgba(87, 66, 40, 0.12);
  --radius: 10px;
  --icon-sm: 24px;
  --icon-md: 64px;
  --icon-lg: 112px;
  --font-sans: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", Meiryo, system-ui, sans-serif;
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 4%, rgba(255,255,255,0.84), transparent 28rem),
    linear-gradient(180deg, #f9f4ea 0%, #f6efe4 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(142, 111, 70, 0.14) 1px, transparent 1px),
    linear-gradient(rgba(142, 111, 70, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.08));
}

img, svg {
  display: block;
}

img {
  max-width: 100%;
}

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

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

:focus-visible {
  outline: 3px solid rgba(17, 104, 183, 0.32);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 8px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 8px 12px;
  border-radius: 6px;
  color: white;
  background: var(--ink);
  font-size: 12px;
  font-weight: 700;
}
.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(100%, 1220px);
  margin-inline: auto;
  padding-inline: 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 74px;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 320px;
  padding-left: 28px;
}
.brand-icon {
  width: 38px;
  color: var(--blue);
}
.brand-icon svg {
  width: 38px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}
.brand strong {
  display: block;
  font-size: 25px;
  letter-spacing: 0.01em;
}
.brand small {
  display: block;
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.1vw, 48px);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.main-nav a,
.header-actions a {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.main-nav a:hover {
  color: var(--blue);
}
.header-actions a:hover {
  color: white;
  background: var(--blue-deep);
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  height: 74px;
  padding-inline: 18px;
  border-left: 1px solid var(--line);
}
.header-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid #c9bba7;
  border-radius: 999px;
  color: white;
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(17, 104, 183, 0.16);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.hero {
  overflow: hidden;
  min-height: 512px;
  background:
    linear-gradient(90deg, rgba(248,241,230,0.98) 0%, rgba(248,241,230,0.92) 41%, rgba(248,241,230,0.24) 67%, rgba(248,241,230,0) 100%);
  border-bottom: 1px solid var(--line);
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
  align-items: stretch;
  min-height: 512px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 570px;
  padding: 62px 0 48px 40px;
}
.eyebrow {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.curved {
  display: inline-block;
  position: relative;
  transform: rotate(-5deg);
}
.curved::after {
  content: "";
  position: absolute;
  left: 2px;
  right: -6px;
  bottom: -11px;
  height: 22px;
  border-bottom: 2px solid var(--blue);
  border-radius: 50%;
}
.hero h1 {
  margin: 0;
  color: #111827;
  font-family: var(--font-serif);
  font-size: clamp(44px, 4.6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.18;
  text-wrap: balance;
}
.hero h1 span {
  white-space: nowrap;
}
.hero-lead {
  max-width: 520px;
  margin: 24px 0 24px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}
.trust-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.trust-row div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-row svg {
  width: 42px;
  min-width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-row span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}
.primary-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  min-height: 58px;
  padding: 14px 22px;
  border-radius: 999px;
  color: white;
  background: var(--orange);
  border: 1px solid var(--orange-deep);
  box-shadow: none;
  font-size: 20px;
  font-weight: 800;
  overflow: hidden;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.primary-cta span {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  text-align: center;
}
.primary-cta img,
.primary-cta svg {
  position: relative;
  z-index: 1;
}
.primary-cta::after {
  content: none;
}
.primary-cta:hover {
  background: var(--orange-deep);
  border-color: var(--orange-deep);
}

.editorial-hero .primary-cta {
  max-width: 260px;
  border-color: var(--ink);
  background: var(--ink);
}

.editorial-hero .primary-cta:hover {
  border-color: var(--orange);
  background: var(--orange);
}
.primary-cta:active {
  transform: none;
}
.primary-cta svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.primary-cta .arrow {
  margin-left: auto;
  width: 22px;
}
.media-cta {
  max-width: 270px;
  font-size: 17px;
}
.hero-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  max-width: 520px;
}
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(255, 253, 248, 0.86);
  font-size: 15px;
  font-weight: 900;
}
.hero-helper {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}
.hero-helper a {
  color: var(--blue-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.sub-cta {
  width: 100%;
  max-width: 420px;
  margin: 10px 0 0;
  padding: 6px 18px;
  border: 1px solid #b59f84;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 253, 248, 0.72);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.hero-photo {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  width: min(66vw, 820px);
  overflow: hidden;
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, var(--paper) 0%, rgba(247,241,230,0.88) 16%, rgba(247,241,230,0.18) 42%, rgba(247,241,230,0) 100%);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}
.hero-badge {
  position: absolute;
  z-index: 2;
  right: 18%;
  top: 54px;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(20,32,51,0.3);
  border-radius: 50%;
  background: rgba(255,253,248,0.74);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}

.section {
  padding-block: 48px;
}
.section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.section-heading span,
.section-heading > div span {
  display: block;
  width: 5px;
  height: 30px;
  border-radius: 999px;
  background: var(--blue);
}
.section-heading h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.section-heading.spread {
  justify-content: space-between;
}
.section-heading.spread > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-heading.spread > a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.steps-section {
  padding-top: 56px;
}
.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.step-card {
  position: relative;
  min-height: 168px;
  padding: 26px 20px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,248,0.76);
  text-align: center;
  box-shadow: var(--elev-2);
}
.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid var(--blue);
}
.step-number {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  background: var(--blue);
  font-weight: 800;
}
.step-card h3 {
  margin: 10px 0 8px;
  font-size: 22px;
  letter-spacing: 0.08em;
}
.step-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.step-card svg {
  width: 72px;
  height: 72px;
  margin: 16px auto 0;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.result-step {
  background: var(--blue-soft);
  border-color: #c7def1;
}
.result-step .step-number {
  background: transparent;
  color: var(--blue);
  font-size: 22px;
  font-weight: 800;
}
.result-step h3 {
  margin: 10px 0 8px;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.result-step p {
  color: var(--blue-deep);
  font-weight: 800;
}
.result-step .step-icon-img {
  margin: 14px auto 0;
}

.recommend-section {
  background: rgba(255,253,248,0.52);
  border-block: 1px solid var(--line);
}
.recommend-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.9fr);
  gap: 22px;
}
.main-pick {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: center;
  min-height: 320px;
  padding: 34px 34px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--elev-3);
}
.ribbon {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 13px 18px;
  color: white;
  background: var(--blue);
  border-radius: var(--radius) 0 var(--radius) 0;
  font-size: 19px;
  font-weight: 800;
}
.pick-image img {
  width: min(100%, 260px);
  margin: 36px auto 0;
}
.tag {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 11px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
}
.tag-green {
  color: var(--green);
  background: #e9f4e7;
  border: 1px solid #c5dfbe;
}
.pick-content h2,
.side-picks h3 {
  margin: 0;
  font-size: 29px;
  letter-spacing: -0.04em;
}
.price,
.side-price {
  margin: 8px 0 12px;
  color: var(--orange-deep);
  font-size: 25px;
  font-weight: 900;
}
.price small,
.side-price small {
  font-size: 12px;
}
.check-list,
.side-picks ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.check-list li,
.side-picks li {
  position: relative;
  margin-top: 8px;
  padding-left: 19px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}
.check-list li::before,
.side-picks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}
.small-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  color: white;
  background: var(--orange);
  font-size: 14px;
  font-weight: 800;
}
.side-picks {
  display: grid;
  gap: 18px;
}
.side-picks article {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--elev-2);
}
.side-picks img {
  width: 126px;
}
.side-picks h3 {
  font-size: 20px;
}
.side-price {
  font-size: 17px;
}
.side-picks a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.category-card {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--elev-2);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.category-card:hover,
.article-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--elev-3);
}
.category-card img {
  width: 100%;
  aspect-ratio: 1.63;
  object-fit: cover;
  border-radius: 7px;
}
.category-card h3 {
  margin: 18px 0 6px;
  font-size: 20px;
}
.category-card p {
  min-height: 3.7em;
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}
.guide-section {
  background: rgba(255,253,248,0.6);
  border-block: 1px solid var(--line);
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.article-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--elev-2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.article-card img {
  width: 132px;
  height: 112px;
  object-fit: cover;
  border-radius: 6px;
}
.article-card h3 {
  margin: 6px 0 14px;
  font-size: 17px;
  line-height: 1.55;
}
.article-tag {
  display: inline-flex;
  margin: 0;
  padding: 3px 8px;
  color: var(--blue);
  background: var(--blue-soft);
  border: 1px solid #c7def1;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
}
.article-card time {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.criteria-heading {
  align-items: baseline;
  flex-wrap: wrap;
}
.criteria-heading p {
  margin: 0 0 0 12px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}
.criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.criteria-grid article {
  min-height: 146px;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,248,0.7);
  text-align: center;
  box-shadow: var(--elev-1);
}
.criteria-grid svg {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.criteria-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.criteria-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}
.text-link {
  display: table;
  margin: 24px auto 0;
  color: var(--blue);
  font-weight: 800;
}

.final-cta-section {
  padding: 34px 0;
  background: linear-gradient(90deg, rgba(255,244,227,0.9), rgba(255,253,248,0.82));
  border-top: 1px solid var(--line);
}
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px minmax(320px, 1fr);
  align-items: center;
  gap: 28px;
}
.final-cta h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.55;
  letter-spacing: -0.03em;
}
.final-cta img {
  width: 170px;
  justify-self: center;
}
.final-cta .primary-cta {
  width: 100%;
  max-width: 420px;
}

.site-footer {
  color: #d8e4ef;
  background: linear-gradient(135deg, #07233b 0%, #0b3659 100%);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(130px, 0.7fr));
  gap: 38px;
  padding-top: 42px;
  padding-bottom: 36px;
}
.footer-brand h2 {
  margin: 0 0 12px;
  color: white;
  font-size: 28px;
}
.footer-brand p,
.site-footer a,
.footer-bottom p,
.footer-bottom small {
  color: rgba(232, 242, 251, 0.82);
}
.footer-brand p {
  max-width: 310px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.9;
}
.social-links {
  display: flex;
  gap: 12px;
}
.social-links a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 50%;
  font-size: 11px;
}
.site-footer nav {
  display: grid;
  align-content: start;
  gap: 9px;
  padding-left: 26px;
  border-left: 1px solid rgba(255,255,255,0.14);
}
.site-footer h3 {
  margin: 0 0 8px;
  color: white;
  font-size: 14px;
}
.site-footer a {
  font-size: 13px;
}
.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.footer-bottom p {
  margin: 0;
  font-size: 12px;
}
.footer-bottom small {
  grid-column: 1 / -1;
  font-size: 12px;
}
.notice {
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 8px;
}

@media (max-width: 1180px) {
  .brand { min-width: 250px; }
  .main-nav { gap: 20px; }
  .header-actions { padding-inline: 12px; }
  .header-actions a { min-width: 112px; padding-inline: 13px; }
  .hero-inner { grid-template-columns: minmax(370px, 0.95fr) minmax(410px, 1fr); }
  .hero-photo { width: min(62vw, 720px); }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }
  .main-nav { display: none; }
  .brand { min-width: auto; padding-left: 18px; }
  .brand small { display: none; }
  .hero-inner {
    display: block;
    min-height: 0;
    padding-bottom: 0;
  }
  .hero-copy {
    max-width: none;
    padding: 38px 0 28px;
  }
  .hero-photo {
    position: relative;
    right: auto;
    width: calc(100% + 48px);
    height: 310px;
    margin-inline: -24px;
  }
  .hero-photo::before {
    background: linear-gradient(180deg, rgba(247,241,230,0.1), rgba(247,241,230,0.7));
  }
  .trust-row { flex-wrap: wrap; }
  .step-grid,
  .category-grid,
  .criteria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .recommend-layout,
  .main-pick,
  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }
  .article-grid { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; text-align: center; }
  .final-cta .primary-cta, .final-cta .sub-cta { margin-inline: auto; }
}

@media (max-width: 640px) {
  .page-shell { padding-inline: 16px; }
  .site-header { min-height: 62px; }
  .brand strong { font-size: 20px; }
  .brand-icon, .brand-icon svg { width: 32px; }
  .header-actions { height: 62px; }
  .hero h1 { font-size: 38px; line-height: 1.2; }
  .header-actions { padding-inline: 8px; }
  .header-actions a { min-width: 96px; min-height: 36px; padding: 7px 10px; font-size: 12px; }
  .hero h1 span {
  white-space: nowrap;
}
.hero-lead { font-size: 14px; }
  .trust-row { gap: 14px; }
  .trust-row div { width: 100%; }
  .primary-cta { min-height: 56px; padding-inline: 14px; font-size: 15px; }
  .hero-copy .primary-cta,
  .hero-copy .sub-cta { width: calc(100% - 16px); }
  .step-grid,
  .category-grid,
  .criteria-grid {
    grid-template-columns: 1fr;
  }
  .step-card:not(:last-child)::after { display: none; }
  .main-pick,
  .side-picks article,
  .article-card {
    grid-template-columns: 1fr;
  }
  .pick-image img,
  .side-picks img {
    margin-inline: auto;
  }
  .section { padding-block: 34px; }
  .section-heading h2 { font-size: 20px; }
  .footer-grid { gap: 22px; }
  .site-footer nav { padding-left: 0; border-left: 0; }
}

/* hand-drawn image icon refinements */
.brand-icon {
  display: grid;
  place-items: center;
  height: 34px;
}
.brand-icon img {
  width: 38px;
  height: 30px;
  object-fit: contain;
}
.header-actions img {
  width: var(--icon-sm);
  height: var(--icon-sm);
  object-fit: contain;
}
.trust-row img {
  width: var(--icon-md);
  min-width: var(--icon-md);
  height: var(--icon-md);
  object-fit: contain;
}
.cta-icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.cta-arrow-img {
  margin-left: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.step-icon-img {
  width: var(--icon-md);
  height: var(--icon-md);
  margin: 14px auto 0;
  object-fit: contain;
}
.criteria-icon-img {
  width: var(--icon-md);
  height: var(--icon-md);
  margin: 0 auto 12px;
  object-fit: contain;
}
@media (max-width: 640px) {
  .brand-icon img { width: 32px; height: 26px; }
  .step-icon-img { width: 56px; height: 56px; }
  .criteria-icon-img { width: 56px; height: 56px; }
}
.final-icon-img {
  width: var(--icon-lg);
  height: var(--icon-lg);
  justify-self: center;
  object-fit: contain;
}
img[src*="handdrawn-icons"] {
  image-rendering: auto;
}
/* natural photo thumbnail refinements */
img[src*="natural-thumbnails"] {
  image-rendering: auto;
}
.hero-photo img[src*="natural-thumbnails"] {
  object-position: center center;
  background: #f7f1e8;
}
.pick-image img[src*="natural-thumbnails"] {
  width: min(100%, 310px);
  filter: drop-shadow(0 12px 20px rgba(23, 52, 84, 0.10));
}
.side-picks img[src*="natural-thumbnails"] {
  width: 132px;
  border-radius: 8px;
  filter: drop-shadow(0 8px 14px rgba(23, 52, 84, 0.08));
}
.category-card img[src*="natural-thumbnails"],
.article-card img[src*="natural-thumbnails"] {
  background: #f7f1e8;
  filter: saturate(0.94) contrast(0.99);
}
.product-spec,
.side-spec {
  margin: 8px 0 12px;
  color: #55616d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}
.price-note {
  margin: 10px 0 0;
  color: #718096;
  font-size: 11px;
  font-weight: 700;
}
.pick-image,
.product-thumb {
  display: block;
}
.product-thumb img {
  display: block;
}
.section-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
#recommend img[src*="m.media-amazon.com"] {
  object-fit: contain;
  background: #fff;
}
.pick-image img[src*="m.media-amazon.com"] {
  width: min(100%, 240px);
  max-height: 230px;
  margin: 42px auto 0;
  filter: drop-shadow(0 12px 18px rgba(23, 52, 84, 0.10));
}
.side-picks img[src*="m.media-amazon.com"] {
  width: 136px;
  max-height: 92px;
  border-radius: 6px;
  filter: drop-shadow(0 8px 12px rgba(23, 52, 84, 0.08));
}
@media (max-width: 640px) {
  .pick-image img[src*="m.media-amazon.com"] {
    width: min(100%, 230px);
    margin-top: 28px;
  }
  .side-picks img[src*="m.media-amazon.com"] {
    width: min(100%, 180px);
    max-height: 120px;
    margin-inline: auto;
  }
}
/* proposal refinement layer */
:root {
  --elev-1: 0 4px 12px rgba(87, 66, 40, 0.06);
  --elev-2: 0 10px 22px rgba(87, 66, 40, 0.09);
  --elev-3: 0 18px 36px rgba(87, 66, 40, 0.12);
}

.brand-icon img,
.trust-row img,
.step-icon-img,
.criteria-icon-img,
.final-icon-img {
  filter: none;
}

.trust-row img,
.step-icon-img,
.criteria-icon-img {
  width: 66px;
  height: 66px;
}

.trust-row img {
  min-width: 66px;
}

.brand-icon img,
.cta-icon-img,
.cta-arrow-img {
  filter: drop-shadow(0 1px 1px rgba(20, 32, 51, 0.05));
}

.hero-badge {
  right: 9%;
  top: auto;
  bottom: 52px;
  width: 96px;
  height: 96px;
  background: rgba(255,253,248,0.82);
  font-size: 17px;
}

.step-card {
  box-shadow: var(--elev-2);
}

.result-step {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #eef7ff 0%, var(--blue-soft) 100%);
  border-color: #c2dbee;
}

.result-step h3 {
  margin: 0;
  color: var(--blue-deep);
  font-size: 18px;
}

.result-step .result-icon-img {
  position: static;
  width: 112px;
  height: 112px;
  margin: 12px auto 0;
}

.step-card:hover {
  transform: none;
  box-shadow: var(--elev-2);
}

.category-card,
.article-card,
.side-picks article {
  box-shadow: var(--elev-2);
}

.criteria-grid article {
  box-shadow: var(--elev-1);
}

.main-pick {
  background: var(--paper-soft);
  border-color: #e6dac2;
  box-shadow: var(--elev-3);
}

.recommend-heading {
  margin-bottom: 22px;
}

.recommend-heading > div {
  display: grid;
  gap: 3px;
}

.recommend-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.main-product-title {
  margin: 0;
  font-size: 29px;
  letter-spacing: -0.025em;
}

.pick-image img[src*="m.media-amazon.com"] {
  width: min(100%, 230px);
  max-height: 225px;
  margin: 18px auto 0;
}

.side-picks article {
  align-items: center;
  padding-block: 20px;
}

.side-spec {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.side-picks ul {
  margin-bottom: 12px;
}

.side-picks li {
  font-size: 12px;
  line-height: 1.65;
}

.final-icon-img {
  width: 116px;
  height: 116px;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 36px;
  }

  .hero-badge {
    right: 20px;
    bottom: 28px;
    width: 88px;
    height: 88px;
    font-size: 16px;
  }

  .result-step {
    min-height: 148px;
    padding: 22px;
  }

  .result-step .result-icon-img {
    width: 100px;
    height: 100px;
  }

  .trust-row img,
  .step-icon-img,
  .criteria-icon-img {
    width: 64px;
    height: 64px;
  }

  .pick-image img[src*="m.media-amazon.com"] {
    width: min(100%, 220px);
    margin-top: 16px;
  }
}
/* final audit polish */
.trust-row img {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.trust-row div {
  min-width: 142px;
}
.trust-row span {
  min-width: 82px;
}
@media (max-width: 640px) {
  .hero-badge {
    right: 48px;
  }
  .trust-row img {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }
  .trust-row div {
    min-width: 0;
  }
}
/* mobile overflow guard */
@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }
  .hero h1 span {
    white-space: normal;
  }
  .hero-badge {
    right: 64px;
  }
}
/* mobile badge removal */
@media (max-width: 640px) {
  .hero-badge {
    display: none;
  }
}
/* hero trust text wrap cleanup */
.trust-row div {
  flex: 0 0 auto;
}

.trust-row span {
  min-width: auto;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .trust-row div {
    flex: 1 1 100%;
  }

  .trust-row span {
    white-space: normal;
  }
}
/* mobile hero width guard */
@media (max-width: 640px) {
  .hero-copy,
  .hero-lead {
    max-width: calc(100vw - 32px);
  }

  .hero-lead {
    overflow-wrap: anywhere;
    line-height: 1.85;
  }

  .hero-copy .primary-cta,
  .hero-copy .sub-cta {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
  }
}

/* explanatory illustration layer */
.trust-row img {
  width: 76px;
  min-width: 76px;
  height: 58px;
  object-fit: contain;
}

.step-icon-img {
  width: 106px;
  height: 80px;
  object-fit: contain;
}

.result-step .result-icon-img {
  width: 128px;
  height: 96px;
}

.criteria-icon-img {
  width: 92px;
  height: 69px;
  object-fit: contain;
}

.final-icon-img {
  width: 148px;
  height: 111px;
  object-fit: contain;
}

.cta-icon-img {
  display: none;
}

.primary-cta {
  justify-content: center;
}

.primary-cta .cta-arrow-img {
  margin-left: 8px;
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  .trust-row img {
    width: 72px;
    min-width: 72px;
    height: 54px;
  }

  .step-icon-img,
  .result-step .result-icon-img {
    width: 116px;
    height: 87px;
  }

  .criteria-icon-img {
    width: 96px;
    height: 72px;
  }
}

/* section note must not inherit the blue heading bar style */
.section-heading .section-note {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: var(--muted);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .section-heading.spread {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading .section-note {
    white-space: normal;
  }
}

/* sub pages */
.page-hero {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(248,241,230,0.98) 0%, rgba(248,241,230,0.9) 42%, rgba(248,241,230,0.2) 100%);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  align-items: center;
  min-height: 360px;
  gap: 32px;
}

.page-hero-copy {
  padding-block: 54px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--blue);
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 14px;
  padding: 4px 10px;
  border: 1px solid #c7def1;
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--blue-soft);
  font-size: 12px;
  font-weight: 800;
}

.page-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.page-lead {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.page-hero-image {
  align-self: stretch;
  min-height: 320px;
  overflow: hidden;
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.panel,
.choice-card,
.feature-card,
.tier-card,
.guide-card,
.result-product,
.article-tile,
.article-body,
.sidebar-card,
.comparison-table,
.notice-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--elev-1);
}

.panel {
  padding: 28px;
}

.panel + .panel,
.sidebar-card + .sidebar-card {
  margin-top: 18px;
}

.choice-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.choice-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.choice-card:hover,
.choice-card:focus-visible {
  border-color: #9dc2df;
  box-shadow: var(--elev-2);
  transform: translateY(-1px);
}

.choice-card img {
  width: 72px;
  height: 54px;
  object-fit: contain;
}

.choice-card h3,
.feature-card h3,
.tier-card h3,
.guide-card h3,
.article-tile h3,
.sidebar-card h3,
.result-product h3 {
  margin: 0;
  letter-spacing: -0.02em;
}

.choice-card p,
.feature-card p,
.tier-card p,
.guide-card p,
.article-tile p,
.sidebar-card p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.choice-arrow {
  color: var(--blue);
  font-size: 28px;
  font-weight: 800;
}

.progress-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 30px;
  text-align: center;
}

.progress-step {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.progress-step strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-inline: auto;
  border-radius: 50%;
  color: white;
  background: #b7bdc5;
}

.progress-step.is-current {
  color: var(--blue-deep);
}

.progress-step.is-current strong {
  background: var(--blue);
}

.sidebar-card {
  padding: 22px;
}

.sidebar-card ul,
.notice-box ul,
.article-body ul {
  margin: 14px 0 0;
  padding-left: 1.2em;
  color: var(--ink-soft);
  line-height: 1.9;
}

.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 9px 18px;
  border-radius: 999px;
  color: white;
  background: var(--orange);
  font-size: 13px;
  font-weight: 800;
}

.soft-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #bfd5e8;
  border-radius: 999px;
  color: var(--blue-deep);
  background: var(--blue-soft);
  font-size: 13px;
  font-weight: 800;
}

.feature-grid,
.tier-grid,
.article-list-grid,
.related-grid {
  display: grid;
  gap: 20px;
}

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

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

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

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

.feature-card,
.tier-card,
.guide-card,
.article-tile {
  padding: 20px;
}

.feature-card img,
.tier-card img,
.guide-card img {
  width: 78px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 14px;
}

.tier-card {
  display: grid;
  gap: 12px;
}

.tier-card img,
.result-product img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.tier-card ul,
.result-product ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--ink-soft);
  line-height: 1.8;
}

.article-tile {
  display: grid;
  gap: 12px;
}

.article-tile img {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
  border-radius: 6px;
}

.card-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(20, 32, 51, 0.34), transparent 48%),
    linear-gradient(315deg, rgba(20, 32, 51, 0.34), transparent 42%);
}

.media-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  max-width: calc(100% - 20px);
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  color: white;
  background: rgba(20, 32, 51, 0.72);
  box-shadow: 0 6px 14px rgba(20, 32, 51, 0.18);
  backdrop-filter: blur(7px);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.card-read-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: calc(100% - 20px);
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: white;
  background: rgba(20, 32, 51, 0.72);
  box-shadow: 0 6px 14px rgba(20, 32, 51, 0.18);
  backdrop-filter: blur(7px);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.card-read-more::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
}

.manga-thumb::after {
  background: linear-gradient(90deg, rgba(20, 32, 51, 0.2), transparent 34%);
}

.manga-thumb-copy {
  position: absolute;
  z-index: 2;
  top: 8%;
  right: 2%;
  bottom: 10%;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: clamp(13px, 1.35vw, 18px);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 1px 0 white, 1px 0 0 white;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.blog-row-media .manga-thumb-copy {
  top: 8%;
  bottom: 10%;
  font-size: clamp(10px, 1.1vw, 14px);
}

.manga-thumb .card-read-more {
  z-index: 3;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.chip.is-active {
  color: white;
  border-color: var(--blue);
  background: var(--blue);
}

.result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
}

.result-product {
  padding: 24px;
}

.result-product.is-main {
  border-color: var(--blue);
  box-shadow: var(--elev-3);
}

.result-product .small-cta {
  margin-top: 14px;
}

.summary-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.summary-pills span {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid #bad9b4;
  border-radius: 999px;
  color: #2f7b3d;
  background: #eef8ec;
  font-size: 13px;
  font-weight: 800;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  text-align: left;
  line-height: 1.7;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  border-left: 0;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table th {
  color: var(--blue-deep);
  background: var(--blue-soft);
}

.notice-box {
  padding: 24px;
  background: #fff6e8;
  border-color: #ebc58d;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 300px;
  gap: 28px;
  align-items: start;
}

.article-body {
  padding: 34px;
}

.article-body h2 {
  margin: 34px 0 14px;
  padding-left: 12px;
  border-left: 5px solid var(--blue);
  font-size: 25px;
  letter-spacing: -0.03em;
}

.article-body p {
  color: var(--ink-soft);
  line-height: 2;
}

.article-hero-img {
  width: 100%;
  margin: 24px 0;
  border-radius: 8px;
  object-fit: cover;
}

.conclusion-box {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid #ebc58d;
  border-radius: var(--radius);
  background: #fff7e8;
}

.conclusion-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-deep);
}

.category-list {
  display: grid;
  gap: 16px;
}

.category-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--elev-1);
}

.category-row img {
  width: 180px;
  aspect-ratio: 1.62;
  object-fit: cover;
  border-radius: 6px;
}

.page-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 34px;
  border: 1px solid #c7def1;
  border-radius: var(--radius);
  background: var(--blue-soft);
}

.page-cta-band h2,
.page-cta-band p {
  margin: 0;
}

.page-cta-band p {
  margin-top: 8px;
  color: var(--ink-soft);
  line-height: 1.8;
}

@media (max-width: 980px) {
  .page-hero-inner,
  .content-grid,
  .article-layout,
  .result-grid,
  .page-cta-band {
    grid-template-columns: 1fr;
  }

  .page-hero-image {
    min-height: 260px;
    margin-inline: -24px;
  }

  .feature-grid,
  .tier-grid,
  .article-list-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-row {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .category-row .soft-cta {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .page-hero-copy {
    padding-block: 34px;
    max-width: calc(100vw - 32px);
  }

  .page-title {
    font-size: 36px;
    overflow-wrap: anywhere;
  }

  .page-lead {
    font-size: 14px;
    max-width: calc(100vw - 32px);
    overflow-wrap: anywhere;
  }

  .panel,
  .article-body,
  .result-product {
    padding: 20px;
  }

  .choice-card,
  .category-row {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .choice-card img,
  .category-row img {
    width: 100%;
    height: auto;
  }

  .feature-grid,
  .tier-grid,
  .article-list-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    font-size: 13px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 10px;
  }

  .page-hero-copy .primary-cta,
  .page-cta-band .primary-cta {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
  }

  .choice-card > *,
  .category-row > *,
  .tier-card > *,
  .article-tile > *,
  .result-product > * {
    min-width: 0;
  }

  .category-row h3,
  .tier-card h3,
  .article-tile h3 {
    overflow-wrap: anywhere;
  }
}

/* proposal follow-up: normalize current illustration system */
:root {
  --icon-sm: 24px;
  --icon-md: 64px;
  --icon-lg: 112px;
}

.brand-icon img,
.header-actions img,
.trust-row img,
.cta-arrow-img,
.step-icon-img,
.criteria-icon-img,
.final-icon-img {
  filter: none;
}

.header-actions img {
  width: var(--icon-sm);
  height: var(--icon-sm);
}

.trust-row img {
  width: 74px;
  min-width: 74px;
  height: 56px;
}

.step-icon-img {
  width: 104px;
  height: 78px;
  margin: 14px auto 0;
}

.criteria-icon-img {
  width: 88px;
  height: 66px;
  margin: 0 auto 12px;
}

.final-icon-img {
  width: 132px;
  height: 99px;
}

.step-card,
.category-card,
.article-card,
.side-picks article {
  box-shadow: var(--elev-2);
}

.criteria-grid article {
  box-shadow: var(--elev-1);
}

.main-pick {
  box-shadow: var(--elev-3);
}

.step-card:hover {
  transform: none;
  box-shadow: var(--elev-2);
}

.category-card:hover,
.article-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--elev-3);
}

.result-step {
  background: var(--blue-soft);
  border-color: #c7def1;
  padding: 24px 18px 22px;
}

.result-step .step-number {
  background: transparent;
  color: var(--blue);
  font-size: 22px;
}

.result-step h3 {
  margin: 8px 0 0;
  color: var(--blue-deep);
  font-size: 17px;
  line-height: 1.55;
}

.result-step p {
  max-width: 14em;
  margin: 8px auto 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

.result-step .result-icon-img {
  position: static;
  width: 112px;
  height: 84px;
  margin: 12px auto 0;
  opacity: 1;
}

.hero-badge {
  right: 8%;
  bottom: 36px;
  width: 92px;
  height: 92px;
  background: rgba(255, 253, 248, 0.86);
  font-size: 16px;
}

@media (max-width: 640px) {
  .trust-row img {
    width: 72px;
    min-width: 72px;
    height: 54px;
  }

  .step-icon-img,
  .result-step .result-icon-img {
    width: 116px;
    height: 87px;
  }

  .result-step {
    grid-column: 1 / -1;
    padding: 24px 18px;
  }

  .criteria-icon-img {
    width: 88px;
    height: 66px;
  }
}

/* subpage mobile polish */
@media (max-width: 640px) {
  .page-hero,
  .page-hero-inner,
  .page-hero-copy,
  .panel,
  .choice-card,
  .feature-card,
  .tier-card,
  .guide-card,
  .article-tile,
  .article-body,
  .sidebar-card,
  .category-row,
  .page-cta-band {
    min-width: 0;
  }

  .page-hero-copy {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .page-hero-copy .primary-cta,
  .page-cta-band .primary-cta,
  .panel .primary-cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .page-title,
  .page-lead,
  .choice-card h3,
  .choice-card p,
  .feature-card h3,
  .feature-card p,
  .category-row h3,
  .category-row p,
  .tier-card h3,
  .tier-card p,
  .article-tile h3,
  .article-tile p {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
  }

  .choice-card {
    gap: 14px;
  }

  .choice-card img[src*="handdrawn-icons"] {
    width: 104px;
    height: 82px;
    justify-self: start;
  }

  .choice-card img[src*="natural-thumbnails"] {
    width: 132px;
    aspect-ratio: 1.62;
    object-fit: cover;
    border-radius: 6px;
  }

  .category-row {
    gap: 14px;
  }

  .category-row .soft-cta {
    grid-column: auto;
    justify-self: start;
  }

  .tier-card img {
    max-height: 180px;
  }

  .article-layout,
  .article-body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .article-body {
    overflow-x: hidden;
  }

  .article-body .page-title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }

  .article-body .comparison-table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* note-like article reading experience */
.note-article-page {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96) 0%, rgba(249, 242, 231, 0.78) 100%);
}

.note-article-page main > .section.page-shell {
  padding-top: 48px;
  padding-bottom: 76px;
}

.note-article-page .article-layout {
  grid-template-columns: minmax(0, 760px) 268px;
  justify-content: center;
  gap: 30px;
}

.note-article-page .article-body {
  padding: 44px 42px 38px;
  border-color: rgba(222, 209, 190, 0.72);
  border-radius: 10px;
  background: rgba(255, 254, 251, 0.94);
  box-shadow: 0 18px 42px rgba(70, 52, 29, 0.08);
}

.note-article-page .breadcrumb {
  margin-bottom: 18px;
  color: #7a8794;
  font-size: 12px;
}

.note-article-page .page-kicker {
  margin-bottom: 16px;
  border-color: #c9e2f5;
  background: #edf7ff;
  color: var(--blue-deep);
}

.note-article-page .article-body .page-title {
  max-width: 12.5em;
  font-size: clamp(36px, 4.2vw, 48px);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.note-article-page .article-meta {
  margin-top: 12px;
  gap: 10px 16px;
  color: #78828c;
  font-size: 12px;
}

.note-article-page .article-hero-img {
  aspect-ratio: 16 / 9;
  margin: 30px 0 28px;
  border-radius: 8px;
  box-shadow: none;
}

.note-article-page .article-inline-illustration {
  margin: 30px 0 34px;
}

.note-article-page .article-inline-illustration img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(210, 198, 178, 0.76);
  background: #fffaf1;
}

.note-article-page .article-inline-illustration figcaption {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.note-article-page .article-body p,
.note-article-page .article-body li {
  color: #364352;
  font-size: 16px;
  line-height: 2.08;
}

.note-article-page .article-body h2 {
  margin: 46px 0 16px;
  padding-left: 14px;
  border-left-width: 4px;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0;
}

.note-article-page .article-body h3 {
  margin: 24px 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.6;
}

.note-article-page .conclusion-box,
.note-article-page .notice-box {
  border-radius: 8px;
  box-shadow: none;
}

.note-article-page .conclusion-box {
  margin: 30px 0 34px;
  padding: 24px 26px;
  border-color: #b8d6ee;
  border-left: 5px solid var(--blue);
  background: #f3f9ff;
}

.note-article-page .conclusion-box h2 {
  margin: 0 0 10px;
  padding-left: 0;
  border-left: 0;
}

.note-article-page .comparison-table {
  margin: 18px 0 26px;
  border-radius: 8px;
  box-shadow: none;
}

.note-article-page .article-toc {
  margin: 28px 0 30px;
  padding: 20px 22px;
  border: 1px solid #d8ebfb;
  border-radius: 8px;
  background: #f5fbff;
}

.note-article-page .article-toc h2 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  font-size: 17px;
}

.note-article-page .article-toc ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 1.25em;
}

.note-article-page .article-toc a {
  color: var(--blue-deep);
  font-weight: 700;
}

.note-article-page .guide-visual {
  margin: 30px 0 34px;
  padding: 22px;
  border: 1px solid rgba(210, 198, 178, 0.86);
  border-radius: 8px;
  background: #fffaf1;
}

.note-article-page .guide-visual figcaption {
  margin: 0 0 16px;
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.checklist-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.check-item {
  display: grid;
  align-content: start;
  min-height: 128px;
  padding: 14px 12px;
  border: 1px solid rgba(183, 204, 218, 0.78);
  border-radius: 8px;
  background: #ffffff;
}

.check-item span {
  color: #6f8191;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
}

.check-item strong {
  margin-top: 8px;
  color: #1f3f5b;
  font-size: 18px;
  line-height: 1.35;
}

.check-item small {
  margin-top: 8px;
  color: #4c5d6c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.memory-panels {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
}

.memory-panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(206, 215, 219, 0.84);
  border-radius: 8px;
  background: #ffffff;
}

.memory-panel.avoid {
  border-color: rgba(218, 154, 122, 0.8);
  background: #fff6ef;
}

.memory-panel.recommend {
  border-color: rgba(118, 169, 157, 0.82);
  background: #f2faf6;
}

.memory-label {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  color: #26394a;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.memory-panel strong {
  display: block;
  margin-top: 12px;
  color: #182c3c;
  font-size: 28px;
  line-height: 1.15;
}

.memory-panel p {
  margin: 10px 0 0;
  max-width: none;
  font-size: 14px;
  line-height: 1.7;
}

.desk-meter {
  height: 12px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(25, 48, 64, 0.12);
}

.desk-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2f6f8f;
}

.memory-panel.avoid .desk-meter span {
  background: #c66843;
}

.desk-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 14px;
}

.desk-scene {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(206, 215, 219, 0.84);
  border-radius: 8px;
  background: #ffffff;
}

.desk-scene.cramped {
  border-color: rgba(218, 154, 122, 0.8);
  background: #fff6ef;
}

.desk-scene.roomy {
  border-color: rgba(118, 169, 157, 0.82);
  background: #f2faf6;
}

.desk-scene strong {
  display: block;
  margin-top: 12px;
  color: #182c3c;
  font-size: 18px;
  line-height: 1.35;
}

.desk-scene p {
  margin: 12px 0 0;
  max-width: none;
  font-size: 14px;
  line-height: 1.7;
}

.desk-surface {
  position: relative;
  min-height: 156px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(38, 57, 74, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.48) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.48) 1px, transparent 1px) 0 0 / 28px 28px,
    #f4eadb;
}

.desk-scene.roomy .desk-surface {
  min-height: 188px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.48) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.48) 1px, transparent 1px) 0 0 / 32px 32px,
    #e6f2ec;
}

.desk-chip {
  position: absolute;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(31, 63, 91, 0.14);
  border-radius: 7px;
  color: #26394a;
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 6px 16px rgba(70, 52, 29, 0.08);
}

.desk-scene.cramped .desk-chip.browser { left: 12px; top: 14px; width: 118px; }
.desk-scene.cramped .desk-chip.office { left: 76px; top: 48px; width: 96px; }
.desk-scene.cramped .desk-chip.zoom { left: 22px; top: 82px; width: 82px; }
.desk-scene.cramped .desk-chip.pdf { left: 112px; top: 94px; width: 64px; }
.desk-scene.cramped .desk-chip.resident { left: 52px; top: 118px; width: 82px; }

.desk-scene.roomy .desk-chip.browser { left: 18px; top: 18px; width: 128px; }
.desk-scene.roomy .desk-chip.office { right: 18px; top: 22px; width: 104px; }
.desk-scene.roomy .desk-chip.zoom { left: 34px; bottom: 28px; width: 88px; }
.desk-scene.roomy .desk-chip.pdf { right: 38px; bottom: 34px; width: 72px; }
.desk-scene.roomy .desk-chip.resident { left: 50%; top: 76px; width: 82px; transform: translateX(-50%); }

.storage-bars {
  display: grid;
  gap: 12px;
}

.storage-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 112px;
  gap: 12px;
  align-items: center;
}

.storage-row span,
.storage-row strong {
  color: #26394a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.storage-row div {
  height: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(31, 63, 91, 0.11);
}

.storage-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2f6f8f;
}

.storage-row.avoid i {
  background: #c66843;
}

.storage-row.caution i {
  background: #d49a45;
}

.storage-row.good i {
  background: #2b7c68;
}

.priority-ladder {
  display: grid;
  gap: 10px;
}

.priority-ladder div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(183, 204, 218, 0.78);
  border-radius: 8px;
  background: #ffffff;
}

.priority-ladder span {
  color: #6f8191;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
}

.priority-ladder strong {
  color: #1f3f5b;
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .note-article-page .guide-visual {
    margin: 24px 0 28px;
    padding: 16px;
  }

  .checklist-track,
  .memory-panels,
  .desk-compare {
    grid-template-columns: 1fr;
  }

  .check-item {
    min-height: auto;
  }

  .desk-surface,
  .desk-scene.roomy .desk-surface {
    min-height: 172px;
  }

  .storage-row {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .storage-row strong {
    grid-column: 2;
  }
}

.article-product-list {
  display: grid;
  gap: 16px;
  margin: 18px 0 28px;
}

.article-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 18px 0 28px;
}

.article-product-grid .article-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.article-product-grid .article-product-card .product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 132px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #fffaf2;
}

.article-product-grid .article-product-card .product-thumb img {
  width: min(100%, 190px);
  height: 118px;
  object-fit: contain;
}

.article-product-grid .article-product-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.article-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 30px;
  padding: 16px;
  border: 1px solid #d8ebfb;
  border-radius: 8px;
  background: #f5fbff;
}

.article-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue-deep);
  background: white;
  font-size: 13px;
  font-weight: 800;
}

.article-product-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}

.article-product-card img {
  width: 128px;
  aspect-ratio: 1.45;
  object-fit: contain;
  border-radius: 6px;
  background: #f8f2ea;
}

.article-product-card h3 {
  margin-top: 0;
}

.article-product-card ul {
  margin-top: 8px;
}

.article-product-card .small-cta {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 10px;
  white-space: normal;
  text-align: center;
  overflow-wrap: anywhere;
}

.article-product-grid .article-product-card .small-cta {
  margin-top: auto;
}

.article-body details {
  margin: 12px 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.article-body summary {
  cursor: pointer;
  font-weight: 800;
}

.selection-board {
  display: grid;
  gap: 18px;
}

.selection-toolbar {
  position: sticky;
  top: 74px;
  z-index: 12;
  display: grid;
  grid-template-columns: minmax(220px, 1.6fr) repeat(3, minmax(140px, 0.8fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(10px);
}

.selection-toolbar label,
.selection-actions label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
}

.selection-toolbar input,
.selection-toolbar select,
.selection-actions textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: white;
  font: inherit;
}

.selection-toolbar input,
.selection-toolbar select {
  min-height: 42px;
  padding: 8px 10px;
}

.secondary-tool-button {
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.selection-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.selection-summary div {
  padding: 14px 16px;
  background: #fffdf8;
}

.selection-summary strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.selection-summary span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

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

.selection-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 248px;
  gap: 18px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}

.selection-row[data-decision="採用"] {
  border-color: rgba(93, 154, 80, 0.62);
  background: #fbfff8;
}

.selection-row[data-decision="落選"] {
  opacity: 0.72;
}

.selection-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  border-radius: 8px;
  background: #fff7ea;
}

.selection-thumb img {
  width: min(100%, 118px);
  height: 92px;
  object-fit: contain;
}

.selection-main {
  min-width: 0;
}

.selection-title-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.selection-title-line h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.selection-priority {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--ink);
  background: #f1eadf;
  font-size: 12px;
  font-weight: 900;
}

.selection-priority.priority-A {
  color: #1d5f17;
  background: #e6f4e3;
}

.selection-priority.priority-B {
  color: #79520d;
  background: #fff0cf;
}

.selection-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.selection-meta div {
  min-width: 0;
  padding: 9px 10px;
  background: white;
}

.selection-meta dt {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.selection-meta dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.link-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  color: var(--ink);
  background: #fff0cf;
  font-size: 12px;
  font-weight: 900;
}

.selection-reason-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.selection-reason-grid p,
.selection-article {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.selection-reason-grid strong,
.selection-article strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.selection-article {
  margin-top: 10px;
}

.selection-actions {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

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

.decision-button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink-soft);
  background: white;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.decision-button.is-active {
  color: white;
  border-color: var(--ink);
  background: var(--ink);
}

.selection-save-status {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.selection-actions select,
.selection-actions textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: white;
  font: inherit;
}

.selection-actions select {
  min-height: 40px;
  padding: 8px 10px;
  font-weight: 800;
}

.selection-actions textarea {
  min-height: 96px;
  padding: 10px;
  resize: vertical;
  line-height: 1.6;
}

.amazon-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--orange);
  border-radius: 8px;
  color: var(--orange-deep);
  background: white;
  font-size: 13px;
  font-weight: 900;
}

.selection-empty {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fffdf8;
  font-weight: 800;
}

.diagnosis-form {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin-inline: auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.diagnosis-form fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.diagnosis-form legend {
  padding: 0 8px;
  font-weight: 900;
}

.diagnosis-form label {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  font-weight: 700;
}

.priority-section {
  padding-top: 52px;
  padding-bottom: 26px;
}

.priority-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 20px;
  align-items: stretch;
}

.priority-main {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.priority-main h3 {
  max-width: 720px;
  margin: 8px 0 12px;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.28;
}

.priority-main p {
  max-width: 68ch;
  color: var(--ink-soft);
  font-weight: 600;
  line-height: 1.9;
}

.entry-list {
  display: grid;
  gap: 10px;
}

.entry-link {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.entry-link:hover {
  border-color: rgba(17, 104, 183, 0.32);
  background: white;
  transform: translateY(-1px);
}

.entry-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.entry-link strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

.entry-link small {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.beginner-path-section {
  padding-top: 42px;
  padding-bottom: 22px;
}

.path-steps {
  display: grid;
  grid-template-columns: 1.08fr 0.96fr 1.08fr;
  gap: 12px;
}

.path-steps a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.path-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: white;
  background: var(--blue);
  font-size: 18px;
}

.path-steps strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.path-steps small {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.article-hub {
  display: grid;
  gap: 18px;
}

.article-group {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.article-group:last-child {
  border-bottom: 1px solid var(--line);
}

.article-group-heading h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.article-group-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.faq-block {
  margin-top: 42px;
}

.faq-block details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

.faq-block details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-block summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.7;
}

.faq-block summary::marker {
  color: var(--blue);
}

.related-articles {
  margin-top: 42px;
}

.related-articles h2 {
  margin-bottom: 18px;
}

.note-article-page aside {
  position: sticky;
  top: 98px;
}

.note-article-page .sidebar-card {
  border-color: rgba(222, 209, 190, 0.72);
  border-radius: 8px;
  background: rgba(255, 254, 251, 0.88);
  box-shadow: 0 12px 28px rgba(70, 52, 29, 0.06);
}

.note-article-page .page-cta-band {
  margin-top: 42px;
  border-radius: 8px;
  box-shadow: none;
}

@media (max-width: 980px) {
  .selection-toolbar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selection-toolbar .secondary-tool-button {
    grid-column: 1 / -1;
  }

  .selection-row {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .selection-actions {
    grid-column: 1 / -1;
  }

  .selection-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .priority-layout,
  .article-group {
    grid-template-columns: 1fr;
  }

  .path-steps {
    grid-template-columns: 1fr;
  }

  .note-article-page .article-layout {
    grid-template-columns: minmax(0, 760px);
  }

  .note-article-page aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .selection-toolbar,
  .selection-row,
  .selection-reason-grid {
    grid-template-columns: 1fr;
  }

  .selection-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selection-meta {
    grid-template-columns: 1fr;
  }

  .selection-thumb {
    min-height: 132px;
  }

  .selection-thumb img {
    width: min(100%, 160px);
    height: 106px;
  }

  .note-article-page main > .section.page-shell {
    padding-top: 28px;
    padding-bottom: 46px;
  }

  .note-article-page .article-body {
    padding: 24px 18px 28px;
    border-radius: 8px;
  }

  .note-article-page .article-body .page-title {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.28;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .note-article-page .article-body p,
  .note-article-page .article-body li,
  .note-article-page .article-body h2,
  .note-article-page .article-body h3 {
    overflow-wrap: anywhere;
  }

  .note-article-page .article-body p,
  .note-article-page .article-body li {
    font-size: 15px;
    line-height: 2;
  }

  .note-article-page .article-body h2 {
    margin-top: 36px;
    font-size: 22px;
  }

  .note-article-page .article-hero-img {
    margin: 22px 0 24px;
  }

  .note-article-page .article-inline-illustration {
    margin: 24px 0 28px;
  }

  .note-article-page .article-toc {
    padding: 16px;
  }

  .article-product-card {
    grid-template-columns: 1fr;
  }

  .article-product-card img {
    width: 144px;
    justify-self: center;
  }
}

/* 2026 editorial redesign */
:root {
  --paper: #f3efe6;
  --paper-soft: #faf7f0;
  --white: #fffef9;
  --ink: #171714;
  --ink-soft: #46443d;
  --muted: #777166;
  --line: #ddd4c3;
  --blue: #16483f;
  --blue-deep: #0c332d;
  --blue-soft: #e6f0eb;
  --orange: #f07816;
  --orange-deep: #d76208;
  --shadow: none;
  --elev-1: none;
  --elev-2: none;
  --elev-3: none;
  --radius: 8px;
}

body {
  background: var(--paper);
  color: var(--ink);
}

body::before {
  content: none;
}

.site-header {
  min-height: 66px;
  background: rgba(255, 254, 249, 0.96);
  border-bottom: 2px solid var(--ink);
  backdrop-filter: none;
}

.brand {
  min-width: 285px;
}

.brand strong {
  font-size: 24px;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
}

.main-nav {
  gap: clamp(16px, 2.4vw, 34px);
  font-size: 13px;
}

.main-nav a:hover {
  color: var(--orange-deep);
}

.header-actions {
  height: 66px;
}

.header-actions a,
.primary-cta,
.secondary-cta,
.mini-cta,
.small-cta,
.text-cta {
  box-shadow: none;
  transform: none;
}

.header-actions a {
  min-height: 38px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
}

.header-actions a:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: white;
  transform: none;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--orange-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.editorial-hero {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255,254,249,0.98), rgba(255,254,249,0.84)),
    url("images/natural-thumbnails/top-hero-desk.jpg") center right / cover no-repeat;
}

.editorial-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.7fr);
  gap: 34px;
  align-items: center;
  min-height: 520px;
  padding-top: 50px;
  padding-bottom: 52px;
}

.hero-mainline h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-mainline .hero-lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.hero-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  max-width: 690px;
  gap: 14px;
}

.hero-entry-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  min-height: 112px;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hero-entry-card:hover,
.hero-entry-card:focus-visible {
  transform: translateY(-3px);
  background: #fff7e8;
  box-shadow: 0 10px 0 rgba(20, 32, 51, 0.12);
}

.hero-entry-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eee7db;
}

.hero-entry-media img {
  width: 100%;
  height: 100%;
  min-height: 112px;
  object-fit: cover;
  display: block;
}

.hero-entry-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 14px 14px 14px 16px;
}

.hero-entry-body small {
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.hero-entry-body strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-entry-body em {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.primary-cta {
  max-width: 320px;
  min-height: 50px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  background: var(--orange);
  font-size: 16px;
  letter-spacing: 0;
}

.primary-cta:hover {
  background: var(--orange-deep);
  border-color: var(--orange-deep);
}

.secondary-cta {
  min-height: 50px;
  border-color: var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
}

.today-board {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.board-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border-bottom: 2px solid var(--ink);
}

.board-heading span {
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.board-heading strong {
  font-size: 18px;
}

.today-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
}

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

.today-row b {
  overflow-wrap: anywhere;
}

.today-row small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: white;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.status-adopt {
  color: #0f6b45;
}

.status-hold {
  color: #9a5a00;
}

.status-drop {
  color: #9c2f2f;
}

.category-strip {
  display: flex;
  gap: 0;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 6px;
  border: 1px solid var(--ink);
  background: var(--white);
}

.category-strip a {
  flex: 1;
  min-width: 0;
  padding: 14px 12px;
  border-right: 1px solid var(--line);
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.category-strip a:last-child {
  border-right: 0;
}

.category-strip a:hover {
  color: white;
  background: var(--ink);
}

.section-heading h2 {
  letter-spacing: 0;
}

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

.verdict-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.verdict-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 22px;
  background: #f8f5ed;
}

.verdict-media img {
  width: min(100%, 250px);
  height: 145px;
  object-fit: contain;
}

.verdict-media .media-badge,
.card-media .media-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  max-width: calc(100% - 20px);
  padding: 5px 9px;
  border-radius: 4px;
  color: white;
  background: rgba(23, 23, 20, 0.88);
  border: 0;
  box-shadow: none;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.rank-mark {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 9px;
  border-radius: 4px;
  color: var(--ink);
  background: #ffd65a;
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
}

.verdict-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.verdict-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.verdict-topline small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.verdict-body h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0;
}

.verdict-body p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.verdict-meta {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
}

.verdict-meta div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.verdict-meta dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.verdict-meta dd {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.verdict-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.mini-cta,
.small-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: white;
  background: var(--ink);
  font-size: 13px;
  font-weight: 900;
  white-space: normal;
  text-align: center;
}

.mini-cta:hover,
.small-cta:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.text-cta {
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.criteria-band {
  border-block: 2px solid var(--ink);
  background: var(--ink);
  color: white;
}

.criteria-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: start;
}

.criteria-layout h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.18;
  letter-spacing: 0;
}

.criteria-layout p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.9;
}

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

.criteria-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.criteria-list b {
  color: #ffd65a;
  font-size: 18px;
}

.criteria-list h3 {
  margin: 0;
  font-size: 20px;
}

.criteria-list p {
  grid-column: 2;
  margin: 0;
}

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

.home-choice-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.home-choice-card:hover,
.home-choice-card:focus-visible {
  transform: translateY(-3px);
  background: #fff7e8;
  box-shadow: 0 12px 0 rgba(20, 32, 51, 0.12);
}

.home-choice-card span {
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
}

.home-choice-card h3 {
  margin: 14px 0 10px;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.35;
  letter-spacing: 0;
}

.home-choice-card p {
  margin: auto 0 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.home-final-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4efe6;
}

.home-final-route h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.3;
  letter-spacing: 0;
}

.home-final-route p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.latest-layout,
.products-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.blog-hero {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.blog-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
  gap: 42px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 44px;
}

.blog-hero-copy {
  max-width: 760px;
}

.blog-hero-image {
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 8px;
  aspect-ratio: 16 / 10;
  background: #f3eee5;
}

.blog-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.manga-hero-media,
.manga-article-hero {
  position: relative;
}

.manga-hero-copy {
  position: absolute;
  z-index: 2;
  top: 12%;
  right: 2%;
  bottom: 13%;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: clamp(18px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 2px 0 white, 2px 0 0 white;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.manga-article-hero .manga-hero-copy {
  font-size: clamp(22px, 3.2vw, 42px);
}

.starter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 24px;
  align-items: stretch;
}

.starter-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
}

.starter-card h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 1.35;
}

.starter-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.starter-card .card-media {
  min-height: 260px;
}

.starter-side {
  display: grid;
  gap: 16px;
  align-content: stretch;
}

.prepurchase-section {
  overflow: hidden;
}

.prepurchase-window {
  overflow-x: auto;
  overflow-y: hidden;
  margin-inline: -4px;
  padding: 2px 4px 14px;
  cursor: grab;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(17, 17, 17, 0.34) transparent;
  -webkit-overflow-scrolling: touch;
}

.prepurchase-window::-webkit-scrollbar {
  height: 8px;
}

.prepurchase-window::-webkit-scrollbar-track {
  background: transparent;
}

.prepurchase-window::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.28);
}

.prepurchase-window.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.prepurchase-rail {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: prepurchase-scroll 42s linear infinite;
  will-change: transform;
}

.prepurchase-window:hover .prepurchase-rail,
.prepurchase-window:focus-within .prepurchase-rail,
.prepurchase-window.is-user-paused .prepurchase-rail {
  animation-play-state: paused;
}

.prepurchase-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 clamp(300px, 42vw, 430px);
  min-height: 100%;
  padding: 16px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
}

.prepurchase-card .card-media {
  height: 230px;
  min-height: 230px;
  aspect-ratio: 16 / 10;
}

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

.prepurchase-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.45;
}

.prepurchase-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.article-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.article-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

@keyframes prepurchase-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.blog-index-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.blog-article-list {
  display: grid;
  gap: 16px;
}

.blog-article-row {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
}

.blog-row-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 16 / 10;
  background: #eee7db;
}

.blog-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-article-row small {
  display: inline-block;
  color: var(--accent);
  font-weight: 800;
}

.blog-row-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 8px;
}

.blog-row-meta small + small {
  color: var(--muted);
}

.blog-article-row strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1.5;
}

.blog-article-row em {
  display: block;
  margin-top: 8px;
  color: var(--ink-soft);
  font-style: normal;
  line-height: 1.7;
}

.blog-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 96px;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topic-list a,
.topic-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  color: var(--ink);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.topic-list span {
  color: var(--ink-soft);
  background: transparent;
}

.ranking-panel {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.ranking-panel h2 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: 0;
}

.ranking-panel p {
  color: var(--ink-soft);
  line-height: 1.8;
}

.ranking-list {
  display: grid;
  gap: 10px;
}

.rank-row {
  display: grid;
  grid-template-columns: 28px 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.rank-row b {
  color: var(--orange-deep);
  font-size: 18px;
}

.rank-row img {
  width: 58px;
  height: 44px;
  object-fit: contain;
  background: #f8f5ed;
}

.rank-row strong {
  min-width: 0;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.rank-row small {
  grid-column: 3;
  font-size: 12px;
  font-weight: 900;
}

.product-detail-hero {
  padding: 34px 0 42px;
  border-bottom: 2px solid var(--ink);
  background: var(--white);
}

.product-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 36px;
  align-items: center;
  margin-top: 24px;
}

.product-detail-head h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.12;
  letter-spacing: 0;
}

.product-detail-head p {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.product-status-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.product-visual {
  display: grid;
  place-items: center;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f5ed;
}

.product-visual img {
  width: min(100%, 340px);
  height: 230px;
  object-fit: contain;
}

.product-detail-head .media-cta {
  max-width: 370px;
}

.product-copy {
  box-shadow: none;
}

.product-copy ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 26px;
  padding-left: 1.2em;
}

.link-state-panel {
  margin-top: 30px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: #fffaf0;
}

.link-state-panel h3 {
  margin: 0 0 12px;
}

.link-state-panel dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.link-state-panel div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.link-state-panel dt {
  color: var(--muted);
  font-weight: 900;
}

.link-state-panel dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.sticky-panel {
  position: sticky;
  top: 86px;
}

.article-tile,
.article-body,
.sidebar-card,
.entry-link,
.panel,
.guide-card,
.feature-card,
.tier-card,
.choice-card,
.result-product,
.comparison-table,
.notice-box {
  box-shadow: none;
}

.page-hero {
  border-bottom: 2px solid var(--ink);
  background: var(--white);
}

.page-hero-inner {
  min-height: 330px;
}

.page-kicker {
  border-color: var(--line);
  border-radius: 4px;
  color: var(--orange-deep);
  background: transparent;
  letter-spacing: 0.06em;
}

.page-title {
  letter-spacing: 0;
}

.card-media::after {
  content: none;
}

.category-card,
.article-tile,
.entry-link {
  border-color: var(--ink);
}

.category-card:hover,
.article-card:hover,
.choice-card:hover,
.choice-card:focus-visible,
.entry-link:hover {
  transform: none;
  box-shadow: none;
}

.article-tile img,
.category-card img,
.card-media {
  border-radius: 6px;
}

@media (max-width: 1080px) {
  .editorial-hero-inner,
  .criteria-layout,
  .latest-layout,
  .products-layout,
  .product-detail-layout,
  .blog-hero-inner,
  .starter-grid,
  .blog-index-layout,
  .home-choice-grid,
  .home-final-route {
    grid-template-columns: 1fr;
  }

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

  .sticky-panel {
    position: static;
  }

  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .editorial-hero-inner {
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .hero-mainline h1 {
    font-size: 38px;
  }

  .category-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-strip a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .category-strip a:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .verdict-grid,
  .product-detail-head {
    grid-template-columns: 1fr;
  }

  .today-row {
    grid-template-columns: 1fr;
  }

  .hero-actions .primary-cta,
  .hero-actions .secondary-cta {
    width: 100%;
    max-width: 100%;
  }

  .editorial-hero .hero-actions .primary-cta,
  .editorial-hero .hero-actions .secondary-cta {
    flex: 1 1 220px;
    width: auto;
    max-width: 100%;
  }

  .criteria-list article,
  .link-state-panel div {
    grid-template-columns: 1fr;
  }

  .criteria-list p {
    grid-column: 1;
  }

  .blog-hero-inner {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .blog-article-row {
    grid-template-columns: 1fr;
  }

  .blog-row-media {
    width: 100%;
  }

  .starter-card .card-media {
    min-height: 190px;
  }

  .prepurchase-rail {
    animation-duration: 36s;
  }

  .prepurchase-card {
    flex-basis: min(86vw, 330px);
  }

  .prepurchase-card .card-media {
    height: 180px;
    min-height: 180px;
  }

  .home-choice-card {
    min-height: 0;
  }

  .home-final-route {
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .hero-entry-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-entry-card {
    grid-template-columns: 124px minmax(0, 1fr);
    width: 100%;
    min-height: 112px;
  }

  .hero-entry-media img {
    min-height: 112px;
  }

  .hero-entry-body {
    padding: 12px 12px 12px 14px;
  }

  .hero-entry-body strong {
    font-size: 18px;
  }
}
