:root {
    --yw-bg: #f5f8f6;
    --yw-surface: #ffffff;
    --yw-ink: #10201c;
    --yw-muted: #60706b;
    --yw-line: #dfe8e4;
    --yw-primary: #0b7a6c;
    --yw-primary-dark: #075b51;
    --yw-accent: #ff7048;
    --yw-sun: #ffd166;
    --yw-navy: #10233f;
    --yw-soft: #eaf7f3;
    --yw-shadow: 0 18px 44px rgba(10, 31, 28, 0.12);
    --yw-shadow-soft: 0 10px 28px rgba(10, 31, 28, 0.08);
}

body[data-yw-theme="alpine"] { --yw-primary: #2f84a8; --yw-primary-dark: #18384d; --yw-accent: #f36f4d; --yw-sun: #d7f4ff; --yw-soft: #edf8ff; }
body[data-yw-theme="desert"] { --yw-primary: #9b5a2f; --yw-primary-dark: #5d351f; --yw-accent: #177d73; --yw-sun: #ffe05d; --yw-soft: #fff1dd; }
body[data-yw-theme="island"] { --yw-primary: #0098a8; --yw-primary-dark: #045d75; --yw-accent: #ff8a5b; --yw-sun: #ffcf4f; --yw-soft: #e9fbff; }
body[data-yw-theme="city"] { --yw-primary: #5865f2; --yw-primary-dark: #20243a; --yw-accent: #ff6b6b; --yw-sun: #f5cc59; --yw-soft: #f4f5ff; }
body[data-yw-theme="heritage"] { --yw-primary: #6f3e91; --yw-primary-dark: #3a2450; --yw-accent: #b06c49; --yw-sun: #ffd65a; --yw-soft: #fbf2ff; }
body[data-yw-theme="wellness"] { --yw-primary: #5c8d55; --yw-primary-dark: #315c4c; --yw-accent: #e78f76; --yw-sun: #e7f5bb; --yw-soft: #f1f8ec; }
body[data-yw-theme="night"] { --yw-bg: #0b1220; --yw-surface: #101827; --yw-ink: #f7fbff; --yw-muted: #a7b4c5; --yw-line: rgba(255,255,255,.14); --yw-primary: #4f7cff; --yw-primary-dark: #1f3a8a; --yw-accent: #f97316; --yw-sun: #facc15; --yw-soft: #141c2d; --yw-shadow: 0 18px 50px rgba(0,0,0,.34); }
body[data-yw-theme="safari"] { --yw-primary: #477139; --yw-primary-dark: #244d35; --yw-accent: #d9a441; --yw-sun: #e0b845; --yw-soft: #f4f6e9; }
body[data-yw-theme="rose"] { --yw-primary: #c6537b; --yw-primary-dark: #7f2d4f; --yw-accent: #f08262; --yw-sun: #ffd1de; --yw-soft: #fff0f5; }
body[data-yw-theme="minimal"] { --yw-primary: #4f8f8b; --yw-primary-dark: #223235; --yw-accent: #3b82f6; --yw-sun: #f0f3f5; --yw-soft: #f8fafc; }
body[data-yw-theme="golden"] { --yw-primary: #9d762c; --yw-primary-dark: #43311f; --yw-accent: #0f766e; --yw-sun: #f5d36c; --yw-soft: #fff3d8; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html,
body {
    width: 100%;
    max-width: 100%;
}
body.yw-figma {
    min-width: 0;
    margin: 0;
    overflow-x: hidden;
    color: var(--yw-ink);
    background: var(--yw-bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-rendering: optimizeLegibility;
}

body.yw-figma a { color: inherit; text-decoration: none; }
body.yw-figma img { display: block; max-width: 100%; }
body.yw-figma button,
body.yw-figma input,
body.yw-figma summary { font: inherit; }
body.yw-figma button { cursor: pointer; }
body.yw-figma main { overflow: hidden; }

.yw-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.yw-skip,
.yw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.yw-skip:focus {
    z-index: 1000;
    width: auto;
    height: auto;
    clip: auto;
    top: 14px;
    left: 14px;
    padding: 12px 16px;
    border-radius: 10px;
    background: var(--yw-surface);
    box-shadow: var(--yw-shadow);
}

.yw-topbar {
    background: var(--yw-primary-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.yw-topbar .yw-container {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.yw-topbar a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    color: var(--yw-sun);
    font-weight: 850;
}

.yw-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid rgba(223, 232, 228, .86);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
    transition: box-shadow .2s ease, transform .2s ease;
}

body[data-yw-theme="night"] .yw-header { background: rgba(16, 24, 39, .9); }
.yw-header.is-shrunk { box-shadow: var(--yw-shadow-soft); }

.yw-nav {
    display: grid;
    min-height: 76px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
}

.yw-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: max-content;
}

.yw-brand__mark {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--yw-primary), var(--yw-primary-dark));
    color: #fff;
    box-shadow: 0 12px 26px rgba(7, 91, 81, .22);
    font-size: 22px;
    font-weight: 950;
}

.yw-brand strong {
    display: block;
    color: var(--yw-ink);
    font-size: 21px;
    line-height: 1;
    font-weight: 950;
}

.yw-brand small {
    display: block;
    margin-top: 3px;
    color: var(--yw-muted);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.yw-nav__links,
.yw-nav__actions {
    display: flex;
    align-items: center;
}

.yw-nav__links {
    justify-content: center;
    gap: 26px;
}

.yw-nav__links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--yw-navy);
    font-size: 14px;
    font-weight: 900;
}

.yw-nav__actions {
    justify-content: flex-end;
    gap: 10px;
}

.yw-ghost-link,
.yw-primary-link,
.yw-profile-link,
.yw-icon-btn {
    min-width: 44px;
    min-height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.yw-ghost-link {
    gap: 8px;
    padding: 0 15px;
    border: 1px solid var(--yw-line);
    color: var(--yw-ink);
    background: var(--yw-surface);
    font-size: 13px;
    font-weight: 850;
}

.yw-primary-link {
    padding: 0 18px;
    color: #fff;
    background: var(--yw-accent);
    box-shadow: 0 14px 30px rgba(255, 112, 72, .24);
    font-size: 14px;
    font-weight: 950;
}

.yw-profile-link {
    border: 1px solid var(--yw-line);
    background: var(--yw-surface);
}

.yw-ghost-link svg,
.yw-profile-link svg,
.yw-icon-btn svg,
.yw-mobile-tabbar svg {
    width: 20px;
    height: 20px;
}

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

.yw-icon-btn {
    border: 0;
    color: var(--yw-ink);
    background: var(--yw-surface);
}

.yw-mobile-drawer,
.yw-menu-scrim {
    display: none;
}

.yw-hero {
    position: relative;
    min-height: 624px;
    overflow: hidden;
    background: var(--yw-primary-dark);
}

.yw-hero__media {
    position: absolute;
    inset: 0;
}

.yw-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yw-hero__media:after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(5, 31, 29, .84), rgba(5, 31, 29, .48) 48%, rgba(5, 31, 29, .16)),
        linear-gradient(180deg, rgba(5, 31, 29, .04), rgba(5, 31, 29, .5));
}

.yw-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 624px;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 54px;
    padding: 86px 0 128px;
}

.yw-hero__copy {
    max-width: 760px;
}

.yw-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 56px;
    line-height: 1.02;
    letter-spacing: 0;
    font-weight: 950;
}

.yw-hero p {
    max-width: 660px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.62;
    font-weight: 650;
}

.yw-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.yw-btn {
    min-height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 950;
}

.yw-btn--primary {
    color: #fff;
    background: var(--yw-accent);
    box-shadow: 0 18px 34px rgba(255, 112, 72, .25);
}

.yw-btn--light {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.yw-btn--dark {
    width: max-content;
    color: #fff;
    background: var(--yw-navy);
}

.yw-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.yw-trust-row span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: 0 13px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 12px;
    font-weight: 850;
}

.yw-hero-card {
    overflow: hidden;
    align-self: end;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 26px;
    background: rgba(255, 255, 255, .18);
    box-shadow: 0 26px 60px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
}

.yw-hero-card img {
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
}

.yw-hero-card div {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.yw-hero-card span {
    color: var(--yw-sun);
    font-size: 12px;
    font-weight: 900;
}

.yw-hero-card strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.16;
}

.yw-hero-card small {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 700;
}

.yw-hero-card a {
    min-height: 42px;
    margin-top: 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--yw-ink);
    background: var(--yw-sun);
    font-size: 13px;
    font-weight: 950;
}

.yw-page-sections {
    display: flex;
    flex-direction: column;
}

.yw-search-panel {
    position: relative;
    z-index: 4;
    margin-top: -82px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 26px;
    padding: 18px;
    background: var(--yw-surface);
    box-shadow: var(--yw-shadow);
}

.yw-search-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.yw-search-panel__head a,
.yw-link-arrow {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--yw-primary);
    font-size: 14px;
    font-weight: 950;
}

.yw-search-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.yw-search-steps span {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 12px;
    color: var(--yw-primary-dark);
    background: var(--yw-soft);
    font-size: 12px;
    font-weight: 900;
}

.yw-service-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 3px 0 14px;
    scrollbar-width: none;
}

.yw-service-tabs::-webkit-scrollbar,
.yw-package-rail::-webkit-scrollbar {
    display: none;
}

.yw-service-tabs button {
    min-width: max-content;
    min-height: 44px;
    border: 1px solid var(--yw-line);
    border-radius: 999px;
    padding: 0 16px;
    color: var(--yw-muted);
    background: #fff;
    font-size: 14px;
    font-weight: 900;
}

.yw-service-tabs button.is-active {
    color: #fff;
    border-color: var(--yw-primary);
    background: var(--yw-primary);
}

.yw-search-form {
    display: grid;
    grid-template-columns: 1.15fr .8fr .75fr minmax(110px, auto);
    gap: 10px;
    align-items: stretch;
}

.yw-search-form label,
.yw-search-form details {
    min-width: 0;
    border: 1px solid var(--yw-line);
    border-radius: 18px;
    padding: 12px 14px;
    background: #fbfdfc;
}

.yw-search-form span,
.yw-search-form summary {
    display: block;
    color: var(--yw-muted);
    font-size: 12px;
    font-weight: 900;
}

.yw-search-form input {
    width: 100%;
    min-height: 32px;
    border: 0;
    outline: 0;
    color: var(--yw-ink);
    background: transparent;
    font-size: 16px;
    font-weight: 850;
}

.yw-search-form input::placeholder { color: #96a39f; }
.yw-search-form input:disabled {
    color: var(--yw-muted);
    cursor: not-allowed;
}
.yw-search-form details { grid-column: span 3; }
.yw-search-form details > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.yw-search-form summary {
    min-height: 32px;
    cursor: pointer;
}

.yw-search-form > button {
    min-height: 62px;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background: var(--yw-accent);
    box-shadow: 0 16px 32px rgba(255, 112, 72, .2);
    font-size: 15px;
    font-weight: 950;
}

.yw-smart-row {
    order: 15;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding-top: 28px;
}

.yw-service-dock {
    order: 14;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    padding-top: 28px;
}

.yw-service-dock a {
    min-height: 96px;
    border: 1px solid var(--yw-line);
    border-radius: 22px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
    padding: 12px;
    background: var(--yw-surface);
    box-shadow: var(--yw-shadow-soft);
}

.yw-service-dock span {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--yw-primary);
    font-size: 18px;
    font-weight: 950;
}

.yw-service-dock span svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.1;
}

.yw-service-dock strong {
    color: var(--yw-ink);
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
    font-weight: 950;
}

.yw-smart-row a {
    min-height: 96px;
    border: 1px solid var(--yw-line);
    border-radius: 20px;
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 18px;
    background: var(--yw-surface);
    box-shadow: var(--yw-shadow-soft);
}

.yw-smart-row span {
    color: var(--yw-muted);
    font-size: 12px;
    font-weight: 900;
}

.yw-smart-row strong {
    font-size: 18px;
    line-height: 1.22;
}

.yw-section {
    padding-top: 72px;
    padding-bottom: 18px;
}

.yw-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.yw-section-head h2,
.yw-split-section__intro h2,
.yw-newsletter h2 {
    margin: 0;
    color: var(--yw-ink);
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 950;
}

.yw-section-head p,
.yw-split-section__intro p,
.yw-newsletter p {
    max-width: 620px;
    margin: 10px 0 0;
    color: var(--yw-muted);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 650;
}

.yw-package-grid {
    display: grid;
    gap: 20px;
}

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

.yw-package-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--yw-line);
    border-radius: 24px;
    background: var(--yw-surface);
    box-shadow: var(--yw-shadow-soft);
}

.yw-package-card__media {
    position: relative;
    display: block;
    overflow: hidden;
}

.yw-package-card__media img {
    width: 100%;
    aspect-ratio: 1.28;
    object-fit: cover;
    transition: transform .35s ease;
}

.yw-package-card:hover .yw-package-card__media img { transform: scale(1.04); }

.yw-package-card__media span {
    position: absolute;
    top: 14px;
    left: 14px;
    min-height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    color: var(--yw-ink);
    background: var(--yw-sun);
    font-size: 12px;
    font-weight: 950;
}

.yw-package-card__body {
    display: grid;
    gap: 11px;
    padding: 18px;
}

.yw-package-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--yw-muted);
    font-size: 12px;
    font-weight: 850;
}

.yw-package-card h3 {
    margin: 0;
    color: var(--yw-ink);
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: 0;
    font-weight: 950;
}

.yw-package-card p {
    margin: 0;
    color: var(--yw-muted);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.yw-package-card__bottom {
    display: grid;
    gap: 14px;
    padding-top: 4px;
}

.yw-package-card__bottom > strong,
.yw-horizontal-card strong {
    color: var(--yw-primary-dark);
    font-size: 18px;
    font-weight: 950;
}

.yw-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.yw-card-actions button,
.yw-card-actions a {
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--yw-line);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.yw-card-actions button {
    color: var(--yw-muted);
}

.yw-card-actions button svg {
    width: 18px;
    height: 18px;
}

.yw-card-actions button.is-active {
    color: #fff;
    border-color: var(--yw-primary);
    background: var(--yw-primary);
}

.yw-card-actions a {
    min-width: 80px;
    padding: 0 16px;
    color: #fff;
    border-color: var(--yw-primary);
    background: var(--yw-primary);
    font-size: 13px;
    font-weight: 950;
}

.yw-band {
    margin-top: 64px;
    padding: 0 0 58px;
}

.yw-band--mint {
    background: linear-gradient(180deg, transparent 0, transparent 64px, var(--yw-soft) 64px, var(--yw-soft) 100%);
}

.yw-package-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.yw-package-card--compact .yw-package-card__media img { aspect-ratio: 1.1; }

.yw-split-section {
    display: grid;
    grid-template-columns: .74fr 1.26fr;
    gap: 32px;
    align-items: start;
}

.yw-split-section__intro {
    position: sticky;
    top: 116px;
    display: grid;
    gap: 20px;
}

.yw-horizontal-list {
    display: grid;
    gap: 16px;
}

.yw-horizontal-card {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 18px;
    overflow: hidden;
    border: 1px solid var(--yw-line);
    border-radius: 24px;
    padding: 12px;
    background: var(--yw-surface);
    box-shadow: var(--yw-shadow-soft);
}

.yw-horizontal-card img {
    width: 100%;
    height: 176px;
    border-radius: 18px;
    object-fit: cover;
}

.yw-horizontal-card div {
    min-width: 0;
    display: grid;
    align-content: center;
    gap: 8px;
}

.yw-horizontal-card span {
    color: var(--yw-accent);
    font-size: 12px;
    font-weight: 950;
}

.yw-horizontal-card h3 {
    margin: 0;
    color: var(--yw-ink);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 950;
}

.yw-horizontal-card p {
    margin: 0;
    color: var(--yw-muted);
    font-size: 14px;
    font-weight: 700;
}

.yw-horizontal-card a {
    width: max-content;
    min-height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    background: var(--yw-primary);
    font-size: 13px;
    font-weight: 950;
}

.yw-destination-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.yw-destination-card {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border-radius: 24px;
    display: grid;
    align-content: end;
    padding: 16px;
    color: #fff;
    isolation: isolate;
}

.yw-destination-card img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yw-destination-card:after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.72));
}

.yw-destination-card span {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
}

.yw-destination-card strong {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 950;
}

.yw-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.yw-why-grid article {
    border: 1px solid var(--yw-line);
    border-radius: 22px;
    padding: 22px;
    background: var(--yw-surface);
    box-shadow: var(--yw-shadow-soft);
}

.yw-why-grid article span {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--yw-primary);
    font-weight: 950;
}

.yw-why-grid article strong {
    display: block;
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 950;
}

.yw-why-grid article p {
    margin: 10px 0 0;
    color: var(--yw-muted);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 650;
}

.yw-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.yw-proof-strip div {
    min-height: 96px;
    border: 1px solid var(--yw-line);
    border-radius: 22px;
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 18px;
    background: var(--yw-surface);
}

.yw-proof-strip strong {
    color: var(--yw-primary-dark);
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
}

.yw-proof-strip span {
    color: var(--yw-muted);
    font-size: 13px;
    font-weight: 800;
}

.yw-band--dark {
    color: #fff;
    background: var(--yw-navy);
}

.yw-band--dark .yw-section-head h2,
.yw-band--dark .yw-section-head p {
    color: #fff;
}

.yw-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.yw-review-grid article {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    padding: 24px;
    background: rgba(255, 255, 255, .06);
}

.yw-review-grid p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.62;
}

.yw-review-grid strong,
.yw-review-grid span {
    display: block;
}

.yw-review-grid strong {
    font-size: 16px;
    font-weight: 950;
}

.yw-review-grid span {
    margin-top: 4px;
    color: var(--yw-sun);
    font-size: 13px;
    font-weight: 850;
}

.yw-faq-list {
    display: grid;
    gap: 12px;
}

.yw-faq-list details {
    overflow: hidden;
    border: 1px solid var(--yw-line);
    border-radius: 20px;
    background: var(--yw-surface);
    box-shadow: var(--yw-shadow-soft);
}

.yw-faq-list summary {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 20px;
    color: var(--yw-ink);
    cursor: pointer;
    font-size: 17px;
    font-weight: 950;
    list-style: none;
}

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

.yw-faq-list summary span {
    color: var(--yw-primary);
    font-size: 13px;
    font-weight: 950;
}

.yw-faq-list p {
    margin: 0;
    padding: 0 20px 20px 52px;
    color: var(--yw-muted);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 650;
}

.yw-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 24px;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 28px;
    padding: 34px;
    color: #fff;
    background: linear-gradient(135deg, var(--yw-primary-dark), var(--yw-primary));
    box-shadow: var(--yw-shadow);
}

.yw-newsletter h2,
.yw-newsletter p {
    color: #fff;
}

.yw-newsletter form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
}

.yw-newsletter input {
    min-width: 0;
    min-height: 48px;
    border: 0;
    outline: 0;
    border-radius: 999px;
    padding: 0 16px;
    color: var(--yw-ink);
    background: #fff;
    font-size: 15px;
    font-weight: 750;
}

.yw-newsletter button {
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    color: #fff;
    background: var(--yw-accent);
    font-size: 14px;
    font-weight: 950;
}

.yw-newsletter__message {
    grid-column: 1 / -1;
    padding: 0 16px 4px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 800;
}

.yw-newsletter__message[data-type="success"] { color: #d7fff1; }
.yw-newsletter__message[data-type="error"] { color: #ffe2dc; }

.yw-footer {
    padding: 56px 0 calc(28px + env(safe-area-inset-bottom));
    color: #dbe7e3;
    background: #071411;
}

.yw-footer .yw-brand strong,
.yw-footer .yw-brand small {
    color: #fff;
}

.yw-footer__grid {
    display: grid;
    grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.yw-footer p {
    max-width: 290px;
    margin: 18px 0 0;
    color: #a6bbb4;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 650;
}

.yw-footer h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

.yw-footer a,
.yw-footer span {
    min-height: 32px;
    display: flex;
    align-items: center;
    color: #a6bbb4;
    font-size: 14px;
    font-weight: 700;
}

.yw-footer a:hover {
    color: #fff;
}

.yw-footer__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.yw-footer__trust span {
    min-height: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}

.yw-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.yw-footer__bottom div {
    display: flex;
    gap: 14px;
}

.yw-mobile-tabbar,
.yw-mobile-fab {
    display: none;
}

.yw-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 80;
    transform: translate(-50%, 20px);
    max-width: min(92vw, 420px);
    padding: 12px 18px;
    border-radius: 999px;
    color: #fff;
    background: var(--yw-primary-dark);
    box-shadow: var(--yw-shadow);
    font-size: 14px;
    font-weight: 850;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.yw-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 1199px) {
    .yw-nav {
        grid-template-columns: auto auto 1fr;
    }

    .yw-nav__links {
        gap: 15px;
        justify-content: end;
    }

    .yw-ghost-link span {
        display: none;
    }

    .yw-hero__inner {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 34px;
    }

    .yw-package-grid--featured,
    .yw-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .yw-why-grid,
    .yw-proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 1024px) {
    .yw-hero h1 {
        font-size: 42px;
    }

    .yw-hero p {
        font-size: 16px;
    }

    .yw-section-head h2,
    .yw-split-section__intro h2,
    .yw-newsletter h2 {
        font-size: 32px;
    }

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

    .yw-search-form details {
        grid-column: span 2;
    }

    .yw-search-form > button {
        grid-column: span 2;
    }

    .yw-split-section,
    .yw-newsletter {
        grid-template-columns: 1fr;
    }

    .yw-split-section__intro {
        position: static;
    }
}

@media (max-width: 767px) {
    html,
    body.yw-figma {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body.yw-figma {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }

    body.yw-figma main,
    .yw-page-sections,
    .yw-header {
        width: 100%;
        max-width: 100vw;
        overflow-x: clip;
    }

    .yw-container {
        width: calc(100% - 20px);
        max-width: 410px;
        min-width: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .yw-topbar {
        display: none;
    }

    .yw-header {
        border-bottom: 1px solid var(--yw-line);
    }

    .yw-nav {
        min-height: 64px;
        grid-template-columns: 44px minmax(0, 1fr) 48px;
        gap: 10px;
    }

    .yw-menu-toggle {
        display: inline-flex;
    }

    .yw-brand__mark {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        border-radius: 13px;
        font-size: 20px;
    }

    .yw-brand {
        min-width: 0;
        gap: 9px;
    }

    .yw-brand strong {
        font-size: 18px;
    }

    .yw-brand small,
    .yw-nav__links,
    .yw-primary-link,
    .yw-ghost-link span {
        display: none;
    }

    .yw-nav__actions {
        width: 48px;
        flex-shrink: 0;
        justify-content: flex-end;
    }

    .yw-ghost-link {
        display: none;
    }

    .yw-profile-link {
        border: 0;
        background: transparent;
    }

    .yw-mobile-sticky-search {
        display: flex;
        width: calc(100% - 20px);
        max-width: 410px;
        min-width: 0;
        margin: 0 auto 10px;
        align-items: center;
        gap: 8px;
        border: 1px solid var(--yw-line);
        border-radius: 999px;
        padding: 6px 6px 6px 14px;
        background: var(--yw-surface);
        box-shadow: var(--yw-shadow-soft);
    }

    .yw-mobile-sticky-search input {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
        min-height: 36px;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--yw-ink);
        font-size: 14px;
        font-weight: 800;
    }

    .yw-mobile-sticky-search button {
        flex: 0 0 40px;
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-left: auto;
        border: 0;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: var(--yw-primary);
    }

    .yw-mobile-sticky-search svg {
        width: 18px;
        height: 18px;
    }

    .yw-mobile-drawer {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 110;
        display: grid;
        width: min(84vw, 320px);
        max-width: 320px;
        align-content: start;
        gap: 6px;
        padding: calc(18px + env(safe-area-inset-top)) 18px 18px;
        background: var(--yw-surface);
        box-shadow: 20px 0 60px rgba(0, 0, 0, .22);
        transform: translateX(-105%);
        transition: transform .22s ease;
    }

    .yw-mobile-drawer a {
        min-height: 48px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        padding: 0 14px;
        color: var(--yw-ink);
        font-weight: 900;
    }

    .yw-menu-close {
        justify-self: end;
        margin-bottom: 10px;
        background: var(--yw-soft);
    }

    .yw-menu-scrim {
        position: fixed;
        inset: 0;
        z-index: 100;
        display: none;
        background: rgba(0, 0, 0, .34);
    }

    body.is-menu-open {
        overflow: hidden;
    }

    body.is-menu-open .yw-mobile-drawer {
        transform: translateX(0);
    }

    body.is-menu-open .yw-menu-scrim {
        display: block;
    }

    .yw-hero {
        min-height: 462px;
        width: calc(100% - 20px);
        max-width: 410px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 0 0 30px 30px;
        box-shadow: var(--yw-shadow-soft);
    }

    .yw-hero__media:after {
        background: linear-gradient(180deg, rgba(5, 31, 29, .18), rgba(5, 31, 29, .82));
    }

    .yw-hero__inner {
        min-height: 462px;
        width: calc(100% - 28px);
        max-width: none;
        grid-template-columns: 1fr;
        align-items: end;
        gap: 18px;
        padding: 128px 0 68px;
    }

    .yw-hero__copy {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .yw-hero h1 {
        max-width: 100%;
        font-size: 29px;
        line-height: 1.06;
        overflow-wrap: anywhere;
    }

    .yw-hero p {
        max-width: 100%;
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.55;
    }

    .yw-hero__actions {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    .yw-btn {
        min-height: 46px;
        padding: 0 15px;
        font-size: 13px;
    }

    .yw-trust-row {
        display: none;
    }

    .yw-hero-card {
        display: none;
    }

    .yw-search-panel {
        width: calc(100% - 20px);
        max-width: 410px;
        min-width: 0;
        margin-top: -46px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 22px;
        padding: 14px;
        overflow: hidden;
    }

    .yw-search-panel__head {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }

    .yw-search-panel__head a {
        display: none;
    }

    .yw-search-steps {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .yw-search-steps span {
        justify-content: center;
        min-height: 30px;
        padding: 0 8px;
        font-size: 11px;
    }

    .yw-service-tabs {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        margin-right: 0;
        margin-left: 0;
        padding: 0 0 12px;
    }

    .yw-service-tabs button {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        padding: 0 8px;
        font-size: 13px;
        white-space: nowrap;
    }

    .yw-search-form {
        grid-template-columns: 1fr;
    }

    .yw-search-form details,
    .yw-search-form > button {
        grid-column: auto;
    }

    .yw-search-form details > div {
        grid-template-columns: 1fr;
    }

    .yw-search-form > button {
        min-height: 54px;
    }

    .yw-smart-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        overflow: visible;
        max-width: 100%;
        padding-top: 20px;
    }

    .yw-service-dock {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        overflow: visible;
        padding-top: 18px;
        scrollbar-width: none;
    }

    .yw-service-dock::-webkit-scrollbar {
        display: none;
    }

    .yw-service-dock a {
        width: 100%;
        min-width: 0;
        min-height: 88px;
        border-radius: 20px;
        padding: 10px 6px;
    }

    .yw-service-dock span {
        width: 38px;
        height: 38px;
        border-radius: 14px;
    }

    .yw-service-dock span svg {
        width: 20px;
        height: 20px;
    }

    .yw-service-dock strong {
        font-size: 12px;
    }

    .yw-smart-row a {
        width: 100%;
        min-width: 0;
        min-height: 88px;
    }

    .yw-section {
        padding-top: 48px;
    }

    .yw-section-head {
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 18px;
    }

    .yw-section-head h2,
    .yw-split-section__intro h2,
    .yw-newsletter h2 {
        font-size: 24px;
        line-height: 1.16;
    }

    .yw-section-head p,
    .yw-split-section__intro p,
    .yw-newsletter p {
        font-size: 14px;
    }

    .yw-package-grid--featured,
    .yw-package-rail {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        overflow: visible;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
    }

    .yw-package-card {
        width: 100%;
        min-width: 0;
        border-radius: 22px;
    }

    .yw-package-card h3 {
        font-size: 20px;
    }

    .yw-band {
        margin-top: 40px;
        padding-bottom: 36px;
    }

    .yw-band--mint {
        background: linear-gradient(180deg, transparent 0, transparent 44px, var(--yw-soft) 44px, var(--yw-soft) 100%);
    }

    .yw-split-section {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .yw-horizontal-card {
        grid-template-columns: 116px minmax(0, 1fr);
        border-radius: 20px;
        padding: 10px;
    }

    .yw-horizontal-card img {
        height: 140px;
        border-radius: 16px;
    }

    .yw-horizontal-card h3 {
        font-size: 18px;
    }

    .yw-horizontal-card a {
        min-height: 40px;
        padding: 0 12px;
    }

    .yw-destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .yw-destination-card {
        min-height: 170px;
        border-radius: 20px;
        padding: 13px;
    }

    .yw-destination-card strong {
        font-size: 19px;
    }

    .yw-why-grid,
    .yw-proof-strip,
    .yw-review-grid {
        grid-template-columns: 1fr;
    }

    .yw-why-grid article {
        border-radius: 20px;
        padding: 18px;
    }

    .yw-proof-strip {
        gap: 10px;
    }

    .yw-proof-strip div {
        min-height: 84px;
    }

    .yw-faq-list summary {
        min-height: 58px;
        padding: 0 16px;
        font-size: 15px;
    }

    .yw-faq-list p {
        padding: 0 16px 16px 44px;
        font-size: 14px;
    }

    .yw-newsletter {
        margin-top: 46px;
        margin-bottom: 46px;
        border-radius: 24px;
        padding: 22px;
    }

    .yw-newsletter form {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .yw-newsletter button {
        width: 100%;
    }

    .yw-footer {
        padding-top: 42px;
    }

    .yw-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .yw-footer__bottom {
        align-items: start;
        flex-direction: column;
    }

    .yw-mobile-fab {
        position: fixed;
        right: 16px;
        bottom: calc(90px + env(safe-area-inset-bottom));
        left: auto;
        z-index: 72;
        min-height: 48px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
        color: #fff;
        background: var(--yw-accent);
        box-shadow: 0 18px 34px rgba(255, 112, 72, .34);
        opacity: 0;
        pointer-events: none;
        transform: translateY(12px);
        transition: opacity .2s ease, transform .2s ease;
        font-size: 14px;
        font-weight: 950;
    }

    body.is-fab-visible .yw-mobile-fab {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .yw-mobile-tabbar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 70;
        display: grid;
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 2px;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
        border-top: 1px solid var(--yw-line);
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(18px);
    }

    body[data-yw-theme="night"] .yw-mobile-tabbar {
        background: rgba(16, 24, 39, .96);
    }

    .yw-mobile-tabbar a {
        min-width: 0;
        min-height: 58px;
        border-radius: 18px;
        display: grid;
        align-content: center;
        justify-items: center;
        gap: 4px;
        color: var(--yw-muted);
        font-size: 11px;
        font-weight: 850;
    }

    .yw-mobile-tabbar a.is-active {
        color: var(--yw-primary);
        background: var(--yw-soft);
    }
}

@media (max-width: 430px) {
    .yw-container {
        width: calc(100% - 20px);
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .yw-mobile-sticky-search {
        width: calc(100% - 20px);
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .yw-hero,
    .yw-search-panel {
        width: calc(100% - 20px);
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .yw-smart-row a,
    .yw-package-card {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 360px) {
    .yw-hero h1 {
        font-size: 25px;
    }

    .yw-hero p {
        font-size: 14px;
    }

    .yw-brand strong {
        font-size: 16px;
    }

    .yw-nav {
        gap: 6px;
    }

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

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

    .yw-horizontal-card {
        grid-template-columns: 1fr;
    }

    .yw-horizontal-card img {
        height: 160px;
    }

    .yw-mobile-tabbar span {
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
