:root {
  color-scheme: light;
  --ink: #0e1115;
  --ink-soft: #222832;
  --muted: #686d73;
  --paper: #fbf5e9;
  --surface: #fffdf8;
  --soft: #f0eadf;
  --line: #ded6c7;
  --gold: #d1a056;
  --rose: #bd2f45;
  --teal: #0f5c52;
  --blue: #183f85;
  --shadow: 0 22px 60px rgba(14, 17, 21, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    "Noto Sans SC",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1220px, calc(100vw - 32px));
  min-height: 72px;
  margin: 16px auto 0;
  padding: 12px 14px 12px 18px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(222, 214, 199, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(14, 17, 21, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--ink);
  border-radius: 6px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.main-nav a {
  padding: 10px 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-toggle {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 8px;
  padding: 0 12px;
  background: #f6efe4;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  cursor: pointer;
}

.language-toggle span:first-child {
  font-weight: 800;
}

.language-toggle span + span {
  color: var(--muted);
}

.header-cta,
.primary-action,
.secondary-action,
.route-card a,
.planner-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
}

.header-cta,
.primary-action,
.planner-form button,
.route-card a {
  background: var(--ink);
  color: #fffdf8;
}

.header-cta {
  padding: 0 18px;
}

.section-shell {
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 104px 0;
}

.section-band {
  margin-top: -88px;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(14, 17, 21, 0.92), rgba(14, 17, 21, 0.56) 50%, rgba(189, 47, 69, 0.32)),
    linear-gradient(0deg, rgba(14, 17, 21, 0.86), rgba(14, 17, 21, 0.1) 45%);
}

.hero-stage {
  position: absolute;
  right: 7vw;
  bottom: 126px;
  width: min(420px, 33vw);
  height: 360px;
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 219, 156, 0.9), transparent 18%),
    linear-gradient(120deg, rgba(15, 92, 82, 0.92), rgba(189, 47, 69, 0.78)),
    repeating-linear-gradient(90deg, transparent 0 32px, rgba(255, 253, 248, 0.16) 32px 36px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
  padding-top: 188px;
  color: #fffdf8;
}

.micro {
  margin: 0 0 20px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .micro {
  color: #f2d7a6;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(44px, 7vw, 76px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 38px;
  color: rgba(255, 253, 248, 0.86);
  font-size: 20px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 70px;
}

.primary-action,
.secondary-action {
  min-height: 54px;
  padding: 0 24px;
}

.primary-action {
  background: var(--gold);
  color: var(--ink);
}

.secondary-action {
  border: 1px solid rgba(255, 253, 248, 0.44);
  color: #fffdf8;
}

.trust-strip {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.09);
  backdrop-filter: blur(16px);
}

.trust-strip div {
  padding: 20px 22px;
}

.trust-strip div + div {
  border-left: 1px solid rgba(255, 253, 248, 0.18);
}

.trust-strip dt {
  font-size: 21px;
  font-weight: 900;
}

.trust-strip dd {
  margin: 5px 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 13px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-heading h2,
.planner-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
}

.section-heading p:not(.micro),
.planner-copy > p {
  color: var(--muted);
  font-size: 18px;
}

.service-grid,
.route-grid,
.review-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article,
.route-card,
.review-card,
.policy-grid article,
.planner-form,
.policy-note {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-grid article {
  min-height: 230px;
  padding: 26px;
}

.service-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  place-items: center;
  background: var(--teal);
  border-radius: 6px;
  color: #fffdf8;
  font-weight: 900;
}

.service-grid article:nth-child(even) .service-icon {
  background: var(--rose);
}

.service-grid h3,
.route-card h3,
.review-card h3,
.policy-grid h3,
.sticker-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.25;
}

.service-grid p,
.route-card p,
.review-card p,
.policy-grid p,
.sticker-card p {
  color: var(--muted);
}

.planner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "✓";
  font-weight: 900;
}

.planner-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.planner-form label,
.planner-form .full {
  display: grid;
  gap: 8px;
}

.planner-form .full,
.planner-form button,
.form-status {
  grid-column: 1 / -1;
}

.planner-form span {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.planner-form input,
.planner-form select,
.planner-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  outline: none;
}

.planner-form textarea {
  min-height: 118px;
  padding-top: 14px;
  resize: vertical;
}

.planner-form input:focus,
.planner-form select:focus,
.planner-form textarea:focus,
.language-toggle:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(209, 160, 86, 0.48);
  outline-offset: 2px;
}

.planner-form button {
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal);
  font-weight: 800;
}

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

.route-card {
  overflow: hidden;
}

.route-card .route-media-link {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.route-card .route-photo {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.route-card h3,
.route-card p,
.tag-row {
  margin-right: 22px;
  margin-left: 22px;
}

.route-card h3 {
  margin-top: 24px;
}

.route-card h3 a {
  display: inline;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.tag-row span,
.sticker-filters button {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f6efe4;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.route-card > a:last-child {
  width: calc(100% - 44px);
  min-height: 40px;
  margin: 0 22px 24px;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.route-article-hero {
  position: relative;
  display: grid;
  min-height: 680px;
  margin-top: -88px;
  overflow: hidden;
  background: var(--ink);
}

.route-article-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.route-article-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(14, 17, 21, 0.92), rgba(14, 17, 21, 0.54) 58%, rgba(15, 92, 82, 0.26)),
    linear-gradient(0deg, rgba(14, 17, 21, 0.86), rgba(14, 17, 21, 0.08) 48%);
}

.route-article-hero-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 170px 0 78px;
  color: #fffdf8;
}

.route-article-hero-copy h1 {
  max-width: 860px;
  margin-bottom: 22px;
}

.route-article-hero-copy > p:not(.micro) {
  max-width: 680px;
  color: rgba(255, 253, 248, 0.84);
  font-size: 20px;
  line-height: 1.65;
}

.route-article-hero-copy .tag-row {
  margin-right: 0;
  margin-left: 0;
}

.back-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-bottom: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 253, 248, 0.34);
  border-radius: 6px;
  color: #fffdf8;
  font-size: 13px;
  font-weight: 800;
}

.route-article-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: start;
}

.route-article-main {
  max-width: 760px;
}

.article-meta {
  margin-bottom: 24px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-article-main p {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.78;
}

.route-article-aside {
  position: sticky;
  top: 112px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(14, 17, 21, 0.08);
}

.route-article-aside h2 {
  margin-bottom: 18px;
  font-size: 24px;
}

.route-article-aside ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.route-article-aside li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
  font-weight: 700;
}

.route-article-aside li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "•";
  font-weight: 900;
}

.route-article-aside a {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: var(--ink);
  border-radius: 6px;
  color: var(--surface);
  font-weight: 800;
}

.route-gallery {
  padding-top: 0;
}

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

.route-gallery-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: var(--radius);
}

.route-timeline {
  padding-top: 0;
}

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

.timeline-list article {
  display: grid;
  grid-template-columns: 120px minmax(0, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline-list span {
  color: var(--rose);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.timeline-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.route-article-empty {
  min-height: 520px;
  padding-top: 170px;
}

.route-article-empty h1 {
  color: var(--ink);
}

.reviews {
  background: var(--soft);
}

.reviews-inner {
  padding-top: 96px;
  padding-bottom: 96px;
}

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

.review-card {
  padding: 24px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.avatar {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  background: var(--teal);
  border-radius: 50%;
  color: #fffdf8;
  font-weight: 900;
}

.review-card:nth-child(2) .avatar {
  background: var(--rose);
}

.review-card:nth-child(3) .avatar {
  background: var(--gold);
  color: var(--ink);
}

.review-head h3,
.review-head p {
  margin: 0;
}

.review-head p {
  font-size: 13px;
}

.review-card blockquote {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.review-card strong {
  color: var(--rose);
  font-size: 14px;
}

.sticker-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.sticker-filters button {
  border: 1px solid var(--line);
  cursor: pointer;
}

.sticker-filters button.active {
  background: var(--ink);
  color: #fffdf8;
}

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

.sticker-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 18px 18px 18px 6px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
}

.sticker-card:nth-child(even) {
  transform: rotate(1.1deg);
}

.sticker-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.sticker-content {
  padding: 22px;
}

.sticker-content span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sticker-card.teal {
  border: 4px solid rgba(15, 92, 82, 0.2);
}

.sticker-card.rose {
  border: 4px solid rgba(189, 47, 69, 0.2);
}

.sticker-card.gold {
  border: 4px solid rgba(209, 160, 86, 0.3);
}

.sticker-card.blue {
  border: 4px solid rgba(24, 63, 133, 0.2);
}

.sticker-content small {
  color: var(--ink);
  font-weight: 900;
}

.policy-section {
  padding-top: 70px;
}

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

.policy-grid article {
  padding: 24px;
  min-height: 220px;
}

.policy-grid h3 {
  font-size: 19px;
}

.policy-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.policy-note {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 22px 24px;
  background: var(--ink);
  color: #fffdf8;
}

.policy-note strong {
  min-width: 136px;
  color: var(--gold);
}

.policy-note span {
  color: rgba(255, 253, 248, 0.82);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 44px 0 54px;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 8px 0 0;
  color: var(--muted);
}

.footer .image-credits {
  max-width: 620px;
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--ink-soft);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero-content {
    padding-top: 172px;
  }

  .hero-stage {
    display: none;
  }

  .service-grid,
  .route-grid,
  .review-grid,
  .sticker-grid,
  .policy-grid,
  .route-article-body,
  .planner {
    grid-template-columns: 1fr 1fr;
  }

  .planner {
    gap: 30px;
  }

  .route-article-aside {
    position: static;
  }

  .route-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .timeline-list article {
    grid-template-columns: 96px 1fr;
  }

  .timeline-list p {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .site-header {
    width: calc(100vw - 24px);
    margin-top: 12px;
  }

  .brand {
    width: 100%;
  }

  .header-actions {
    width: 100%;
  }

  .header-cta {
    flex: 1;
  }

  .section-shell {
    width: calc(100vw - 28px);
    padding: 72px 0;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    width: calc(100vw - 28px);
    padding-top: 190px;
  }

  h1 {
    font-size: 43px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div + div {
    border-top: 1px solid rgba(255, 253, 248, 0.18);
    border-left: 0;
  }

  .service-grid,
  .route-grid,
  .review-grid,
  .sticker-grid,
  .policy-grid,
  .route-article-body,
  .route-gallery-grid,
  .planner,
  .planner-form {
    grid-template-columns: 1fr;
  }

  .route-article-hero {
    min-height: 620px;
  }

  .route-article-hero-copy {
    width: calc(100vw - 28px);
    padding-top: 170px;
    padding-bottom: 54px;
  }

  .route-article-hero-copy > p:not(.micro),
  .route-article-main p {
    font-size: 17px;
  }

  .route-gallery-grid img,
  .route-gallery-grid img:first-child {
    height: 230px;
  }

  .timeline-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .timeline-list p {
    grid-column: auto;
  }

  .service-grid article {
    min-height: 0;
  }

  .planner-form {
    padding: 20px;
  }

  .sticker-card,
  .sticker-card:nth-child(even) {
    transform: none;
  }

  .policy-note,
  .footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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