/* Approved mobile composition. Desktop geometry remains in hero.css. */
.hero-title-accent { font: inherit; color: inherit; }
.story-mobile-image, .service-mobile-image { display: none; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--showcase-clay);
  outline-offset: 4px;
}
.home-hero-cta, .book-button, .preview-button { cursor: pointer; }
.content-preview {
  width: min(560px, calc(100% - 32px));
  max-height: calc(100svh - 48px);
  padding: 42px 28px 28px;
  color: var(--showcase-ink);
  background: var(--showcase-ivory);
  border: 1px solid var(--showcase-line);
  border-radius: 12px;
}
.content-preview::backdrop { background: rgb(23 32 38 / .5); }
.preview-close {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 28px;
  cursor: pointer;
}
.content-preview .page-heading { min-height: 0; }
.content-preview .page-heading h3 { font-size: 34px; white-space: normal; }
.content-preview .page-subtitle { white-space: normal; }
.content-preview .service-details p { font-size: 15px; }
.content-preview .itinerary-card {
  position: static;
  width: 100%;
  height: auto;
  padding: 12px;
  box-shadow: none;
  transform: none;
}
.content-preview .itinerary-card h3 { font-size: 27px; }
.content-preview .timeline li { min-height: 78px; }
.content-preview .timeline strong { font-size: 20px; }
.content-preview .timeline small { font-size: 13px; }
.content-preview .timeline time { font-size: 14px; }

/* The existing desktop navigation becomes the mobile disclosure, without copies. */
@media (max-width: 900px) {
  .mobile-menu { cursor: pointer; }
  .preview-nav.is-open {
    position: absolute;
    top: 100%;
    inset-inline: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 20px;
    background: var(--showcase-ivory);
    border-bottom: 1px solid var(--showcase-line);
    box-shadow: 0 8px 12px rgb(23 32 38 / .08);
    white-space: normal;
  }
  .preview-nav.is-open > * { display: flex; align-items: center; min-height: 44px; padding: 10px 0; }
  .preview-nav.is-open > span { opacity: .65; }
  .preview-nav.is-open a::after { display: none; }
  .mobile-menu[aria-expanded="true"] b:first-child { transform: translateY(6px) rotate(45deg); }
  .mobile-menu[aria-expanded="true"] b:nth-child(2) { opacity: 0; }
  .mobile-menu[aria-expanded="true"] b:last-child { transform: translateY(-6px) rotate(-45deg); }
}

@media (max-width: 767px) {
  /* Remove global clipping so overflow is fixed at its source. */
  html, body { overflow-x: visible; }
  main section[id] { scroll-margin-top: 12px; }
  .site-header, .site-header.is-scroll-down {
    position: relative;
    height: auto;
    min-height: 60px;
    padding: 7px 20px 5px;
    border: 0;
    box-shadow: none;
    background: var(--showcase-ivory);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .header-shell {
    width: 100%;
    margin: 0;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 0;
  }
  .brand { grid-column: 2; justify-self: center; align-items: center; margin: 0; }
  .brand-name { font-size: clamp(25px, 7vw, 30px); }
  .brand-role { margin-top: 3px; padding: 0; font-size: 8px; letter-spacing: .3em; }
  .header-cta { display: none; }
  .mobile-menu {
    grid-column: 3;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    color: var(--showcase-ink);
    background: transparent;
    border: 0;
  }
  .mobile-menu i { display: flex; width: 23px; flex-direction: column; gap: 5px; }
  .mobile-menu b, .mobile-menu b:last-child { display: block; width: 23px; height: 1px; background: currentColor; }

  /* A single original photograph with broad, shallow curves. */
  .home-hero { padding: 0; overflow: visible; background: var(--showcase-ivory); }
  .home-hero::before, .home-hero::after { display: none; }
  .home-hero-canvas { width: 100%; height: auto; min-height: 0; max-height: none; aspect-ratio: auto; }
  .home-hero-side, .home-hero-seal, .home-hero-note { display: none; }
  .home-hero-main-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 2.15;
    padding: 0;
    border: 0;
    border-radius: 50% 50% 0 0 / 22% 22% 0 0;
    overflow: hidden;
  }
  .home-hero-main-wrap::after {
    position: absolute;
    inset: auto 0 -1px;
    height: 14%;
    content: "";
    background: var(--showcase-ivory);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  }
  .home-hero-main { border-radius: 0; }
  .home-hero-main img { object-position: 50% 25%; filter: none; }
  .home-hero-kicker {
    top: 18px;
    right: 20px;
    left: auto;
    width: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    color: var(--showcase-ink);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .2em;
    transform: none;
  }
  .home-hero-kicker i { width: 32px; margin: 3px 0 0; }
  .home-hero-copy {
    position: relative;
    inset: auto;
    margin-top: -5px;
    padding: 0 20px 20px;
  }
  .home-hero-copy h1 {
    max-width: 24ch;
    font-size: clamp(27px, 7.8vw, 40px);
    line-height: .99;
    letter-spacing: -.045em;
    color: var(--showcase-ink);
    white-space: normal;
  }
  .hero-title-accent { color: var(--showcase-clay); font-style: italic; }
  .home-hero-copy p { max-width: 36ch; margin-top: 10px; font-size: clamp(18px, 4.8vw, 23px); line-height: 1.1; }
  .home-hero-cta {
    width: min(100%, 280px);
    height: auto;
    min-height: 44px;
    gap: 22px;
    margin-top: 13px;
    padding: 12px 22px;
    font-size: 10px;
    letter-spacing: .2em;
    background: var(--showcase-olive);
  }

  /* Use the Chi sono section shown in the supplied desktop reference.
     The earlier duplicate biography stays intact on desktop. */
  .about-section { display: none; }
  .story-section { overflow: visible; background: #f0e9de; }
  .story-frame {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
    background: transparent;
  }
  .story-shapes, .story-portrait-art, .story-botanical, .story-rule { display: none; }
  .story-mobile-image {
    display: block;
    grid-area: 1 / 2;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: 57% center;
  }
  .story-content {
    position: relative;
    inset: auto;
    grid-area: 1 / 1;
    width: auto;
    align-self: center;
    padding: 20px 10px 20px 24px;
    color: var(--showcase-ink);
  }
  .story-content::before { display: none; }
  .story-kicker { gap: 0; font-size: 10px; letter-spacing: .16em; color: var(--showcase-clay); }
  .story-kicker svg { display: none; }
  .story-title { margin-top: 7px; color: var(--showcase-ink); font-size: clamp(26px, 7vw, 36px); line-height: .95; }
  .story-title span { display: inline; }
  .story-title em { color: var(--showcase-clay); }
  .story-copy { max-width: none; margin-top: 10px; color: var(--showcase-ink); font-size: 14px; line-height: 1.4; }
  .story-cta {
    position: static;
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    padding: 10px 12px;
    gap: 12px;
    color: var(--showcase-ivory);
    background: var(--showcase-olive);
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }
  .story-quote {
    position: static;
    grid-column: 1 / -1;
    width: auto;
    margin: 0;
    padding: 16px 24px;
  }
  .story-quote[hidden] { display: none; }
  .story-quote p { max-width: none; font-size: 18px; }
  .story-quote strong { font-size: 24px; }

  .services-showcase { height: auto; min-height: 0; padding: 22px 24px 20px; overflow: visible; background: var(--showcase-ivory); }
  .services-showcase::after { display: none; }
  .services-heading { padding: 0; }
  .services-heading h2 { font-size: clamp(27px, 7.8vw, 40px); line-height: 1; letter-spacing: -.04em; }
  .services-heading h2 em { display: inline; }
  .services-heading > p { max-width: none; margin-top: 8px; font-family: var(--font-display); font-size: 19px; line-height: 1.12; }
  .book-scene { width: 100%; height: auto; min-height: 0; margin: 18px 0 0; padding: 0; transform: none; }
  .book-object, .passport, .book-cover, .book-pages, .book-spine, .bookmark, .side-tab, .page-number, .services-help { display: none; }
  .book { position: static; display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; width: 100%; padding: 0; filter: none; transform: none; }
  .book-page, .book-page-left, .book-page-right {
    display: flex;
    width: 100%;
    min-height: 0;
    flex-direction: column;
    margin: 0;
    padding: 0 12px 12px;
    background: #faf7ef;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(41 45 36 / .07);
  }
  .book-page::before, .book-page::after { display: none; }
  .service-mobile-image {
    display: block;
    width: calc(100% + 24px);
    height: auto;
    aspect-ratio: 5 / 1;
    margin: 0 -12px 12px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .book-page-left .service-mobile-image { object-position: 50% 70%; }
  .book-page-right .service-mobile-image { object-position: 50% 76%; }
  .page-heading { min-height: 0; }
  .page-eyebrow { margin-bottom: 5px; font-size: 10px; letter-spacing: .16em; }
  .page-heading h3 { font-size: clamp(27px, 7.7vw, 36px); line-height: .98; white-space: normal; }
  .page-subtitle, .book-page-left .page-subtitle {
    max-width: none;
    margin-top: 5px;
    overflow: visible;
    font-size: 20px;
    letter-spacing: -.02em;
    line-height: 1.05;
    white-space: normal;
  }
  /* Keep all three original service descriptions; never substitute mockup copy. */
  .service-details { margin-top: 8px; }
  .service-details > div, .service-details > div:last-child { min-height: 0; padding: 9px 0; border: 0; }
  .service-details h4 { margin: 0 0 3px; font-size: 14px; line-height: 1.25; }
  .service-details p { max-width: none; font-size: 14px; line-height: 1.4; }
  .book-button, .book-page-left .book-button, .book-page-right .book-button {
    width: min(100%, 285px);
    height: auto;
    min-height: 44px;
    margin: 7px 0 0;
    padding: 10px 18px;
    gap: 14px;
    font-size: 18px;
    line-height: 1.1;
    white-space: normal;
    background: var(--showcase-olive);
  }
  .book-button span:last-child { flex: 0 0 auto; font-size: 23px; }

  /* The live miniature itinerary sits beside the editorial copy, as approved.
     Its CTA opens the same content at reading size. */
  .itinerary-preview {
    height: auto;
    grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
    gap: 8px;
    align-items: center;
    padding: 22px 20px;
    overflow: visible;
  }
  .preview-copy-block { padding: 0; text-align: left; }
  .preview-eyebrow { margin-bottom: 8px; font-size: 8px; letter-spacing: .15em; }
  .preview-copy-block h2 { font-size: clamp(20px, 5.5vw, 30px); line-height: .98; }
  .preview-description { margin-top: 8px; font-size: 12px; line-height: 1.4; }
  .preview-description br { display: none; }
  .preview-button { width: 100%; min-width: 0; height: auto; min-height: 44px; margin-top: 10px; padding: 8px 10px; gap: 7px; font-size: 14px; }
  .preview-button span:last-child { flex: 0 0 auto; }
  .postcard-collage {
    position: relative;
    left: auto;
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: 18% minmax(0, 64%) 18%;
    container-type: inline-size;
    align-items: center;
    margin: 0;
    padding: 6px 0;
    transform: none;
  }
  .postcard { position: relative; inset: auto; grid-row: 1; width: 210%; height: auto; aspect-ratio: .62; padding: 3px 3px 10px; border-radius: 2px; }
  .postcard img { display: block; width: 100%; height: 100%; }
  .postcard-ocean { grid-column: 1; margin-left: 10%; transform: rotate(-9deg); }
  .postcard-temple { grid-column: 3; justify-self: end; margin-right: 10%; transform: rotate(9deg); }
  .postcard-ocean figcaption { top: 8px; right: 5px; font-size: 14px; }
  .paperclip, .bali-stamp { display: none; }
  .itinerary-card { position: relative; inset: auto; grid-area: 1 / 2; width: 100%; height: auto; padding: 5cqw 3cqw; transform: rotate(2deg); }
  .itinerary-card h3 { font-size: 5.3cqw; padding-bottom: 3cqw; }
  .timeline { margin-top: 3cqw; }
  .timeline li { min-height: 22cqw; grid-template-columns: 8cqw 7cqw minmax(0, 1fr); }
  .timeline li:last-child { min-height: 17cqw; }
  .timeline::before { left: 8cqw; }
  .timeline li::before { top: 3px; left: calc(8cqw - 2px); width: 4px; height: 4px; border-width: 1px; }
  .timeline time { font-size: 3cqw; }
  .timeline-icon { width: 12px; height: 12px; margin-left: 1px; }
  .wave-icon::before, .fork-icon::before { top: 2px; left: 1px; width: 10px; font-size: 15px; }
  .timeline div { padding-left: 2px; }
  .timeline strong { font-size: 4.3cqw; }
  .timeline small { margin-top: 2px; font-size: 3.1cqw; line-height: 1.3; }
  .showcase-tail { display: none; }
}

@media (min-width: 540px) and (max-width: 767px) {
  .story-content { padding: 26px; }
  .story-mobile-image { max-height: 280px; }
  .services-showcase { padding-inline: 7%; }
  .itinerary-preview { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); align-items: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-cta { transition: none; }
}

.content-preview .timeline { margin-top: 14px; }
.content-preview .timeline li { min-height: 78px; grid-template-columns: 42px 30px minmax(0, 1fr); }
.content-preview .timeline li:last-child { min-height: 65px; }
.content-preview .timeline::before { left: 42px; }
.content-preview .timeline li::before { left: 39px; top: 8px; width: 6px; height: 6px; border-width: 2px; }
.content-preview .timeline-icon { width: 20px; height: 20px; margin-left: 4px; }
.content-preview .itinerary-card h3 { padding-bottom: 12px; }
.content-preview .timeline small { margin-top: 5px; }
