:root {
  --ink: #243029;
  --muted: #6f786d;
  --line: #d8cdb8;
  --base: #ebe3d6;
  --panel: #ffffff;
  --soft: #eee3d0;
  --deep: #243029;
  --navy: #35483f;
  --green: #06c755;
  --green-dark: #049d43;
  --gold: #bd9147;
  --gold-soft: #f2e5ca;
  --blue: #1b4e73;
  --rose: #8c3d4a;
  --red: #7b1e24;
  --emerald: #2f6a58;
  --shadow: 0 18px 46px rgba(52, 42, 30, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f4efe6;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
  width: min(calc(100% - 24px), 1160px);
  margin: 8px auto 0;
  overflow: hidden;
  border: 1px solid rgba(190, 153, 88, 0.24);
  border-radius: 8px 8px 0 0;
  background: #fffdf8;
  box-shadow: 0 18px 44px rgba(72, 58, 38, 0.1);
}

.hero {
  order: 0;
}

.category-branch {
  order: 1;
}

.features {
  order: 4;
}

.flow {
  order: 5;
}

.compare-table-section {
  order: 6;
}

.safe-reasons {
  order: 7;
}

.safety {
  order: 8;
}

.ranking {
  order: 2;
}

.seo-guides {
  order: 3;
}

.faq {
  order: 9;
}

.final-cta {
  order: 10;
}

.site-policy {
  order: 11;
}

.source-note {
  order: 12;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: anywhere;
}

h1 span {
  display: inline-block;
  padding: 0 10px 6px;
  color: var(--deep);
  background: #ead49b;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(23px, 2.8vw, 34px);
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.18;
  letter-spacing: 0;
}

.topbar {
  position: sticky;
  top: 8px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(calc(100% - 24px), 1160px);
  margin: 8px auto 0;
  padding: 12px clamp(18px, 5vw, 64px);
  border: 1px solid rgba(190, 153, 88, 0.34);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.9);
  color: var(--deep);
  box-shadow: 0 10px 26px rgba(72, 58, 38, 0.08);
  backdrop-filter: blur(16px);
}

.brand,
.topbar nav a,
.button,
.sticky {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #7a8b65;
  font-size: 14px;
}

.topbar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: rgba(36, 48, 41, 0.68);
  font-size: 14px;
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(500px, 1fr);
  gap: clamp(16px, 2.2vw, 26px);
  align-items: stretch;
  justify-items: stretch;
  min-height: auto;
  padding: clamp(24px, 3.8vw, 46px) clamp(18px, 4vw, 48px);
  color: var(--deep);
  background: #f7f1e7;
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(247, 241, 231, 0.98) 0%, rgba(247, 241, 231, 0.82) 46%, rgba(247, 241, 231, 0.68) 100%),
    url("assets/optimized/hero-top3-push.jpg") center right / cover no-repeat;
  opacity: 0.82;
  filter: saturate(0.76) contrast(0.96);
}

.hero::after {
  inset: auto 0 0;
  height: 1px;
  background: rgba(190, 153, 88, 0.28);
}

.ad,
.kicker,
.lab-tag,
.rank-label,
.section-title .kicker {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.ad {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--deep);
  background: #ead49b;
}

.kicker {
  margin-bottom: 9px;
  color: var(--emerald);
}

.lead {
  max-width: 680px;
  margin-bottom: 16px;
  color: rgba(36, 48, 41, 0.78);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: anywhere;
}

.hero-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: none;
  margin-bottom: 12px;
}

.hero-info-grid span {
  border: 1px solid rgba(190, 153, 88, 0.32);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.74);
  color: rgba(36, 48, 41, 0.72);
  text-decoration: none;
}

.hero-info-grid span {
  display: grid;
  gap: 2px;
  min-height: 62px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
}

.hero-info-grid b {
  color: var(--emerald);
}

.hero-copy,
.hero-card {
  min-width: 0;
  max-width: 100%;
}

.hero-copy {
  justify-self: start;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: start;
  width: 100%;
}

.hero-copy .ad,
.hero-copy .kicker,
.hero-copy h1,
.hero-copy .lead,
.hero-copy .hero-info-grid,
.hero-copy .hero-actions {
  grid-column: 1;
}

.hero-copy .ad,
.hero-copy .kicker {
  justify-self: start;
}

.hero-card {
  justify-self: stretch;
}

.hero-actions,
.selling-points,
.compact-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  text-align: center;
}

.button.primary {
  color: #fff;
  background: #8a6a2d;
  box-shadow: 0 6px 14px rgba(114, 80, 26, 0.16);
}

.button.secondary {
  color: #fff;
  background: #496f60;
  box-shadow: 0 8px 18px rgba(36, 48, 41, 0.12);
}

.button.light {
  color: var(--deep);
  background: rgba(255, 255, 255, 0.94);
}

.button.wide,
.button.full {
  width: 100%;
}

.features {
  background: #fffdf8;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto;
}

.feature-list article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(190, 153, 88, 0.34);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(72, 58, 38, 0.06);
}

.feature-list h3 {
  margin: 0;
  font-size: 22px;
}

.feature-list p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.category-branch {
  background: #fffdf8;
  border-top: 1px solid rgba(190, 153, 88, 0.2);
}

.category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto;
}

.category-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 14px;
  row-gap: 4px;
  min-height: auto;
  padding: 14px 16px;
  border: 1px solid rgba(47, 106, 88, 0.22);
  border-radius: 8px;
  background: #f7fbf4;
  box-shadow: 0 10px 24px rgba(72, 58, 38, 0.06);
}

.category-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.28;
}

.category-card p {
  margin: 0;
  color: #4f594c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.category-list {
  display: grid;
  gap: 5px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.category-list li {
  position: relative;
  padding-left: 13px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.category-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #bd9147;
}

.category-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  grid-row: 1 / 3;
  grid-column: 2;
  min-width: 206px;
}

.mini-pick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  background: #496f60;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.mini-pick.muted {
  color: var(--deep);
  background: #fff;
  border: 1px solid rgba(190, 153, 88, 0.34);
}

.hero-card {
  padding: 14px;
  border: 1px solid rgba(199, 154, 69, 0.42);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.94);
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(72, 58, 38, 0.06);
  overflow: hidden;
}

.hero-card img {
  width: min(250px, 100%);
  margin: 18px 0;
  object-fit: contain;
}

.hero-card p {
  color: var(--muted);
  font-weight: 800;
}

.lab-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 6px;
  color: #5c4215;
  background: #f4e4bd;
}

.hero-check-panel {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(199, 154, 69, 0.56);
  border-left: 5px solid #bd9147;
  border-radius: 8px;
  background: #fffdf8;
}

.hero-check-panel strong {
  color: var(--deep);
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.18;
}

.hero-check-panel p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.ranking-podium {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
}

.ranking-podium .lab-tag {
  align-self: start;
  justify-self: start;
}

.ranking-podium .hero-check-panel {
  grid-column: 1;
}

.ranking-podium .podium-row {
  grid-column: 1;
  grid-row: auto;
}

.ranking-podium .button {
  grid-column: 1 / -1;
}

.hero-visual {
  position: relative;
  min-height: clamp(158px, 16vw, 210px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(199, 154, 69, 0.34);
  border-radius: 8px;
  background: #fffdf8;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% 54%;
  transform: scale(1.42);
}

.podium-first {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(199, 154, 69, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fbf3df, #fff),
    #fff;
  text-align: center;
}

.podium-first img {
  width: min(168px, 72%);
  max-height: 138px;
  margin: 0 auto;
  object-fit: contain;
}

.podium-first strong {
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.18;
}

.podium-first p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.crown {
  justify-self: center;
  padding: 5px 12px;
  color: #fff;
  background: linear-gradient(180deg, #0f5b49, #0f1110);
  border-radius: 999px;
  font-weight: 900;
}

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

.podium-row a {
  display: grid;
  grid-template-rows: auto 54px auto 1fr auto;
  gap: 8px;
  min-height: 240px;
  padding: 13px;
  border: 1px solid rgba(199, 154, 69, 0.52);
  border-radius: 8px;
  background: #fffdf8;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(72, 58, 38, 0.08);
}

.podium-row img {
  width: 100%;
  max-width: 150px;
  height: 54px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.podium-row b {
  display: grid;
  width: 46px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: #496f60;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  justify-self: center;
}

.podium-row span {
  color: var(--deep);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.podium-row small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.podium-row em {
  align-self: end;
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  background: #8a6a2d;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.podium-card-first {
  border-color: rgba(138, 106, 45, 0.72);
  background: linear-gradient(180deg, #fff8e6, #fffdf8);
}

.podium-card-first b,
.podium-card-first em {
  background: #8a6a2d;
}

.ranking-podium .button {
  align-self: end;
}

.section {
  padding: clamp(36px, 4vw, 52px) clamp(18px, 5vw, 64px);
}

.section-title {
  max-width: 1040px;
  margin: 0 auto 26px;
  text-align: left;
}

.section-title.compact {
  max-width: 1040px;
}

.section-title .kicker {
  color: var(--emerald);
}

.section-title p {
  color: var(--muted);
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: strict;
}

.compare-table-section {
  background: #f3eadc;
}

.decision-guide {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto 18px;
  padding: 18px;
  border: 1px solid rgba(184, 138, 58, 0.3);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 12px 28px rgba(72, 58, 38, 0.07);
}

.decision-guide span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: #496f60;
  font-size: 12px;
  font-weight: 900;
}

.decision-guide h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(20px, 2.2vw, 28px);
}

.decision-guide ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-guide li {
  min-height: 86px;
  padding: 12px;
  border: 1px solid rgba(73, 111, 96, 0.2);
  border-radius: 8px;
  background: #f8f2e7;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.decision-guide b {
  display: block;
  margin-bottom: 4px;
  color: var(--emerald);
  font-size: 15px;
}

.comparison-table {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 1040px;
  margin: 0 auto;
  border: 1px solid rgba(184, 138, 58, 0.34);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 18px 46px rgba(12, 10, 8, 0.1);
}

.comparison-row {
  display: grid;
  grid-template-columns: 64px 1.26fr 0.82fr 0.82fr 0.82fr 1.22fr 122px;
  gap: 8px;
  align-items: center;
  min-width: 940px;
  padding: 11px 12px;
  border-top: 1px solid rgba(184, 138, 58, 0.2);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-head {
  color: #f9f2e8;
  background: #35483f;
  font-size: 12px;
  font-weight: 900;
}

.comparison-row.is-top {
  background: #fff8ea;
}

.comparison-rank {
  display: grid;
  min-height: 34px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #8a6a2d;
  font-weight: 900;
}

.comparison-row:not(.is-top) .comparison-rank {
  background: #899186;
}

.comparison-shop {
  color: var(--deep);
  font-weight: 900;
  text-decoration: none;
}

.comparison-shop em {
  display: block;
  width: fit-content;
  margin-top: 3px;
  padding: 2px 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--emerald);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.comparison-row strong {
  color: var(--red);
}

.compact-button {
  min-height: 36px;
  padding: 7px 10px;
  border-color: rgba(184, 138, 58, 0.3);
  font-size: 12px;
  box-shadow: none;
}

.comparison-row .button.light {
  color: var(--deep);
  background: #f6efe4;
}

.table-note {
  max-width: 1040px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.safe-reasons {
  background: #fffaf0;
}

.safe-reason-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(420px, 1.16fr);
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto;
}

.safe-reason-main,
.safe-reason-cards article {
  border: 1px solid rgba(184, 138, 58, 0.28);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(72, 58, 38, 0.06);
}

.safe-reason-main {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(20px, 3vw, 30px);
}

.safe-reason-main h3,
.safe-reason-cards h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.25;
}

.safe-reason-main p,
.safe-reason-cards p {
  margin: 0;
  color: var(--muted);
  font-weight: 760;
}

.safe-reason-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.safe-reason-cards article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 170px;
  padding: 18px;
}

.safe-reason-cards h3 {
  font-size: 18px;
}

.safe-reason-cards p {
  font-size: 13px;
  line-height: 1.6;
}

.safe-legal-note {
  max-width: 1040px;
  margin: 14px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(6, 114, 88, 0.18);
  border-radius: 8px;
  color: #4f594c;
  background: #f7fbf4;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}

.ranking {
  background: #fffdf8;
}

.rank-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
}

.top3-podium-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.16fr) minmax(0, 0.92fr);
  gap: 16px;
  align-items: end;
  margin-top: 30px;
}

.ranking-basis {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 14px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto 14px;
  padding: 14px 16px;
  border: 1px solid rgba(47, 106, 88, 0.22);
  border-radius: 8px;
  background: #f7fbf4;
}

.ranking-basis h3 {
  margin-bottom: 6px;
  font-size: clamp(20px, 2.1vw, 26px);
}

.ranking-basis p {
  margin-bottom: 0;
  color: #4f594c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.ranking-basis dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
}

.ranking-basis dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid rgba(216, 205, 184, 0.8);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
}

.ranking-basis dt {
  color: var(--emerald);
  font-size: 13px;
  font-weight: 900;
}

.ranking-basis dd {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.lower-rank-list {
  display: grid;
  gap: 10px;
  max-width: 1240px;
  margin: 16px auto 0;
}

.service-review-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 1040px;
  margin: 14px auto 18px;
}

.service-review-summary article {
  display: grid;
  gap: 6px;
  min-height: 138px;
  padding: 14px;
  border: 1px solid rgba(21, 72, 170, 0.18);
  border-radius: 8px;
  background: #f8fbff;
}

.service-review-summary span {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: #1548aa;
  font-size: 11px;
  font-weight: 900;
}

.service-review-summary h3 {
  margin: 0;
  color: #081326;
  font-size: 18px;
}

.service-review-summary p,
.service-review-summary small {
  margin: 0;
  color: #4f5c70;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.service-review-summary small {
  color: #1548aa;
  font-size: 12px;
}

.rank-card {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 8px 20px rgba(72, 58, 38, 0.06);
  overflow: hidden;
}

.column-links {
  background: #f2faf5;
}

.column-shell {
  max-width: 1040px;
  margin: 0 auto;
}

.column-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 clamp(18px, 3vw, 30px);
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.column-tabs::-webkit-scrollbar {
  display: none;
}

.column-tabs a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d8e6dc;
  border-radius: 999px;
  color: #26593b;
  background: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.column-tabs a.active {
  border-color: #26593b;
  color: #fff;
  background: #26593b;
}

.column-heading h2 {
  margin: 0;
  color: #26593b;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.2;
}

.column-heading h2::after {
  content: "";
  display: block;
  width: min(180px, 52%);
  height: 3px;
  margin-top: 12px;
  background: #26593b;
}

.column-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 18px;
  margin: clamp(18px, 3vw, 28px) 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.column-list li {
  padding-left: 0;
  color: #1a1a1c;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 900;
  line-height: 1.35;
}

.column-list a {
  display: block;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid #d8e6dc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #26593b;
  text-align: left;
  text-decoration: none;
}

.column-list a:hover,
.column-list a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.seo-branch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.seo-branch-grid article {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid #d8e6dc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.seo-branch-grid span {
  color: #26593b;
  font-size: 12px;
  font-weight: 900;
}

.seo-branch-grid a {
  color: #1a1a1c;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
}

.seo-branch-grid a:hover,
.seo-branch-grid a:focus-visible {
  color: #26593b;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.seo-guides {
  background: #f4efe6;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  max-width: 1040px;
  margin: 0 auto;
}

.guide-grid a {
  display: grid;
  gap: 8px;
  min-height: 178px;
  padding: 16px;
  border: 1px solid rgba(184, 138, 58, 0.28);
  border-radius: 8px;
  background: #fffdf8;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(72, 58, 38, 0.06);
}

.guide-grid span {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--emerald);
  font-size: 11px;
  font-weight: 900;
}

.guide-grid h3 {
  margin: 0;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.35;
}

.guide-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.guide-page main {
  display: block;
}

.guide-article {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 68px) clamp(16px, 4vw, 48px);
}

.guide-article .kicker {
  margin-bottom: 10px;
}

.guide-article h1 {
  margin-bottom: 16px;
}

.guide-lead {
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
}

.guide-article section {
  margin-top: 32px;
}

.guide-article h2 {
  font-size: clamp(22px, 2.6vw, 30px);
}

.guide-article h3 {
  font-size: 20px;
}

.guide-checks,
.guide-links {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.guide-checks li,
.guide-links a {
  padding: 14px 16px;
  border: 1px solid rgba(216, 205, 184, 0.9);
  border-radius: 8px;
  background: #fffaf0;
  color: var(--deep);
  font-weight: 800;
}

.guide-links a {
  display: block;
  text-decoration: none;
}

.top-rank-card {
  position: relative;
  min-height: 100%;
}

.top-rank-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--emerald);
}

.top-rank-card .rank-head {
  align-items: center;
  justify-content: center;
  min-height: 34px;
}

.top-rank-card .rank-no {
  min-height: 42px;
  padding: 8px 13px;
  font-size: 18px;
}

.top-rank-card .rank-label {
  margin-top: 3px;
}

.top-rank-first {
  order: 2;
  min-height: 458px;
  padding: 22px;
  border: 2px solid rgba(138, 106, 45, 0.66);
  background:
    linear-gradient(180deg, rgba(255, 248, 230, 0.96), rgba(255, 253, 248, 1) 42%),
    #fffdf8;
  box-shadow: 0 18px 42px rgba(72, 58, 38, 0.15);
  transform: translateY(-18px);
}

.top-rank-first::before {
  height: 9px;
  background: linear-gradient(90deg, #8a6a2d, #d7ad4f, #8a6a2d);
}

.top-rank-second {
  order: 1;
}

.top-rank-third {
  order: 3;
}

.top-rank-second,
.top-rank-third {
  min-height: 414px;
  background: #fffaf0;
}

.top-rank-second::before {
  background: #60736b;
}

.top-rank-third::before {
  background: #b98948;
}

.top-rank-first .rank-no {
  background: #8a6a2d;
  font-size: 22px;
}

.rank-crown-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(138, 106, 45, 0.5);
  border-radius: 8px;
  color: #5c4215;
  background:
    linear-gradient(90deg, rgba(255, 246, 219, 0.96), rgba(255, 253, 247, 0.98) 48%, rgba(255, 242, 204, 0.96)),
    #fff7df;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 8px 18px rgba(114, 80, 26, 0.12);
}

.rank-crown-badge strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  background: #8a6a2d;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.rank-crown-badge span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.top-rank-second .rank-no {
  background: #60736b;
}

.top-rank-third .rank-no {
  background: #b98948;
}

.top-rank-card h3 {
  font-size: clamp(21px, 2vw, 25px);
  word-break: keep-all;
  overflow-wrap: normal;
}

.top-rank-card .service-title {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 132px;
  text-align: center;
}

.top-rank-first .service-title {
  min-height: 154px;
}

.top-rank-card .service-title img,
.top-rank-card .service-title .service-logo-wide {
  width: 150px;
  height: 54px;
  margin: 0 auto;
  padding: 4px;
  object-position: center;
}

.top-rank-first .service-title img {
  width: 178px;
  height: 66px;
}

.top-rank-first h3 {
  font-size: clamp(26px, 2.5vw, 31px);
}

.rank-card > p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.rank-reason {
  display: grid;
  gap: 6px;
  min-height: 136px;
  padding: 12px;
  border: 1px solid rgba(184, 138, 58, 0.22);
  border-radius: 8px;
  background: #fff9ed;
}

.top-rank-first .rank-reason {
  min-height: 148px;
  border-color: rgba(138, 106, 45, 0.32);
  background: #fff6dc;
}

.top-rank-first .rank-reason span {
  background: #8a6a2d;
}

.rank-reason span {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--emerald);
  font-size: 11px;
  font-weight: 900;
}

.rank-reason strong {
  color: var(--deep);
  font-size: 15px;
  line-height: 1.42;
}

.rank-reason p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.top-detail-points,
.detail-points {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-detail-points li,
.detail-points li {
  position: relative;
  padding-left: 13px;
  color: #36465d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.top-detail-points li::before,
.detail-points li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--emerald);
}

.lower-rank-card {
  display: grid;
  grid-template-columns: minmax(152px, 0.3fr) minmax(122px, 0.22fr) minmax(440px, 1fr) 142px;
  align-items: center;
  gap: 9px 18px;
  min-height: 128px;
  padding: 15px 16px;
}

.lower-rank-card::before {
  content: "";
  grid-column: 1 / -1;
  grid-row: 1;
  display: none;
  width: 100%;
  aspect-ratio: 760 / 456;
  height: auto;
  min-height: clamp(260px, 34vw, 440px);
  margin-bottom: 6px;
  border: 1px solid rgba(18, 79, 176, 0.16);
  border-radius: 8px;
  background-color: #f7f9ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

#kaitori-yaiba::before {
  display: block;
  background-image: url("assets/site-shots-lite/kaitori-yaiba.jpg");
}

#reseticke::before {
  display: block;
  background-image: url("assets/site-shots-lite/reseticke.jpg");
}

#sheep-ticket::before {
  display: block;
  background-image: url("assets/site-shots-lite/sheep-ticket.jpg");
}

#pikumin::before {
  display: block;
  background-image: url("assets/site-shots-lite/pikumin.jpg");
}

#bakusoku::before {
  display: block;
  background-image: url("assets/site-shots-lite/bakusoku.jpg");
}

#speed-star::before {
  display: block;
  background-image: url("assets/site-shots-lite/speed-star.jpg");
}

#quick-center::before {
  display: block;
  background-image: url("assets/site-shots-lite/quick-center.jpg");
}

#kaitori-king::before {
  display: block;
  background-image: url("assets/site-shots-lite/kaitori-king.jpg");
}

#forest::before {
  display: block;
  background-image: url("assets/site-shots-lite/forest.jpg");
}

#shiitake::before {
  display: block;
  background-image: url("assets/site-shots-lite/shiitake.jpg");
}

.lower-rank-card::before {
  display: none !important;
  background-image: none !important;
}

.lower-rank-card .rank-head {
  grid-row: 2 / span 2;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}

.lower-rank-card .service-title {
  grid-row: 2 / span 2;
  min-width: 0;
  align-self: center;
}

.lower-rank-card .service-title h3 {
  display: block;
  line-height: 1.18;
}

.lower-logo-slot {
  grid-row: 2 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
}

.lower-logo-slot .service-logo-wide {
  display: block;
  width: 112px;
  height: 36px;
  padding: 2px;
  object-fit: contain;
  object-position: center;
}

.lower-rank-card h3 {
  margin-bottom: 1px;
  font-size: 18px;
  word-break: keep-all;
}

.lower-rank-card p {
  margin: 0;
}

.rank-detail {
  grid-column: 3;
  grid-row: 2 / span 2;
  display: grid;
  gap: 7px;
}

.lower-rank-card .rank-detail p {
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.42;
}

.lower-note {
  display: block;
  color: #4b5870;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.48;
}

.lower-rank-card .rank-detail p b {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.compact-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 0;
  margin: 0;
  padding: 0;
}

.compact-specs div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4px;
  min-width: 0;
  position: relative;
  margin-right: 14px;
  padding: 0;
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
}

.compact-specs div:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -10px;
  color: var(--muted);
  font-weight: 700;
}

.compact-specs dt,
.compact-specs dd {
  margin: 0;
  line-height: 1.2;
}

.compact-specs dt {
  color: #8a6424;
}

.lower-rank-card .button {
  grid-column: 4;
  grid-row: 2 / span 2;
  justify-self: end;
  align-self: center;
  width: 142px;
  min-height: 42px;
  padding: 8px 10px;
  font-size: 12px;
}

.rank-card.recommended {
  border-color: rgba(199, 154, 69, 0.78);
  box-shadow: 0 0 0 3px rgba(199, 154, 69, 0.1), 0 16px 36px rgba(72, 58, 38, 0.1);
}

.rank-head,
.service-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rank-head {
  justify-content: space-between;
}

.rank-no {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  color: #fff;
  background: var(--emerald);
  font-size: 16px;
  font-weight: 900;
}

.rank-label {
  color: var(--deep);
  background: var(--gold-soft);
  border-radius: 999px;
  padding: 5px 8px;
}

.service-title img {
  width: 88px;
  max-height: 62px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.service-title .service-logo-wide {
  width: 146px;
  height: 62px;
  padding: 8px;
  object-position: left center;
}

.service-title p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.score-meter {
  display: grid;
  gap: 9px;
}

.score-meter span {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  overflow: hidden;
  padding: 9px 10px;
  border-radius: 8px;
  background: #eef4f0;
  color: var(--deep);
  font-size: 13px;
  font-weight: 900;
}

.score-meter span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: rgba(47, 106, 88, 0.16);
}

.score-meter span > * {
  position: relative;
}

.selling-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-rank-card .selling-points {
  min-height: 39px;
}

.top-rank-first .selling-points li {
  background: #efe0bc;
}

.top-rank-card .button.full {
  margin-top: auto;
}

.cta-stack {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.cta-proof {
  margin: 0;
  color: #5d665d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.sub-cta {
  justify-self: center;
  color: var(--emerald);
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.selling-points li {
  padding: 8px 10px;
  border-radius: 8px;
  background: #f7ead0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.rank-card small {
  color: var(--muted);
  font-weight: 700;
}

.flow {
  background: #fff;
}

.flow-visual-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(520px, 1.1fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
}

.flow-phone-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) minmax(160px, 0.58fr);
  gap: 16px;
  align-items: center;
  min-height: 390px;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid rgba(184, 138, 58, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(145deg, #fff8e8 0%, #fffdf8 52%, #eef6f2 100%);
  box-shadow: 0 18px 42px rgba(72, 58, 38, 0.1);
}

.phone-shell {
  width: min(220px, 100%);
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #23352e;
  border-radius: 28px;
  background: #17251f;
  box-shadow: 0 20px 34px rgba(23, 37, 31, 0.24);
}

.phone-status {
  width: 58px;
  height: 6px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.phone-screen {
  display: grid;
  gap: 10px;
  min-height: 320px;
  padding: 14px;
  border-radius: 20px;
  background: #fffdf8;
}

.phone-header {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0f6b55, #1f3b31);
}

.phone-header span {
  font-size: 11px;
  font-weight: 900;
}

.phone-header strong {
  font-size: 16px;
  line-height: 1.25;
}

.phone-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(73, 111, 96, 0.15);
  border-radius: 12px;
  background: #f7f1e7;
}

.phone-row.is-active {
  border-color: rgba(138, 106, 45, 0.34);
  background: #fff2cd;
}

.phone-row b {
  color: var(--emerald);
  font-size: 12px;
  line-height: 1.2;
}

.phone-row strong {
  display: block;
  color: var(--deep);
  font-size: 13px;
  line-height: 1.3;
}

.phone-row small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.phone-cta {
  display: grid;
  min-height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #8a6a2d;
  font-size: 13px;
  font-weight: 900;
}

.flow-phone-copy {
  display: grid;
  gap: 8px;
  align-content: center;
}

.flow-phone-copy h3 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.2;
}

.flow-phone-copy p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.flow-step-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-step-cards li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(184, 138, 58, 0.24);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(72, 58, 38, 0.06);
}

.flow-step-cards li:first-child {
  border-color: rgba(138, 106, 45, 0.42);
  background: #fff8e6;
}

.flow-step-cards img {
  grid-row: 1 / span 3;
  width: 82px;
  aspect-ratio: 1;
  padding: 8px;
  border: 1px solid rgba(73, 111, 96, 0.14);
  border-radius: 8px;
  background: #f4efe6;
  object-fit: contain;
}

.flow-step-cards b {
  color: var(--deep);
  font-size: 17px;
  line-height: 1.25;
}

.flow-step-cards small {
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.flow-steps li {
  display: grid;
  gap: 8px;
  min-height: 154px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 34, 29, 0.06);
}

.flow-steps.illustrated li {
  grid-template-rows: auto auto auto 1fr;
  min-height: 265px;
  background: #fffdf8;
}

.flow-steps.illustrated img {
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: contain;
  border-radius: 8px;
  background: #f7f1e7;
  box-shadow: inset 0 0 0 1px rgba(184, 138, 58, 0.22);
}

.flow-steps span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--emerald);
  font-weight: 900;
}

.flow-steps b {
  font-size: 18px;
}

.flow-steps small {
  color: var(--muted);
  font-weight: 800;
}

.safety {
  background: #f8fbf9;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.safety-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(12, 34, 29, 0.05);
}

.safety-grid h3 {
  margin: 0;
  font-size: 22px;
}

.safety-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.faq {
  background: #fff;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-list details {
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  color: var(--deep);
  font-size: 18px;
  font-weight: 900;
}

.faq-list p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.final-cta {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.92) 58%, rgba(255, 253, 248, 0.72)),
    url("assets/optimized/hero-ticket-buyback.jpg") right center / 46% auto no-repeat;
}

.final-cta-inner {
  max-width: 700px;
}

.final-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3.2vw, 38px);
}

.final-cta p:not(.kicker) {
  color: var(--muted);
  font-size: 17px;
  font-weight: 750;
}

.site-policy {
  background: #f8f4ed;
}

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

.policy-grid article,
.operator-box {
  border: 1px solid rgba(190, 153, 88, 0.26);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 10px 26px rgba(72, 58, 38, 0.06);
}

.policy-grid article {
  padding: 16px;
}

.policy-grid h3,
.operator-box h3 {
  margin-bottom: 8px;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.25;
}

.policy-grid p {
  margin: 0;
  color: rgba(36, 48, 41, 0.74);
  font-size: 13px;
  line-height: 1.7;
}

.operator-box {
  margin-top: 14px;
  padding: 18px;
}

.operator-box dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(190, 153, 88, 0.22);
}

.operator-box dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(190, 153, 88, 0.22);
}

.operator-box dt,
.operator-box dd {
  margin: 0;
}

.operator-box dt {
  color: var(--emerald);
  font-weight: 900;
}

.operator-box dd {
  color: rgba(36, 48, 41, 0.78);
}

.operator-box a {
  color: #1f56bf;
  font-weight: 800;
}

.source-note {
  padding: 20px clamp(18px, 5vw, 74px) 92px;
  color: var(--muted);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.source-note p {
  max-width: 980px;
  margin: 0 auto 6px;
}

.sticky {
  position: fixed;
  z-index: 50;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 172px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: #8a6a2d;
  box-shadow: 0 10px 22px rgba(114, 80, 26, 0.18);
  font-weight: 900;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.sticky.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(82px);
}

.ref-taste {
  color: #111827;
  background: #eaf4ff;
}

.ref-taste main {
  width: min(calc(100% - 24px), 1180px);
  border-color: rgba(15, 60, 130, 0.16);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(25, 73, 140, 0.15);
}

.ref-taste .topbar {
  border-color: rgba(18, 79, 176, 0.16);
  background: rgba(255, 255, 255, 0.94);
}

.ref-taste .brand-mark,
.ref-taste .button.primary,
.ref-taste .podium-row em,
.ref-taste .comparison-row .button.secondary,
.ref-taste .comparison-row .button.light {
  background: linear-gradient(180deg, #ff2d64 0%, #e9164c 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(233, 22, 76, 0.24);
}

.ref-taste .button.secondary {
  background: #124fb0;
  color: #fff;
}

.ref-taste .button.light {
  border-color: rgba(18, 79, 176, 0.18);
  color: #123b82;
  background: #ffffff;
}

.ref-taste .hero {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.8vw, 30px);
  padding: clamp(34px, 4.2vw, 58px) clamp(18px, 4.5vw, 56px) clamp(24px, 3vw, 36px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.97) 54%, rgba(222, 239, 255, 0.76) 100%);
  color: #081326;
}

.ref-taste .hero::before {
  display: none;
}

.ref-taste .hero::after {
  height: 6px;
  background: linear-gradient(90deg, #073a8d, #1f63d4 44%, #ff2d64);
}

.ref-taste .hero-copy .ad {
  position: relative;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 6px;
  color: #ffe057;
  background: #062b71;
  font-size: clamp(13px, 1.4vw, 17px);
  font-weight: 900;
}

.ref-taste .hero-copy .ad::after {
  content: "";
  position: absolute;
  left: 44%;
  bottom: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #062b71;
}

.ref-taste .hero-copy .kicker {
  color: #111827;
  font-size: 13px;
}

.ref-taste h1 {
  max-width: 760px;
  margin-bottom: 14px;
  color: #05070b;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.ref-taste h1 span {
  display: block;
  padding: 0;
  background: transparent;
  line-height: 1.18;
}

.ref-taste .hero-title-main {
  color: #05070b;
  white-space: nowrap;
}

.ref-taste .hero-title-count {
  color: #1f56bf;
  font-size: 0.94em;
}

.ref-taste .lead {
  max-width: 700px;
  color: #172033;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.62;
}

.ref-taste .hero-info-grid {
  grid-template-columns: repeat(3, minmax(0, 220px));
  gap: 10px;
  margin: 16px 0 14px;
}

.ref-taste .hero-info-grid span {
  position: relative;
  min-height: 74px;
  padding: 12px 8px;
  border: 0;
  border-radius: 0;
  color: #111827;
  background: transparent;
  text-align: center;
  box-shadow: none;
}

.ref-taste .hero-info-grid b {
  color: #1548aa;
  font-size: 17px;
}

.ref-taste .hero-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .ranking-podium {
  align-content: start;
  gap: 12px;
}

.ref-taste .hero-check-panel {
  justify-self: stretch;
  width: 100%;
  max-width: 760px;
  padding: 4px 0 2px;
  border: 0;
  background: transparent;
}

.ref-taste .lab-tag {
  border-radius: 5px;
  color: #fff;
  background: #1f56bf;
}

.ref-taste .hero-check-panel strong {
  color: #0a1f50;
  font-size: clamp(19px, 2.2vw, 28px);
}

.ref-taste .hero-check-panel p {
  font-size: clamp(14px, 1.4vw, 17px);
}

.ref-taste .podium-row {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.91fr);
  grid-template-areas:
    "first second"
    "first third";
  align-items: stretch;
  gap: 12px;
}

.ref-taste .podium-row a {
  grid-template-columns: 72px minmax(0, 1fr) minmax(118px, 154px);
  grid-template-rows: repeat(6, auto);
  align-items: center;
  min-height: 172px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
  box-shadow: none;
}

.ref-taste .podium-row a::before {
  display: none;
}

.ref-taste .podium-row .podium-card-first {
  grid-area: first;
  grid-template-columns: 94px minmax(0, 1fr) minmax(118px, 154px);
  grid-template-rows: repeat(8, auto);
  min-height: 356px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .podium-row a:nth-child(2) {
  grid-area: second;
}

.ref-taste .podium-row a:nth-child(3) {
  grid-area: third;
}

.ref-taste .podium-row b {
  grid-row: 1 / -1;
  width: 62px;
  height: 62px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: linear-gradient(180deg, #d6dde8, #8d98a6);
  color: #fff;
  font-size: 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.ref-taste .podium-card-first b {
  width: 82px;
  height: 82px;
  background: linear-gradient(180deg, #f8d76b, #d79a18);
  font-size: 26px;
}

.ref-taste .podium-row a:nth-child(3) b {
  background: linear-gradient(180deg, #d9a06d, #b96a2f);
}

.ref-taste .podium-row span {
  grid-column: 2;
  color: #060b14;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.92);
  font-size: 18px;
  text-align: left;
}

.ref-taste .podium-card-first span {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.16;
}

.ref-taste .podium-row small {
  grid-column: 2;
  color: #172033;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.92);
  font-size: 13px;
  text-align: left;
}

.ref-taste .podium-card-first small {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.55;
}

.ref-taste .podium-points {
  grid-column: 2 / 4;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 520px);
  margin-top: 10px;
}

.ref-taste .podium-card-first .podium-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ref-taste .podium-points span {
  grid-column: auto;
  display: grid;
  gap: 2px;
  min-height: 54px;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #172033;
  font-size: 11px;
  line-height: 1.35;
  text-align: left;
  text-shadow: none;
}

.ref-taste .podium-points b {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1548aa;
  font-size: 13px;
  line-height: 1.25;
  box-shadow: none;
}

.ref-taste .podium-note {
  grid-column: 2 / 4;
  align-self: stretch;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #172033;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.82);
}

.ref-taste .podium-card-first .podium-note {
  font-size: 14px;
}

.ref-taste .podium-mini-list {
  grid-column: 2 / 4;
  display: grid;
  gap: 5px;
  margin: 4px 0 0;
  padding: 0;
  color: #172033;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}

.ref-taste .podium-mini-list li {
  min-height: 28px;
  padding: 3px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ref-taste .podium-row em {
  display: none;
}

.ref-taste .podium-row img {
  display: block;
  grid-column: 3;
  grid-row: 1 / 3;
  justify-self: end;
  align-self: center;
  width: min(170px, 100%);
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 16px rgba(7, 35, 84, 0.12));
}

.ref-taste .podium-card-first img {
  width: min(154px, 100%);
  max-height: 74px;
}

.ref-taste .ranking-podium .button {
  width: min(100%, 360px);
}

.ref-taste .ranking {
  background: #ffffff;
}

.ref-taste .section-title .kicker,
.ref-taste .kicker {
  color: #1548aa;
}

.ref-taste .section-title h2 {
  color: #081326;
}

.ref-taste .top3-podium-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 18px;
}

.ref-taste .top-rank-first,
.ref-taste .top-rank-second,
.ref-taste .top-rank-third {
  order: initial;
  min-height: auto;
  transform: none;
  border-radius: 8px;
}

.ref-taste .top-rank-card,
.ref-taste .top-rank-first {
  min-height: 430px;
  padding: 18px;
}

.ref-taste .top-rank-first {
  border-color: #f4c542;
  background: linear-gradient(180deg, #fff8dc, #ffffff 38%, #fff);
}

.ref-taste .top-rank-second {
  border-color: #b8c0cc;
  background: #ffffff;
}

.ref-taste .top-rank-third {
  border-color: #d39a64;
  background: #ffffff;
}

.ref-taste .top-rank-card::before {
  background: #1f56bf;
}

.ref-taste .top-rank-first::before {
  background: linear-gradient(90deg, #f0b90b, #ffe071, #f0b90b);
}

.ref-taste .rank-crown-badge {
  border-color: rgba(244, 197, 66, 0.84);
  color: #7a5200;
  background: #fff4ca;
}

.ref-taste .rank-crown-badge strong,
.ref-taste .top-rank-first .rank-no {
  background: #d99a16;
}

.ref-taste .top-rank-card .rank-head {
  min-height: 42px;
}

.ref-taste .top-rank-card .rank-no,
.ref-taste .top-rank-first .rank-no {
  min-height: 40px;
  padding: 7px 13px;
  font-size: 18px;
}

.ref-taste .rank-label,
.ref-taste .comparison-shop em {
  color: #fff;
  background: #1548aa;
}

.ref-taste .top-rank-card .service-title,
.ref-taste .top-rank-first .service-title {
  min-height: 126px;
}

.ref-taste .top-rank-card .service-title img,
.ref-taste .top-rank-card .service-title .service-logo-wide,
.ref-taste .top-rank-first .service-title img {
  width: 150px;
  height: 54px;
}

.ref-taste .top-rank-card h3,
.ref-taste .top-rank-first h3 {
  font-size: 24px;
}

.ref-taste .rank-reason,
.ref-taste .top-rank-first .rank-reason {
  min-height: 136px;
}

.ref-taste .comparison-table {
  border-color: rgba(18, 79, 176, 0.2);
  background: #fff;
  box-shadow: 0 18px 36px rgba(18, 79, 176, 0.12);
}

.ref-taste .comparison-head {
  color: #fff;
  background: #062b71;
}

.ref-taste .comparison-row {
  border-top-color: rgba(18, 79, 176, 0.12);
  background: #fff;
}

.ref-taste .comparison-row.is-top {
  background: #f8fbff;
}

.ref-taste .comparison-rank {
  background: #1548aa;
}

.ref-taste .comparison-row.is-top .comparison-rank {
  background: #d99a16;
}

.ref-taste .comparison-row strong {
  color: #f01850;
}

.ref-taste .final-cta {
  border-top: 2px solid #00b85a;
  background: #ffffff;
}

@media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .rank-layout,
  .lower-rank-card {
    grid-template-columns: 1fr;
  }

  .top3-podium-layout {
    gap: 14px;
    margin-top: 0;
  }

  .top-rank-first,
  .top-rank-second,
  .top-rank-third {
    order: initial;
    min-height: auto;
    transform: none;
  }

  .top-rank-first {
    order: 1;
  }

  .top-rank-second {
    order: 2;
  }

  .top-rank-third {
    order: 3;
  }

  .ranking-podium {
    grid-template-columns: 1fr;
  }

  .ranking-podium .hero-check-panel,
  .ranking-podium .podium-row,
  .ranking-podium .button {
    grid-column: 1;
    grid-row: auto;
  }

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

  .comparison-table {
    max-width: 100%;
  }

  .hero-copy {
    justify-self: center;
    grid-template-columns: 1fr;
  }

  .hero-copy .ad,
  .hero-copy .kicker,
  .hero-copy h1,
  .hero-copy .lead,
  .hero-copy .hero-info-grid,
  .hero-copy .hero-actions {
    grid-column: 1;
  }

  .lower-rank-card .rank-head {
    flex-direction: row;
    justify-content: space-between;
  }

  .lower-rank-card {
    gap: 13px;
    padding: 16px;
  }

  .lower-rank-card::before {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    min-height: auto;
    aspect-ratio: 760 / 456;
    height: auto;
    margin-bottom: 0;
  }

  .lower-rank-card .rank-head,
  .lower-rank-card .service-title,
  .lower-logo-slot,
  .rank-detail,
  .lower-rank-card .button {
    grid-column: auto;
    grid-row: auto;
  }

  .lower-rank-card .service-title .service-logo-wide {
    width: 72px;
    height: 22px;
    padding: 1px;
  }

  .lower-rank-card h3 {
    font-size: 22px;
  }

  .lower-rank-card .rank-detail p {
    font-size: 13px;
    line-height: 1.45;
  }

  .lower-note {
    font-size: 12px;
    line-height: 1.45;
  }

  .compact-specs div {
    font-size: 12px;
  }

  .lower-rank-card .button {
    justify-self: stretch;
    width: 100%;
    min-height: 46px;
    padding: 13px 20px;
    font-size: 14px;
  }

  .service-review-summary,
  .feature-list,
  .guide-grid,
  .decision-guide,
  .flow-visual-grid,
  .flow-steps,
  .safety-grid,
  .safe-reason-layout,
  .ranking-basis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .flow-phone-card {
    grid-column: 1 / -1;
  }

  .decision-guide {
    align-items: stretch;
  }

  .decision-guide > div {
    align-self: center;
  }

  .decision-guide ul {
    grid-column: 1 / -1;
  }

  .safe-reason-main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  main,
  .topbar {
    width: calc(100vw - 12px);
    max-width: calc(100vw - 12px);
  }

  main {
    margin-top: 6px;
  }

  .topbar {
    top: 6px;
    margin-top: 6px;
    padding: 10px 12px;
  }

  .brand {
    gap: 12px;
  }

  .brand span:last-child {
    max-width: calc(100vw - 92px);
    font-size: 16px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .topbar nav {
    display: none;
  }

  .hero {
    display: grid;
    min-height: auto;
    padding: 26px 12px 28px;
    background: #f7f1e7;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(247, 241, 231, 0.96) 0%, rgba(247, 241, 231, 0.82) 54%, rgba(247, 241, 231, 0.94) 100%),
      url("assets/optimized/hero-top3-push.jpg") center top / cover no-repeat;
    opacity: 0.74;
  }

  .hero-copy,
  .hero-card {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy {
    display: contents;
    margin-bottom: 0;
  }

  .hero-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    order: 5;
    padding: 10px;
  }

  .hero-copy .ad {
    order: 1;
    margin-bottom: 12px;
  }

  .hero-copy .kicker {
    order: 2;
    margin-bottom: 6px;
  }

  .hero-copy h1 {
    order: 3;
  }

  .hero-copy .lead {
    order: 4;
  }

  .hero-copy .hero-info-grid {
    order: 6;
    margin-top: 12px;
  }

  .hero-copy .hero-actions {
    order: 7;
  }

  .podium-first img {
    width: min(190px, 76%);
    max-height: 170px;
  }

  .podium-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }

  .podium-row a {
    grid-template-rows: auto 42px auto 1fr auto;
    min-width: 0;
    min-height: 172px;
    padding: 9px 7px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 1.08;
  }

  h1 span {
    padding: 0 7px 4px;
  }

  h2 {
    font-size: 23px;
  }

  .lead {
    max-width: none;
    margin-bottom: 10px;
    font-size: 15px;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: strict;
  }

  .hero-info-grid,
  .feature-list,
  .category-grid,
  .guide-grid,
  .service-review-summary,
  .decision-guide,
  .decision-guide ul,
  .flow-visual-grid,
  .flow-phone-card,
  .flow-step-cards,
  .flow-steps,
  .safety-grid,
  .safe-reason-layout,
  .safe-reason-cards,
  .ranking-basis {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hero-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-info-grid span {
    min-height: 56px;
    padding: 9px 10px;
    font-size: 11px;
    line-height: 1.42;
  }

  .ranking-basis {
    padding: 14px;
  }

  .ranking-basis dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .guide-grid a {
    min-height: auto;
  }

  .category-card {
    grid-template-columns: 1fr;
    row-gap: 8px;
    min-height: auto;
  }

  .category-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .category-actions {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .safe-reason-cards article {
    min-height: auto;
  }

  .flow-phone-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 16px;
  }

  .phone-shell {
    width: min(250px, 100%);
  }

  .phone-screen {
    min-height: 300px;
  }

  .flow-step-cards li {
    grid-template-columns: 70px 1fr;
    min-height: 108px;
    padding: 12px;
  }

  .flow-step-cards img {
    width: 70px;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
  }

  .section {
    padding: 34px 12px;
  }

  .column-links {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .column-tabs {
    margin-bottom: 16px;
  }

  .column-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .column-list a {
    min-height: 38px;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 1.28;
  }

  .seo-branch-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .rank-card,
  .flow-steps li,
  .faq-list details {
    padding-inline: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-actions .button {
    min-height: 48px;
    padding: 11px 10px;
    font-size: 14px;
  }

  .hero-check-panel {
    gap: 6px;
    padding: 12px;
  }

  .hero-check-panel strong {
    font-size: 21px;
  }

  .hero-check-panel p {
    font-size: 13px;
    line-height: 1.5;
  }

  .podium-row img {
    height: 42px;
    max-width: 100%;
  }

  .podium-row b {
    width: 38px;
    height: 30px;
    font-size: 13px;
  }

  .podium-row span {
    font-size: 13px;
    line-height: 1.25;
  }

  .podium-row small {
    font-size: 10px;
    line-height: 1.35;
  }

  .podium-row em {
    min-height: 34px;
    padding: 7px 6px;
    font-size: 10px;
    white-space: nowrap;
  }

  .ranking-podium {
    gap: 8px;
  }

  .ranking-podium .button {
    min-height: 48px;
    font-size: 14px;
  }

  .top-rank-first {
    padding: 16px;
  }

  .rank-card {
    gap: 11px;
  }

  .rank-crown-badge {
    min-height: 46px;
    padding: 8px 10px;
    gap: 7px;
  }

  .rank-crown-badge strong {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 15px;
  }

  .top-rank-card .service-title,
  .top-rank-first .service-title {
    min-height: auto;
  }

  .top-rank-card .service-title img,
  .top-rank-card .service-title .service-logo-wide {
    width: 132px;
    height: 48px;
  }

  .top-rank-first .service-title img {
    width: 154px;
    height: 58px;
  }

  .rank-reason,
  .top-rank-first .rank-reason {
    min-height: auto;
  }

  .service-title {
    align-items: flex-start;
  }

  .sticky {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .source-note {
    order: 10;
    padding-bottom: 16px;
  }

  .site-policy {
    order: 11;
    padding: 18px 14px 96px;
    background: #fbfaf7;
  }

  .site-policy .section-title {
    margin-bottom: 10px;
    text-align: left;
  }

  .site-policy .section-title .kicker {
    margin-bottom: 3px;
    font-size: 10px;
  }

  .site-policy .section-title h2 {
    font-size: 17px;
    line-height: 1.35;
  }

  .site-policy .section-title p {
    font-size: 11px;
    line-height: 1.55;
  }

  .policy-grid {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 10px;
  }

  .policy-grid article {
    padding: 10px;
  }

  .policy-grid h3,
  .operator-box h3 {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .policy-grid p {
    font-size: 10px;
    line-height: 1.55;
  }

  .operator-box {
    margin-top: 8px;
    padding: 10px;
  }

  .operator-box dl div {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 7px 0;
  }

  .operator-box dt,
  .operator-box dd {
    font-size: 10px;
    line-height: 1.45;
  }
}

@media (max-width: 980px) {
  .ref-taste .hero {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 255, 0.94) 100%);
  }

  .ref-taste .hero-check-panel {
    justify-self: stretch;
    width: 100%;
  }

  .ref-taste .top3-podium-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .ref-taste main,
  .ref-taste .topbar {
    width: calc(100vw - 10px);
    max-width: calc(100vw - 10px);
  }

  .ref-taste .hero {
    padding: 22px 10px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 255, 0.98) 100%);
  }

  .ref-taste .hero-copy {
    display: grid;
  }

  .ref-taste .hero-copy .ad,
  .ref-taste .hero-copy .kicker,
  .ref-taste .hero-copy h1,
  .ref-taste .hero-copy .lead,
  .ref-taste .hero-copy .hero-info-grid,
  .ref-taste .hero-copy .hero-actions {
    order: initial;
  }

  .ref-taste h1 {
    font-size: 26px;
    line-height: 1.14;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .ref-taste h1 span {
    padding: 0;
  }

  .ref-taste .hero-title-count {
    font-size: 0.98em;
  }

  .ref-taste .lead {
    color: #1f2937;
    font-size: 14px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .ref-taste .hero-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 12px 0;
  }

  .ref-taste .hero-info-grid span {
    min-height: 64px;
    padding: 10px 6px;
    font-size: 10px;
    line-height: 1.35;
  }

  .ref-taste .hero-info-grid b {
    font-size: 13px;
    line-height: 1.25;
  }

  .ref-taste .hero-card {
    order: initial;
    padding: 0;
  }

  .ref-taste .hero-check-panel {
    padding: 11px;
  }

  .ref-taste .podium-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "first"
      "second"
      "third";
    gap: 8px;
  }

  .ref-taste .podium-row a,
  .ref-taste .podium-row .podium-card-first {
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: center;
    min-height: 0;
    padding: 10px;
    text-align: left;
  }

  .ref-taste .podium-row .podium-card-first,
  .ref-taste .podium-row a:nth-child(2),
  .ref-taste .podium-row a:nth-child(3) {
    grid-column: 1;
  }

  .ref-taste .podium-row a::before {
    display: none;
  }

  .ref-taste .podium-row b,
  .ref-taste .podium-card-first b {
    grid-row: 1 / 4;
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .ref-taste .podium-row img {
    grid-column: 2;
    grid-row: auto;
    justify-self: start;
    width: 132px;
    height: 36px;
    margin: 0;
  }

  .ref-taste .podium-row span,
  .ref-taste .podium-row small,
  .ref-taste .podium-row em {
    grid-column: 2;
    text-align: left;
  }

  .ref-taste .podium-row span {
    font-size: 15px;
  }

  .ref-taste .podium-row small {
    font-size: 12px;
  }

  .ref-taste .podium-row em {
    justify-content: center;
    min-height: 34px;
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
    text-align: center;
  }

  .ref-taste .podium-points {
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-top: 6px;
  }

  .ref-taste .podium-points span {
    grid-column: auto;
    min-height: 44px;
    padding: 6px;
    font-size: 9px;
    line-height: 1.25;
  }

  .ref-taste .podium-points b {
    width: auto;
    height: auto;
    font-size: 11px;
  }

  .ref-taste .comparison-row {
    min-width: 890px;
  }
}


/* SEO guide article refresh v154 */
.guide-notice {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto 18px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 90, 170, 0.25);
  border-radius: 8px;
  background: #eef7ff;
  color: #001b3d;
}

.guide-notice b,
.guide-notice span {
  line-height: 1.55;
}

.featured-guide-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.guide-card {
  align-content: start;
}

.guide-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.guide-card-top small {
  color: #0031d8;
  font-weight: 900;
}

.guide-card dl {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
}

.guide-card dl div {
  display: grid;
  gap: 2px;
  padding: 10px;
  border-radius: 8px;
  background: #f7f9fb;
}

.guide-card dt {
  color: #626264;
  font-size: 11px;
  font-weight: 900;
}

.guide-card dd {
  margin: 0;
  color: #1a1a1c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.guide-card > strong {
  margin-top: 4px;
  color: #0031d8;
  font-size: 14px;
}

.basic-guides {
  background: #fffdf8;
}

.guide-preview-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto 18px;
}

.guide-preview-card,
.guide-topic-table-wrap {
  border: 1px solid rgba(216, 205, 184, 0.9);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(72, 58, 38, 0.05);
}

.guide-preview-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
}

.guide-preview-card span {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: #0031d8;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.guide-preview-card h3 {
  margin: 0;
  color: #081326;
  font-size: 20px;
  line-height: 1.35;
}

.guide-preview-toc {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: preview-toc;
}

.guide-preview-toc li {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 8px;
  color: #1a1a1c;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.guide-preview-toc li::before {
  counter-increment: preview-toc;
  content: counter(preview-toc);
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0031d8;
  font-size: 12px;
  font-weight: 900;
}

.guide-topic-table-wrap {
  overflow-x: auto;
}

.guide-topic-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
}

.guide-topic-table th,
.guide-topic-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(216, 205, 184, 0.82);
  color: #1a1a1c;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.guide-topic-table th {
  background: #f7f9fb;
  color: #001b3d;
  font-size: 12px;
  font-weight: 900;
}

.guide-topic-table td:first-child {
  color: #0031d8;
  font-weight: 900;
}

.basic-preview .guide-preview-card span {
  background: #007a52;
}

.basic-preview .guide-preview-toc li::before {
  background: #e8f8f1;
  color: #007a52;
}

.basic-guide-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: #626264;
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb a {
  color: #0031d8;
}

.guide-hero,
.guide-summary,
.guide-toc,
.guide-article section {
  border: 1px solid rgba(216, 205, 184, 0.85);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(72, 58, 38, 0.05);
}

.guide-hero {
  padding: clamp(24px, 4vw, 36px);
}

.guide-hero h1 {
  max-width: 780px;
}

.guide-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 0;
}

.guide-meta div {
  padding: 12px;
  border-radius: 8px;
  background: #f7f9fb;
}

.guide-meta dt {
  color: #626264;
  font-size: 12px;
  font-weight: 900;
}

.guide-meta dd {
  margin: 4px 0 0;
  color: #1a1a1c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.guide-summary,
.guide-toc,
.guide-article section {
  padding: clamp(20px, 4vw, 30px);
}

.guide-summary {
  border-color: rgba(0, 90, 170, 0.22);
  background: #eef7ff;
}

.guide-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.guide-toc ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.guide-toc li {
  padding: 12px 14px;
  border-left: 4px solid #0031d8;
  border-radius: 8px;
  background: #f7f9fb;
  font-weight: 900;
}

.guide-table-wrap {
  overflow-x: auto;
  margin-top: 16px;
  border: 1px solid rgba(216, 205, 184, 0.9);
  border-radius: 8px;
}

.guide-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #fff;
}

.guide-table th,
.guide-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(216, 205, 184, 0.8);
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.guide-table th {
  background: #f7f9fb;
  color: #001b3d;
  font-size: 13px;
}

.guide-table td {
  color: #1a1a1c;
  font-size: 14px;
  font-weight: 700;
}

.guide-steps {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.guide-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  background: #f7f9fb;
}

.guide-steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0031d8;
  color: #fff;
  font-weight: 900;
}

.guide-steps b {
  color: #001b3d;
}

.guide-steps p {
  margin: 4px 0 0;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.related-card {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(0, 90, 170, 0.22);
  border-radius: 8px;
  background: #eef7ff;
  text-decoration: none;
}

.related-card span {
  color: #0031d8;
  font-size: 11px;
  font-weight: 900;
}

.related-card strong {
  color: #001b3d;
  line-height: 1.45;
}

.related-card small {
  color: #626264;
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .guide-notice {
    display: grid;
  }

  .guide-preview-layout {
    grid-template-columns: 1fr;
  }

  .guide-preview-card h3 {
    font-size: 18px;
  }

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

  .guide-cta-row .button {
    width: 100%;
  }
}

/* Editorial comparison redesign v65 */
.ref-taste {
  color: #20242a;
  background: #f5f2ec;
}

.ref-taste main {
  width: min(100%, 1180px);
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #fffaf2;
  box-shadow: none;
}

.ref-taste .topbar {
  top: 0;
  width: min(100%, 1180px);
  margin-top: 0;
  padding: 10px clamp(16px, 4vw, 42px);
  border: 0;
  border-bottom: 1px solid rgba(34, 38, 44, 0.12);
  border-radius: 0;
  background: rgba(255, 250, 242, 0.96);
  box-shadow: none;
}

.ref-taste .brand-mark {
  border-radius: 3px;
  background: #2c4b3f;
  box-shadow: none;
}

.ref-taste .topbar nav {
  gap: 8px 16px;
  color: #5c625d;
  font-size: 13px;
  font-weight: 700;
}

.ref-taste .hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.48fr);
  align-items: end;
  min-height: 520px;
  padding: clamp(42px, 7vw, 88px) clamp(20px, 6vw, 74px) clamp(34px, 5vw, 58px);
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.98) 0%, rgba(255, 250, 242, 0.96) 50%, rgba(255, 250, 242, 0.3) 100%),
    url("assets/optimized/hero-ticket-buyback.jpg") right center / min(52%, 620px) auto no-repeat,
    #fffaf2;
}

.ref-taste .hero::after {
  display: none;
}

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

.ref-taste .hero {
  order: 0;
}

.ref-taste .category-branch {
  order: 1;
}

.ref-taste .features {
  order: 2;
}

.ref-taste .column-links {
  order: 3;
}

.ref-taste .ranking {
  order: 4;
}

.ref-taste .safe-reasons {
  order: 5;
}

.ref-taste .flow {
  order: 6;
}

.ref-taste .safety {
  order: 7;
}

.ref-taste .faq {
  order: 8;
}

.ref-taste .final-cta {
  order: 9;
}

.ref-taste .site-policy {
  order: 10;
}

.ref-taste .source-note {
  order: 11;
}

.ref-taste .hero-copy .kicker,
.ref-taste .kicker,
.ref-taste .section-title .kicker {
  color: #8a6424;
  font-size: 12px;
}

.ref-taste h1 {
  max-width: 840px;
  margin-bottom: 18px;
  color: #171b21;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.08;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.ref-taste .hero-title-main,
.ref-taste .hero-title-count {
  color: #171b21;
  white-space: normal;
}

.ref-taste .hero-title-count {
  color: #314f43;
}

.ref-taste .lead {
  max-width: 680px;
  margin-bottom: 20px;
  color: #424942;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 600;
  line-height: 1.9;
}

.ref-taste .hero-info-grid {
  grid-template-columns: repeat(3, minmax(0, 180px));
  gap: 0;
  margin: 22px 0 20px;
  border-top: 1px solid rgba(49, 79, 67, 0.2);
  border-bottom: 1px solid rgba(49, 79, 67, 0.2);
}

.ref-taste .hero-info-grid span {
  min-height: 86px;
  padding: 15px 14px;
  border-right: 1px solid rgba(49, 79, 67, 0.16);
  text-align: left;
}

.ref-taste .hero-info-grid span:last-child {
  border-right: 0;
}

.ref-taste .hero-info-grid b {
  color: #314f43;
  font-size: 15px;
}

.ref-taste .button {
  border-radius: 4px;
  box-shadow: none;
}

.ref-taste .button.primary,
.ref-taste .button.secondary {
  background: #2c4b3f;
  color: #fff;
  box-shadow: none;
}

.ref-taste .button.secondary {
  background: #4f5d68;
}

.ref-taste .button.light {
  border: 1px solid rgba(44, 75, 63, 0.2);
  color: #24352f;
  background: #fff;
}

.ref-taste .section {
  padding: clamp(42px, 6vw, 76px) clamp(18px, 6vw, 74px);
}

.ref-taste .section-title {
  max-width: 920px;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.ref-taste .section-title h2 {
  color: #171b21;
  font-size: clamp(25px, 3.2vw, 38px);
}

.ref-taste .section-title p {
  max-width: 720px;
  color: #5e655e;
  font-weight: 600;
  line-height: 1.85;
}

.ref-taste .category-branch,
.ref-taste .features,
.ref-taste .ranking,
.ref-taste .flow,
.ref-taste .faq {
  background: #fffaf2;
}

.ref-taste .category-grid {
  max-width: 980px;
  gap: 0;
  border-top: 1px solid rgba(34, 38, 44, 0.14);
}

.ref-taste .category-card {
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr) auto;
  min-height: 92px;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(34, 38, 44, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .category-card h3 {
  font-size: 19px;
}

.ref-taste .category-card p {
  max-width: 460px;
  color: #555d57;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.75;
}

.ref-taste .category-actions {
  grid-column: 3;
  grid-row: 1 / 3;
  min-width: 190px;
}

.ref-taste .mini-pick {
  min-height: 34px;
  border-radius: 3px;
  background: #2c4b3f;
}

.ref-taste .mini-pick.muted {
  border-color: rgba(34, 38, 44, 0.18);
  background: #fff;
}

.ref-taste .feature-list {
  grid-template-columns: 1.25fr 0.92fr 0.92fr;
  gap: 24px;
  max-width: 980px;
}

.ref-taste .feature-list article {
  min-height: 220px;
  padding: 0 22px 0 0;
  border: 0;
  border-right: 1px solid rgba(34, 38, 44, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .feature-list article:last-child {
  border-right: 0;
}

.ref-taste .feature-list h3 {
  font-size: clamp(22px, 2.4vw, 31px);
}

.ref-taste .feature-list p {
  color: #565e58;
  font-weight: 600;
  line-height: 1.85;
}

.ref-taste .column-links {
  background: #eef4ed;
}

.ref-taste .column-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.ref-taste .column-heading h2 {
  color: #213c31;
}

.ref-taste .column-heading h2::after {
  width: 72px;
  height: 2px;
  background: #213c31;
}

.ref-taste .column-heading p {
  margin: 14px 0 0;
  color: #536058;
  font-weight: 600;
  line-height: 1.8;
}

.ref-taste .column-list {
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin-top: 6px;
}

.ref-taste .column-list a {
  min-height: auto;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(33, 60, 49, 0.18);
  border-radius: 0;
  background: transparent;
  color: #213c31;
}

.ref-taste .ranking-basis {
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
  max-width: 980px;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid rgba(34, 38, 44, 0.16);
  border-radius: 0;
  background: transparent;
}

.ref-taste .ranking-basis p {
  color: #565e58;
  font-weight: 600;
}

.ref-taste .ranking-basis dl {
  gap: 0;
  border-top: 1px solid rgba(34, 38, 44, 0.14);
}

.ref-taste .ranking-basis dl div {
  min-height: auto;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(34, 38, 44, 0.14);
  border-radius: 0;
  background: transparent;
}

.ref-taste .ranking-basis dt {
  color: #8a6424;
}

.ref-taste .top3-podium-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 18px;
  max-width: 980px;
  margin-top: 28px;
}

.ref-taste .top-rank-card,
.ref-taste .top-rank-first {
  min-height: auto;
  padding: 22px;
  border: 1px solid rgba(34, 38, 44, 0.14);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.ref-taste .top-rank-first {
  padding: 28px;
  background: #fff8e6;
}

.ref-taste .top-rank-card::before {
  height: 3px;
  background: #2c4b3f;
}

.ref-taste .rank-label,
.ref-taste .rank-reason span,
.ref-taste .service-review-summary span {
  border-radius: 3px;
  background: #213c31;
  color: #fff;
}

.ref-taste .top-rank-card .service-title,
.ref-taste .top-rank-first .service-title {
  min-height: auto;
  justify-items: start;
  text-align: left;
}

.ref-taste .top-rank-card .service-title img,
.ref-taste .top-rank-card .service-title .service-logo-wide,
.ref-taste .top-rank-first .service-title img {
  margin: 0;
  background: transparent;
}

.ref-taste .rank-reason,
.ref-taste .top-rank-first .rank-reason {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ref-taste .rank-reason p {
  color: #555d57;
  font-weight: 600;
  line-height: 1.75;
}

.ref-taste .selling-points li {
  border-radius: 3px;
  background: #f1eadc;
  color: #2c3832;
}

.ref-taste .service-review-summary {
  max-width: 980px;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 0;
  margin: 24px auto 24px;
  border-top: 1px solid rgba(34, 38, 44, 0.16);
  border-bottom: 1px solid rgba(34, 38, 44, 0.16);
}

.ref-taste .service-review-summary article {
  min-height: auto;
  padding: 18px;
  border: 0;
  border-right: 1px solid rgba(34, 38, 44, 0.12);
  border-radius: 0;
  background: transparent;
}

.ref-taste .service-review-summary article:last-child {
  border-right: 0;
}

.ref-taste .service-review-summary p,
.ref-taste .service-review-summary small {
  color: #565e58;
  font-weight: 600;
}

.ref-taste .lower-rank-list {
  max-width: 980px;
  gap: 0;
  border-top: 1px solid rgba(34, 38, 44, 0.15);
}

.ref-taste .lower-rank-card {
  grid-template-columns: minmax(140px, 0.28fr) minmax(110px, 0.18fr) minmax(0, 1fr) 132px;
  min-height: 116px;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid rgba(34, 38, 44, 0.15);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .lower-rank-card .button {
  width: 132px;
  border-radius: 3px;
}

.ref-taste .lower-rank-card .rank-detail p {
  color: #363d38;
  font-weight: 600;
  line-height: 1.65;
}

.ref-taste .lower-rank-card .rank-detail p b {
  color: #8a6424;
}

.ref-taste .compact-specs dt {
  color: #8a6424;
}

.ref-taste .safe-reasons {
  background: #f7f1e6;
}

.ref-taste .safe-reason-layout {
  max-width: 980px;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 30px;
}

.ref-taste .safe-reason-main,
.ref-taste .safe-reason-cards article,
.ref-taste .safety-grid article,
.ref-taste .faq-list details,
.ref-taste .policy-grid article,
.ref-taste .operator-box {
  border-radius: 2px;
  box-shadow: none;
}

.ref-taste .safe-reason-main {
  border: 0;
  border-left: 4px solid #8a6424;
  background: transparent;
}

.ref-taste .safe-reason-cards {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(34, 38, 44, 0.16);
}

.ref-taste .safe-reason-cards article {
  min-height: auto;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(34, 38, 44, 0.16);
  background: transparent;
}

.ref-taste .safe-legal-note {
  max-width: 980px;
  border-radius: 2px;
  background: #fffaf2;
}

.ref-taste .flow-visual-grid {
  max-width: 980px;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
}

.ref-taste .flow-phone-card {
  grid-template-columns: 1fr;
  min-height: auto;
  border-radius: 2px;
  background: #f5f1e9;
  box-shadow: none;
}

.ref-taste .flow-step-cards {
  gap: 0;
  border-top: 1px solid rgba(34, 38, 44, 0.15);
}

.ref-taste .flow-step-cards li {
  min-height: 106px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(34, 38, 44, 0.15);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .flow-step-cards img {
  border: 0;
  border-radius: 2px;
  background: #f3eadc;
}

.ref-taste .safety {
  background: #fffaf2;
}

.ref-taste .safety-grid {
  max-width: 980px;
  gap: 0;
  border-top: 1px solid rgba(34, 38, 44, 0.15);
}

.ref-taste .safety-grid article {
  padding: 18px 16px;
  border: 0;
  border-right: 1px solid rgba(34, 38, 44, 0.12);
  border-bottom: 1px solid rgba(34, 38, 44, 0.15);
  background: transparent;
}

.ref-taste .safety-grid article:last-child {
  border-right: 0;
}

.ref-taste .faq-list {
  max-width: 820px;
  gap: 0;
  border-top: 1px solid rgba(34, 38, 44, 0.15);
}

.ref-taste .faq-list details {
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(34, 38, 44, 0.15);
  background: transparent;
}

.ref-taste .final-cta {
  border-top: 1px solid rgba(34, 38, 44, 0.14);
  background:
    linear-gradient(90deg, rgba(44, 75, 63, 0.94), rgba(44, 75, 63, 0.86)),
    url("assets/optimized/hero-top3-push.jpg") right center / 48% auto no-repeat;
  color: #fff;
}

.ref-taste .final-cta h2,
.ref-taste .final-cta .kicker,
.ref-taste .final-cta p:not(.kicker) {
  color: #fff;
}

.ref-taste .final-cta .button.primary {
  background: #d7ad4f;
  color: #17210f;
}

.ref-taste .site-policy {
  background: #efebe2;
}

.ref-taste .policy-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(34, 38, 44, 0.14);
  border-left: 1px solid rgba(34, 38, 44, 0.14);
}

.ref-taste .policy-grid article {
  border: 0;
  border-right: 1px solid rgba(34, 38, 44, 0.14);
  border-bottom: 1px solid rgba(34, 38, 44, 0.14);
  background: #fffaf2;
}

.ref-taste .sticky {
  border-radius: 4px;
  background: #2c4b3f;
  box-shadow: 0 10px 22px rgba(26, 45, 38, 0.18);
}

@media (max-width: 980px) {
  .ref-taste .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 250, 242, 0.86)),
      url("assets/optimized/hero-ticket-buyback.jpg") right bottom / 520px auto no-repeat,
      #fffaf2;
  }

  .ref-taste .category-card,
  .ref-taste .ranking-basis,
  .ref-taste .column-shell,
  .ref-taste .safe-reason-layout,
  .ref-taste .flow-visual-grid {
    grid-template-columns: 1fr;
  }

  .ref-taste .category-actions {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 360px);
  }

  .ref-taste .feature-list,
  .ref-taste .service-review-summary,
  .ref-taste .safety-grid,
  .ref-taste .policy-grid {
    grid-template-columns: 1fr;
  }

  .ref-taste .feature-list article,
  .ref-taste .service-review-summary article,
  .ref-taste .safety-grid article,
  .ref-taste .policy-grid article {
    border-right: 0;
  }

  .ref-taste .top3-podium-layout {
    grid-template-columns: 1fr;
  }

  .ref-taste .lower-rank-card {
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .ref-taste .lower-rank-card .service-title,
  .ref-taste .lower-logo-slot,
  .ref-taste .rank-detail {
    grid-column: 1;
  }

  .ref-taste .lower-rank-card .button {
    grid-column: 2;
    grid-row: 1 / span 3;
    width: 118px;
  }
}

@media (max-width: 620px) {
  .ref-taste main,
  .ref-taste .topbar {
    width: 100%;
    max-width: 100%;
  }

  .ref-taste .topbar {
    padding: 10px 14px;
  }

  .ref-taste .hero {
    padding: 30px 16px 34px;
    background:
      linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 250, 242, 0.94)),
      url("assets/optimized/hero-ticket-buyback.jpg") right bottom / 340px auto no-repeat,
      #fffaf2;
  }

  .ref-taste h1 {
    font-size: 32px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .ref-taste .lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .ref-taste .hero-info-grid {
    grid-template-columns: 1fr;
  }

  .ref-taste .hero-info-grid span {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(49, 79, 67, 0.14);
  }

  .ref-taste .hero-info-grid span:last-child {
    border-bottom: 0;
  }

  .ref-taste .section {
    padding: 38px 16px;
  }

  .ref-taste .category-card {
    padding: 17px 0;
  }

  .ref-taste .category-actions,
  .ref-taste .column-list {
    grid-template-columns: 1fr;
  }

  .ref-taste .feature-list article {
    min-height: auto;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(34, 38, 44, 0.15);
  }

  .ref-taste .top-rank-card,
  .ref-taste .top-rank-first {
    padding: 18px;
  }

  .ref-taste .lower-rank-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ref-taste .lower-rank-card .service-title,
  .ref-taste .lower-logo-slot,
  .ref-taste .rank-detail,
  .ref-taste .lower-rank-card .button {
    grid-column: 1;
    grid-row: auto;
  }

  .ref-taste .lower-rank-card .button {
    width: 100%;
  }

  .ref-taste .flow-step-cards li {
    grid-template-columns: 62px 1fr;
  }

  .ref-taste .flow-step-cards img {
    width: 62px;
  }

  .ref-taste .final-cta {
    background: #2c4b3f;
  }

  .ref-taste .site-policy {
    padding-bottom: 96px;
  }
}

/* v66: editorial polish without adding new content */
.ref-taste {
  color: #222722;
  background: #fbf8f1;
}

.ref-taste .topbar {
  border-bottom: 1px solid rgba(37, 43, 37, 0.12);
  background: rgba(251, 248, 241, 0.96);
}

.ref-taste .hero {
  min-height: clamp(560px, 72vh, 720px);
  padding: clamp(34px, 6vw, 74px) clamp(18px, 6vw, 74px) clamp(56px, 7vw, 86px);
  background:
    linear-gradient(90deg, rgba(251, 248, 241, 0.98) 0%, rgba(251, 248, 241, 0.91) 48%, rgba(251, 248, 241, 0.38) 100%),
    url("assets/optimized/hero-top3-push.jpg") right center / min(52vw, 720px) auto no-repeat,
    #fbf8f1;
}

.ref-taste .hero::before {
  display: none;
}

.ref-taste .hero-copy {
  max-width: 760px;
  align-content: center;
}

.ref-taste h1 {
  max-width: 760px;
  font-size: clamp(36px, 5.1vw, 66px);
  line-height: 1.04;
}

.ref-taste .lead {
  max-width: 620px;
  color: #333a34;
  font-size: clamp(16px, 1.55vw, 19px);
  font-weight: 650;
  line-height: 1.9;
}

.ref-taste .hero-info-grid {
  max-width: 610px;
  grid-template-columns: 1.15fr 1fr 1fr;
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.64);
}

.ref-taste .hero-info-grid span {
  padding: 16px 15px;
  font-size: 12px;
}

.ref-taste .category-branch,
.ref-taste .features,
.ref-taste .ranking,
.ref-taste .flow,
.ref-taste .faq {
  background: #fbf8f1;
}

.ref-taste .category-branch {
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(20px, 3vw, 34px);
}

.ref-taste .category-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 0 34px;
  max-width: 1040px;
  border-top: 1px solid rgba(37, 43, 37, 0.18);
}

.ref-taste .category-card {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  gap: 8px 18px;
  min-height: auto;
  padding: 20px 0;
  border-bottom: 1px solid rgba(37, 43, 37, 0.14);
}

.ref-taste .category-card-wide {
  grid-row: span 2;
  align-content: start;
  padding-right: 26px;
}

.ref-taste .category-card-wide h3 {
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.2;
}

.ref-taste .category-card h3 {
  margin: 0;
  color: #20261f;
}

.ref-taste .category-card p {
  max-width: none;
  font-size: 13.5px;
  font-weight: 550;
}

.ref-taste .category-actions {
  grid-column: 2;
  grid-row: auto;
  justify-content: flex-start;
  min-width: 0;
}

.ref-taste .mini-pick {
  min-height: 31px;
  padding: 7px 10px;
  font-size: 11px;
}

.ref-taste .features {
  padding-top: clamp(18px, 3vw, 30px);
}

.ref-taste .feature-list {
  grid-template-columns: 1.38fr 0.9fr;
  gap: 0 34px;
  max-width: 1040px;
  border-top: 1px solid rgba(37, 43, 37, 0.18);
}

.ref-taste .feature-list article {
  min-height: auto;
  padding: 22px 0;
  border-right: 0;
  border-bottom: 1px solid rgba(37, 43, 37, 0.14);
}

.ref-taste .feature-list article:first-child {
  grid-row: span 2;
  padding-right: 28px;
}

.ref-taste .feature-list article:first-child h3 {
  max-width: 460px;
  font-size: clamp(26px, 3.2vw, 42px);
}

.ref-taste .feature-list h3 {
  font-size: clamp(19px, 2vw, 25px);
}

.ref-taste .feature-list p {
  font-weight: 550;
}

.ref-taste .column-links {
  background: #eef2e8;
  padding-top: clamp(30px, 5vw, 56px);
  padding-bottom: clamp(30px, 5vw, 56px);
}

.ref-taste .column-shell {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
  max-width: 1040px;
}

.ref-taste .ranking {
  padding-top: clamp(48px, 7vw, 92px);
}

.ref-taste .ranking .section-title {
  margin-bottom: 20px;
}

.ref-taste .ranking-basis {
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1fr);
  max-width: 1040px;
  margin-bottom: 34px;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(37, 43, 37, 0.18);
  border-bottom: 1px solid rgba(37, 43, 37, 0.18);
}

.ref-taste .ranking-basis dl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 0;
}

.ref-taste .ranking-basis dl div {
  display: block;
  padding: 0 14px;
  border-bottom: 0;
  border-left: 1px solid rgba(37, 43, 37, 0.14);
}

.ref-taste .ranking-basis dd {
  margin-top: 6px;
  font-weight: 550;
}

.ref-taste .top3-podium-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  max-width: 1040px;
  align-items: stretch;
}

.ref-taste .top-rank-card,
.ref-taste .top-rank-first {
  border-radius: 3px;
  box-shadow: none;
}

.ref-taste .top-rank-first {
  grid-column: 1 / -1;
  grid-row: auto;
  align-self: stretch;
  padding: clamp(26px, 4vw, 42px);
  border-color: rgba(138, 100, 36, 0.45);
  background:
    linear-gradient(180deg, rgba(255, 249, 232, 0.94), rgba(255, 255, 255, 0.96)),
    #fff;
}

.ref-taste .top-rank-first .service-title {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: center;
  margin: 14px 0 12px;
}

.ref-taste .top-rank-first .service-title img {
  width: 180px;
  max-height: 92px;
}

.ref-taste .top-rank-first h3 {
  font-size: clamp(28px, 3.4vw, 42px);
}

.ref-taste .top-rank-first .rank-reason strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.45;
}

.ref-taste .top-rank-first .rank-reason p {
  font-size: 15px;
}

.ref-taste .top-rank-second,
.ref-taste .top-rank-third {
  padding: 19px;
  background: #fffdf8;
}

.ref-taste .top-rank-second .service-title,
.ref-taste .top-rank-third .service-title {
  gap: 12px;
}

.ref-taste .top-rank-second .service-title img,
.ref-taste .top-rank-third .service-title img {
  width: 104px;
  max-height: 58px;
}

.ref-taste .top-rank-second h3,
.ref-taste .top-rank-third h3 {
  font-size: 22px;
}

.ref-taste .top-rank-second .rank-reason strong,
.ref-taste .top-rank-third .rank-reason strong {
  display: block;
  margin: 6px 0;
  font-size: 16px;
  line-height: 1.45;
}

.ref-taste .rank-label,
.ref-taste .rank-reason span {
  border-radius: 2px;
  background: #243d33;
  font-size: 11px;
}

.ref-taste .selling-points {
  gap: 7px;
}

.ref-taste .top-rank-card .button.full {
  margin-top: 0;
}

.ref-taste .cta-stack,
.ref-taste .top-rank-first .cta-stack {
  margin-top: 14px;
}

.ref-taste .selling-points li {
  padding: 6px 8px;
  border-radius: 2px;
  background: #ece5d8;
  font-size: 12px;
}

.ref-taste .lower-rank-list {
  max-width: 1040px;
  margin-top: 30px;
}

.ref-taste .lower-rank-card {
  grid-template-columns: minmax(155px, 0.28fr) minmax(106px, 0.15fr) minmax(0, 1fr) 124px;
  gap: 10px 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(37, 43, 37, 0.14);
}

.ref-taste .lower-rank-card .service-title {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
}

.ref-taste .rank-inline {
  color: #7c622c;
  font-size: 12px;
  font-weight: 900;
}

.ref-taste .lower-logo-slot {
  justify-content: flex-start;
}

.ref-taste .lower-logo-slot .service-logo-wide {
  width: 96px;
  height: 34px;
}

.ref-taste .lower-rank-card .rank-detail p {
  font-size: 13px;
  font-weight: 550;
  line-height: 1.62;
}

.ref-taste .lower-rank-card .rank-detail p b {
  color: #7c622c;
  font-size: 12px;
}

.ref-taste .compact-specs {
  color: #59615a;
}

.ref-taste .compact-specs div {
  font-weight: 750;
}

.ref-taste .lower-rank-card .button {
  width: 124px;
  min-height: 40px;
  border-radius: 3px;
}

.ref-taste .safe-reasons {
  background: #f4efe5;
}

.ref-taste .safe-reason-layout {
  max-width: 1040px;
  grid-template-columns: minmax(230px, 0.38fr) minmax(0, 1fr);
}

.ref-taste .safe-reason-main {
  padding: 8px 0 8px 20px;
  border-left: 3px solid #8a6424;
}

.ref-taste .safe-reason-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

.ref-taste .safe-reason-cards article {
  padding: 14px 0;
}

.ref-taste .safety {
  background: #fbf8f1;
}

.ref-taste .safety-grid {
  display: block;
  max-width: 860px;
  border-top: 1px solid rgba(37, 43, 37, 0.16);
}

.ref-taste .safety-grid article {
  display: grid;
  grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr);
  gap: 16px;
  padding: 15px 0;
  border-right: 0;
}

.ref-taste .safety-grid h3,
.ref-taste .safety-grid p {
  margin: 0;
}

@media (max-width: 980px) {
  .ref-taste .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(251, 248, 241, 0.99) 0%, rgba(251, 248, 241, 0.91) 74%, rgba(251, 248, 241, 0.76) 100%),
      url("assets/optimized/hero-top3-push.jpg") right bottom / min(86vw, 560px) auto no-repeat,
      #fbf8f1;
  }

  .ref-taste .hero-copy {
    padding-bottom: 190px;
  }

  .ref-taste .category-grid,
  .ref-taste .feature-list,
  .ref-taste .ranking-basis,
  .ref-taste .top3-podium-layout,
  .ref-taste .safe-reason-layout {
    grid-template-columns: 1fr;
  }

  .ref-taste .category-card-wide,
  .ref-taste .feature-list article:first-child {
    grid-row: auto;
    padding-right: 0;
  }

  .ref-taste .ranking-basis dl {
    grid-template-columns: 1fr 1fr;
  }

  .ref-taste .ranking-basis dl div:nth-child(odd) {
    border-left: 0;
  }

  .ref-taste .top-rank-first {
    grid-row: auto;
  }

  .ref-taste .safe-reason-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .ref-taste .topbar nav {
    gap: 7px 12px;
    font-size: 12px;
  }

  .ref-taste .hero {
    padding-top: 26px;
    padding-bottom: 30px;
    background:
      linear-gradient(180deg, rgba(251, 248, 241, 1) 0%, rgba(251, 248, 241, 0.94) 67%, rgba(251, 248, 241, 0.82) 100%),
      url("assets/optimized/hero-top3-push.jpg") center bottom / 360px auto no-repeat,
      #fbf8f1;
  }

  .ref-taste .hero-copy {
    padding-bottom: 168px;
  }

  .ref-taste h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .ref-taste .hero-info-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .ref-taste .hero-actions {
    gap: 9px;
  }

  .ref-taste .hero-actions .button {
    width: 100%;
  }

  .ref-taste .section {
    padding-left: 17px;
    padding-right: 17px;
  }

  .ref-taste .section-title h2 {
    font-size: 27px;
    line-height: 1.26;
  }

  .ref-taste .category-card,
  .ref-taste .safety-grid article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .ref-taste .category-actions {
    grid-column: 1;
  }

  .ref-taste .feature-list article:first-child h3 {
    font-size: 30px;
  }

  .ref-taste .column-shell {
    gap: 18px;
  }

  .ref-taste .ranking-basis {
    margin-bottom: 24px;
  }

  .ref-taste .ranking-basis dl {
    grid-template-columns: 1fr;
  }

  .ref-taste .ranking-basis dl div {
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid rgba(37, 43, 37, 0.12);
  }

  .ref-taste .top-rank-first .service-title {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ref-taste .top-rank-first .service-title img {
    width: 132px;
  }

  .ref-taste .top-rank-first {
    padding: 22px 18px;
  }

  .ref-taste .top-rank-second,
  .ref-taste .top-rank-third {
    padding: 18px 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
  }

  .ref-taste .lower-rank-card {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px 0;
  }

  .ref-taste .lower-rank-card .service-title {
    grid-template-columns: 42px 1fr;
  }

  .ref-taste .lower-logo-slot,
  .ref-taste .rank-detail,
  .ref-taste .lower-rank-card .button {
    grid-column: 1;
  }

  .ref-taste .lower-rank-card .button {
    justify-self: stretch;
    width: 100%;
    margin-top: 2px;
  }

  .ref-taste .lower-logo-slot {
    min-height: 28px;
  }

  .ref-taste .lower-logo-slot .service-logo-wide {
    width: 110px;
  }

  .ref-taste .safe-reason-main {
    padding-left: 14px;
  }
}

/* v67: first-view only editorial redesign */
.ref-taste .hero-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(270px, 0.32fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: end;
  min-height: clamp(520px, 68vh, 690px);
  padding: clamp(48px, 7vw, 88px) clamp(18px, 7vw, 94px) clamp(44px, 6vw, 76px);
  border-bottom: 1px solid rgba(37, 43, 37, 0.15);
  background:
    linear-gradient(90deg, rgba(251, 248, 241, 1), rgba(251, 248, 241, 0.92)),
    #fbf8f1;
}

.ref-taste .hero-editorial::before,
.ref-taste .hero-editorial::after {
  display: none;
}

.ref-taste .hero-editorial .hero-copy {
  max-width: 820px;
  padding: 0;
}

.ref-taste .hero-editorial .kicker {
  margin-bottom: 18px;
  color: #866225;
  font-size: 12px;
}

.ref-taste .hero-editorial h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 5.35vw, 70px);
  line-height: 1.03;
}

.ref-taste .hero-editorial .hero-title-main {
  display: block;
  max-width: 780px;
}

.ref-taste .hero-editorial .hero-title-count {
  display: block;
  margin-top: 12px;
  color: #2b5042;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.18;
}

.ref-taste .hero-editorial .lead {
  max-width: 680px;
  margin: clamp(22px, 3vw, 32px) 0 0;
  color: #343b35;
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 600;
  line-height: 1.95;
}

.ref-taste .hero-editor-note {
  max-width: 650px;
  margin-top: clamp(20px, 3vw, 30px);
  padding: 16px 0 0;
  border-top: 1px solid rgba(37, 43, 37, 0.18);
}

.ref-taste .hero-editor-note p {
  margin: 0;
  color: #4f574f;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.85;
}

.ref-taste .hero-editor-note b {
  color: #202721;
  font-weight: 850;
}

.ref-taste .hero-editorial .hero-actions {
  gap: 10px;
  margin-top: clamp(22px, 3vw, 30px);
}

.ref-taste .hero-editorial .button {
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 3px;
  font-size: 14px;
}

.ref-taste .hero-read-guide {
  align-self: end;
  padding: 0 0 4px clamp(20px, 3vw, 34px);
  border-left: 1px solid rgba(37, 43, 37, 0.18);
}

.ref-taste .hero-read-title {
  margin: 0 0 14px;
  color: #866225;
  font-size: 12px;
  font-weight: 900;
}

.ref-taste .hero-read-guide p:not(.hero-read-title) {
  margin: 0;
  color: #333a34;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.85;
}

.ref-taste .hero-read-guide dl {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  border-top: 1px solid rgba(37, 43, 37, 0.16);
}

.ref-taste .hero-read-guide dl div {
  padding: 13px 0;
  border-bottom: 1px solid rgba(37, 43, 37, 0.16);
}

.ref-taste .hero-read-guide dt {
  color: #263f36;
  font-size: 13px;
  font-weight: 850;
}

.ref-taste .hero-read-guide dd {
  margin: 4px 0 0;
  color: #5b635b;
  font-size: 12px;
  font-weight: 560;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .ref-taste .hero-editorial {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
    padding: 38px 18px 38px;
    background: #fbf8f1;
  }

  .ref-taste .hero-editorial .hero-copy {
    padding-bottom: 0;
  }

  .ref-taste .hero-read-guide {
    max-width: 680px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(37, 43, 37, 0.18);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .ref-taste .hero-editorial {
    padding: 28px 17px 34px;
  }

  .ref-taste .hero-editorial .kicker {
    margin-bottom: 14px;
  }

  .ref-taste .hero-editorial h1 {
    font-size: 35px;
    line-height: 1.08;
  }

  .ref-taste .hero-editorial .hero-title-count {
    margin-top: 10px;
    font-size: 23px;
  }

  .ref-taste .hero-editorial .lead {
    margin-top: 20px;
    font-size: 15.5px;
    line-height: 1.85;
  }

  .ref-taste .hero-editor-note {
    margin-top: 18px;
    padding-top: 14px;
  }

  .ref-taste .hero-editor-note p,
  .ref-taste .hero-read-guide p:not(.hero-read-title) {
    font-size: 13.5px;
    line-height: 1.75;
  }

  .ref-taste .hero-editorial .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .ref-taste .hero-editorial .hero-actions .button {
    width: 100%;
  }

  .ref-taste .hero-read-guide {
    padding-top: 16px;
  }
}

/* v68: full editorial redesign, preserving SEO content and links */
.ref-taste {
  --ink: #20251f;
  --muted: #5d665f;
  --paper: #fbf7ef;
  --paper-deep: #f0eadf;
  --rule: rgba(33, 38, 32, 0.15);
  --accent: #25483a;
  --accent-soft: #e6eee7;
  --gold-ink: #7a5a21;
  background: var(--paper);
}

.ref-taste main {
  overflow: visible;
  border-color: rgba(33, 38, 32, 0.12);
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(55, 43, 25, 0.08);
}

.ref-taste .topbar {
  top: 6px;
  align-items: flex-start;
  border-radius: 3px;
  box-shadow: 0 8px 20px rgba(34, 28, 18, 0.07);
}

.ref-taste .topbar nav {
  max-width: 680px;
  justify-content: flex-end;
  line-height: 1.3;
}

.ref-taste .brand-mark {
  border-radius: 3px;
  background: var(--accent);
}

.ref-taste .hero-editorial {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.28fr);
  align-items: center;
  min-height: auto;
  padding: clamp(44px, 6vw, 78px) clamp(18px, 5.8vw, 76px) clamp(44px, 6vw, 72px);
  background:
    linear-gradient(115deg, rgba(251, 247, 239, 1) 0%, rgba(251, 247, 239, 0.98) 58%, rgba(239, 232, 218, 0.9) 100%),
    var(--paper);
}

.ref-taste .hero-editorial .hero-copy {
  max-width: 850px;
}

.ref-taste .hero-editorial h1 {
  max-width: 850px;
  font-size: clamp(36px, 4.45vw, 58px);
  line-height: 1.08;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ref-taste .hero-editorial .hero-title-main,
.ref-taste .hero-editorial .hero-title-count,
.ref-taste h1 span {
  display: block;
  padding: 0;
  background: transparent;
}

.ref-taste .hero-editorial .hero-title-count {
  max-width: 720px;
  margin-top: 10px;
  color: var(--accent);
  font-size: clamp(22px, 2.45vw, 32px);
  overflow-wrap: anywhere;
}

.ref-taste .hero-editorial .lead {
  max-width: 660px;
  margin-top: clamp(22px, 3vw, 30px);
  font-size: clamp(15.5px, 1.45vw, 18px);
  line-height: 1.9;
  word-break: normal;
  overflow-wrap: anywhere;
}

.ref-taste .hero-editor-note {
  max-width: 680px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}

.ref-taste .hero-editorial .button,
.ref-taste .button {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.ref-taste .hero-read-guide {
  align-self: center;
  padding-left: clamp(18px, 3vw, 32px);
  border-left-color: rgba(33, 38, 32, 0.2);
}

.ref-taste .hero-read-guide dl div {
  padding: 12px 0;
}

.ref-taste .ranking {
  order: 1;
}

.ref-taste .category-branch {
  order: 2;
}

.ref-taste .column-links {
  order: 3;
}

.ref-taste .features {
  order: 4;
}

.ref-taste .safe-reasons {
  order: 5;
}

.ref-taste .flow {
  order: 6;
}

.ref-taste .safety {
  order: 7;
}

.ref-taste .ranking,
.ref-taste .category-branch,
.ref-taste .features,
.ref-taste .flow,
.ref-taste .faq {
  background: var(--paper);
}

.ref-taste .section {
  padding-top: clamp(42px, 5vw, 70px);
  padding-bottom: clamp(42px, 5vw, 70px);
}

.ref-taste .section-title {
  max-width: 1040px;
}

.ref-taste .section-title h2 {
  max-width: 820px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.22;
}

.ref-taste .section-title p {
  max-width: 760px;
  font-weight: 560;
}

.ref-taste .ranking {
  padding-top: clamp(52px, 7vw, 96px);
  border-top: 1px solid var(--rule);
}

.ref-taste .ranking .section-title {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(250px, 0.42fr);
  gap: clamp(18px, 4vw, 54px);
  align-items: end;
  margin-bottom: 24px;
}

.ref-taste .ranking .section-title .kicker,
.ref-taste .ranking .section-title h2 {
  grid-column: 1;
}

.ref-taste .ranking .section-title .kicker {
  align-self: end;
  grid-row: 1;
}

.ref-taste .ranking .section-title h2 {
  grid-row: 2;
}

.ref-taste .ranking .section-title p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin-bottom: 4px;
}

.ref-taste .ranking-basis {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 1fr);
  max-width: 1040px;
  margin-bottom: 34px;
  padding: 18px 0 22px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.ref-taste .ranking-basis dl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ref-taste .ranking-basis dl div {
  padding: 0 14px;
}

.ref-taste .top3-podium-layout {
  max-width: 1040px;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.82fr);
  grid-template-areas:
    "first second"
    "first third";
  gap: 0 26px;
  align-items: stretch;
  margin-top: 30px;
}

.ref-taste .top-rank-first {
  grid-area: first;
}

.ref-taste .top-rank-second {
  grid-area: second;
}

.ref-taste .top-rank-third {
  grid-area: third;
}

.ref-taste .top-rank-card,
.ref-taste .top-rank-first {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ref-taste .top-rank-card::before {
  display: none;
}

.ref-taste .top-rank-first {
  padding: clamp(28px, 4vw, 44px);
  border-top: 4px solid var(--gold-ink);
  background: #fff8e7;
}

.ref-taste .top-rank-second,
.ref-taste .top-rank-third {
  padding: 22px 0 22px 24px;
  border-top: 1px solid var(--rule);
  background: transparent;
}

.ref-taste .top-rank-third {
  border-bottom: 1px solid var(--rule);
}

.ref-taste .top-rank-first .service-title {
  grid-template-columns: 180px minmax(0, 1fr);
  margin: 18px 0;
}

.ref-taste .top-rank-first h3 {
  font-size: clamp(30px, 3.6vw, 46px);
}

.ref-taste .top-rank-first .service-title p {
  font-size: 16px;
}

.ref-taste .top-rank-second .service-title,
.ref-taste .top-rank-third .service-title {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
}

.ref-taste .top-rank-second .service-title img,
.ref-taste .top-rank-third .service-title img {
  width: 96px;
}

.ref-taste .rank-label {
  padding: 4px 7px;
  border-radius: 2px;
}

.ref-taste .rank-reason span {
  display: none;
}

.ref-taste .top-rank-first .rank-reason strong {
  max-width: 680px;
  font-size: clamp(20px, 2.25vw, 27px);
}

.ref-taste .rank-reason p {
  max-width: 700px;
}

.ref-taste .selling-points {
  margin-top: 4px;
}

.ref-taste .selling-points li {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gold-ink);
}

.ref-taste .selling-points li::before {
  content: "#";
  margin-right: 2px;
  color: rgba(122, 90, 33, 0.65);
}

.ref-taste .cta-proof {
  text-align: left;
}

.ref-taste .top-rank-second .cta-proof,
.ref-taste .top-rank-third .cta-proof {
  display: none;
}

.ref-taste .lower-rank-list {
  max-width: 1040px;
  margin-top: 36px;
  border-top: 1px solid var(--rule);
}

.ref-taste .lower-rank-card {
  grid-template-columns: minmax(150px, 0.24fr) minmax(92px, 0.12fr) minmax(0, 1fr) 118px;
  gap: 10px 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--rule);
}

.ref-taste .rank-inline {
  color: var(--gold-ink);
  font-size: 12px;
}

.ref-taste .lower-rank-card h3 {
  font-size: 17px;
}

.ref-taste .lower-rank-card .rank-detail p {
  max-width: 620px;
  font-weight: 550;
}

.ref-taste .lower-note {
  color: #6f746d;
}

.ref-taste .compact-specs {
  margin-top: 2px;
}

.ref-taste .category-branch {
  border-top: 1px solid var(--rule);
  padding-top: clamp(42px, 5vw, 70px);
}

.ref-taste .category-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0 42px;
  max-width: 1040px;
}

.ref-taste .category-card {
  grid-template-columns: minmax(130px, 0.36fr) minmax(0, 1fr);
  padding: 18px 0;
}

.ref-taste .category-card-wide {
  grid-row: span 3;
  align-content: start;
  padding: 24px 28px 0 0;
}

.ref-taste .category-card-wide h3 {
  font-size: clamp(25px, 2.8vw, 36px);
}

.ref-taste .category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ref-taste .mini-pick {
  min-height: 30px;
  padding: 6px 9px;
}

.ref-taste .column-links {
  background: var(--paper-deep);
}

.ref-taste .features {
  border-top: 1px solid var(--rule);
}

.ref-taste .feature-list {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0 42px;
  max-width: 1040px;
}

.ref-taste .feature-list article:first-child {
  grid-row: span 2;
}

.ref-taste .feature-list article {
  padding: 20px 0;
}

.ref-taste .feature-list article:first-child h3 {
  font-size: clamp(28px, 3vw, 42px);
}

.ref-taste .safe-reasons {
  background: #f3ede2;
}

.ref-taste .safe-reason-layout {
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
}

.ref-taste .safe-reason-main {
  padding: 8px 0 8px 18px;
  border-left: 3px solid var(--gold-ink);
}

.ref-taste .safe-reason-cards {
  grid-template-columns: 1fr;
  gap: 0;
}

.ref-taste .safe-reason-cards article {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
}

.ref-taste .flow {
  border-top: 1px solid var(--rule);
}

.ref-taste .flow-visual-grid {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 50px);
}

.ref-taste .flow-phone-card {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.ref-taste .phone-shell {
  width: min(210px, 100%);
  box-shadow: 0 16px 26px rgba(23, 37, 31, 0.16);
}

.ref-taste .flow-phone-copy {
  margin-top: 18px;
}

.ref-taste .flow-step-cards {
  grid-template-columns: 1fr;
}

.ref-taste .flow-step-cards li {
  grid-template-columns: 62px minmax(150px, 0.35fr) minmax(0, 1fr);
  min-height: auto;
  padding: 14px 0;
}

.ref-taste .flow-step-cards img {
  width: 54px;
  grid-row: 1;
}

.ref-taste .flow-step-cards small {
  grid-column: 3;
}

.ref-taste .safety-grid {
  max-width: 900px;
}

.ref-taste .safety-grid article {
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
}

.ref-taste .faq {
  border-top: 1px solid var(--rule);
}

.ref-taste .final-cta {
  background:
    linear-gradient(90deg, rgba(37, 72, 58, 0.96), rgba(37, 72, 58, 0.88) 72%, rgba(37, 72, 58, 0.78)),
    url("assets/optimized/hero-top3-push.jpg") right center / min(42vw, 520px) auto no-repeat;
}

.ref-taste .policy-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .ref-taste main,
  .ref-taste .topbar {
    width: min(calc(100% - 20px), 1160px);
  }

  .ref-taste .topbar {
    display: grid;
    gap: 10px;
  }

  .ref-taste .topbar nav {
    justify-content: flex-start;
    max-width: 100%;
  }

  .ref-taste .hero-editorial,
  .ref-taste .ranking .section-title,
  .ref-taste .ranking-basis,
  .ref-taste .category-grid,
  .ref-taste .feature-list,
  .ref-taste .safe-reason-layout,
  .ref-taste .flow-visual-grid {
    grid-template-columns: 1fr;
  }

  .ref-taste .ranking .section-title .kicker,
  .ref-taste .ranking .section-title h2,
  .ref-taste .ranking .section-title p {
    grid-column: 1;
    grid-row: auto;
  }

  .ref-taste .hero-read-guide {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--rule);
  }

  .ref-taste .top3-podium-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "first"
      "second"
      "third";
    gap: 0;
  }

  .ref-taste .top-rank-first {
    margin-bottom: 18px;
  }

  .ref-taste .top-rank-second,
  .ref-taste .top-rank-third {
    padding-left: 0;
  }

  .ref-taste .ranking-basis dl {
    grid-template-columns: 1fr 1fr;
  }

  .ref-taste .category-card-wide,
  .ref-taste .feature-list article:first-child {
    grid-row: auto;
    padding-right: 0;
  }

  .ref-taste .flow-step-cards li {
    grid-template-columns: 54px minmax(120px, 0.34fr) minmax(0, 1fr);
  }

  .ref-taste .policy-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .ref-taste main,
  .ref-taste .topbar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
  }

  .ref-taste .topbar {
    top: 0;
    border-radius: 0;
  }

  .ref-taste .topbar nav {
    gap: 7px 11px;
    font-size: 12px;
  }

  .ref-taste .hero-editorial {
    padding: 30px 17px 36px;
  }

  .ref-taste .hero-editorial h1 {
    font-size: clamp(32px, 9.2vw, 40px);
    line-height: 1.12;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .ref-taste .hero-editorial .hero-title-count {
    font-size: clamp(21px, 6vw, 26px);
  }

  .ref-taste .hero-editorial .hero-actions {
    grid-template-columns: 1fr;
  }

  .ref-taste .section {
    padding-left: 17px;
    padding-right: 17px;
  }

  .ref-taste .ranking-basis dl {
    grid-template-columns: 1fr;
  }

  .ref-taste .ranking-basis dl div {
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid var(--rule);
  }

  .ref-taste .top-rank-first {
    padding: 22px 18px;
  }

  .ref-taste .top-rank-first .service-title,
  .ref-taste .top-rank-second .service-title,
  .ref-taste .top-rank-third .service-title,
  .ref-taste .category-card,
  .ref-taste .safe-reason-cards article,
  .ref-taste .safety-grid article,
  .ref-taste .flow-step-cards li {
    grid-template-columns: 1fr;
  }

  .ref-taste .top-rank-first .service-title img {
    width: 142px;
  }

  .ref-taste .top-rank-second .service-title img,
  .ref-taste .top-rank-third .service-title img {
    width: 112px;
  }

  .ref-taste .lower-rank-card {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px 0;
  }

  .ref-taste .lower-rank-card .service-title,
  .ref-taste .lower-logo-slot,
  .ref-taste .rank-detail,
  .ref-taste .lower-rank-card .button {
    grid-column: 1;
    grid-row: auto;
  }

  .ref-taste .lower-rank-card .button {
    width: 100%;
  }

  .ref-taste .flow-step-cards img,
  .ref-taste .flow-step-cards small {
    grid-column: 1;
  }

  .ref-taste .policy-grid {
    grid-template-columns: 1fr;
  }

  .ref-taste .final-cta {
    background: #25483a;
  }
}

/* v69: information architecture consolidation */
.ref-taste .hero-editorial {
  grid-template-columns: 1fr;
}

.ref-taste .hero-editorial .hero-copy {
  max-width: 860px;
}

.ref-taste .category-branch {
  order: 1;
}

.ref-taste .ranking {
  order: 2;
}

.ref-taste .column-links {
  order: 3;
}

.ref-taste .safe-reasons {
  order: 4;
}

.ref-taste .flow {
  order: 5;
}

.ref-taste .faq {
  order: 6;
}

.ref-taste .site-policy {
  order: 7;
}

.ref-taste .source-note {
  order: 8;
}

.ref-taste .category-branch {
  border-top: 1px solid var(--rule);
  padding-top: clamp(44px, 5.5vw, 72px);
}

.ref-taste .intro-read-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  max-width: 1040px;
  margin: -6px auto 28px;
  padding: 16px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.ref-taste .intro-read-row p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #5d665f;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.7;
}

.ref-taste .intro-read-row p + p {
  padding-left: 28px;
  border-left: 1px solid var(--rule);
}

.ref-taste .intro-read-row b {
  color: var(--accent);
  font-size: 15px;
  font-weight: 900;
}

.ref-taste .comparison-note {
  max-width: 1040px;
  margin: clamp(30px, 5vw, 54px) auto 0;
  padding-top: clamp(24px, 4vw, 40px);
  border-top: 1px solid var(--rule);
}

.ref-taste .comparison-note h2 {
  max-width: 760px;
  margin-bottom: 10px;
  color: #171b21;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.22;
}

.ref-taste .comparison-note > p {
  max-width: 760px;
  color: #5d665f;
  font-weight: 560;
  line-height: 1.85;
}

.ref-taste .comparison-note .feature-list {
  margin-top: 18px;
}

.ref-taste .ranking {
  border-top: 0;
  padding-top: clamp(42px, 5vw, 72px);
}

.ref-taste .column-links {
  border-top: 1px solid var(--rule);
}

.ref-taste .safe-reasons {
  border-top: 1px solid var(--rule);
}

.ref-taste .safe-reason-cards article {
  grid-template-columns: minmax(160px, 0.31fr) minmax(0, 1fr);
}

.ref-taste .confirm-cta-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  max-width: 1040px;
  margin: 24px auto 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--rule);
}

.ref-taste .confirm-cta-inline h3 {
  margin-bottom: 6px;
  color: #171b21;
  font-size: clamp(20px, 2.2vw, 27px);
}

.ref-taste .confirm-cta-inline p {
  max-width: 660px;
  margin: 0;
  color: #5d665f;
  font-weight: 560;
  line-height: 1.75;
}

.ref-taste .confirm-cta-inline .hero-actions {
  justify-content: flex-end;
  min-width: min(100%, 430px);
}

@media (max-width: 980px) {
  .ref-taste .intro-read-row,
  .ref-taste .confirm-cta-inline {
    grid-template-columns: 1fr;
  }

  .ref-taste .intro-read-row p + p {
    padding: 14px 0 0;
    border-left: 0;
    border-top: 1px solid var(--rule);
  }

  .ref-taste .safe-reason-cards article {
    grid-template-columns: 1fr;
  }

  .ref-taste .confirm-cta-inline .hero-actions {
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .ref-taste .intro-read-row {
    margin-bottom: 22px;
  }

  .ref-taste .comparison-note {
    margin-top: 28px;
  }

  .ref-taste .confirm-cta-inline .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ref-taste .confirm-cta-inline .button {
    width: 100%;
  }
}

/* v70 final overrides: reduce pre-ranking fragmentation without changing downstream SEO blocks */
.ref-taste .category-branch {
  padding-bottom: clamp(30px, 4.5vw, 52px);
}

.ref-taste .intro-editorial {
  max-width: 900px;
}

.ref-taste .intro-editorial p + p {
  margin-top: 12px;
}

.ref-taste .pre-rank-links {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 0 clamp(26px, 5vw, 58px);
  max-width: 1040px;
  margin: 24px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--rule);
}

.ref-taste .pre-rank-links > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}

.ref-taste .pre-rank-links > div:first-child {
  grid-row: span 2;
  padding-right: clamp(8px, 3vw, 30px);
}

.ref-taste .pre-rank-links h3 {
  margin: 0 0 8px;
  color: #171b21;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.3vw, 31px);
  line-height: 1.28;
  letter-spacing: 0;
}

.ref-taste .pre-rank-links p {
  margin: 0;
  color: #59625d;
  font-size: 15px;
  font-weight: 540;
  line-height: 1.85;
}

.ref-taste .pre-rank-links .text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
}

.ref-taste .pre-rank-links .text-links a {
  color: var(--accent);
  font-size: 13px;
  font-weight: 820;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ref-taste .column-links {
  padding-top: clamp(32px, 4.5vw, 54px);
}

.ref-taste .column-shell {
  align-items: start;
}

.ref-taste .column-heading h2 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.ref-taste .lower-rank-card .rank-detail p {
  line-height: 1.75;
}

@media (max-width: 980px) {
  .ref-taste .pre-rank-links {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .ref-taste .pre-rank-links > div:first-child {
    grid-row: auto;
    padding-right: 0;
  }
}

@media (max-width: 620px) {
  .ref-taste .intro-editorial p + p {
    margin-top: 10px;
  }

  .ref-taste .pre-rank-links {
    gap: 0;
    padding-top: 14px;
  }

  .ref-taste .pre-rank-links > div {
    padding: 16px 0;
  }

  .ref-taste .pre-rank-links h3 {
    font-size: 21px;
  }

  .ref-taste .pre-rank-links p {
    font-size: 14px;
  }
}

/* v70 viewport guard */
.ref-taste .hero-editorial h1,
.ref-taste .hero-editorial .hero-title-main {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

@media (max-width: 620px) {
  .ref-taste .hero-editorial,
  .ref-taste .hero-editorial .hero-copy,
  .ref-taste .hero-editorial h1,
  .ref-taste .hero-editorial .lead,
  .ref-taste .hero-editor-note {
    max-width: 100%;
    min-width: 0;
  }

  .ref-taste .hero-editorial h1 {
    font-size: clamp(31px, 9.2vw, 35px);
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* v71: simplify first view and pre-ranking copy without removing SEO content */
.ref-taste .hero-editorial {
  padding-top: clamp(38px, 5.6vw, 70px);
  padding-bottom: clamp(34px, 5vw, 62px);
}

.ref-taste .hero-editorial .hero-copy {
  max-width: 760px;
}

.ref-taste .hero-editorial h1 {
  max-width: 720px;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.ref-taste .hero-editorial .lead {
  max-width: 560px;
  margin-top: clamp(16px, 2vw, 22px);
  font-size: clamp(15.5px, 1.25vw, 17px);
  line-height: 1.72;
}

.ref-taste .hero-editorial .hero-actions {
  margin-top: clamp(18px, 2.4vw, 26px);
}

.ref-taste .hero-editorial .button {
  min-height: 42px;
  padding: 10px 16px;
}

.ref-taste .category-branch {
  padding-top: clamp(34px, 4.6vw, 58px);
}

.ref-taste .intro-editorial {
  max-width: 860px;
}

.ref-taste .intro-editorial p {
  max-width: 760px;
}

.ref-taste .pre-rank-links {
  display: block;
  max-width: 860px;
  margin-top: 18px;
  padding-top: 14px;
}

.ref-taste .pre-rank-links > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.24fr) minmax(0, 1fr);
  gap: 8px clamp(16px, 3vw, 28px);
  align-items: baseline;
  padding: 12px 0;
}

.ref-taste .pre-rank-links > div:first-child {
  padding-right: 0;
}

.ref-taste .pre-rank-links h3 {
  margin: 0;
  font-family: inherit;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 850;
  line-height: 1.45;
}

.ref-taste .pre-rank-links p {
  font-size: 14px;
  line-height: 1.75;
}

.ref-taste .pre-rank-links .text-links {
  grid-column: 2;
  margin-top: 2px;
}

.ref-taste .lower-rank-card .rank-detail p {
  font-weight: 520;
}

@media (max-width: 760px) {
  .ref-taste .pre-rank-links > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ref-taste .pre-rank-links .text-links {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  .ref-taste .hero-editorial {
    padding-top: 26px;
    padding-bottom: 31px;
  }

  .ref-taste .hero-editorial h1 {
    font-size: clamp(31px, 8.6vw, 38px);
    line-height: 1.14;
  }

  .ref-taste .hero-editorial .lead {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.68;
  }

  .ref-taste .hero-editorial .hero-actions {
    margin-top: 18px;
  }
}

/* v71 design-unification pass: typography, spacing, cards, and responsive rhythm only */
.ref-taste {
  --content-wide: 1040px;
  --content-text: 760px;
  --space-section: clamp(34px, 4.4vw, 56px);
  --space-section-x: clamp(18px, 4.8vw, 60px);
  --space-card: clamp(16px, 2.1vw, 20px);
  --radius-ui: 8px;
}

.ref-taste main {
  width: min(calc(100% - 24px), 1160px);
}

.ref-taste body,
body.ref-taste {
  font-size: 15.5px;
  line-height: 1.72;
}

.ref-taste .section {
  padding: var(--space-section) var(--space-section-x);
}

.ref-taste .section-title,
.ref-taste .column-shell,
.ref-taste .guide-grid,
.ref-taste .ranking-basis,
.ref-taste .rank-layout,
.ref-taste .service-review-summary,
.ref-taste .lower-rank-list,
.ref-taste .decision-guide,
.ref-taste .comparison-table,
.ref-taste .safe-reason-layout,
.ref-taste .flow-visual-grid,
.ref-taste .flow-steps,
.ref-taste .faq-list,
.ref-taste .site-policy-inner,
.ref-taste .source-note-inner {
  max-width: var(--content-wide);
}

.ref-taste .section-title {
  margin-bottom: clamp(20px, 2.6vw, 28px);
}

.ref-taste .section-title h2,
.ref-taste .column-heading h2,
.ref-taste .guide-article h2 {
  max-width: 820px;
  margin-bottom: 10px;
  font-size: clamp(24px, 2.45vw, 31px);
  line-height: 1.3;
}

.ref-taste h3,
.ref-taste .safe-reason-main h3,
.ref-taste .safe-reason-cards h3,
.ref-taste .guide-grid h3,
.ref-taste .feature-list h3,
.ref-taste .ranking-basis h3 {
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.36;
}

.ref-taste p,
.ref-taste li,
.ref-taste dd,
.ref-taste small {
  overflow-wrap: anywhere;
}

.ref-taste .section-title p,
.ref-taste .intro-editorial p,
.ref-taste .pre-rank-links p,
.ref-taste .ranking-basis p,
.ref-taste .rank-reason p,
.ref-taste .rank-detail p,
.ref-taste .safe-reason-main p,
.ref-taste .safe-reason-cards p,
.ref-taste .guide-grid p,
.ref-taste .feature-list p,
.ref-taste .flow-phone-copy p {
  max-width: var(--content-text);
  font-size: 14.5px;
  line-height: 1.72;
  font-weight: 650;
}

.ref-taste .lead,
.ref-taste .hero-editorial .lead {
  max-width: 620px;
  font-size: clamp(15.5px, 1.25vw, 17px);
  line-height: 1.72;
  font-weight: 650;
}

.ref-taste .button,
.ref-taste .mini-pick,
.ref-taste .compact-button,
.ref-taste .podium-row em {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: var(--radius-ui);
  font-size: 14px;
  line-height: 1.35;
}

.ref-taste .compact-button {
  min-height: 38px;
  padding: 8px 10px;
  font-size: 12.5px;
}

.ref-taste .rank-card,
.ref-taste .feature-list article,
.ref-taste .guide-grid a,
.ref-taste .seo-branch-grid article,
.ref-taste .safe-reason-main,
.ref-taste .safe-reason-cards article,
.ref-taste .decision-guide,
.ref-taste .ranking-basis,
.ref-taste .flow-step-cards li,
.ref-taste .flow-phone-card,
.ref-taste .pre-rank-links > div {
  border-radius: var(--radius-ui);
}

.ref-taste .rank-card,
.ref-taste .feature-list article,
.ref-taste .guide-grid a,
.ref-taste .seo-branch-grid article,
.ref-taste .safe-reason-cards article {
  padding: var(--space-card);
}

.ref-taste .rank-layout,
.ref-taste .top3-podium-layout,
.ref-taste .feature-list,
.ref-taste .safe-reason-cards,
.ref-taste .flow-step-cards,
.ref-taste .guide-grid,
.ref-taste .seo-branch-grid,
.ref-taste .service-review-summary {
  gap: clamp(12px, 1.8vw, 16px);
}

.ref-taste .top-rank-card {
  min-height: 0;
}

.ref-taste .top-rank-first {
  min-height: 0;
  padding: clamp(18px, 2.2vw, 22px);
}

.ref-taste .top-rank-second,
.ref-taste .top-rank-third {
  min-height: 0;
}

.ref-taste .top-rank-card .service-title,
.ref-taste .top-rank-first .service-title {
  min-height: 118px;
}

.ref-taste .top-rank-card h3,
.ref-taste .top-rank-first h3 {
  font-size: clamp(20px, 1.9vw, 25px);
  line-height: 1.32;
}

.ref-taste .rank-reason,
.ref-taste .top-rank-first .rank-reason {
  min-height: 0;
  padding: 13px;
}

.ref-taste .rank-reason strong {
  font-size: 15px;
  line-height: 1.5;
}

.ref-taste .selling-points {
  gap: 8px;
}

.ref-taste .selling-points li {
  padding: 7px 9px;
  font-size: 12.5px;
  line-height: 1.35;
}

.ref-taste .lower-rank-card {
  grid-template-columns: minmax(138px, 0.25fr) minmax(104px, 0.16fr) minmax(0, 1fr) 132px;
  gap: 10px 16px;
  min-height: 0;
  padding: 15px 16px;
}

.ref-taste .lower-rank-card h3 {
  font-size: 17px;
  line-height: 1.35;
}

.ref-taste .lower-rank-card .rank-detail p {
  font-size: 13.5px;
  line-height: 1.68;
}

.ref-taste .lower-rank-card .button {
  width: 132px;
  min-height: 40px;
  font-size: 12.5px;
}

.ref-taste .compact-specs {
  gap: 5px 10px;
}

.ref-taste .compact-specs div {
  margin-right: 0;
  font-size: 11px;
}

.ref-taste .compact-specs div:not(:last-child)::after {
  display: none;
}

.ref-taste .comparison-row {
  grid-template-columns: 56px minmax(150px, 1.2fr) repeat(4, minmax(104px, 0.78fr)) 112px;
  gap: 8px;
  min-width: 860px;
  font-size: 12.8px;
  line-height: 1.45;
}

.ref-taste .topbar nav {
  gap: 8px 14px;
  font-size: 13px;
}

.ref-taste .brand {
  min-width: 0;
}

.ref-taste .brand > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .ref-taste .topbar {
    align-items: flex-start;
  }

  .ref-taste .hero,
  .ref-taste .hero-editorial,
  .ref-taste .rank-layout,
  .ref-taste .top3-podium-layout,
  .ref-taste .decision-guide,
  .ref-taste .safe-reason-layout,
  .ref-taste .flow-visual-grid,
  .ref-taste .ranking-basis {
    grid-template-columns: 1fr;
  }

  .ref-taste .top-rank-first {
    order: 1;
    transform: none;
  }

  .ref-taste .top-rank-second {
    order: 2;
  }

  .ref-taste .top-rank-third {
    order: 3;
  }

  .ref-taste .safe-reason-cards,
  .ref-taste .feature-list,
  .ref-taste .service-review-summary,
  .ref-taste .seo-branch-grid,
  .ref-taste .flow-step-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ref-taste .lower-rank-card {
    grid-template-columns: 1fr;
  }

  .ref-taste .lower-rank-card .rank-head,
  .ref-taste .lower-rank-card .service-title,
  .ref-taste .lower-logo-slot,
  .ref-taste .rank-detail,
  .ref-taste .lower-rank-card .button {
    grid-column: 1;
    grid-row: auto;
  }

  .ref-taste .lower-rank-card .button {
    justify-self: stretch;
    width: 100%;
  }

  .ref-taste .lower-logo-slot {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .ref-taste main,
  .ref-taste .topbar {
    width: min(calc(100% - 16px), 1160px);
  }

  .ref-taste .section {
    padding: 30px 16px;
  }

  .ref-taste h1,
  .ref-taste .hero-editorial h1 {
    font-size: clamp(31px, 8.4vw, 38px);
    line-height: 1.16;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .ref-taste .section-title h2,
  .ref-taste .column-heading h2,
  .ref-taste .guide-article h2 {
    font-size: clamp(22px, 6vw, 27px);
    line-height: 1.34;
  }

  .ref-taste h3,
  .ref-taste .safe-reason-main h3,
  .ref-taste .safe-reason-cards h3,
  .ref-taste .guide-grid h3,
  .ref-taste .feature-list h3,
  .ref-taste .ranking-basis h3 {
    font-size: 18px;
  }

  .ref-taste .section-title p,
  .ref-taste .intro-editorial p,
  .ref-taste .pre-rank-links p,
  .ref-taste .ranking-basis p,
  .ref-taste .rank-reason p,
  .ref-taste .rank-detail p,
  .ref-taste .safe-reason-main p,
  .ref-taste .safe-reason-cards p,
  .ref-taste .guide-grid p,
  .ref-taste .feature-list p,
  .ref-taste .flow-phone-copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .ref-taste .hero-info-grid,
  .ref-taste .podium-row,
  .ref-taste .category-actions,
  .ref-taste .feature-list,
  .ref-taste .safe-reason-cards,
  .ref-taste .service-review-summary,
  .ref-taste .seo-branch-grid,
  .ref-taste .flow-step-cards,
  .ref-taste .flow-phone-card,
  .ref-taste .flow-steps,
  .ref-taste .column-list,
  .ref-taste .ranking-basis dl {
    grid-template-columns: 1fr;
  }

  .ref-taste .button,
  .ref-taste .hero-actions .button,
  .ref-taste .category-actions,
  .ref-taste .category-card {
    width: 100%;
  }

  .ref-taste .category-card,
  .ref-taste .lower-rank-card {
    grid-template-columns: 1fr;
  }

  .ref-taste .category-actions,
  .ref-taste .lower-rank-card .rank-head,
  .ref-taste .lower-rank-card .service-title,
  .ref-taste .lower-logo-slot,
  .ref-taste .rank-detail,
  .ref-taste .lower-rank-card .button {
    grid-column: 1;
    grid-row: auto;
  }

  .ref-taste .lower-rank-card .rank-head {
    align-items: flex-start;
  }

  .ref-taste .lower-logo-slot {
    justify-content: flex-start;
  }

  .ref-taste .compact-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .ref-taste .compact-specs div {
    padding: 7px 8px;
    border: 1px solid rgba(216, 205, 184, 0.78);
    border-radius: 8px;
    background: #fffaf0;
  }

  .ref-taste .comparison-row {
    min-width: 720px;
  }
}

/* v71 overflow polish: no content changes, only shared sizing and wrapping rules. */
.ref-taste h1,
.ref-taste h2,
.ref-taste h3,
.ref-taste .hero-title-main,
.ref-taste .section-title h2,
.ref-taste .top-rank-card h3,
.ref-taste .lower-rank-card h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.ref-taste .hero-title-main {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.ref-taste .section-title,
.ref-taste .intro-editorial,
.ref-taste .ranking .section-title,
.ref-taste .column-heading {
  display: block;
}

.ref-taste .section-title > p,
.ref-taste .intro-editorial > p,
.ref-taste .ranking .section-title > p,
.ref-taste .column-heading > p,
.ref-taste .lead,
.ref-taste .hero-editorial .lead {
  max-width: min(100%, var(--content-text));
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.ref-taste .text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.ref-taste .text-links a {
  display: inline-block;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .ref-taste .ranking .section-title,
  .ref-taste .section-title.compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .ref-taste {
    --space-section: 31px;
    --space-section-x: 14px;
  }

  .ref-taste main,
  .ref-taste .topbar {
    width: 100%;
    max-width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .ref-taste main,
  .ref-taste .hero,
  .ref-taste .section,
  .ref-taste .section-title,
  .ref-taste .intro-editorial,
  .ref-taste .pre-rank-links,
  .ref-taste .pre-rank-links > div,
  .ref-taste .ranking-basis,
  .ref-taste .rank-layout,
  .ref-taste .lower-rank-list,
  .ref-taste .feature-list,
  .ref-taste .guide-grid,
  .ref-taste .safe-reason-layout,
  .ref-taste .flow-visual-grid {
    min-width: 0;
    max-width: 100%;
  }

  .ref-taste .hero,
  .ref-taste .hero-editorial {
    padding-left: 17px;
    padding-right: 17px;
  }

  .ref-taste h1,
  .ref-taste .hero-editorial h1 {
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.2;
    word-break: break-all;
  }

  .ref-taste .hero-title-main {
    display: block;
  }

  .ref-taste .section-title h2,
  .ref-taste .column-heading h2,
  .ref-taste .guide-article h2,
  .ref-taste .ranking .section-title h2 {
    font-size: clamp(20px, 5.3vw, 22px);
    line-height: 1.42;
    word-break: break-all;
  }

  .ref-taste .section-title p,
  .ref-taste .lead,
  .ref-taste .hero-editorial .lead,
  .ref-taste .intro-editorial p,
  .ref-taste .pre-rank-links p,
  .ref-taste .ranking-basis p,
  .ref-taste .rank-reason p,
  .ref-taste .rank-detail p,
  .ref-taste .safe-reason-main p,
  .ref-taste .safe-reason-cards p,
  .ref-taste .guide-grid p,
  .ref-taste .feature-list p,
  .ref-taste .flow-phone-copy p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.78;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .ref-taste .pre-rank-links {
    max-width: 100%;
  }

  .ref-taste .pre-rank-links > div {
    padding: 13px 0;
  }

  .ref-taste .hero-actions {
    grid-template-columns: 1fr;
  }

  .ref-taste .button,
  .ref-taste .hero-actions .button,
  .ref-taste .top-rank-card .button.full,
  .ref-taste .lower-rank-card .button {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 14px;
    white-space: normal;
  }

  .ref-taste .rank-card,
  .ref-taste .feature-list article,
  .ref-taste .guide-grid a,
  .ref-taste .seo-branch-grid article,
  .ref-taste .safe-reason-cards article,
  .ref-taste .ranking-basis,
  .ref-taste .decision-guide {
    padding: 15px;
  }

  .ref-taste .comparison-table {
    overflow-x: auto;
  }
}

/* v72 FV advertising layout: first view only */
.ref-taste .hero-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.34fr);
  gap: clamp(24px, 5.6vw, 76px);
  align-items: stretch;
  min-height: clamp(430px, 62vh, 620px);
  padding: clamp(46px, 7vw, 86px) clamp(18px, 6.5vw, 86px) clamp(38px, 5.8vw, 72px);
  overflow: hidden;
  border-bottom: 1px solid rgba(33, 38, 32, 0.16);
  background: #fbf7ef;
}

.ref-taste .hero-editorial::before {
  display: block;
  inset: 0 0 0 auto;
  width: min(52%, 620px);
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 1) 0%, rgba(251, 247, 239, 0.7) 30%, rgba(251, 247, 239, 0.16) 100%),
    url("assets/optimized/hero-ticket-buyback.jpg") right bottom / contain no-repeat;
  opacity: 0.42;
  filter: saturate(0.82) contrast(0.98);
}

.ref-taste .hero-editorial::after {
  display: block;
  inset: auto clamp(18px, 6.5vw, 86px) clamp(24px, 4vw, 42px);
  height: 1px;
  background: rgba(33, 38, 32, 0.16);
}

.ref-taste .hero-editorial .hero-copy {
  position: relative;
  z-index: 1;
  align-content: center;
  max-width: 820px;
  min-height: 100%;
}

.ref-taste .hero-editorial .kicker {
  margin: 0 0 clamp(18px, 3.2vw, 34px);
  color: #775921;
  font-size: 12px;
  font-weight: 850;
}

.ref-taste .hero-editorial h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(50px, 7.4vw, 92px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ref-taste .hero-editorial .hero-title-main {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  color: #1f271f;
}

.ref-taste .hero-editorial .lead {
  max-width: 430px;
  margin: clamp(18px, 2.5vw, 28px) 0 0 clamp(4px, 0.7vw, 10px);
  color: #3e473f;
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 620;
  line-height: 1.78;
  word-break: normal;
}

.ref-taste .hero-editorial .hero-actions {
  display: flex;
  margin: clamp(24px, 3.8vw, 42px) 0 0 clamp(4px, 0.7vw, 10px);
}

.ref-taste .hero-editorial .button.primary {
  width: auto;
  min-height: 46px;
  padding: 11px 22px;
  border: 1px solid #243029;
  border-radius: 2px;
  background: #243029;
  color: #fff;
  box-shadow: none;
  font-size: 14px;
}

.ref-taste .hero-ad-visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 0 0 clamp(20px, 4vw, 46px) clamp(18px, 3.4vw, 42px);
  border-left: 1px solid rgba(33, 38, 32, 0.18);
  color: rgba(35, 43, 35, 0.76);
}

.ref-taste .hero-ad-number {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 13vw, 168px);
  line-height: 0.78;
  letter-spacing: 0;
}

.ref-taste .hero-ad-label {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  .ref-taste .hero-editorial {
    grid-template-columns: 1fr minmax(112px, 0.22fr);
    gap: 20px;
    min-height: clamp(400px, 58vh, 540px);
    padding: 42px 28px 42px;
  }

  .ref-taste .hero-editorial h1 {
    font-size: clamp(44px, 8.5vw, 68px);
  }

  .ref-taste .hero-ad-number {
    font-size: clamp(64px, 15vw, 118px);
  }
}

@media (max-width: 620px) {
  .ref-taste .top3-podium-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "first"
      "second"
      "third";
    gap: 12px;
  }

  .ref-taste .top-rank-first {
    padding: 24px 18px;
  }

  .ref-taste .top-rank-first .service-title {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 16px;
  }

  .ref-taste .top-rank-first .service-title img {
    width: 96px;
  }

  .ref-taste .top-rank-first h3 {
    font-size: 30px;
  }

  .ref-taste .top-rank-first .rank-reason strong {
    font-size: 21px;
  }

  .ref-taste .top-rank-info div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ref-taste .top-rank-second,
  .ref-taste .top-rank-third {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 9px 11px;
    padding: 15px 0 15px 10px;
  }

  .ref-taste .top-rank-second .service-title,
  .ref-taste .top-rank-third .service-title {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  .ref-taste .top-rank-second .service-title img,
  .ref-taste .top-rank-third .service-title img {
    width: 58px;
    max-height: 38px;
  }

  .ref-taste .top-rank-second h3,
  .ref-taste .top-rank-third h3 {
    font-size: 20px;
  }

  .ref-taste .top-rank-second .cta-stack,
  .ref-taste .top-rank-third .cta-stack {
    width: 100%;
  }

  .ref-taste .hero-editorial {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
    padding: 30px 17px 30px;
  }

  .ref-taste .hero-editorial::before {
    width: 100%;
    opacity: 0.18;
    background:
      linear-gradient(180deg, rgba(251, 247, 239, 1) 0%, rgba(251, 247, 239, 0.88) 54%, rgba(251, 247, 239, 0.66) 100%),
      url("assets/optimized/hero-ticket-buyback.jpg") right bottom / 270px auto no-repeat;
  }

  .ref-taste .hero-editorial::after {
    inset: auto 17px 18px;
  }

  .ref-taste .hero-editorial .hero-copy {
    min-height: 0;
  }

  .ref-taste .hero-editorial .kicker {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .ref-taste .hero-editorial h1 {
    max-width: 100%;
    font-size: clamp(40px, 11vw, 50px);
    line-height: 1.02;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .ref-taste .hero-editorial .lead {
    max-width: 260px;
    margin-top: 16px;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.62;
    word-break: normal;
  }

  .ref-taste .hero-editorial .hero-actions {
    margin-top: 22px;
    margin-left: 0;
  }

  .ref-taste .hero-editorial .button.primary {
    width: auto;
    min-height: 43px;
    padding: 10px 16px;
    font-size: 13.5px;
  }

  .ref-taste .hero-ad-visual {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 24px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(33, 38, 32, 0.16);
    border-left: 0;
  }

  .ref-taste .hero-ad-number {
    font-size: 54px;
  }

  .ref-taste .hero-ad-label {
    margin-top: 0;
    padding-bottom: 5px;
    font-size: 11px;
  }
}

/* v71-based opening flow: hero, ranking, then comparison guidance */
.ref-taste .hero {
  order: 0;
}

.ref-taste .ranking {
  order: 1;
}

.ref-taste .category-branch {
  order: 2;
}

.ref-taste .column-links {
  order: 3;
}

.ref-taste .safe-reasons {
  order: 4;
}

.ref-taste .flow {
  order: 5;
}

.ref-taste .compare-table-section {
  order: 6;
}

.ref-taste .faq {
  order: 9;
}

.ref-taste .site-policy {
  order: 11;
}

.ref-taste .ranking .ranking-basis {
  margin-top: clamp(24px, 3.6vw, 44px);
}

.ref-taste .ranking + .category-branch {
  border-top: 1px solid rgba(33, 38, 32, 0.12);
}

.ref-taste .hero-editorial {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: clamp(340px, 48vh, 500px);
  padding: clamp(42px, 7vw, 78px) clamp(18px, 7vw, 92px) clamp(38px, 6vw, 66px);
  background: #fbf7ef;
}

.ref-taste .hero-editorial::before {
  display: none;
}

.ref-taste .hero-editorial::after {
  display: block;
  inset: auto clamp(18px, 7vw, 92px) clamp(22px, 3.8vw, 38px);
}

.ref-taste .hero-editorial .hero-copy {
  max-width: 860px;
  min-height: 0;
  align-content: center;
}

.ref-taste .hero-editorial h1 {
  max-width: 860px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.04;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.ref-taste .hero-editorial .lead {
  max-width: 420px;
  margin-top: clamp(16px, 2.2vw, 24px);
  margin-left: 0;
}

.ref-taste .hero-editorial .hero-actions {
  margin-top: clamp(22px, 3vw, 34px);
  margin-left: 0;
}

@media (max-width: 620px) {
  .ref-taste .hero-editorial {
    min-height: auto;
    padding: 31px 17px 30px;
  }

  .ref-taste .hero-editorial h1 {
    font-size: clamp(33px, 9.4vw, 42px);
    line-height: 1.1;
  }

  .ref-taste .hero-editorial .lead {
    max-width: 280px;
    margin-top: 14px;
    line-height: 1.62;
  }

  .ref-taste .hero-editorial .hero-actions {
    margin-top: 20px;
  }
}

/* FV-only rebuild: ranking media split layout */
.ref-taste .hero-editorial {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
  gap: clamp(34px, 5vw, 62px);
  align-items: center;
  min-height: clamp(380px, 54vh, 560px);
  padding: clamp(44px, 7vw, 78px) clamp(18px, 6.2vw, 72px) clamp(40px, 6vw, 68px);
}

.ref-taste .hero-editorial .hero-copy {
  max-width: 720px;
}

.ref-taste .hero-editorial h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.6vw, 68px);
  line-height: 1.06;
}

.ref-taste .hero-editorial .lead {
  max-width: 430px;
  font-size: clamp(15px, 1.28vw, 17px);
}

.ref-taste .hero-rank-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(18px, 2.6vw, 26px);
  align-content: center;
  min-width: 0;
}

.ref-taste .hero-rank-panel .button.primary {
  justify-self: stretch;
  min-height: 60px;
  margin-bottom: 2px;
  padding: 15px 22px;
  border-radius: 2px;
  background: #243029;
  box-shadow: none;
  font-size: 17px;
  line-height: 1.15;
}

.ref-taste .hero-top-three {
  display: grid;
  gap: 0;
  padding: 10px 0 2px;
  border-top: 1px solid rgba(33, 38, 32, 0.18);
  border-bottom: 1px solid rgba(33, 38, 32, 0.18);
  color: #202820;
  text-decoration: none;
}

.ref-taste .hero-top-three-title {
  display: block;
  margin-bottom: 10px;
  color: #775921;
  font-size: 12px;
  font-weight: 900;
}

.ref-taste .hero-top-line {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid rgba(33, 38, 32, 0.12);
  font-weight: 850;
}

.ref-taste .hero-top-line:first-of-type {
  border-top: 0;
}

.ref-taste .hero-top-line b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 0.9;
  color: rgba(36, 48, 41, 0.76);
}

.ref-taste .hero-top-line span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ref-taste .top-rank-card .service-title,
.ref-taste .top-rank-first .service-title {
  min-height: auto;
}

.ref-taste .top-rank-info {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
}

.ref-taste .top-rank-info div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid rgba(36, 48, 41, 0.14);
}

.ref-taste .top-rank-info dt,
.ref-taste .top-rank-info dd {
  margin: 0;
}

.ref-taste .top-rank-info dt {
  color: #7a5a21;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.ref-taste .top-rank-info dd {
  color: #3f4942;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.55;
}

.ref-taste .top-rank-card .cta-stack,
.ref-taste .top-rank-first .cta-stack {
  margin-top: 16px;
}

.ref-taste .top3-podium-layout {
  grid-template-columns: minmax(0, 1.52fr) minmax(280px, 0.74fr);
  grid-template-areas:
    "first second"
    "first third";
  gap: 18px 28px;
  align-items: stretch;
}

.ref-taste .top-rank-first {
  display: grid;
  align-content: start;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(122, 90, 33, 0.24);
  border-top: 7px solid var(--gold-ink);
  background:
    linear-gradient(180deg, rgba(255, 248, 231, 0.98), rgba(255, 252, 244, 0.94));
}

.ref-taste .top-rank-first .rank-head {
  justify-self: start;
  margin-bottom: 20px;
}

.ref-taste .top-rank-first .service-title {
  grid-template-columns: minmax(130px, 190px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
  margin: 0 0 clamp(22px, 3vw, 32px);
}

.ref-taste .top-rank-first .service-title img {
  width: min(100%, 178px);
}

.ref-taste .top-rank-first h3 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}

.ref-taste .top-rank-first .service-title p {
  margin-top: 12px;
  font-size: clamp(16px, 1.55vw, 19px);
}

.ref-taste .top-rank-first .rank-reason {
  padding: clamp(16px, 2vw, 20px) 0 0;
  border-top: 1px solid rgba(122, 90, 33, 0.2);
  background: transparent;
}

.ref-taste .top-rank-first .rank-reason strong {
  max-width: 620px;
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1.38;
}

.ref-taste .top-rank-first .top-rank-info dd {
  font-size: 14px;
}

.ref-taste .top-rank-first .cta-stack {
  width: min(100%, 520px);
  margin-top: clamp(22px, 3vw, 30px);
}

.ref-taste .top-rank-second,
.ref-taste .top-rank-third {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-areas:
    "rank title"
    "rank reason"
    ". cta";
  gap: 10px 14px;
  align-content: center;
  padding: 18px 0 18px 18px;
  border-top: 1px solid var(--rule);
  border-left: 1px solid rgba(36, 48, 41, 0.1);
  background: transparent;
}

.ref-taste .top-rank-third {
  border-bottom: 1px solid var(--rule);
}

.ref-taste .top-rank-second .rank-head,
.ref-taste .top-rank-third .rank-head {
  grid-area: rank;
  align-self: start;
}

.ref-taste .top-rank-second .rank-label,
.ref-taste .top-rank-third .rank-label {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 7px 6px;
  text-align: center;
  line-height: 1.25;
}

.ref-taste .top-rank-second .service-title,
.ref-taste .top-rank-third .service-title {
  grid-area: title;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  min-height: auto;
  margin: 0;
}

.ref-taste .top-rank-second .service-title img,
.ref-taste .top-rank-third .service-title img {
  width: 72px;
  max-height: 44px;
}

.ref-taste .top-rank-second h3,
.ref-taste .top-rank-third h3 {
  font-size: clamp(21px, 2vw, 25px);
}

.ref-taste .top-rank-second .service-title p,
.ref-taste .top-rank-third .service-title p {
  margin-top: 5px;
  font-size: 13px;
}

.ref-taste .top-rank-second .rank-reason,
.ref-taste .top-rank-third .rank-reason {
  grid-area: reason;
  padding: 0;
  background: transparent;
}

.ref-taste .top-rank-second .rank-reason strong,
.ref-taste .top-rank-third .rank-reason strong {
  font-size: 14px;
  line-height: 1.45;
}

.ref-taste .top-rank-second .top-rank-info,
.ref-taste .top-rank-third .top-rank-info {
  margin-top: 8px;
}

.ref-taste .top-rank-second .top-rank-info div,
.ref-taste .top-rank-third .top-rank-info div {
  grid-template-columns: 1fr;
  gap: 3px;
  padding-top: 8px;
}

.ref-taste .top-rank-second .top-rank-info dd,
.ref-taste .top-rank-third .top-rank-info dd {
  font-size: 12.5px;
  line-height: 1.45;
}

.ref-taste .top-rank-second .cta-stack,
.ref-taste .top-rank-third .cta-stack {
  grid-area: cta;
  width: min(100%, 220px);
  margin-top: 4px;
}

@media (max-width: 980px) {
  .ref-taste .hero-editorial {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 270px);
    gap: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .ref-taste .hero-editorial h1 {
    font-size: clamp(40px, 7vw, 56px);
  }
}

@media (max-width: 620px) {
  .ref-taste .hero-editorial {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 31px 17px 30px;
  }

  .ref-taste .hero-editorial h1 {
    font-size: clamp(34px, 9.2vw, 40px);
    line-height: 1.12;
  }

  .ref-taste .hero-editorial .lead {
    max-width: 295px;
  }

  .ref-taste .hero-rank-panel {
    margin-top: 22px;
    gap: 18px;
  }

  .ref-taste .hero-rank-panel .button.primary {
    justify-self: stretch;
    width: 100%;
    min-height: 54px;
    padding: 13px 18px;
    font-size: 16px;
  }

  .ref-taste .hero-top-three {
    padding-top: 9px;
  }

  .ref-taste .hero-top-line {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 10px 0;
  }

  .ref-taste .hero-top-line b {
    font-size: 25px;
  }
}

@media (max-width: 620px) {
  .ref-taste .top3-podium-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "first"
      "second"
      "third";
    gap: 12px;
  }

  .ref-taste .top-rank-first {
    padding: 24px 18px;
  }

  .ref-taste .top-rank-first .service-title {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 16px;
  }

  .ref-taste .top-rank-first .service-title img {
    width: 96px;
  }

  .ref-taste .top-rank-first h3 {
    font-size: 30px;
  }

  .ref-taste .top-rank-first .rank-reason strong {
    font-size: 21px;
  }

  .ref-taste .top-rank-info div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ref-taste .top-rank-second,
  .ref-taste .top-rank-third {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 9px 11px;
    padding: 15px 0 15px 10px;
  }

  .ref-taste .top-rank-second .service-title,
  .ref-taste .top-rank-third .service-title {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  .ref-taste .top-rank-second .service-title img,
  .ref-taste .top-rank-third .service-title img {
    width: 58px;
    max-height: 38px;
  }

  .ref-taste .top-rank-second h3,
  .ref-taste .top-rank-third h3 {
    font-size: 20px;
  }

  .ref-taste .top-rank-second .cta-stack,
  .ref-taste .top-rank-third .cta-stack {
    width: 100%;
  }
}

.ref-taste .editorial-rank-feature {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  grid-template-areas:
    "first second"
    "first third";
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  padding: clamp(10px, 2vw, 18px) 0 2px;
}

.ref-taste .editorial-rank-feature .top-rank-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.ref-taste .editorial-rank-feature .top-rank-card::before {
  display: none;
}

.ref-taste .editorial-rank-mark {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 4px;
  color: #172033;
}

.ref-taste .editorial-rank-mark span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 0.92;
  letter-spacing: 0;
}

.ref-taste .editorial-rank-mark small {
  display: inline-flex;
  padding: 5px 0 0;
  border-top: 2px solid currentColor;
  color: #7a5a21;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}

.ref-taste .editorial-rank-feature .service-title {
  min-height: 0;
  margin: 0;
  text-align: left;
}

.ref-taste .editorial-rank-feature .service-title h3 {
  margin: 0;
  color: #111b17;
  line-height: 1.08;
}

.ref-taste .editorial-rank-feature .service-title p {
  margin: 8px 0 0;
  color: #45524a;
  font-weight: 850;
  line-height: 1.55;
}

.ref-taste .editorial-rank-feature .rank-reason {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ref-taste .editorial-rank-feature .rank-reason strong {
  display: block;
  color: #111b17;
  line-height: 1.45;
}

.ref-taste .editorial-rank-feature .top-rank-info {
  margin: 0;
}

.ref-taste .editorial-rank-feature .top-rank-info div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0 0;
  border-top: 1px solid rgba(36, 48, 41, 0.18);
}

.ref-taste .editorial-rank-feature .top-rank-info dt {
  color: #7a5a21;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.45;
}

.ref-taste .editorial-rank-feature .top-rank-info dd {
  color: #3f4942;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.55;
}

.ref-taste .editorial-rank-feature .button.full {
  width: 100%;
  border-radius: 3px;
}

.ref-taste .editorial-rank-feature .top-rank-first {
  grid-area: first;
  display: grid;
  grid-template-columns: minmax(96px, 0.2fr) minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(30px, 5vw, 56px) clamp(24px, 4vw, 44px);
  border-top: 1px solid rgba(36, 48, 41, 0.16);
  border-bottom: 1px solid rgba(36, 48, 41, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 249, 235, 0.96), rgba(255, 255, 255, 0.64) 54%, rgba(237, 243, 238, 0.72)),
    #fffdf8;
}

.ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark {
  grid-column: 1;
  grid-row: 1 / 3;
  position: sticky;
  top: 18px;
  align-self: start;
  padding-top: 4px;
}

.ref-taste .editorial-lead-visual {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 0.62fr 0.38fr;
  gap: 8px;
  min-height: clamp(74px, 10vw, 118px);
  border-bottom: 1px solid rgba(36, 48, 41, 0.16);
}

.ref-taste .editorial-lead-visual span {
  display: block;
  min-height: 100%;
}

.ref-taste .editorial-lead-visual span:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(25, 96, 60, 0.18), rgba(25, 96, 60, 0.02)),
    #e7efe9;
}

.ref-taste .editorial-lead-visual span:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(182, 124, 28, 0.2), rgba(182, 124, 28, 0.04)),
    #f7ecd3;
}

.ref-taste .editorial-lead-visual span:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(28, 70, 130, 0.16), rgba(28, 70, 130, 0.03)),
    #e6ebf3;
}

.ref-taste .editorial-rank-body {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: clamp(20px, 3vw, 30px);
  align-content: start;
  padding-top: clamp(18px, 2.6vw, 26px);
}

.ref-taste .editorial-rank-feature .top-rank-first .service-title {
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 20px);
  align-items: start;
}

.ref-taste .editorial-rank-feature .top-rank-first .service-title img {
  width: min(100%, 176px);
  height: auto;
  max-height: 78px;
  padding: 0;
  object-fit: contain;
}

.ref-taste .editorial-rank-feature .top-rank-first h3 {
  font-size: clamp(32px, 3vw, 38px);
}

.ref-taste .editorial-rank-feature .top-rank-first .service-title p {
  max-width: 440px;
  font-size: clamp(16px, 1.7vw, 20px);
}

.ref-taste .editorial-rank-feature .top-rank-first .rank-reason strong {
  max-width: 620px;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.36;
}

.ref-taste .editorial-rank-feature .top-rank-first .top-rank-info {
  width: min(100%, 560px);
  margin-top: clamp(18px, 2.4vw, 24px);
}

.ref-taste .editorial-rank-feature .top-rank-first .top-rank-info dd {
  font-size: 14px;
}

.ref-taste .editorial-rank-feature .top-rank-first .cta-stack {
  width: min(100%, 440px);
  margin-top: 0;
}

.ref-taste .editorial-rank-feature .top-rank-second {
  grid-area: second;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-areas:
    "mark title"
    "mark reason"
    "mark cta";
  gap: 12px 18px;
  align-content: start;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(36, 48, 41, 0.18);
}

.ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark {
  grid-area: mark;
  min-height: 100%;
  padding: 18px 14px 0 0;
  border-right: 1px solid rgba(36, 48, 41, 0.16);
}

.ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark span {
  font-size: clamp(30px, 3.2vw, 42px);
}

.ref-taste .editorial-rank-feature .top-rank-second .service-title {
  grid-area: title;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
}

.ref-taste .editorial-rank-feature .top-rank-second .service-title img {
  width: 98px;
  height: auto;
  max-height: 42px;
  padding: 0;
}

.ref-taste .editorial-rank-feature .top-rank-second h3 {
  font-size: clamp(25px, 2.3vw, 30px);
}

.ref-taste .editorial-rank-feature .top-rank-second .rank-reason {
  grid-area: reason;
}

.ref-taste .editorial-rank-feature .top-rank-second .rank-reason strong {
  font-size: clamp(17px, 1.8vw, 21px);
}

.ref-taste .editorial-rank-feature .top-rank-second .cta-stack {
  grid-area: cta;
  width: min(100%, 260px);
  margin-top: 2px;
}

.ref-taste .editorial-rank-feature .top-rank-third {
  grid-area: third;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  grid-template-areas:
    "title mark"
    "reason mark"
    "cta mark";
  gap: 12px 18px;
  align-content: end;
  padding: 24px 0 0;
  border-top: 0;
  border-bottom: 0;
}

.ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
  grid-area: mark;
  justify-items: end;
  text-align: right;
  padding-top: 8px;
  border-top: 3px solid #b98948;
}

.ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark span {
  font-size: clamp(30px, 3vw, 40px);
}

.ref-taste .editorial-rank-feature .top-rank-third .service-title {
  grid-area: title;
  grid-template-columns: 1fr;
  justify-items: start;
  gap: 12px;
}

.ref-taste .editorial-rank-feature .top-rank-third .service-title img {
  width: 126px;
  height: auto;
  max-height: 54px;
  padding: 0;
}

.ref-taste .editorial-rank-feature .top-rank-third h3 {
  font-size: clamp(24px, 2.7vw, 32px);
}

.ref-taste .editorial-rank-feature .top-rank-third .rank-reason {
  grid-area: reason;
  padding-left: 18px;
  border-left: 4px solid rgba(185, 137, 72, 0.52);
}

.ref-taste .editorial-rank-feature .top-rank-third .rank-reason strong {
  font-size: clamp(16px, 1.65vw, 20px);
}

.ref-taste .editorial-rank-feature .top-rank-third .top-rank-info div {
  grid-template-columns: 1fr;
  gap: 4px;
}

.ref-taste .editorial-rank-feature .top-rank-third .cta-stack {
  grid-area: cta;
  width: min(100%, 260px);
  margin-top: 0;
}

@media (max-width: 980px) {
  .ref-taste .editorial-rank-feature {
    grid-template-columns: 1fr;
    grid-template-areas:
      "first"
      "second"
      "third";
    gap: 22px;
  }

  .ref-taste .editorial-rank-feature .top-rank-second,
  .ref-taste .editorial-rank-feature .top-rank-third {
    width: min(100%, 680px);
  }
}

@media (max-width: 620px) {
  .ref-taste .editorial-rank-feature {
    gap: 18px;
    padding-top: 2px;
  }

  .ref-taste .editorial-rank-feature .top-rank-first {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 18px 28px;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark,
  .ref-taste .editorial-lead-visual,
  .ref-taste .editorial-rank-body {
    grid-column: 1;
    grid-row: auto;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark {
    position: static;
  }

  .ref-taste .editorial-lead-visual {
    min-height: 72px;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .service-title,
  .ref-taste .editorial-rank-feature .top-rank-second .service-title {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .service-title img {
    width: 132px;
  }

  .ref-taste .editorial-rank-feature .top-rank-first h3 {
    font-size: 34px;
  }

  .ref-taste .editorial-rank-feature .top-rank-second {
    grid-template-columns: 1fr;
    grid-template-areas:
      "mark"
      "title"
      "reason"
      "cta";
    padding-bottom: 20px;
  }

  .ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark {
    min-height: 0;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 48, 41, 0.16);
  }

  .ref-taste .editorial-rank-feature .top-rank-second .service-title img {
    width: 118px;
  }

  .ref-taste .editorial-rank-feature .top-rank-third {
    grid-template-columns: 1fr;
    grid-template-areas:
      "mark"
      "title"
      "reason"
      "cta";
    padding-top: 18px;
  }

  .ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
    justify-items: start;
    text-align: left;
  }

  .ref-taste .editorial-rank-feature .top-rank-third .rank-reason {
    padding-left: 14px;
  }

  .ref-taste .editorial-rank-feature .top-rank-info div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .cta-stack,
  .ref-taste .editorial-rank-feature .top-rank-second .cta-stack,
  .ref-taste .editorial-rank-feature .top-rank-third .cta-stack {
    width: 100%;
  }
}

/* Editorial media system: reduce repeated LP-card patterns across sections. */
.ref-taste {
  --media-ink: #101816;
  --media-copy: #394640;
  --media-faint: #f7f2e8;
  --media-rule: rgba(34, 42, 36, 0.17);
  --media-green: #214f3b;
  --media-blue: #244b78;
  --media-gold: #946f2f;
  --media-rose: #8a4f48;
  background:
    linear-gradient(90deg, rgba(247, 242, 232, 0.76), rgba(255, 253, 248, 0.98) 18%, rgba(255, 253, 248, 0.98) 82%, rgba(239, 243, 239, 0.72)),
    #fffdf8;
  color: var(--media-ink);
}

.ref-taste .section {
  padding-top: clamp(56px, 7vw, 104px);
  padding-bottom: clamp(56px, 7vw, 104px);
}

.ref-taste .section-title {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  gap: 12px clamp(22px, 4vw, 48px);
  align-items: start;
  max-width: 1060px;
  margin-bottom: clamp(30px, 4vw, 52px);
  padding: 0 0 clamp(16px, 2vw, 24px);
  border-bottom: 1px solid var(--media-rule);
  text-align: left;
}

.ref-taste .section-title .kicker {
  grid-row: 1 / 3;
  margin: 4px 0 0;
  color: var(--media-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.ref-taste .section-title h2 {
  grid-column: 2;
  margin: 0;
  color: var(--media-ink);
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.14;
}

.ref-taste .section-title p:not(.kicker) {
  grid-column: 2;
  max-width: 760px;
  margin: 0;
  color: var(--media-copy);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.9;
}

.ref-taste .button {
  border-radius: 3px;
  box-shadow: none;
}

.ref-taste .button.secondary,
.ref-taste .button.light {
  border-color: rgba(33, 79, 59, 0.34);
  color: #1f382f;
  background: transparent;
}

.ref-taste .ranking {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(250, 246, 237, 0.78) 16%, rgba(250, 246, 237, 0.44) 82%, rgba(255, 255, 255, 0));
}

.ref-taste .ranking .section-title {
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  border-bottom-color: rgba(148, 111, 47, 0.38);
}

.ref-taste .lower-rank-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: clamp(46px, 6vw, 76px);
  border-top: 2px solid rgba(16, 24, 22, 0.68);
  border-bottom: 1px solid var(--media-rule);
}

.ref-taste .lower-rank-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(92px, 0.16fr) minmax(0, 1fr) minmax(150px, 0.2fr);
  gap: 18px clamp(18px, 3vw, 34px);
  align-items: center;
  min-height: 0;
  padding: 22px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--media-rule);
  background: transparent;
  box-shadow: none;
}

.ref-taste .lower-rank-card:last-child {
  border-bottom: 0;
}

.ref-taste .lower-rank-card::before {
  display: none;
}

.ref-taste .lower-rank-card .service-title {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  margin: 0;
}

.ref-taste .lower-rank-card .rank-inline {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--media-gold);
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
}

.ref-taste .lower-rank-card .service-title h3 {
  margin: 0;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.22;
}

.ref-taste .lower-logo-slot {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.ref-taste .lower-logo-slot img {
  max-width: 92px;
  max-height: 50px;
  object-fit: contain;
}

.ref-taste .lower-rank-card .rank-detail {
  display: grid;
  gap: 10px;
}

.ref-taste .lower-rank-card .rank-detail p {
  margin: 0;
  color: var(--media-copy);
  font-size: 14px;
  line-height: 1.75;
}

.ref-taste .lower-note {
  color: var(--media-blue);
  font-size: 11px;
  font-weight: 900;
}

.ref-taste .lower-rank-card .compact-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
}

.ref-taste .lower-rank-card .compact-specs div {
  display: inline-flex;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
}

.ref-taste .lower-rank-card .compact-specs dt {
  color: #66716c;
  font-size: 11px;
}

.ref-taste .lower-rank-card .compact-specs dd {
  color: var(--media-ink);
  font-size: 12px;
  font-weight: 900;
}

.ref-taste .lower-rank-card .button {
  justify-self: stretch;
  min-height: 42px;
  padding: 10px 14px;
  font-size: 13px;
}

.ref-taste .ranking-basis {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  margin-top: clamp(48px, 7vw, 90px);
  padding: clamp(28px, 4vw, 44px) 0 0;
  border-top: 1px solid rgba(16, 24, 22, 0.7);
  background: transparent;
}

.ref-taste .ranking-basis .kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--media-gold);
  font-size: 12px;
  font-weight: 950;
}

.ref-taste .ranking-basis h3 {
  max-width: 440px;
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.25;
}

.ref-taste .ranking-basis p {
  margin-top: 16px;
  color: var(--media-copy);
  line-height: 1.9;
}

.ref-taste .ranking-basis dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.ref-taste .ranking-basis dl div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--media-rule);
}

.ref-taste .ranking-basis dt {
  color: var(--media-blue);
  font-weight: 950;
}

.ref-taste .ranking-basis dd {
  margin: 0;
  color: var(--media-copy);
  font-weight: 780;
  line-height: 1.65;
}

.ref-taste .category-branch {
  background:
    linear-gradient(90deg, rgba(33, 79, 59, 0.07), transparent 34%),
    #fffdf8;
}

.ref-taste .intro-editorial {
  grid-template-columns: minmax(150px, 0.3fr) minmax(0, 1fr);
  max-width: 1000px;
  border-bottom: 0;
}

.ref-taste .intro-editorial p:not(.kicker) {
  max-width: 820px;
  font-size: 16px;
  line-height: 2;
}

.ref-taste .pre-rank-links {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
  margin-top: 8px;
  padding-top: clamp(24px, 4vw, 42px);
  border-top: 1px solid var(--media-rule);
}

.ref-taste .pre-rank-links > div {
  display: grid;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.ref-taste .pre-rank-links > div:first-child {
  padding-right: clamp(10px, 2vw, 26px);
  border-right: 4px solid rgba(33, 79, 59, 0.22);
}

.ref-taste .pre-rank-links h3 {
  margin: 0;
  color: var(--media-ink);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3;
}

.ref-taste .pre-rank-links p {
  margin: 0;
  color: var(--media-copy);
  font-size: 14px;
  line-height: 1.85;
}

.ref-taste .text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.ref-taste .text-links a {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid rgba(36, 75, 120, 0.38);
  border-radius: 0;
  color: var(--media-blue);
  background: transparent;
  font-weight: 900;
  text-decoration: none;
}

.ref-taste .column-links {
  background:
    linear-gradient(90deg, rgba(36, 75, 120, 0.1), rgba(36, 75, 120, 0.02) 42%, transparent),
    #f7f9fb;
}

.ref-taste .column-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .column-heading {
  border-right: 1px solid rgba(36, 75, 120, 0.22);
  padding-right: clamp(18px, 3vw, 38px);
}

.ref-taste .column-heading h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
}

.ref-taste .column-heading h2::after {
  width: 42px;
  height: 3px;
  background: var(--media-blue);
}

.ref-taste .column-heading p {
  color: #405065;
  line-height: 1.9;
}

.ref-taste .column-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(22px, 4vw, 44px);
  align-self: stretch;
}

.ref-taste .column-list li {
  border-bottom: 1px solid rgba(36, 75, 120, 0.2);
}

.ref-taste .column-list a {
  display: block;
  min-height: 74px;
  padding: 18px 0;
  border: 0;
  border-radius: 0;
  color: #15243c;
  background: transparent;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.5;
}

.ref-taste .safe-reasons {
  background:
    linear-gradient(180deg, #fffdf8, #fbf7ed 52%, #fffdf8);
}

.ref-taste .safe-reason-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
}

.ref-taste .safe-reason-main {
  padding: clamp(24px, 4vw, 42px) 0;
  border: 0;
  border-top: 4px solid var(--media-green);
  border-bottom: 1px solid var(--media-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .safe-reason-main h3 {
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.18;
}

.ref-taste .safe-reason-main p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 2;
}

.ref-taste .safe-reason-cards {
  display: grid;
  gap: 0;
}

.ref-taste .safe-reason-cards article {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--media-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .safe-reason-cards article:first-child {
  border-top: 1px solid var(--media-rule);
}

.ref-taste .safe-reason-cards h3 {
  margin: 0;
  color: var(--media-green);
  font-size: 17px;
  line-height: 1.45;
}

.ref-taste .safe-reason-cards p {
  margin: 0;
  color: var(--media-copy);
  font-size: 14px;
  line-height: 1.85;
}

.ref-taste .safe-legal-note {
  width: min(100%, 720px);
  margin: clamp(24px, 4vw, 42px) 0 0 auto;
  padding: 13px 0 0;
  border: 0;
  border-top: 1px solid rgba(138, 79, 72, 0.34);
  color: var(--media-rose);
  background: transparent;
}

.ref-taste .confirm-cta-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: clamp(28px, 5vw, 56px);
  padding: clamp(22px, 3vw, 32px) 0 0;
  border: 0;
  border-top: 2px solid rgba(16, 24, 22, 0.65);
  background: transparent;
}

.ref-taste .confirm-cta-inline h3 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 30px);
}

.ref-taste .confirm-cta-inline p {
  margin: 8px 0 0;
  color: var(--media-copy);
  line-height: 1.75;
}

.ref-taste .flow {
  background:
    linear-gradient(90deg, transparent, rgba(148, 111, 47, 0.07) 50%, transparent),
    #fffdf8;
}

.ref-taste .flow .section-title {
  grid-template-columns: minmax(120px, 0.24fr) minmax(0, 1fr);
  border-bottom: 0;
}

.ref-taste .flow-visual-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
}

.ref-taste .flow-phone-card {
  display: grid;
  gap: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .flow-phone-copy {
  max-width: 360px;
  padding-left: 18px;
  border-left: 4px solid rgba(148, 111, 47, 0.34);
}

.ref-taste .flow-phone-copy h3 {
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.25;
}

.ref-taste .flow-step-cards {
  counter-reset: step;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--media-rule);
}

.ref-taste .flow-step-cards li {
  counter-increment: step;
  position: relative;
  display: grid;
  grid-template-columns: 44px 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--media-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .flow-step-cards li::before {
  content: counter(step, decimal-leading-zero);
  color: var(--media-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 900;
}

.ref-taste .flow-step-cards img {
  width: 54px;
  height: 54px;
  margin: 0;
  padding: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(58, 48, 31, 0.08);
}

.ref-taste .flow-step-cards b {
  display: block;
  color: var(--media-ink);
  font-size: 17px;
}

.ref-taste .flow-step-cards small {
  grid-column: 3;
  display: block;
  color: var(--media-copy);
  font-size: 13px;
  line-height: 1.65;
}

.ref-taste .faq {
  background:
    linear-gradient(180deg, rgba(239, 243, 239, 0.72), rgba(255, 253, 248, 0.96));
}

.ref-taste .faq .section-title {
  max-width: 820px;
  margin-left: 0;
}

.ref-taste .faq-list {
  display: grid;
  gap: 0;
  max-width: 900px;
  margin-left: auto;
  border-top: 2px solid rgba(16, 24, 22, 0.66);
}

.ref-taste .faq-list details {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--media-rule);
  background: transparent;
}

.ref-taste .faq-list summary {
  padding: 22px 0;
  color: var(--media-ink);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.ref-taste .faq-list p {
  margin: 0;
  padding: 0 0 24px clamp(18px, 3vw, 46px);
  border-left: 3px solid rgba(36, 75, 120, 0.28);
  color: var(--media-copy);
  font-size: 14px;
  line-height: 1.9;
}

.ref-taste .site-policy {
  color: #263029;
  background: #f4efe3;
}

.ref-taste .site-policy .section-title {
  grid-template-columns: minmax(120px, 0.24fr) minmax(0, 1fr);
  border-bottom-color: rgba(16, 24, 22, 0.32);
}

.ref-taste .policy-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(16, 24, 22, 0.28);
  border-left: 1px solid rgba(16, 24, 22, 0.2);
}

.ref-taste .policy-grid article {
  min-height: 180px;
  padding: 18px;
  border: 0;
  border-right: 1px solid rgba(16, 24, 22, 0.2);
  border-bottom: 1px solid rgba(16, 24, 22, 0.2);
  background: transparent;
}

.ref-taste .policy-grid h3 {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.45;
}

.ref-taste .policy-grid p {
  color: #4f574f;
  font-size: 12px;
  line-height: 1.75;
}

.ref-taste .operator-box {
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.ref-taste .operator-box h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.ref-taste .operator-box dl {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 24, 22, 0.28);
}

.ref-taste .operator-box dl div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(16, 24, 22, 0.18);
}

.ref-taste .source-note {
  max-width: none;
  padding: 18px clamp(18px, 5vw, 72px) 86px;
  color: #565f58;
  background: #f4efe3;
}

@media (max-width: 980px) {
  .ref-taste .section-title,
  .ref-taste .ranking .section-title,
  .ref-taste .intro-editorial,
  .ref-taste .flow .section-title,
  .ref-taste .site-policy .section-title {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ref-taste .section-title .kicker {
    grid-row: auto;
  }

  .ref-taste .section-title h2,
  .ref-taste .section-title p:not(.kicker) {
    grid-column: 1;
  }

  .ref-taste .lower-rank-card {
    grid-template-columns: minmax(0, 1fr) minmax(120px, auto);
    grid-template-areas:
      "title logo"
      "detail detail"
      "button button";
  }

  .ref-taste .lower-rank-card .service-title {
    grid-area: title;
  }

  .ref-taste .lower-logo-slot {
    grid-area: logo;
    justify-self: end;
  }

  .ref-taste .lower-rank-card .rank-detail {
    grid-area: detail;
  }

  .ref-taste .lower-rank-card .button {
    grid-area: button;
  }

  .ref-taste .ranking-basis,
  .ref-taste .pre-rank-links,
  .ref-taste .column-shell,
  .ref-taste .safe-reason-layout,
  .ref-taste .flow-visual-grid,
  .ref-taste .confirm-cta-inline {
    grid-template-columns: 1fr;
  }

  .ref-taste .pre-rank-links > div:first-child,
  .ref-taste .column-heading {
    padding-right: 0;
    border-right: 0;
  }

  .ref-taste .pre-rank-links > div:first-child {
    padding-bottom: 22px;
    border-bottom: 4px solid rgba(33, 79, 59, 0.22);
  }

  .ref-taste .column-list {
    grid-template-columns: 1fr;
  }

  .ref-taste .safe-reason-cards article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

@media (max-width: 620px) {
  .ref-taste .section {
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .ref-taste .section-title h2 {
    font-size: 27px;
  }

  .ref-taste .section-title p:not(.kicker),
  .ref-taste .intro-editorial p:not(.kicker) {
    font-size: 14px;
    line-height: 1.85;
  }

  .ref-taste .lower-rank-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "logo"
      "detail"
      "button";
    gap: 12px;
    padding: 20px 0;
  }

  .ref-taste .lower-logo-slot {
    justify-self: start;
  }

  .ref-taste .lower-rank-card .service-title {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .ref-taste .ranking-basis dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .ref-taste .flow-step-cards li {
    grid-template-columns: 36px 48px minmax(0, 1fr);
    gap: 10px;
  }

  .ref-taste .flow-step-cards img {
    width: 44px;
    height: 44px;
  }

  .ref-taste .faq-list p {
    padding-left: 16px;
  }

  .ref-taste .policy-grid {
    grid-template-columns: 1fr;
  }

  .ref-taste .policy-grid article {
    min-height: 0;
  }

  .ref-taste .operator-box dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* v73: rebuild only the information grouping for ranking positions 1-3. */
.ref-taste .editorial-rank-feature .top-rank-first {
  grid-template-columns: minmax(118px, 0.24fr) minmax(0, 1fr);
  background:
    linear-gradient(120deg, rgba(255, 249, 235, 0.98), rgba(255, 255, 255, 0.72) 58%, rgba(238, 244, 239, 0.84)),
    #fffdf8;
}

.ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark {
  padding-top: 2px;
}

.ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark span {
  font-size: clamp(42px, 5.6vw, 70px);
}

.ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark small {
  max-width: 8em;
}

.ref-taste .editorial-rank-feature .top-rank-first .service-title {
  grid-template-columns: 1fr;
  align-items: start;
}

.ref-taste .editorial-rank-feature .top-rank-first .rank-reason {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2.4vw, 22px);
  align-items: start;
}

.ref-taste .editorial-rank-feature .top-rank-first .top-rank-info {
  margin-top: 4px;
}

.ref-taste .editorial-rank-feature .top-rank-first h3,
.ref-taste .editorial-rank-feature .top-rank-first .rank-reason strong {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.ref-taste .editorial-rank-feature .top-rank-second {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: none;
  gap: 16px;
  padding: 0 0 26px;
  border-bottom: 1px solid rgba(36, 48, 41, 0.18);
}

.ref-taste .rank-speed-head {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark {
  grid-area: auto;
  min-height: 0;
  padding: 0 13px 0 0;
  border-right: 1px solid rgba(36, 48, 41, 0.16);
}

.ref-taste .editorial-rank-feature .top-rank-second .service-title {
  grid-area: auto;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
}

.ref-taste .editorial-rank-feature .top-rank-second .service-title img {
  justify-self: start;
  margin-top: 4px;
}

.ref-taste .editorial-rank-feature .top-rank-second .rank-reason,
.ref-taste .editorial-rank-feature .top-rank-second .cta-stack {
  grid-area: auto;
  margin-left: 100px;
}

.ref-taste .editorial-rank-feature .top-rank-second .rank-reason {
  padding-top: 14px;
  border-top: 1px solid rgba(36, 48, 41, 0.14);
}

.ref-taste .editorial-rank-feature .top-rank-second .top-rank-info div {
  grid-template-columns: 1fr;
  gap: 4px;
}

.ref-taste .editorial-rank-feature .top-rank-third {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: none;
  gap: 14px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(36, 48, 41, 0.14);
}

.ref-taste .rank-rate-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  grid-template-areas:
    "reason mark"
    "title mark";
  gap: 14px 18px;
  align-items: start;
}

.ref-taste .editorial-rank-feature .top-rank-third .rank-reason {
  grid-area: reason;
  padding: 0 0 0 16px;
  border-left: 4px solid rgba(185, 137, 72, 0.52);
}

.ref-taste .editorial-rank-feature .top-rank-third .service-title {
  grid-area: title;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(36, 48, 41, 0.12);
}

.ref-taste .editorial-rank-feature .top-rank-third .service-title img {
  width: 90px;
}

.ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
  grid-area: mark;
  justify-items: end;
  text-align: right;
  padding-top: 7px;
  border-top: 3px solid #b98948;
}

.ref-taste .editorial-rank-feature .top-rank-third .cta-stack {
  grid-area: auto;
  justify-self: start;
  width: min(100%, 280px);
}

@media (max-width: 980px) {
  .ref-taste .editorial-rank-feature .top-rank-first .rank-reason {
    grid-template-columns: 1fr;
  }

  .ref-taste .editorial-rank-feature .top-rank-second .rank-reason,
  .ref-taste .editorial-rank-feature .top-rank-second .cta-stack {
    margin-left: 100px;
  }
}

@media (max-width: 620px) {
  .ref-taste .editorial-rank-feature .top-rank-first {
    grid-template-columns: 1fr;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .service-title,
  .ref-taste .rank-speed-head,
  .ref-taste .editorial-rank-feature .top-rank-second .service-title,
  .ref-taste .rank-rate-note,
  .ref-taste .editorial-rank-feature .top-rank-third .service-title {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .ref-taste .editorial-rank-feature .top-rank-second .rank-reason,
  .ref-taste .editorial-rank-feature .top-rank-second .cta-stack {
    margin-left: 0;
  }

  .ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark {
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 48, 41, 0.16);
  }

  .ref-taste .editorial-rank-feature .top-rank-second .service-title img {
    justify-self: start;
  }

  .ref-taste .editorial-rank-feature .top-rank-third .rank-reason,
  .ref-taste .editorial-rank-feature .top-rank-third .service-title,
  .ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
    grid-area: auto;
  }

  .ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
    justify-items: start;
    text-align: left;
  }

  .ref-taste .editorial-rank-feature .top-rank-third .cta-stack {
    width: 100%;
  }
}

/* Editorial layout pass: each content type gets a distinct reading pattern. */
.ref-taste main {
  background: #fffdf8;
}

.ref-taste .section {
  padding-top: clamp(42px, 5.4vw, 74px);
  padding-bottom: clamp(42px, 5.4vw, 74px);
}

.ref-taste .ranking {
  background:
    linear-gradient(180deg, #fffdf8 0%, #fff7e7 34%, #fffdf8 100%);
}

.ref-taste .ranking .section-title {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: end;
  max-width: 1040px;
  margin-bottom: clamp(22px, 4vw, 42px);
  padding-bottom: 18px;
  border-bottom: 3px solid #26372f;
}

.ref-taste .ranking .section-title .kicker,
.ref-taste .ranking .section-title h2 {
  grid-column: 1;
}

.ref-taste .ranking .section-title h2 {
  margin: 0;
  font-size: clamp(27px, 3.8vw, 46px);
}

.ref-taste .ranking .section-title > p:not(.kicker) {
  grid-column: 2;
  margin: 0;
  padding-left: 18px;
  border-left: 1px solid rgba(36, 48, 41, 0.28);
}

.ref-taste .lower-rank-list {
  gap: 0;
  max-width: 1040px;
  margin-top: clamp(26px, 4vw, 42px);
  border-top: 2px solid #26372f;
  border-bottom: 2px solid #26372f;
}

.ref-taste .lower-rank-card {
  grid-template-columns: 132px 114px minmax(0, 1fr) 120px;
  gap: 14px 20px;
  min-height: 0;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(36, 48, 41, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .lower-rank-card:last-child {
  border-bottom: 0;
}

.ref-taste .lower-rank-card:nth-child(1) {
  grid-template-columns: minmax(210px, 0.34fr) minmax(0, 1fr) 136px;
  padding: 26px 0;
  background:
    linear-gradient(90deg, rgba(247, 239, 221, 0.96), rgba(255, 253, 248, 0));
}

.ref-taste .lower-rank-card:nth-child(1) .lower-logo-slot {
  grid-column: 1;
  grid-row: 1 / 4;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(138, 106, 45, 0.34);
  background: #fffdf8;
}

.ref-taste .lower-rank-card:nth-child(1) .service-title,
.ref-taste .lower-rank-card:nth-child(1) .rank-detail {
  grid-column: 2;
}

.ref-taste .lower-rank-card:nth-child(1) .button {
  grid-column: 3;
  grid-row: 1 / 4;
  align-self: center;
}

.ref-taste .lower-rank-card .service-title {
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: baseline;
  min-height: 0;
  text-align: left;
}

.ref-taste .lower-rank-card .rank-inline {
  width: auto;
  min-width: 44px;
  padding: 0;
  color: #8a6a2d;
  background: transparent;
  font-size: 16px;
  letter-spacing: 0;
}

.ref-taste .lower-rank-card h3 {
  margin: 0;
  font-size: clamp(19px, 1.8vw, 25px);
}

.ref-taste .lower-logo-slot {
  min-height: 74px;
  padding: 8px;
  border: 0;
  background: #f8f2e8;
}

.ref-taste .lower-rank-card .rank-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.52fr);
  gap: 8px 16px;
}

.ref-taste .lower-rank-card .rank-detail p {
  grid-row: span 2;
  margin: 0;
  color: #343d35;
  font-size: 14px;
  line-height: 1.75;
}

.ref-taste .lower-note {
  align-self: end;
  color: #8a6a2d;
  font-size: 12px;
}

.ref-taste .lower-rank-card .compact-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(36, 48, 41, 0.16);
}

.ref-taste .lower-rank-card .compact-specs div {
  padding: 7px 9px;
  border-right: 1px solid rgba(36, 48, 41, 0.12);
  background: rgba(255, 255, 255, 0.54);
}

.ref-taste .lower-rank-card .compact-specs div:last-child {
  border-right: 0;
}

.ref-taste .lower-rank-card .button {
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 4px;
  box-shadow: none;
}

.ref-taste .ranking-basis {
  max-width: 1040px;
  margin-top: clamp(30px, 5vw, 52px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ref-taste .ranking-basis > div {
  padding: 22px;
  color: #fff;
  background: #26372f;
}

.ref-taste .ranking-basis .kicker,
.ref-taste .ranking-basis h3,
.ref-taste .ranking-basis p {
  color: #fff;
}

.ref-taste .ranking-basis dl {
  gap: 0;
  border-top: 1px solid rgba(36, 48, 41, 0.2);
}

.ref-taste .ranking-basis dl div {
  min-height: 0;
  padding: 15px 0 15px 18px;
  border: 0;
  border-bottom: 1px solid rgba(36, 48, 41, 0.18);
  border-radius: 0;
  background: transparent;
}

.ref-taste .category-branch {
  background: #f6f8f1;
}

.ref-taste .intro-editorial {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: 10px clamp(22px, 4vw, 54px);
}

.ref-taste .intro-editorial .kicker,
.ref-taste .intro-editorial h2 {
  grid-column: 1;
}

.ref-taste .intro-editorial p:not(.kicker) {
  grid-column: 2;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.9;
}

.ref-taste .pre-rank-links {
  max-width: 1040px;
  border-top: 1px solid rgba(36, 48, 41, 0.22);
}

.ref-taste .pre-rank-links > div {
  border: 0;
  border-bottom: 1px solid rgba(36, 48, 41, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .pre-rank-links > div:first-child {
  background: #fffdf8;
}

.ref-taste .column-links {
  background: #faf7ee;
}

.ref-taste .column-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
  max-width: 1040px;
}

.ref-taste .column-heading {
  position: sticky;
  top: 92px;
  padding: 0 0 18px;
  border-bottom: 4px solid #26593b;
}

.ref-taste .column-heading h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.ref-taste .column-heading h2::after {
  display: none;
}

.ref-taste .column-heading p {
  margin-top: 16px;
  color: #4a554e;
  line-height: 1.9;
}

.ref-taste .column-list {
  display: block;
  margin: 0;
  counter-reset: columnArticles;
  border-top: 2px solid #26593b;
}

.ref-taste .column-list li {
  counter-increment: columnArticles;
}

.ref-taste .column-list a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(38, 89, 59, 0.22);
  border-radius: 0;
  background: transparent;
  color: #1a1a1c;
  font-size: clamp(17px, 2vw, 24px);
}

.ref-taste .column-list a::before {
  content: counter(columnArticles, decimal-leading-zero);
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #26593b;
  color: #26593b;
  font-size: 13px;
}

.ref-taste .safe-reasons {
  background:
    linear-gradient(90deg, #fffdf8 0%, #fffdf8 50%, #f1f5ee 50%, #f1f5ee 100%);
}

.ref-taste .safe-reason-layout {
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(18px, 3vw, 34px);
}

.ref-taste .safe-reason-main {
  border: 0;
  border-left: 8px solid #7b1e24;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .safe-reason-cards {
  gap: 0;
  border-top: 1px solid rgba(36, 48, 41, 0.18);
}

.ref-taste .safe-reason-cards article {
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: 14px;
  min-height: 0;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(36, 48, 41, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .safe-reason-cards h3 {
  font-size: 17px;
}

.ref-taste .flow {
  background: #f8f2e8;
}

.ref-taste .flow .section-title {
  display: grid;
  grid-template-columns: minmax(120px, 0.22fr) minmax(0, 0.78fr);
  gap: 4px 28px;
}

.ref-taste .flow .section-title .kicker {
  grid-row: 1 / 3;
  padding-top: 6px;
  border-top: 3px solid #8a6a2d;
}

.ref-taste .flow-step-cards {
  display: block;
  counter-reset: flowSteps;
  border-left: 2px solid #8a6a2d;
}

.ref-taste .flow-step-cards li {
  counter-increment: flowSteps;
  position: relative;
  display: grid;
  grid-template-columns: 46px 64px minmax(0, 1fr);
  gap: 14px;
  min-height: 0;
  margin-left: 18px;
  padding: 0 0 26px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .flow-step-cards li::before {
  content: counter(flowSteps);
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-left: -36px;
  border: 2px solid #8a6a2d;
  border-radius: 50%;
  color: #8a6a2d;
  background: #f8f2e8;
  font-weight: 900;
}

.ref-taste .flow-step-cards img {
  width: 64px;
  height: 64px;
}

.ref-taste .flow-step-cards small {
  grid-column: 3;
}

.ref-taste .faq {
  background: #fffdf8;
}

.ref-taste .faq .section-title {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 0.66fr);
  gap: 18px;
  align-items: center;
}

.ref-taste .faq .section-title .kicker {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #26372f;
  border-bottom: 1px solid #26372f;
  color: #26372f;
}

.ref-taste .faq-list {
  max-width: 920px;
  margin-left: auto;
  border-top: 2px solid #26372f;
}

.ref-taste .faq-list details {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(36, 48, 41, 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .faq-list summary {
  padding: 18px 0;
  font-size: clamp(17px, 1.8vw, 22px);
}

.ref-taste .faq-list p {
  max-width: 720px;
  padding: 0 0 20px 32px;
  color: #4f594c;
  font-size: 15px;
  line-height: 1.9;
}

.ref-taste .site-policy {
  background: #26372f;
  color: #fff;
}

.ref-taste .site-policy .section-title {
  display: grid;
  grid-template-columns: minmax(170px, 0.24fr) minmax(0, 1fr);
  gap: 10px 28px;
  color: #fff;
}

.ref-taste .site-policy .section-title .kicker,
.ref-taste .site-policy .section-title p {
  color: rgba(255, 255, 255, 0.76);
}

.ref-taste .site-policy .section-title h2 {
  color: #fff;
}

.ref-taste .policy-grid {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.ref-taste .policy-grid article {
  min-height: 0;
  padding: 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .policy-grid h3,
.ref-taste .policy-grid p {
  color: #fff;
}

.ref-taste .policy-grid p,
.ref-taste .operator-box,
.ref-taste .operator-box a {
  color: rgba(255, 255, 255, 0.78);
}

  .ref-taste .operator-box {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
  }

@media (min-width: 981px) {
  .ref-taste .ranking-basis {
    display: grid;
    grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(22px, 3vw, 38px);
    align-items: stretch;
  }

  .ref-taste .ranking-basis > div {
    min-width: 0;
  }

  .ref-taste .ranking-basis dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 0 clamp(18px, 2.4vw, 30px);
    min-width: 0;
  }

  .ref-taste .ranking-basis dl div {
    grid-template-columns: minmax(92px, 118px) minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }

  .ref-taste .ranking-basis dt {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .ref-taste .ranking-basis dd,
  .ref-taste .ranking-basis p {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }

  .ref-taste .pre-rank-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 0 clamp(18px, 2.6vw, 34px);
  }

  .ref-taste .pre-rank-links > div,
  .ref-taste .pre-rank-links > div:first-child {
    display: block;
    min-width: 0;
    padding: 22px 0;
  }

  .ref-taste .pre-rank-links h3 {
    word-break: keep-all;
    overflow-wrap: normal;
    line-break: strict;
  }

  .ref-taste .pre-rank-links p {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }

  .ref-taste .pre-rank-links .text-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ref-taste .column-shell {
    grid-template-columns: minmax(300px, 0.34fr) minmax(0, 0.66fr);
  }
}

@media (max-width: 980px) {
  .ref-taste .ranking .section-title,
  .ref-taste .intro-editorial,
  .ref-taste .column-shell,
  .ref-taste .safe-reason-layout,
  .ref-taste .flow .section-title,
  .ref-taste .faq .section-title,
  .ref-taste .site-policy .section-title {
    grid-template-columns: 1fr;
  }

  .ref-taste .ranking .section-title .kicker,
  .ref-taste .ranking .section-title h2,
  .ref-taste .ranking .section-title > p:not(.kicker),
  .ref-taste .intro-editorial .kicker,
  .ref-taste .intro-editorial h2,
  .ref-taste .intro-editorial p:not(.kicker) {
    grid-column: 1;
  }

  .ref-taste .ranking .section-title > p:not(.kicker) {
    padding-left: 0;
    border-left: 0;
  }

  .ref-taste .column-heading {
    position: static;
  }

  .ref-taste .lower-rank-card,
  .ref-taste .lower-rank-card:nth-child(1) {
    grid-template-columns: minmax(130px, 0.28fr) minmax(0, 1fr);
  }

  .ref-taste .lower-rank-card .lower-logo-slot,
  .ref-taste .lower-rank-card:nth-child(1) .lower-logo-slot {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 90px;
    padding: 12px;
  }

  .ref-taste .lower-rank-card .service-title,
  .ref-taste .lower-rank-card:nth-child(1) .service-title,
  .ref-taste .lower-rank-card .rank-detail,
  .ref-taste .lower-rank-card:nth-child(1) .rank-detail,
  .ref-taste .lower-rank-card .button,
  .ref-taste .lower-rank-card:nth-child(1) .button {
    grid-column: 2;
    grid-row: auto;
  }

  .ref-taste .lower-rank-card .rank-detail {
    grid-template-columns: 1fr;
  }

  .ref-taste .safe-reason-cards article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .ref-taste main,
  .ref-taste .topbar {
    width: min(calc(100% - 16px), 1160px);
  }

  .ref-taste .section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .ref-taste .lower-rank-card,
  .ref-taste .lower-rank-card:nth-child(1) {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .ref-taste .lower-rank-card .lower-logo-slot,
  .ref-taste .lower-rank-card:nth-child(1) .lower-logo-slot,
  .ref-taste .lower-rank-card .service-title,
  .ref-taste .lower-rank-card:nth-child(1) .service-title,
  .ref-taste .lower-rank-card .rank-detail,
  .ref-taste .lower-rank-card:nth-child(1) .rank-detail,
  .ref-taste .lower-rank-card .button,
  .ref-taste .lower-rank-card:nth-child(1) .button {
    grid-column: 1;
  }

  .ref-taste .lower-rank-card .compact-specs {
    grid-template-columns: 1fr;
  }

  .ref-taste .lower-rank-card .compact-specs div {
    border-right: 0;
    border-bottom: 1px solid rgba(36, 48, 41, 0.12);
  }

  .ref-taste .lower-rank-card .compact-specs div:last-child {
    border-bottom: 0;
  }

  .ref-taste .flow-step-cards li {
    grid-template-columns: 34px 48px minmax(0, 1fr);
    gap: 10px;
    margin-left: 12px;
  }

  .ref-taste .flow-step-cards img {
    width: 48px;
    height: 48px;
  }

  .ref-taste .policy-grid {
    grid-template-columns: 1fr;
  }
}

/* PC readability reset: keep mobile as-is, remove cramped editorial grids on desktop. */
@media (min-width: 981px) {
  .ref-taste h1,
  .ref-taste h2,
  .ref-taste h3,
  .ref-taste p,
  .ref-taste dt,
  .ref-taste dd,
  .ref-taste li,
  .ref-taste a,
  .ref-taste summary,
  .ref-taste small,
  .ref-taste strong {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }

  .ref-taste h1,
  .ref-taste h2,
  .ref-taste h3,
  .ref-taste dt,
  .ref-taste .rank-inline,
  .ref-taste .kicker {
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .ref-taste main {
    width: min(calc(100% - 40px), 1180px);
  }

  .ref-taste .topbar {
    width: min(calc(100% - 40px), 1180px);
  }

  .ref-taste .section {
    padding: 56px clamp(36px, 5vw, 72px);
  }

  .ref-taste .section-title,
  .ref-taste .ranking .section-title,
  .ref-taste .intro-editorial,
  .ref-taste .column-shell,
  .ref-taste .ranking-basis,
  .ref-taste .pre-rank-links,
  .ref-taste .safe-reason-layout,
  .ref-taste .flow-visual-grid,
  .ref-taste .faq-list,
  .ref-taste .policy-grid,
  .ref-taste .operator-box,
  .ref-taste .lower-rank-list,
  .ref-taste .rank-layout {
    max-width: 1040px;
  }

  .ref-taste .ranking .section-title,
  .ref-taste .intro-editorial,
  .ref-taste .flow .section-title,
  .ref-taste .faq .section-title,
  .ref-taste .site-policy .section-title {
    display: block;
    margin-bottom: 28px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .ref-taste .ranking .section-title > p:not(.kicker),
  .ref-taste .intro-editorial p:not(.kicker) {
    margin-top: 12px;
    padding-left: 0;
    border-left: 0;
  }

  .ref-taste .section-title p,
  .ref-taste .ranking .section-title > p:not(.kicker),
  .ref-taste .intro-editorial p:not(.kicker) {
    max-width: 780px;
    font-size: 15px;
    line-height: 1.85;
  }

  .ref-taste .editorial-rank-feature {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
    max-width: 1040px;
  }

  .ref-taste .editorial-rank-feature .top-rank-card,
  .ref-taste .editorial-rank-feature .top-rank-first,
  .ref-taste .editorial-rank-feature .top-rank-second,
  .ref-taste .editorial-rank-feature .top-rank-third {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 20px;
    transform: none;
  }

  .ref-taste .editorial-rank-feature .top-rank-first {
    order: 1;
  }

  .ref-taste .editorial-rank-feature .top-rank-second {
    order: 2;
  }

  .ref-taste .editorial-rank-feature .top-rank-third {
    order: 3;
  }

  .ref-taste .editorial-rank-feature .editorial-rank-mark,
  .ref-taste .editorial-rank-body,
  .ref-taste .rank-speed-head,
  .ref-taste .rank-rate-note,
  .ref-taste .editorial-rank-feature .rank-reason,
  .ref-taste .editorial-rank-feature .service-title,
  .ref-taste .editorial-rank-feature .cta-stack {
    grid-column: auto;
    grid-row: auto;
    grid-area: auto;
    margin: 0;
    width: 100%;
  }

  .ref-taste .editorial-rank-feature .service-title {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    justify-items: start;
    min-height: 0;
    text-align: left;
  }

  .ref-taste .editorial-rank-feature .service-title img,
  .ref-taste .editorial-rank-feature .service-title .service-logo-wide {
    width: 76px;
    height: 54px;
    margin: 0;
    object-fit: contain;
  }

  .ref-taste .editorial-rank-feature .service-title h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .ref-taste .editorial-rank-feature .service-title p,
  .ref-taste .editorial-rank-feature .rank-reason strong,
  .ref-taste .editorial-rank-feature .top-rank-info dd {
    font-size: 14px;
    line-height: 1.65;
  }

  .ref-taste .editorial-rank-feature .rank-reason {
    min-height: 0;
    padding: 14px;
  }

  .ref-taste .editorial-rank-feature .top-rank-info div {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .ref-taste .lower-rank-card,
  .ref-taste .lower-rank-card:nth-child(1) {
    display: grid;
    grid-template-columns: 120px 112px minmax(0, 1fr) 128px;
    gap: 14px 18px;
    padding: 18px 0;
    background: transparent;
  }

  .ref-taste .lower-rank-card:nth-child(1) .lower-logo-slot,
  .ref-taste .lower-rank-card .lower-logo-slot {
    grid-column: 2;
    grid-row: auto;
    min-height: 72px;
    padding: 10px;
  }

  .ref-taste .lower-rank-card:nth-child(1) .service-title,
  .ref-taste .lower-rank-card .service-title {
    grid-column: 1;
    grid-row: auto;
  }

  .ref-taste .lower-rank-card:nth-child(1) .rank-detail,
  .ref-taste .lower-rank-card .rank-detail {
    grid-column: 3;
    grid-row: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .ref-taste .lower-rank-card:nth-child(1) .button,
  .ref-taste .lower-rank-card .button {
    grid-column: 4;
    grid-row: auto;
    align-self: center;
  }

  .ref-taste .lower-rank-card .compact-specs {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
  }

  .ref-taste .ranking-basis {
    display: grid;
    grid-template-columns: minmax(300px, 0.38fr) minmax(0, 0.62fr);
    gap: 28px;
    align-items: start;
  }

  .ref-taste .ranking-basis dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 14px 20px;
    border-top: 0;
  }

  .ref-taste .ranking-basis dl div {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(36, 48, 41, 0.14);
    background: #fffdf8;
  }

  .ref-taste .pre-rank-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 18px;
    border-top: 0;
  }

  .ref-taste .pre-rank-links > div,
  .ref-taste .pre-rank-links > div:first-child {
    display: block;
    padding: 18px;
    border: 1px solid rgba(36, 48, 41, 0.14);
    border-radius: 6px;
    background: #fffdf8;
  }

  .ref-taste .pre-rank-links h3 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.35;
  }

  .ref-taste .pre-rank-links p {
    font-size: 14px;
    line-height: 1.8;
  }

  .ref-taste .column-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.32fr) minmax(0, 0.68fr);
    gap: 32px;
  }

  .ref-taste .column-heading {
    position: static;
  }

  .ref-taste .safe-reason-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
    gap: 28px;
  }

  .ref-taste .safe-reason-cards article {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 18px;
  }

  .ref-taste .flow-visual-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.38fr) minmax(0, 0.62fr);
    gap: 32px;
  }

  .ref-taste .flow-step-cards li {
    grid-template-columns: 42px 64px minmax(0, 1fr);
  }

  .ref-taste .faq .section-title {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .ref-taste .policy-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 12px;
    border: 0;
  }

  .ref-taste .policy-grid article {
    border: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (min-width: 981px) {
  .ref-taste .editorial-rank-feature {
    display: block;
    max-width: 1040px;
  }

  .ref-taste .editorial-rank-feature .top-rank-card,
  .ref-taste .editorial-rank-feature .top-rank-first,
  .ref-taste .editorial-rank-feature .top-rank-second,
  .ref-taste .editorial-rank-feature .top-rank-third {
    display: block;
    min-height: 0;
    margin: 0 0 18px;
    padding: 24px;
    transform: none;
  }

  .ref-taste .editorial-rank-feature .editorial-lead-visual {
    display: none;
  }

  .ref-taste .editorial-rank-feature .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
    display: inline-grid;
    width: auto;
    min-width: 92px;
    min-height: 64px;
    align-content: center;
    justify-items: start;
    margin: 0 0 16px;
    padding: 10px 14px;
    border-right: 0;
    text-align: left;
  }

  .ref-taste .editorial-rank-body {
    display: block;
    min-width: 0;
  }

  .ref-taste .editorial-rank-feature .rank-speed-head,
  .ref-taste .editorial-rank-feature .rank-rate-note,
  .ref-taste .editorial-rank-feature .top-rank-second .rank-speed-head,
  .ref-taste .editorial-rank-feature .top-rank-third .rank-rate-note {
    display: block;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .service-title,
  .ref-taste .editorial-rank-feature .top-rank-second .service-title,
  .ref-taste .editorial-rank-feature .top-rank-third .service-title,
  .ref-taste .editorial-rank-feature .service-title {
    display: flex;
    grid-column: auto;
    grid-row: auto;
    grid-area: auto;
    align-items: center;
    justify-items: start;
    gap: 14px;
    min-width: 0;
    min-height: 0;
    margin: 0 0 14px;
    text-align: left;
  }

  .ref-taste .editorial-rank-feature .service-title img,
  .ref-taste .editorial-rank-feature .service-title .service-logo-wide,
  .ref-taste .editorial-rank-feature .top-rank-first .service-title img {
    width: 88px;
    height: 58px;
    margin: 0;
    object-fit: contain;
    flex: 0 0 88px;
  }

  .ref-taste .editorial-rank-feature .rank-reason,
  .ref-taste .editorial-rank-feature .top-rank-first .rank-reason,
  .ref-taste .editorial-rank-feature .top-rank-second .rank-reason,
  .ref-taste .editorial-rank-feature .top-rank-third .rank-reason {
    display: block;
    grid-column: auto;
    grid-row: auto;
    grid-area: auto;
    width: 100%;
    max-width: 720px;
    min-height: 0;
    margin: 0 0 16px;
  }

  .ref-taste .editorial-rank-feature .top-rank-first h3,
  .ref-taste .editorial-rank-feature .top-rank-second h3,
  .ref-taste .editorial-rank-feature .top-rank-third h3 {
    font-size: 26px;
    line-height: 1.35;
  }

  .ref-taste .editorial-rank-feature .rank-reason strong,
  .ref-taste .editorial-rank-feature .top-rank-first .rank-reason strong {
    font-size: 16px;
    line-height: 1.65;
  }

  .ref-taste .editorial-rank-feature .cta-stack,
  .ref-taste .editorial-rank-feature .top-rank-second .cta-stack,
  .ref-taste .editorial-rank-feature .top-rank-third .cta-stack,
  .ref-taste .editorial-rank-feature .top-rank-first .cta-stack {
    display: block;
    grid-column: auto;
    grid-row: auto;
    grid-area: auto;
    width: min(340px, 100%);
    max-width: 340px;
  }
}

/* Footer/operator readability pass: only the policy area is adjusted. */
.ref-taste .operator-box dd,
.ref-taste .operator-box a {
  overflow-wrap: anywhere;
}

@media (min-width: 981px) {
  .ref-taste .site-policy {
    padding: 64px clamp(44px, 6vw, 80px) 54px;
    color: #27312a;
    background: #f5f1e8;
  }

  .ref-taste .site-policy .section-title {
    display: block;
    max-width: 900px;
    margin: 0 auto 32px;
    padding: 0 0 22px;
    color: #27312a;
    border-bottom: 1px solid rgba(39, 49, 42, 0.16);
  }

  .ref-taste .site-policy .section-title .kicker {
    margin-bottom: 10px;
    color: #66705f;
  }

  .ref-taste .site-policy .section-title h2 {
    color: #243028;
  }

  .ref-taste .site-policy .section-title p {
    max-width: 720px;
    margin-top: 10px;
    color: #5d665b;
    font-size: 15px;
    line-height: 1.85;
  }

  .ref-taste .policy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 22px 34px;
    max-width: 900px;
    margin: 0 auto;
    border: 0;
  }

  .ref-taste .policy-grid article {
    min-height: 0;
    padding: 0 0 0 18px;
    border: 0;
    border-left: 3px solid rgba(42, 82, 62, 0.28);
    background: transparent;
    box-shadow: none;
  }

  .ref-taste .policy-grid h3 {
    margin: 0 0 8px;
    color: #253129;
    font-size: 17px;
    line-height: 1.45;
  }

  .ref-taste .policy-grid p {
    margin: 0;
    color: #596257;
    font-size: 14px;
    line-height: 1.85;
  }

  .ref-taste .operator-box {
    max-width: 900px;
    margin: 38px auto 0;
    padding: 28px 32px 30px;
    color: #27312a;
    border: 1px solid rgba(39, 49, 42, 0.14);
    border-radius: 6px;
    background: #fffdf8;
  }

  .ref-taste .operator-box h3 {
    margin: 0 0 18px;
    color: #243028;
    font-size: 20px;
    line-height: 1.45;
  }

  .ref-taste .operator-box dl {
    display: block;
    border: 0;
  }

  .ref-taste .operator-box dl div {
    display: grid;
    grid-template-columns: minmax(120px, 150px) minmax(0, 1fr);
    gap: 22px;
    padding: 15px 0;
    border: 0;
    border-top: 1px solid rgba(39, 49, 42, 0.12);
  }

  .ref-taste .operator-box dl div:first-child {
    border-top: 0;
  }

  .ref-taste .operator-box dt {
    color: #6b7469;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
  }

  .ref-taste .operator-box dd {
    color: #2e3a32;
    font-size: 15px;
    line-height: 1.8;
  }

  .ref-taste .operator-box a {
    color: #315f4a;
    text-decoration-color: rgba(49, 95, 74, 0.4);
    text-underline-offset: 3px;
  }

  .ref-taste .source-note {
    padding: 18px clamp(44px, 6vw, 80px) 84px;
    color: #60695f;
    background: #f5f1e8;
  }

  .ref-taste .source-note p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.8;
  }
}

@media (max-width: 980px) {
  .ref-taste .operator-box {
    padding: 18px;
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
  }

  .ref-taste .operator-box h3 {
    margin: 0 0 14px;
    color: #fff;
    line-height: 1.45;
  }

  .ref-taste .operator-box dt {
    color: #b9d8c8;
  }

  .ref-taste .operator-box dd {
    color: rgba(255, 255, 255, 0.88);
  }

  .ref-taste .operator-box a {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.55);
  }
}

/* PC readability repair: layout only. Mobile rules and page content stay unchanged. */
@media (min-width: 981px) {
  .ref-taste main,
  .ref-taste .topbar {
    width: min(calc(100% - 48px), 1360px);
  }

  .ref-taste .section {
    padding-left: clamp(44px, 5vw, 72px);
    padding-right: clamp(44px, 5vw, 72px);
  }

  .ref-taste .section-title,
  .ref-taste .ranking .section-title,
  .ref-taste .intro-editorial,
  .ref-taste .rank-layout,
  .ref-taste .lower-rank-list,
  .ref-taste .ranking-basis,
  .ref-taste .pre-rank-links,
  .ref-taste .column-shell,
  .ref-taste .safe-reason-layout,
  .ref-taste .flow-visual-grid,
  .ref-taste .faq-list,
  .ref-taste .policy-grid,
  .ref-taste .operator-box {
    max-width: 1200px;
  }

  .ref-taste h1,
  .ref-taste h2,
  .ref-taste h3,
  .ref-taste .rank-inline,
  .ref-taste .kicker,
  .ref-taste .comparison-rank,
  .ref-taste .comparison-shop {
    word-break: keep-all;
    overflow-wrap: normal;
    line-break: strict;
  }

  .ref-taste p,
  .ref-taste li,
  .ref-taste dt,
  .ref-taste dd,
  .ref-taste small,
  .ref-taste strong,
  .ref-taste a {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
  }

  .ref-taste .section-title p,
  .ref-taste .intro-editorial p:not(.kicker),
  .ref-taste .column-heading p,
  .ref-taste .safe-reason-main p,
  .ref-taste .flow-phone-copy p {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.85;
  }

  .ref-taste .ranking .section-title h2 {
    max-width: 1200px;
  }

  .ref-taste .lower-rank-list {
    gap: 0;
  }

  .ref-taste .lower-rank-card,
  .ref-taste .lower-rank-card:nth-child(1) {
    grid-template-columns: minmax(180px, 0.9fr) minmax(150px, 0.65fr) minmax(420px, 2.2fr) minmax(150px, 0.65fr);
    gap: 16px 22px;
    align-items: center;
    padding: 22px 0;
  }

  .ref-taste .lower-rank-card .service-title,
  .ref-taste .lower-rank-card:nth-child(1) .service-title {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
  }

  .ref-taste .lower-rank-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .ref-taste .lower-rank-card .lower-logo-slot,
  .ref-taste .lower-rank-card:nth-child(1) .lower-logo-slot {
    min-height: 82px;
    padding: 12px;
  }

  .ref-taste .lower-logo-slot .service-logo-wide {
    width: 136px;
    height: 46px;
  }

  .ref-taste .lower-rank-card .rank-detail,
  .ref-taste .lower-rank-card:nth-child(1) .rank-detail {
    gap: 10px;
    min-width: 0;
  }

  .ref-taste .lower-rank-card .rank-detail p {
    font-size: 15px;
    line-height: 1.75;
  }

  .ref-taste .lower-note {
    font-size: 13px;
    line-height: 1.55;
  }

  .ref-taste .lower-rank-card .compact-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(112px, 1fr));
    gap: 8px;
  }

  .ref-taste .lower-rank-card .compact-specs div {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 5px;
    font-size: 13px;
    line-height: 1.35;
  }

  .ref-taste .lower-rank-card .button,
  .ref-taste .lower-rank-card:nth-child(1) .button {
    width: 150px;
    min-height: 46px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  .ref-taste .ranking-basis {
    grid-template-columns: minmax(340px, 0.42fr) minmax(0, 0.58fr);
  }

  .ref-taste .ranking-basis dl {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }

  .ref-taste .ranking-basis dl div {
    grid-template-columns: minmax(112px, 0.34fr) minmax(0, 1fr);
  }

  .ref-taste .pre-rank-links {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }

  .ref-taste .column-shell {
    grid-template-columns: minmax(320px, 0.34fr) minmax(0, 0.66fr);
    gap: clamp(34px, 5vw, 72px);
  }

  .ref-taste .column-list {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }

  .ref-taste .column-list a {
    font-size: 18px;
    line-height: 1.55;
  }

  .ref-taste .safe-reason-layout {
    grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr);
  }

  .ref-taste .safe-reason-cards article {
    grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  }
}

/* Flow cleanup: plain procedure text, no timeline or decorative step art. */
.ref-taste .flow .section-title {
  display: block;
}

.ref-taste .flow .section-title .kicker {
  padding-top: 0;
  border-top: 0;
}

.ref-taste .flow .section-title h2 {
  margin-bottom: 8px;
}

.ref-taste .flow .section-title p {
  max-width: 760px;
}

.ref-taste .flow-visual-grid {
  display: block;
  max-width: 760px;
}

.ref-taste .flow-phone-card {
  display: block;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .flow-phone-card .phone-shell {
  display: none;
}

.ref-taste .flow-phone-copy {
  margin: 0;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(36, 48, 41, 0.18);
}

.ref-taste .flow-phone-copy h3 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.45;
}

.ref-taste .flow-phone-copy p {
  max-width: 720px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.ref-taste .flow-step-cards {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 0;
  counter-reset: none;
}

.ref-taste .flow-step-cards li {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(36, 48, 41, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .flow-step-cards li:first-child {
  border-top: 0;
}

.ref-taste .flow-step-cards li:last-child {
  border-bottom: 0;
}

.ref-taste .flow-step-cards li::before {
  content: none;
}

.ref-taste .flow-step-cards li::marker {
  content: "";
}

.ref-taste .flow-step-cards img {
  display: none;
}

.ref-taste .flow-step-cards b {
  display: block;
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.45;
}

.ref-taste .flow-step-cards small {
  display: block;
  margin: 0;
  color: #4f594c;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.65;
}

@media (max-width: 620px) {
  .ref-taste .flow {
    padding-bottom: 108px;
  }

  .ref-taste .flow .section-title {
    margin-bottom: 18px;
  }

  .ref-taste .flow .section-title h2 {
    margin-bottom: 4px;
  }

  .ref-taste .flow .section-title p {
    line-height: 1.68;
  }

  .ref-taste .flow-visual-grid {
    max-width: 100%;
  }

  .ref-taste .flow-phone-card {
    margin-bottom: 12px;
  }

  .ref-taste .flow-phone-copy {
    padding-bottom: 12px;
  }

  .ref-taste .flow-phone-copy h3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.42;
  }

  .ref-taste .flow-phone-copy p {
    font-size: 14px;
    line-height: 1.7;
  }

  .ref-taste .flow-step-cards li {
    padding: 10px 0;
  }

  .ref-taste .flow-step-cards b {
    font-size: 16px;
    line-height: 1.45;
  }

  .ref-taste .flow-step-cards small {
    font-size: 14px;
    line-height: 1.62;
  }
}

/* Safety section color cleanup: colors only. */
.ref-taste .safe-reasons {
  background: #fffdf8;
}

.ref-taste .safe-reasons .section-title h2,
.ref-taste .safe-reason-main h3,
.ref-taste .safe-reason-cards h3,
.ref-taste .confirm-cta-inline h3 {
  color: #243029;
}

.ref-taste .safe-reasons .section-title p,
.ref-taste .safe-reason-main p,
.ref-taste .safe-reason-cards p,
.ref-taste .confirm-cta-inline p,
.ref-taste .safe-legal-note {
  color: #394640;
}

.ref-taste .safe-reason-main {
  border-left: 0;
  border-top-color: rgba(36, 48, 41, 0.16);
  border-bottom-color: rgba(36, 48, 41, 0.14);
}

.ref-taste .safe-reason-cards,
.ref-taste .safe-reason-cards article,
.ref-taste .safe-reason-cards article:first-child,
.ref-taste .safe-legal-note,
.ref-taste .confirm-cta-inline {
  border-color: rgba(36, 48, 41, 0.14);
}

/* Ranking basis consolidation: this area only. */
.ref-taste .ranking .pre-rank-links {
  margin-top: 0;
}

@media (min-width: 981px) {
  .ref-taste .ranking-basis {
    display: block;
  }

  .ref-taste .ranking-basis dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ref-taste .ranking-basis dl div {
    grid-template-columns: minmax(112px, 0.28fr) minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .ref-taste .ranking-basis dl {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* FV editorial reset: first view only. */
.ref-taste .hero-editorial {
  display: block;
  min-height: 0;
  padding: clamp(34px, 5vw, 58px) clamp(18px, 6vw, 72px) clamp(32px, 4.5vw, 52px);
  background: #f7f1e7;
}

.ref-taste .hero-editorial::before,
.ref-taste .hero-editorial::after {
  content: none;
}

.ref-taste .hero-editorial .hero-copy {
  max-width: 820px;
}

.ref-taste .hero-editorial .kicker {
  margin-bottom: 14px;
  color: #315f4a;
  font-size: 13px;
  line-height: 1.5;
}

.ref-taste .hero-editorial h1 {
  max-width: 820px;
  margin-bottom: 16px;
  color: #243029;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.24;
  font-weight: 850;
}

.ref-taste .hero-mobile-break {
  display: none;
}

.ref-taste .hero-editorial .lead {
  max-width: 720px;
  margin-bottom: 10px;
  color: #2f3b33;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.75;
  font-weight: 700;
}

.ref-taste .hero-intro {
  max-width: 720px;
  margin: 0;
  color: #566157;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
}

@media (max-width: 620px) {
  .ref-taste .hero-mobile-break {
    display: block;
  }
}

/* FV article-opening rebuild: keep the first view as an edited comparison article, not an ad hero. */
.ref-taste .hero-editorial {
  display: block;
  min-height: 0;
  padding: clamp(34px, 4.8vw, 58px) clamp(18px, 6vw, 72px) clamp(34px, 4.4vw, 54px);
  border-bottom: 1px solid rgba(36, 48, 41, 0.12);
  background: #fffdf8;
}

.ref-taste .hero-editorial::before,
.ref-taste .hero-editorial::after {
  content: none;
}

.ref-taste .hero-editorial .hero-copy {
  width: min(100%, 920px);
  max-width: none;
  margin: 0 auto;
}

.ref-taste .hero-editorial h1 {
  max-width: 760px;
  margin: 0 0 10px;
  color: #243029;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.34;
  font-weight: 800;
}

.ref-taste .hero-editorial .hero-meta {
  margin: 0 0 20px;
  color: #526057;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

.ref-taste .hero-editorial .lead {
  max-width: 760px;
  margin: 0;
  color: #2f3b33;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.78;
  font-weight: 700;
}

.ref-taste .hero-editorial .hero-intro {
  max-width: 760px;
  margin: 0;
  color: #4d5a52;
  font-size: 15px;
  line-height: 1.82;
  font-weight: 600;
}

.ref-taste .hero-editorial .hero-actions,
.ref-taste .hero-rank-panel,
.ref-taste .hero-top-three,
.ref-taste .hero-ad-visual {
  display: none;
}

@media (max-width: 620px) {
  .ref-taste .hero-editorial {
    padding: 28px 17px 27px;
  }

  .ref-taste .hero-editorial .hero-copy {
    width: 100%;
  }

  .ref-taste .hero-editorial h1 {
    font-size: 25px;
    line-height: 1.38;
  }

  .ref-taste .hero-editorial .hero-meta {
    margin-bottom: 16px;
  }

  .ref-taste .hero-editorial .lead,
  .ref-taste .hero-editorial .hero-intro {
    max-width: none;
  }
}

/* Comparison usability pass: ranking area only. */
.ref-taste .editorial-rank-feature {
  max-width: 1200px;
}

.ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare {
  display: grid;
  gap: 0;
  margin-top: 14px;
  border-top: 1px solid rgba(36, 48, 41, 0.14);
}

.ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare div {
  min-height: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(36, 48, 41, 0.12);
  background: transparent;
}

.ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare dt {
  color: #526057;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 800;
}

.ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare dd {
  color: #243029;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.ref-taste .pre-rank-links {
  margin-top: 28px;
}

.ref-taste .pre-rank-links > div {
  padding-top: 14px;
  padding-bottom: 14px;
}

.ref-taste .pre-rank-links .text-links {
  margin-top: 8px;
}

@media (min-width: 981px) {
  .ref-taste .editorial-rank-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: none;
    gap: 16px;
  }

  .ref-taste .editorial-rank-feature .top-rank-card,
  .ref-taste .editorial-rank-feature .top-rank-first,
  .ref-taste .editorial-rank-feature .top-rank-second,
  .ref-taste .editorial-rank-feature .top-rank-third {
    display: grid;
    grid-area: auto !important;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 18px;
    margin: 0;
    padding: 22px;
    align-items: start;
  }

  .ref-taste .editorial-rank-feature .top-rank-first {
    grid-column: auto;
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .ref-taste .editorial-rank-feature .top-rank-second,
  .ref-taste .editorial-rank-feature .top-rank-third {
    width: 100%;
  }

  .ref-taste .editorial-rank-feature .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
    grid-column: auto;
    grid-row: auto;
    grid-area: auto !important;
    margin: 0;
    padding: 6px 14px 0 0;
    border-right: 1px solid rgba(36, 48, 41, 0.15);
    border-top: 0;
  }

  .ref-taste .editorial-rank-body {
    display: block;
    grid-column: auto;
    grid-row: auto;
    grid-area: auto !important;
    width: 100%;
    min-width: 0;
    padding-top: 0;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .service-title,
  .ref-taste .editorial-rank-feature .top-rank-second .service-title,
  .ref-taste .editorial-rank-feature .top-rank-third .service-title,
  .ref-taste .editorial-rank-feature .service-title {
    grid-column: auto;
    grid-row: auto;
    grid-area: auto !important;
    margin: 0 0 12px;
  }

  .ref-taste .editorial-rank-feature .rank-reason,
  .ref-taste .editorial-rank-feature .top-rank-first .rank-reason,
  .ref-taste .editorial-rank-feature .top-rank-second .rank-reason,
  .ref-taste .editorial-rank-feature .top-rank-third .rank-reason {
    grid-column: auto;
    grid-row: auto;
    grid-area: auto !important;
    max-width: none;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
  }

  .ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-left: 1px solid rgba(36, 48, 41, 0.12);
  }

  .ref-taste .editorial-rank-feature .top-rank-second .top-rank-info.top-rank-compare,
  .ref-taste .editorial-rank-feature .top-rank-third .top-rank-info.top-rank-compare {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare div {
    display: block;
    padding: 10px 12px;
    border-right: 1px solid rgba(36, 48, 41, 0.12);
  }

  .ref-taste .editorial-rank-feature .cta-stack,
  .ref-taste .editorial-rank-feature .top-rank-first .cta-stack,
  .ref-taste .editorial-rank-feature .top-rank-second .cta-stack,
  .ref-taste .editorial-rank-feature .top-rank-third .cta-stack {
    grid-column: auto;
    grid-row: auto;
    grid-area: auto !important;
    width: min(100%, 320px);
    max-width: 320px;
  }

  .ref-taste .lower-rank-list {
    max-width: 1200px;
  }

  .ref-taste .pre-rank-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 1200px;
    border-top: 1px solid rgba(36, 48, 41, 0.16);
    border-bottom: 1px solid rgba(36, 48, 41, 0.16);
  }

  .ref-taste .pre-rank-links > div,
  .ref-taste .pre-rank-links > div:first-child {
    padding: 16px 18px;
    border: 0;
    border-right: 1px solid rgba(36, 48, 41, 0.12);
    border-radius: 0;
    background: transparent;
  }

  .ref-taste .pre-rank-links > div:last-child {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .ref-taste .editorial-rank-feature .top-rank-card,
  .ref-taste .editorial-rank-feature .top-rank-first,
  .ref-taste .editorial-rank-feature .top-rank-second,
  .ref-taste .editorial-rank-feature .top-rank-third {
    display: block;
    padding: 18px;
  }

  .ref-taste .editorial-rank-feature .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
    margin-bottom: 14px;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 48, 41, 0.14);
    text-align: left;
    justify-items: start;
  }

  .ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare div {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
  }
}

/* Editorial de-template pass: visual treatment only, content unchanged. */
.ref-taste {
  --editorial-bg: #fbf8f0;
  --editorial-paper: #fffdf8;
  --editorial-ink: #18211c;
  --editorial-muted: #536056;
  --editorial-green: #214f3b;
  --editorial-rule: rgba(34, 49, 41, 0.18);
  background: var(--editorial-bg);
}

.ref-taste main,
.ref-taste .hero-editorial,
.ref-taste .section,
.ref-taste .column-links,
.ref-taste .safe-reasons,
.ref-taste .faq {
  background: var(--editorial-bg);
}

.ref-taste .hero-editorial {
  border-bottom: 1px solid var(--editorial-rule);
}

.ref-taste .hero-editorial .hero-copy {
  max-width: 880px;
}

.ref-taste .section-title .kicker,
.ref-taste .kicker {
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a6432;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.ref-taste .section-title,
.ref-taste .ranking .section-title {
  border-bottom: 1px solid var(--editorial-rule);
}

.ref-taste .ranking {
  position: relative;
  z-index: 1;
  background: var(--editorial-paper);
  border-top: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
}

.ref-taste .ranking .section-title {
  margin-bottom: clamp(28px, 4vw, 48px);
}

.ref-taste .rank-card,
.ref-taste .top-rank-card,
.ref-taste .lower-rank-card,
.ref-taste .safe-reason-main,
.ref-taste .safe-reason-cards article,
.ref-taste .policy-grid article,
.ref-taste .operator-box,
.ref-taste .faq-list details,
.ref-taste .pre-rank-links > div,
.ref-taste .column-list a {
  border-radius: 0;
  box-shadow: none;
}

.ref-taste .rank-card,
.ref-taste .top-rank-card,
.ref-taste .lower-rank-card {
  background: transparent;
}

.ref-taste .editorial-rank-feature {
  gap: 0;
  max-width: 1180px;
  margin-inline: auto;
  border-top: 3px solid var(--editorial-ink);
  border-bottom: 1px solid var(--editorial-rule);
}

.ref-taste .editorial-rank-feature .top-rank-card,
.ref-taste .editorial-rank-feature .top-rank-first,
.ref-taste .editorial-rank-feature .top-rank-second,
.ref-taste .editorial-rank-feature .top-rank-third {
  padding: clamp(24px, 3.4vw, 44px) 0;
  border: 0;
  border-bottom: 1px solid var(--editorial-rule);
  background: transparent;
}

.ref-taste .editorial-rank-feature .top-rank-first {
  padding-top: clamp(30px, 4vw, 56px);
  padding-bottom: clamp(30px, 4vw, 56px);
}

.ref-taste .editorial-rank-feature .top-rank-third {
  border-bottom: 0;
}

.ref-taste .editorial-rank-feature .editorial-rank-mark,
.ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark,
.ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark,
.ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
  align-self: stretch;
  min-height: 0;
  padding: 0 clamp(18px, 2.4vw, 30px) 0 0;
  border: 0;
  border-right: 1px solid var(--editorial-rule);
  background: transparent;
  color: #172033;
  text-align: left;
}

.ref-taste .editorial-rank-feature .editorial-rank-mark span {
  display: block;
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 0.95;
  letter-spacing: 0;
}

.ref-taste .editorial-rank-feature .editorial-rank-mark small {
  display: block;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a6432;
  font-size: 13px;
  line-height: 1.35;
}

.ref-taste .editorial-rank-feature .editorial-rank-body {
  padding-left: clamp(22px, 3vw, 42px);
}

.ref-taste .editorial-rank-feature .service-title {
  gap: clamp(14px, 2vw, 24px);
}

.ref-taste .editorial-rank-feature .service-title img,
.ref-taste .lower-logo-slot {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ref-taste .editorial-rank-feature .rank-reason strong {
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.45;
}

.ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare {
  margin-top: clamp(16px, 2vw, 24px);
  border-top: 1px solid var(--editorial-rule);
  border-left: 0;
}

.ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare div {
  border-right: 0;
  border-bottom: 1px solid var(--editorial-rule);
  background: transparent;
}

.ref-taste .button {
  border-radius: 2px;
  box-shadow: none;
}

.ref-taste .button.primary {
  background: var(--editorial-green);
}

.ref-taste .lower-rank-list {
  max-width: 1180px;
  margin-inline: auto;
  border-top: 2px solid var(--editorial-ink);
}

.ref-taste .lower-rank-card,
.ref-taste .lower-rank-card:nth-child(1) {
  border: 0;
  border-bottom: 1px solid var(--editorial-rule);
}

.ref-taste .lower-rank-card .service-title,
.ref-taste .lower-rank-card:nth-child(1) .service-title {
  border-right: 0;
}

.ref-taste .lower-rank-card .compact-specs {
  border-top: 1px solid rgba(36, 48, 41, 0.12);
}

.ref-taste .lower-rank-card .compact-specs div {
  background: transparent;
}

.ref-taste .ranking-basis {
  max-width: 1120px;
  margin-top: clamp(34px, 5vw, 64px);
}

.ref-taste .ranking-basis > div {
  padding: 0 0 18px;
  background: transparent;
}

.ref-taste .ranking-basis .kicker {
  color: #7a6432;
}

.ref-taste .ranking-basis h3,
.ref-taste .ranking-basis p {
  color: var(--editorial-ink);
}

.ref-taste .ranking-basis h3 {
  font-size: clamp(24px, 2.6vw, 36px);
}

.ref-taste .ranking-basis dl {
  border-top: 2px solid var(--editorial-ink);
}

.ref-taste .pre-rank-links,
.ref-taste .column-list,
.ref-taste .safe-reason-cards,
.ref-taste .faq-list,
.ref-taste .policy-grid {
  border-top: 1px solid var(--editorial-rule);
}

.ref-taste .pre-rank-links > div {
  padding: 18px 0;
}

.ref-taste .pre-rank-links .text-links a,
.ref-taste .column-list a {
  border-radius: 0;
  background: transparent;
}

.ref-taste .column-links,
.ref-taste .safe-reasons,
.ref-taste .faq {
  border-top: 1px solid var(--editorial-rule);
}

.ref-taste .column-heading {
  position: static;
  border-bottom: 2px solid var(--editorial-green);
}

.ref-taste .column-heading h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.ref-taste .column-list {
  counter-reset: none;
  border-top: 0;
}

.ref-taste .column-list li {
  counter-increment: none;
}

.ref-taste .column-list a {
  display: block;
  min-height: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--editorial-rule);
  font-size: clamp(18px, 1.9vw, 24px);
}

.ref-taste .column-list a::before {
  display: none;
  content: none;
}

.ref-taste .safe-reason-layout {
  align-items: start;
}

.ref-taste .safe-reason-main {
  padding: 0;
  border: 0;
  background: transparent;
}

.ref-taste .safe-reason-main h3 {
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.16;
}

.ref-taste .safe-reason-cards article {
  padding: 18px 0;
  background: transparent;
}

.ref-taste .safe-legal-note,
.ref-taste .confirm-cta-inline {
  border-radius: 0;
  background: transparent;
}

.ref-taste .confirm-cta-inline {
  border-top: 1px solid var(--editorial-rule);
  border-bottom: 0;
}

.ref-taste .faq-list {
  max-width: 1040px;
  margin-left: 0;
}

.ref-taste .faq-list summary {
  font-size: clamp(18px, 2vw, 24px);
}

.ref-taste .site-policy {
  background: #25372f;
}

.ref-taste .policy-grid {
  border-left: 0;
}

.ref-taste .policy-grid article {
  padding: 18px 0;
  border-right: 0;
  background: transparent;
}

.ref-taste .operator-box {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.ref-taste .site-policy,
.ref-taste .site-policy h2,
.ref-taste .site-policy h3,
.ref-taste .site-policy .section-title h2,
.ref-taste .site-policy .section-title .kicker,
.ref-taste .policy-grid h3 {
  color: #fffdf8;
}

.ref-taste .site-policy .section-title p,
.ref-taste .policy-grid p,
.ref-taste .operator-box,
.ref-taste .operator-box dt,
.ref-taste .operator-box dd,
.ref-taste .operator-box a {
  color: rgba(255, 253, 248, 0.86);
}

@media (min-width: 981px) {
  .ref-taste .editorial-rank-feature {
    display: block;
  }

  .ref-taste .editorial-rank-feature .top-rank-card,
  .ref-taste .editorial-rank-feature .top-rank-first,
  .ref-taste .editorial-rank-feature .top-rank-second,
  .ref-taste .editorial-rank-feature .top-rank-third {
    display: grid;
    grid-template-columns: minmax(120px, 0.16fr) minmax(0, 1fr);
    gap: 0;
  }

  .ref-taste .editorial-rank-feature .top-rank-first {
    grid-template-columns: minmax(150px, 0.18fr) minmax(0, 1fr);
  }

  .ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-body {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
    gap: 14px clamp(24px, 3vw, 44px);
    align-items: start;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .service-title,
  .ref-taste .editorial-rank-feature .top-rank-first .cta-stack {
    grid-column: 1;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .rank-reason {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare div {
    grid-template-columns: minmax(96px, 0.32fr) minmax(0, 1fr);
  }

  .ref-taste .lower-rank-card,
  .ref-taste .lower-rank-card:nth-child(1) {
    grid-template-columns: minmax(160px, 0.26fr) minmax(124px, 0.16fr) minmax(0, 1fr) minmax(126px, 0.18fr);
    column-gap: clamp(18px, 2.8vw, 38px);
  }

  .ref-taste .pre-rank-links {
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: clamp(18px, 3vw, 42px);
  }

  .ref-taste .column-shell {
    grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.64fr);
  }

  .ref-taste .column-list {
    display: block;
  }

  .ref-taste .safe-reason-layout {
    grid-template-columns: minmax(330px, 0.4fr) minmax(0, 0.6fr);
  }

  .ref-taste .policy-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.86fr) minmax(0, 1.05fr);
    gap: clamp(22px, 3vw, 42px);
  }
}

@media (max-width: 980px) {
  .ref-taste main,
  .ref-taste .topbar {
    max-width: 100%;
  }

  .ref-taste .section {
    padding-block: 42px;
  }

  .ref-taste .editorial-rank-feature {
    border-top-width: 2px;
  }

  .ref-taste .editorial-rank-feature .top-rank-card,
  .ref-taste .editorial-rank-feature .top-rank-first,
  .ref-taste .editorial-rank-feature .top-rank-second,
  .ref-taste .editorial-rank-feature .top-rank-third {
    grid-template-columns: 1fr;
    padding: 26px 0;
  }

  .ref-taste .editorial-rank-feature .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-second .editorial-rank-mark,
  .ref-taste .editorial-rank-feature .top-rank-third .editorial-rank-mark {
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid var(--editorial-rule);
  }

  .ref-taste .editorial-rank-feature .editorial-rank-body {
    padding: 18px 0 0;
  }

  .ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare {
    grid-template-columns: 1fr;
  }

  .ref-taste .lower-rank-card,
  .ref-taste .lower-rank-card:nth-child(1) {
    padding-block: 22px;
  }

  .ref-taste .pre-rank-links > div {
    padding: 16px 0;
  }

  .ref-taste .safe-reason-main h3 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .ref-taste .safe-reason-cards article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ref-taste .confirm-cta-inline {
    padding-inline: 0;
  }
}

/* v48: whole-page editorial polish and clearer decision hierarchy. */
.ref-taste .hero-editorial {
  padding-top: clamp(38px, 5.4vw, 72px);
  padding-bottom: clamp(28px, 4vw, 48px);
}

.ref-taste .hero-editorial .hero-copy {
  max-width: 1040px;
}

.ref-taste .hero-editorial h1 {
  max-width: 820px;
  margin-bottom: 12px;
  font-size: clamp(30px, 4.1vw, 56px);
  line-height: 1.18;
}

.ref-taste .hero-editorial .lead {
  max-width: 700px;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.9;
}

.ref-taste .hero-decision-guide {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 0;
  max-width: 940px;
  margin-top: clamp(24px, 3.2vw, 38px);
  border-top: 2px solid var(--editorial-ink);
  border-bottom: 1px solid var(--editorial-rule);
}

.ref-taste .hero-decision-guide a {
  display: block;
  min-width: 0;
  padding: 16px clamp(14px, 2vw, 22px) 17px 0;
  color: var(--editorial-ink);
  text-decoration: none;
}

.ref-taste .hero-decision-guide a + a {
  padding-left: clamp(14px, 2vw, 22px);
  border-left: 1px solid var(--editorial-rule);
}

.ref-taste .hero-decision-guide b {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.35;
}

.ref-taste .hero-decision-guide span {
  display: block;
  color: var(--editorial-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.65;
}

.ref-taste .ranking .section-title {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
}

.ref-taste .ranking .section-title .kicker {
  grid-column: 1 / -1;
}

.ref-taste .ranking .section-title h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3.8vw, 50px);
  line-height: 1.18;
}

.ref-taste .ranking .section-title p {
  max-width: 610px;
  margin-bottom: 3px;
  font-size: 15.5px;
  line-height: 1.9;
}

.ref-taste .ranking-reader-guide {
  max-width: 1180px;
  margin: -18px auto clamp(22px, 3vw, 34px);
  padding: 0 0 16px;
  border-bottom: 1px solid var(--editorial-rule);
}

.ref-taste .ranking-reader-guide p {
  max-width: 740px;
  margin: 0;
  color: #334139;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.85;
}

.ref-taste .ranking-reader-guide b {
  color: var(--editorial-ink);
  font-weight: 850;
}

.ref-taste .editorial-rank-feature {
  border-top-width: 2px;
}

.ref-taste .rank-focus {
  max-width: 620px;
  margin: 10px 0 0;
  color: #566157;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.8;
}

@media (min-width: 981px) {
  .ref-taste .editorial-rank-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 0 clamp(34px, 4vw, 58px);
    border-bottom: 0;
  }

  .ref-taste .editorial-rank-feature .top-rank-first {
    grid-column: 1 / -1;
    grid-template-columns: minmax(148px, 0.16fr) minmax(0, 1fr);
    padding-top: clamp(34px, 4.6vw, 64px);
    padding-bottom: clamp(36px, 4.8vw, 68px);
    border-bottom: 2px solid var(--editorial-ink);
  }

  .ref-taste .editorial-rank-feature .top-rank-first .editorial-rank-body {
    display: grid;
    grid-template-columns: minmax(270px, 0.34fr) minmax(0, 0.66fr);
    gap: 16px clamp(30px, 4.2vw, 62px);
  }

  .ref-taste .editorial-rank-feature .top-rank-first .rank-reason strong {
    max-width: 660px;
    font-size: clamp(28px, 3.1vw, 44px);
    line-height: 1.28;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .rank-focus {
    font-size: 15.5px;
  }

  .ref-taste .editorial-rank-feature .top-rank-second,
  .ref-taste .editorial-rank-feature .top-rank-third {
    grid-template-columns: minmax(104px, 0.24fr) minmax(0, 1fr);
    padding-top: clamp(28px, 3.8vw, 46px);
    padding-bottom: clamp(28px, 3.8vw, 46px);
  }

  .ref-taste .editorial-rank-feature .top-rank-second {
    border-bottom: 0;
  }

  .ref-taste .editorial-rank-feature .top-rank-third {
    border-top: 0;
  }

  .ref-taste .editorial-rank-feature .top-rank-second .rank-reason strong,
  .ref-taste .editorial-rank-feature .top-rank-third .rank-reason strong {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.38;
  }

  .ref-taste .editorial-rank-feature .top-rank-second .top-rank-info.top-rank-compare,
  .ref-taste .editorial-rank-feature .top-rank-third .top-rank-info.top-rank-compare {
    grid-template-columns: 1fr;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .cta-stack {
    width: min(100%, 340px);
    max-width: 340px;
  }

  .ref-taste .lower-rank-list {
    margin-top: clamp(28px, 4vw, 50px);
  }

  .ref-taste .lower-rank-card,
  .ref-taste .lower-rank-card:nth-child(1) {
    grid-template-columns: minmax(210px, 0.24fr) minmax(110px, 0.13fr) minmax(0, 1fr) minmax(126px, 0.15fr);
    column-gap: clamp(16px, 2.2vw, 28px);
  }
}

@media (max-width: 980px) {
  .ref-taste .hero-decision-guide {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .ref-taste .hero-decision-guide a,
  .ref-taste .hero-decision-guide a + a {
    padding: 13px 0;
    border-left: 0;
    border-top: 1px solid var(--editorial-rule);
  }

  .ref-taste .hero-decision-guide a:first-child {
    border-top: 0;
  }

  .ref-taste .ranking .section-title {
    display: block;
  }

  .ref-taste .ranking-reader-guide {
    margin-top: -12px;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .rank-reason strong {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.28;
  }

  .ref-taste .rank-focus {
    font-size: 14.5px;
  }
}

@media (max-width: 620px) {
  .ref-taste .hero-editorial {
    padding-top: 30px;
  }

  .ref-taste .hero-editorial h1 {
    font-size: clamp(29px, 9.2vw, 38px);
    line-height: 1.17;
  }

  .ref-taste .hero-decision-guide {
    margin-top: 22px;
  }

  .ref-taste .ranking .section-title h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .ref-taste .editorial-rank-feature .service-title {
    align-items: center;
  }

  .ref-taste .editorial-rank-feature .top-rank-info.top-rank-compare div {
    grid-template-columns: minmax(76px, 0.34fr) minmax(0, 1fr);
  }
}

@media (min-width: 981px) {
  .ref-taste .editorial-rank-feature .top-rank-first {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .ref-taste .editorial-rank-feature .top-rank-second {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .ref-taste .editorial-rank-feature .top-rank-third {
    grid-column: 2 !important;
    grid-row: auto !important;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .service-title,
  .ref-taste .editorial-rank-feature .top-rank-first .cta-stack {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .ref-taste .editorial-rank-feature .top-rank-first .rank-reason {
    grid-column: 2 !important;
    grid-row: 1 / 3 !important;
  }
}
