.travel-page {
  --travel-ink: #25332e;
  --travel-muted: #63716b;
  --travel-green: #11624f;
  --travel-blue: #315f79;
  --travel-gold: #bd7a20;
  --travel-cream: #fff9f0;
  --travel-line: #e6dccd;
  background: #fffdf9;
  color: var(--travel-ink);
}

.travel-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid var(--travel-line);
  background: rgba(255, 253, 249, 0.97);
}

.travel-brand {
  color: #193c33;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 850;
  text-decoration: none;
}

.travel-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.travel-nav a {
  color: #3d5149;
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.travel-article .container.narrow {
  max-width: 900px;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid #eee2d2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(47, 36, 20, 0.08);
}

.travel-article h1 {
  margin-bottom: 16px;
  color: #1f302a;
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.travel-article h2,
.travel-article h3 {
  color: #20342d;
  letter-spacing: 0;
}

.travel-article h2 {
  margin-top: 52px;
  padding: 12px 16px;
  border-left: 7px solid var(--travel-green);
  border-radius: 8px;
  background: #f1f8f5;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.4;
}

.travel-article h3 {
  margin-top: 32px;
  font-size: clamp(1.18rem, 2.2vw, 1.46rem);
}

.travel-article p,
.travel-article li {
  line-height: 1.9;
}

.travel-article a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.travel-eyebrow {
  margin-bottom: 10px;
  color: var(--travel-green);
  font-weight: 850;
  letter-spacing: 0.04em;
}

.travel-lead {
  color: #43534c;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.9;
}

.travel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 16px 0 26px;
  color: var(--travel-muted);
  font-size: 0.92rem;
}

.travel-pr {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff2dd;
  color: #6a4316;
  font-size: 0.86rem;
  font-weight: 800;
}

.travel-hero,
.travel-photo,
.travel-video {
  margin: 28px 0;
}

.travel-hero img,
.travel-photo img,
.travel-video video {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--travel-line);
  border-radius: 18px;
  box-shadow: 0 16px 48px rgba(38, 28, 14, 0.12);
}

.travel-hero img {
  max-height: 680px;
  object-fit: cover;
}

.travel-article figcaption {
  margin-top: 10px;
  color: var(--travel-muted);
  font-size: 0.91rem;
  line-height: 1.7;
}

.travel-verdict,
.travel-note,
.travel-source,
.travel-affiliate {
  margin: 26px 0;
  padding: 20px;
  border: 1px solid var(--travel-line);
  border-radius: 15px;
}

.travel-verdict {
  border-width: 2px;
  border-color: #cfe4da;
  background: #f7fcfa;
}

.travel-verdict h2,
.travel-affiliate h2 {
  margin-top: 0;
}

.travel-note {
  border-left: 5px solid var(--travel-blue);
  background: #f5f9fb;
}

.travel-source {
  background: #faf8f4;
}

.travel-toc {
  margin: 30px 0 42px;
  padding: 20px;
  border: 1px solid #d8e8e0;
  border-radius: 14px;
  background: #fbfffd;
}

.travel-toc strong {
  display: block;
  margin-bottom: 10px;
}

.travel-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 0;
  padding-left: 1.4em;
}

.travel-timeline {
  margin: 22px 0;
  padding: 0;
  border: 1px solid var(--travel-line);
  border-radius: 14px;
  overflow: hidden;
  list-style: none;
}

.travel-timeline li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 14px 17px;
  border-bottom: 1px solid var(--travel-line);
  background: #fff;
}

.travel-timeline li:nth-child(odd) {
  background: var(--travel-cream);
}

.travel-timeline li:last-child {
  border-bottom: 0;
}

.travel-timeline time {
  color: var(--travel-blue);
  font-weight: 850;
  white-space: nowrap;
}

.travel-timeline p {
  margin: 0;
}

.travel-table-wrap {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.travel-table {
  width: 100%;
  min-width: 640px;
  margin: 20px 0;
  border-collapse: collapse;
}

.travel-table th,
.travel-table td {
  padding: 12px;
  border: 1px solid var(--travel-line);
  text-align: left;
  vertical-align: top;
}

.travel-table th {
  background: #f1f8f5;
}

.travel-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  padding-left: 1.25em;
}

.travel-affiliate {
  background: linear-gradient(145deg, #fff8e9, #fff);
  box-shadow: 0 12px 38px rgba(70, 46, 14, 0.08);
}

.travel-affiliate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.travel-product {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--travel-line);
  border-radius: 13px;
  background: #fff;
}

.travel-product h3 {
  margin: 0 0 8px;
  font-size: 1.14rem;
}

.travel-product p {
  flex: 1;
  margin-top: 0;
  font-size: 0.95rem;
}

.travel-product .button,
.travel-affiliate > .button {
  align-self: flex-start;
  border-color: var(--travel-green);
  background: var(--travel-green);
  color: #fff;
}

.travel-route-box {
  margin: 42px 0 10px;
  padding: 22px;
  border-top: 1px solid var(--travel-line);
  border-bottom: 1px solid var(--travel-line);
}

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

.travel-route-grid a {
  padding: 15px;
  border: 1px solid #d7e5df;
  border-radius: 12px;
  background: #f8fcfa;
  color: #174b3d;
  font-weight: 800;
}

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

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

.travel-hub main > .section:first-child {
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(26px, 4vw, 44px);
}

.travel-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.travel-proof-grid div {
  padding: 14px 16px;
  border: 1px solid var(--travel-line);
  border-radius: 12px;
  background: #fff;
}

.travel-proof-grid strong,
.travel-proof-grid span {
  display: block;
}

.travel-proof-grid strong {
  color: var(--travel-green);
  font-size: 1.3rem;
  line-height: 1.2;
}

.travel-proof-grid span {
  margin-top: 5px;
  color: var(--travel-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.travel-hub .travel-plan {
  padding-top: clamp(42px, 5vw, 66px);
  padding-bottom: clamp(42px, 5vw, 66px);
}

.travel-plan-lead {
  max-width: 900px;
  margin-bottom: 18px;
  color: #43534c;
  font-size: 1.02rem;
  line-height: 1.85;
}

.travel-hub-pr {
  margin-bottom: 16px;
}

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

.travel-decision-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--travel-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(47, 36, 20, 0.06);
}

.travel-decision-card--primary {
  border: 2px solid #b9d8cb;
  background: linear-gradient(155deg, #f6fcf9, #fff 62%);
}

.travel-decision-label {
  align-self: flex-start;
  padding: 4px 9px;
  border-radius: 999px;
  background: #edf6f2;
  color: #1a5b49;
  font-size: 0.78rem;
  font-weight: 850;
}

.travel-decision-card h3 {
  margin: 12px 0 8px;
  color: #20342d;
  font-size: 1.18rem;
  line-height: 1.45;
}

.travel-decision-card p {
  flex: 1;
  margin: 0 0 18px;
  color: #52615b;
  font-size: 0.92rem;
  line-height: 1.75;
}

.travel-decision-card .button {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.89rem;
  line-height: 1.5;
  text-align: center;
}

.travel-revenue-button {
  border-color: var(--travel-green);
  background: var(--travel-green);
  color: #fff;
}

.travel-guide-button {
  border-color: #d5e5de;
  background: #f6fbf9;
  color: #174b3d;
}

.travel-secondary-link {
  margin-top: 11px;
  color: var(--travel-green);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.travel-booking-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-top: 18px;
  padding: 13px 16px;
  border: 1px solid var(--travel-line);
  border-radius: 12px;
  background: #fffdf9;
  color: #58665f;
  font-size: 0.84rem;
}

.travel-booking-note strong {
  color: #263b33;
}

.travel-booking-note span::before {
  margin-right: 6px;
  color: var(--travel-gold);
  content: "✓";
  font-weight: 900;
}

.travel-hub #nagaoka {
  padding-top: clamp(28px, 4vw, 48px);
}

.travel-hub .travel-card-grid {
  gap: 16px;
}

.travel-hub .travel-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 174px;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(47, 36, 20, 0.06);
}

.travel-hub .travel-card img {
  width: 150px;
  height: 100%;
  min-height: 174px;
  aspect-ratio: auto;
}

.travel-hub .travel-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}

.travel-hub .travel-card h3 {
  margin: 5px 0 7px;
  font-size: 1.08rem;
  line-height: 1.45;
}

.travel-hub .travel-card p {
  display: -webkit-box;
  margin: 0 0 12px;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.travel-hub .travel-card a {
  margin-top: auto;
  font-size: 0.9rem;
  text-underline-offset: 3px;
}

.travel-hub #other-trips .travel-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.travel-card {
  overflow: hidden;
  border: 1px solid var(--travel-line);
  border-radius: 18px;
  background: #fff;
}

.travel-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.travel-card-body {
  padding: 18px;
}

.travel-card h2,
.travel-card h3 {
  margin: 8px 0 10px;
  color: #20342d;
  letter-spacing: 0;
}

.travel-card p {
  color: #52615b;
}

.travel-card a {
  color: var(--travel-green);
  font-weight: 850;
}

.travel-series-label {
  color: var(--travel-gold);
  font-size: 0.83rem;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.travel-page [id] {
  scroll-margin-top: 20px;
}

@media (max-width: 760px) {
  .travel-site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .travel-article .container.narrow {
    padding-right: 18px;
    padding-left: 18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .travel-toc ol,
  .travel-checklist,
  .travel-affiliate-grid,
  .travel-route-grid,
  .travel-card-grid,
  .travel-card-grid--four {
    grid-template-columns: 1fr;
  }

  .travel-hub main > .section:first-child {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .travel-proof-grid,
  .travel-decision-grid {
    grid-template-columns: 1fr;
  }

  .travel-proof-grid {
    gap: 8px;
  }

  .travel-proof-grid div {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 10px;
    align-items: center;
    padding: 11px 13px;
  }

  .travel-proof-grid span {
    margin-top: 0;
  }

  .travel-hub .travel-plan {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .travel-decision-card {
    padding: 18px;
  }

  .travel-booking-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .travel-hub #nagaoka {
    padding-top: 24px;
  }

  .travel-hub .travel-card {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 148px;
  }

  .travel-hub .travel-card img {
    width: 108px;
    min-height: 148px;
  }

  .travel-hub .travel-card-body {
    padding: 13px;
  }

  .travel-hub .travel-card h3 {
    font-size: 1rem;
  }

  .travel-hub .travel-card p {
    margin-bottom: 8px;
    font-size: 0.84rem;
    -webkit-line-clamp: 2;
  }

  .travel-hub #other-trips .travel-card-grid {
    grid-template-columns: 1fr;
  }

  .travel-timeline li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
