:root {
  --rt-page-bg: #08100c;
  --rt-page-paper: #efe5d6;
  --rt-page-paper-deep: #e7d9c4;
  --rt-page-ink: #2b2a23;
  --rt-page-muted: #5d574c;
  --rt-page-moss: #97a36b;
  --rt-page-gold: #c9b17d;
  --rt-page-light: #f5efe4;
  --rt-page-line: rgba(73, 65, 49, .16);
  --rt-page-shadow: 0 24px 70px rgba(23, 20, 15, .18);
}

body.rt-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--rt-page-bg);
  color: var(--rt-page-light);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.rt-page::before,
body.rt-page::after {
  display: none;
}

.rt-page a {
  color: inherit;
  text-decoration: none;
}

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

.rt-page .rt-shell {
  width: min(1220px, calc(100% - 56px));
  margin-inline: auto;
}

.rt-page a:focus-visible,
.rt-page button:focus-visible,
.rt-page input:focus-visible {
  outline: 3px solid rgba(193, 206, 137, .92);
  outline-offset: 4px;
}

/* Compact Wild Expedition hero and navigation */
.rt-page-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  opacity: .99;
  background: #07100b url('/assets/images/wild-expedition/hero-background.png') center 43% / cover no-repeat;
}

.rt-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 8, 6, .95) 0%, rgba(4, 8, 6, .84) 35%, rgba(4, 8, 6, .34) 63%, rgba(4, 8, 6, .34) 100%),
    linear-gradient(180deg, rgba(4, 8, 6, .18), rgba(4, 8, 6, .42));
}

.rt-page-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 4;
  height: 64px;
  pointer-events: none;
  background: url('/assets/images/wild-expedition/tear-divider-v2.png') center bottom / 100% 64px no-repeat;
}

.rt-page-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  min-height: 92px;
  padding-top: 20px;
}

.rt-page-logo {
  flex: 0 0 auto;
  width: 160px;
  height: 70px;
  overflow: hidden;
}

.rt-page-logo img {
  width: 168px;
  max-width: none;
  height: auto;
  transform: translate(-2px, -22px) scale(1.17);
  transform-origin: top left;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .35));
}

.rt-page-nav {
  position: absolute;
  top: 31px;
  left: 50%;
  display: flex;
  gap: 30px;
  width: max-content;
  transform: translateX(-50%);
  color: rgba(245, 239, 228, .92);
  font-size: 14px;
}

.rt-page-nav a,
.rt-page-language a {
  padding-block: 6px;
  opacity: .88;
}

.rt-page-nav a:hover,
.rt-page-nav a:focus-visible,
.rt-page-language a:hover,
.rt-page-language a:focus-visible,
.rt-page-nav a[aria-current="page"],
.rt-page-language a[aria-current="page"] {
  color: #fff;
  opacity: 1;
}

.rt-page-nav a[aria-current="page"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: var(--rt-page-moss);
}

.rt-page-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.rt-page-language {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(245, 239, 228, .75);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.rt-page-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 44px;
  padding-inline: 18px;
  border: 1px solid rgba(225, 215, 188, .1);
  border-radius: 7px;
  background: linear-gradient(180deg, #70804b, #5d6d3d);
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
}

.rt-page-hero-copy {
  max-width: 720px;
  padding: 74px 0 112px;
}

.rt-page-kicker,
.rt-page-section-kicker {
  margin: 0;
  color: var(--rt-page-moss);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.rt-page-hero h1 {
  max-width: 700px;
  margin: 18px 0 0;
  color: #f6efdf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.4vw, 5rem);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -.04em;
  text-wrap: balance;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .34);
}

.rt-page-hero-copy > p:last-child {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(246, 239, 223, .88);
  font-size: 17px;
  line-height: 1.6;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .4);
}

/* Parchment content */
.rt-page-paper {
  position: relative;
  color: var(--rt-page-ink);
  background:
    linear-gradient(rgba(246, 239, 226, .77), rgba(238, 227, 210, .79)),
    url('/assets/images/wild-expedition/paper-texture.png') center top / cover repeat-y;
}

.rt-page-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 7% 10%, rgba(121, 130, 94, .09), transparent 24rem),
    radial-gradient(circle at 95% 75%, rgba(195, 173, 137, .1), transparent 22rem);
}

.rt-page-section {
  position: relative;
  z-index: 1;
  padding: 58px 0 66px;
}

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

.rt-page-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 430px);
  align-items: end;
  gap: 40px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rt-page-line);
}

.rt-page-section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #514838;
}

.rt-page-section-kicker::before {
  content: "❧";
  color: #78905b;
}

.rt-page-section-heading h2 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.rt-page-section-heading > p {
  margin: 0;
  color: var(--rt-page-muted);
  line-height: 1.6;
}

/* Expedition catalogue */
.rt-expedition-list {
  display: grid;
  gap: 24px;
}

.rt-expedition-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(42, 35, 25, .18);
  border-radius: 12px;
  background: #121710;
  box-shadow: var(--rt-page-shadow);
}

.rt-expedition-art {
  position: relative;
  min-height: 390px;
  background-position: center;
  background-size: cover;
}

.rt-expedition-art--hokime {
  background-image: url('/assets/images/wild-expedition/hokime-card-art.png');
}

.rt-expedition-art--numberplate {
  background-image: url('/assets/images/wild-expedition/numberplate-card-art-v2.png?v=2');
}

.rt-expedition-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 11, 8, .02), rgba(8, 11, 8, .3));
}

.rt-expedition-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 64px);
  color: #f3ecdf;
  background:
    radial-gradient(circle at 88% 12%, rgba(151, 163, 107, .12), transparent 18rem),
    linear-gradient(145deg, #172019, #090e0b);
}

.rt-expedition-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.rt-expedition-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 4px 10px;
  border: 1px solid rgba(181, 190, 143, .25);
  border-radius: 999px;
  color: rgba(238, 231, 216, .82);
  font-size: 12px;
  letter-spacing: .03em;
}

.rt-expedition-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.3vw, 3.2rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.rt-expedition-copy p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(239, 233, 219, .78);
  font-size: 16px;
  line-height: 1.65;
}

.rt-expedition-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.rt-expedition-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid rgba(225, 215, 188, .12);
  border-radius: 7px;
  background: linear-gradient(180deg, #7e8e56, #637341);
  color: #fff;
  font-weight: 650;
}

.rt-expedition-button::after {
  content: "→";
  margin-left: 11px;
}

.rt-expedition-note {
  color: rgba(239, 233, 219, .62);
  font-size: 13px;
}

.rt-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rt-page-line);
  border-bottom: 1px solid var(--rt-page-line);
}

.rt-approach-item {
  min-height: 170px;
  padding: 30px 28px;
  border-right: 1px solid var(--rt-page-line);
}

.rt-approach-item:last-child {
  border-right: 0;
}

.rt-approach-item strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
}

.rt-approach-item p {
  margin: 0;
  color: var(--rt-page-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Shared dark footer */
.rt-page-footer {
  padding: 44px 0 20px;
  color: #e9e3d8;
  background:
    radial-gradient(circle at 12% 12%, rgba(121, 131, 91, .08), transparent 20rem),
    linear-gradient(180deg, #0a110d, #040705);
}

.rt-page-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .7fr 1fr;
  gap: 36px;
  padding-bottom: 34px;
}

.rt-page-footer-brand img {
  width: 150px;
  height: auto;
  margin-bottom: 14px;
}

.rt-page-footer-brand p,
.rt-page-footer-contact p {
  max-width: 290px;
  margin: 0;
  color: rgba(233, 227, 216, .7);
  font-size: 14px;
  line-height: 1.6;
}

.rt-page-footer h3 {
  margin: 0 0 15px;
  color: #d6caab;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rt-page-footer-links {
  display: grid;
  gap: 10px;
}

.rt-page-footer-links a {
  color: rgba(233, 227, 216, .75);
  font-size: 14px;
}

.rt-page-footer-links a:hover,
.rt-page-footer-links a:focus-visible {
  color: #fff;
}

.rt-page-footer-contact {
  padding: 18px;
  border: 1px solid rgba(214, 202, 171, .18);
  border-radius: 10px;
}

.rt-page-footer-contact a {
  display: inline-flex;
  margin-top: 14px;
  color: #dbe4b5;
  font-weight: 650;
}

.rt-page-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(214, 202, 171, .12);
  color: rgba(233, 227, 216, .55);
  font-size: 12px;
}

.rt-page-footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 1020px) {
  .rt-page-nav {
    position: static;
    margin-left: auto;
    transform: none;
  }

  .rt-page-header-actions {
    margin-left: 18px;
  }

  .rt-page-language {
    display: none;
  }

  .rt-expedition-card {
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  }

  .rt-page-footer-grid {
    grid-template-columns: 1.4fr .7fr .7fr;
  }

  .rt-page-footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .rt-page .rt-shell {
    width: min(100% - 32px, 1220px);
  }

  .rt-page-hero {
    min-height: 470px;
    background-position: 62% 43%;
  }

  .rt-page-header {
    align-items: flex-start;
    min-height: 88px;
  }

  .rt-page-logo {
    width: 126px;
    height: 60px;
  }

  .rt-page-logo img {
    width: 145px;
    transform: translate(-4px, -20px) scale(1.1);
  }

  .rt-page-nav {
    gap: 14px;
    font-size: 12px;
  }

  .rt-page-nav a:nth-child(3) {
    display: none;
  }

  .rt-page-header-cta {
    display: none;
  }

  .rt-page-hero-copy {
    padding: 76px 0 104px;
  }

  .rt-page-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .rt-page-section {
    padding: 44px 0 50px;
  }

  .rt-page-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rt-expedition-card {
    grid-template-columns: 1fr;
  }

  .rt-expedition-art {
    min-height: 310px;
  }

  .rt-expedition-copy {
    padding: 32px 24px 36px;
  }

  .rt-approach-grid {
    grid-template-columns: 1fr;
  }

  .rt-approach-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--rt-page-line);
  }

  .rt-approach-item:last-child {
    border-bottom: 0;
  }

  .rt-page-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rt-page-footer-brand,
  .rt-page-footer-contact {
    grid-column: 1 / -1;
  }

  .rt-page-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .rt-page .rt-shell {
    width: min(100% - 24px, 1220px);
  }

  .rt-page-nav {
    gap: 10px;
  }

  .rt-page-nav a:nth-child(4) {
    display: none;
  }

  .rt-page-hero-copy > p:last-child {
    font-size: 15px;
  }

  .rt-expedition-art {
    min-height: 270px;
  }

  .rt-page-footer-grid {
    grid-template-columns: 1fr;
  }

  .rt-page-footer-brand,
  .rt-page-footer-contact {
    grid-column: auto;
  }
}

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