:root {
  --navy: #0a2542;
  --navy-soft: #173d61;
  --gold: #d7a54d;
  --gold-dark: #9a6b20;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --aqua: #dff1f1;
  --ink: #13283d;
  --muted: #5a7185;
  --line: rgba(10, 37, 66, 0.13);
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(215, 165, 77, 0.55);
  outline-offset: 3px;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(247, 243, 234, 0.93);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 16px clamp(24px, 6vw, 88px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.16em;
}

.brand-image {
  border: 1px solid rgba(84, 236, 237, 0.45);
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(10, 37, 66, 0.16);
  flex: 0 0 auto;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-lockup strong {
  font-size: 13px;
  letter-spacing: 0.16em;
}

.brand-lockup small {
  color: var(--gold-dark);
  font-size: 7px;
  letter-spacing: 0.22em;
  margin-top: 5px;
}

nav {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 28px;
}

nav > a:not(.nav-cta) {
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}

nav > a:not(.nav-cta):hover {
  border-color: var(--navy);
}

.nav-cta {
  background: var(--navy);
  border-radius: 999px;
  color: white;
  padding: 11px 18px;
}

.hero {
  background: linear-gradient(134deg, var(--cream) 0 67%, var(--aqua) 67%);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  min-height: 670px;
  overflow: hidden;
  padding: 70px clamp(24px, 7vw, 108px) 78px;
}

.hero-copy {
  align-self: center;
  max-width: 750px;
}

.kicker {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  margin: 0 0 16px;
}

h1,
.section-heading h2,
.flexible-copy h2,
.included-heading h2,
.closing-cta h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
  margin: 0;
}

.hero-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 27px 0 30px;
  max-width: 610px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.primary-button,
.secondary-button {
  border-radius: 5px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  padding: 15px 23px;
}

.primary-button {
  background: var(--gold);
  color: var(--navy);
}

.secondary-button {
  background: var(--navy);
  color: white;
  margin-top: 12px;
}

.text-link {
  border-bottom: 1px solid var(--navy);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 0;
}

.stats {
  border-top: 1px solid rgba(10, 37, 66, 0.18);
  display: flex;
  gap: 46px;
  margin-top: 54px;
  padding-top: 25px;
}

.stats div {
  display: flex;
  flex-direction: column;
}

.stats strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.stats span {
  font-size: 11px;
  margin-top: 2px;
}

.hero-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-poster {
  aspect-ratio: 4 / 5;
  border: 10px solid white;
  box-shadow: 0 30px 80px rgba(10, 37, 66, 0.23);
  max-width: 390px;
  position: relative;
  transform: rotate(2deg);
  width: 82%;
  z-index: 2;
}

.hero-poster img {
  object-fit: cover;
}

.japan-stamp {
  color: rgba(10, 37, 66, 0.08);
  font-family: Georgia, serif;
  font-size: 130px;
  line-height: 1;
  position: absolute;
  right: -35px;
  top: 10px;
  writing-mode: vertical-rl;
}

.hero-note {
  background: var(--navy);
  bottom: 48px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  left: -8px;
  padding: 14px 17px;
  position: absolute;
  z-index: 3;
}

.hero-note span {
  color: var(--gold);
  margin-right: 7px;
}

.assurance-bar {
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 23px clamp(24px, 7vw, 108px);
}

.assurance-bar div {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  padding: 4px 22px;
  text-align: center;
}

.assurance-bar div:last-child {
  border-right: 0;
}

.assurance-bar strong {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
}

.assurance-bar span {
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-top: 2px;
  opacity: 0.76;
}

.airlines-section {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 54px 0 58px;
}

.airlines-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 1500px;
  padding: 0 clamp(24px, 7vw, 108px);
}

.airlines-heading .kicker {
  margin-bottom: 10px;
}

.airlines-heading h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
}

.airlines-heading > p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
  margin: 0;
  max-width: 420px;
  text-align: right;
}

.airline-marquee {
  mask-image: linear-gradient(to right, transparent, black 7%, black 93%, transparent);
  overflow: hidden;
  width: 100%;
}

.airline-marquee-track {
  animation: airline-scroll 38s linear infinite;
  display: flex;
  width: max-content;
}

.airline-logo-group {
  display: flex;
  gap: 18px;
  padding-right: 18px;
}

.airline-logo-card {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex: 0 0 190px;
  height: 88px;
  justify-content: center;
  padding: 12px 18px;
}

.airline-logo-card img {
  height: 58px;
  object-fit: contain;
  width: 158px;
}

.airline-marquee:hover .airline-marquee-track,
.airline-marquee:focus-within .airline-marquee-track {
  animation-play-state: paused;
}

@keyframes airline-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.catalog {
  padding: 96px clamp(24px, 7vw, 108px) 105px;
}

.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.section-heading.compact {
  margin-bottom: 32px;
}

.section-heading h2,
.flexible-copy h2,
.included-heading h2,
.closing-cta h2 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  margin: 0;
}

.section-heading > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
  max-width: 415px;
}

.filter-row {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 8px;
  margin-bottom: 13px;
  overflow-x: auto;
  padding-bottom: 16px;
  scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
  display: none;
}

.filter-row button {
  background: transparent;
  border: 1px solid rgba(10, 37, 66, 0.2);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  padding: 9px 15px;
}

.filter-row button.active {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.results-count {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

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

.package-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 12px 35px rgba(20, 40, 60, 0.055);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.package-card.featured-card {
  border-color: rgba(215, 165, 77, 0.7);
  box-shadow: 0 14px 38px rgba(154, 107, 32, 0.13);
}

.card-image {
  aspect-ratio: 4 / 3;
  background: #d8e9ed;
  overflow: hidden;
  position: relative;
}

.card-image img {
  object-fit: cover;
  object-position: top;
  transition: transform 0.45s ease;
}

.package-card:hover .card-image img {
  transform: scale(1.025);
}

.direct-badge,
.choice-badge {
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
}

.direct-badge {
  background: var(--gold);
  bottom: 13px;
  color: var(--navy);
  left: 13px;
}

.choice-badge {
  background: var(--navy);
  bottom: 13px;
  color: white;
  right: 13px;
}

.card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px;
}

.card-eyebrow {
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 8px;
}

.card-copy h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0;
}

.destination-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 14px;
}

.destination-tags span {
  background: #eef4f3;
  border-radius: 2px;
  color: #3c5d64;
  font-size: 9px;
  font-weight: 700;
  padding: 5px 7px;
}

.flex-note {
  background: #fff7e8;
  border-left: 3px solid var(--gold);
  color: #6c5123;
  font-size: 11px;
  line-height: 1.55;
  margin: 14px 0 0;
  padding: 9px 10px;
}

.card-meta {
  align-items: center;
  border-bottom: 1px solid #e6e9e9;
  display: flex;
  justify-content: space-between;
  margin: 19px 0 14px;
  padding-bottom: 16px;
}

.card-meta span {
  font-size: 12px;
}

.card-meta strong {
  color: var(--navy);
  font-size: 19px;
}

.itinerary-links {
  display: grid;
  gap: 7px;
}

.itinerary-links a {
  align-items: center;
  background: #f1f5f4;
  border-radius: 3px;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  padding: 10px 11px;
}

.itinerary-links a:hover {
  background: var(--aqua);
}

.enquiry-link {
  border-top: 1px solid #e6e9e9;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
}

.itinerary-links + .enquiry-link {
  margin-top: 14px;
}

.booking-link {
  align-items: center;
  background: var(--navy);
  border-radius: 3px;
  color: white;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 14px;
  padding: 12px;
}

.flexible-section {
  background: var(--aqua);
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
  padding: 100px clamp(24px, 8vw, 130px);
}

.flexible-photo {
  aspect-ratio: 4 / 5;
  box-shadow: 0 24px 65px rgba(10, 37, 66, 0.18);
  max-width: 470px;
  position: relative;
}

.flexible-photo img {
  object-fit: cover;
}

.flexible-copy {
  align-self: center;
  max-width: 650px;
  padding-left: clamp(35px, 7vw, 100px);
}

.flexible-copy > p:not(.kicker) {
  color: #43606e;
  font-size: 14px;
  line-height: 1.75;
  margin: 25px 0 28px;
}

.option-row {
  align-items: center;
  border-top: 1px solid rgba(10, 37, 66, 0.17);
  display: grid;
  gap: 15px;
  grid-template-columns: auto 1fr auto;
  padding: 18px 0;
}

.option-row:last-of-type {
  border-bottom: 1px solid rgba(10, 37, 66, 0.17);
}

.option-index {
  align-items: center;
  background: var(--gold);
  border-radius: 50%;
  color: var(--navy);
  display: flex;
  font-family: Georgia, serif;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.option-row strong {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
}

.option-row p {
  color: var(--muted);
  font-size: 11px;
  margin: 2px 0 0;
}

.option-row a {
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.included-section {
  background: var(--paper);
  display: grid;
  gap: clamp(40px, 8vw, 120px);
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  padding: 105px clamp(24px, 7vw, 108px);
}

.included-heading > p:not(.kicker) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin-top: 24px;
  max-width: 430px;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.included-grid article {
  border-bottom: 1px solid var(--line);
  min-height: 165px;
  padding: 0 24px 25px 0;
}

.included-grid article:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}

.included-grid article:nth-child(n + 3) {
  padding-top: 25px;
}

.included-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.included-grid span {
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.included-grid h3 {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0 7px;
}

.included-grid p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
  margin: 0;
}

.steps-section {
  padding: 92px clamp(24px, 7vw, 108px) 100px;
}

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

.steps-grid > div {
  border-right: 1px solid var(--line);
  display: grid;
  gap: 6px;
  padding: 31px;
}

.steps-grid > div:last-child {
  border-right: 0;
}

.steps-grid span {
  color: var(--gold-dark);
  font-family: Georgia, serif;
  font-size: 28px;
}

.steps-grid strong {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}

.steps-grid p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.gallery-section {
  background: #081f36;
  color: white;
  overflow: hidden;
  padding: 88px 0 94px;
}

.gallery-heading {
  margin: 0 auto 38px;
  max-width: 1500px;
  padding: 0 clamp(24px, 7vw, 108px);
}

.gallery-heading .kicker {
  color: var(--gold);
}

.gallery-heading h2 {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0;
}

.gallery-heading > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.7;
  margin: 17px 0 0;
  max-width: 520px;
}

.gallery-rows {
  display: grid;
  gap: 16px;
}

.gallery-marquee {
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  overflow: hidden;
  width: 100%;
}

.gallery-track {
  animation: gallery-scroll 46s linear infinite;
  display: flex;
  width: max-content;
}

.gallery-row-2 .gallery-track {
  animation-direction: reverse;
  animation-duration: 52s;
}

.gallery-row-3 .gallery-track {
  animation-duration: 42s;
}

.gallery-group {
  display: flex;
  gap: 16px;
  padding-right: 16px;
}

.gallery-card {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  flex: 0 0 300px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-card:nth-child(3n + 2) {
  flex-basis: 355px;
}

.gallery-card img {
  object-fit: cover;
}

.gallery-placeholder {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 19px;
  position: relative;
}

.gallery-placeholder::before {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  height: 115px;
  position: absolute;
  right: -20px;
  top: -26px;
  width: 115px;
}

.gallery-placeholder span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.gallery-placeholder strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  margin-top: 3px;
}

.gallery-placeholder small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 7px;
  letter-spacing: 0.14em;
  margin-top: 7px;
}

.gallery-tone-1 {
  background: linear-gradient(135deg, #16456b, #0b2a47);
}

.gallery-tone-2 {
  background: linear-gradient(135deg, #327a7a, #183f50);
}

.gallery-tone-3 {
  background: linear-gradient(135deg, #9c6e28, #42321f);
}

.gallery-section:hover .gallery-track,
.gallery-section:focus-within .gallery-track {
  animation-play-state: paused;
}

@keyframes gallery-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.diary-section {
  background: var(--paper);
  padding: 100px clamp(24px, 7vw, 108px) 105px;
}

.diary-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

.diary-heading h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: 0;
}

.diary-heading > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
  margin: 0;
  max-width: 440px;
}

.diary-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
}

.diary-featured,
.diary-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.diary-featured {
  display: grid;
  grid-template-rows: minmax(330px, 1.15fr) auto;
}

.diary-cover {
  background:
    linear-gradient(145deg, rgba(10, 37, 66, 0.12), transparent 48%),
    linear-gradient(135deg, #b9e6e5, #e4eee9 58%, #d6ad62);
  overflow: hidden;
  position: relative;
}

.diary-cover::before {
  border: 1px solid rgba(10, 37, 66, 0.12);
  border-radius: 50%;
  content: "";
  height: 230px;
  position: absolute;
  right: -45px;
  top: -55px;
  width: 230px;
}

.diary-cover::after {
  background: rgba(255, 255, 255, 0.65);
  bottom: 25px;
  content: "";
  height: 1px;
  left: 28px;
  position: absolute;
  right: 28px;
}

.diary-cover > span {
  color: rgba(10, 37, 66, 0.3);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  left: 28px;
  line-height: 1;
  position: absolute;
  top: 25px;
}

.diary-cover > small {
  bottom: 35px;
  color: rgba(10, 37, 66, 0.56);
  font-size: 8px;
  font-weight: 800;
  left: 28px;
  letter-spacing: 0.16em;
  position: absolute;
}

.diary-featured-copy {
  padding: 30px 32px 34px;
}

.diary-meta {
  color: var(--gold-dark);
  display: flex;
  font-size: 8px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.12em;
}

.diary-featured h3,
.diary-card h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.diary-featured h3 {
  font-size: clamp(29px, 3vw, 42px);
  margin: 18px 0 12px;
}

.diary-featured-copy > p,
.diary-card-copy > p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.diary-featured-copy > p {
  margin: 0 0 20px;
  max-width: 610px;
}

.diary-status {
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  display: inline-block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding-bottom: 4px;
}

.diary-secondary {
  display: grid;
  gap: 24px;
  grid-template-rows: repeat(2, 1fr);
}

.diary-card {
  display: grid;
  grid-template-columns: minmax(145px, 0.42fr) minmax(0, 0.58fr);
}

.diary-cover-small {
  min-height: 240px;
}

.diary-cover-small > span {
  font-size: 48px;
  left: 18px;
  top: 18px;
}

.diary-cover-small > small {
  bottom: 28px;
  left: 18px;
}

.diary-card-copy {
  align-self: center;
  padding: 22px;
}

.diary-category {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.diary-card h3 {
  font-size: 23px;
  margin: 11px 0 8px;
}

.diary-card-copy > p {
  margin: 0 0 15px;
}

.diary-note {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
  padding: 18px 0;
}

.diary-note span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.diary-note p {
  color: var(--muted);
  font-size: 10px;
  margin: 0;
}

.faq-section {
  background: var(--paper);
  display: grid;
  gap: clamp(45px, 9vw, 135px);
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  padding: 100px clamp(24px, 7vw, 108px);
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: 110px;
}

.faq-heading h2 {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
}

.faq-heading > p:not(.kicker) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: 22px 0;
  max-width: 390px;
}

.faq-heading > a {
  border-bottom: 1px solid var(--navy);
  font-size: 11px;
  font-weight: 800;
  padding-bottom: 5px;
}

.faq-list details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  color: var(--navy);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  padding-right: 38px;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--gold-dark);
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: -3px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
  margin: 14px 40px 2px 0;
}

.closing-cta {
  align-items: center;
  background: var(--navy);
  color: white;
  display: flex;
  flex-direction: column;
  padding: 90px 24px;
  text-align: center;
}

.closing-cta .kicker {
  color: var(--gold);
}

.closing-cta h2 {
  color: white;
}

.closing-cta > p:not(.kicker) {
  font-size: 13px;
  margin: 18px 0 28px;
  opacity: 0.76;
}

.closing-actions {
  display: flex;
  gap: 10px;
}

.closing-actions a {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  padding: 14px 18px;
}

.closing-actions a:first-child {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

.site-footer {
  background: #061a2e;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  padding: 52px clamp(24px, 7vw, 108px) 25px;
}

.footer-primary {
  display: grid;
  gap: 55px;
  grid-template-columns: 1.5fr 0.65fr 0.85fr;
  padding-bottom: 42px;
}

.footer-brand {
  color: white;
}

.footer-brand .brand-image {
  border-color: rgba(84, 236, 237, 0.72);
  box-shadow: none;
  height: 46px;
  width: 46px;
}

.footer-brand .brand-lockup small {
  color: var(--gold);
}

.footer-primary > div:first-child > p {
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 320px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-column strong {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.13em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.footer-column a {
  width: fit-content;
}

.footer-column a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  padding-top: 20px;
}

.checkout-page {
  background: linear-gradient(132deg, var(--cream) 0 63%, var(--aqua) 63%);
  min-height: 100vh;
}

.checkout-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 18px clamp(24px, 6vw, 88px);
}

.test-pill {
  background: #fff4d9;
  border: 1px solid rgba(154, 107, 32, 0.25);
  border-radius: 999px;
  color: #74521c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 8px 11px;
}

.checkout-shell {
  display: grid;
  gap: clamp(45px, 8vw, 120px);
  grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: 72px clamp(24px, 7vw, 108px) 90px;
}

.checkout-intro {
  align-self: center;
}

.checkout-intro h1 {
  font-size: clamp(44px, 5vw, 68px);
}

.checkout-intro > p:not(.kicker) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 26px 0;
  max-width: 520px;
}

.secure-note {
  border-left: 3px solid var(--gold);
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  padding: 5px 0 5px 15px;
}

.secure-note strong {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 500;
}

.secure-note span,
.back-link {
  color: var(--muted);
  font-size: 11px;
}

.back-link {
  border-bottom: 1px solid var(--line);
  font-weight: 800;
  padding-bottom: 5px;
}

.checkout-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(10, 37, 66, 0.13);
  padding: clamp(25px, 4vw, 42px);
}

.checkout-card-heading {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 22px;
}

.checkout-card-heading span {
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.checkout-card-heading h2 {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  margin: 4px 0 0;
}

.checkout-card-heading > strong {
  color: var(--navy);
  font-size: 13px;
}

.checkout-card label:not(.agreement-row) {
  color: var(--navy);
  display: grid;
  font-size: 10px;
  font-weight: 800;
  gap: 7px;
  margin-bottom: 17px;
}

.checkout-card input,
.checkout-card select {
  background: #fbfcfb;
  border: 1px solid rgba(10, 37, 66, 0.19);
  border-radius: 4px;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.deposit-summary {
  background: #f2f7f6;
  border-radius: 5px;
  margin: 8px 0 18px;
  padding: 17px;
}

.deposit-summary > div {
  display: flex;
  font-size: 11px;
  justify-content: space-between;
}

.deposit-total {
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: 14px !important;
  margin-top: 11px;
  padding-top: 11px;
}

.agreement-row {
  align-items: start;
  color: var(--muted);
  display: grid;
  font-size: 10px;
  gap: 8px;
  grid-template-columns: auto 1fr;
  line-height: 1.5;
}

.agreement-row input {
  min-height: auto;
  width: auto;
}

.payment-button {
  align-items: center;
  background: var(--navy);
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 21px;
  padding: 15px 17px;
  width: 100%;
}

.test-message {
  background: #fff4d9;
  border-left: 3px solid var(--gold);
  color: #6e511f;
  font-size: 10px;
  line-height: 1.55;
  padding: 10px;
}

.payment-caption {
  color: var(--muted);
  font-size: 9px;
  margin: 12px 0 0;
  text-align: center;
}

.status-page {
  background: var(--cream);
  min-height: 100vh;
}

.status-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 740px;
  min-height: 620px;
  padding: 100px 24px;
  text-align: center;
}

.status-icon {
  align-items: center;
  background: var(--gold);
  border-radius: 50%;
  color: var(--navy);
  display: flex;
  font-size: 28px;
  height: 66px;
  justify-content: center;
  margin-bottom: 28px;
  width: 66px;
}

.status-card h1 {
  font-size: clamp(48px, 7vw, 76px);
}

.status-card > p:not(.kicker) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 24px 0 28px;
}

.status-actions {
  display: flex;
  gap: 10px;
}

.status-actions a {
  border: 1px solid var(--navy);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  padding: 13px 16px;
}

.status-actions a:first-child {
  background: var(--navy);
  color: white;
}

@media (max-width: 1050px) {
  nav {
    gap: 18px;
  }

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

@media (max-width: 850px) {
  .site-header {
    padding: 13px 20px;
  }

  nav > a:not(.nav-cta) {
    display: none;
  }

  .hero {
    background: linear-gradient(160deg, var(--cream) 0 65%, var(--aqua) 65%);
    grid-template-columns: 1fr;
    padding: 54px 24px 70px;
  }

  .hero-visual {
    margin-top: 60px;
  }

  .hero-poster {
    width: min(72vw, 350px);
  }

  .hero-note {
    bottom: 25px;
    left: 5%;
  }

  .japan-stamp {
    right: 0;
  }

  .stats {
    gap: 22px;
    justify-content: space-between;
  }

  .assurance-bar {
    gap: 10px;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .assurance-bar div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 0;
    padding: 10px;
  }

  .assurance-bar div:last-child {
    border-bottom: 0;
  }

  .catalog {
    padding-bottom: 80px;
    padding-top: 75px;
  }

  .airlines-heading {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }

  .airlines-heading > p {
    max-width: 600px;
    text-align: left;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }

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

  .flexible-section {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .flexible-photo {
    justify-self: center;
    width: min(82vw, 450px);
  }

  .flexible-copy {
    margin-top: 58px;
    max-width: none;
    padding-left: 0;
  }

  .included-section {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
    padding-top: 80px;
  }

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

  .steps-grid > div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .steps-grid > div:last-child {
    border-bottom: 0;
  }

  .faq-section {
    grid-template-columns: 1fr;
  }

  .diary-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }

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

  .faq-heading {
    position: static;
  }

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

  .footer-primary > div:first-child {
    grid-column: 1 / -1;
  }

  .checkout-shell {
    grid-template-columns: 1fr;
    padding-bottom: 70px;
    padding-top: 52px;
  }
}

@media (max-width: 520px) {
  .site-header .brand-lockup {
    display: none;
  }

  .nav-cta {
    padding: 10px 14px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .stats {
    gap: 10px;
  }

  .stats strong {
    font-size: 22px;
  }

  .stats span {
    font-size: 9px;
  }

  .option-row {
    align-items: start;
    grid-template-columns: auto 1fr;
  }

  .option-row a {
    grid-column: 2;
  }

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

  .included-grid article,
  .included-grid article:nth-child(even),
  .included-grid article:nth-child(n + 3) {
    border-bottom: 1px solid var(--line);
    border-left: 0;
    min-height: 0;
    padding: 22px 0;
  }

  .included-grid article:last-child {
    border-bottom: 0;
  }

  .checkout-header .brand > span:last-child {
    display: flex;
  }

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

  .checkout-card-heading {
    align-items: start;
    flex-direction: column;
    gap: 9px;
  }

  .closing-actions,
  .status-actions {
    flex-direction: column;
    width: min(100%, 300px);
  }

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

  .footer-primary > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .gallery-card {
    flex-basis: 72vw;
  }

  .gallery-card:nth-child(3n + 2) {
    flex-basis: 82vw;
  }

  .diary-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .diary-featured {
    grid-template-rows: minmax(260px, 1fr) auto;
  }

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

  .diary-cover-small {
    min-height: 220px;
  }

  .diary-note {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .airline-marquee {
    mask-image: none;
    overflow-x: auto;
    padding: 0 24px 8px;
  }

  .airline-marquee-track {
    animation: none;
  }

  .airline-logo-group[aria-hidden="true"] {
    display: none;
  }

  .gallery-marquee {
    mask-image: none;
    overflow-x: auto;
    padding: 0 24px 8px;
  }

  .gallery-track {
    animation: none;
  }

  .gallery-group[aria-hidden="true"] {
    display: none;
  }
}

/* WordPress theme integration */
body.admin-bar .site-header {
  top: 32px;
}

.custom-logo {
  border-radius: 50%;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.hero-poster > img,
.flexible-photo > img,
.card-image > img,
.gallery-card > img,
.diary-cover.has-image > img {
  height: 100%;
  width: 100%;
}

.hero-poster > img,
.flexible-photo > img,
.card-image > img,
.gallery-card > img,
.diary-cover.has-image > img {
  object-fit: cover;
}

.package-card[hidden] {
  display: none;
}

.diary-cover.has-image::before,
.diary-cover.has-image::after {
  display: none;
}

.diary-cover.has-image > img {
  display: block;
}

.wp-journal-page,
.wp-article-page {
  background: var(--paper);
  min-height: 70vh;
  padding: 95px clamp(24px, 7vw, 108px) 110px;
}

.wp-journal-heading,
.wp-article {
  margin: 0 auto;
  max-width: 1180px;
}

.wp-journal-heading h1,
.wp-article h1 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}

.wp-journal-heading > p:not(.kicker),
.wp-article-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 24px 0 0;
  max-width: 680px;
}

.wp-journal-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 50px auto 0;
  max-width: 1180px;
}

.wp-journal-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.wp-journal-image {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #b9e6e5, #e4eee9 58%, #d6ad62);
  color: var(--navy-soft);
  display: flex;
  font-size: 9px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.14em;
  overflow: hidden;
}

.wp-journal-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wp-journal-copy {
  padding: 24px;
}

.wp-journal-copy > span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.wp-journal-copy h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  margin: 12px 0 9px;
}

.wp-journal-copy p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.wp-pagination {
  margin: 42px auto 0;
  max-width: 1180px;
}

.wp-article {
  max-width: 900px;
}

.wp-article-hero {
  margin: 45px 0;
}

.wp-article-hero img {
  height: auto;
  max-width: 100%;
}

.wp-article-content {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.85;
}

.wp-article-content img {
  height: auto;
  max-width: 100%;
}

.wp-article footer {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding-top: 25px;
}

@media (max-width: 850px) {
  .wp-journal-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
