:root {
  --green-900: #102f25;
  --green-800: #173d30;
  --green-700: #235341;
  --gold-600: #b68a4a;
  --brown-600: #7a684d;
  --cream-50: #fffdf8;
  --cream-100: #fbf6ed;
  --cream-200: #f2eadc;
  --gray-100: #f5f5f2;
  --gray-300: #ddd8cd;
  --text-main: #18231e;
  --text-muted: #6e746f;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(19, 46, 36, 0.11);
  --header-height: 64px;
  --floating-safe: calc(150px + env(safe-area-inset-bottom));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cream-50);
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text-main);
  background: var(--cream-50);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::after {
  content: "";
  display: block;
  height: var(--floating-safe);
}

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

button {
  font: inherit;
}

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

.page-shell {
  width: min(100% - 42px, 1120px);
  margin: 0 auto;
}

.section {
  padding: 56px 0;
  scroll-margin-top: 88px;
}

.bucket-section,
.cases-section {
  padding-bottom: 56px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 253, 248, 0.93);
  border-bottom: 1px solid rgba(18, 47, 37, 0.08);
  backdrop-filter: blur(18px);
}

.header-shell {
  width: min(100% - 40px, 1120px);
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--green-900);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.brand-logo-mark {
  width: auto;
  height: 32px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-copy {
  display: inline-flex;
  min-width: 0;
  flex-direction: column;
  gap: 1px;
}

.brand-copy-main {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-copy-sub {
  display: none;
  color: var(--brown-600);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.desktop-nav,
.desktop-inquiry {
  display: none;
}

.menu-button {
  min-width: 68px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(18, 47, 37, 0.13);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
}

.menu-lines {
  display: grid;
  gap: 5px;
}

.menu-lines i {
  width: 15px;
  height: 2px;
  display: block;
  background: var(--green-900);
  border-radius: 999px;
}

.menu-button strong {
  color: var(--green-900);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.mobile-menu {
  width: calc(100% - 32px);
  margin: 0 auto 12px;
  padding: 10px;
  display: grid;
  gap: 4px;
  max-height: calc(100svh - var(--header-height) - 18px);
  overflow-y: auto;
  background: var(--white);
  border: 1px solid rgba(18, 47, 37, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu button {
  position: relative;
  min-height: 46px;
  padding: 0 12px;
  color: var(--green-900);
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 6px;
}

.mobile-menu button:active {
  background: var(--cream-100);
}

.mobile-menu .mobile-menu-cta {
  margin-top: 0;
  color: var(--green-900);
  text-align: left;
  background: transparent;
}

.mobile-menu button.is-active,
.desktop-nav button.is-active {
  color: var(--green-900);
  background: rgba(242, 239, 232, 0.86);
  box-shadow: inset 0 0 0 1px rgba(20, 61, 52, 0.08);
}

.mobile-menu button.is-active::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--gold-600);
  border-radius: 999px;
  transform: translateY(-50%);
}

.mobile-menu button.is-active {
  padding-left: 22px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(500px, 68svh, 560px);
  padding-top: var(--header-height);
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background-color: var(--green-900);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-eager-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(16, 47, 37, 0.04), rgba(16, 47, 37, 0.14) 42%, rgba(16, 47, 37, 0.58)),
    radial-gradient(circle at 20% 14%, rgba(255, 253, 248, 0.22), transparent 32%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-bottom: 30px;
}

.hero-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(29px, 7.6vw, 34px);
  line-height: 1.14;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15.5px;
  line-height: 1.65;
}

.hero-actions,
.contact-actions {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.primary-button,
.ghost-button,
.outline-button,
.desktop-inquiry,
.floating-cta button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0;
}

.primary-button {
  color: var(--white);
  background: var(--green-900);
  box-shadow: 0 14px 28px rgba(16, 47, 37, 0.22);
}

.ghost-button {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(12px);
}

.hero .primary-button {
  color: #143d34;
  background: #f2efe8;
  border-color: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 34px rgba(8, 26, 20, 0.28);
}

.hero .ghost-button {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.66);
  box-shadow: none;
}

.outline-button {
  color: var(--green-900);
  background: var(--white);
  border-color: rgba(18, 47, 37, 0.16);
}

.full-width {
  width: 100%;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading-center {
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.section-heading h2,
.contact-panel h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(22px, 5.6vw, 30px);
  line-height: 1.28;
  letter-spacing: 0;
}

.section-heading p,
.contact-panel p {
  max-width: 740px;
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.72;
}

.service-grid,
.advantage-grid,
.case-grid,
.journey-grid {
  display: grid;
  gap: 14px;
}

.process-list,
.service-grid,
.advantage-grid,
.case-grid,
.journey-grid {
  padding-bottom: 0;
}

.journey-grid > .journey-card:last-child,
.case-grid > .case-card:last-child {
  margin-bottom: 0;
}

.case-grid {
  gap: 24px;
}

.service-card,
.process-item,
.advantage-card,
.journey-card,
.case-card,
.contact-panel {
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(18, 47, 37, 0.08);
  box-shadow: 0 14px 34px rgba(19, 46, 36, 0.06);
  overflow: hidden;
}

.service-card,
.process-item,
.advantage-card {
  padding: 20px;
}

.card-number,
.step-index,
.advantage-card span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.service-card h3,
.process-item h3,
.advantage-card h3,
.journey-card h3,
.case-card h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0;
}

.service-card h3,
.process-item h3,
.advantage-card h3 {
  font-size: 18px;
  line-height: 1.38;
}

.service-card p,
.process-item p,
.advantage-card p,
.journey-description,
.case-card dd {
  margin: 10px 0 0;
  color: var(--text-muted);
}

.service-card p,
.process-item p,
.advantage-card p {
  margin-top: 9px;
  font-size: 15px;
  line-height: 1.58;
}

@media (min-width: 360px) and (max-width: 699px) {
  .process-section .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .process-section .process-item {
    min-width: 0;
    padding: 14px 12px;
  }

  .process-section .step-index {
    margin-bottom: 9px;
    font-size: 12px;
  }

  .process-section .process-item h3 {
    font-size: 15px;
    line-height: 1.36;
  }

  .process-section .process-item p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.52;
    overflow-wrap: break-word;
  }
}

.process-section,
.why-section {
  background: var(--cream-100);
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-item {
  position: relative;
  display: block;
}

.step-index {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
}

.advantage-card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 8px;
  align-items: baseline;
}

.advantage-card span {
  margin-bottom: 0;
}

.advantage-card h3 {
  min-width: 0;
}

.advantage-card p {
  grid-column: 1 / -1;
  margin-top: 0;
}

.journey-card {
  display: flex;
  flex-direction: column;
}

.bucket-section-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.bucket-section-actions .outline-button {
  width: min(100%, 280px);
}

.bucket-list-page .bucket-hero-section {
  min-height: 66svh;
}

.bucket-list-page .trip-hero-content p + p {
  margin-top: 10px;
}

.bucket-section-note {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.72;
}

.bucket-journey-group {
  padding: 22px 0 4px;
}

.bucket-journey-group + .bucket-journey-group {
  margin-top: 46px;
  padding-top: 34px;
  border-top: 1px solid rgba(20, 61, 52, 0.08);
}

.bucket-group-heading {
  margin-bottom: 18px;
}

.bucket-group-heading h2 {
  font-size: clamp(22px, 5.7vw, 30px);
}

.bucket-category-grid {
  display: grid;
  gap: 16px;
}

.bucket-category-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 61, 52, 0.09);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(20, 61, 52, 0.07);
}

.bucket-category-image {
  height: clamp(220px, 58vw, 260px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(16, 47, 37, 0.92), rgba(122, 104, 77, 0.58)),
    var(--cream-200);
}

.bucket-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bucket-category-content {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.bucket-category-content h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(22px, 5.8vw, 30px);
  line-height: 1.28;
  letter-spacing: 0;
}

.bucket-category-content p {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.68;
}

.bucket-category-preview {
  padding-top: 4px;
  color: var(--green-800) !important;
}

.bucket-category-preview strong {
  color: var(--brown-600);
}

.bucket-category-content .outline-button {
  margin-top: auto;
}

.bucket-return-action {
  margin: 0 0 24px;
  justify-content: flex-start;
}

.bucket-light-card {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 26px rgba(19, 46, 36, 0.045);
}

.bucket-light-card .journey-image-wrap {
  height: 150px;
}

.bucket-light-card .journey-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(242, 239, 232, 0.16);
}

.bucket-light-card .journey-content {
  padding: 16px;
}

.bucket-light-card h3 {
  font-size: 17px;
  line-height: 1.42;
}

.bucket-light-card .journey-meta {
  margin-top: 10px;
  gap: 7px;
}

.bucket-light-card .journey-description {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.bucket-light-card .tag-list {
  margin-top: 12px;
  gap: 7px;
}

.bucket-light-card .tag-list span {
  padding: 5px 8px;
  font-size: 11px;
}

.bucket-light-card .full-width {
  margin-top: 14px;
}

.journey-image-wrap {
  position: relative;
  height: clamp(220px, 58vw, 248px);
  background:
    linear-gradient(135deg, rgba(16, 47, 37, 0.92), rgba(122, 104, 77, 0.58)),
    var(--cream-200);
  overflow: hidden;
}

.journey-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bucket-iberia-north-image {
  object-position: center 56%;
}

.home-featured-card .journey-image-wrap {
  height: clamp(188px, 50vw, 220px);
}

.home-featured-card .journey-content {
  padding: 18px;
}

.home-featured-card .journey-description {
  margin-top: 10px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.quiz-entry-section {
  padding-top: 18px;
  padding-bottom: 54px;
}

.quiz-entry-panel {
  padding: 24px 22px;
  display: grid;
  gap: 18px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(251, 246, 237, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(182, 138, 74, 0.18), transparent 32%);
  border: 1px solid rgba(20, 61, 52, 0.09);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(19, 46, 36, 0.06);
}

.quiz-entry-panel h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(23px, 5.8vw, 32px);
  line-height: 1.24;
  letter-spacing: 0;
}

.quiz-entry-panel p {
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.68;
}

.case-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.case-card .case-link > img {
  width: 100%;
  height: clamp(220px, 58vw, 248px);
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  background: var(--cream-200);
  box-shadow: 0 16px 36px rgba(19, 46, 36, 0.1);
}

.case-card .case-link > img.story-iceland {
  object-position: center 46%;
}

.case-card .case-link > img.story-japan-sakura {
  object-position: center 55%;
}

.case-card .case-link > img.story-safari {
  object-position: center 54%;
}

.case-card .case-link > img.story-south-france {
  object-position: center center;
}

.journey-image-wrap img[hidden],
.case-card img[hidden] {
  display: none;
}

.journey-image-wrap.image-fallback-active::before,
.case-card.image-fallback-active::before {
  content: "";
  background:
    linear-gradient(180deg, rgba(16, 47, 37, 0.12), rgba(16, 47, 37, 0.58)),
    radial-gradient(circle at 82% 18%, rgba(246, 232, 200, 0.68), transparent 18%),
    linear-gradient(135deg, #173d30 0%, #7a684d 56%, #f2eadc 100%);
}

.journey-image-wrap.image-fallback-active::before {
  position: absolute;
  inset: 0;
}

.journey-badge {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 14px;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(16, 47, 37, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(16, 47, 37, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

body.bucket-list-page .journey-card .journey-image-wrap .journey-badge,
body.bucket-list-page .journey-card .journey-image-wrap .card-badge,
body.bucket-list-page .journey-card .journey-image-wrap .card-status,
body.bucket-list-page .journey-card .journey-image-wrap .product-status,
body.bucket-list-page .journey-card .journey-image-wrap .trip-status,
body.bucket-list-page .journey-card .journey-image-wrap .coming-soon,
body.bucket-list-page .journey-card .journey-image-wrap .launched,
body.bucket-list-page .journey-card .journey-image-wrap [class*="badge"],
body.bucket-list-page .journey-card .journey-image-wrap [class*="status"],
body.bucket-list-page .journey-card > .journey-badge,
body.bucket-list-page .journey-card > .card-badge,
body.bucket-list-page .journey-card > .card-status,
body.bucket-list-page .journey-card > .product-status,
body.bucket-list-page .journey-card > .trip-status,
body.bucket-list-page .journey-card > .coming-soon,
body.bucket-list-page .journey-card > .launched {
  display: none !important;
  visibility: hidden !important;
}

.bucket-list-page .journey-badge,
.bucket-list-page .card-badge,
.bucket-list-page .card-status,
.bucket-list-page .product-status,
.bucket-list-page .trip-status,
.bucket-list-page .launched,
.bucket-list-page .coming-soon,
.bucket-list-page .journey-card .badge {
  display: none !important;
}

.journey-content,
.case-content {
  padding: 20px;
}

.case-card .case-content {
  padding: 13px 2px 0;
}

.case-card .case-content h3 {
  font-size: 17px;
  line-height: 1.45;
}

.case-card .case-content p {
  margin: 7px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.58;
}

.case-story-button {
  min-height: 38px;
  margin-top: 13px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green-900);
  background: var(--cream-100);
  border: 1px solid rgba(18, 47, 37, 0.12);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.journey-meta,
.case-card dl {
  margin: 14px 0 0;
  display: grid;
  gap: 9px;
}

.journey-meta div,
.case-card dl div {
  display: grid;
  gap: 2px;
}

.journey-meta dt,
.case-card dt {
  color: var(--brown-600);
  font-size: 12px;
  font-weight: 800;
}

.journey-meta dd,
.case-card dd {
  margin: 0;
  color: var(--text-main);
  font-size: 14px;
  line-height: 1.65;
}

.tag-list {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-list span {
  padding: 5px 9px;
  color: var(--green-800);
  background: var(--cream-100);
  border: 1px solid var(--cream-200);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.journey-description {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.68;
}

.case-card {
  position: relative;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.case-card.image-fallback-active::before {
  display: block;
  width: 100%;
  height: clamp(220px, 58vw, 248px);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(19, 46, 36, 0.1);
}

.contact-section {
  padding-bottom: 56px;
  background: linear-gradient(180deg, var(--cream-50), var(--cream-100));
}

.contact-panel {
  padding: 32px 22px;
  color: var(--text-main);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(251, 246, 237, 0.86)),
    radial-gradient(circle at top right, rgba(182, 138, 74, 0.18), transparent 34%);
}

.contact-page::after,
.trip-page::after {
  height: 0;
}

.contact-page-main {
  padding-top: var(--header-height);
  background:
    radial-gradient(circle at 85% 8%, rgba(200, 168, 106, 0.18), transparent 28%),
    linear-gradient(180deg, var(--cream-50), var(--cream-100));
}

.contact-hero-section {
  min-height: calc(100svh - var(--header-height));
  padding: 56px 0;
  display: flex;
  align-items: center;
}

.contact-page-grid {
  display: grid;
  gap: 22px;
}

.contact-page-stack {
  display: grid;
  gap: 24px;
}

.contact-intro h1 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(34px, 9vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
}

.contact-intro p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.78;
}

.contact-page-actions {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.contact-choice-grid,
.contact-response-grid {
  display: grid;
  gap: 14px;
}

.contact-choice-card,
.contact-response-grid article {
  padding: 22px;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 61, 52, 0.09);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(20, 61, 52, 0.07);
}

.contact-choice-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.contact-choice-card-primary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(251, 246, 237, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(200, 168, 106, 0.16), transparent 32%);
}

.contact-choice-card h2 {
  margin: 0;
  color: var(--green-900);
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: 0;
}

.contact-choice-card strong {
  margin-top: 6px;
  color: var(--brown-600);
  font-size: 14px;
  line-height: 1.48;
}

.contact-choice-card p {
  margin: 12px 0 18px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.68;
}

.contact-choice-card .primary-button,
.contact-choice-card .outline-button {
  width: 100%;
  margin-top: auto;
}

.contact-response-section {
  padding-top: 8px;
}

.contact-response-section .section-heading {
  margin-bottom: 18px;
}

.contact-response-grid article span {
  display: inline-flex;
  margin-bottom: 11px;
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.contact-response-grid article h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 18px;
  line-height: 1.38;
  letter-spacing: 0;
}

.contact-response-grid article p {
  margin: 9px 0 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.62;
}

.contact-info-card {
  padding: 24px;
  color: var(--text-main);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 239, 232, 0.78)),
    radial-gradient(circle at 100% 0%, rgba(200, 168, 106, 0.2), transparent 30%);
  border: 1px solid rgba(20, 61, 52, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 61, 52, 0.09);
}

.contact-card-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.contact-info-card dl {
  margin: 0;
  display: grid;
  gap: 16px;
}

.contact-info-card dt {
  margin-bottom: 3px;
  color: var(--brown-600);
  font-size: 13px;
  font-weight: 800;
}

.contact-info-card dd {
  margin: 0;
  color: var(--green-900);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.consultant-contact-layout {
  display: grid;
  gap: 22px;
}

.consultant-qr-wrap {
  width: min(100%, 300px);
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(20, 61, 52, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(20, 61, 52, 0.08);
}

.consultant-qr {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.consultant-contact-copy h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.22;
  letter-spacing: 0;
}

.consultant-contact-copy > p {
  margin: 12px 0 18px;
  max-width: 520px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.72;
}

.contact-light-links {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.contact-light-links article {
  padding: 14px 16px;
  background: rgba(242, 239, 232, 0.62);
  border: 1px solid rgba(20, 61, 52, 0.08);
  border-radius: 8px;
}

.contact-light-links strong {
  display: block;
  color: var(--green-900);
  font-size: 15px;
  line-height: 1.45;
}

.contact-light-links p {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.58;
}

.contact-info-card a,
.contact-note a,
.site-footer a {
  color: inherit;
  text-decoration: none;
}

.contact-info-card a:hover,
.contact-note a:hover,
.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quiz-page-main {
  background:
    radial-gradient(circle at 86% 12%, rgba(200, 168, 106, 0.16), transparent 26%),
    linear-gradient(180deg, var(--cream-50), var(--cream-100));
}

.quiz-hero-section {
  min-height: clamp(560px, 76svh, 700px);
  background-position: center center;
}

.quiz-hero-content .quiz-hero-note {
  max-width: 620px;
  margin-top: 10px;
  color: rgba(242, 239, 232, 0.78);
}

.quiz-version-note {
  width: fit-content;
  margin: 10px 0 0;
  padding: 5px 9px;
  color: rgba(242, 239, 232, 0.86);
  background: rgba(20, 61, 52, 0.42);
  border: 1px solid rgba(242, 239, 232, 0.18);
  border-radius: 999px;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.2 !important;
}

.quiz-section {
  padding: 56px 0;
}

.quiz-card,
.quiz-result-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(251, 246, 237, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(200, 168, 106, 0.16), transparent 30%);
  border: 1px solid rgba(20, 61, 52, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 61, 52, 0.09);
}

.quiz-card[hidden],
.quiz-result-card[hidden] {
  display: none;
}

.quiz-progress-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.quiz-intro-note {
  margin: 0;
  padding: 14px 15px;
  color: var(--text-muted);
  background: rgba(242, 239, 232, 0.72);
  border: 1px solid rgba(200, 168, 106, 0.24);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.72;
}

.quiz-progress-row strong {
  color: var(--brown-600);
  font-size: 13px;
  line-height: 1;
}

.quiz-progress-track {
  height: 6px;
  margin-top: 14px;
  overflow: hidden;
  background: rgba(20, 61, 52, 0.1);
  border-radius: 999px;
}

.quiz-progress-track i {
  width: 20%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--green-900), var(--gold-600));
  border-radius: inherit;
  transition: width 180ms ease;
}

.quiz-card h2,
.quiz-result-card h2 {
  margin: 22px 0 0;
  color: var(--green-900);
  font-size: clamp(24px, 6.2vw, 36px);
  line-height: 1.28;
  letter-spacing: 0;
}

.quiz-share-line {
  margin: 14px 0 0;
  color: var(--gold-600);
  font-size: clamp(18px, 5.2vw, 26px);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.quiz-share-line + h2 {
  margin-top: 8px;
}

.quiz-question-hint {
  margin: 10px 0 0;
  color: var(--brown-600);
  font-size: 14px;
  line-height: 1.6;
}

.quiz-result-english {
  margin: 8px 0 0 !important;
  color: var(--brown-600) !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.4 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-keyword-list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quiz-keyword-list span {
  padding: 7px 10px;
  color: var(--green-900);
  background: rgba(20, 61, 52, 0.08);
  border: 1px solid rgba(20, 61, 52, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.quiz-options {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.quiz-option {
  width: 100%;
  min-height: 66px;
  padding: 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  color: var(--text-main);
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 61, 52, 0.1);
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(19, 46, 36, 0.04);
}

.quiz-option:active {
  background: var(--cream-100);
}

.quiz-option span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green-900);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.quiz-option strong {
  color: var(--text-main);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.quiz-result-recommend {
  margin-top: 18px;
  padding: 16px;
  display: grid;
  gap: 5px;
  background: rgba(242, 239, 232, 0.72);
  border: 1px solid rgba(200, 168, 106, 0.28);
  border-radius: 8px;
}

.quiz-result-recommend span {
  color: var(--brown-600);
  font-size: 12px;
  font-weight: 800;
}

.quiz-result-recommend strong {
  color: var(--green-900);
  font-size: 18px;
  line-height: 1.45;
}

.quiz-result-card p {
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.78;
}

.quiz-result-framing {
  padding: 14px 15px;
  color: var(--text-muted) !important;
  background: rgba(242, 239, 232, 0.62);
  border: 1px solid rgba(200, 168, 106, 0.22);
  border-radius: 8px;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

.quiz-route-list {
  margin-top: 18px;
  display: grid;
  gap: 8px;
}

.quiz-route-heading {
  color: var(--brown-600);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.quiz-route-link {
  min-height: 48px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--green-900);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 61, 52, 0.1);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.quiz-route-link::after {
  content: "查看";
  flex: 0 0 auto;
  color: var(--gold-600);
  font-size: 12px;
}

.quiz-result-secondary {
  margin-top: 14px !important;
  color: var(--brown-600) !important;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.5 !important;
}

.quiz-result-actions {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.quiz-result-actions .primary-button,
.quiz-result-actions .outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.trip-page-main.plan-page-main {
  background:
    radial-gradient(circle at 86% 10%, rgba(200, 168, 106, 0.14), transparent 26%),
    linear-gradient(180deg, var(--cream-50), var(--cream-100));
}

.plan-hero-section {
  min-height: clamp(560px, 76svh, 700px);
  background-position: center center;
}

@media (max-width: 699px) {
  .plan-hero-section {
    background-position: center 45%;
  }
}

.plan-hero-note {
  max-width: 700px;
  color: rgba(242, 239, 232, 0.78);
}

.plan-info-grid {
  display: grid;
  gap: 12px;
}

.plan-info-card {
  padding: 20px;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 61, 52, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(19, 46, 36, 0.06);
}

.plan-info-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.plan-info-card h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 18px;
  line-height: 1.38;
  letter-spacing: 0;
}

.plan-info-card p {
  margin: 9px 0 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.62;
}

.plan-process-list {
  display: grid;
  gap: 12px;
}

.trip-page-main {
  background: var(--cream-50);
}

.trip-hero-section {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 78svh, 720px);
  padding-top: var(--header-height);
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background-color: var(--green-900);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.trip-hero-content {
  padding-top: 72px;
  padding-bottom: 46px;
}

.trip-hero-content .eyebrow {
  color: rgba(242, 239, 232, 0.86);
}

.trip-hero-content h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px, 9.2vw, 58px);
  line-height: 1.1;
  letter-spacing: 0;
}

.trip-hero-content p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.74;
}

.trip-hero-actions,
.trip-final-actions {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.trip-hero-section .primary-button {
  color: #143d34;
  background: #f2efe8;
  border-color: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 34px rgba(8, 26, 20, 0.28);
}

.trip-hero-section .ghost-button {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.66);
  box-shadow: none;
}

.trip-section {
  padding: 56px 0;
}

.trip-section-muted {
  background: var(--cream-100);
}

.trip-narrow {
  max-width: 880px;
}

.trip-section h2,
.trip-final-panel h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(24px, 6vw, 38px);
  line-height: 1.22;
  letter-spacing: 0;
}

.trip-lead,
.trip-meta-panel p,
.trip-final-panel p {
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.78;
}

.trip-section-heading {
  margin-bottom: 24px;
}

.trip-card-grid,
.trip-list-grid,
.trip-version-grid,
.trip-meta-grid {
  display: grid;
  gap: 12px;
}

.trip-mini-card,
.trip-list-grid div,
.trip-version-grid article,
.trip-meta-grid article {
  padding: 18px;
  color: var(--text-main);
  background: var(--white);
  border: 1px solid rgba(20, 61, 52, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(19, 46, 36, 0.06);
}

.trip-mini-card h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}

.trip-mini-card p {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.64;
}

.trip-list-grid div {
  position: relative;
  padding-left: 42px;
}

.trip-list-grid div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 25px;
  width: 7px;
  height: 7px;
  background: var(--gold-600);
  border-radius: 999px;
}

.trip-meta-panel {
  display: grid;
  gap: 22px;
}

.trip-meta-grid article span {
  display: block;
  margin-bottom: 6px;
  color: var(--brown-600);
  font-size: 13px;
  font-weight: 800;
}

.trip-meta-grid article strong {
  display: block;
  color: var(--green-900);
  font-size: 18px;
  line-height: 1.55;
}

.trip-version-grid article {
  color: var(--green-900);
  font-weight: 800;
}

.trip-route-list {
  display: grid;
  gap: 12px;
}

.trip-route-list article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 61, 52, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(19, 46, 36, 0.05);
}

.trip-route-list span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.trip-route-list h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0;
}

.trip-route-list p {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.62;
}

.trip-notice {
  margin: 18px 0 0;
  padding: 18px;
  color: var(--green-900);
  background: rgba(242, 239, 232, 0.76);
  border: 1px solid rgba(200, 168, 106, 0.26);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.74;
}

.trip-final-cta {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 168, 106, 0.18), transparent 30%),
    linear-gradient(180deg, var(--cream-50), var(--cream-100));
}

.trip-final-panel {
  padding: 30px 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 61, 52, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 61, 52, 0.09);
}

.contact-panel .primary-button,
.contact-panel .outline-button {
  width: 100%;
}

.contact-note {
  margin-top: 22px;
  display: grid;
  gap: 6px;
  color: var(--brown-600);
  font-size: 14px;
}

.site-footer {
  padding: 44px 0 calc(48px + env(safe-area-inset-bottom));
  color: rgba(255, 255, 255, 0.76);
  background: var(--green-900);
}

.site-footer .page-shell {
  display: grid;
  gap: 0;
  align-items: start;
}

.footer-logo {
  width: clamp(240px, 70vw, 280px);
  height: auto;
  margin-bottom: 22px;
  border-radius: 6px;
  background: var(--cream-100);
  border: 1px solid rgba(242, 239, 232, 0.18);
  box-shadow: 0 12px 26px rgba(7, 22, 17, 0.16);
}

.footer-logo-mark {
  width: clamp(190px, 54vw, 250px);
  margin-bottom: 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.footer-brand-text {
  margin-bottom: 18px;
  display: grid;
  gap: 3px;
  color: rgba(242, 239, 232, 0.9);
}

.footer-brand-text strong {
  color: rgba(242, 239, 232, 0.94);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
}

.footer-brand-text span {
  color: rgba(242, 239, 232, 0.84);
  font-size: 16px;
  line-height: 1.35;
}

.site-footer p {
  margin: 1px 0;
  color: rgba(242, 239, 232, 0.78);
  font-size: 14px;
  line-height: 1.48;
}

.floating-cta {
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px calc(8px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 10px;
  background: rgba(255, 253, 248, 0.94);
  border-top: 1px solid rgba(18, 47, 37, 0.1);
  box-shadow: 0 -12px 30px rgba(19, 46, 36, 0.08);
  backdrop-filter: blur(18px);
}

.floating-cta button {
  width: 100%;
  min-height: 45px;
  font-size: 15px;
}

.floating-wechat {
  color: var(--green-900);
  background: var(--white);
  border-color: rgba(18, 47, 37, 0.15);
}

.floating-inquiry {
  color: var(--white);
  background: var(--green-900);
}

@media (min-width: 700px) {
  body::after {
    height: 0;
  }

  .page-shell {
    width: min(100% - 56px, 1120px);
  }

  .brand-logo-mark {
    height: 34px;
  }

  .brand-copy-sub {
    display: block;
  }

  .section {
    padding: 84px 0;
  }

  .bucket-section,
  .cases-section {
    padding-bottom: 84px;
  }

  .process-list,
  .service-grid,
  .advantage-grid,
  .case-grid,
  .journey-grid {
    padding-bottom: 0;
  }

  .journey-grid > .journey-card:last-child,
  .case-grid > .case-card:last-child {
    margin-bottom: 0;
  }

  .hero-content {
    padding-top: 92px;
    padding-bottom: 44px;
  }

  .hero-kicker {
    margin-bottom: 18px;
  }

  .hero h1 {
    font-size: clamp(40px, 6vw, 68px);
    line-height: 1.12;
  }

  .hero p {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.75;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2,
  .contact-panel h2 {
    font-size: clamp(30px, 4.5vw, 42px);
    line-height: 1.22;
  }

  .section-heading p,
  .contact-panel p {
    font-size: 16px;
    line-height: 1.8;
  }

  .service-card,
  .process-item {
    padding: 24px;
  }

  .service-card h3,
  .process-item h3 {
    font-size: 20px;
  }

  .service-card p,
  .process-item p {
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-actions,
  .contact-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
  }

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

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

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

  .bucket-section-actions {
    margin-top: 30px;
  }

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

  .bucket-category-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .bucket-category-content {
    padding: 26px;
  }

  .quiz-entry-panel {
    padding: 30px 34px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
  }

  .quiz-entry-panel .primary-button {
    min-width: 150px;
  }

  .journey-image-wrap {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .home-featured-card .journey-image-wrap {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .bucket-light-card .journey-image-wrap {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .case-card .case-link > img,
  .case-card.image-fallback-active::before {
    height: clamp(250px, 25vw, 320px);
    aspect-ratio: auto;
  }

  .case-card .case-content {
    padding-top: 15px;
  }

  .case-card .case-content p {
    font-size: 13px;
    line-height: 1.55;
  }

  .contact-panel {
    padding: 44px;
  }

  .contact-panel .primary-button,
  .contact-panel .outline-button {
    width: auto;
  }

  .contact-hero-section {
    padding: 76px 0;
  }

  .contact-page-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    align-items: center;
    gap: clamp(36px, 7vw, 84px);
  }

  .contact-page-stack {
    gap: 34px;
  }

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

  .contact-choice-card {
    padding: 30px;
  }

  .contact-choice-card h2 {
    font-size: 28px;
  }

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

  .contact-page-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .contact-page-actions .primary-button,
  .contact-page-actions .outline-button {
    width: auto;
  }

  .contact-info-card {
    padding: 32px;
  }

  .consultant-contact-layout {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    align-items: start;
    gap: 30px;
  }

  .quiz-section {
    padding: 76px 0;
  }

  .quiz-card,
  .quiz-result-card {
    padding: 34px;
  }

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

  .quiz-result-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .quiz-result-actions .primary-button,
  .quiz-result-actions .outline-button {
    width: auto;
  }

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

  .trip-hero-section {
    min-height: 76svh;
  }

  .trip-hero-content {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .trip-hero-content p {
    font-size: 17px;
  }

  .trip-hero-actions,
  .trip-final-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .trip-card-grid,
  .trip-list-grid,
  .trip-version-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trip-meta-grid {
    grid-template-columns: 0.72fr 1.28fr;
  }

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

  .trip-final-panel {
    padding: 42px;
  }

  .contact-note {
    display: flex;
    gap: 22px;
  }

  .site-footer {
    padding: 56px 0;
  }

  .site-footer .page-shell {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-logo {
    width: clamp(300px, 28vw, 340px);
    margin: 0 0 24px;
  }

  .footer-logo-mark {
    width: clamp(220px, 20vw, 280px);
    margin-bottom: 16px;
  }

  .site-footer p {
    font-size: 14px;
    line-height: 1.62;
  }
}

@media (min-width: 980px) {
  :root {
    --header-height: 72px;
  }

  .header-shell {
    width: min(100% - 56px, 1120px);
  }

  .menu-button,
  .mobile-menu {
    display: none;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
  }

  .desktop-nav button {
    min-height: 40px;
    padding: 0 12px;
    color: var(--green-900);
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
  }

  .desktop-nav button:hover {
    background: var(--cream-100);
  }

  .desktop-inquiry {
    display: inline-flex;
    align-items: center;
    color: var(--white);
    background: var(--green-900);
  }

  .hero {
    min-height: 82svh;
  }

  .hero-content {
    padding-bottom: 70px;
  }

  .process-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .process-item {
    grid-template-columns: 1fr;
    align-content: start;
  }

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

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

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

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

  .floating-cta {
    left: auto;
    right: 28px;
    bottom: 28px;
    width: 360px;
    padding: 10px;
    border: 1px solid rgba(18, 47, 37, 0.1);
    border-radius: 999px;
    box-shadow: var(--shadow-soft);
  }
}

body.bucket-list-page .journey-card .journey-badge,
body.bucket-list-page .journey-card .card-badge,
body.bucket-list-page .journey-card .card-status,
body.bucket-list-page .journey-card .product-status,
body.bucket-list-page .journey-card .trip-status,
body.bucket-list-page .journey-card .launched,
body.bucket-list-page .journey-card .coming-soon,
body.bucket-list-page .journey-card .badge,
body.bucket-list-page .journey-card [class*="badge"],
body.bucket-list-page .journey-card [class*="status"],
body.bucket-list-page .journey-card [class*="launched"],
body.bucket-list-page .journey-card [class*="coming"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.custom-request-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(200, 168, 106, 0.14), transparent 28%),
    linear-gradient(180deg, var(--cream-50), var(--cream-100));
}

.custom-request-hero {
  padding: 118px 0 44px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(12, 36, 28, 0.48), rgba(12, 36, 28, 0.82)),
    url("./assets/plan-hero.jpg"),
    linear-gradient(135deg, #102f25 0%, #7a684d 58%, #f2eadc 100%);
  background-size: cover;
  background-position: center center;
}

.custom-request-hero-content {
  max-width: 760px;
}

.custom-request-hero h1 {
  margin: 12px 0 0;
  max-width: 720px;
  font-size: clamp(38px, 10vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.custom-request-hero p {
  margin: 18px 0 0;
  max-width: 680px;
  color: rgba(242, 239, 232, 0.86);
  font-size: 17px;
  line-height: 1.82;
}

.custom-request-section {
  padding: 38px 0 88px;
}

.custom-request-layout {
  display: grid;
  gap: 20px;
}

.custom-request-form,
.custom-request-side-card,
.custom-request-success {
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 61, 52, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 61, 52, 0.08);
}

.custom-request-form-heading {
  margin-bottom: 22px;
}

.custom-request-form-heading h2,
.custom-request-side-card h2,
.custom-request-success h2 {
  margin: 8px 0 0;
  color: var(--green-900);
  font-size: clamp(24px, 6.5vw, 34px);
  line-height: 1.25;
  letter-spacing: 0;
}

.custom-request-form-heading p,
.custom-request-side-card p,
.custom-request-success p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.form-grid {
  display: grid;
  gap: 16px;
}

.form-field,
.form-choice-group {
  min-width: 0;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field span,
.form-choice-group legend {
  color: var(--green-900);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.form-field strong {
  color: var(--gold-600);
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 61, 52, 0.16);
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.form-field textarea {
  min-height: 138px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  background: #fff;
  border-color: rgba(200, 168, 106, 0.82);
  box-shadow: 0 0 0 3px rgba(200, 168, 106, 0.16);
}

.form-field small {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.form-choice-group {
  margin: 0;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: rgba(242, 239, 232, 0.56);
  border: 1px solid rgba(20, 61, 52, 0.09);
  border-radius: 8px;
}

.form-choice-group legend {
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.form-choice-group label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  color: var(--green-800);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 61, 52, 0.08);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.35;
}

.form-choice-group input {
  accent-color: var(--green-900);
}

.form-choice-group-wide,
.form-field-full,
.custom-request-submit {
  margin-top: 16px;
}

.custom-request-submit {
  width: 100%;
}

.custom-request-side-card {
  align-self: start;
}

.custom-request-qr-wrap {
  width: min(100%, 220px);
  margin: 18px 0 20px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(20, 61, 52, 0.1);
  border-radius: 8px;
}

.custom-request-qr-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.custom-request-side-card a,
.custom-request-success a {
  color: inherit;
  text-decoration: none;
}

.custom-request-side-card a:hover,
.custom-request-success a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.custom-request-success {
  display: grid;
  gap: 14px;
}

.custom-request-success[hidden] {
  display: none;
}

.custom-request-success-contact {
  display: grid;
  gap: 6px;
  color: var(--green-900);
  font-weight: 800;
}

@media (min-width: 760px) {
  .custom-request-section {
    padding: 52px 0 96px;
  }

  .custom-request-layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    align-items: start;
    gap: 24px;
  }

  .custom-request-form,
  .custom-request-side-card,
  .custom-request-success {
    padding: 30px;
  }

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

  .form-choice-group {
    align-content: start;
  }

  .form-choice-group-wide,
  .form-field-full,
  .custom-request-submit,
  .custom-request-success {
    grid-column: 1 / -1;
  }

  .custom-request-submit {
    width: auto;
    justify-self: start;
  }
}
