:root {
  color-scheme: dark;
  --surface: #310f18;
  --ivory: #f7eedf;
  --copy: #dfcec6;
  --muted: #c6b2a3;
  --champagne: #d8b77c;
  --line: rgba(216, 183, 124, 0.28);
  --photo-shade: 24, 12, 14;
  --serif: "Cormorant Garamond", "Noto Serif SC", Georgia, serif;
  --sans: "Jost", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --script: "Allura", "Cormorant Garamond", Georgia, cursive;
  --gutter: clamp(1.5rem, 6vw, 7rem);
  --space: clamp(5rem, 8vw, 8rem);
  --width: 78rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; background: var(--surface); }
body { margin: 0; background: var(--surface); color: var(--ivory); font-family: var(--sans); font-size: 1.125rem; font-weight: 400; line-height: 1.8; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--champagne); outline-offset: 5px; }
::selection { background: var(--champagne); color: var(--surface); }

/* Photography and centered type establish the first screen. */
.private-header { position: absolute; z-index: 5; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem var(--gutter); }
.private-logo { width: 11rem; height: 5.5rem; object-fit: contain; object-position: left center; }
.private-logo, .private-footer img { mix-blend-mode: screen; }
.language-switch { min-width: 6rem; min-height: 2.75rem; padding: 0.65rem 1rem; border: 1px solid rgba(247,238,223,0.6); border-radius: 0; background: rgba(49,15,24,0.24); color: var(--ivory); font-family: var(--sans); font-size: 0.875rem; font-weight: 400; letter-spacing: 0.06em; transition: background 180ms ease, color 180ms ease; }
.language-switch:hover { background: var(--ivory); color: var(--surface); }
.hero { position: relative; isolation: isolate; display: flex; min-height: 100vh; min-height: 100svh; align-items: center; justify-content: center; padding: 9.5rem var(--gutter) 6rem; background: url("hawaii-coast.jpg") center 43% / cover no-repeat; text-align: center; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(var(--photo-shade),0.42) 0%, rgba(var(--photo-shade),0.38) 52%, rgba(var(--photo-shade),0.5) 82%, var(--surface) 100%); }
.hero-inner { width: min(58rem, 100%); margin-inline: auto; }
.eyebrow { margin-bottom: 1.5rem; color: var(--champagne); font-family: var(--sans); font-size: 0.8125rem; font-weight: 400; letter-spacing: 0.17em; line-height: 1.7; text-transform: uppercase; }
.hero .eyebrow { color: var(--ivory); }
h1 { margin: 0 auto 1.75rem; color: var(--ivory); font-size: clamp(4rem, 8.5vw, 8rem); font-weight: 400; letter-spacing: -0.035em; line-height: 0.98; text-shadow: 0 2px 24px rgba(0,0,0,0.18); }
h1 span:last-child { display: block; }
h1 em { font-size: 0.6em; font-style: normal; font-weight: 400; }
.hero-date { margin-bottom: 1.25rem; color: var(--ivory); font-size: 0.9375rem; letter-spacing: 0.13em; line-height: 1.7; }
.hero-copy { max-width: 42rem; margin: 0 auto; color: var(--ivory); font-size: clamp(1.125rem, 1.55vw, 1.4rem); line-height: 1.7; text-wrap: pretty; }
.hero-signature { margin: 1.25rem auto 1.75rem; color: var(--ivory); font-family: var(--script); font-size: clamp(2.25rem, 4.4vw, 4.25rem); font-weight: 400; line-height: 1.2; }
.hero-actions { display: flex; flex-direction: column; align-items: center; gap: 1.15rem; }
.primary-button { display: inline-flex; min-height: 3.4rem; max-width: 100%; align-items: center; justify-content: center; padding: 1rem 1.8rem; border: 1px solid var(--champagne); border-radius: 0; background: transparent; color: var(--ivory); font-family: var(--sans); font-size: 0.875rem; font-weight: 400; letter-spacing: 0.1em; line-height: 1.6; text-align: center; text-transform: uppercase; transition: background 180ms ease, color 180ms ease; }
.primary-button:hover { background: var(--champagne); color: var(--surface); }
.hero .primary-button { border-color: rgba(247,238,223,0.8); background: rgba(49,15,24,0.2); }
.hero .primary-button:hover { background: var(--ivory); color: var(--surface); }
.availability, .limited-note { color: var(--champagne); font-size: 0.8125rem; letter-spacing: 0.09em; line-height: 1.7; text-transform: uppercase; }
.hero .availability { color: var(--ivory); }

/* One continuous surface, with fine rules instead of colored panels. */
.hero-details { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: min(var(--width),calc(100% - var(--gutter)*2)); margin: 0 auto; padding-block: 2rem; border-bottom: 1px solid var(--line); text-align: center; }
.hero-details > div { min-width: 0; padding: 0.5rem 1rem; }
.hero-details > div + div { border-left: 1px solid var(--line); }
.hero-details strong { display: block; font-family: var(--serif); font-size: 2.75rem; font-weight: 400; line-height: 1.1; }
.hero-details span { display: block; margin-top: 0.5rem; color: var(--muted); font-size: 0.75rem; letter-spacing: 0.1em; line-height: 1.6; }
.date-ribbon { display: flex; width: min(var(--width),calc(100% - var(--gutter)*2)); margin: 0 auto; padding: 1.75rem 0; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem 2rem; color: var(--muted); font-size: 0.75rem; letter-spacing: 0.08em; line-height: 1.7; }
.date-ribbon > div { display: flex; align-items: center; gap: 1rem; }
.date-ribbon strong { color: var(--ivory); font-size: 0.9375rem; font-weight: 400; }
.date-ribbon b { font-weight: 400; }
.date-ribbon i { font-style: normal; }
.section, .private-evening-section { position: relative; padding: var(--space) var(--gutter); }
.opening-grid, .destination-title, .estate-story, .host-feature, .image-strip, .private-evening-inner, .la-intro, .la-event, .center-heading, .itinerary-grid, .information-layout, .application-layout, .experience-visual, .la-city-visual { width: min(var(--width),100%); margin-inline: auto; }
.section-heading h2, .destination-title h2, .route-head h2, .la-intro h2, .center-heading h2, .application-summary h2, .private-evening-inner h2 { color: var(--ivory); font-size: clamp(2.7rem,4.4vw,4.8rem); font-weight: 400; letter-spacing: -0.025em; line-height: 1.12; text-wrap: pretty; }
.opening-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.lead-copy p, .estate-copy p, .private-copy p { color: var(--copy); font-size: 1.125rem; line-height: 1.85; }
.lead-copy p + p, .estate-copy p + p, .private-copy p + p { margin-top: 1.35rem; }

/* Destination copy sits over one shared sunset photograph. */
.route-section { padding: 1.5rem var(--gutter) var(--space); }
.route-head { width: min(50rem,100%); margin: 0 auto 3.5rem; text-align: center; }
.route-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1.75rem,4vw,4rem); max-width: var(--width); margin: 0 auto; }
.route-card { position: relative; min-width: 0; padding-bottom: 0.75rem; }
.route-image { width: 100%; height: clamp(22rem,33vw,32rem); object-fit: cover; object-position: center 43%; margin-bottom: 1.75rem; }
.la-card .route-image { object-position: 65% center; }
.route-number { display: none; }
.route-dates { color: var(--champagne); font-size: 0.8125rem; letter-spacing: 0.12em; line-height: 1.7; margin-bottom: 0.75rem; }
.route-card h3 { color: var(--ivory); font-size: clamp(2.7rem,4.5vw,4.5rem); line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 1rem; }
.route-card > p:not(.route-dates) { max-width: 30rem; color: var(--copy); font-size: 1rem; line-height: 1.8; }
.route-card a { display: inline-block; margin-top: 1.5rem; padding: 0.3rem 0; border-bottom: 1px solid var(--line); color: var(--champagne); font-size: 0.8125rem; letter-spacing: 0.08em; line-height: 1.7; }
.route-card a:hover { border-color: var(--champagne); }
.hawaii-section { padding-top: 0; }
.destination-title { max-width: 55rem; margin-bottom: 4rem; text-align: center; }
.estate-story { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(3rem,6vw,6rem); align-items: center; }
.estate-story > *, .opening-grid > *, .information-layout > *, .application-layout > * { min-width: 0; }
.estate-main img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; }
.host-feature { display: grid; grid-template-columns: minmax(12rem,0.45fr) minmax(0,1fr); gap: clamp(2.5rem,6vw,6rem); margin-top: var(--space); padding-block: 3.5rem; border-block: 1px solid var(--line); }
.host-label { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem; }
.host-label span { color: var(--champagne); font-size: 0.8125rem; letter-spacing: 0.13em; }
.host-label b { color: var(--muted); font-size: 0.875rem; font-weight: 400; line-height: 1.7; }
.host-feature h3, .la-event-copy h3 { margin-bottom: 1.5rem; font-size: clamp(2.25rem,3.3vw,3.4rem); font-weight: 400; line-height: 1.2; letter-spacing: -0.02em; }
.host-feature p { color: var(--copy); font-size: 1.125rem; line-height: 1.85; }
.image-strip { margin-top: var(--space); }
.image-strip img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center 50%; }
.image-strip > div { max-width: 55rem; padding: 3rem 1rem 0; margin: 0 auto; text-align: center; }
.image-strip blockquote { color: var(--ivory); font-family: var(--serif); font-size: clamp(2.25rem,3.6vw,3.75rem); font-weight: 400; line-height: 1.3; letter-spacing: -0.01em; }
.private-evening-section { padding-top: 0; }
.private-evening-inner { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.experience-visual { margin-top: 4rem; }
.experience-visual img, .la-city-visual img { width: 100%; height: auto; object-fit: cover; }
.experience-visual figcaption, .la-city-visual figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem 2rem; padding: 1rem 0 0; color: var(--champagne); font-size: 0.75rem; letter-spacing: 0.1em; line-height: 1.7; }
.experience-visual figcaption small, .la-city-visual figcaption small { color: var(--muted); font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.03em; }
.la-section { padding-top: 0; }
.la-intro { max-width: 54rem; margin-bottom: 3.5rem; text-align: center; }
.la-intro > p:last-child { color: var(--copy); font-size: 1.125rem; line-height: 1.85; margin: 2rem auto 0; max-width: 46rem; }
.la-city-visual { margin-bottom: 4rem; }
.la-event { display: grid; grid-template-columns: minmax(8rem,0.28fr) minmax(0,1fr); gap: clamp(2.5rem,7vw,7rem); padding-block: 3.5rem; border-block: 1px solid var(--line); }
.la-event-date { display: flex; flex-direction: column; align-items: flex-start; color: var(--champagne); }
.la-event-date span, .la-event-date small { font-size: 0.8125rem; font-weight: 400; letter-spacing: 0.13em; line-height: 1.7; }
.la-event-date strong { margin: 0.5rem 0; color: var(--ivory); font-family: var(--serif); font-size: 6rem; font-weight: 400; line-height: 1; }
.la-event-copy > p:not(.eyebrow) { color: var(--copy); font-size: 1.125rem; line-height: 1.85; }
.industry-list { display: flex; flex-wrap: wrap; gap: 0.75rem 1.75rem; margin-top: 2rem; }
.industry-list span { color: var(--champagne); font-size: 0.8125rem; letter-spacing: 0.08em; line-height: 1.7; }

/* Text remains in normal flow above each photograph, including on mobile. */
.photo-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(var(--width), 100%);
  margin-inline: auto;
}
.photo-panel > .photo-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-panel::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
.journey-photo { min-height: 64rem; }
.journey-photo > .photo-backdrop { object-position: center 50%; }
.journey-photo::before {
  background: linear-gradient(180deg, rgba(var(--photo-shade),0.72) 0%, rgba(var(--photo-shade),0.58) 29%, rgba(var(--photo-shade),0.16) 48%, rgba(var(--photo-shade),0.74) 69%, rgba(var(--photo-shade),0.9) 100%);
}
.journey-photo-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  padding: clamp(3rem, 5vw, 5rem);
  flex-direction: column;
  gap: 7rem;
}
.journey-photo .route-head { width: min(50rem, 100%); margin-bottom: 0; }
.journey-photo .route-head > .eyebrow:first-child { color: var(--ivory); }
.journey-photo .journey-mood { margin: 1.75rem 0 0.6rem; font-size: 0.75rem; }
.journey-quote {
  max-width: 40rem;
  margin-inline: auto;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.1vw, 2.15rem);
  line-height: 1.5;
}
.journey-photo .route-grid {
  width: 100%;
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(247,238,223,0.4);
}
.journey-photo .route-card { padding: 0; }
.journey-photo .route-card > p:not(.route-dates) { color: var(--ivory); }
.journey-photo .route-card a { min-height: 2.75rem; font-size: 0.875rem; }
.journey-photo .route-dates { font-size: 0.875rem; }
.hawaii-photo {
  display: flex;
  min-height: 64rem;
  align-items: center;
  padding: clamp(3rem, 5vw, 5rem);
}
.hawaii-photo > .photo-backdrop { object-position: 42% center; }
.hawaii-photo::before {
  background: linear-gradient(90deg, rgba(var(--photo-shade),0.08) 0%, rgba(var(--photo-shade),0.2) 28%, rgba(var(--photo-shade),0.83) 50%, rgba(var(--photo-shade),0.88) 100%);
}
.hawaii-photo-content {
  position: relative;
  z-index: 2;
  width: min(34rem, 54%);
  margin-left: auto;
}
.hawaii-photo .destination-title { width: 100%; margin-bottom: 2rem; text-align: left; }
.hawaii-photo .destination-title h2 { font-size: clamp(2.5rem, 3.7vw, 4rem); }
.hawaii-photo .estate-copy p { color: var(--ivory); font-size: 1.125rem; line-height: 1.85; }
html[lang="zh-CN"] .hawaii-photo .destination-title h2 { font-size: clamp(2rem, 2.8vw, 3rem); }
html[lang="zh-CN"] .journey-quote { font-size: clamp(1.375rem, 1.9vw, 1.85rem); line-height: 1.75; }

/* A quiet gilded surround; the complete artwork remains free of added copy. */
.la-keyhole {
  position: relative;
  isolation: isolate;
  width: min(48rem, 100%);
  margin: 0 auto 4.5rem;
  padding: clamp(2rem, 4vw, 3rem) clamp(0.75rem, 1.8vw, 1.5rem);
  perspective: 1400px;
}
.la-keyhole::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(ellipse at var(--light-x, 50%) var(--light-y, 35%), rgba(196, 139, 65, 0.2), rgba(196, 139, 65, 0.045) 55%, transparent 76%);
  pointer-events: none;
}
.keyhole-frame {
  position: relative;
  padding: clamp(0.75rem, 2.3vw, 1.75rem);
  border: 1px solid rgba(216, 183, 124, 0.6);
  background: radial-gradient(ellipse at var(--light-x, 50%) var(--light-y, 35%), rgba(216, 183, 124, 0.18), rgba(216, 183, 124, 0.025) 68%), var(--surface);
  box-shadow: 0 1.25rem 3.5rem rgba(16, 4, 8, 0.3), 0 0 2rem rgba(196, 139, 65, 0.05);
  transition: transform 650ms ease, box-shadow 650ms ease;
}
.keyhole-frame::before,
.keyhole-frame::after {
  content: "";
  position: absolute;
  border: 1px solid var(--line);
  pointer-events: none;
}
.keyhole-frame::before { inset: -0.6rem; }
.keyhole-frame::after { inset: clamp(0.3rem, 0.9vw, 0.65rem); }
.keyhole-ornament {
  position: absolute;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--champagne);
  background: var(--surface);
  transform: translateX(-50%) rotate(45deg);
  pointer-events: none;
}
.keyhole-ornament-top { top: -0.85rem; }
.keyhole-ornament-bottom { bottom: -0.85rem; }
.la-keyhole img { display: block; width: 100%; height: auto; object-fit: contain; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .keyhole-frame { transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
  .la-keyhole.is-active .keyhole-frame {
    box-shadow: 0 1.5rem 4rem rgba(16, 4, 8, 0.35), 0 0 2.75rem rgba(196, 139, 65, 0.12);
    transition: transform 240ms ease-out, box-shadow 650ms ease;
  }
}

/* Practical information follows the same typography and surface. */
.itinerary-section { padding-top: 0; }
.center-heading { max-width: 55rem; margin-bottom: 3.5rem; text-align: center; }
.itinerary-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid var(--line); }
.itinerary-grid article { min-width: 0; padding: 2rem 1.5rem; border-bottom: 1px solid var(--line); }
.itinerary-grid article + article { border-left: 1px solid var(--line); }
.itinerary-grid span { color: var(--champagne); font-size: 0.8125rem; letter-spacing: 0.1em; }
.itinerary-grid h3 { margin: 1.5rem 0 1rem; color: var(--ivory); font-size: 1.875rem; font-weight: 400; line-height: 1.2; }
.itinerary-grid p { color: var(--copy); font-size: 1rem; line-height: 1.8; }
.departure-note { margin-top: 1.75rem; color: var(--muted); font-size: 0.8125rem; letter-spacing: 0.08em; text-align: center; }
.information-section { padding-top: 0; }
.information-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem,7vw,7rem); }
.information-list { border-top: 1px solid var(--line); }
.information-list > div { display: grid; grid-template-columns: minmax(8rem,0.4fr) minmax(0,1fr); gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.information-list dt { color: var(--champagne); font-size: 0.8125rem; font-weight: 400; letter-spacing: 0.07em; line-height: 1.7; }
.information-list dd { color: var(--copy); font-size: 1.0625rem; line-height: 1.8; }
.application-section { padding-top: 0; }
.application-layout { display: grid; grid-template-columns: 0.8fr 1.1fr; gap: clamp(3rem,7vw,7rem); align-items: start; border-top: 1px solid var(--line); padding-top: var(--space); }
.application-summary > p:not(.eyebrow):not(.limited-note) { color: var(--copy); font-size: 1.125rem; line-height: 1.85; }
.price-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.75rem 1.25rem; margin: 2rem 0; }
.price-line strong { color: var(--ivory); font-family: var(--serif); font-size: clamp(3rem,5.5vw,5.5rem); font-weight: 400; letter-spacing: -0.025em; line-height: 1; }
.price-line span { color: var(--muted); font-size: 0.75rem; letter-spacing: 0.09em; }
.limited-note { margin-top: 1.75rem; }
.application-form { display: grid; gap: 1.75rem; padding-left: clamp(0rem,3vw,3rem); }
.field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.75rem; }
.application-form label:not(.consent) { display: grid; gap: 0.65rem; min-width: 0; }
.application-form label > span { color: var(--champagne); font-family: var(--sans); font-size: 0.875rem; font-weight: 400; letter-spacing: 0.04em; line-height: 1.7; }
.application-form input:not([type="hidden"]):not([type="checkbox"]), .application-form textarea { display: block; width: 100%; min-width: 0; min-height: 2.75rem; padding: 0.65rem 0.3rem; border: 0; border-bottom: 1px solid rgba(216,183,124,0.5); border-radius: 0; background: transparent; color: var(--ivory); font-size: 1.125rem; line-height: 1.7; }
.application-form textarea { min-height: 8rem; resize: vertical; }
.application-form input:focus-visible, .application-form textarea:focus-visible { outline-offset: 3px; }
.consent { display: grid; grid-template-columns: 1.25rem minmax(0,1fr); gap: 0.85rem; align-items: start; }
.consent input { width: 1.125rem; height: 1.125rem; margin: 0.3rem 0 0; accent-color: var(--champagne); }
.application-form .consent > span { color: var(--copy); font-size: 0.875rem; letter-spacing: 0; line-height: 1.7; }
.application-form .primary-button { justify-self: start; }
.form-note { color: var(--muted); font-size: 0.875rem; line-height: 1.7; }
.private-footer { display: grid; grid-template-columns: 9rem 1fr auto; gap: 2rem; align-items: center; padding: 2rem var(--gutter); border-top: 1px solid var(--line); }
.private-footer img { width: 9rem; height: 4.5rem; object-fit: contain; object-position: left center; }
.private-footer p { color: var(--ivory); font-family: var(--serif); font-size: 1.625rem; line-height: 1.4; }
.private-footer div > span { color: var(--champagne); font-family: var(--serif); font-size: 1.125rem; font-style: italic; }
.private-footer small { color: var(--muted); font-size: 0.75rem; line-height: 1.7; }

/* Readable without JavaScript, with optional subtle entrance motion. */
.reveal { opacity: 1; }
.js-reveal .reveal { opacity: 0; transform: translateY(1rem); transition: opacity 650ms ease, transform 650ms ease; }
.js-reveal .reveal.is-visible { opacity: 1; transform: none; }
html[lang="zh-CN"] h2 { font-size: clamp(2rem,3.3vw,3.5rem); letter-spacing: 0.015em; line-height: 1.55; }
html[lang="zh-CN"] .host-feature h3, html[lang="zh-CN"] .la-event-copy h3 { font-size: clamp(1.75rem,2.5vw,2.6rem); line-height: 1.6; letter-spacing: 0.01em; }
html[lang="zh-CN"] .itinerary-grid h3 { font-size: 1.5rem; line-height: 1.5; }
html[lang="zh-CN"] .image-strip blockquote { font-size: clamp(1.75rem,2.7vw,2.8rem); line-height: 1.65; }

@media (min-width: 1100px) {
  .opening-section { padding-top: 6rem; }
  .hero { padding-bottom: 7.5rem; }
}
@media (max-width: 1100px) {
  .hawaii-photo-content { width: min(34rem, 65%); }
  .hawaii-photo::before { background: linear-gradient(90deg, rgba(var(--photo-shade),0.16), rgba(var(--photo-shade),0.84) 38%, rgba(var(--photo-shade),0.88)); }
  .opening-grid, .estate-story, .private-evening-inner, .information-layout, .application-layout { grid-template-columns: 1fr; gap: 2.75rem; }
  .opening-grid .section-heading, .private-evening-inner > div:first-child, .information-layout .section-heading, .application-summary { max-width: 48rem; }
  .estate-main { max-width: 48rem; width: 100%; margin: 0 auto; }
  .estate-main img { aspect-ratio: 5/4; object-position: center 43%; }
  .itinerary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .itinerary-grid article:nth-child(odd) { border-left: 0; }
  .itinerary-grid article:last-child { grid-column: 1/-1; }
  .application-form { padding-left: 0; }
  .date-ribbon { justify-content: center; text-align: center; }
  .private-footer { grid-template-columns: 9rem 1fr; }
  .private-footer small { grid-column: 1/-1; text-align: center; }
}
@media (max-width: 760px) {
  :root { --gutter: 1.5rem; --space: 4.5rem; }
  .private-header { padding-top: 0.75rem; }
  .private-logo { width: 8.75rem; height: 4.4rem; }
  .language-switch { min-width: 5.75rem; padding: 0.55rem 0.8rem; }
  .hero { padding: 8.25rem 1.5rem 5rem; background-position: center 46%; }
  .hero .eyebrow { font-size: 0.75rem; letter-spacing: 0.12em; margin-bottom: 1.75rem; }
  h1 { font-size: clamp(3.6rem,13vw,6rem); line-height: 1.02; }
  .hero-copy { max-width: 30rem; font-size: 1.0625rem; line-height: 1.85; }
  .hero-signature { font-size: clamp(2.25rem,7.8vw,3.4rem); margin-block: 1.5rem 1.75rem; }
  .hero-date { font-size: 0.875rem; letter-spacing: 0.08em; }
  .hero-details { grid-template-columns: repeat(2,minmax(0,1fr)); padding-block: 1rem; }
  .hero-details > div { padding-block: 1.25rem; }
  .hero-details > div:nth-child(3) { border-left: 0; }
  .hero-details > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .date-ribbon { gap: 0.7rem; flex-direction: column; }
  .route-section { padding-top: 0; }
  .route-head { margin-bottom: 2.75rem; }
  .route-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .route-image { height: auto; aspect-ratio: 4/5; object-position: center 45%; }
  .la-card .route-image { aspect-ratio: 4/3; }
  .route-card h3 { font-size: 3.25rem; }
  .journey-photo { min-height: 58rem; }
  .journey-photo-content { padding: 3rem 1.5rem; gap: 5rem; }
  .journey-photo::before { background: linear-gradient(180deg, rgba(var(--photo-shade),0.7), rgba(var(--photo-shade),0.52) 35%, rgba(var(--photo-shade),0.85) 59%, rgba(var(--photo-shade),0.92)); }
  .journey-photo .route-head h2 { font-size: 2.75rem; line-height: 1.15; }
  .journey-photo .route-grid { gap: 2.5rem; }
  .journey-photo .route-card h3 { font-size: 2.75rem; }
  .hawaii-photo { min-height: 0; padding: 18rem 1.5rem 3rem; }
  .hawaii-photo-content { width: 100%; }
  .hawaii-photo > .photo-backdrop { object-position: 47% center; }
  .hawaii-photo::before { background: linear-gradient(180deg, rgba(var(--photo-shade),0.12), rgba(var(--photo-shade),0.26) 13%, rgba(var(--photo-shade),0.86) 27%, rgba(var(--photo-shade),0.9)); }
  .hawaii-photo .estate-copy p { font-size: 1rem; }
  .la-keyhole { margin-bottom: 3rem; }
  .host-feature { grid-template-columns: 1fr; gap: 2rem; padding-block: 2.5rem; }
  .destination-title { margin-bottom: 2.75rem; }
  .estate-main img { aspect-ratio: 4/5; }
  .image-strip img { aspect-ratio: 4/5; object-position: center; }
  .image-strip > div { padding: 2rem 0 0; }
  .la-event { grid-template-columns: 1fr; gap: 2rem; padding-block: 2.5rem; }
  .la-event-date { flex-direction: row; align-items: baseline; gap: 1rem; }
  .la-event-date strong { margin: 0; font-size: 4rem; }
  .industry-list { gap: 0.75rem 1.25rem; }
  .experience-visual figcaption, .la-city-visual figcaption { flex-direction: column; gap: 0.2rem; }
  .information-list > div { grid-template-columns: 1fr; gap: 0.5rem; }
  .private-footer { grid-template-columns: 1fr; justify-items: center; gap: 1rem; text-align: center; }
  .private-footer img { object-position: center; }
  .private-footer small { grid-column: auto; }
}
@media (max-width: 480px) {
  .field-row { grid-template-columns: 1fr; }
  .itinerary-grid { grid-template-columns: 1fr; }
  .itinerary-grid article { padding: 1.75rem 0; }
  .itinerary-grid article + article { border-left: 0; }
  .itinerary-grid h3 { margin-top: 0.85rem; }
  .itinerary-grid article:last-child { grid-column: auto; }
  .primary-button { width: 100%; }
  .hero .primary-button { width: auto; min-width: min(15rem,100%); }
  .application-form .primary-button { justify-self: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js-reveal .reveal { opacity: 1; transform: none; }
}
