:root {
  --ink: #101820;
  --muted: #5d6b78;
  --paper: #f2f6f9;
  --white: #ffffff;
  --jade: #0e2a40;
  --jade-light: #e5f2fa;
  --coral: #1774ba;
  --coral-dark: #0d5d99;
  --gold: #d4a548;
  --line: rgba(14, 42, 64, 0.16);
  --shadow: 0 18px 60px rgba(14, 42, 64, 0.13);
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang HK", "PingFang TC", "Noto Sans TC", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

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

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 72px);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.site-header.scrolled {
  position: fixed;
  height: 74px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(14, 42, 64, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  position: absolute;
  top: 50%;
  left: clamp(22px, 5vw, 72px);
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid rgba(23, 116, 186, 0.2);
  border-bottom: 3px solid var(--coral);
  box-shadow: 0 8px 24px rgba(14, 42, 64, 0.13);
  transform: translateY(-50%);
}

.brand-logo {
  width: 162px;
  height: 58px;
  object-fit: contain;
}

.desktop-nav {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.25vw, 34px);
  margin: 0;
  font-size: 14px;
  font-weight: 650;
  transform: translateX(-50%);
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.language-toggle,
.menu-toggle {
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.language-toggle {
  min-width: 58px;
  font-size: 12px;
  font-weight: 700;
}

.language-toggle span {
  margin: 0 2px;
  opacity: 0.55;
}

.language-toggle .active-lang {
  opacity: 1;
}

.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--white);
  background: var(--coral);
  font-size: 13px;
  font-weight: 750;
  transition: background 160ms ease, transform 160ms ease;
}

.header-cta:hover {
  background: var(--coral-dark);
  transform: translateY(-2px);
}

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

.hero {
  position: relative;
  min-height: 860px;
  height: min(940px, 100svh);
  overflow: hidden;
  color: var(--white);
  background-color: var(--jade);
  background-image: url("assets/hong-kong.jpg");
  background-position: center 47%;
  background-size: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 21, 34, 0.94) 0%, rgba(8, 37, 58, 0.72) 45%, rgba(9, 50, 79, 0.2) 76%),
    linear-gradient(0deg, rgba(5, 21, 34, 0.78) 0%, transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(920px, 82vw);
  padding-top: clamp(165px, 20vh, 220px);
  padding-bottom: 160px;
  margin-left: clamp(22px, 9vw, 150px);
}

.eyebrow {
  margin: 0 0 18px;
  color: #f1cf8a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.eyebrow.dark {
  color: var(--coral-dark);
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.1;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  color: #f1cf8a;
  font-style: normal;
}

.hero-lede {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--coral);
}

.button-primary:hover {
  background: var(--coral-dark);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 750;
}

.text-link span:last-child {
  transition: transform 160ms ease;
}

.text-link:hover span:last-child {
  transform: translateY(4px);
}

.hero-rail {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 5vw, 72px);
  bottom: 0;
  left: clamp(22px, 9vw, 150px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.hero-rail > div {
  min-height: 116px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 2px;
  align-content: center;
  padding: 20px 28px 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-rail > div + div {
  padding-left: 28px;
}

.hero-rail > div:last-child {
  border-right: 0;
}

.hero-rail span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.hero-rail strong {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 500;
}

.hero-rail small {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
}

.booking-band {
  padding: 110px max(22px, calc((100vw - var(--max)) / 2));
  background: var(--white);
}

.booking-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) 1.1fr;
  column-gap: 80px;
  align-items: end;
  margin-bottom: 44px;
}

.booking-intro .eyebrow {
  grid-column: 1;
}

.booking-intro h2 {
  grid-column: 1;
  margin: -4px 0 0;
}

.booking-intro > p:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.section-intro h2,
.section-heading h2,
.faq-intro h2,
.business-copy h2,
.contact-strip h2 {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.16;
}

.booking-shell {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #e6eef4;
}

.service-tab {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #506474;
  border: 0;
  border-right: 1px solid rgba(14, 42, 64, 0.1);
  background: transparent;
  font-weight: 750;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.service-tab:last-child {
  border-right: 0;
}

.service-tab:hover {
  color: var(--ink);
}

.service-tab.active {
  color: var(--white);
  background: var(--jade);
}

.tab-number {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.booking-form {
  padding: clamp(24px, 4vw, 54px);
  background: var(--white);
}

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

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

.field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field > span {
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--ink);
  border: 1px solid rgba(14, 42, 64, 0.24);
  border-radius: 0;
  outline: 0;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--jade);
  box-shadow: 0 0 0 3px rgba(23, 116, 186, 0.13);
}

.field-full {
  margin-top: 22px;
}

.custom-trip-hint {
  padding: 15px 17px;
  margin: 18px 0 0;
  color: var(--muted);
  background: var(--jade-light);
  border-left: 3px solid var(--coral);
  font-size: 12px;
}

.custom-trip-hint strong {
  color: var(--jade);
}

.field-span-2 {
  grid-column: span 2;
}

.form-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 38px 0 22px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.form-divider::after {
  height: 1px;
  flex: 1;
  content: "";
  background: var(--line);
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.button-submit {
  gap: 28px;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--coral);
}

.button-submit:hover {
  background: var(--coral-dark);
}

.services-section,
.process-section,
.faq-section {
  max-width: var(--max);
  padding: 120px 22px;
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
}

.section-heading > p {
  margin: 0 0 7px;
  color: var(--muted);
}

.service-story {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  margin: 0 0 130px;
}

.service-story.reverse {
  grid-template-columns: 0.88fr 1.12fr;
}

.service-story.reverse .service-image {
  order: 2;
}

.service-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--jade-light);
}

.service-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.service-story:hover .service-image img {
  transform: scale(1.035);
}

.image-index {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 14px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.service-kicker {
  margin: 0 0 14px;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service-copy h3 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: clamp(32px, 3.6vw, 52px);
  font-weight: 500;
  line-height: 1.15;
}

.service-copy > p:not(.service-kicker) {
  color: var(--muted);
  font-size: 16px;
}

.feature-list {
  padding: 0;
  margin: 28px 0 30px;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li {
  position: relative;
  padding: 13px 0 13px 26px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
}

.feature-list li::before {
  position: absolute;
  top: 21px;
  left: 2px;
  width: 8px;
  height: 2px;
  content: "";
  background: var(--coral);
}

.story-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 0 0 8px;
  color: var(--jade);
  border: 0;
  border-bottom: 2px solid var(--jade);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.story-link span:last-child {
  transition: transform 160ms ease;
}

.story-link:hover span:last-child {
  transform: translateX(5px);
}

.sponsor-section {
  background: var(--white);
}

.sponsor-feature {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
}

.sponsor-media {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--jade-light);
}

.sponsor-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 65%, rgba(14, 42, 64, 0.18));
  pointer-events: none;
}

.sponsor-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

.sponsor-disclosure {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 28px;
  padding: 9px 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-left: 4px solid var(--coral);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.sponsor-photo-credit {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 14px;
  padding: 6px 8px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(5, 21, 34, 0.58);
  font-size: 9px;
}

.sponsor-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 7vw, 110px);
  color: var(--white);
  background: var(--jade);
}

.sponsor-content .eyebrow {
  margin-bottom: 10px;
}

.sponsor-location {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.sponsor-content h2 {
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 500;
  line-height: 1.02;
}

.sponsor-content > p:not(.eyebrow, .sponsor-location, .sponsor-address, .sponsor-fineprint) {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.8;
}

.sponsor-address {
  margin: 28px 0 0;
  color: #f1cf8a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.sponsor-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.sponsor-transfer {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 0 0 8px;
  color: var(--white);
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.sponsor-transfer span:last-child {
  transition: transform 160ms ease;
}

.sponsor-transfer:hover span:last-child {
  transform: translateX(5px);
}

.sponsor-fineprint {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
}

.restaurant-profile {
  padding: 100px 22px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.restaurant-profile-inner {
  max-width: var(--max);
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 8vw, 115px);
  margin: 0 auto;
}

.restaurant-profile-intro h3 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: clamp(36px, 3.8vw, 54px);
  font-weight: 500;
  line-height: 1.14;
}

.restaurant-profile-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.restaurant-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.restaurant-profile-item {
  min-height: 245px;
  padding: 28px 30px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.restaurant-profile-item > span {
  display: block;
  margin-bottom: 32px;
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.restaurant-profile-item h4 {
  margin: 0 0 13px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.restaurant-profile-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.restaurant-profile-note {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.restaurant-profile-note p {
  max-width: 830px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.restaurant-profile-note a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 7px;
  color: var(--jade);
  border-bottom: 2px solid var(--jade);
  font-size: 13px;
  font-weight: 800;
}

.custom-itinerary {
  padding: 105px 22px;
  color: var(--white);
  background: var(--jade);
}

.custom-itinerary-inner {
  max-width: var(--max);
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(60px, 8vw, 115px);
  margin: 0 auto;
}

.custom-itinerary-intro {
  align-self: start;
}

.custom-itinerary-intro h3 {
  margin: 0 0 25px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 500;
  line-height: 1.12;
}

.custom-itinerary-intro > p:not(.eyebrow) {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.85;
}

.custom-itinerary-steps {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-itinerary-steps li {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 10px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-itinerary-steps li > span {
  color: #f1cf8a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.custom-itinerary-steps h4 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 22px;
  font-weight: 500;
}

.custom-itinerary-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.7;
}

.custom-route-examples {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.route-heading {
  grid-column: 1 / -1;
  padding: 17px 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.custom-route-examples article {
  min-height: 185px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.custom-route-examples h4 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 22px;
  font-weight: 500;
}

.custom-route-examples article p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.75;
}

.custom-itinerary-note {
  grid-column: 1 / -1;
  margin: -20px 0 0;
  color: rgba(255, 255, 255, 0.47);
  font-size: 10px;
}

.sponsor-editorial {
  max-width: var(--max);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  gap: clamp(70px, 9vw, 130px);
  padding: 105px 22px 120px;
  margin: 0 auto;
}

.dining-story h3 {
  max-width: 680px;
  margin: 0 0 28px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.15;
}

.dining-story > p:not(.eyebrow, .editorial-note) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.editorial-note {
  max-width: 650px;
  padding-top: 18px;
  margin: 26px 0 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 10px;
}

.landmark-heading {
  margin: 0 0 14px;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.nearby-landmarks {
  align-self: end;
}

.landmark-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 6px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.landmark-item:last-child {
  border-bottom: 1px solid var(--line);
}

.landmark-item > span {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.landmark-item strong {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 21px;
  font-weight: 500;
}

.landmark-item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.business-section {
  color: var(--white);
  background: var(--jade);
}

.business-inner {
  max-width: var(--max);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(70px, 10vw, 140px);
  align-items: center;
  padding: 120px 22px;
  margin: 0 auto;
}

.business-copy h2 {
  max-width: 650px;
  margin: 0 0 28px;
}

.business-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.72);
}

.button-light {
  color: var(--jade);
  background: var(--white);
}

.button-light:hover {
  color: var(--white);
  background: var(--coral);
}

.business-points > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.business-points > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.business-points span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.business-points strong {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 23px;
  font-weight: 500;
}

.business-points p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.section-heading.compact {
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
  border-top: 1px solid var(--line);
}

.process-list li {
  min-height: 260px;
  padding: 38px 40px 30px 0;
  border-right: 1px solid var(--line);
}

.process-list li + li {
  padding-left: 40px;
}

.process-list li:last-child {
  border-right: 0;
}

.process-number {
  color: var(--coral-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.process-list h3 {
  margin: 55px 0 12px;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 28px;
  font-weight: 500;
}

.process-list p {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(60px, 9vw, 130px);
  padding-top: 50px;
}

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

.faq-intro h2 {
  margin: 0 0 24px;
}

.faq-intro > p:last-child {
  color: var(--muted);
}

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

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

.faq-list summary {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  font-size: 17px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

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

.faq-plus {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--jade);
  font-size: 20px;
  font-weight: 400;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] .faq-plus {
  background: var(--coral);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 700px;
  padding: 0 55px 26px 0;
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 115px 22px;
  color: var(--white);
  text-align: center;
  background: var(--coral);
}

.contact-strip .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.contact-strip h2 {
  max-width: 880px;
  margin: 0 0 35px;
}

.company-contact {
  width: min(var(--max), 100%);
  display: grid;
  grid-template-columns: 0.9fr 0.8fr 1.65fr 0.85fr;
  margin-top: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  font-style: normal;
  text-align: left;
}

.company-contact > div {
  min-width: 0;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.company-contact > div > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.company-contact a,
.company-contact p {
  margin: 0;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.company-contact a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr 0.55fr 1.2fr;
  gap: 70px;
  padding: 76px max(22px, calc((100vw - var(--max)) / 2)) 36px;
  color: rgba(255, 255, 255, 0.72);
  background: #07141e;
}

.brand-footer {
  position: static;
  width: fit-content;
  padding: 8px 12px;
  box-shadow: none;
  transform: none;
}

.brand-footer .brand-logo {
  width: 190px;
  height: 72px;
}

.footer-brand p {
  max-width: 360px;
  margin: 22px 0 0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}

.footer-links strong {
  margin-bottom: 7px;
  color: var(--white);
}

.footer-links a:hover {
  color: var(--white);
}

.footer-address {
  max-width: 360px;
  line-height: 1.65;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 10px;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  width: min(440px, calc(100vw - 44px));
  display: grid;
  grid-template-columns: 36px 1fr 28px;
  gap: 14px;
  padding: 20px;
  color: var(--white);
  background: var(--jade);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.toast-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--jade);
  background: var(--white);
  border-radius: 50%;
  font-weight: 900;
}

.toast strong {
  font-size: 14px;
}

.toast p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.toast-close {
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--white);
  border: 0;
  background: transparent;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1020px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    width: 28px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .menu-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    color: var(--white);
    background: var(--jade);
    font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
    font-size: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .mobile-menu.open {
    z-index: 45;
    opacity: 1;
    pointer-events: auto;
  }

  .site-header.scrolled .mobile-menu {
    color: var(--white);
  }

  .hero-content {
    margin-left: 7vw;
  }

  .hero-rail {
    left: 7vw;
  }

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

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

  .form-grid-contact .field:last-child {
    grid-column: span 2;
  }

  .service-image,
  .service-image img {
    min-height: 480px;
  }

  .sponsor-feature {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .sponsor-media {
    min-height: 620px;
  }

  .sponsor-content {
    padding: 80px 7vw;
  }

  .sponsor-editorial {
    grid-template-columns: 1fr;
  }

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

  .restaurant-profile-inner {
    grid-template-columns: 1fr;
  }

  .restaurant-profile-note {
    grid-column: 1;
  }

  .custom-itinerary-inner {
    grid-template-columns: 1fr;
  }

  .custom-route-examples,
  .custom-itinerary-note {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .footer-links:nth-of-type(2) {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 74px;
    padding: 0 18px;
  }

  .brand-mark {
    display: none;
  }

  .brand {
    left: 18px;
    padding: 4px 7px;
  }

  .brand-logo {
    width: 118px;
    height: 52px;
  }

  .header-cta {
    display: none;
  }

  .header-actions {
    gap: 12px;
  }

  .hero {
    min-height: 800px;
    height: 100svh;
    background-position: 56% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 21, 34, 0.9) 0%, rgba(8, 37, 58, 0.58) 100%),
      linear-gradient(0deg, rgba(5, 21, 34, 0.88) 0%, transparent 52%);
  }

  .hero-content {
    width: auto;
    padding-top: 128px;
    padding-bottom: 132px;
    margin: 0 20px;
  }

  .hero h1 {
    font-size: clamp(40px, 10vw, 50px);
  }

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

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }

  .hero-rail {
    right: 20px;
    left: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-rail > div {
    min-height: 88px;
    grid-template-columns: 1fr;
    padding: 15px 8px 14px 0;
  }

  .hero-rail > div + div {
    padding-left: 12px;
  }

  .hero-rail span {
    grid-row: auto;
    font-size: 9px;
  }

  .hero-rail strong {
    margin-top: 4px;
    font-size: 14px;
  }

  .hero-rail small {
    display: none;
  }

  .booking-band {
    padding: 78px 16px;
  }

  .booking-intro {
    display: block;
    margin-bottom: 30px;
  }

  .booking-intro h2 {
    margin: 0 0 20px;
  }

  .booking-intro > p:last-child {
    margin: 0;
  }

  .section-intro h2,
  .section-heading h2,
  .faq-intro h2,
  .business-copy h2,
  .contact-strip h2 {
    font-size: 36px;
  }

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

  .restaurant-profile {
    padding: 78px 18px;
  }

  .restaurant-profile-inner {
    gap: 42px;
  }

  .restaurant-profile-grid {
    grid-template-columns: 1fr;
  }

  .restaurant-profile-item {
    min-height: 0;
    padding: 24px;
  }

  .restaurant-profile-item > span {
    margin-bottom: 22px;
  }

  .restaurant-profile-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .custom-itinerary {
    padding: 82px 18px;
  }

  .custom-itinerary-inner {
    gap: 48px;
  }

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

  .route-heading {
    grid-column: 1;
  }

  .custom-route-examples article {
    min-height: 0;
    padding: 24px;
  }

  .custom-itinerary-note {
    margin-top: -18px;
  }

  .service-tab {
    min-height: 68px;
    flex-direction: column;
    gap: 2px;
    padding: 8px 4px;
    font-size: 12px;
  }

  .booking-form {
    padding: 24px 18px;
  }

  .form-grid,
  .form-grid-contact {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .form-grid-contact .field:last-child,
  .field-span-2 {
    grid-column: auto;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button-submit {
    width: 100%;
  }

  .services-section,
  .process-section,
  .faq-section {
    padding: 84px 18px;
  }

  .section-heading {
    display: block;
    margin-bottom: 44px;
  }

  .section-heading > p {
    margin-top: 20px;
  }

  .service-story,
  .service-story.reverse {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-bottom: 90px;
  }

  .service-story.reverse .service-image {
    order: 0;
  }

  .service-image,
  .service-image img {
    width: 100%;
    min-height: 410px;
  }

  .service-copy h3 {
    font-size: 36px;
  }

  .business-inner {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 84px 18px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .sponsor-media {
    min-height: 480px;
  }

  .sponsor-disclosure {
    top: 18px;
    left: 18px;
  }

  .sponsor-content {
    padding: 68px 20px;
  }

  .sponsor-content h2 {
    font-size: 50px;
  }

  .sponsor-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .sponsor-editorial {
    gap: 62px;
    padding: 82px 18px 90px;
  }

  .process-list li,
  .process-list li + li {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-list h3 {
    margin: 26px 0 8px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 30px;
  }

  .faq-intro {
    position: static;
  }

  .faq-list summary {
    font-size: 15px;
  }

  .contact-strip {
    padding: 82px 18px;
  }

  .company-contact {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .company-contact > div {
    padding: 21px 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 62px 22px 28px;
  }

  .footer-links:nth-of-type(2) {
    grid-column: auto;
  }

  .footer-bottom {
    grid-column: auto;
    flex-direction: column;
    gap: 10px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
