.elementor-19186 .elementor-element.elementor-element-20ba06c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19186 .elementor-element.elementor-element-c43ec8d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19186 .elementor-element.elementor-element-46d2546{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19186 .elementor-element.elementor-element-8935553{margin:12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-19186 .elementor-element.elementor-element-98cc6a7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19186 .elementor-element.elementor-element-83792ce{--display:flex;}.elementor-19186 .elementor-element.elementor-element-20856f3{--display:flex;}.elementor-19186 .elementor-element.elementor-element-213cf88{--display:flex;}.elementor-19186 .elementor-element.elementor-element-172456e{--display:flex;}.elementor-19186 .elementor-element.elementor-element-c468277{--display:flex;}.elementor-19186 .elementor-element.elementor-element-826d871{--display:flex;}.elementor-19186 .elementor-element.elementor-element-d7dc0a8{--display:flex;}.elementor-19186 .elementor-element.elementor-element-e2b8fc4{--display:flex;}.elementor-19186 .elementor-element.elementor-element-e430b8f{--display:flex;}.elementor-19186 .elementor-element.elementor-element-ca2c439{--display:flex;}.elementor-19186 .elementor-element.elementor-element-3df86b9{--display:flex;}.elementor-19186 .elementor-element.elementor-element-764ac5a{--display:flex;}.elementor-19186 .elementor-element.elementor-element-7e2da71{--display:flex;}.elementor-19186 .elementor-element.elementor-element-9e1e8a3{--display:flex;}.elementor-19186 .elementor-element.elementor-element-c45a9b7{--display:flex;}.elementor-19186 .elementor-element.elementor-element-8eaaa5e{--display:flex;}.elementor-19186 .elementor-element.elementor-element-13d9c30{--display:flex;}.elementor-19186 .elementor-element.elementor-element-56a64cb{--display:flex;}.elementor-19186 .elementor-element.elementor-element-5858d9b{--display:flex;}.elementor-19186 .elementor-element.elementor-element-e966d2e{--display:flex;}.elementor-19186 .elementor-element.elementor-element-824df31{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1529b71 *//* Page-level base only: tokens, reset, shared UI, and page shell. */
/* Yên Retreat only: hero, anchor navigation, main content, booking UI, and responsive rules. */
    :root {
      --ivory:        #FEFAF2;
      --warm-100:     #F5E8D0;
      --warm-200:     #EDD5A8;
      --ember:        #E06420;
      --flame:        #C43010;
      --forest:       #1E3D20;
      --ink:          #1C1C18;
      --text-muted:   #8A8070;
      --text-body:    #2C2820;
      --shadow-soft:  0 18px 40px rgba(28,28,24,0.12);
      --radius-sm:    8px;
      --radius-md:    14px;
      --radius-lg:    20px;
      --gallery-gap:  clamp(10px, 1.3vw, 18px);
      --space-sm:     clamp(12px, 1.4vw, 16px);
      --space-md:     clamp(24px, 2.8vw, 32px);
      --space-lg:     clamp(48px, 5vw, 64px);
      --space-section: clamp(80px, 8.5vw, 96px);
      --copy-size:    clamp(17px, 1.15vw, 18px);
      --copy-lh:      1.74;
      --ff-display:   'Cormorant Garamond', Georgia, serif;
      --ff-body:      'Be Vietnam Pro', system-ui, sans-serif;
    }

    * { box-sizing: border-box; }
    html,
    body {
      max-width: 100%;
      overflow-x: clip;
    }
    body {
      font-family: var(--ff-body);
      margin: 0;
      background: var(--ivory);
      color: var(--text-body);
      line-height: 1.7;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; }
    .elementor-widget-html,
    .elementor-widget-html > .elementor-widget-container,
    .page-shell,
    .content-column,
    .sw {
      min-width: 0;
    }
    main {
      padding: 0;
      background: var(--ivory);
    }
    .btn-row {
      display: flex;
      flex-direction: row;
      gap: 14px;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-top: 0;
    }
    .btn {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:var(--radius-sm);
      padding:11px 20px;
      font-size:12px;
      letter-spacing:0.16em;
      text-transform:uppercase;
      font-weight:600;
      border:1px solid transparent;
      flex: 0 0 auto;
      min-width: 0;
      text-align: center;
    }
    .btn-ember { background: #1E3D20; color: var(--ivory); }
    .btn-ember:hover { background: #29552B; }
    .btn-ember.btn-reserve-spot {
      background: var(--ember);
      color: var(--ivory);
      border-color: transparent;
    }
    .btn-ember.btn-reserve-spot:hover {
      background: var(--flame);
      color: var(--ivory);
    }
    .btn-ivory {
      background: transparent;
      color: var(--ivory);
      border: 1px solid rgba(254,250,242,0.85);
    }
    .btn-ivory:hover {
      background: rgba(254,250,242,0.08);
    }
    .btn-outline-ember {
      background: transparent;
      color: var(--ember);
      border-color: var(--ember);
    }
    .btn-outline-ember:hover {
      background: rgba(224,100,32,0.08);
    }
    .availability-pill {
      flex-shrink: 0;
      border-radius: 999px;
      padding: 4px 10px;
      background: rgba(30,61,32,0.08);
      color: var(--forest);
      font-style: normal;
      font-size: 10px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.04em;
      text-transform: none;
      white-space: nowrap;
      max-width: 100%;
      text-align: center;
      align-self: flex-start;
      margin-top: 2px;
      opacity: 0.9;
    }
    .availability-pill.is-low {
      background: rgba(224,100,32,0.18);
      color: var(--ember);
    }
    .availability-pill.is-full {
      background: rgba(138,128,112,0.16);
      color: rgba(44,40,32,0.68);
    }
    .page-shell {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 clamp(18px,4.5vw,72px) clamp(108px,8vw,128px);
      display: block;
      position: relative;
      z-index: 2;
    }
    .content-column {
      display: flex;
      flex-direction: column;
      gap: 0;
      background: transparent;
      min-width: 0;
      width: 100%;
    }

    .sw { max-width: 1200px; margin: 0 auto; }
    .section-header {
      margin-bottom: clamp(24px, 3vw, 32px);
      max-width: 980px;
    }
    .section-header > span {
      display: inline-block;
      margin-bottom: 14px;
    }
    .section-header > span,
    .eyebrow,
    .pillar-tag,
    .five-days-step__eyebrow,
    .guide-role,
    .room-label {
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    .section-header h2,
    .yen-meaning-headline {
      font-family: var(--ff-display);
      font-weight: 300;
      font-size: clamp(34px, 3.25vw, 48px);
      line-height: 1.08;
      letter-spacing: -0.018em;
      color: var(--ink);
      text-transform: none;
      text-wrap: balance;
    }
    .what-yen-line {
      display: block;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      letter-spacing: inherit;
      color: inherit;
      text-transform: none;
    }
    .section-header h2 .inline-accent,
    .yen-meaning-headline .inline-accent {
      color: var(--ember);
      font-family: inherit;
      font-style: italic;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      letter-spacing: -0.02em;
      text-transform: none;
      display: inline;
      vertical-align: baseline;
    }
    .story-copy p,
    .section-header p {
      font-family: var(--ff-body);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
      font-weight: 400;
      color: var(--text-muted);
    }
    .story-copy .inline-accent,
    .section-header p .inline-accent,
    .fine-print .inline-accent {
      font-family: inherit;
      font-style: normal;
      font-weight: 600;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: -0.01em;
      color: rgb(210, 92, 28);
      display: inline;
      vertical-align: baseline;
    }

    .bullets { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 10px; }
    .bullets li {
      padding-left: 30px;
      position: relative;
      font-size: var(--copy-size);
      line-height: 1.62;
      color: var(--text-body);
    }
    .bullets li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.26em;
      width: 17px;
      height: 17px;
      background-image: url('/wp-content/uploads/2026/08/bullet-green.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    .bullets--included li::before {
      background-image: url('/wp-content/uploads/2026/08/bullet-green.png');
    }
    .bullets--excluded li::before {
      background-image: url('/wp-content/uploads/2026/08/Bullet-red.png');
    }
    body.has-booking-modal-open {
      overflow: hidden;
    }
    .story-copy {
      display: flex;
      flex-direction: column;
      gap: clamp(16px, 2vw, 22px);
      max-width: 74ch;
    }
    .story-copy p {
      margin: 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    body.yen-testimonial-lightbox-open {
      overflow: hidden;
    }

    .btn-forest-outline { background: transparent; color: var(--forest); border: 1.5px solid var(--forest); }
    .btn-forest-outline:hover { background: var(--forest); color: var(--ivory); }

    @media (max-width: 1100px) {
      .page-shell {
        max-width: 1240px;
        display: block;
      }}

    @media (max-width: 900px) {
      .page-shell {
        margin-top: 0;
        gap: clamp(28px, 6vw, 40px);
        padding: 0 clamp(18px,5vw,32px) clamp(96px,14vw,132px);
      }
      .content-column {
        width: 100%;
      }}

    @media (max-width: 960px) {
      .page-shell { padding-bottom: clamp(80px,12vw,140px); }}

    @media (max-width: 767px) {
      body { padding-bottom: 90px; }
      .page-shell {
        padding: 0 18px calc(110px + env(safe-area-inset-bottom, 0px));
        gap: 24px;
      }
      .btn-row {
        flex-direction: column;
        gap: 10px;
      }
      .btn-row .btn {
        width: 100%;
        justify-content: center;
      }
      .sw,
      .content-column,
      .section-header {
        width: 100%;
        max-width: 100%;
      }
      .section-header h2,
      .yen-meaning-headline {
        width: 100%;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: normal;
        word-break: normal;
        text-wrap: balance;
      }
      .yen-meaning-headline .what-yen-line {
        white-space: normal;
        width: 100%;
        max-width: 100%;
      }}
    @media (max-width: 767px) {
      body.booking-bar-expanded .anchor-nav {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c826d2c *//* 01-hero: section-specific Yên Retreat styles. */


    .hero {
      position: relative;
      min-height: 100vh;
      color: var(--ivory);
      overflow: hidden;
      margin-bottom: clamp(30px,5vw,70px);
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      background: #0e0c08;
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0;
      transform: scale(1.02);
      transition: opacity 2.4s cubic-bezier(0.22, 1, 0.36, 1);
      will-change: opacity, transform;
      backface-visibility: hidden;
    }
    .hero-slide.is-active {
      opacity: 1;
      animation: hero-slide-zoom 8200ms linear forwards;
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(7,5,3,0.48) 0%, rgba(10,8,5,0.26) 26%, rgba(12,10,7,0.12) 56%, rgba(12,10,7,0.04) 80%, transparent 100%),
        linear-gradient(104deg, rgba(7,5,3,0.46) 0%, rgba(15,12,8,0.18) 46%, rgba(17,14,10,0.06) 78%, transparent 100%);
    }
    .hero-inner {
      position: relative;
      z-index: 2;
      width: 100%;
      min-height: 100vh;
      margin: 0 auto;
      padding: clamp(82px,12vh,148px) clamp(0.6%,2vw,12px) clamp(22px,4vh,46px);
      display: flex;
      align-items: center;
      gap: clamp(12px,2vw,36px);
    }
    .hero-left {
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%;
      display: flex;
      pointer-events: auto;
      margin-left: 0;
    }
    .hero-right {
      flex: 1;
      display: block;
    }
    .hero-slider-ui {
      position: relative;
      z-index: 5;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      pointer-events: auto;
      width: fit-content;
      margin: var(--space-sm) auto 0;
    }
    .hero-slider-progress {
      width: clamp(220px, 28vw, 320px);
      height: 4px;
      border-radius: 999px;
      background: rgba(254,250,242,0.28);
      box-shadow: inset 0 0 0 1px rgba(245,160,48,0.16), 0 0 16px rgba(245,160,48,0.16);
      overflow: hidden;
    }
    .hero-slider-progress-fill {
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, var(--gold, #F5A030), var(--ember));
      box-shadow: 0 0 14px rgba(245,160,48,0.22);
      border-radius: inherit;
      transform: scaleX(0);
      transform-origin: left center;
      will-change: transform;
    }
    .hero-slider-progress-fill.is-animating {
      animation: heroProgressFill 7000ms linear forwards;
    }
    .hero-slider-dots {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .hero-slider-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      border: 1px solid rgba(254,250,242,0.45);
      background: rgba(254,250,242,0.18);
      padding: 0;
      cursor: pointer;
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    }
    .hero-slider-dot.is-active {
      background: rgba(245,160,48,0.95);
      border-color: rgba(245,160,48,0.95);
      transform: scale(1.05);
    }
    .hero-slider-dot:focus-visible {
      outline: 2px solid rgba(245,160,48,0.9);
      outline-offset: 3px;
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-slide {
        transition: none;
        transform: none;
      }
      .hero-slide.is-active {
        animation: none;
        transform: none;
      }
      .hero-slider-progress-fill {
        animation: none !important;
        transition: none !important;
      }
      .hero-slider-progress-fill.is-animating {
        animation: none !important;
      }}

@keyframes hero-slide-zoom {
  from { transform: scale(1.02); }
  to { transform: scale(1.05); }
}

@keyframes heroProgressFill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes heroPanelToggleHint {
  0% { transform: translateY(0); }
  42% { transform: translateY(-2px); }
  100% { transform: translateY(0); }
}

@keyframes heroScroll {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.4; }
  50% { transform: translateX(-50%) translateY(8px); opacity: 0.65; }
}
    .hero-panel {
      position: relative;
      width: 100%;
      padding: 24px 0 0 48px;
      isolation: isolate;
      overflow: visible;
    }
    .hero-panel-surface {
      background: rgba(26,20,15,0.36);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: var(--radius-lg);
      box-shadow: 0 22px 52px rgba(7,5,3,0.24);
      backdrop-filter: blur(12px) saturate(0.92);
      -webkit-backdrop-filter: blur(12px) saturate(0.92);
      max-width: none;
      width: 100%;
      padding: 26px 34px 24px;
      display: flex;
      flex-direction: column;
      gap: 9px;
      overflow: visible;
      will-change: transform, opacity;
      transform: translateZ(0);
      transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, visibility 0s linear 0s;
      position: relative;
      z-index: 10;
      pointer-events: auto;
    }
    .hero-panel-surface::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(12,9,7,0.34) 0%, rgba(20,15,11,0.18) 56%, rgba(20,16,12,0.05) 100%);
      pointer-events: none;
      z-index: 0;
    }
    .hero-panel-surface::after {
      content: "";
      position: absolute;
      inset: 10px;
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: calc(var(--radius-lg) - 18px);
      pointer-events: none;
      z-index: 1;
    }
    .hero-panel-body {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding-top: 4px;
      position: static;
      transition: opacity 0.35s ease, transform 0.35s ease;
      z-index: 2;
    }
    .hero-panel-mini {
      display: none;
    }
    .hero-panel-toggle {
      position: absolute;
      top: 0;
      left: 18px;
      right: auto;
      z-index: 20;
      min-width: 0;
      height: auto;
      padding: 0;
      border: 0;
      background: transparent;
      color: rgba(254,250,242,0.76);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 17px;
      cursor: pointer;
      font-family: var(--ff-body);
      line-height: 1;
      transform: none;
      transition: color 0.24s ease, transform 0.24s ease;
      pointer-events: auto;
      animation: heroPanelToggleHint 1.15s ease 0.5s 1;
    }
    .hero-panel-toggle-label {
      order: 1;
      padding: 4px 7px 3px;
      border-radius: 999px;
      background: rgba(10,8,6,0.36);
      border: 1px solid rgba(254,250,242,0.14);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(254,250,242,0.68);
      text-shadow: 0 1px 8px rgba(7,5,3,0.34);
    }
    .hero-panel-toggle-icon {
      order: 2;
      position: relative;
      top: -18px;
      left: -4px;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 1px solid rgba(254,250,242,0.34);
      background: rgba(10,8,6,0.58);
      color: rgba(254,250,242,0.88);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      font-weight: 400;
      line-height: 1;
      box-shadow: 0 8px 22px rgba(7,5,3,0.18);
      transition: background 0.24s ease, color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
    }
    .hero-panel-toggle:hover,
    .hero-panel-toggle:focus-visible {
      color: rgba(254,250,242,0.94);
      transform: translateY(-1px);
      outline: none;
    }
    .hero-panel-toggle:hover .hero-panel-toggle-label,
    .hero-panel-toggle:focus-visible .hero-panel-toggle-label {
      color: rgba(254,250,242,0.84);
      border-color: rgba(254,250,242,0.22);
      background: rgba(10,8,6,0.46);
    }
    .hero-panel-toggle:hover .hero-panel-toggle-icon,
    .hero-panel-toggle:focus-visible .hero-panel-toggle-icon {
      background: rgba(10,8,6,0.70);
      border-color: rgba(254,250,242,0.50);
      color: rgba(254,250,242,0.96);
      box-shadow: 0 10px 24px rgba(7,5,3,0.20), 0 0 0 2px rgba(254,250,242,0.05);
    }
    .hero-panel.collapsed .hero-panel-surface {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      border-color: transparent;
      box-shadow: none;
      transform: translateY(-10px) scale(0.985);
      transition-delay: 0s, 0s, 0s, 0s, 0.35s;
    }
    .hero-panel.collapsed .hero-panel-surface::after { opacity: 0; }
    .hero-panel.collapsed .hero-copy {
      opacity: 0;
      transform: translateY(-14px);
    }
    .hero-panel h1 {
      font-family: var(--ff-display);
      font-size: clamp(34px, 4.3vw, 58px);
      font-weight: 300;
      font-style: normal;
      color: var(--ivory);
      line-height: 1.03;
      letter-spacing: -0.02em;
      margin: 0;
      margin-bottom: 4px;
      max-width: none;
      width: 100%;
    }
    .hero-title-main,
    .hero-title-location {
      display: block;
      letter-spacing: -0.01em;
    }
    .hero-title-main {
      margin-bottom: 4px;
      color: #F3C86A;
      font-style: italic;
      white-space: normal;
      text-shadow: 0 0 18px rgba(243,200,106,0.18);
    }
    .hero-divider {
      width: 56px;
      height: 1px;
      margin: 2px 0 3px;
      background: rgba(243,200,106,0.38);
    }
    .hero-title-location {
      color: var(--ivory);
      font-style: normal;
      font-size: clamp(13px, 1.2vw, 16px);
      line-height: 1.55;
      letter-spacing: 0.01em;
      opacity: 0.92;
      margin-top: 0;
      max-width: none;
      width: 100%;
    }
    .hero-panel h1 .hero-gold {
      color: #F3C86A;
      text-shadow: 0 0 18px rgba(243,200,106,0.18);
    }
    .hero-panel .eyebrow {
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #e8732a;
      margin-bottom: 6px;
      display: block;
      opacity: 0.98;
      text-shadow: 0 1px 6px rgba(0,0,0,0.28);
    }
    .hero-panel .eyebrow::before {
      display: none;
    }
    .hero-lede {
      font-family: var(--ff-body);
      font-size: 14px;
      font-weight: 300;
      color: rgba(254,250,242,0.78);
      line-height: 1.85;
      margin: 0 0 4px;
      max-width: none;
      width: 100%;
    }
    .hero-meta {
      font-size: 13px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(254,250,242,0.7);
      margin: 0;
      max-width: none;
      width: 100%;
    }
    .hero-panel-body > .hero-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border-radius: 0;
      overflow: hidden;
      z-index: 0;
      pointer-events: none;
      box-shadow: none;
    }
    .hero-panel-body > .hero-bg .hero-slide {
      border-radius: inherit;
    }
    .hero .btn-ember.btn-reserve-spot {
      background: linear-gradient(135deg, #ea7430 0%, #d44818 52%, #bd3110 100%);
      color: var(--ivory);
      border: 1px solid rgba(255,255,255,0.18);
      box-shadow: 0 18px 38px rgba(196,48,16,0.24), inset 0 1px 0 rgba(255,255,255,0.14);
      text-shadow: 0 1px 0 rgba(0,0,0,0.14);
    }
    .hero .btn-ember.btn-reserve-spot:hover {
      background: linear-gradient(135deg, #f07f3c 0%, #db5422 52%, #c83a14 100%);
      box-shadow: 0 22px 44px rgba(196,48,16,0.28), inset 0 1px 0 rgba(255,255,255,0.18);
    }
    .hero-scroll {
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(254,250,242,0.4);
      animation: heroScroll 2.2s ease-in-out infinite;
      text-decoration: none;
    }
    @media (max-width: 900px) {
      .hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 24px 18px;
      }
      .hero-left { margin-left: 0; }
      .hero-panel {
        width: 100%;
        padding: 20px 0 0 18px;
      }
      .hero-panel-surface { padding: 26px 28px 30px; }
      .hero-right { display: none; }}

    @media (max-width: 767px) {
      .hero {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: clamp(96px, 24vw, 130px) 18px 68px;
        background: none;
      }
      .hero > .hero-bg {
        display: none;
      }
      .hero-bg {
        position: relative;
        inset: auto;
        display: block;
        width: 100%;
        min-height: 0;
        aspect-ratio: 16 / 10;
        border-radius: var(--radius-lg);
        overflow: hidden;
        box-shadow: 0 20px 46px rgba(7,5,3,0.22);
      }
      .hero-overlay { display: none; }
      .hero-inner {
        padding: 0;
        min-height: auto;
        display: block;
        width: 100%;
      }
      .hero-left {
        flex: 1 1 100%;
        flex-basis: 100%;
        margin: 0;
        width: 100%;
        max-width: 100%;
      }
      .hero-slider-ui {
        gap: 10px;
        margin: 0 0 16px;
        align-items: flex-start;
        order: 0;
      }
      .hero-slider-progress {
        width: 140px;
      }
      .hero-slider-dot {
        width: 8px;
        height: 8px;
      }
      .hero-panel {
        width: 100%;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
      }
      .hero-panel.collapsed .hero-panel-surface {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        opacity: 1;
        border-color: transparent;
        box-shadow: none;
      }
      .hero-panel-surface {
        padding: 18px 18px 16px;
        background: linear-gradient(180deg, rgba(26,20,15,0.84) 0%, rgba(18,14,10,0.78) 100%);
        border: 1px solid rgba(254,250,242,0.1);
        border-radius: var(--radius-lg);
        box-shadow: 0 18px 38px rgba(7,5,3,0.14);
        display: flex;
        flex-direction: column;
      }
      .hero-panel-surface::before,
      .hero-panel-surface::after {
        display: none;
      }
      .hero-panel-toggle {
        display: none;
      }
      .hero-panel-body {
        gap: 10px;
        padding: 0;
      }
      .hero-panel.collapsed .hero-panel-body {
        opacity: 1;
        transform: none;
      }
      .hero-panel-body > .hero-bg {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        min-height: 0;
        aspect-ratio: 16 / 10;
        margin: 8px 0 14px;
        border-radius: var(--radius-lg);
        overflow: hidden;
        box-shadow: 0 20px 46px rgba(7,5,3,0.22);
      }
      .hero-panel h1 {
        font-size: clamp(46px, 15vw, 82px);
        line-height: 0.92;
        max-width: 100%;
        margin-bottom: 2px;
      }
      .hero-title-main {
        white-space: normal;
      }
      .hero-subheadline {
        font-size: clamp(20px, 6.4vw, 28px);
        max-width: 16ch;
      }
      .hero-title-location {
        font-size: 15px;
        line-height: 1.28;
        max-width: 100%;
        margin-top: 0;
      }
      .hero-stats {
        font-size: 9px;
        line-height: 1.7;
        max-width: 34ch;
        letter-spacing: 0.14em;
      }
      .hero-lede {
        font-size: 15px;
        max-width: 100%;
      }
      .hero-meta {
        max-width: 100%;
      }
      .hero-scroll { display: none; }}
    /* Yên Retreat template refinements */
    .hero-copy {
      display: flex;
      flex-direction: column;
      gap: 10px;
      position: relative;
      z-index: 2;
      transition: opacity 0.35s ease, transform 0.35s ease;
    }
    .hero-kicker {
      margin: 0;
      color: rgba(254,250,242,0.88);
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      line-height: 1.45;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .hero-support {
      max-width: 650px;
      margin: 2px 0 0;
      color: rgba(254,250,242,0.86);
      font-family: var(--ff-body);
      font-size: 15px;
      line-height: 1.68;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 4px;
    }
    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-top: 4px;
      padding-top: 14px;
      border-top: 1px solid rgba(254,250,242,0.16);
    }
    .hero-stats > div {
      display: flex;
      flex-direction: column;
      gap: 3px;
      min-width: 0;
    }
    .hero-stats strong {
      color: var(--ivory);
      font-family: var(--ff-body);
      font-size: 11px;
      font-weight: 700;
      line-height: 1.35;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
    .hero-stats span {
      color: rgba(254,250,242,0.66);
      font-family: var(--ff-body);
      font-size: 11px;
      line-height: 1.4;
    }
    @media (max-width: 767px) {
      .hero-kicker {
        font-size: 9px;
        letter-spacing: 0.12em;
      }
      .hero-title-location {
        font-size: 14px;
        line-height: 1.4;
      }
      .hero-support {
        font-size: 15px;
        line-height: 1.65;
      }
      .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
      }
      .hero-actions .btn {
        width: 100%;
      }
      .hero-stats {
        grid-template-columns: 1fr;
        gap: 8px;
        max-width: none;
        padding-top: 14px;
      }
      .hero-stats > div {
        display: grid;
        grid-template-columns: minmax(112px, auto) 1fr;
        align-items: baseline;
        gap: 10px;
      }
      .hero-stats strong,
      .hero-stats span {
        font-size: 10px;
        line-height: 1.4;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8935553 *//* Component-specific Yên Retreat styles. */

    /*
      Elementor wraps an HTML widget in a short .elementor-element box. A
      sticky child cannot travel beyond that box, so the Elementor wrapper
      itself must be sticky. `.elementor-19186 .elementor-element.elementor-element-8935553` is replaced by Elementor with the
      current widget/container .elementor-19186 .elementor-element.elementor-element-8935553 when this file is pasted into Custom
      CSS. The .anchor-nav rule below remains the standalone HTML fallback.
    */
    .elementor-19186 .elementor-element.elementor-element-8935553 {
      position: sticky !important;
      top: 72px;
      z-index: 190;
      align-self: stretch;
      overflow: visible !important;
    }
    .elementor-19186 .elementor-element.elementor-element-8935553 > .elementor-widget-container,
    .elementor-19186 .elementor-element.elementor-element-8935553 .elementor-widget-container:has(> [data-yen-anchor-navigation]) {
      overflow: visible !important;
    }
    .anchor-nav-slot {
      width: min(1200px, 100%);
      min-width: 0;
      margin: 10px auto 18px;
      position: relative;
      z-index: 190;
    }

    .anchor-nav {
      --anchor-sticky-top: 72px;
      position: sticky;
      top: var(--anchor-sticky-top);
      z-index: 190;
      display: flex;
      justify-content: center;
      width: min(1200px, 100%);
      padding: 0 clamp(18px,4.5vw,72px);
      margin: 0 auto;
      pointer-events: none;
      isolation: isolate;
    }
    .anchor-nav.is-fixed {
      position: fixed !important;
      top: var(--anchor-sticky-top) !important;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    .anchor-inner {
      display: inline-flex;
      background: rgba(255,255,255,0.88);
      border: 1px solid rgba(30,61,32,0.08);
      box-shadow: 0 8px 18px rgba(28,28,24,0.045);
      border-radius: 999px;
      padding: 5px 12px;
      position: relative;
      z-index: 1;
      width: fit-content;
      max-width: 100%;
      min-width: 0;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      pointer-events: none;
    }
    .anchor-inner::-webkit-scrollbar {
      display: none;
    }
    .anchor-nav ul {
      list-style: none;
      display: flex;
      gap: 10px;
      padding: 0;
      margin: 0;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      justify-content: center;
      align-items: center;
      min-width: max-content;
      pointer-events: none;
    }
    .anchor-nav a {
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 0 8px;
      border-radius: 999px;
      color: var(--text-muted);
      text-decoration: none;
      white-space: nowrap;
      transition: color 180ms ease, background-color 180ms ease;
      pointer-events: auto;
    }
    .anchor-nav a:hover,
    .anchor-nav a:focus-visible,
    .anchor-nav a[aria-current="true"] {
      color: var(--ink);
      background: rgba(210, 92, 28, 0.08);
      outline: none;
    }
    .anchor-nav a:focus-visible {
      box-shadow: 0 0 0 2px rgba(210, 92, 28, 0.25);
    }
    .retreat-page-yen .anchor-inner {
      background: rgba(255,255,255,0.96);
      border-color: rgba(30,61,32,0.07);
    }

    @media (max-width: 1100px) {
      .anchor-inner {
        width: 100%;
        max-width: 100%;
      }}

    @media (max-width: 900px) {
      .elementor-19186 .elementor-element.elementor-element-8935553 {
        top: 72px;
      }
      .anchor-nav {
        top: 72px;
        width: 100%;
        padding: 0 clamp(18px,5vw,32px);
      }
      .anchor-inner {
        width: 100%;
        max-width: 100%;
      }}

    @media (max-width: 767px) {
      .anchor-nav {
        display: flex;
      }}
    @media (max-width: 640px) {
      .anchor-nav-slot {
        margin: 8px auto 14px;
      }
      .elementor-19186 .elementor-element.elementor-element-8935553 {
        top: 80px;
      }
      .anchor-nav {
        display: flex;
        --anchor-sticky-top: 80px;
        margin: 0 auto;
        padding: 0 18px;
      }
      .anchor-inner {
        width: 100%;
        max-width: 100%;
      }
      .anchor-nav ul {
        justify-content: flex-start;
      }
      .anchor-nav a {
        min-height: 44px;
      }}
    .anchor-mobile-toggle {
      display: none;
    }
    @media (max-width: 767px) {
      .anchor-nav-slot {
        margin: 12px auto 14px;
      }
      .elementor-19186 .elementor-element.elementor-element-8935553 {
        top: 80px;
      }
      .anchor-nav {
        --anchor-sticky-top: 80px;
        margin: 0 auto;
        z-index: 180;
        padding: 0 18px;
        pointer-events: none;
        transition: opacity 180ms ease, transform 180ms ease;
      }
      .anchor-inner {
        display: block;
        width: min(100%, 430px);
        max-width: 100%;
        padding: 0;
        overflow: visible;
        border-radius: 16px;
        pointer-events: auto;
      }
      .anchor-mobile-toggle {
        width: 100%;
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 9px 14px 9px 16px;
        border: 0;
        border-radius: 16px;
        background: transparent;
        color: var(--ink);
        cursor: pointer;
        text-align: left;
      }
      .anchor-mobile-toggle__copy {
        min-width: 0;
        display: grid;
        gap: 2px;
      }
      .anchor-mobile-toggle__label {
        font-family: var(--ff-body);
        font-size: 9px;
        line-height: 1.2;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: var(--ember);
      }
      .anchor-mobile-toggle__current {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: var(--ff-display);
        font-size: 18px;
        line-height: 1.15;
        font-weight: 400;
      }
      .anchor-mobile-toggle__icon {
        width: 10px;
        height: 10px;
        flex: 0 0 10px;
        border-right: 1.5px solid var(--forest);
        border-bottom: 1.5px solid var(--forest);
        transform: rotate(45deg) translateY(-2px);
        transition: transform 180ms ease;
      }
      .anchor-inner.is-open .anchor-mobile-toggle__icon {
        transform: rotate(225deg) translateY(-1px);
      }
      .anchor-nav ul {
        position: absolute;
        top: calc(100% + 8px);
        left: 18px;
        right: 18px;
        display: none;
        max-height: min(54vh, 460px);
        overflow-y: auto;
        padding: 6px;
        gap: 1px;
        min-width: 0;
        background: rgba(255,255,255,0.98);
        border: 1px solid rgba(30,61,32,0.1);
        border-radius: 16px;
        box-shadow: 0 18px 42px rgba(28,28,24,0.14);
        flex-direction: column;
        align-items: stretch;
        pointer-events: auto;
      }
      .anchor-inner.is-open ul {
        display: flex;
      }
      .anchor-nav li {
        width: 100%;
      }
      .anchor-nav a {
        width: 100%;
        min-height: 40px;
        padding: 0 12px;
        justify-content: flex-start;
        border-radius: 10px;
        font-size: 11px;
      }
      body.booking-bar-expanded .anchor-nav {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
      }}

/* Keep the floating anchor bar 8px below the compact 60px mobile header. */
@media (max-width: 1199px) {
  .vd-anchor-nav-shell {
    top: 68px !important;
    margin-top: 0 !important;
  }
  .vd-anchor-nav-widget,
  .vd-anchor-nav-widget .anchor-nav-slot {
    margin-top: 0 !important;
  }
  .vd-anchor-nav-widget .anchor-nav {
    --anchor-sticky-top: 68px;
    top: 68px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .vd-anchor-nav-shell {
    top: 114px !important;
  }
  body.admin-bar .vd-anchor-nav-widget .anchor-nav {
    --anchor-sticky-top: 114px;
    top: 114px !important;
  }
}

@media (min-width: 783px) and (max-width: 1199px) {
  body.admin-bar .vd-anchor-nav-shell {
    top: 100px !important;
  }
  body.admin-bar .vd-anchor-nav-widget .anchor-nav {
    --anchor-sticky-top: 100px;
    top: 100px !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-46d2546 *//* Component-specific Yên Retreat styles. */

    /*
      Elementor wraps an HTML widget in a short .elementor-element box. A
      sticky child cannot travel beyond that box, so the Elementor wrapper
      itself must be sticky. `.elementor-19186 .elementor-element.elementor-element-46d2546` is replaced by Elementor with the
      current widget/container .elementor-19186 .elementor-element.elementor-element-46d2546 when this file is pasted into Custom
      CSS. The .anchor-nav rule below remains the standalone HTML fallback.
    */
    .elementor-19186 .elementor-element.elementor-element-46d2546 {
      position: sticky !important;
      top: 72px;
      z-index: 190;
      align-self: stretch;
      overflow: visible !important;
    }
    .elementor-19186 .elementor-element.elementor-element-46d2546 > .elementor-widget-container,
    .elementor-19186 .elementor-element.elementor-element-46d2546 .elementor-widget-container:has(> [data-yen-anchor-navigation]) {
      overflow: visible !important;
    }
    .anchor-nav-slot {
      width: min(1200px, 100%);
      min-width: 0;
      margin: 10px auto 18px;
      position: relative;
      z-index: 190;
    }

    .anchor-nav {
      --anchor-sticky-top: 72px;
      position: sticky;
      top: var(--anchor-sticky-top);
      z-index: 190;
      display: flex;
      justify-content: center;
      width: min(1200px, 100%);
      padding: 0 clamp(18px,4.5vw,72px);
      margin: 0 auto;
      pointer-events: none;
      isolation: isolate;
    }
    .anchor-nav.is-fixed {
      position: fixed !important;
      top: var(--anchor-sticky-top) !important;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    .anchor-inner {
      display: inline-flex;
      background: rgba(255,255,255,0.88);
      border: 1px solid rgba(30,61,32,0.08);
      box-shadow: 0 8px 18px rgba(28,28,24,0.045);
      border-radius: 999px;
      padding: 5px 12px;
      position: relative;
      z-index: 1;
      width: fit-content;
      max-width: 100%;
      min-width: 0;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      pointer-events: none;
    }
    .anchor-inner::-webkit-scrollbar {
      display: none;
    }
    .anchor-nav ul {
      list-style: none;
      display: flex;
      gap: 10px;
      padding: 0;
      margin: 0;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      justify-content: center;
      align-items: center;
      min-width: max-content;
      pointer-events: none;
    }
    .anchor-nav a {
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 0 8px;
      border-radius: 999px;
      color: var(--text-muted);
      text-decoration: none;
      white-space: nowrap;
      transition: color 180ms ease, background-color 180ms ease;
      pointer-events: auto;
    }
    .anchor-nav a:hover,
    .anchor-nav a:focus-visible,
    .anchor-nav a[aria-current="true"] {
      color: var(--ink);
      background: rgba(210, 92, 28, 0.08);
      outline: none;
    }
    .anchor-nav a:focus-visible {
      box-shadow: 0 0 0 2px rgba(210, 92, 28, 0.25);
    }
    .retreat-page-yen .anchor-inner {
      background: rgba(255,255,255,0.96);
      border-color: rgba(30,61,32,0.07);
    }

    @media (max-width: 1100px) {
      .anchor-inner {
        width: 100%;
        max-width: 100%;
      }}

    @media (max-width: 900px) {
      .elementor-19186 .elementor-element.elementor-element-46d2546 {
        top: 72px;
      }
      .anchor-nav {
        top: 72px;
        width: 100%;
        padding: 0 clamp(18px,5vw,32px);
      }
      .anchor-inner {
        width: 100%;
        max-width: 100%;
      }}

    @media (max-width: 767px) {
      .anchor-nav {
        display: flex;
      }}
    @media (max-width: 640px) {
      .anchor-nav-slot {
        margin: 8px auto 14px;
      }
      .elementor-19186 .elementor-element.elementor-element-46d2546 {
        top: 80px;
      }
      .anchor-nav {
        display: flex;
        --anchor-sticky-top: 80px;
        margin: 0 auto;
        padding: 0 18px;
      }
      .anchor-inner {
        width: 100%;
        max-width: 100%;
      }
      .anchor-nav ul {
        justify-content: flex-start;
      }
      .anchor-nav a {
        min-height: 44px;
      }}
    .anchor-mobile-toggle {
      display: none;
    }
    @media (max-width: 767px) {
      .anchor-nav-slot {
        margin: 12px auto 14px;
      }
      .elementor-19186 .elementor-element.elementor-element-46d2546 {
        top: 80px;
      }
      .anchor-nav {
        --anchor-sticky-top: 80px;
        margin: 0 auto;
        z-index: 180;
        padding: 0 18px;
        pointer-events: none;
        transition: opacity 180ms ease, transform 180ms ease;
      }
      .anchor-inner {
        display: block;
        width: min(100%, 430px);
        max-width: 100%;
        padding: 0;
        overflow: visible;
        border-radius: 16px;
        pointer-events: auto;
      }
      .anchor-mobile-toggle {
        width: 100%;
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 9px 14px 9px 16px;
        border: 0;
        border-radius: 16px;
        background: transparent;
        color: var(--ink);
        cursor: pointer;
        text-align: left;
      }
      .anchor-mobile-toggle__copy {
        min-width: 0;
        display: grid;
        gap: 2px;
      }
      .anchor-mobile-toggle__label {
        font-family: var(--ff-body);
        font-size: 9px;
        line-height: 1.2;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: var(--ember);
      }
      .anchor-mobile-toggle__current {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: var(--ff-display);
        font-size: 18px;
        line-height: 1.15;
        font-weight: 400;
      }
      .anchor-mobile-toggle__icon {
        width: 10px;
        height: 10px;
        flex: 0 0 10px;
        border-right: 1.5px solid var(--forest);
        border-bottom: 1.5px solid var(--forest);
        transform: rotate(45deg) translateY(-2px);
        transition: transform 180ms ease;
      }
      .anchor-inner.is-open .anchor-mobile-toggle__icon {
        transform: rotate(225deg) translateY(-1px);
      }
      .anchor-nav ul {
        position: absolute;
        top: calc(100% + 8px);
        left: 18px;
        right: 18px;
        display: none;
        max-height: min(54vh, 460px);
        overflow-y: auto;
        padding: 6px;
        gap: 1px;
        min-width: 0;
        background: rgba(255,255,255,0.98);
        border: 1px solid rgba(30,61,32,0.1);
        border-radius: 16px;
        box-shadow: 0 18px 42px rgba(28,28,24,0.14);
        flex-direction: column;
        align-items: stretch;
        pointer-events: auto;
      }
      .anchor-inner.is-open ul {
        display: flex;
      }
      .anchor-nav li {
        width: 100%;
      }
      .anchor-nav a {
        width: 100%;
        min-height: 40px;
        padding: 0 12px;
        justify-content: flex-start;
        border-radius: 10px;
        font-size: 11px;
      }
      body.booking-bar-expanded .anchor-nav {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-369a2aa *//* 02-who-this-is-for: section-specific Yên Retreat styles. */


    #who-this-is-for .early-fit-list {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin: clamp(26px, 3vw, 38px) 0;
      padding: 0;
    }
    #who-this-is-for .early-fit-list li {
      position: relative;
      padding: 20px 22px 20px 50px;
      border: 1px solid rgba(30, 61, 32, 0.1);
      border-radius: var(--radius-md);
      background: rgba(255, 255, 255, 0.7);
      color: var(--text-body);
      font-family: var(--ff-body);
      font-size: var(--copy-size);
      line-height: 1.55;
    }
    #who-this-is-for .early-fit-list li::before {
      content: '';
      position: absolute;
      top: 23px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: url('/wp-content/uploads/2026/08/bullet-green.png') center / contain no-repeat;
    }
    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    .section-hero-image--medium {
      width: min(760px, 100%);
      min-height: clamp(240px, 28vw, 340px);
      margin-left: 0;
      margin-right: auto;
    }
    #who-this-is-for .why-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      align-items: stretch;
    }
    #who-this-is-for .why-card {
      height: 100%;
      display: flex;
      flex-direction: column;
      padding: clamp(16px, 1.7vw, 22px) clamp(20px, 2.2vw, 26px);
    }
    #who-this-is-for .why-card p {
      max-width: none;
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #who-this-is-for .why-card h3 {
      max-width: 20ch;
      line-height: 1.1;
    }
    #who-this-is-for {
      background: transparent;
      padding-top: clamp(26px, 2.6vw, 42px);
      padding-right: 0;
      padding-bottom: clamp(56px, 6vw, 76px);
      padding-left: 0;
      border-bottom: 1px solid rgba(30, 61, 32, 0.05);
      scroll-margin-top: 126px;
    }
    #who-this-is-for .sw {
      max-width: 1160px;
    }
    #who-this-is-for .section-header,
    #who-this-is-for .gallery-set,
    #who-this-is-for .why-grid {
      max-width: 100%;
    }
    #who-this-is-for .gallery-set {
      margin-top: var(--space-md);
    }
    #who-this-is-for .gallery-main {
      width: 100%;
      aspect-ratio: 16 / 7;
      max-height: 440px;
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-lg);
      background: var(--warm-100);
    }
    #who-this-is-for .gallery-stack figure {
      border-radius: var(--radius-lg);
      overflow: hidden;
      position: relative;
      background: var(--warm-100);
    }
    #who-this-is-for .gallery-main img,
    #who-this-is-for .gallery-stack figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    #who-this-is-for .gallery-main img {
      object-position: center 72%;
    }
    #who-this-is-for .section-hero-image--medium {
      position: relative;
      max-width: 1040px;
      margin: clamp(30px, 3.4vw, 46px) auto 0;
      min-height: clamp(200px, 20vw, 280px);
      aspect-ratio: 16 / 6.2;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      box-shadow: 0 16px 34px rgba(28, 28, 24, 0.055);
    }
    #who-this-is-for .section-hero-image--medium img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center 64%;
    }
    #who-this-is-for .who-editorial-pair {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
      gap: clamp(20px, 2.6vw, 34px);
      align-items: center;
      margin-top: clamp(28px, 3vw, 40px);
      margin-bottom: clamp(28px, 3vw, 40px);
    }
    #who-this-is-for .who-editorial-pair .section-hero-image--medium {
      margin: 0;
      max-width: none;
    }
    #who-this-is-for .who-editorial-pair .quote-card {
      margin: 0;
      max-width: none;
      width: 100%;
    }
    #who-this-is-for .quote-card {
      position: relative;
      max-width: 700px;
      margin: clamp(36px, 4vw, 54px) auto;
      padding: clamp(52px, 5.6vw, 76px) clamp(18px, 3vw, 34px);
      text-align: center;
      background: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
    }
    #who-this-is-for .quote-card::before,
    #who-this-is-for .quote-card::after {
      content: "“";
      position: absolute;
      font-family: var(--ff-display);
      font-size: clamp(72px, 8vw, 100px);
      line-height: 1;
      color: var(--ember);
      opacity: 0.3;
      pointer-events: none;
    }
    #who-this-is-for .quote-card::before {
      top: 18px;
      left: 28px;
    }
    #who-this-is-for .quote-card::after {
      content: "”";
      right: 28px;
      bottom: 18px;
    }
    #who-this-is-for .quote-card blockquote {
      margin: 0 auto;
      max-width: 460px;
      font-family: var(--ff-display);
      font-size: clamp(22px, 3.2vw, 38px);
      font-weight: 300;
      font-style: italic;
      line-height: 1.35;
      color: var(--ink);
      text-align: center;
    }
    #who-this-is-for .quote-card .inline-accent {
      color: var(--ember);
      font-style: italic;
      font-family: var(--ff-display);
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      text-transform: none;
      display: inline;
      vertical-align: baseline;
    }
    #who-this-is-for .story-copy:last-of-type {
      max-width: 840px;
      margin: clamp(42px, 4.6vw, 64px) auto 0;
      text-align: center;
    }
    #who-this-is-for .story-copy:last-of-type p {
      margin-left: auto;
      margin-right: auto;
    }
    #who-this-is-for .sw > p {
      max-width: 760px;
      margin: clamp(22px, 2.6vw, 36px) auto 0;
      text-align: center;
    }
    #who-this-is-for .sw > p .btn {
      margin-inline: auto;
    }
    #who-this-is-for .why-grid {
      margin-top: clamp(28px, 3.2vw, 40px);
    }
    #who-this-is-for .section-header {
      max-width: none;
      width: 100%;
      text-align: left;
    }
    #who-this-is-for .yen-meaning-headline {
      text-wrap: normal;
    }
    #who-this-is-for .yen-meaning-headline .what-yen-line {
      width: 100%;
      max-width: none;
    }
    #who-this-is-for .yen-meaning-headline .what-yen-line:first-child {
      white-space: nowrap;
    }
    #who-this-is-for .section-header p {
      max-width: 820px;
    }
    #who-this-is-for .who-block-heading {
      display: block;
      margin: 16px 0 12px;
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      line-height: 1.15;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: none;
      color: var(--ink);
      max-width: 100%;
    }
    @media (max-width: 767px) {
      #who-this-is-for {
        padding-top: clamp(18px, 4vw, 28px);
      }
      #who-this-is-for .who-editorial-pair {
        grid-template-columns: 1fr;
      }
      #who-this-is-for .quote-card::before,
      #who-this-is-for .quote-card::after {
        font-size: clamp(42px, 8vw, 56px);
      }
      #who-this-is-for .quote-card::before {
        top: 12px;
        left: 12px;
      }
      #who-this-is-for .quote-card::after {
        right: 12px;
        bottom: 12px;
      }
      #who-this-is-for .quote-card blockquote {
        font-size: 30px;
        line-height: 1.34;
      }}

    @media (max-width: 767px) {
      #who-this-is-for .yen-meaning-headline .what-yen-line:first-child {
        white-space: normal;
      }
      #who-this-is-for .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }}
    @media (max-width: 760px) {
      #who-this-is-for .early-fit-list,
      #faq .questions-box {
        grid-template-columns: 1fr;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4730edd *//* 03-what-yen-means: section-specific Yên Retreat styles. */

    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #what-yen-means {
      padding-top: clamp(20px, 2vw, 36px);
      overflow-x: clip;
    }
    .what-yen-editorial {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: clamp(10px, 1.4vw, 18px);
    }
    .what-yen-editorial .what-yen-intro {
      width: 100%;
      max-width: 1160px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: clamp(52px, 6vw, 92px);
    }
    .what-yen-editorial .what-yen-anchor-wrap {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0;
      max-width: 100%;
      min-height: clamp(170px, 20vw, 260px);
      overflow: visible;
      isolation: isolate;
      --yen-bg-x: 0px;
    }
    .what-yen-editorial .what-yen-anchor-wrap::before {
      content: "Yên";
      position: absolute;
      top: 58%;
      left: 50%;
      transform: translate(calc(-50% + var(--yen-bg-x, 0px)), -50%);
      font-family: var(--ff-display);
      font-size: clamp(320px, 30vw, 420px);
      font-style: italic;
      font-weight: 300;
      line-height: 0.9;
      letter-spacing: -0.055em;
      color: rgba(28,28,24,0.025);
      pointer-events: none;
      z-index: 0;
      white-space: nowrap;
    }
    .what-yen-editorial .what-yen-anchor {
      display: block;
      font-family: var(--ff-display);
      font-size: clamp(88px, 9vw, 130px);
      font-style: italic;
      font-weight: 300;
      line-height: 0.86;
      letter-spacing: -0.045em;
      text-transform: none;
      color: rgba(28,28,24,0.46);
      margin: 0;
      position: relative;
      z-index: 1;
    }
    .what-yen-editorial .what-yen-copy {
      width: 100%;
      max-width: 760px;
      align-self: flex-start;
      text-align: left;
      display: flex;
      flex-direction: column;
      gap: clamp(10px, 1.2vw, 16px);
    }
    .what-yen-editorial .what-yen-eyebrow {
      display: block;
      margin: 0;
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    .what-yen-editorial .yen-meaning-headline {
      max-width: 100%;
      margin: 0;
    }
    .what-yen-editorial .story-copy {
      max-width: none;
      margin: 0;
      text-align: left;
      gap: clamp(22px, 2.6vw, 32px);
    }
    .what-yen-editorial .story-copy p {
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
      max-width: 80ch;
    }
    .what-yen-editorial--split {
      display: grid;
      grid-template-columns: minmax(0, 0.7fr) minmax(240px, 0.3fr);
      gap: clamp(44px, 5vw, 84px);
      align-items: center;
    }
    .what-yen-editorial--split .what-yen-editorial-copy {
      display: flex;
      flex-direction: column;
      gap: clamp(10px, 1.4vw, 18px);
      max-width: none;
    }
    .what-yen-editorial .what-yen-intro {
      align-items: center;
      text-align: center;
    }
    .what-yen-editorial .what-yen-anchor-wrap {
      margin-inline: auto;
      transform: none;
    }
    .what-yen-editorial .what-yen-copy {
      align-self: center;
    }
    .what-yen-artwork::before {
      content: "THE VIETNAMESE CHARACTER";
      display: block;
      margin: 0 0 12px;
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
      text-align: center;
    }
    .what-yen-artwork {
      margin: 0;
      position: sticky;
      top: clamp(140px, 22vh, 220px);
      align-self: center;
      justify-self: end;
      max-width: 360px;
      width: 100%;
      margin-top: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .what-yen-artwork img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 360px;
      object-fit: contain;
      background: transparent;
      box-shadow: none;
      border: 0;
    }
    .what-yen-artwork::after {
      content: "";
      display: none;
    }
    @media (max-width: 767px) {
      #what-yen-means {
        padding-top: clamp(14px, 2vw, 24px);
      }
      .what-yen-editorial--split {
        grid-template-columns: 1fr;
        gap: clamp(18px, 4vw, 30px);
      }
      .what-yen-artwork {
        max-width: 320px;
        justify-self: center;
        margin-top: clamp(20px, 5vw, 40px);
        position: static;
        top: auto;
        align-self: center;
      }
      .what-yen-editorial .what-yen-intro {
        gap: clamp(36px, 9vw, 56px);
      }
      .what-yen-editorial .what-yen-anchor {
        font-size: clamp(72px, 16vw, 96px);
        line-height: 0.9;
      }
      .what-yen-editorial .what-yen-anchor-wrap::before {
        font-size: clamp(240px, 54vw, 340px);
        top: 60%;
        left: 33%;
      }
      .what-yen-editorial .what-yen-copy {
        max-width: 100%;
      }
      .what-yen-editorial .yen-meaning-headline {
        max-width: 100%;
      }
      .what-yen-editorial .story-copy {
        max-width: 100%;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-029e568 *//* 04-something-has-shifted: section-specific Yên Retreat styles. */

    #something-has-shifted .quote-card {
      max-width: 700px;
      margin: clamp(36px, 4vw, 54px) auto;
      padding: clamp(52px, 5.6vw, 76px) clamp(18px, 3vw, 34px);
      background: transparent;
      border: 0;
      box-shadow: none;
    }
    #something-has-shifted .quote-card blockquote {
      max-width: 460px;
      margin-inline: auto;
      text-align: center;
    }
    #something-has-shifted .story-copy {
      max-width: 1100px;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      gap: clamp(18px, 2.2vw, 28px);
      margin-top: clamp(28px, 3vw, 40px);
    }
    #something-has-shifted .section-header {
      max-width: 1100px;
      width: 100%;
      text-align: left;
      margin-bottom: clamp(26px, 3vw, 38px);
    }
    #something-has-shifted .section-header h2 {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #something-has-shifted .something-has-shifted-flow {
      display: flex;
      flex-direction: column;
      gap: clamp(34px, 4vw, 58px);
      margin-top: clamp(8px, 1vw, 14px);
    }
    #something-has-shifted .something-has-shifted-row {
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: clamp(26px, 3.4vw, 56px);
    }
    #something-has-shifted .something-has-shifted-row .story-copy {
      max-width: none;
      width: min(100%, 780px);
      flex: 1 1 0;
      margin: 0;
      gap: clamp(16px, 2vw, 24px);
    }
    #something-has-shifted .something-has-shifted-row .story-copy p {
      max-width: none;
    }
    #something-has-shifted .something-has-shifted-image {
      margin: 0;
      flex: 0 0 min(380px, 31vw);
      width: min(380px, 31vw);
      aspect-ratio: 4 / 3;
      min-height: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      box-shadow: 0 16px 34px rgba(28,28,24,0.055);
      align-self: center;
    }
    #something-has-shifted .something-has-shifted-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    #something-has-shifted .something-has-shifted-image--functioning img {
      object-position: center 28%;
    }
    #something-has-shifted .something-has-shifted-image--recovery img {
      object-position: center 54%;
    }
    #something-has-shifted .something-has-shifted-image--disappeared img {
      object-position: center 42%;
    }
    #something-has-shifted .something-has-shifted-image--motivation img {
      object-position: center 48%;
    }
    #something-has-shifted .something-has-shifted-image--yen img {
      object-position: center 34%;
    }
    #something-has-shifted .story-copy p {
      max-width: none;
    }
    #something-has-shifted .who-block-heading {
      display: block;
      margin: clamp(12px, 1.4vw, 18px) 0 clamp(6px, 0.9vw, 10px);
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      line-height: 1.15;
      font-weight: 400;
      letter-spacing: -0.018em;
      text-transform: none;
      color: var(--ink);
      max-width: 100%;
    }
    #something-has-shifted .who-block-heading .inline-accent {
      color: var(--ember);
      font-style: italic;
      font-family: var(--ff-display);
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      letter-spacing: -0.02em;
      text-transform: none;
      display: inline;
      vertical-align: baseline;
    }
    #something-has-shifted .something-has-shifted-copy + .quote-card {
      margin-top: clamp(34px, 4vw, 56px);
      margin-bottom: clamp(34px, 4vw, 56px);
    }
    #who-this-is-for .who-block-heading {
      display: block;
      margin: 16px 0 12px;
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      line-height: 1.15;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: none;
      color: var(--ink);
      max-width: 100%;
    }

    @media (max-width: 767px) {
      #something-has-shifted .something-has-shifted-flow {
        gap: clamp(24px, 6vw, 38px);
      }
      #something-has-shifted .something-has-shifted-row,
      #something-has-shifted .something-has-shifted-row--reverse {
        flex-direction: column;
        align-items: stretch;
      }
      #something-has-shifted .something-has-shifted-row .story-copy,
      #something-has-shifted .something-has-shifted-row--reverse .story-copy {
        width: 100%;
        order: 1;
      }
      #something-has-shifted .something-has-shifted-row .something-has-shifted-image,
      #something-has-shifted .something-has-shifted-row--reverse .something-has-shifted-image {
        width: 100%;
        flex: 0 0 auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
        order: 2;
      }
      #something-has-shifted .something-has-shifted-image img {
        height: 100%;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-958af14 *//* 05-setting: section-specific Yên Retreat styles. */

    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #setting {
      padding: clamp(56px, 6vw, 76px) 0;
      border-bottom: 1px solid rgba(30, 61, 32, 0.05);
      scroll-margin-top: 126px;
    }
    #setting .gallery-set {
      --gallery-lead-height: clamp(280px, 36vw, 460px);
      display: flex;
      gap: var(--gallery-gap);
      margin-top: var(--space-md);
      margin-bottom: clamp(36px, 4vw, 56px);
      align-items: stretch;
      min-width: 0;
    }
    #setting .gallery-main,
    #setting .gallery-stack figure {
      margin: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
    }
    #setting .gallery-main {
      height: var(--gallery-lead-height);
      flex: 1.15;
    }
    #setting .gallery-stack {
      flex: 0.95;
      display: flex;
      flex-direction: column;
      gap: var(--gallery-gap);
      min-width: 0;
    }
    #setting .gallery-stack figure {
      flex: 1;
      min-height: 0;
    }
    #setting .gallery-stack--emphasis figure {
      min-height: clamp(180px, 28vw, 280px);
    }
    #setting .gallery-set figure img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }
    #setting .gallery-set--aligned {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
      gap: clamp(12px, 1.8vw, 20px);
      align-items: stretch;
      min-width: 0;
    }
    #setting .gallery-set--aligned .gallery-main,
    #setting .gallery-set--aligned .gallery-stack {
      min-height: var(--gallery-lead-height);
      height: var(--gallery-lead-height);
    }
    #setting .gallery-set--aligned .gallery-main {
      flex: none;
    }
    #setting .gallery-set--aligned .gallery-stack {
      flex: none;
      display: grid;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      align-content: stretch;
    }
    #setting .gallery-set--aligned .gallery-stack figure,
    #setting .gallery-set--aligned .gallery-stack--emphasis figure {
      min-height: 0;
      height: 100%;
    }
    #setting .setting-gallery {
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
      gap: var(--gallery-gap);
      margin: clamp(26px, 3vw, 40px) 0 clamp(28px, 3vw, 44px);
      align-items: stretch;
    }
    #setting .setting-gallery-main,
    #setting .setting-gallery-stack figure {
      margin: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      box-shadow: 0 10px 22px rgba(28,28,24,0.045);
      min-width: 0;
    }
    #setting .setting-gallery-main {
      aspect-ratio: 16 / 10;
    }
    #setting .setting-gallery-stack {
      display: grid;
      gap: var(--gallery-gap);
      align-content: stretch;
    }
    #setting .setting-gallery-stack figure {
      aspect-ratio: 4 / 3;
    }
    #setting .setting-gallery-main img,
    #setting .setting-gallery-stack img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    #setting .setting-final {
      max-width: 920px;
      margin: clamp(18px, 2.2vw, 30px) 0 0;
      text-align: center;
    }
    #setting .setting-final p {
      max-width: 860px;
      margin: 0 auto;
      color: var(--text-muted);
      font-family: var(--ff-body);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #setting .setting-final p .inline-accent {
      font-family: inherit;
      font-style: normal;
      font-weight: 600;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: -0.01em;
      color: rgb(210, 92, 28);
      display: inline;
      vertical-align: baseline;
    }
    #setting .story-copy {
      max-width: 860px;
      margin: 0;
      text-align: left;
      gap: clamp(22px, 2.6vw, 32px);
    }
    #setting .story-copy p {
      max-width: 68ch;
      color: var(--text-muted);
    }
    #setting .setting-final {
      max-width: none;
      width: 100%;
      margin-top: clamp(18px, 2.4vw, 30px);
      text-align: center;
    }
    #setting .setting-final p {
      max-width: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }

    @media (max-width: 900px) {
      #setting .gallery-set,
      #setting .gallery-set--aligned {
        grid-template-columns: 1fr;
      }
      #setting .gallery-set {
        flex-direction: column;
      }
      #setting .gallery-set .gallery-main,
      #setting .gallery-set--aligned .gallery-main,
      #setting .gallery-set--aligned .gallery-stack {
        height: auto;
        min-height: 0;
      }
      #setting .gallery-set .gallery-main {
        height: clamp(240px, 44vw, 360px);
      }
      #setting .gallery-set .gallery-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex-direction: initial;
        height: auto;
        margin-top: 0;
      }
    }

    @media (max-width: 767px) {
      #setting .gallery-set {
        flex-direction: column;
        gap: 18px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
      }
      #setting .gallery-set .gallery-main {
        order: 1;
        width: 100%;
        height: clamp(230px, 62vw, 420px);
      }
      #setting .gallery-set .gallery-stack {
        order: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }
      #setting .gallery-set .gallery-stack figure {
        width: 100%;
        min-height: clamp(160px, 42vw, 260px);
      }
      #setting .setting-gallery {
        grid-template-columns: 1fr;
      }
      #setting .setting-gallery-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      #setting .setting-gallery-main {
        aspect-ratio: 16 / 10;
      }
      #setting .setting-gallery-stack figure {
        aspect-ratio: 4 / 3;
      }
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f478e7 *//* 06-something-needs-to-change: section-specific Yên Retreat styles. */

    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    .retreat-page-yen #something-needs-to-change {
      background: transparent;
    }
    #something-needs-to-change .section-header {
      max-width: 100%;
      width: 100%;
      text-align: left;
    }
    #something-needs-to-change .section-header h2 {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #something-needs-to-change .change-editorial-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
      grid-template-areas:
        "main river"
        "pavilion final";
      column-gap: clamp(32px, 4vw, 64px);
      row-gap: clamp(26px, 3vw, 42px);
      align-items: stretch;
      margin-top: clamp(18px, 2.4vw, 28px);
    }
    #something-needs-to-change .change-copy {
      width: 100%;
      max-width: none;
    }
    #something-needs-to-change .change-copy p {
      margin: 0;
    }
    #something-needs-to-change .change-copy-main {
      grid-area: main;
    }
    #something-needs-to-change .change-copy-final {
      grid-area: final;
      padding-top: clamp(4px, 0.8vw, 10px);
    }
    #something-needs-to-change .change-media {
      margin: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
    }
    #something-needs-to-change .change-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    #something-needs-to-change .change-media-river {
      grid-area: river;
      align-self: center;
      width: 100%;
      aspect-ratio: 4 / 5;
      max-height: clamp(300px, 28vw, 420px);
      margin-top: 0;
    }
    #something-needs-to-change .change-media-river img {
      object-position: center;
    }
    #something-needs-to-change .change-media-pavilion {
      grid-area: pavilion;
      aspect-ratio: 4 / 3;
      align-self: start;
    }

    @media (max-width: 980px) {
      #something-needs-to-change .change-editorial-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
          "main"
          "river"
          "pavilion"
          "final";
        row-gap: clamp(20px, 2.8vw, 34px);
      }
      #something-needs-to-change .change-media-river,
      #something-needs-to-change .change-media-pavilion {
        aspect-ratio: 16 / 10;
        margin-top: 0;
      }}

    @media (max-width: 640px) {
      #something-needs-to-change .change-editorial-grid {
        row-gap: clamp(18px, 2.4vw, 28px);
      }}

    @media (max-width: 767px) {
      #something-needs-to-change .change-editorial-grid {
        display: flex;
        flex-direction: column;
        row-gap: 22px;
      }
      #something-needs-to-change .change-copy-main,
      #something-needs-to-change .change-copy-final {
        display: contents;
      }
      #something-needs-to-change .change-copy-main p:nth-of-type(1) {
        order: 1;
      }
      #something-needs-to-change .change-media-river {
        order: 2;
        aspect-ratio: 16 / 10;
        margin-top: 0;
      }
      #something-needs-to-change .change-copy-main p:nth-of-type(2) {
        order: 3;
      }
      #something-needs-to-change .change-copy-main p:nth-of-type(3) {
        order: 4;
      }
      #something-needs-to-change .change-copy-final p:nth-of-type(1) {
        order: 5;
      }
      #something-needs-to-change .change-media-pavilion {
        order: 6;
        aspect-ratio: 16 / 10;
        margin-top: 0;
      }
      #something-needs-to-change .change-copy-final p:nth-of-type(2) {
        order: 7;
      }
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab04997 *//* 07-what-begins-to-shift: section-specific Yên Retreat styles. */

    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #what-begins-to-shift .section-header h2 {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #what-begins-to-shift .section-header {
      margin-inline: auto;
      text-align: center;
    }
    #what-begins-to-shift .section-header-wide {
      max-width: 980px;
    }
    #what-begins-to-shift .section-header .s-desc {
      max-width: 860px;
      margin: 0 auto 28px;
      line-height: 1.78;
    }
    #what-begins-to-shift .guest-video-intro {
      max-width: 1100px;
      margin: 22px auto 56px;
      text-align: center;
    }
    #what-begins-to-shift .guest-video-frame {
      max-width: 1040px;
      margin: 0 auto;
      padding: 10px;
      border: 1px solid rgba(30,61,32,0.08);
      border-radius: 24px;
      background: rgba(254,250,242,0.76);
      box-shadow: var(--shadow-soft);
    }
    #what-begins-to-shift .guest-video-frame figcaption {
      margin: 0 0 10px;
      font-family: var(--ff-body);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(30,61,32,0.64);
    }
    #what-begins-to-shift .guest-video-frame video {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 14px;
      background: var(--forest);
    }
    #what-begins-to-shift .benefits-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 24px;
      margin: 0 auto 48px;
      max-width: 1100px;
      width: 100%;
      align-items: stretch;
    }
    #what-begins-to-shift .benefit-card { grid-column: span 2; }
    #what-begins-to-shift .benefit-card--offset-left { grid-column: 2 / span 2; }
    #what-begins-to-shift .benefit-card--offset-right { grid-column: 4 / span 2; }
    #what-begins-to-shift .experience-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      text-align: left;
      gap: 16px;
      padding: 28px;
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,232,208,0.88));
      border: 1px solid rgba(30,61,32,0.08);
      box-shadow: var(--shadow-soft);
      position: relative;
      overflow: hidden;
      height: 100%;
      isolation: isolate;
      transition: transform 0.5s ease, box-shadow 0.5s ease;
    }
    #what-begins-to-shift .experience-card::before {
      content: "";
      position: absolute;
      inset: 20px;
      border-radius: calc(var(--radius-lg) - 12px);
      border: 1px solid rgba(255,255,255,0.35);
      opacity: 0;
      transition: opacity 0.45s ease;
      pointer-events: none;
    }
    #what-begins-to-shift .experience-card::after {
      content: "";
      position: absolute;
      top: 18px;
      right: 18px;
      width: 48px;
      height: 48px;
      border-top: 1px solid rgba(224,100,32,0.35);
      border-right: 1px solid rgba(224,100,32,0.35);
      border-top-right-radius: 16px;
      opacity: 0.65;
      pointer-events: none;
    }
    #what-begins-to-shift .experience-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 56px rgba(28,28,24,0.16);
    }
    #what-begins-to-shift .experience-card:hover::before { opacity: 1; }
    #what-begins-to-shift .experience-visual {
      width: 100%;
      aspect-ratio: 4 / 3;
      min-height: 150px;
      border-radius: var(--radius-md);
      background: linear-gradient(135deg, rgba(224,100,32,0.12), rgba(245,160,48,0.08));
      position: relative;
      overflow: hidden;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
    }
    #what-begins-to-shift .experience-visual::before {
      content: "";
      position: absolute;
      inset: 12px;
      border-radius: inherit;
      border: 1px solid rgba(255,255,255,0.4);
      opacity: 0.5;
      pointer-events: none;
    }
    #what-begins-to-shift .experience-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.35), transparent 55%), linear-gradient(180deg, rgba(30,61,32,0) 45%, rgba(30,61,32,0.25));
      opacity: 0.28;
      transition: opacity 0.45s ease;
    }
    #what-begins-to-shift .experience-card:hover .experience-visual::after { opacity: 0.18; }
    #what-begins-to-shift .experience-visual img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.55s ease;
    }
    #what-begins-to-shift .experience-card:hover .experience-visual img { transform: scale(1.04); }
    #what-begins-to-shift .experience-copy {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    #what-begins-to-shift .experience-card h3 {
      font-family: var(--ff-display);
      font-size: 26px;
      font-weight: 500;
      color: var(--ember);
      margin: 0;
      line-height: 1.2;
    }
    #what-begins-to-shift .experience-card p { margin: 0; }
    #what-begins-to-shift .experience-primary {
      font-family: var(--ff-body);
      font-size: 16px;
      font-weight: 500;
      color: var(--text-body);
      line-height: 1.6;
    }
    #what-begins-to-shift .experience-supporting {
      font-family: var(--ff-body);
      font-size: 13px;
      font-weight: 400;
      color: var(--ember);
      line-height: 1.7;
      margin-top: 18px;
      letter-spacing: 0.01em;
    }
    #what-begins-to-shift .experience-support {
      font-family: var(--ff-body);
      font-size: 14px;
      color: rgba(44,40,30,0.72);
      line-height: 1.7;
    }
    #what-begins-to-shift .experience-micro {
      font-family: var(--ff-body);
      font-size: 12px;
      color: rgba(30,40,32,0.78);
      letter-spacing: 0.04em;
      text-transform: none;
      line-height: 1.6;
    }
    #what-begins-to-shift .benefits-highlight {
      color: rgb(210, 92, 28);
      font-style: normal;
      font-weight: 600;
      letter-spacing: -0.01em;
    }
    #what-begins-to-shift .experience-closing {
      font-family: var(--ff-display);
      font-size: clamp(16px, 2vw, 22px);
      font-style: normal;
      color: var(--text-muted);
      text-align: center;
      max-width: 680px;
      margin: 0 auto 12px;
      line-height: 1.6;
    }
    #what-begins-to-shift .experience-disclaimer {
      font-family: var(--ff-body);
      font-size: 13px;
      color: rgba(44,40,30,0.58);
      text-align: center;
      max-width: 720px;
      margin: 12px auto 32px;
      line-height: 1.6;
    }
    @media (max-width: 1180px) {
      #what-begins-to-shift .benefits-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 880px;
      }
      #what-begins-to-shift .benefit-card,
      #what-begins-to-shift .benefit-card--offset-left,
      #what-begins-to-shift .benefit-card--offset-right {
        grid-column: span 2;
      }}

    @media (max-width: 980px) {
      #what-begins-to-shift .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 620px;
      }
      #what-begins-to-shift .benefit-card,
      #what-begins-to-shift .benefit-card--offset-left,
      #what-begins-to-shift .benefit-card--offset-right {
        grid-column: auto;
      }
      #what-begins-to-shift .benefit-card:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 420px;
      }
      #what-begins-to-shift .guest-video-intro {
        margin-bottom: 46px;
      }
      #what-begins-to-shift .guest-video-frame {
        padding: 8px;
        border-radius: var(--radius-lg);
      }
      #what-begins-to-shift .guest-video-frame video {
        border-radius: calc(var(--radius-lg) - 8px);
      }
      #what-begins-to-shift .experience-card {
        padding: 24px 20px;
      }
      #what-begins-to-shift .experience-card h3 {
        font-size: 24px;
      }}

    @media (max-width: 640px) {
      #what-begins-to-shift .guest-video-intro {
        margin-bottom: 38px;
      }
      #what-begins-to-shift .guest-video-frame {
        padding: 6px;
      }
      #what-begins-to-shift .benefits-grid {
        grid-template-columns: minmax(0, 1fr);
        max-width: 420px;
      }
      #what-begins-to-shift .benefit-card {
        justify-self: stretch;
      }
      #what-begins-to-shift .benefit-card:last-child {
        grid-column: auto;
        max-width: none;
      }
      #what-begins-to-shift .experience-card {
        padding: 24px;
      }}
    .s-desc {
      font-family: var(--ff-body);
      font-size: 15px;
      font-weight: 300;
      line-height: 1.85;
      color: var(--text-muted);
      max-width: 560px;
      margin-bottom: 72px;
    }
    .s-desc-ivory { color: rgba(254,250,242,0.7); }

    @media (max-width: 767px) {
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36787b0 *//* 08-daily-rhythm: section-specific Yên Retreat styles. */

    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #daily-rhythm {
      background: transparent;
    }
    #daily-rhythm .section-header {
      max-width: 100%;
      width: 100%;
      text-align: left;
    }
    #daily-rhythm .section-header h2 {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #daily-rhythm .sw {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: clamp(44px, 4.5vw, 56px);
      row-gap: 12px;
      align-items: start;
    }
    #daily-rhythm .section-header,
    #daily-rhythm .daily-rhythm-final {
      grid-column: 1 / -1;
    }
    #daily-rhythm .story-copy {
      width: 100%;
      max-width: none;
    }
    #daily-rhythm .daily-rhythm-copy {
      margin-top: 0;
      grid-column: 1 / -1;
      grid-row: auto;
    }
    #daily-rhythm .daily-rhythm-copy p {
      max-width: none;
    }
    #daily-rhythm .daily-rhythm-copy p + p {
      margin-top: clamp(20px, 2.2vw, 26px);
    }
    #daily-rhythm .daily-rhythm-main-image {
      grid-column: 1 / -1;
      grid-row: auto;
      margin: 0;
      width: 100%;
      max-width: none;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      aspect-ratio: 16 / 9;
      max-height: 460px;
      box-shadow: 0 16px 34px rgba(28,28,24,0.055);
    }
    #daily-rhythm .daily-rhythm-main-image img,
    #daily-rhythm .daily-rhythm-support figure img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    #daily-rhythm .daily-rhythm-support {
      grid-column: 1 / -1;
      grid-row: auto;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      width: 100%;
      max-width: none;
      margin: 0;
      align-self: stretch;
    }
    #daily-rhythm .daily-rhythm-support figure {
      margin: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      aspect-ratio: 4 / 3;
      box-shadow: 0 16px 34px rgba(28,28,24,0.055);
    }
    #daily-rhythm .daily-rhythm-final {
      margin-top: clamp(4px, 0.8vw, 12px);
    }
    #daily-rhythm .daily-rhythm-final p {
      max-width: 820px;
      margin: 0;
      font-family: var(--ff-body);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
      color: var(--text-muted);
    }
    #your-five-days .daily-rhythm-final {
      max-width: 760px;
      margin: clamp(24px, 3vw, 36px) auto 0;
      text-align: center;
    }
    #your-five-days .daily-rhythm-final p {
      max-width: 58ch;
      margin-left: auto;
      margin-right: auto;
    }
    #your-five-days .daily-rhythm-final .btn {
      margin-top: 18px;
    }
    #daily-rhythm .daily-rhythm-final {
      max-width: 760px;
      margin: clamp(24px, 3vw, 36px) auto 0;
      text-align: center;
    }
    #daily-rhythm .daily-rhythm-final p {
      max-width: 58ch;
      margin-left: auto;
      margin-right: auto;
    }
    #daily-rhythm .daily-rhythm-final .btn {
      margin-top: 18px;
      margin-inline: auto;
      display: inline-flex;
    }

    @media (max-width: 980px) {
      #daily-rhythm .sw,
      #onsen-hot-spring #imagine-hot-spring {
        grid-template-columns: 1fr;
        column-gap: 0;
      }
      #daily-rhythm .daily-rhythm-main-image,
      #daily-rhythm .daily-rhythm-support {
        width: 100%;
      }
      #daily-rhythm .daily-rhythm-copy,
      #daily-rhythm .daily-rhythm-main-image,
      #daily-rhythm .daily-rhythm-support {
        grid-column: 1;
        grid-row: auto;
      }}

    @media (max-width: 640px) {
      #daily-rhythm .story-copy {
        max-width: 100%;
      }
      #daily-rhythm .story-copy figure {
        aspect-ratio: 4 / 3;
        max-height: none;
      }}

    @media (max-width: 767px) {
      #daily-rhythm .daily-rhythm-support {
        grid-template-columns: 1fr;
        gap: 12px;
      }
      #daily-rhythm .daily-rhythm-main-image {
        aspect-ratio: 16 / 10;
        max-height: none;
      }
      #daily-rhythm .daily-rhythm-support figure {
        aspect-ratio: 16 / 10;
      }
      #daily-rhythm .daily-rhythm-final p {
        font-size: var(--copy-size);
        line-height: var(--copy-lh);
      }
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35a3c43 *//* 09-programme: section-specific Yên Retreat styles. */

    .section-header > span,
    .eyebrow,
    .pillar-tag,
    .five-days-step__eyebrow,
    .guide-role,
    .room-label {
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    .fit-cluster h3,
    .why-card h3,
    .schedule-list summary,
    .timeline-card h3,
    .journey-body h3,
    .included-card h3,
    .guide-name,
    .room-row-info h3,
    .pillar-card h3,
    .five-days-step h3,
    .onsen-station h3,
    .decision-note strong,
    .included-summary-item strong,
    .included-panel h3,
    .faq-list summary {
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 0;
      color: var(--ink);
    }
    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #programme .pillars-layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(18px, 2vw, 26px);
      align-items: start;
    }
    #programme .pillars-left {
      display: flex;
      flex-direction: column;
      gap: clamp(14px, 1.8vw, 20px);
      min-width: 0;
    }
    #programme .pillars-intro {
      text-align: left;
      margin: 0;
      width: 100%;
      max-width: none;
    }
    #programme .pillars-intro .story-copy {
      width: 100%;
      max-width: none;
    }
    #programme .pillars-intro p,
    .retreat-page-yen #programme .pillars-intro p {
      width: 100%;
      max-width: none;
    }
    #programme .programme-bridge {
      width: 100%;
      max-width: none;
      margin-top: clamp(6px, 1vw, 10px);
    }
    #programme .pillars-visual {
      margin: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 18px 40px rgba(28,28,24,0.12);
      aspect-ratio: 16 / 9;
      width: 100%;
      max-width: 100%;
    }
    #programme .pillars-visual img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    #programme .pillars-card-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      align-items: stretch;
      max-width: 100%;
      width: 100%;
      position: relative;
      padding-left: 24px;
    }
    #programme .pillars-card-grid::before {
      content: "";
      position: absolute;
      left: 8px;
      top: 10px;
      bottom: 10px;
      width: 1px;
      background: linear-gradient(180deg, rgba(30,61,32,0.16), rgba(30,61,32,0.06));
      pointer-events: none;
    }
    #programme .pillar-card {
      background: transparent;
      border-radius: 0;
      border: 0;
      border-top: 1px solid rgba(30,61,32,0.08);
      padding: 18px 0 18px 22px;
      box-shadow: none;
      position: relative;
      min-height: 0;
      margin: 0;
      width: 100%;
      overflow: visible;
    }
    #programme .pillar-card::before {
      content: none;
      display: none;
    }
    #programme .pillar-card:last-child {
      border-bottom: 1px solid rgba(30,61,32,0.08);
    }
    #programme .pillar-card summary {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 22px;
      list-style: none;
      cursor: pointer;
      position: relative;
      padding: 18px 84px 18px 0;
      border-radius: 14px;
      transition: background-color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }
    #programme .pillar-card summary::-webkit-details-marker {
      display: none;
    }
    #programme .pillar-card summary::after {
      content: "+";
      position: absolute;
      top: 50%;
      right: 6px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: 1px solid rgba(224,100,32,0.58);
      background: rgba(224,100,32,0.08);
      transform: translateY(-50%);
      display: grid;
      place-items: center;
      font-family: var(--ff-display);
      font-size: 22px;
      line-height: 1;
      color: var(--ember);
      opacity: 1;
      box-sizing: border-box;
      transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    }
    #programme .pillar-card[open] summary::after {
      content: "-";
      background: rgba(224,100,32,0.14);
      border-color: rgba(224,100,32,0.72);
    }
    @media (hover: hover) and (pointer: fine) {
      #programme .pillar-card summary:hover {
        background: rgba(224,100,32,0.04);
      }
    }
    #programme .pillar-card[open] summary {
      background: rgba(224,100,32,0.06);
      box-shadow: inset 3px 0 0 rgba(224,100,32,0.16);
      margin-bottom: 16px;
    }
    #programme .pillar-card summary:focus-visible {
      outline: 2px solid rgba(224,100,32,0.38);
      outline-offset: 3px;
    }
    #programme .pillar-card summary:focus-visible::after {
      border-color: rgba(224,100,32,0.9);
      box-shadow: 0 0 0 4px rgba(224,100,32,0.10);
    }
    #programme .pillar-tag {
      margin: 0 0 8px;
      font-family: var(--ff-body);
      font-size: 10px;
      line-height: 1.4;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    #programme .pillar-card h3 {
      margin: 0 0 8px;
      font-family: var(--ff-display);
      font-weight: 400;
      letter-spacing: 0;
      color: var(--ink);
      max-width: 38ch;
      text-wrap: balance;
    }
    #programme .pillar-summary {
      margin: 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
      max-width: 52ch;
    }
    #programme .pillar-card-content {
      min-width: 0;
      padding: 0 12px;
    }
    #programme .pillar-card-control {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      min-width: 0;
      padding-right: 0;
      text-align: center;
      color: var(--ember);
      font-family: var(--ff-body);
      font-size: 10px;
      line-height: 1.1;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      white-space: nowrap;
      padding-right: 4px;
      margin-right: 4px;
    }
    #programme .pillar-card-control span {
      display: none;
    }
    #programme .pillar-card:not([open]) .pillar-card-control .pillar-card-control-open {
      display: block;
    }
    #programme .pillar-card[open] .pillar-card-control .pillar-card-control-close {
      display: block;
    }
    #programme .pillar-details {
      margin-top: 16px;
      padding-right: 12px;
    }
    #programme .pillar-details ul {
      margin: 0;
      padding: 0 0 0 10px;
      list-style: none;
      display: grid;
      gap: 9px;
      max-width: 58ch;
    }
    #programme .pillar-details li {
      position: relative;
      min-width: 0;
      margin: 0;
      padding-left: 29px;
      color: var(--ink);
      line-height: var(--copy-lh);
      font-size: var(--copy-size);
      font-weight: 400;
    }
    #programme .pillar-details li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.38em;
      width: 16px;
      height: 16px;
      background-image: url('/wp-content/uploads/2026/08/bullet-green.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
    }
    #programme .pillar-details p {
      margin: 10px 0 0;
      color: var(--text-muted);
      line-height: var(--copy-lh);
      font-size: var(--copy-size);
      max-width: 58ch;
    }
    #programme .pillar-card[open] .pillar-card-control {
      color: var(--ember);
    }
    #programme .pillar-card--full,
    #programme .pillar-card--centered {
      grid-column: auto;
      max-width: 100%;
      justify-self: stretch;
    }
    #programme .programme-cta {
      display: flex;
      justify-content: center;
      margin-top: clamp(28px, 3vw, 42px);
    }
    #programme .programme-cta .btn {
      min-width: min(100%, 280px);
    }

    @media (max-width: 980px) {
      #programme .pillar-card {
        padding-left: 0;
      }
      #programme .pillars-card-grid {
        padding-left: 12px;
      }
      #programme .pillars-card-grid::before {
        left: 0;
      }
      #programme .pillar-card summary {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 20px 22px;
      }
      #programme .pillar-card-content {
        padding: 0;
      }
      #programme .pillar-card-control {
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        margin: 0;
        padding: 0;
        white-space: normal;
        text-align: left;
        width: 100%;
        gap: 8px;
      }
      #programme .pillar-card-control span {
        display: none;
      }
      #programme .pillar-card-control::before {
        content: "+";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1px solid rgba(224,100,32,0.58);
        background: rgba(224,100,32,0.08);
        color: var(--ember);
        font-family: var(--ff-display);
        font-size: 18px;
        line-height: 1;
        flex: 0 0 auto;
      }
      #programme .pillar-card[open] .pillar-card-control::before {
        content: "-";
        background: rgba(224,100,32,0.14);
        border-color: rgba(224,100,32,0.72);
      }
      #programme .pillar-card summary::after {
        content: none;
      }
      #programme .pillar-card-control .pillar-card-control-open,
      #programme .pillar-card-control .pillar-card-control-close {
        display: none;
        line-height: 1.1;
      }
      #programme .pillar-card:not([open]) .pillar-card-control .pillar-card-control-open {
        display: inline-flex;
      }
      #programme .pillar-card[open] .pillar-card-control .pillar-card-control-close {
        display: inline-flex;
      }
      #programme .pillar-details {
        margin-top: 0;
        padding: 0 22px 18px;
      }
      #programme .programme-row {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: start;
      }
      #programme .programme-text {
        order: 2;
        width: 100%;
      }
      #programme .programme-media-wrap {
        order: 1;
        width: 100%;
        aspect-ratio: 16 / 10;
      }}

    @media (max-width: 640px) {
      #programme .pillar-card h3 {
        max-width: 100%;
      }
      #programme .pillar-summary {
        max-width: 100%;
      }
      #programme .pillar-card summary {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 20px;
        gap: 12px;
      }
      #programme .pillar-card-control {
        gap: 8px;
      }
      #programme .pillar-card-control span {
        display: none;
      }
      #programme .pillar-card-control::before {
        content: "+";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid rgba(224,100,32,0.58);
        background: rgba(224,100,32,0.08);
        color: var(--ember);
        font-family: var(--ff-display);
        font-size: 20px;
        line-height: 1;
        flex: 0 0 auto;
      }
      #programme .pillar-card[open] .pillar-card-control::before {
        content: "-";
        background: rgba(224,100,32,0.14);
        border-color: rgba(224,100,32,0.72);
      }
      #programme .pillar-card summary::after {
        content: none;
      }
      #programme .pillar-card-control .pillar-card-control-open,
      #programme .pillar-card-control .pillar-card-control-close {
        display: none;
        line-height: 1.1;
      }
      #programme .pillar-card:not([open]) .pillar-card-control .pillar-card-control-open {
        display: inline-flex;
      }
      #programme .pillar-card[open] .pillar-card-control .pillar-card-control-close {
        display: inline-flex;
      }
      #programme .programme-includes {
        grid-template-columns: 1fr;
      }}

    @media (max-width: 960px) {
      #programme .pillars-layout {
        grid-template-columns: 1fr;
      }
      #programme .pillars-card-grid {
        max-width: 100%;
      }
      #programme .pillar-card--full,
      #programme .pillar-card--centered {
        grid-column: auto;
        max-width: none;
        justify-self: stretch;
      }
      #programme .pillars-visual {
        aspect-ratio: 16 / 10;
      }}

    @media (max-width: 767px) {
      .retreat-page-yen #programme > .sw {
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
      }
      #programme .pillars-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-left: 12px;
      }
      #programme .pillars-card-grid::before {
        left: 0;
      }
      #programme .pillar-card--full,
      #programme .pillar-card--centered {
        grid-column: auto;
        max-width: 100%;
      }
      #programme .pillars-visual {
        aspect-ratio: 16 / 10;
      }
      #programme .pillar-card {
        padding: 16px 0;
      }
      #programme .pillar-card summary {
        padding: 20px 22px;
        gap: 12px;
      }
      #programme .pillar-card summary::after {
        content: none;
        display: none;
      }
      #programme .pillar-card-content {
        width: 100%;
        padding: 0;
      }
      #programme .pillar-card-control {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin: 0;
        padding: 0;
      }
      #programme .pillar-card-control .pillar-card-control-open,
      #programme .pillar-card-control .pillar-card-control-close {
        display: none;
      }
      #programme .pillar-card:not([open]) .pillar-card-control .pillar-card-control-open {
        display: inline-flex;
      }
      #programme .pillar-card[open] .pillar-card-control .pillar-card-control-close {
        display: inline-flex;
      }
      #programme .pillar-details {
        margin-top: 0;
        padding: 0 22px 18px;
      }
      #programme .pillar-card-control {
        font-size: 9px;
        letter-spacing: 0.14em;
      }
      #programme .pillar-card h3 {
        max-width: 100%;
      }
      #programme .pillar-summary {
        max-width: 100%;
      }
      #programme .pillar-card-control {
        font-size: 9px;
        letter-spacing: 0.14em;
      }
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d993fba *//* 10-onsen-hot-spring: section-specific Yên Retreat styles. */

    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    .section-hero-image--imagine {
      width: 100%;
      aspect-ratio: 16 / 8.5;
      min-height: 0;
      height: auto;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      box-shadow: 0 16px 34px rgba(28,28,24,0.055);
    }
    #imagine-hot-spring .imagine-gallery {
      display: grid;
      grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
      gap: var(--gallery-gap);
      margin: clamp(18px, 2.4vw, 28px) 0 clamp(22px, 2.8vw, 34px);
      align-items: stretch;
    }
    #imagine-hot-spring .imagine-gallery figure {
      margin: 0;
      height: clamp(260px, 25vw, 340px);
      aspect-ratio: auto !important;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      position: relative;
      min-width: 0;
      box-shadow: 0 16px 34px rgba(28,28,24,0.055);
    }
    @media (max-width: 767px) {
      .section-hero-image--imagine {
        aspect-ratio: 16 / 9;
        min-height: 0;
        margin-top: 22px;
      }
      #onsen-hot-spring #imagine-hot-spring > .story-copy:first-of-type {
        margin-bottom: clamp(28px, 6vw, 34px);
      }
      #imagine-hot-spring .imagine-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }
      #imagine-hot-spring .imagine-gallery figure {
        height: auto;
        aspect-ratio: 1 / 1 !important;
      }
      #imagine-hot-spring .section-hero-image--imagine img,
      #imagine-hot-spring .imagine-gallery img {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
      }}
    #imagine-hot-spring .section-hero-image--imagine img,
    #imagine-hot-spring .imagine-gallery img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    #imagine-hot-spring .section-hero-image--imagine img {
      object-position: center 46%;
    }
    #onsen-hot-spring {
      background: transparent;
      padding: clamp(56px, 6vw, 76px) 0;
      border-bottom: 1px solid rgba(30, 61, 32, 0.05);
      scroll-margin-top: 126px;
    }
    #onsen-hot-spring .section-header {
      max-width: 100%;
      width: 100%;
      text-align: left;
    }
    #onsen-hot-spring #imagine-hot-spring {
      width: 100%;
      max-width: none;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 0.52fr) minmax(0, 0.48fr);
      column-gap: clamp(48px, 5vw, 72px);
      row-gap: clamp(24px, 3vw, 38px);
      align-items: start;
    }
    #onsen-hot-spring .section-header p {
      max-width: none;
      width: 100%;
    }
    #onsen-hot-spring #imagine-hot-spring .section-header,
    #onsen-hot-spring #imagine-hot-spring .section-hero-image--imagine,
    #onsen-hot-spring #imagine-hot-spring .imagine-gallery,
    #onsen-hot-spring #imagine-hot-spring .onsen-mobile-hero,
    #onsen-hot-spring #imagine-hot-spring > .story-copy,
    #onsen-hot-spring #imagine-hot-spring .story-copy:nth-of-type(2),
    #onsen-hot-spring #imagine-hot-spring .onsen-stations,
    #onsen-hot-spring #imagine-hot-spring .onsen-ending,
    #onsen-hot-spring #imagine-hot-spring .guest-quote-cta {
      grid-column: 1 / -1;
    }
    #onsen-hot-spring #imagine-hot-spring .section-header,
    #onsen-hot-spring #imagine-hot-spring .section-hero-image--imagine,
    #onsen-hot-spring #imagine-hot-spring .imagine-gallery,
    #onsen-hot-spring #imagine-hot-spring .onsen-mobile-hero {
      width: 100%;
      max-width: none;
    }
    #onsen-hot-spring #imagine-hot-spring > .story-copy {
      max-width: none;
      width: 100%;
    }
    #onsen-hot-spring #imagine-hot-spring > .story-copy:first-of-type {
      margin-bottom: 0;
    }
    #onsen-hot-spring .section-hero-image--imagine {
      margin: 0;
      align-self: stretch;
    }
    #onsen-hot-spring #imagine-hot-spring .story-copy p {
      max-width: none;
    }
    #onsen-hot-spring .onsen-hero {
      margin: clamp(30px, 3.6vw, 50px) 0 clamp(26px, 3.4vw, 48px);
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(14px, 1.8vw, 22px);
      align-items: stretch;
    }
    #onsen-hot-spring .onsen-hero figure {
      margin: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      aspect-ratio: 4 / 3;
      box-shadow: 0 10px 22px rgba(28,28,24,0.045);
      min-width: 0;
    }
    #onsen-hot-spring .onsen-hero img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    #onsen-hot-spring .onsen-mobile-hero {
      display: none;
      margin: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      aspect-ratio: 16 / 10;
      box-shadow: 0 10px 22px rgba(28,28,24,0.045);
    }
    #onsen-hot-spring .onsen-mobile-hero img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    #onsen-hot-spring .onsen-stations {
      counter-reset: none;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: clamp(16px, 1.8vw, 24px);
      margin-top: clamp(18px, 2.4vw, 32px);
    }
    #onsen-hot-spring .onsen-station {
      counter-increment: none;
      display: flex;
      flex-direction: column;
      min-width: 0;
      min-height: 100%;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(30,61,32,0.08);
      background: rgba(255,255,255,0.95);
      padding: clamp(18px, 1.6vw, 24px);
      box-shadow: 0 10px 22px rgba(28,28,24,0.045);
    }
    #onsen-hot-spring .onsen-station h3::before {
      content: none;
    }
    #onsen-hot-spring .onsen-station-number {
      display: block;
      margin: 0 0 10px;
      font-family: var(--ff-body);
      font-size: 10px;
      line-height: 1.4;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    #onsen-hot-spring .onsen-station h3 {
      margin: 0;
      font-family: var(--ff-display);
      font-weight: 400;
      letter-spacing: 0;
      color: var(--ink);
    }
    #onsen-hot-spring .onsen-station p {
      margin: 10px 0 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #onsen-hot-spring .onsen-ending {
      position: relative;
      max-width: 700px;
      margin: clamp(36px, 4vw, 54px) auto;
      padding: clamp(52px, 5.6vw, 76px) clamp(18px, 3vw, 34px);
      text-align: center;
      background: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
    }
    #onsen-hot-spring .onsen-ending::before,
    #onsen-hot-spring .onsen-ending::after {
      content: "“";
      position: absolute;
      font-family: var(--ff-display);
      font-size: clamp(72px, 8vw, 100px);
      line-height: 1;
      color: var(--ember);
      opacity: 0.3;
      pointer-events: none;
    }
    #onsen-hot-spring .onsen-ending::before {
      top: 18px;
      left: 28px;
    }
    #onsen-hot-spring .onsen-ending::after {
      content: "”";
      right: 28px;
      bottom: 18px;
    }
    #onsen-hot-spring .onsen-ending blockquote {
      margin: 0 auto;
      max-width: 460px;
      font-family: var(--ff-display);
      font-size: clamp(22px, 3.2vw, 38px);
      font-weight: 300;
      font-style: italic;
      line-height: 1.35;
      color: var(--ink);
      text-align: center;
    }
    #onsen-hot-spring .onsen-ending blockquote .inline-accent {
      font-family: var(--ff-display);
      font-style: italic;
      font-weight: 700;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: -0.01em;
      color: var(--ember);
    }
    @media (max-width: 767px) {
      #onsen-hot-spring .onsen-ending {
        max-width: 100%;
        margin: 30px auto;
        padding: 30px 20px;
      }
      #onsen-hot-spring .onsen-ending blockquote {
        max-width: 24ch;
      }
      #onsen-hot-spring .onsen-ending blockquote .inline-accent {
        font-size: inherit;
      }
      #onsen-hot-spring .onsen-ending::before,
      #onsen-hot-spring .onsen-ending::after {
        font-size: clamp(42px, 8vw, 56px);
      }
      #onsen-hot-spring .onsen-ending::before {
        top: 12px;
        left: 12px;
      }
      #onsen-hot-spring .onsen-ending::after {
        right: 12px;
        bottom: 12px;
      }
      #onsen-hot-spring .onsen-ending blockquote {
        font-size: 30px;
        line-height: 1.34;
      }}
    #guest-quote .guest-quote-cta {
      display: flex;
      justify-content: center;
      margin-top: clamp(18px, 2vw, 28px);
    }
    #onsen-hot-spring .guest-quote-cta {
      display: flex;
      justify-content: center;
      margin-top: clamp(18px, 2vw, 28px);
    }
    #onsen-hot-spring .guest-quote-cta .btn {
      margin-inline: auto;
    }

    @media (max-width: 980px) {
      #daily-rhythm .sw,
      #onsen-hot-spring #imagine-hot-spring {
        grid-template-columns: 1fr;
        column-gap: 0;
      }
      #onsen-hot-spring .section-hero-image--imagine {
        margin-top: 0;
      }
      #onsen-hot-spring .onsen-stations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      #onsen-hot-spring .onsen-hero {
        grid-template-columns: 1fr;
      }
      #onsen-hot-spring .onsen-hero {
        display: none;
      }
      #onsen-hot-spring .onsen-mobile-hero {
        display: block;
        width: 100%;
        margin: 22px 0;
      }}

    @media (max-width: 640px) {
      #onsen-hot-spring .onsen-stations {
        grid-template-columns: 1fr;
      }
      #onsen-hot-spring .onsen-hero {
        grid-template-columns: 1fr;
      }}

    @media (max-width: 767px) {
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a86f802 *//* 11-your-five-days: section-specific Yên Retreat styles. */

    .section-header > span,
    .eyebrow,
    .pillar-tag,
    .five-days-step__eyebrow,
    .guide-role,
    .room-label {
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    .fit-cluster h3,
    .why-card h3,
    .schedule-list summary,
    .timeline-card h3,
    .journey-body h3,
    .included-card h3,
    .guide-name,
    .room-row-info h3,
    .pillar-card h3,
    .five-days-step h3,
    .onsen-station h3,
    .decision-note strong,
    .included-summary-item strong,
    .included-panel h3,
    .faq-list summary {
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 0;
      color: var(--ink);
    }
    #your-five-days .section-header {
      max-width: 100%;
      width: 100%;
      text-align: left;
    }
    #your-five-days .section-header h2 {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #your-five-days .your-five-days-intro {
      max-width: 74ch;
      margin-top: clamp(14px, 1.8vw, 20px);
    }
    #your-five-days .five-days-timeline {
      position: relative;
      display: grid;
      gap: clamp(22px, 3vw, 36px);
      margin-top: clamp(24px, 3vw, 36px);
    }
    #your-five-days .five-days-timeline::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 1px;
      transform: translateX(-50%);
      background: linear-gradient(180deg, rgba(30,61,32,0.16), rgba(30,61,32,0.06));
      pointer-events: none;
    }
    #your-five-days .five-days-step {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: clamp(18px, 2.8vw, 34px);
      align-items: center;
    }
    #your-five-days .five-days-step:nth-child(even) .five-days-step__content {
      order: 2;
    }
    #your-five-days .five-days-step:nth-child(even) .five-days-step__media {
      order: 1;
    }
    #your-five-days .five-days-step__content {
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,232,208,0.9));
      border-radius: var(--radius-lg);
      border: 1px solid rgba(30,61,32,0.08);
      padding: 28px 26px 30px 46px;
      box-shadow: 0 24px 60px rgba(28,28,24,0.08);
      position: relative;
      min-width: 0;
    }
    #your-five-days .five-days-step__content::before {
      content: "";
      position: absolute;
      top: 24px;
      left: 18px;
      width: 3px;
      height: calc(100% - 48px);
      background: linear-gradient(180deg, rgba(224,100,32,0.8), rgba(245,160,48,0.4));
      border-radius: 999px;
    }
    #your-five-days .five-days-step__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      width: fit-content;
      margin: 0 0 16px;
      padding: 0;
      font-family: var(--ff-body);
      font-size: 12px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--ember);
    }
    #your-five-days .five-days-step__eyebrow::after {
      content: "";
      display: block;
      width: 48px;
      height: 1px;
      background: linear-gradient(90deg, var(--ember), rgba(224,100,32,0.14));
    }
    #your-five-days .five-days-step h3 {
      margin: 0 0 12px;
      font-family: var(--ff-display);
      font-weight: 400;
      letter-spacing: 0;
      color: var(--ink);
    }
    #your-five-days .five-days-step__summary,
    #your-five-days .five-days-step p {
      margin: 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #your-five-days .five-days-step__summary {
      margin-bottom: 14px;
    }
    #your-five-days .five-days-step__quote {
      margin: 18px 0 0;
      font-family: var(--ff-display);
      font-size: clamp(18px, 1.55vw, 24px);
      line-height: 1.5;
      color: var(--ink);
      font-style: italic;
    }
    #your-five-days .five-days-step__media {
      margin: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
      aspect-ratio: 4 / 3;
      box-shadow: 0 16px 34px rgba(28,28,24,0.055);
    }
    #your-five-days .five-days-step__media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    #your-five-days .journey-cta,
    #your-five-days .five-days-cta {
      margin-top: clamp(22px, 2.4vw, 34px);
      text-align: center;
      max-width: 760px;
      margin-inline: auto;
    }
    #your-five-days .journey-cta h3,
    #your-five-days .five-days-cta h3 {
      margin: 0 0 8px;
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      line-height: 1.15;
      font-weight: 400;
      color: var(--ink);
    }
    #your-five-days .journey-cta p,
    #your-five-days .five-days-cta p {
      margin: 0 auto 18px;
      max-width: 56ch;
      color: var(--text-muted);
      font-family: var(--ff-body);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #your-five-days .journey-cta .btn,
    #your-five-days .five-days-cta .btn {
      margin-inline: auto;
    }
    #your-five-days .five-days-step__media img {
      object-position: center;
    }
    #your-five-days .five-days-step:nth-child(2) .five-days-step__media img {
      object-position: center 40%;
    }
    #your-five-days .five-days-step:nth-child(5) .five-days-step__media img {
      object-position: center 38%;
    }
    #your-five-days .daily-rhythm-final {
      max-width: 760px;
      margin: clamp(24px, 3vw, 36px) auto 0;
      text-align: center;
    }
    #your-five-days .daily-rhythm-final p {
      max-width: 58ch;
      margin-left: auto;
      margin-right: auto;
    }
    #your-five-days .daily-rhythm-final .btn {
      margin-top: 18px;
    }

    @media (max-width: 960px) {
      #your-five-days .five-days-step {
        grid-template-columns: 1fr;
      }
      #your-five-days .five-days-step__content {
        order: 1;
      }
      #your-five-days .five-days-step__media {
        order: 2;
      }
      #your-five-days .five-days-timeline::before {
        left: 16px;
        transform: none;
      }
      #your-five-days .five-days-step__content {
        padding-left: 34px;
      }}

    @media (max-width: 767px) {
      #your-five-days .five-days-timeline {
        gap: 18px;
      }
      #your-five-days .five-days-timeline::before {
        left: 14px;
      }
      #your-five-days .five-days-step {
        gap: 14px;
        display: flex;
        flex-direction: column;
      }
      #your-five-days .five-days-step__content,
      #your-five-days .five-days-step__media {
        order: unset;
        width: 100%;
      }
      #your-five-days .five-days-step__content {
        order: 1;
      }
      #your-five-days .five-days-step__media {
        order: 2;
      }
      #your-five-days .five-days-step:nth-child(even) .five-days-step__content {
        order: 1 !important;
      }
      #your-five-days .five-days-step:nth-child(even) .five-days-step__media {
        order: 2 !important;
      }
      #your-five-days .five-days-step__content {
        padding: 24px 18px 24px 34px;
      }
      #your-five-days .five-days-step__media {
        min-height: 0;
      }
      #your-five-days .five-days-step__content::before {
        left: 13px;
        top: 20px;
      }
      #your-five-days .five-days-step__quote {
        font-size: clamp(18px, 5vw, 22px);
      }
      #your-five-days .journey-cta,
      #your-five-days .five-days-cta {
        margin-top: 28px;
        max-width: 100%;
      }
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fee937c *//* 12-guides: section-specific Yên Retreat styles. */

    #guides {
      padding: clamp(56px, 6vw, 76px) 0;
      border-bottom: 1px solid rgba(30,61,32,0.05);
      scroll-margin-top: 126px;
    }
    .section-header > span,
    .eyebrow,
    .pillar-tag,
    .five-days-step__eyebrow,
    .guide-role,
    .room-label {
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    .fit-cluster h3,
    .why-card h3,
    .schedule-list summary,
    .timeline-card h3,
    .journey-body h3,
    .included-card h3,
    .guide-name,
    .room-row-info h3,
    .pillar-card h3,
    .five-days-step h3,
    .onsen-station h3,
    .decision-note strong,
    .included-summary-item strong,
    .included-panel h3,
    .faq-list summary {
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 0;
      color: var(--ink);
    }
    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #guides .section-header {
      max-width: none;
      width: 100%;
    }
    #guides .section-header h2 {
      max-width: none;
      width: 100%;
      margin-bottom: 16px;
    }
    #guides .guides-feature-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(18px, 2vw, 26px);
      margin-top: clamp(24px, 3vw, 38px);
    }
    #guides .guide-feature-card,
    #guides .guide-support-card {
      border-radius: var(--radius-lg);
      border: 1px solid rgba(30,61,32,0.08);
      overflow: hidden;
      background: rgba(255,255,255,0.9);
      box-shadow: 0 14px 28px rgba(28,28,24,0.05);
    }
    #guides .guide-feature-card {
      display: flex;
      flex-direction: column;
      min-width: 0;
    }
    #guides .guide-feature-photo {
      aspect-ratio: 4 / 3;
      overflow: hidden;
      border-radius: var(--radius-lg) var(--radius-lg) 0 0;
      background: var(--warm-100);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #guides .guide-feature-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 18%;
      display: block;
    }
    #guides .guide-feature-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: clamp(22px, 2.4vw, 32px);
      min-width: 0;
    }
    #guides .guide-name {
      margin: 0;
    }
    #guides .guide-role {
      margin: 0;
    }
    #guides .guide-bio {
      margin: 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #guides .guides-support-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(16px, 1.8vw, 22px);
      margin-top: clamp(18px, 2.4vw, 30px);
    }
    #guides .guide-support-card {
      padding: clamp(20px, 2vw, 26px);
      min-width: 0;
    }
    #guides .guide-support-card--phuong .guide-feature-photo {
      margin: 0;
    }
    #guides .guide-support-card--phuong .guide-feature-photo img {
      object-position: center 22%;
    }
    #guides .guide-support-card--phuong .guide-slide--tuyen .guide-feature-photo img {
      object-position: center bottom;
    }
    #guides .guide-support-card--phuong {
      padding: 0;
      overflow: hidden;
    }
    #guides .guide-support-card--phuong .guide-feature-content {
      padding: clamp(22px, 2.4vw, 32px);
    }
    #guides .guide-support-card--alba {
      padding: 0;
      overflow: hidden;
    }
    #guides .guide-support-card--alba .guide-feature-photo {
      margin: 0;
    }
    #guides .guide-support-card--alba .guide-feature-photo img {
      object-position: center 70%;
    }
    #guides .guide-support-card--alba .guide-feature-content {
      padding: clamp(22px, 2.4vw, 32px);
    }
    #guides .guide-support-card .guide-name {
      margin-bottom: 2px;
    }
    #guides .guide-support-card .guide-role {
      margin-bottom: 12px;
    }
    #guides .guide-support-card .guide-bio {
      line-height: var(--copy-lh);
    }
    #guides .guide-slider-track {
      display: flex;
      width: 100%;
      min-width: 0;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    #guides .guide-slider-track::-webkit-scrollbar {
      display: none;
    }
    #guides .guide-support-card--phuong .guide-slide {
      flex: 0 0 100%;
      min-width: 0;
      display: flex;
      flex-direction: column;
      scroll-snap-align: start;
    }
    #guides .guide-slider-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      padding: 0 clamp(22px, 2.4vw, 32px) clamp(20px, 2.2vw, 28px);
    }
    #guides .guide-slider-arrow {
      flex-shrink: 0;
      width: 30px !important;
      min-width: 30px !important;
      height: 30px !important;
      min-height: 30px !important;
      padding: 0 !important;
      border-radius: 50%;
      border: 1px solid rgba(30,61,32,0.15);
      background: var(--ivory);
      color: var(--ink);
      font-size: 16px;
      line-height: 1;
      cursor: pointer;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      appearance: none;
      -webkit-appearance: none;
      visibility: visible !important;
      opacity: 1 !important;
      transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }
    #guides .guide-slider-arrow:hover {
      background: var(--ember);
      border-color: var(--ember);
      color: var(--ivory);
    }
    #guides .guide-slider-dots {
      display: flex;
      gap: 6px;
    }
    #guides .guide-slider-dot {
      display: block !important;
      width: 6px !important;
      min-width: 6px !important;
      height: 6px !important;
      min-height: 6px !important;
      border-radius: 50%;
      border: none;
      background: rgba(30,61,32,0.18);
      cursor: pointer;
      padding: 0 !important;
      appearance: none;
      -webkit-appearance: none;
      transition: width 0.25s ease, background 0.25s ease;
    }
    #guides .guide-slider-dot.is-active {
      background: var(--ember);
      width: 18px !important;
      border-radius: 3px;
    }
    @media (max-width: 767px) {
      #guides .guides-feature-grid,
      #guides .guides-support-grid {
        grid-template-columns: 1fr;
      }
      #guides .guide-feature-photo {
        aspect-ratio: 4 / 3;
      }}

    @media (max-width: 767px) {
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c26426b *//* 13-accommodation-pricing: section-specific Yên Retreat styles. */

    .fit-cluster h3,
    .why-card h3,
    .schedule-list summary,
    .timeline-card h3,
    .journey-body h3,
    .included-card h3,
    .guide-name,
    .room-row-info h3,
    .pillar-card h3,
    .five-days-step h3,
    .onsen-station h3,
    .decision-note strong,
    .included-summary-item strong,
    .included-panel h3,
    .faq-list summary {
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 0;
      color: var(--ink);
    }
    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #accommodation {
      padding: clamp(56px, 6vw, 76px) 0;
      border-bottom: 1px solid rgba(30, 61, 32, 0.05);
      scroll-margin-top: 126px;
    }
    #accommodation #pricing {
      scroll-margin-top: 126px;
    }
    #accommodation .section-header p {
      max-width: 840px;
    }
    #accommodation .gallery-set {
      --gallery-lead-height: clamp(280px, 36vw, 460px);
      display: flex;
      gap: var(--gallery-gap);
      margin-top: var(--space-md);
      align-items: stretch;
      min-width: 0;
    }
    #accommodation .gallery-main,
    #accommodation .gallery-stack figure {
      margin: 0;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: var(--warm-100);
    }
    #accommodation .gallery-main {
      height: var(--gallery-lead-height);
      flex: 1.15;
    }
    #accommodation .gallery-stack {
      flex: 0.95;
      display: flex;
      flex-direction: column;
      gap: var(--gallery-gap);
      min-width: 0;
    }
    #accommodation .gallery-stack figure {
      flex: 1;
      min-height: 0;
    }
    #accommodation .gallery-stack--emphasis figure {
      min-height: clamp(180px, 28vw, 280px);
    }
    #accommodation .gallery-set figure img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }
    #accommodation .gallery-set--aligned {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
      gap: clamp(12px, 1.8vw, 20px);
      align-items: stretch;
      min-width: 0;
    }
    #accommodation .gallery-set--aligned .gallery-main,
    #accommodation .gallery-set--aligned .gallery-stack {
      min-height: var(--gallery-lead-height);
      height: var(--gallery-lead-height);
    }
    #accommodation .gallery-set--aligned .gallery-main {
      flex: none;
    }
    #accommodation .gallery-set--aligned .gallery-stack {
      flex: none;
      display: grid;
      grid-template-rows: repeat(2, minmax(0, 1fr));
      align-content: stretch;
    }
    #accommodation .gallery-set--aligned .gallery-stack figure,
    #accommodation .gallery-set--aligned .gallery-stack--emphasis figure {
      min-height: 0;
      height: 100%;
    }
    #accommodation .fine-print {
      margin: clamp(32px, 3.6vw, 40px) 0 0;
      color: var(--text-muted);
      font-family: var(--ff-body);
      font-size: var(--copy-size);
      font-weight: 400;
      line-height: var(--copy-lh);
      letter-spacing: 0;
    }
    .included-summary {
      display: grid;
      grid-template-columns: repeat(4,minmax(0,1fr));
      gap: var(--space-sm);
      margin-bottom: clamp(30px, 2.6vw, 40px);
      align-items: stretch;
    }
    .included-summary-item {
      border-radius: var(--radius-md);
      border: 1px solid rgba(30,61,32,0.08);
      background: rgba(255,255,255,0.72);
      padding: clamp(20px, 1.8vw, 24px);
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .included-summary-item strong {
      display: block;
      font-family: var(--ff-display);
      font-size: clamp(20px, 1.5vw, 24px);
      line-height: 1.15;
      font-weight: 400;
    }
    .included-summary-item span {
      display: block;
      margin-top: 10px;
      font-size: var(--copy-size);
      color: var(--text-muted);
      line-height: var(--copy-lh);
    }
    #accommodation .pricing-toolbar {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: clamp(16px, 2vw, 24px);
      margin: clamp(22px, 2.4vw, 32px) 0 clamp(16px, 1.8vw, 22px);
      padding: clamp(18px, 2vw, 24px);
      border: 1px solid rgba(30,61,32,0.12);
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,250,242,0.9));
      box-shadow: 0 12px 26px rgba(28,28,24,0.06);
    }
    #accommodation .pricing-from-note {
      margin: 0;
      max-width: 58ch;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #accommodation .pricing-currency-field {
      position: relative;
      display: grid;
      gap: 8px;
      min-width: 210px;
      padding: 13px;
      border: 1px solid rgba(224,100,32,0.34);
      border-radius: var(--radius-lg);
      background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,250,242,0.96));
      box-shadow: 0 12px 24px rgba(28,28,24,0.075);
      transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
    }
    #accommodation .pricing-currency-field label {
      color: var(--ember);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    #accommodation .pricing-currency-field::after {
      content: "";
      position: absolute;
      right: 26px;
      bottom: 28px;
      width: 9px;
      height: 9px;
      border-right: 2px solid var(--ember);
      border-bottom: 2px solid var(--ember);
      transform: rotate(45deg);
      pointer-events: none;
    }
    #accommodation .pricing-currency-select {
      appearance: none;
      -webkit-appearance: none;
      min-height: 48px;
      border: 1px solid rgba(30,61,32,0.2);
      border-radius: var(--radius-md);
      background: linear-gradient(180deg, #fff, rgba(245,232,208,0.24));
      color: var(--forest);
      font-family: var(--ff-body);
      font-size: var(--copy-size);
      font-weight: 600;
      line-height: 1.35;
      padding: 11px 44px 11px 15px;
      cursor: pointer;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
      transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    }
    #accommodation .pricing-currency-field:hover .pricing-currency-select {
      border-color: rgba(224,100,32,0.42);
      background: linear-gradient(180deg, #fff, rgba(245,232,208,0.4));
    }
    #accommodation .pricing-currency-field:hover,
    #accommodation .pricing-currency-field:focus-within {
      border-color: rgba(224,100,32,0.48);
      box-shadow: 0 14px 28px rgba(28,28,24,0.085);
    }
    #accommodation .pricing-currency-select:focus-visible,
    #accommodation .room-accordion-toggle:focus-visible {
      outline: 2px solid rgba(224,100,32,0.55);
      outline-offset: 3px;
    }
    #accommodation .room-accordion-list {
      display: grid;
      gap: clamp(12px, 1.5vw, 18px);
      margin-top: clamp(16px, 1.8vw, 24px);
      min-width: 0;
    }
    #accommodation .retreat-data-loading,
    #accommodation .retreat-data-empty {
      margin: 0;
      padding: clamp(18px, 2vw, 24px);
      border: 1px solid rgba(30,61,32,0.08);
      border-radius: var(--radius-lg);
      background: rgba(255,255,255,0.72);
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #accommodation .room-accordion {
      border: 1px solid rgba(30,61,32,0.08);
      border-radius: var(--radius-lg);
      background: rgba(255,255,255,0.96);
      box-shadow: 0 10px 22px rgba(28,28,24,0.045);
      overflow: hidden;
    }
    #accommodation .room-accordion-toggle {
      appearance: none;
      -webkit-appearance: none;
      width: 100%;
      min-height: 132px;
      border: 0;
      background: transparent;
      color: inherit;
      cursor: pointer;
      display: grid;
      grid-template-columns: 160px minmax(0, 1fr) minmax(220px, 240px);
      align-items: center;
      gap: clamp(18px, 2vw, 24px);
      padding: clamp(18px, 1.8vw, 22px);
      text-align: left;
      transition: background 0.22s ease;
    }
    #accommodation .room-accordion-toggle:hover {
      background: rgba(245,232,208,0.22);
    }
    #accommodation .room-accordion-thumb {
      width: 100%;
      aspect-ratio: 4 / 3;
      border-radius: var(--radius-md);
      overflow: hidden;
      background: #d8d0c2;
      box-shadow: 0 8px 18px rgba(28,28,24,0.06);
    }
    #accommodation .room-accordion-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    #accommodation [data-room-id="premium"] .room-accordion-thumb img {
      object-position: center;
    }
    #accommodation [data-room-id="bungalow2"] .room-accordion-thumb img {
      object-position: center;
    }
    #accommodation .room-accordion-summary {
      display: grid;
      align-content: center;
      gap: 7px;
      min-width: 0;
    }
    #accommodation .room-accordion-title {
      display: block;
      margin: 0;
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      font-weight: 400;
      line-height: 1.15;
      color: var(--ink);
    }
    #accommodation .room-accordion-details {
      display: block;
      margin-top: 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #accommodation .room-accordion-action {
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      color: var(--ember);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    #accommodation .room-accordion-price {
      display: grid;
      justify-items: end;
      gap: 10px;
      width: 100%;
      min-width: 0;
      text-align: right;
    }
    #accommodation .room-min-price {
      display: grid;
      justify-items: start;
      align-content: start;
      gap: 3px;
      width: 100%;
      max-width: 240px;
      min-width: 0;
      padding: 10px;
      border: 1px solid rgba(30,61,32,0.08);
      border-radius: var(--radius-sm);
      background: rgba(254,250,242,0.72);
      box-sizing: border-box;
      text-align: left;
    }
    #accommodation .room-min-price__label,
    #accommodation .room-min-price__support {
      display: block;
      max-width: 100%;
      min-width: 0;
      color: var(--text-muted);
      font-size: 13px;
      line-height: 1.5;
    }
    #accommodation .room-min-price__label {
      color: var(--ember);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      line-height: 1.35;
    }
    #accommodation .room-min-price__support {
      overflow-wrap: anywhere;
      text-wrap: pretty;
    }
    #accommodation .room-min-price__value {
      display: block;
      max-width: 100%;
      min-width: 0;
      color: var(--forest);
      font-family: var(--ff-display);
      font-size: clamp(19px, 1.45vw, 23px);
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow-wrap: normal;
      font-variant-numeric: tabular-nums;
    }
    #accommodation .room-accordion-icon {
      position: relative;
      width: 32px;
      height: 32px;
      border: 1px solid rgba(224,100,32,0.34);
      border-radius: var(--radius-sm);
      background: rgba(255,250,242,0.9);
      flex: 0 0 auto;
    }
    #accommodation .room-accordion-icon::before,
    #accommodation .room-accordion-icon::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 2px;
      border-radius: 999px;
      background: var(--ember);
      transform: translate(-50%, -50%);
      transition: opacity 0.2s ease, transform 0.2s ease;
    }
    #accommodation .room-accordion-icon::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }
    #accommodation .room-accordion.is-open .room-accordion-icon::after {
      opacity: 0;
      transform: translate(-50%, -50%) rotate(0deg);
    }
    #accommodation .room-accordion-panel[hidden] {
      display: none !important;
    }
    #accommodation .room-accordion-panel {
      padding: 0 clamp(16px, 1.8vw, 22px) clamp(20px, 2vw, 26px);
    }
    #accommodation .room-pricing-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: clamp(18px, 2vw, 24px);
      padding-top: clamp(18px, 1.8vw, 24px);
      border-top: 1px solid rgba(30,61,32,0.08);
    }
    #accommodation .room-rate-card {
      border: 1px solid rgba(30,61,32,0.08);
      border-radius: var(--radius-lg);
      background: rgba(255,255,255,0.86);
      padding: clamp(18px, 1.8vw, 24px);
      box-shadow: 0 8px 18px rgba(28,28,24,0.035);
    }
    #accommodation .room-rate-card--best {
      background: linear-gradient(180deg, rgba(245,232,208,0.58), rgba(255,250,242,0.88));
      border-color: rgba(224,100,32,0.18);
    }
    #accommodation .room-rate-card h4 {
      margin: 0 0 clamp(14px, 1.4vw, 18px);
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      font-weight: 400;
      line-height: 1.15;
      color: var(--ink);
    }
    #accommodation .room-rate-items {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: clamp(12px, 1.4vw, 16px);
    }
    #accommodation .room-rate-item {
      min-width: 0;
    }
    #accommodation .room-rate-item span {
      display: block;
      margin-bottom: 6px;
      color: var(--ember);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      line-height: 1.35;
      text-transform: uppercase;
    }
    #accommodation .room-rate-item strong {
      display: block;
      color: var(--forest);
      font-family: var(--ff-display);
      font-size: clamp(21px, 1.6vw, 27px);
      font-weight: 400;
      line-height: 1.15;
      overflow-wrap: anywhere;
    }
    #accommodation .room-package-description {
      margin: clamp(16px, 1.8vw, 22px) 0 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
      white-space: pre-line;
    }
    #accommodation .room-rate-card > .btn {
      margin-top: clamp(18px, 2vw, 24px);
    }
    #accommodation .pricing-conditions {
      margin-top: clamp(34px, 3.4vw, 48px);
      padding: clamp(30px, 3vw, 42px);
      border-radius: var(--radius-lg);
      border: 1px solid rgba(30,61,32,0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: 0 12px 28px rgba(28,28,24,0.06);
    }
    #accommodation .pricing-conditions h3 {
      margin: 0 0 6px;
      font-family: var(--ff-display);
      font-size: clamp(26px, 2.2vw, 34px);
      font-weight: 400;
      line-height: 1.15;
      color: var(--ink);
    }
    #accommodation .pricing-conditions p {
      margin: 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #accommodation .pricing-conditions .inline-accent {
      color: rgb(210, 92, 28);
      font-family: inherit;
      font-style: normal;
      font-weight: 600;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: -0.01em;
      display: inline;
      vertical-align: baseline;
    }
    #accommodation .pricing-included-summary .included-summary-item strong .inline-accent {
      color: rgb(210, 92, 28);
      display: inline;
      margin-top: 0;
      font-family: inherit;
      font-style: normal;
      font-weight: 600;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: -0.01em;
      vertical-align: baseline;
    }
    #accommodation .pricing-conditions .bullets {
      margin-top: clamp(18px, 2vw, 26px);
      margin-bottom: clamp(18px, 2vw, 26px);
      gap: 12px;
      max-width: 780px;
    }
    #accommodation .pricing-conditions .bullets li {
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: 1.68;
    }
    #accommodation .pricing-condition-term {
      color: var(--forest);
      font-weight: 600;
    }
    #accommodation .pricing-disclaimer {
      display: grid;
      gap: 14px;
      margin-top: clamp(24px, 2.4vw, 34px);
      padding-top: clamp(20px, 2vw, 28px);
      border-top: 1px solid rgba(30,61,32,0.08);
      max-width: 860px;
    }
    #accommodation .pricing-included-summary {
      margin-top: clamp(28px, 3vw, 42px);
      margin-bottom: clamp(36px, 3.4vw, 50px);
      gap: clamp(16px, 1.8vw, 24px);
    }
    #accommodation .pricing-included-summary .included-summary-item {
      padding: clamp(24px, 2.2vw, 32px);
      background: rgba(255,255,255,0.84);
    }
    #accommodation .pricing-included-summary .included-summary-item span {
      margin-top: 14px;
    }

    @media (max-width: 980px) {
      #accommodation .room-accordion-toggle {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 0;
      }
      #accommodation .room-accordion-toggle {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
      }
      #accommodation .room-accordion-summary {
        order: 1;
        padding: 16px 16px 0;
      }
      #accommodation .room-accordion-thumb {
        order: 2;
        width: 100%;
        aspect-ratio: 16 / 9;
      }
      #accommodation .room-accordion-price {
        order: 3;
        width: 100%;
        justify-items: start;
        text-align: left;
      }
      #accommodation .room-min-price {
        width: 100%;
        max-width: none;
      }
      #accommodation .room-accordion-action {
        padding: 0 18px 18px;
        align-items: flex-start;
      }
      #accommodation .room-min-prices {
        grid-template-columns: 1fr;
      }
      #accommodation .room-accordion-details {
        width: 100%;
      }}

    @media (max-width: 640px) {
      #accommodation .room-accordion-toggle {
        grid-template-columns: 1fr;
        min-height: 0;
      }
      #accommodation .room-accordion-thumb {
        aspect-ratio: 16 / 10;
      }
      #accommodation .room-accordion-summary,
      #accommodation .room-accordion-action {
        padding-left: 20px;
        padding-right: 20px;
      }}

    @media (max-width: 767px) {
      #accommodation .pricing-toolbar {
        align-items: stretch;
        flex-direction: column;
      }
      #accommodation .room-accordion-toggle {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 0;
      }
      #accommodation .room-accordion-thumb {
        width: 100%;
        aspect-ratio: 16 / 9;
      }
      #accommodation .room-accordion-summary {
        padding: 18px 18px 0;
      }
      #accommodation .room-accordion-action {
        padding: 0 18px 18px;
        align-items: flex-start;
      }
      #accommodation .room-accordion-price {
        width: 100%;
      }}

    @media (max-width: 900px) {
      .gallery-set,
      .gallery-set--aligned,
      .spaces-gallery,
      .fit-clusters,
      .included-panels,
      .included-summary,
      .accommodation-intro {
        grid-template-columns: 1fr;
      }
      .accommodation-intro,
      .included-summary {
        grid-template-columns: 1fr;
      }
      #accommodation .gallery-set {
        flex-direction: column;
      }
      #accommodation .gallery-set .gallery-main,
      #accommodation .gallery-set--aligned .gallery-main,
      #accommodation .gallery-set--aligned .gallery-stack {
        height: auto;
        min-height: 0;
      }
      #accommodation .gallery-set .gallery-main {
        height: clamp(240px, 44vw, 360px);
      }
      #accommodation .gallery-set .gallery-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex-direction: initial;
        height: auto;
        margin-top: 0;
      }}

    @media (max-width: 960px) {
      .included-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }}

    @media (max-width: 767px) {
      #accommodation .pricing-toolbar {
        padding: 16px;
      }
      #accommodation .pricing-currency-field,
      #accommodation .pricing-currency-select {
        width: 100%;
      }
      #accommodation .room-accordion-toggle {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
      }
      #accommodation .room-accordion-price {
        grid-column: 1 / -1;
        justify-items: start;
        text-align: left;
        padding-top: 4px;
      }
      #accommodation .room-min-price {
        justify-items: start;
      }
      #accommodation .room-accordion-action {
        justify-content: flex-start;
      }
      #accommodation .room-pricing-grid,
      #accommodation .room-rate-items {
        grid-template-columns: 1fr;
      }
      .included-summary {
        margin-bottom: 26px;
      }
      .included-summary-item {
        padding: 18px;
      }
      .included-summary-item span {
        margin-top: 8px;
      }
      .booking-card,
      .included-panel,
      .included-summary-item,
      .fit-cluster,
      .why-card,
      .private-retreat-card,
      .room-row {
        width: 100%;
        max-width: 100%;
      }
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }
      .spaces-gallery,
      .included-panels,
      .included-summary,
      .accommodation-intro,
      .gallery-set--aligned {
        grid-template-columns: 1fr;
      }}

    @media (max-width: 767px) {
      #accommodation .gallery-set {
        flex-direction: column;
        gap: 18px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
      }
      #accommodation .gallery-set .gallery-main {
        order: 1;
        width: 100%;
        height: clamp(230px, 62vw, 420px);
      }
      #accommodation .gallery-set .gallery-stack {
        order: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }
      #accommodation .gallery-set .gallery-stack figure {
        width: 100%;
        min-height: clamp(160px, 42vw, 260px);
      }
      #accommodation .room-accordion-toggle {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding: 0;
      }
      #accommodation .room-accordion-thumb {
        order: 1;
        width: 100%;
        aspect-ratio: 16 / 10;
        border-radius: 0;
      }
      #accommodation .room-accordion-summary {
        order: 2;
        padding: 18px 18px 10px;
      }
      #accommodation .room-accordion-price {
        order: 3;
        display: grid;
        grid-column: auto;
        width: 100%;
        gap: 12px;
        padding: 0 18px 18px;
      }
      #accommodation .room-min-price {
        width: 100%;
      }
      #accommodation .room-accordion-action {
        width: 100%;
        padding: 0;
        justify-content: space-between;
        white-space: normal;
      }
      #accommodation .room-accordion-panel {
        padding: 0 14px 14px;
      }
      #accommodation .room-rate-card {
        padding: 18px;
      }
      #accommodation .room-rate-card > .btn {
        width: 100%;
        white-space: normal;
      }
      #accommodation .pricing-conditions {
        padding: 22px 18px;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5618234 *//* 14-included: section-specific Yên Retreat styles. */

    .fit-cluster h3,
    .why-card h3,
    .schedule-list summary,
    .timeline-card h3,
    .journey-body h3,
    .included-card h3,
    .guide-name,
    .room-row-info h3,
    .pillar-card h3,
    .five-days-step h3,
    .onsen-station h3,
    .decision-note strong,
    .included-summary-item strong,
    .included-panel h3,
    .faq-list summary {
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 0;
      color: var(--ink);
    }
    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    .list-tight { margin-top: var(--space-sm); gap: 7px; }
    #included .included-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(10px, 1.2vw, 16px);
      margin-top: clamp(2px, 0.6vw, 8px);
      min-width: 0;
      align-items: start;
      grid-auto-rows: auto;
    }
    #included .included-card {
      border-radius: var(--radius-lg);
      border: 1px solid rgba(30,61,32,0.08);
      background: rgba(255,255,255,0.96);
      padding: clamp(16px, 1.6vw, 22px);
      box-shadow: 0 10px 22px rgba(28,28,24,0.045);
      min-width: 0;
      display: flex;
      flex-direction: column;
      height: auto;
      position: relative;
      overflow: hidden;
      gap: 8px;
    }
    #included .included-card--body-care,
    #included .included-card--integration {
      min-height: 100%;
    }
    #included .included-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, rgba(101,147,82,0.95), rgba(101,147,82,0.16));
    }
    #included .included-card h3 {
      margin: 0;
      font-family: var(--ff-display);
      font-weight: 400;
      color: var(--ink);
    }
    #included .included-card .included-label {
      display: block;
      margin: 0 0 6px;
      font-family: var(--ff-body);
      font-size: 10px;
      line-height: 1.4;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    #included .included-card p {
      margin: 6px 0 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #included .included-card .bullets {
      margin-top: 10px;
      gap: 7px;
    }
    #included .included-card .bullets li {
      padding-left: 18px;
      line-height: var(--copy-lh);
      font-size: var(--copy-size);
    }
    #included .included-card .bullets li::before {
      width: 11px;
      height: 11px;
      top: 0.44em;
    }
    #included .included-section-heading {
      grid-column: 1 / -1;
      margin: 0 0 14px;
      font-family: var(--ff-display);
      font-size: clamp(30px, 2.8vw, 42px);
      line-height: 1.08;
      font-weight: 400;
      color: var(--ink);
    }
    #included .included-section-heading .inline-accent {
      color: var(--ember);
      font-family: var(--ff-display);
      font-style: italic;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      letter-spacing: -0.02em;
    }
    #included .included-section-heading--not {
      margin-top: clamp(10px, 1.2vw, 16px);
    }
    #included .included-section-heading--not .inline-accent {
      color: var(--ember);
      font-family: var(--ff-display);
      font-style: italic;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      letter-spacing: -0.02em;
    }
    #included .included-card--full {
      grid-column: 1 / -1;
    }
    #included .included-card--not-included {
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,232,208,0.38));
      border-left: 1px solid rgba(224,100,32,0.12);
      grid-column: 1 / -1;
      position: relative;
      height: auto;
      padding-top: clamp(12px, 1.2vw, 16px);
    }
    #included .included-card--not-included .bullets {
      margin-top: 0;
    }
    #included .included-card--not-included::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, rgba(224,100,32,0.88), rgba(224,100,32,0.12));
    }
    #included .included-card--not-included .bullets li::before {
      background-image: url('/wp-content/uploads/2026/08/Bullet-red.png');
    }
    #included .included-note {
      margin: 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #included .section-header {
      max-width: none;
      width: 100%;
    }
    #included .section-header h2 {
      max-width: 100%;
      width: 100%;
    }
    @media (max-width: 720px) {
      #included .included-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
      }
      #included .included-section-heading {
        margin-top: 8px;
      }}

    @media (max-width: 767px) {
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c65b937 *//* 15-is-this-for-you: section-specific Yên Retreat styles. */

    .fit-cluster h3,
    .why-card h3,
    .schedule-list summary,
    .timeline-card h3,
    .journey-body h3,
    .included-card h3,
    .guide-name,
    .room-row-info h3,
    .pillar-card h3,
    .five-days-step h3,
    .onsen-station h3,
    .decision-note strong,
    .included-summary-item strong,
    .included-panel h3,
    .faq-list summary {
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 0;
      color: var(--ink);
    }
    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #is-this-for-you {
      padding: clamp(56px, 6vw, 76px) 0;
      border-bottom: 1px solid rgba(30, 61, 32, 0.05);
      scroll-margin-top: 126px;
    }

    .fit-list {
      list-style: none;
      margin: var(--space-sm) 0 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .fit-list li {
      padding-left: 0;
      display: flex;
      gap: 9px;
      align-items: flex-start;
      font-size: var(--copy-size);
      line-height: 1.62;
    }
    .fit-list li::before { content: none; }
    .fit-icon {
      width: 17px;
      height: 17px;
      flex: 0 0 17px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-top: 0.22em;
    }
    .fit-list-best .fit-icon { background-image: url('/wp-content/uploads/2026/08/bullet-green.png'); }
    .fit-list-love .fit-icon { background-image: url('/wp-content/uploads/2026/08/heart.svg'); }
    .fit-list-less .fit-icon { background-image: url('/wp-content/uploads/2026/08/Bullet-red.png'); }

    .fit-clusters {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      align-items: stretch;
      min-width: 0;
    }
    .fit-cluster {
      background: #fff;
      border: 1px solid rgba(30,61,32,0.08);
      border-radius: var(--radius-lg);
      padding: var(--space-md);
      box-shadow: 0 12px 32px rgba(28,28,24,0.06);
      min-height: 100%;
    }
    .fit-cluster:nth-child(2) {
      background: linear-gradient(180deg, rgba(254,250,242,0.98), rgba(245,232,208,0.46));
    }
    .fit-cluster:nth-child(3) {
      grid-column: 1 / -1;
      width: calc((100% - 16px) / 2);
      justify-self: center;
    }
    .fit-cluster h3 {
      font-family: var(--ff-display);
      margin: 0 0 12px;
    }
    .fit-kicker {
      display: block;
      margin-bottom: var(--space-sm);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    .retreat-page-yen .fit-clusters,
    .retreat-page-yen .why-grid,
    .retreat-page-yen .included-panels {
      gap: 18px;
    }
    .retreat-page-yen .fit-cluster,
    .retreat-page-yen .why-card,
    .retreat-page-yen .included-panel,
    .retreat-page-yen .room-row,
    .retreat-page-yen .faq-list details {
      border-color: rgba(30,61,32,0.08);
      box-shadow: 0 10px 22px rgba(28,28,24,0.045);
    }
    #is-this-for-you .section-header {
      max-width: none;
      width: 100%;
    }
    #is-this-for-you .fine-print {
      margin: clamp(32px, 3.6vw, 40px) 0 0;
      color: var(--text-muted);
      font-family: var(--ff-body);
      font-size: var(--copy-size);
      font-weight: 400;
      line-height: var(--copy-lh);
      letter-spacing: 0;
    }

    @media (max-width: 900px) {
      .gallery-set,
      .gallery-set--aligned,
      .spaces-gallery,
      .fit-clusters,
      .included-panels,
      .included-summary,
      .accommodation-intro {
        grid-template-columns: 1fr;
      }}

    @media (max-width: 767px) {
      .fit-clusters {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        overflow: visible;
        padding-bottom: 0;
        margin-right: 0;
        padding-right: 0;
      }
      .fit-cluster {
        flex: none;
        width: 100%;
        min-height: auto;
      }
      .fit-cluster:nth-child(3) {
        width: 100%;
      }
      .booking-card,
      .included-panel,
      .included-summary-item,
      .fit-cluster,
      .why-card,
      .private-retreat-card,
      .room-row {
        width: 100%;
        max-width: 100%;
      }
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5ba6fa *//* 16-guest-stories: section-specific Yên Retreat styles. */

    #guest-quote {
      padding: clamp(56px, 6vw, 76px) 0;
      border-bottom: 1px solid rgba(30, 61, 32, 0.05);
      scroll-margin-top: 126px;
    }
    #guest-quote .section-header p {
      max-width: 840px;
    }
    #guest-quote .guest-quote-cta {
      display: flex;
      justify-content: center;
      margin-top: clamp(18px, 2vw, 28px);
    }
    #guest-quote .yen-testimonials-preview {
      position: relative;
      display: grid;
      max-width: 1040px;
      margin: 0 auto;
      padding: 0 0 clamp(92px, 8vw, 128px);
    }
    #guest-quote .yen-testimonial-slider-controls {
      position: absolute;
      top: var(--yen-slider-control-top, 50%);
      left: 8px;
      right: 8px;
      z-index: 4;
      display: flex !important;
      align-items: center;
      justify-content: space-between;
      gap: 0;
      visibility: visible !important;
      opacity: 1 !important;
      pointer-events: none;
      transform: translateY(-50%);
    }
    #guest-quote .yen-testimonial-slider-button {
      position: relative;
      width: 44px !important;
      min-width: 44px !important;
      height: 44px !important;
      min-height: 44px !important;
      padding: 0 !important;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      flex: 0 0 44px;
      border: 1px solid rgba(30,61,32,0.12);
      border-radius: var(--radius-sm);
      background: rgba(255,255,255,0.96);
      color: var(--forest);
      box-shadow: 0 10px 24px rgba(28,28,24,0.06);
      cursor: pointer;
      visibility: visible !important;
      opacity: 1 !important;
      pointer-events: auto;
      transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    }
    #guest-quote .yen-testimonial-slider-button:hover {
      transform: translateY(-1px);
      border-color: rgba(224,100,32,0.38);
      color: var(--ember);
    }
    #guest-quote .yen-testimonial-slider-button:focus-visible {
      outline: 2px solid var(--ember);
      outline-offset: 3px;
    }
    #guest-quote .yen-testimonial-slider-icon {
      display: block !important;
      width: 100%;
      color: currentColor !important;
      font-family: Arial, Helvetica, sans-serif !important;
      font-size: 32px !important;
      font-style: normal;
      font-weight: 300;
      line-height: 36px !important;
      text-align: center;
      visibility: visible !important;
      opacity: 1 !important;
      transform: translateY(-1px);
    }
    #guest-quote .yen-testimonial-slider-button svg {
      display: block;
      width: 18px !important;
      min-width: 18px;
      height: 18px !important;
      flex: 0 0 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .yen-testimonial-slider-counter {
      display: block;
      margin-top: 10px;
      min-width: 54px;
      text-align: center;
      color: var(--forest);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.12em;
    }
    .yen-testimonial-slider-dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 18px;
    }
    .yen-testimonial-slider-dot {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 1px solid rgba(30,61,32,0.22);
      border-radius: 999px;
      background: rgba(255,255,255,0.9);
      cursor: pointer;
    }
    .yen-testimonial-slider-dot.is-active {
      background: var(--ember);
      border-color: var(--ember);
    }
    .yen-testimonial-slider-dot:focus-visible {
      outline: 2px solid var(--ember);
      outline-offset: 3px;
    }
    .yen-testimonial-slider-viewport {
      overflow: hidden;
      border-radius: calc(var(--radius-lg) + 2px);
      padding: 4px 64px;
      height: var(--yen-slider-height, auto);
      transition: height 0.24s ease;
    }
    .yen-testimonial-slider-track {
      --yen-slide-width: min(100%, 820px);
      --yen-slide-gap: 24px;
      display: flex;
      align-items: flex-start;
      gap: var(--yen-slide-gap);
      transition: transform 0.48s ease;
      will-change: transform;
    }
    .yen-testimonial-card {
      display: grid;
      grid-template-columns: minmax(210px, 0.35fr) minmax(0, 0.65fr);
      column-gap: clamp(24px, 3vw, 34px);
      align-items: center;
      flex: 0 0 var(--yen-slide-width);
      min-height: 0;
      padding: clamp(20px, 2.2vw, 26px);
      border: 1px solid rgba(30,61,32,0.08);
      border-radius: var(--radius-lg);
      background: rgba(255,255,255,0.96);
      box-shadow: 0 14px 34px rgba(28,28,24,0.08);
      opacity: 0.34;
      transform: scale(0.975);
      transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    }
    .yen-testimonial-card.is-active {
      opacity: 1;
      transform: scale(1);
      box-shadow: 0 18px 42px rgba(28,28,24,0.10);
    }
    .yen-testimonial-card.is-clone {
      pointer-events: none;
    }
    .yen-testimonial-profile {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      min-width: 0;
    }
    .yen-testimonial-profile-frame {
      width: min(100%, 184px);
      flex: 0 0 auto;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(30,61,32,0.09);
      background: var(--warm-100);
      box-shadow: 0 10px 24px rgba(28,28,24,0.07);
    }
    .yen-testimonial-profile-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .yen-testimonial-identity {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-top: 0;
    }
    .yen-testimonial-name {
      margin: 0;
      font-family: var(--ff-display);
      font-size: clamp(28px, 2.3vw, 34px);
      font-weight: 400;
      line-height: 1.05;
      color: var(--ink);
      letter-spacing: 0;
    }
    .yen-testimonial-label {
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
    }
    .yen-testimonial-main {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-self: center;
      min-width: 0;
      min-height: 0;
    }
    .yen-testimonial-postcard-wrap {
      display: grid;
      gap: 8px;
      width: min(100%, 255px);
      margin: 18px 0 0;
      min-width: 0;
      min-height: 0;
    }
    .yen-testimonial-postcard-label {
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(30,61,32,0.58);
    }
    .yen-testimonial-postcard {
      position: relative;
      display: block;
      width: 100%;
      min-height: 0;
      padding: 7px;
      border: 1px solid rgba(30,61,32,0.08);
      border-radius: var(--radius-md);
      background:
        linear-gradient(135deg, rgba(255,255,255,0.88), rgba(254,250,242,0.96)),
        repeating-linear-gradient(0deg, rgba(30,61,32,0.018) 0, rgba(30,61,32,0.018) 1px, transparent 1px, transparent 7px);
      box-shadow: 0 12px 28px rgba(28,28,24,0.09);
      transform: rotate(-0.7deg);
      border: 0;
      cursor: zoom-in;
      appearance: none;
      -webkit-appearance: none;
      text-align: left;
    }
    .yen-testimonial-postcard:focus-visible {
      outline: 2px solid var(--ember);
      outline-offset: 5px;
    }
    .yen-testimonial-postcard img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: calc(var(--radius-md) - 6px);
    }
    .yen-testimonial-copy {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
      min-height: 0;
      overflow: visible;
      padding: 0;
      border: 0;
      background: transparent;
      box-shadow: none;
    }
    .yen-testimonial-copy-text {
      display: grid;
      gap: 10px;
      width: 100%;
      max-width: 62ch;
      padding: clamp(18px, 2vw, 24px);
      border-radius: var(--radius-lg);
      border: 1px solid rgba(30,61,32,0.08);
      background: rgba(254,250,242,0.92);
      box-shadow: 0 12px 28px rgba(28,28,24,0.07);
    }
    .yen-testimonial-copy-text[hidden] {
      display: none;
    }
    .yen-testimonial-copy-text p {
      margin: 0;
      font-family: var(--ff-body);
      font-size: clamp(15px, 1vw, 16px);
      line-height: 1.6;
      color: var(--text-body);
    }
    .yen-testimonial-original-label {
      display: block;
      margin-bottom: 2px;
      font-family: var(--ff-body);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ember);
    }
    .yen-testimonial-language-toggle {
      min-height: 44px;
      margin-top: 14px;
      padding: 10px 18px;
      border: 1px solid rgba(224,100,32,0.32);
      border-radius: var(--radius-sm);
      background: rgba(255,255,255,0.72);
      color: var(--ember);
      font-family: var(--ff-body);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.04em;
      cursor: pointer;
      transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    }
    .yen-testimonial-language-toggle:hover {
      background: rgba(224,100,32,0.08);
      border-color: rgba(224,100,32,0.52);
      transform: translateY(-1px);
    }
    .yen-testimonial-language-toggle:focus-visible {
      outline: 2px solid var(--ember);
      outline-offset: 3px;
    }
    .yen-testimonial-lightbox {
      position: fixed;
      inset: 0;
      z-index: 500;
      display: none;
      align-items: center;
      justify-content: center;
      padding: clamp(18px, 4vw, 44px);
    }
    .yen-testimonial-lightbox.is-open {
      display: flex;
    }
    .yen-testimonial-lightbox__overlay {
      position: absolute;
      inset: 0;
      background: rgba(12, 14, 11, 0.72);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
    .yen-testimonial-lightbox__dialog {
      position: relative;
      z-index: 1;
      width: min(960px, 100%);
      max-height: 88vh;
      padding: clamp(18px, 2.4vw, 28px);
      border: 1px solid rgba(254, 250, 242, 0.18);
      border-radius: var(--radius-lg);
      background: rgba(254, 250, 242, 0.98);
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
      overflow: auto;
    }
    .yen-testimonial-lightbox__close {
      position: sticky;
      top: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 44px;
      min-height: 44px;
      margin-left: auto;
      border: 1px solid rgba(30, 61, 32, 0.12);
      border-radius: var(--radius-sm);
      background: rgba(255, 255, 255, 0.92);
      color: var(--forest);
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
    }
    .yen-testimonial-lightbox__close:focus-visible {
      outline: 2px solid var(--ember);
      outline-offset: 3px;
    }
    .yen-testimonial-lightbox__image {
      display: block;
      width: 100%;
      height: auto;
      max-height: calc(88vh - 110px);
      margin: 10px auto 0;
      border-radius: var(--radius-md);
      background: #fff;
      object-fit: contain;
    }

    @media (max-width: 980px) {
      #guest-quote .yen-testimonials-preview {
        padding: 0;
      }
      .yen-testimonial-slider-track {
        --yen-slide-width: min(760px, 84%);
        --yen-slide-gap: 20px;
      }}
    @media (max-width: 900px) {
      .yen-testimonial-card {
        grid-template-columns: 1fr;
        align-items: start;
      }
      .yen-testimonial-profile {
        align-items: center;
        text-align: center;
      }
      .yen-testimonial-postcard-wrap {
        width: min(100%, 520px);
        justify-self: center;
      }
      .yen-testimonial-copy-text {
        max-width: none;
      }}
    @media (max-width: 767px) {
      .yen-testimonial-card {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 22px;
        padding: 20px;
      }
      #guest-quote .yen-testimonials-preview {
        padding: 0 0 112px;
      }
      #guest-quote .yen-testimonial-slider-controls {
        position: static;
        transform: none;
        justify-content: center;
        gap: 12px;
        margin-top: 18px;
        pointer-events: auto;
      }
      .yen-testimonial-slider-counter {
        margin-top: 10px;
      }
      .yen-testimonial-slider-viewport {
        order: 1;
        padding: 4px 0;
      }
      .yen-testimonial-slider-track {
        --yen-slide-width: 100%;
        --yen-slide-gap: 14px;
      }
      .yen-testimonial-profile {
        flex-direction: column;
        align-items: center;
        gap: 0;
        text-align: center;
      }
      .yen-testimonial-profile-frame {
        width: min(100%, 190px);
        flex-basis: auto;
      }
      .yen-testimonial-name {
        font-size: clamp(27px, 8vw, 32px);
      }
      .yen-testimonial-main {
        display: block;
        align-self: stretch;
      }
      .yen-testimonial-postcard {
        padding: 10px;
        height: auto;
        transform: rotate(0.45deg);
      }
      .yen-testimonial-postcard img {
        height: auto;
      }
      .yen-testimonial-postcard-wrap {
        width: 100%;
        justify-self: stretch;
        margin-top: 18px;
        text-align: left;
      }
      .yen-testimonial-copy {
        padding: 0;
        overflow: visible;
      }
      .yen-testimonial-copy-text {
        max-width: none;
        padding: 18px;
      }
      .yen-testimonial-language-toggle {
        width: 100%;
        text-align: center;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b010f98 *//* 17-faq: section-specific Yên Retreat styles. */

    #faq .questions-box {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: clamp(24px, 4vw, 54px);
      margin-top: clamp(34px, 5vw, 56px);
      padding: clamp(26px, 4vw, 42px);
      border: 1px solid rgba(30, 61, 32, 0.12);
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, 0.78);
      box-shadow: var(--shadow-soft);
    }
    #faq .questions-box h3 {
      margin: 0 0 8px;
      font-family: var(--ff-display);
      font-size: clamp(28px, 2.6vw, 38px);
      font-weight: 400;
      line-height: 1.12;
      color: var(--ink);
    }
    #faq .questions-box p {
      max-width: 680px;
      margin: 0;
      color: var(--text-muted);
      font-family: var(--ff-body);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
    }
    #faq .questions-box__actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
    }
    .fit-cluster h3,
    .why-card h3,
    .schedule-list summary,
    .timeline-card h3,
    .journey-body h3,
    .included-card h3,
    .guide-name,
    .room-row-info h3,
    .pillar-card h3,
    .five-days-step h3,
    .onsen-station h3,
    .decision-note strong,
    .included-summary-item strong,
    .included-panel h3,
    .faq-list summary {
      font-family: var(--ff-display);
      font-size: clamp(22px, 1.8vw, 30px);
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 0;
      color: var(--ink);
    }
    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    .faq-list details {
      border: 1px solid rgba(30,61,32,0.1);
      border-radius: var(--radius-lg);
      padding: var(--space-md);
      background: #fff;
      position: relative;
      overflow: hidden;
    }
    .faq-list details + details { margin-top: var(--space-sm); }
    .faq-list details::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, rgba(224,100,32,0.88), rgba(224,100,32,0.12));
    }
    .faq-list summary {
      cursor: pointer;
      line-height: 1.1;
    }
    .faq-list p {
      margin: var(--space-sm) 0 0;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
      max-width: 60ch;
    }
    #faq .section-header {
      max-width: none;
      width: 100%;
    }
    #faq .section-header h2 {
      max-width: 100%;
      width: 100%;
    }
    .retreat-page-yen .fit-cluster,
    .retreat-page-yen .why-card,
    .retreat-page-yen .included-panel,
    .retreat-page-yen .room-row,
    .retreat-page-yen .faq-list details {
      border-color: rgba(30,61,32,0.08);
      box-shadow: 0 10px 22px rgba(28,28,24,0.045);
    }

    @media (max-width: 767px) {
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}
    @media (max-width: 760px) {
      #who-this-is-for .early-fit-list,
      #faq .questions-box {
        grid-template-columns: 1fr;
      }
      #faq .questions-box__actions {
        justify-content: flex-start;
      }
      #faq .questions-box__actions .btn {
        width: 100%;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2a8719 *//* 18-booking-cta: section-specific Yên Retreat styles. */

    #booking .booking-next-step {
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid rgba(30, 61, 32, 0.12);
    }
    #what-yen-means .yen-meaning-headline,
    #who-this-is-for .yen-meaning-headline,
    #imagine-hot-spring .yen-meaning-headline,
    #what-begins-to-shift .yen-meaning-headline,
    #daily-rhythm .yen-meaning-headline,
    #onsen-hot-spring .yen-meaning-headline,
    #programme .yen-meaning-headline,
    #setting .yen-meaning-headline,
    #guides .yen-meaning-headline,
    #something-needs-to-change .yen-meaning-headline,
    #is-this-for-you .yen-meaning-headline,
    #accommodation .yen-meaning-headline,
    #included .yen-meaning-headline,
    #faq .yen-meaning-headline,
    #booking .yen-meaning-headline {
      max-width: 100%;
      width: 100%;
      margin: 0 0 14px;
    }
    #booking .section-header {
      max-width: 960px;
      width: 100%;
      margin-inline: auto;
      text-align: center;
    }
    #booking .section-header h2 {
      max-width: 100%;
      width: 100%;
      text-align: center;
    }
    #booking .section-header > p {
      max-width: 860px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    #booking .final-cta-shell {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: clamp(22px, 2.8vw, 36px);
      align-items: center;
      justify-items: center;
    }
    #booking .booking-cta-actions {
      display: flex;
      justify-content: center;
      gap: clamp(16px, 2vw, 20px);
      flex-wrap: wrap;
      margin: 0 auto;
      width: 100%;
      max-width: 760px;
    }
    #booking .booking-cta-actions .btn {
      width: auto;
      min-width: min(280px, 100%);
      min-height: 56px;
      padding: 15px 20px;
      flex: 0 1 320px;
      transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    }
    #booking .booking-cta-actions .btn.btn-outline-ember {
      background: transparent;
    }
    #booking .booking-cta-actions .btn.btn-outline-ember:hover {
      background: rgba(224,100,32,0.08);
      color: var(--ember);
      border-color: rgba(224,100,32,0.62);
    }
    #booking .booking-cta-actions .btn.btn-ember {
      background: var(--ember);
      color: var(--ivory);
      border-color: transparent;
    }
    #booking .booking-cta-actions .btn.btn-ember:hover {
      background: var(--flame);
      color: var(--ivory);
    }
    #booking .booking-cta-note {
      margin: 28px auto 20px;
      max-width: 820px;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
      text-align: center;
    }
    #booking .booking-discovery-trigger {
      cursor: pointer;
    }
    @media (max-width: 720px) {
      #booking .booking-cta-actions { flex-direction: column; }
      #booking .booking-cta-actions .btn {
        width: 100%;
        min-width: 0;
        flex: 0 0 auto;
        min-height: 54px;
        padding: 16px 28px;
      }}
/* Booking modal styles */

    .booking-modal {
      position: fixed;
      inset: 0;
      z-index: 3200;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
    }
    .booking-modal.is-open {
      display: flex;
    }
    .booking-modal__overlay {
      position: absolute;
      inset: 0;
      background: rgba(18, 20, 18, 0.52);
      backdrop-filter: blur(4px);
    }
    .booking-modal__dialog {
      position: relative;
      z-index: 1;
      width: min(100%, 620px);
      max-height: min(88vh, 760px);
      overflow: auto;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(30,61,32,0.08);
      background: rgba(255,255,255,0.98);
      box-shadow: 0 24px 60px rgba(28,28,24,0.18);
      padding: clamp(22px, 3vw, 34px);
    }
    .booking-modal__close {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 36px;
      height: 36px;
      border: 0;
      border-radius: 50%;
      background: rgba(30,61,32,0.08);
      color: var(--forest);
      font-family: var(--ff-body);
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
    }
    .booking-modal__title {
      margin: 0 44px 10px 0;
      font-family: var(--ff-display);
      font-size: clamp(28px, 2.4vw, 38px);
      line-height: 1.08;
      font-weight: 300;
      color: var(--ink);
    }
    .booking-modal__text {
      margin: 0 0 18px;
      color: var(--text-muted);
      font-size: var(--copy-size);
      line-height: var(--copy-lh);
      max-width: 58ch;
    }
    .booking-modal__placeholder {
      border-radius: var(--radius-lg);
      border: 1px dashed rgba(224,100,32,0.34);
      background: linear-gradient(180deg, rgba(254,250,242,0.98), rgba(245,232,208,0.55));
      padding: clamp(26px, 4vw, 42px);
      min-height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--ff-display);
      font-size: clamp(20px, 1.7vw, 26px);
      line-height: 1.12;
      font-weight: 300;
      color: var(--forest);
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }
    body.has-booking-modal-open {
      overflow: hidden;
    }
    .retreat-page-yen .final-cta-shell {
      align-items: center;
    }
    .retreat-page-yen .final-cta-shell .section-header p {
      max-width: 600px;
    }

    @media (max-width: 767px) {
      #something-needs-to-change .section-header h2,
      #what-begins-to-shift .section-header h2,
      #daily-rhythm .section-header h2,
      #programme .yen-meaning-headline,
      #your-five-days .yen-meaning-headline,
      #onsen-hot-spring .yen-meaning-headline,
      #setting .yen-meaning-headline,
      #guides .section-header h2,
      #is-this-for-you .yen-meaning-headline,
      #accommodation .yen-meaning-headline,
      #included .yen-meaning-headline,
      #faq .yen-meaning-headline,
      #booking .yen-meaning-headline {
        max-width: 100%;
        width: 100%;
        white-space: normal;
      }}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4cd9582 *//* Component-specific Yên Retreat styles. */

    .booking-bar-mobile {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      z-index: 150;
      pointer-events: none;
      padding: 0 18px 16px;
      color: var(--forest);
      --booking-bar-collapse-height: 72px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(100%);
      transition: opacity 0.28s ease, transform 0.38s ease, visibility 0s linear 0.38s;
      will-change: transform, opacity;
    }
    .booking-bar-mobile.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto;
      transition-delay: 0s;
    }
    .booking-bar-mobile__collapsed {
      min-height: var(--booking-bar-collapse-height);
      background: rgba(254,250,242,0.98);
      color: var(--forest);
      border-radius: var(--radius-lg);
      box-shadow: 0 -10px 28px rgba(28,28,24,0.08);
      border: 1px solid rgba(30,61,32,0.08);
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) auto;
      align-items: center;
      gap: 12px;
      padding: 16px 22px 16px 24px;
    }
    .booking-bar-mobile__panel,
    .booking-bar-mobile__collapsed {
      width: min(1240px, 100%);
      pointer-events: auto;
      margin: 0 auto;
    }
    .booking-bar-mobile__panel {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transform: translateY(10px);
      transition: max-height 0.34s ease, opacity 0.24s ease, transform 0.34s ease;
    }
    .booking-bar-mobile.is-expanded .booking-bar-mobile__panel {
      max-height: min(70vh, 420px);
      opacity: 1;
      transform: translateY(0);
    }
    .booking-bar-mobile__panel-inner {
      background: rgba(254,250,242,0.99);
      color: var(--text-body);
      border: 1px solid rgba(30,61,32,0.06);
      border-radius: var(--radius-lg);
      box-shadow: 0 18px 42px rgba(28,28,24,0.10);
      padding: clamp(20px, 2.2vw, 26px);
      max-height: min(70vh, 420px);
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
    .booking-bar-mobile__panel-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 20px;
    }
    .booking-bar-mobile__panel-title {
      font-family: var(--ff-display);
      font-size: 30px;
      line-height: 1.05;
      margin: 0 0 6px;
      color: var(--ink);
    }
    .booking-bar-mobile__panel-meta {
      margin: 0;
      color: var(--text-muted);
      line-height: 1.55;
      font-size: 13px;
    }
    .booking-bar-mobile__collapse {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      flex: 0 0 auto;
      min-height: 42px;
      padding: 10px 14px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(224,100,32,0.3);
      background: rgba(224,100,32,0.08);
      color: var(--ember);
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
      outline: none;
    }
    .booking-bar-mobile__collapse-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
    }
    .booking-bar-mobile__collapse:hover {
      background: rgba(224,100,32,0.14);
      border-color: rgba(224,100,32,0.42);
    }
    .booking-bar-mobile__panel-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) minmax(230px, 0.95fr);
      gap: 22px;
      align-items: start;
    }
    .booking-bar-mobile__panel-col {
      min-width: 0;
    }
    .booking-bar-mobile__panel-heading {
      font-family: var(--ff-body);
      font-size: 10px;
      line-height: 1.4;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ember);
      margin: 0 0 12px;
    }
    .booking-bar-mobile__dates {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .booking-bar-mobile__dates > li {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 12px 0;
      border-top: 1px solid rgba(30,61,32,0.08);
    }
    .booking-bar-mobile__dates > li:first-child {
      border-top: 0;
      padding-top: 0;
    }
    .booking-bar-mobile__dates strong {
      display: block;
      font-family: var(--ff-body);
      font-size: 14px;
      line-height: 1.35;
      color: var(--text-body);
    }
    .booking-bar-mobile__dates span {
      display: block;
      margin-top: 2px;
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.4;
    }
    .booking-bar-mobile__status {
      flex-shrink: 0;
      border-radius: 999px;
      padding: 4px 10px;
      background: rgba(30,61,32,0.08);
      color: var(--forest);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.04em;
      white-space: nowrap;
      align-self: flex-start;
    }
    .booking-bar-mobile__status.is-low {
      background: rgba(224,100,32,0.18);
      color: var(--ember);
    }
    .booking-bar-mobile__dates-more {
      display: block !important;
      padding-bottom: 0 !important;
    }
    .booking-bar-mobile__dates-toggle {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 36px;
      margin: 0;
      padding: 7px 0;
      border: 0;
      background: transparent;
      color: var(--forest);
      font-family: var(--ff-body);
      font-size: 10px;
      font-weight: 600;
      line-height: 1.35;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      cursor: pointer;
    }
    .booking-bar-mobile__dates-toggle::after {
      content: "›";
      color: var(--ember);
      font-size: 16px;
      line-height: 1;
      transform: translateY(-1px);
      transition: transform 0.2s ease;
    }
    .booking-bar-mobile__dates-toggle[aria-expanded="true"]::after {
      transform: translateY(-1px) rotate(90deg);
    }
    .booking-bar-mobile__dates-toggle:hover {
      color: var(--ember);
    }
    .booking-bar-mobile__dates-toggle:focus-visible {
      outline: 2px solid rgba(224,100,32,0.55);
      outline-offset: 2px;
    }
    .booking-bar-mobile__dates-panel {
      max-height: 320px;
      margin-top: 6px;
      overflow: hidden;
      opacity: 1;
      transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.24s ease;
    }
    .booking-bar-mobile__dates-panel.is-collapsed {
      max-height: 0;
      margin-top: 0;
      opacity: 0;
      pointer-events: none;
    }
    .booking-bar-mobile__dates-extra {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .booking-bar-mobile__dates-extra li {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 8px 0;
      border-top: 1px solid rgba(30,61,32,0.08);
    }
    .booking-bar-mobile__price {
      font-family: var(--ff-display);
      font-size: 28px;
      line-height: 1.04;
      color: var(--forest);
      margin: 0 0 8px;
    }
    .booking-bar-mobile__note {
      margin: 0;
      color: var(--text-muted);
      line-height: 1.55;
      font-size: 13px;
    }
    .booking-bar-mobile__actions {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: stretch;
    }
    .booking-bar-mobile__actions .btn {
      width: 100%;
      min-height: 56px;
      justify-content: center;
      white-space: normal;
      text-align: center;
      outline: none;
    }
    .booking-bar-mobile__actions .btn.btn-mobile-check {
      color: var(--ivory);
      border-color: transparent;
    }
    .booking-bar-mobile__actions .btn.btn-mobile-check:hover,
    .booking-bar-mobile__actions .btn.btn-mobile-check:active {
      background: var(--flame);
      color: var(--ivory);
    }
    .booking-bar-mobile__expanded-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 16px;
    }
    .booking-bar-mobile__toggle {
      flex: 0 0 auto;
      min-height: 42px;
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: var(--radius-sm);
      background: linear-gradient(135deg, #ea7430 0%, #d44818 52%, #bd3110 100%);
      color: var(--ivory);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 15px;
      cursor: pointer;
      pointer-events: auto;
      text-align: left;
      transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
      white-space: nowrap;
      box-shadow: 0 18px 38px rgba(196,48,16,0.24), inset 0 1px 0 rgba(255,255,255,0.14);
      outline: none;
    }
    .booking-bar-mobile__toggle:hover {
      background: linear-gradient(135deg, #f07f3c 0%, #db5422 52%, #c83a14 100%);
      border-color: rgba(255,255,255,0.2);
      color: var(--ivory);
      transform: translateY(-1px);
      box-shadow: 0 22px 40px rgba(196,48,16,0.26), inset 0 1px 0 rgba(255,255,255,0.14);
    }
    .booking-bar-mobile__toggle:focus-visible,
    .booking-bar-mobile__collapse:focus-visible,
    .booking-bar-mobile__actions .btn:focus-visible {
      outline: 2px solid rgba(224,100,32,0.55);
      outline-offset: 2px;
    }
    .booking-bar-mobile__toggle-left {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
    }
    .booking-bar-mobile__toggle-title {
      font-family: var(--ff-body);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(30,61,32,0.92);
    }
    .booking-bar-mobile__toggle-price {
      font-family: var(--ff-display);
      font-size: 13px;
      font-weight: 500;
      line-height: 1.1;
      color: rgba(30,61,32,0.82);
    }
    .booking-bar-mobile__toggle-mid {
      font-family: var(--ff-body);
      font-size: 13px;
      line-height: 1.3;
      color: var(--ink);
      text-align: center;
      flex: 1 1 auto;
      padding: 0 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 4px 8px;
      flex-wrap: wrap;
      justify-self: center;
    }
    .booking-bar-mobile__toggle-mid-label {
      color: var(--ink);
      font-size: 13px;
      font-weight: 500;
    }
    .booking-bar-mobile__toggle-mid-date {
      color: var(--ink);
      font-weight: 700;
      font-family: var(--ff-body);
      font-size: 13px;
      line-height: 1.3;
    }
    .booking-bar-mobile__toggle-pill {
      margin-top: 0;
      padding: 4px 8px;
      font-size: 9px;
      line-height: 1;
    }
    .booking-bar-mobile__toggle-right {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--ff-body);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ivory);
      white-space: nowrap;
    }
    .booking-bar-mobile__toggle-arrow {
      width: 18px;
      height: 18px;
      border-radius: var(--radius-sm);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(254,250,242,0.16);
      font-size: 12px;
      line-height: 1;
      color: var(--ivory);
    }
    .booking-bar-mobile.is-expanded .booking-bar-mobile__toggle-arrow::before { content: "↓"; }
    .booking-bar-mobile:not(.is-expanded) .booking-bar-mobile__toggle-arrow::before { content: "↑"; }

    @media (max-width: 767px) {
      .booking-bar-mobile { display: flex; }
      .booking-bar-mobile .price { font-size: 18px; }}
    @media (max-width: 767px) {
      .booking-bar-mobile {
        --booking-bar-collapse-height: 60px;
        gap: 6px;
        padding: 0 8px calc(8px + env(safe-area-inset-bottom));
      }
      .booking-bar-mobile__collapsed {
        min-height: var(--booking-bar-collapse-height);
        padding: 8px 10px;
        gap: 6px;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.45fr) 44px;
        border-radius: 16px;
      }
      .booking-bar-mobile__toggle-left {
        gap: 1px;
      }
      .booking-bar-mobile__toggle-title {
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 0.1em;
      }
      .booking-bar-mobile__toggle-price {
        font-size: 12px;
        line-height: 1.15;
      }
      .booking-bar-mobile__toggle-mid {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: center;
        justify-self: stretch;
        gap: 3px;
        padding: 0;
        text-align: left;
      }
      .booking-bar-mobile__toggle {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        min-height: 44px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
      }
      .booking-bar-mobile__toggle-right {
        justify-content: center;
        gap: 0;
        font-size: 0;
        letter-spacing: 0;
      }
      .booking-bar-mobile__toggle-label,
      .booking-bar-mobile__collapse-label {
        display: none;
      }
      .booking-bar-mobile__toggle-arrow {
        width: 22px;
        height: 22px;
      }
      .booking-bar-mobile__collapse {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        min-height: 44px;
        padding: 0;
        border-radius: 50%;
        color: transparent;
        font-size: 0;
      }
      .booking-bar-mobile__collapse-arrow {
        display: none;
      }
      .booking-bar-mobile__collapse::before {
        content: "↓";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        color: var(--ember);
        font-size: 15px;
        line-height: 1;
      }
      .booking-bar-mobile__toggle-mid-label {
        display: none;
      }
      .booking-bar-mobile__toggle-mid-date {
        font-size: 11px;
        line-height: 1.2;
        white-space: nowrap;
      }
      .booking-bar-mobile__toggle-pill {
        padding: 3px 6px;
        font-size: 8px;
        line-height: 1;
      }
      .booking-bar-mobile__panel-inner {
        padding: 12px;
        max-height: 70vh;
      }
      .booking-bar-mobile__panel-head {
        flex-direction: row;
        align-items: flex-start;
      }
      .booking-bar-mobile__panel-title {
        margin-bottom: 4px;
        font-size: 26px;
      }
      .booking-bar-mobile__panel-meta {
        font-size: 12px;
        line-height: 1.4;
      }
      .booking-bar-mobile__panel-grid {
        grid-template-columns: 1fr;
      }
      .booking-bar-mobile__actions .btn {
        min-height: 44px;
      }}
    @media (max-width: 767px) {
      .booking-bar-mobile.is-expanded .booking-bar-mobile__panel,
      .booking-bar-mobile__panel-inner {
        max-height: calc(100dvh - var(--booking-bar-collapse-height) - 18px - env(safe-area-inset-bottom, 0px));
      }
      .booking-bar-mobile__panel-inner {
        padding: 12px 12px max(18px, env(safe-area-inset-bottom, 0px));
        overscroll-behavior: contain;
        scroll-padding-bottom: max(18px, env(safe-area-inset-bottom, 0px));
      }
      .booking-bar-mobile__panel-head {
        gap: 8px;
        margin-bottom: 10px;
      }
      .booking-bar-mobile__panel-grid {
        gap: 12px;
      }
      .booking-bar-mobile__panel-heading {
        margin-bottom: 8px;
      }
      .booking-bar-mobile__dates > li {
        padding: 6px 0;
      }
      .booking-bar-mobile__price {
        margin-bottom: 5px;
        font-size: 24px;
      }
      .booking-bar-mobile__note {
        font-size: 12px;
        line-height: 1.45;
      }
      .booking-bar-mobile__actions {
        gap: 6px;
        padding-bottom: 2px;
      }
      .booking-bar-mobile__actions .btn {
        min-height: 44px;
      }
      .booking-bar-mobile {
        z-index: 320;
      }
      body.booking-bar-expanded .anchor-nav {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
      }}
    @media (prefers-reduced-motion: reduce) {
      .booking-bar-mobile__dates-panel,
      .booking-bar-mobile__dates-toggle::after {
        transition: none;
      }
    }/* End custom CSS */