:root {
  --navy-950: #061426;
  --navy-900: #0a2039;
  --navy-800: #11314f;
  --blue-100: #eaf1f7;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --ink: #102238;
  --muted: #58687a;
  --line: #dbe3eb;
  --yellow: #f4c542;
  --yellow-soft: #fff4c4;
  --max: 1120px;
  --shadow: 0 16px 50px rgba(5, 25, 47, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(100% - 2rem, var(--max));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: .65rem; font-size: .95rem; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--yellow); background: var(--navy-950); border-radius: 4px 12px 4px 12px; font-family: Georgia, serif; }
.header-link { font-weight: 800; font-size: .9rem; text-underline-offset: .25rem; text-decoration-thickness: 2px; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
  width: min(100% - 2rem, 1240px);
  min-height: 570px;
  margin: 0 auto;
  color: #fff;
  background: var(--navy-950);
  overflow: hidden;
  border-radius: 8px 40px 8px 40px;
}
.hero-copy { align-self: center; padding: clamp(2.4rem, 6vw, 5rem); padding-right: clamp(1.5rem, 3vw, 3rem); }
.eyebrow, .section-kicker { margin: 0 0 1rem; color: #efd06a; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.16; letter-spacing: -.055em; }
.lead { max-width: 42rem; margin: 1.7rem 0 1.2rem; color: #d5e1eb; font-size: clamp(1rem, 1.4vw, 1.16rem); }
.verified { display: inline-flex; align-items: center; gap: .45rem; color: #c8d5e1; font-size: .86rem; border-top: 1px solid rgba(255,255,255,.18); padding-top: .9rem; }
.verified span { color: var(--yellow); }
.hero-visual { position: relative; min-height: 100%; margin: 0; background: #0a2947; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-950) 0, transparent 28%), linear-gradient(0deg, rgba(4,18,34,.65), transparent 44%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual figcaption { position: absolute; z-index: 1; left: 1.5rem; bottom: 1.25rem; color: #fff; font-size: .78rem; letter-spacing: .05em; }
.section-shell { width: min(100% - 2rem, var(--max)); margin: 0 auto; padding: 6rem 0; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading-row h2, .ranking-placeholder h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.25; letter-spacing: -.04em; }
.section-heading-row p { max-width: 25rem; margin: 0; color: var(--muted); font-size: .94rem; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.quick-card { display: flex; flex-direction: column; min-height: 265px; padding: 1.5rem; border: 1px solid var(--line); border-top: 4px solid var(--navy-800); border-radius: 3px 18px 3px 18px; background: #fff; box-shadow: 0 8px 28px rgba(16,34,56,.06); }
.quick-card.is-first { border-top-color: var(--yellow); background: linear-gradient(145deg, #fffdf5, #fff); }
.quick-top { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.rank-chip { display: inline-grid; place-items: center; min-width: 48px; min-height: 34px; color: var(--navy-950); background: var(--yellow); font-weight: 900; border-radius: 2px 9px 2px 9px; }
.fit-label { color: var(--muted); font-size: .78rem; font-weight: 800; }
.quick-card h3 { margin: 1.3rem 0 .35rem; font-size: 1.18rem; line-height: 1.4; }
.quick-card p { margin: 0 0 1.25rem; color: var(--muted); font-size: .9rem; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding: .85rem 1rem; color: #fff; background: var(--navy-900); border: 2px solid var(--navy-900); border-radius: 3px 10px 3px 10px; font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.cta:hover { transform: translateY(-2px); background: var(--navy-800); }
.cta:focus-visible, .header-link:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.comparison { border-top: 1px solid var(--line); }
.desktop-table { overflow: hidden; border: 1px solid var(--line); border-radius: 4px 18px 4px 18px; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; font-size: .9rem; }
th { padding: .85rem .8rem; color: #dbe6ef; background: var(--navy-900); font-size: .76rem; text-align: left; white-space: nowrap; }
td { padding: 1rem .8rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:first-child { background: #fffaf0; }
td:first-child strong { display: grid; place-items: center; width: 34px; height: 34px; background: var(--yellow); border-radius: 2px 9px 2px 9px; }
td b { color: var(--navy-900); }
td small { display: block; color: var(--muted); font-size: .72rem; }
.caution { color: #9a5014; font-weight: 900; }
.mobile-comparison { display: none; }
.data-note { margin: 1rem 0 0; color: var(--muted); font-size: .8rem; }
.detail-section { color: #fff; background: var(--navy-950); }
.detail-shell { padding-top: 6rem; padding-bottom: 6rem; }
.details-title { margin: 0 0 2.5rem; font-size: clamp(1.9rem, 3vw, 3rem); letter-spacing: -.04em; }
.hotel-card { position: relative; display: grid; grid-template-columns: 112px minmax(0, 1fr); margin-bottom: 1.15rem; color: var(--ink); background: #fff; border-radius: 4px 22px 4px 22px; overflow: hidden; }
.hotel-rank { display: flex; flex-direction: column; align-items: center; padding: 2rem 1rem; color: var(--navy-950); background: var(--yellow); }
.hotel-rank span { font-size: .67rem; font-weight: 900; letter-spacing: .16em; }
.hotel-rank strong { font-family: Georgia, serif; font-size: 3.4rem; line-height: 1.1; }
.hotel-main { padding: 2rem clamp(1.25rem, 4vw, 3rem); }
.hotel-title-row { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.hotel-badge { display: inline-block; margin-bottom: .45rem; color: var(--navy-800); font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.hotel-main h3 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.3; letter-spacing: -.035em; }
.positioning { flex: 0 0 auto; padding: .35rem .7rem; color: var(--navy-900); background: var(--yellow-soft); border-radius: 999px; font-size: .76rem; font-weight: 900; }
.score-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 1.4rem 0; border: 1px solid var(--line); }
.score-grid span { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .65rem .8rem; border-right: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.score-grid span:last-child { border-right: 0; }
.score-grid b { color: var(--navy-900); }
.hotel-main > p { margin: 0; color: #435469; }
.fit { display: flex; flex-direction: column; gap: .1rem; margin: 1.2rem 0; padding-left: 1rem; border-left: 4px solid var(--yellow); }
.fit span { color: var(--muted); font-size: .72rem; font-weight: 800; }
.fit strong { font-size: .95rem; }
.detail-cta { width: min(100%, 430px); }
.source-line { margin-top: .65rem !important; font-size: .72rem; }
.source-line a { color: var(--muted); text-underline-offset: .18rem; }
.compact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.hotel-card.compact { grid-template-columns: 90px minmax(0, 1fr); margin: 0; }
.compact .hotel-rank strong { font-size: 2.7rem; }
.compact .hotel-main { padding: 1.6rem; }
.compact .hotel-main h3 { font-size: 1.25rem; }
.compact .hotel-main > p { font-size: .9rem; }
.compact-score { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.points-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.points-grid article { min-height: 190px; padding: 1.5rem; border-right: 1px solid var(--line); }
.points-grid article:last-child { border-right: 0; }
.points-grid span { color: #a67700; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.points-grid h3 { margin: 1.1rem 0 .35rem; font-size: 1rem; }
.points-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.final-picks { background: var(--soft); }
.final-picks .section-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 3rem; }
.final-intro h2 { margin: 0; font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.25; letter-spacing: -.045em; }
.final-list { border-top: 3px solid var(--navy-900); }
.final-list article { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.final-list article > div > span { color: #9a7300; font-size: .75rem; font-weight: 900; }
.final-list h3 { margin: 0; font-size: 1.05rem; }
.final-list p { margin: 0; color: var(--muted); font-size: .8rem; }
.final-list .cta { min-width: 175px; padding: .68rem .8rem; font-size: .8rem; }
.disclosure { padding-top: 3rem; padding-bottom: 3rem; }
.disclosure { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; border-top: 1px solid var(--line); }
.disclosure strong { font-size: .88rem; }
.disclosure p { margin: 0; color: var(--muted); font-size: .82rem; }
.site-footer { display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: end; gap: 2rem; padding: 3.5rem max(1rem, calc((100% - var(--max)) / 2)); color: #d7e2eb; background: var(--navy-950); }
.footer-brand { color: #fff; }
.site-footer p { max-width: 30rem; margin: 1rem 0 0; color: #91a6ba; font-size: .8rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; }
.site-footer nav a { color: #d7e2eb; font-size: .82rem; text-underline-offset: .25rem; }
.site-footer small { color: #7f95a9; font-size: .72rem; white-space: nowrap; }
.legal-page { width: min(100% - 2rem, 820px); margin: 0 auto; padding: 5rem 0 7rem; }
.legal-page > .eyebrow { color: #9a7300; }
.legal-page > h1 { color: var(--navy-950); font-size: clamp(2.3rem, 6vw, 4.4rem); }
.legal-lead { max-width: 44rem; margin: 1.25rem 0 4rem; color: var(--muted); font-size: 1.05rem; }
.legal-page section { display: grid; grid-template-columns: 180px 1fr; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-page h2 { margin: 0; font-size: 1rem; }
.legal-page section > p { margin: 0; color: #425368; }
.operator-list { margin: 0; }
.operator-list > div { display: grid; grid-template-columns: 110px 1fr; padding: .6rem 0; border-bottom: 1px solid var(--line); }
.operator-list dt { color: var(--muted); font-size: .82rem; }
.operator-list dd { margin: 0; }
.policy-date { margin-top: 1rem !important; font-size: .82rem; }
.legal-footer { grid-template-columns: 1fr auto; }
.not-found { display: grid; place-items: center; min-height: 100vh; padding: 2rem; text-align: center; background: var(--soft); }
.not-found span { color: #a67700; font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.not-found h1 { margin: 0; color: var(--navy-950); font-size: 2rem; }
.not-found p { margin: 0; color: var(--muted); }
.not-found .cta { margin-top: 1rem; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 2.5rem 1.5rem 2rem; }
  .hero-visual { min-height: 280px; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(4,18,34,.72), transparent 55%); }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 235px; }
  .desktop-table { display: none; }
  .mobile-comparison { display: grid; gap: .7rem; }
  .mobile-comparison article { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: 3px 14px 3px 14px; }
  .mobile-comparison article:first-child { background: #fffaf0; border-color: #e8c760; }
  .mobile-rank { display: grid; place-items: center; width: 42px; height: 42px; color: var(--navy-950); background: var(--yellow); border-radius: 2px 11px 2px 11px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 800; }
  .mobile-comparison h3 { margin: 0; font-size: 1rem; }
  .mobile-comparison p { margin: .15rem 0; color: var(--muted); font-size: .78rem; }
  .mobile-comparison strong { font-size: .78rem; }
  .hotel-card, .hotel-card.compact { grid-template-columns: 80px minmax(0, 1fr); }
  .hotel-rank { padding: 1.6rem .7rem; }
  .hotel-rank strong { font-size: 2.6rem; }
  .score-grid { grid-template-columns: 1fr 1fr; }
  .score-grid span:nth-child(2) { border-right: 0; }
  .score-grid span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .compact-grid { grid-template-columns: 1fr; }
  .compact-score { grid-template-columns: repeat(3, 1fr); }
  .compact-score span:nth-child(-n+2) { border-bottom: 0; }
  .compact-score span:nth-child(2) { border-right: 1px solid var(--line); }
  .points-grid { grid-template-columns: 1fr 1fr; }
  .points-grid article:nth-child(2) { border-right: 0; }
  .points-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .final-picks .section-shell { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .legal-footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { min-height: 66px; }
  .brand { font-size: .8rem; }
  .brand-mark { width: 30px; height: 30px; }
  .header-link { font-size: .76rem; }
  .hero { width: calc(100% - 1rem); border-radius: 4px 24px 4px 24px; }
  h1 { font-size: 2rem; letter-spacing: -.045em; }
  .lead { font-size: 1rem; }
  .hero-visual { min-height: 220px; }
  .section-shell { width: min(100% - 1.5rem, var(--max)); padding: 4rem 0; }
  .section-heading-row { align-items: start; flex-direction: column; gap: .6rem; }
  .hotel-card, .hotel-card.compact { grid-template-columns: 1fr; }
  .hotel-rank { flex-direction: row; justify-content: space-between; padding: .7rem 1rem; }
  .hotel-rank strong { font-size: 2rem; }
  .hotel-main, .compact .hotel-main { padding: 1.25rem; }
  .hotel-title-row { flex-direction: column; }
  .score-grid { grid-template-columns: 1fr 1fr; }
  .score-grid span { padding: .58rem .65rem; font-size: .75rem; }
  .compact-score { grid-template-columns: 1fr; }
  .compact-score span { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .compact-score span:last-child { border-bottom: 0 !important; }
  .points-grid { grid-template-columns: 1fr; }
  .points-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .points-grid article:last-child { border-bottom: 0; }
  .final-list article { grid-template-columns: 1fr; }
  .final-list .cta { width: 100%; }
  .disclosure { grid-template-columns: 1fr; gap: .7rem; }
  .legal-page { padding: 3rem 0 5rem; }
  .legal-page section { grid-template-columns: 1fr; gap: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta { transition: none; }
}

/* 2026 green editorial redesign */
:root {
  --green: #24a148;
  --green-dark: #147a32;
  --green-pale: #eaf8ee;
  --text-v2: #252525;
  --muted-v2: #666;
  --line-v2: #e4e7e5;
  --gray-v2: #f6f7f6;
}
.page-v2 { color: var(--text-v2); background: #fff; }
.site-header-v2 { position: relative; z-index: 10; background: #fff; border-bottom: 1px solid var(--line-v2); }
.header-inner { width: min(100% - 2rem, 1080px); min-height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand-v2 { display: inline-flex; align-items: center; gap: .7rem; color: var(--text-v2); text-decoration: none; }
.brand-symbol { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--green); border-radius: 50%; font-size: 1.1rem; font-weight: 900; }
.brand-v2 strong, .brand-v2 small { display: block; line-height: 1.25; }
.brand-v2 strong { font-size: 1rem; letter-spacing: -.03em; }
.brand-v2 small { margin-top: .2rem; color: #8b8b8b; font-size: .7rem; }
.header-cta { padding: .6rem 1rem; color: #fff; background: var(--green); border-radius: 6px; font-size: .82rem; font-weight: 800; text-decoration: none; }
.section-nav { background: #fff; border-top: 1px solid #f0f1f0; }
.section-nav > div { width: min(100% - 2rem, 1080px); margin: 0 auto; display: flex; gap: .6rem; padding: .65rem 0; }
.section-nav a { padding: .55rem 1rem; color: #444; background: var(--gray-v2); border-radius: 5px; font-size: .82rem; font-weight: 700; text-decoration: none; }
.breadcrumb { width: min(100% - 2rem, 1080px); margin: 0 auto; display: flex; flex-wrap: wrap; gap: .45rem; padding: 1rem 0; color: #929292; font-size: .72rem; }
.breadcrumb a { color: #727272; }
.affiliate-note { width: min(100% - 2rem, 1080px); margin: 0 auto .8rem; color: #6d6d6d; font-size: .78rem; }
.article-layout { width: min(100% - 2rem, 1080px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 730px) 310px; gap: 40px; align-items: start; }
.intro-v2 { padding-bottom: 3rem; }
.intro-image { position: relative; height: 285px; margin: 0 0 1.8rem; overflow: hidden; border-radius: 8px; background: var(--gray-v2); }
.intro-image img { width: 100%; height: 100%; object-fit: cover; }
.intro-image figcaption { position: absolute; left: 0; bottom: 0; padding: .55rem .8rem; color: #fff; background: rgba(0,0,0,.66); font-size: .72rem; }
.intro-image figcaption span { margin-left: .65rem; color: rgba(255,255,255,.8); font-size: .68rem; }
.category-label { margin: 0 0 .55rem; color: var(--green-dark); font-size: .8rem; font-weight: 800; }
.intro-v2 h1 { margin: 0; color: var(--text-v2); font-size: clamp(1.85rem, 3.2vw, 2.55rem); line-height: 1.42; letter-spacing: -.04em; }
.lead-v2 { margin: 1rem 0 1.25rem; color: #4b4b4b; line-height: 1.9; }
.editor-note { padding: 1rem 1.15rem; background: var(--gray-v2); border-radius: 7px; border-left: 3px solid var(--green); }
.editor-note strong { font-size: .84rem; }
.editor-note p { margin: .25rem 0 .45rem; color: #555; font-size: .8rem; line-height: 1.75; }
.editor-note span { color: #888; font-size: .72rem; }
.mobile-hero-summary { display: none; }
.quick-picks-v2 { position: sticky; top: 1rem; overflow: hidden; background: #fff; border: 1px solid var(--line-v2); border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,.05); }
.quick-heading-v2 { padding: 1rem 1.1rem .8rem; border-bottom: 1px solid var(--line-v2); }
.quick-heading-v2 span { color: var(--green-dark); font-size: .72rem; font-weight: 800; }
.quick-heading-v2 h2 { margin: .1rem 0 0; font-size: 1.15rem; }
.quick-picks-v2 ol { margin: 0; padding: 0; list-style: none; }
.quick-picks-v2 li { display: grid; grid-template-columns: 32px 1fr; gap: .45rem .65rem; align-items: start; padding: .9rem 1rem; border-bottom: 1px solid var(--line-v2); }
.quick-picks-v2 li:last-child { border-bottom: 0; }
.rank-v2 { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--green); border-radius: 50%; font-size: .82rem; font-weight: 900; }
.quick-picks-v2 em, .quick-picks-v2 strong, .quick-picks-v2 small { display: block; font-style: normal; line-height: 1.35; }
.quick-picks-v2 em { display: inline-block; width: fit-content; margin-bottom: .2rem; padding: .12rem .42rem; color: var(--green-dark); background: var(--green-pale); border-radius: 999px; font-size: .72rem; font-weight: 900; }
.quick-picks-v2 strong { margin: .12rem 0; color: #2d2d2d; font-size: .86rem; }
.quick-picks-v2 small { color: #707070; font-size: .68rem; }
.quick-picks-v2 li > a { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: .25rem; padding: .48rem .6rem; color: #fff; background: var(--green); border-radius: 5px; font-size: .72rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.quick-picks-v2 li > a:hover { background: var(--green-dark); }
.quick-picks-v2 li > a span { font-size: 1rem; line-height: 1; }

@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; gap: 0; }
  .quick-picks-v2 { position: static; margin-bottom: 3.5rem; }
  .intro-v2 { padding-bottom: 1.25rem; }
}
@media (max-width: 560px) {
  .header-inner { min-height: 66px; }
  .brand-v2 strong { font-size: .83rem; }
  .brand-v2 small { display: none; }
  .brand-symbol { width: 30px; height: 30px; }
  .header-cta { padding: .5rem .65rem; font-size: .72rem; }
  .section-nav > div { overflow-x: auto; padding: .55rem 0; }
  .section-nav a { flex: 0 0 auto; padding: .48rem .72rem; font-size: .74rem; }
  .breadcrumb { white-space: nowrap; overflow: hidden; }
  .intro-v2 { display: flex; flex-direction: column; }
  .intro-v2 .category-label { order: 1; }
  .intro-v2 h1 { order: 2; }
  .mobile-hero-summary { order: 3; display: grid; gap: .65rem; margin: 1rem 0 1.15rem; }
  .mobile-hero-summary p { margin: 0 0 .15rem; color: #4b4b4b; font-size: .9rem; line-height: 1.7; }
  .mobile-hero-primary, .mobile-hero-secondary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: .72rem .85rem; border-radius: 6px; font-size: .875rem; font-weight: 800; text-decoration: none; }
  .mobile-hero-primary { color: #fff; background: var(--green); }
  .mobile-hero-secondary { color: var(--green-dark); background: #fff; border: 1px solid #a8dfb8; }
  .intro-v2 .intro-image { order: 4; }
  .intro-v2 .lead-v2 { order: 5; }
  .intro-v2 .editor-note { order: 6; }
  .intro-image { height: 210px; margin-bottom: 1.25rem; }
  .intro-v2 h1 { font-size: 1.75rem; line-height: 1.45; }
  .lead-v2 { font-size: .95rem; }
  .quick-picks-v2 li > a { min-height: 48px; padding: .72rem .8rem; font-size: .875rem; }
}

.contents-v2 { width: min(100% - 2rem, 730px); margin: 0 calc((100% - min(100% - 2rem, 1080px)) / 2) 1.5rem; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; align-items: stretch; overflow: hidden; border: 1px solid var(--line-v2); border-radius: 7px; }
.contents-v2 > strong { display: flex; align-items: center; padding: .9rem 1rem; background: var(--gray-v2); font-size: .82rem; }
.contents-v2 a { display: flex; align-items: center; gap: .4rem; padding: .9rem .7rem; border-left: 1px solid var(--line-v2); color: #444; font-size: .76rem; text-decoration: none; }
.contents-v2 a span { color: var(--green-dark); font-weight: 900; }
.page-v2 .section-shell { width: min(100% - 2rem, 1080px); padding: 4.5rem 0; }
.page-v2 .section-kicker { margin-bottom: .45rem; color: var(--green-dark); font-size: .76rem; letter-spacing: .04em; text-transform: none; }
.page-v2 .section-heading-row { align-items: start; margin-bottom: 1.5rem; }
.page-v2 .section-heading-row h2 { color: var(--text-v2); font-size: clamp(1.55rem, 3vw, 2rem); letter-spacing: -.03em; }
.page-v2 .section-heading-row p { color: var(--muted-v2); font-size: .82rem; }
.page-v2 .comparison { border-top: 0; }
.page-v2 .comparison-grid { overflow-x: auto; border: 1px solid var(--line-v2); border-radius: 7px; }
.page-v2 .comparison-header, .page-v2 .comparison-row { display: grid; grid-template-columns: 46px 145px 82px 115px 160px 118px 76px minmax(150px, 1fr) 100px; min-width: 1000px; }
.page-v2 .comparison-header { color: #444; background: var(--gray-v2); border-bottom: 2px solid var(--green); font-size: .7rem; font-weight: 800; }
.page-v2 .comparison-header span { display: flex; align-items: center; padding: .75rem .55rem; }
.page-v2 .comparison-row { border-bottom: 1px solid var(--line-v2); font-size: .76rem; }
.page-v2 .comparison-row:last-child { border-bottom: 0; }
.page-v2 .comparison-row.is-first { background: var(--green-pale); }
.page-v2 .comparison-row > div { display: flex; align-items: center; min-width: 0; padding: .85rem .55rem; }
.page-v2 .compare-rank strong { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--green); border-radius: 50%; }
.page-v2 .compare-hotel { flex-direction: column; align-items: flex-start !important; justify-content: center; }
.page-v2 .compare-hotel h3 { margin: 0; font-size: .82rem; line-height: 1.45; }
.page-v2 .compare-hotel small { color: var(--muted-v2); font-size: .67rem; }
.page-v2 .comparison-row b { color: var(--green-dark); }
.page-v2 .comparison-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; width: 100%; padding: .55rem .45rem; color: #fff; background: var(--green); border-radius: 5px; font-size: .72rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.page-v2 .comparison-cta:hover { background: var(--green-dark); }
.page-v2 .mobile-label { display: none; }
.page-v2 .data-note { padding: .75rem .9rem; color: #6f6f6f; background: var(--gray-v2); border-radius: 5px; }
.page-v2 .purpose-guide { margin-top: 1rem; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--line-v2); border-radius: 7px; }
.page-v2 .purpose-guide h3 { margin: 0 0 .65rem; font-size: .9rem; }
.page-v2 .purpose-guide ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.4rem; margin: 0; padding: 0; list-style: none; }
.page-v2 .purpose-guide li { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem .55rem; padding: .55rem 0; border-top: 1px solid #edf0ee; }
.page-v2 .purpose-guide li:nth-child(-n+2) { border-top: 0; }
.page-v2 .purpose-guide li > span { flex: 0 0 100%; color: #666; font-size: .72rem; }
.page-v2 .purpose-guide a { color: var(--green-dark); font-size: .8rem; font-weight: 800; text-underline-offset: .2rem; }
.page-v2 .detail-section { color: var(--text-v2); background: var(--gray-v2); border-top: 1px solid var(--line-v2); border-bottom: 1px solid var(--line-v2); }
.page-v2 .detail-shell { padding-top: 4.5rem; padding-bottom: 3.25rem; }
.page-v2 .details-title { margin-bottom: 1.6rem; color: var(--text-v2); font-size: clamp(1.65rem, 3vw, 2.2rem); letter-spacing: -.035em; }
.page-v2 .hotel-card { grid-template-columns: 88px minmax(0, 1fr); margin-bottom: 1rem; color: var(--text-v2); border: 1px solid var(--line-v2); border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,.035); }
.page-v2 .hotel-rank { padding: 1.5rem .7rem; color: var(--green-dark); background: var(--green-pale); border-right: 1px solid #d4efdc; }
.page-v2 .hotel-rank span { letter-spacing: .06em; }
.page-v2 .hotel-rank strong { font-family: inherit; font-size: 2.1rem; }
.page-v2 .hotel-main { padding: 1.5rem 1.7rem; }
.page-v2 .hotel-badge { margin-bottom: .3rem; color: var(--green-dark); }
.page-v2 .hotel-main h3 { color: var(--text-v2); font-size: clamp(1.25rem, 2.2vw, 1.55rem); }
.page-v2 .positioning { color: var(--green-dark); background: var(--green-pale); border: 1px solid #c9e9d2; }
.page-v2 .hotel-card { scroll-margin-top: 1rem; }
.page-v2 .hotel-strength { display: flex; flex-direction: column; gap: .1rem; margin: 1rem 0; padding: .8rem .9rem; background: var(--green-pale); border-radius: 5px; }
.page-v2 .hotel-strength span { color: var(--green-dark); font-size: .7rem; font-weight: 800; }
.page-v2 .hotel-strength strong { font-size: .9rem; line-height: 1.55; }
.page-v2 .hotel-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line-v2); }
.page-v2 .hotel-facts > div { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: .7rem; padding: .65rem .2rem; border-bottom: 1px solid var(--line-v2); }
.page-v2 .hotel-facts > div:nth-child(odd) { padding-right: .85rem; }
.page-v2 .hotel-facts > div:nth-child(even) { padding-left: .85rem; border-left: 1px solid var(--line-v2); }
.page-v2 .hotel-facts > div:last-child { grid-column: 1 / -1; padding-left: .2rem; border-left: 0; }
.page-v2 .hotel-facts dt { color: #707070; font-size: .74rem; font-weight: 700; }
.page-v2 .hotel-facts dd { margin: 0; color: #3f3f3f; font-size: .82rem; font-weight: 700; line-height: 1.6; }
.page-v2 .score-grid { margin: 1rem 0; border-color: var(--line-v2); border-radius: 5px; overflow: hidden; }
.page-v2 .score-grid span { padding: .55rem .7rem; color: #666; background: #fafbfa; border-color: var(--line-v2); }
.page-v2 .score-grid b { color: var(--green-dark); }
.page-v2 .hotel-main > p { color: #4f4f4f; font-size: .92rem; line-height: 1.8; }
.page-v2 .fit { margin: 1rem 0; border-left-color: var(--green); }
.page-v2 .cta { color: #fff; background: var(--green); border-color: var(--green); border-radius: 6px; }
.page-v2 .cta:hover { background: var(--green-dark); }
.page-v2 .source-line, .page-v2 .source-line a { color: #888; font-size: .68rem; }
.page-v2 .source-line span { display: block; margin-top: .12rem; }
.page-v2 .compact-grid { gap: 1rem; }
.page-v2 .hotel-card.compact { grid-template-columns: 74px minmax(0, 1fr); }
.page-v2 .compact .hotel-main { padding: 1.3rem; }
.page-v2 .compact .hotel-rank strong { font-size: 1.85rem; }
.page-v2 .rider-points { padding-top: 3.25rem; padding-bottom: 3.25rem; }
.page-v2 .points-grid { border-color: var(--line-v2); }
.page-v2 .points-grid article { min-height: 165px; border-color: var(--line-v2); background: #fff; }
.page-v2 .points-grid span { color: var(--green-dark); font-family: inherit; }
.page-v2 .points-grid h3 { color: var(--text-v2); }
.page-v2 .final-picks { background: var(--green-pale); border-top: 1px solid #d8efdf; border-bottom: 1px solid #d8efdf; }
.page-v2 .final-picks .section-shell { gap: 2rem; padding-top: 3.4rem; padding-bottom: 3.4rem; }
.page-v2 .final-intro h2 { color: var(--text-v2); font-size: clamp(1.6rem, 3vw, 2.2rem); }
.page-v2 .final-list { border-top-color: var(--green); }
.page-v2 .final-list article { padding: 1rem 0; border-color: #cfe8d6; }
.page-v2 .final-list article > div > span { color: var(--green-dark); }
.page-v2 .disclosure { border-color: var(--line-v2); }
.site-footer { color: #555; background: var(--gray-v2); border-top: 1px solid var(--line-v2); }
.site-footer .brand-mark { color: #fff; background: var(--green); border-radius: 50%; font-family: inherit; }
.site-footer .footer-brand { color: var(--text-v2); }
.site-footer p, .site-footer small { color: #7a7a7a; }
.site-footer nav a { color: #555; }
.site-header { border-bottom: 1px solid var(--line-v2); }
.site-header .brand-mark { color: #fff; background: var(--green); border-radius: 50%; font-family: inherit; }
.site-header .header-link { color: var(--green-dark); }
.legal-page > .eyebrow { color: var(--green-dark); }
.legal-page > h1 { color: var(--text-v2); }

@media (max-width: 900px) {
  .contents-v2 { width: min(100% - 2rem, 1080px); margin: 0 auto 1.5rem; }
  .page-v2 .hotel-card, .page-v2 .hotel-card.compact { grid-template-columns: 74px minmax(0, 1fr); }
  .page-v2 .comparison-grid { display: grid; gap: .7rem; overflow: visible; border: 0; border-radius: 0; }
  .page-v2 .comparison-header { display: none; }
  .page-v2 .comparison-row { grid-template-columns: 48px minmax(0, 1fr); min-width: 0; padding: 1rem; border: 1px solid var(--line-v2); border-radius: 7px; font-size: .8rem; }
  .page-v2 .comparison-row:last-child { border-bottom: 1px solid var(--line-v2); }
  .page-v2 .comparison-row.is-first { border-color: #a8dfb8; }
  .page-v2 .comparison-row > div { grid-column: 2; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: .6rem; padding: .35rem 0; border-bottom: 1px solid #edf0ee; }
  .page-v2 .comparison-row > div::before { content: attr(data-label); color: #737373; font-size: .7rem; font-weight: 700; }
  .page-v2 .comparison-row .compare-rank { grid-column: 1; grid-row: 1; display: block; padding: 0; border-bottom: 0; }
  .page-v2 .comparison-row .compare-rank::before { content: none; }
  .page-v2 .comparison-row .compare-hotel { grid-column: 2; grid-row: 1; display: grid; grid-template-columns: 1fr; gap: .1rem; padding-top: 0; }
  .page-v2 .comparison-row .compare-hotel::before { content: none; }
  .page-v2 .compare-hotel h3 { font-size: 1rem; }
  .page-v2 .comparison-row .compare-action { padding-top: .7rem; border-bottom: 0; }
  .page-v2 .comparison-cta { min-height: 48px; font-size: .875rem; }
  .page-v2 .desktop-label { display: none; }
  .page-v2 .mobile-label { display: inline; }
}
@media (max-width: 700px) {
  .contents-v2 { grid-template-columns: 1fr; }
  .contents-v2 > strong { border-bottom: 1px solid var(--line-v2); }
  .contents-v2 a { border-left: 0; border-bottom: 1px solid var(--line-v2); }
  .contents-v2 a:last-child { border-bottom: 0; }
  .page-v2 .purpose-guide ul { grid-template-columns: 1fr; }
  .page-v2 .purpose-guide li:nth-child(2) { border-top: 1px solid #edf0ee; }
}
@media (max-width: 560px) {
  .page-v2 .section-shell { padding: 3.5rem 0; }
  .intro-image figcaption { right: 0; display: flex; justify-content: space-between; gap: .5rem; }
  .intro-image figcaption span { margin-left: 0; white-space: nowrap; }
  .page-v2 .hotel-card, .page-v2 .hotel-card.compact { grid-template-columns: 1fr; }
  .page-v2 .hotel-rank { flex-direction: row; border-right: 0; border-bottom: 1px solid #d4efdc; }
  .page-v2 .hotel-main, .page-v2 .compact .hotel-main { padding: 1.2rem; }
  .page-v2 .hotel-facts { grid-template-columns: 1fr; }
  .page-v2 .hotel-facts > div, .page-v2 .hotel-facts > div:nth-child(odd), .page-v2 .hotel-facts > div:nth-child(even), .page-v2 .hotel-facts > div:last-child { grid-column: auto; grid-template-columns: 104px minmax(0, 1fr); padding: .62rem .15rem; border-left: 0; }
  .page-v2 .detail-shell { padding-bottom: 2.4rem; }
  .page-v2 .rider-points { padding-top: 2.4rem; padding-bottom: 2.4rem; }
  .page-v2 .points-grid article { padding: 1.05rem 1.15rem; }
  .page-v2 .points-grid h3 { margin: .45rem 0 .2rem; }
  .page-v2 .final-picks .section-shell { gap: 1.5rem; padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .page-v2 .final-list article { padding: .85rem 0; }
  .page-v2 .cta { min-height: 48px; font-size: .875rem; }
}
