:root {
  --bg: #021E18;
  --bg2: #03241C;
  --bg3: #042E23;
  --surface: #003B2D;
  --surface2: #0A4A38;
  --mint: #59C3BA;
  --amber: #F3B45E;
  --text: #D9DFD9;
  --text2: #B8C4BD;
  --muted: #7FA493;
  --line: rgba(89, 195, 186, 0.18);
  --line-strong: rgba(89, 195, 186, 0.34);
  --amber-soft: rgba(243, 180, 94, 0.12);
  --mint-soft: rgba(89, 195, 186, 0.1);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.27);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(rgba(89, 195, 186, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 195, 186, 0.025) 1px, transparent 1px),
    var(--bg);
  background-size: 64px 64px;
  font-family: "Prompt", "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
  font-weight: 300;
  line-height: 1.72;
}

a {
  color: inherit;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.page-glow {
  position: fixed;
  z-index: -1;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.14;
  pointer-events: none;
}

.page-glow-one {
  top: 2rem;
  right: -12rem;
  background: var(--mint);
}

.page-glow-two {
  top: 72rem;
  left: -14rem;
  background: var(--amber);
  opacity: 0.08;
}

.topbar {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 30, 24, 0.88);
  backdrop-filter: blur(18px);
}

.topbar-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  width: 174px;
  flex: 0 0 auto;
}

.client-lockup {
  min-height: 46px;
  padding-left: 26px;
  border-left: 1px solid var(--line-strong);
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
}

.client-label,
.eyebrow,
.delivery-label,
.verdict-topline,
.watch-status {
  font-family: "Bricolage Grotesque", "Prompt", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.client-label {
  margin-bottom: 5px;
  color: var(--muted);
}

.client-lockup strong {
  font-family: "Bricolage Grotesque", "Prompt", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.topbar-link {
  margin-left: auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text2);
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.topbar-link:hover {
  border-color: var(--amber);
  color: var(--amber);
  transform: translateY(-1px);
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.hero {
  min-height: 630px;
  padding-block: 92px 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: 72px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--mint);
}

.hero h1,
.section-heading h2,
.next-review-intro h2 {
  margin: 0;
  font-family: "Prompt", "Noto Sans Thai", sans-serif;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 800px;
  font-size: clamp(2.8rem, 5.35vw, 5.3rem);
}

.hero h1 span {
  color: var(--amber);
}

.hero-lead {
  max-width: 700px;
  margin: 30px 0 0;
  color: var(--text2);
  font-size: clamp(1rem, 1.45vw, 1.23rem);
}

.hero-meta {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta span {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(0, 59, 45, 0.4);
  font-size: 0.73rem;
  font-weight: 500;
}

.verdict-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(243, 180, 94, 0.38);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 94, 0.2), transparent 36%),
    linear-gradient(145deg, rgba(10, 74, 56, 0.92), rgba(0, 59, 45, 0.86));
  box-shadow: var(--shadow);
}

.verdict-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -72px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(243, 180, 94, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(243, 180, 94, 0.035), 0 0 0 68px rgba(243, 180, 94, 0.025);
}

.verdict-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--amber);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 6px rgba(243, 180, 94, 0.12);
}

.verdict-kicker {
  margin: 52px 0 10px;
  color: var(--text2);
  font-size: 0.82rem;
}

.verdict-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.verdict-card > p:not(.verdict-kicker) {
  max-width: 310px;
  margin: 20px 0 26px;
  color: var(--text2);
  font-size: 0.9rem;
}

.verdict-link {
  position: relative;
  z-index: 1;
  min-height: 44px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

section {
  scroll-margin-top: 24px;
}

.executive-section,
.insight-section,
.delivery-section,
.watch-section,
.evidence-section {
  padding-block: 108px;
}

.executive-section,
.delivery-section,
.evidence-section {
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 48px;
}

.section-heading h2,
.next-review-intro h2 {
  font-size: clamp(2rem, 3.7vw, 3.65rem);
}

.section-heading > p:last-child,
.split-heading > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
  gap: 60px;
  align-items: end;
}

.split-heading > p {
  margin: 0 0 4px;
}

.recommendation-panel {
  padding: 38px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(243, 180, 94, 0.36);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(110deg, rgba(243, 180, 94, 0.11), transparent 52%),
    var(--bg3);
  box-shadow: var(--shadow);
}

.recommendation-mark {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 180, 94, 0.36);
  border-radius: 22px;
  color: var(--bg);
  background: var(--amber);
  font-size: 2rem;
  font-weight: 700;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--mint);
  background: var(--mint-soft);
  font-family: "Bricolage Grotesque", "Prompt", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tag-positive {
  border-color: rgba(243, 180, 94, 0.42);
  color: var(--amber);
  background: var(--amber-soft);
}

.recommendation-copy h3 {
  margin: 13px 0 10px;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1.35;
}

.recommendation-copy p {
  max-width: 750px;
  margin: 0;
  color: var(--text2);
  font-size: 0.9rem;
}

.recommendation-copy strong {
  color: var(--amber);
}

.recommendation-note {
  min-width: 152px;
  padding-left: 26px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.recommendation-note span,
.recommendation-note small {
  color: var(--muted);
  font-size: 0.7rem;
}

.recommendation-note strong {
  margin-block: 6px;
  color: var(--amber);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.18rem;
}

.decision-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.decision-card {
  position: relative;
  min-height: 210px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(3, 36, 28, 0.84);
}

.decision-card.featured {
  border-color: rgba(243, 180, 94, 0.4);
  background: linear-gradient(145deg, rgba(243, 180, 94, 0.12), rgba(3, 36, 28, 0.92));
}

.card-index {
  color: var(--muted);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.67rem;
  letter-spacing: 0.16em;
}

.decision-card p {
  margin: 34px 0 4px;
  color: var(--muted);
  font-size: 0.73rem;
}

.decision-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 600;
}

.decision-card small {
  position: absolute;
  right: 27px;
  bottom: 25px;
  left: 27px;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.55;
}

.insight-section {
  position: relative;
}

.insight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 20px;
}

.insight-card {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(155deg, rgba(10, 74, 56, 0.72), rgba(3, 36, 28, 0.93));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.16);
}

.insight-card-head {
  min-height: 86px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.insight-card h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
}

.insight-card > p {
  margin: 22px 0 0;
  color: var(--text2);
  font-size: 0.88rem;
}

.signal-number {
  color: var(--amber);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

.signal-number span {
  font-size: 1.3rem;
}

.bar-list {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}

.bar-label {
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--text2);
  font-size: 0.75rem;
}

.bar-label strong {
  color: var(--amber);
}

.bar-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(217, 223, 217, 0.08);
}

.bar-track span {
  display: block;
  width: var(--bar);
  height: 100%;
  border-radius: inherit;
  background: var(--mint);
}

.muted-bar .bar-track span {
  background: var(--muted);
  opacity: 0.55;
}

.muted-bar .bar-label strong {
  color: var(--muted);
}

.insight-decision {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--text2);
  font-size: 0.76rem;
}

.insight-decision strong {
  color: var(--mint);
}

.gender-symbols {
  display: flex;
}

.gender-symbols span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--mint);
  background: rgba(89, 195, 186, 0.08);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}

.gender-symbols span + span {
  margin-left: -8px;
  color: var(--amber);
  background: rgba(243, 180, 94, 0.1);
}

.mini-stat {
  margin-top: 30px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(2, 30, 24, 0.5);
}

.mini-stat span {
  display: block;
  color: var(--muted);
  font-size: 0.69rem;
}

.mini-stat strong {
  display: block;
  margin-top: 4px;
  color: var(--amber);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
}

.fine-print {
  font-size: 0.75rem !important;
}

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

.delivery-card {
  min-height: 330px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(3, 36, 28, 0.72);
}

.delivery-label {
  color: var(--muted);
}

.delivery-card > strong {
  margin: 25px 0 10px;
  color: var(--amber);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.7rem, 4.3vw, 4.4rem);
  line-height: 1;
}

.delivery-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.42;
}

.delivery-card p {
  margin: auto 0 0;
  padding-top: 26px;
  color: var(--muted);
  font-size: 0.78rem;
}

.geography-note {
  margin-top: 18px;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(90deg, rgba(89, 195, 186, 0.08), transparent), var(--bg3);
}

.geo-pin {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50% 50% 50% 10%;
  color: var(--mint);
  background: rgba(89, 195, 186, 0.09);
  transform: rotate(-45deg);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

.geo-pin span {
  display: block;
  transform: rotate(45deg);
}

.geography-note h3 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}

.geography-note p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.watch-section {
  border-top: 1px solid var(--line);
}

.watch-list {
  border-top: 1px solid var(--line-strong);
}

.watch-item {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.watch-number {
  color: var(--amber);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}

.watch-item h3 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}

.watch-item p {
  max-width: 850px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.watch-status {
  min-width: 86px;
  padding: 7px 10px;
  border: 1px solid rgba(243, 180, 94, 0.3);
  border-radius: 999px;
  color: var(--amber);
  background: var(--amber-soft);
  text-align: center;
  letter-spacing: 0.1em;
}

.next-review-section {
  position: relative;
  overflow: hidden;
  padding-block: 112px;
  border-block: 1px solid rgba(243, 180, 94, 0.28);
  background:
    radial-gradient(circle at 80% 10%, rgba(243, 180, 94, 0.16), transparent 31%),
    linear-gradient(120deg, rgba(10, 74, 56, 0.96), rgba(0, 59, 45, 0.96));
}

.next-review-section .shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 76px;
  align-items: start;
}

.next-review-intro h2 {
  color: #fff;
}

.next-review-intro > p:last-child {
  margin: 24px 0 0;
  color: var(--text2);
  font-size: 0.9rem;
}

.review-steps {
  position: relative;
  display: grid;
  gap: 12px;
}

.review-steps::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 18px;
  width: 1px;
  background: linear-gradient(var(--amber), rgba(243, 180, 94, 0.08));
}

.review-steps article {
  position: relative;
  padding: 24px 26px 24px 64px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(2, 30, 24, 0.5);
}

.review-steps article::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 13px;
  width: 11px;
  height: 11px;
  border: 4px solid var(--surface);
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 1px rgba(243, 180, 94, 0.5);
}

.review-steps span {
  color: var(--amber);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.review-steps h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
}

.review-steps p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.evidence-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 20px;
}

.evidence-summary,
.account-list {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(3, 36, 28, 0.72);
}

.evidence-row {
  padding-block: 13px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 0.75rem;
}

.evidence-row span {
  color: var(--muted);
}

.evidence-row strong {
  color: var(--text2);
  text-align: right;
}

.partial-label {
  color: var(--amber) !important;
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: 0.08em;
}

.evidence-summary > p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

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

.account-list article {
  min-height: 78px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(89, 195, 186, 0.11);
  border-radius: var(--radius-md);
  background: rgba(2, 30, 24, 0.48);
}

.account-list article > span {
  color: var(--amber);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.75rem;
}

.account-list strong,
.account-list small {
  display: block;
}

.account-list strong {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
}

.account-list small {
  margin-top: 2px;
  color: var(--muted);
  font-family: "Bricolage Grotesque", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.footer {
  padding-block: 42px;
  border-top: 1px solid var(--line);
  background: #011913;
}

.footer-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-inner img {
  width: 132px;
}

.footer-inner p,
.footer-inner span {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.footer-inner p {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.footer-inner span {
  margin-left: auto;
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: 0.12em;
}

.not-found-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.not-found-shell {
  width: min(720px, calc(100% - 32px));
  padding-block: 48px;
}

.not-found-shell > img {
  width: 156px;
  margin-bottom: 34px;
}

.not-found-card {
  padding: clamp(32px, 7vw, 68px);
  border: 1px solid rgba(243, 180, 94, 0.36);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 94, 0.2), transparent 36%),
    linear-gradient(145deg, rgba(10, 74, 56, 0.92), rgba(0, 59, 45, 0.86));
  box-shadow: var(--shadow);
}

.error-code {
  margin: 0 0 20px;
  color: var(--amber);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.not-found-card h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 7vw, 4.2rem);
  font-weight: 600;
  line-height: 1.2;
}

.not-found-card > p:not(.error-code) {
  max-width: 540px;
  margin: 20px 0 30px;
  color: var(--text2);
  font-size: 0.92rem;
}

.not-found-card a {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  border-radius: 999px;
  color: var(--bg);
  background: var(--amber);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 36px;
  }

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

  .insight-grid,
  .next-review-section .shell {
    grid-template-columns: 1fr;
  }

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

  .delivery-card:last-child {
    grid-column: 1 / -1;
    min-height: 270px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 28px, 1180px);
    --radius-xl: 24px;
    --radius-lg: 19px;
  }

  body {
    background-size: 42px 42px;
  }

  .topbar-inner {
    min-height: 82px;
    gap: 14px;
  }

  .brand {
    width: 132px;
  }

  .client-lockup {
    min-height: 36px;
    padding-left: 14px;
  }

  .client-label {
    font-size: 0.55rem;
  }

  .client-lockup strong {
    font-size: 0.72rem;
  }

  .topbar-link {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-block: 64px 74px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12.5vw, 4rem);
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 0.95rem;
  }

  .hero-meta {
    margin-top: 26px;
  }

  .verdict-card {
    min-height: 390px;
    padding: 28px;
  }

  .verdict-kicker {
    margin-top: 44px;
  }

  .executive-section,
  .insight-section,
  .delivery-section,
  .watch-section,
  .evidence-section,
  .next-review-section {
    padding-block: 76px;
  }

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

  .split-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .recommendation-panel {
    padding: 28px;
    grid-template-columns: 1fr;
  }

  .recommendation-mark {
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }

  .recommendation-note {
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .decision-grid,
  .delivery-grid,
  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .decision-card {
    min-height: 185px;
  }

  .insight-card {
    padding: 28px;
  }

  .insight-card-head {
    min-height: auto;
  }

  .signal-number {
    font-size: 2.8rem;
  }

  .gender-symbols {
    display: none;
  }

  .delivery-card,
  .delivery-card:last-child {
    min-height: 290px;
    grid-column: auto;
  }

  .geography-note {
    padding: 28px;
    grid-template-columns: 1fr;
  }

  .geo-pin {
    width: 58px;
    height: 58px;
  }

  .watch-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px;
  }

  .watch-status {
    grid-column: 2;
    width: fit-content;
  }

  .next-review-section .shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .review-steps article {
    padding-right: 20px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer-inner p {
    width: calc(100% - 154px);
  }

  .footer-inner span {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .brand {
    width: 116px;
  }

  .client-lockup {
    min-width: 0;
  }

  .client-label {
    display: none;
  }

  .client-lockup strong {
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-meta span {
    font-size: 0.64rem;
  }

  .insight-card-head {
    display: block;
  }

  .signal-number {
    margin-top: 20px;
  }

  .evidence-row {
    display: block;
  }

  .evidence-row strong {
    display: block;
    margin-top: 5px;
    text-align: left;
  }

  .footer-inner p {
    width: 100%;
    padding: 14px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  :root {
    --text: #17231f;
    --text2: #2f4940;
    --muted: #526e64;
  }

  body {
    color: #17231f;
    background: #fff;
  }

  .page-glow,
  .topbar-link {
    display: none;
  }

  .topbar,
  .footer,
  .next-review-section,
  .verdict-card,
  .recommendation-panel,
  .decision-card,
  .insight-card,
  .delivery-card,
  .geography-note,
  .evidence-summary,
  .account-list {
    color: #17231f;
    background: #fff;
    box-shadow: none;
  }

  .hero,
  .executive-section,
  .insight-section,
  .delivery-section,
  .watch-section,
  .evidence-section,
  .next-review-section {
    padding-block: 36px;
  }

  .hero {
    min-height: auto;
  }

  h1,
  h2,
  h3,
  .verdict-card h2,
  .recommendation-copy h3,
  .decision-card h3,
  .insight-card h3,
  .delivery-card h3,
  .geography-note h3,
  .watch-item h3,
  .review-steps h3,
  .account-list strong {
    color: #10221b !important;
  }

  a {
    text-decoration: none;
  }
}
