@charset "UTF-8";

:root {
    --navy: #083b66;
    --navy-deep: #042941;
    --ocean: #087f8c;
    --ocean-bright: #0da6a6;
    --coral: #ff6b5e;
    --gold: #f7b955;
    --ink: #14253a;
    --muted: #69778a;
    --line: #dde4ec;
    --soft: #f4f7fa;
    --white: #fff;
    --shadow: 0 18px 50px rgba(20, 47, 76, .12);
    --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Noto Sans KR", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
    line-height: 1.55;
    word-break: keep-all;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
img, video { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    color: #fff;
    background: var(--navy);
    border-radius: 8px;
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
    margin: 0 0 10px;
    color: var(--ocean);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}
.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--coral); box-shadow: 0 12px 24px rgba(255, 107, 94, .25); }
.button--primary:hover { background: #f45a4d; }
.button--outline { color: var(--navy); background: #fff; border-color: #cbd7e3; }
.button--light { color: var(--navy); background: #fff; }
.button--glass { color: #fff; background: rgba(255, 255, 255, .13); border-color: rgba(255, 255, 255, .45); backdrop-filter: blur(12px); }
.button--large { min-height: 56px; padding-inline: 30px; }
.button--full { width: 100%; }

.utility-bar { color: #c9d8e7; background: var(--navy-deep); font-size: 12px; }
.utility-inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner nav { display: flex; gap: 22px; }
.utility-inner a:hover { color: #fff; }
.site-header {
    position: relative;
    z-index: 100;
    background: #fff;
    box-shadow: 0 1px 0 rgba(15, 40, 64, .08);
}
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 10px 30px rgba(8, 42, 67, .1); }
.header-main { height: 86px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, var(--ocean-bright), var(--navy));
    border-radius: 15px 15px 15px 4px;
    font-weight: 900;
    letter-spacing: -.06em;
}
.brand-mark img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.brand span:last-child { display: flex; flex-direction: column; }
.brand b { font-size: 19px; letter-spacing: -.05em; }
.brand small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.global-search {
    position: relative;
    display: flex;
    height: 48px;
    max-width: 530px;
    border: 2px solid var(--navy);
    border-radius: 13px;
    overflow: hidden;
}
.global-search input { width: 100%; padding: 0 16px; border: 0; outline: 0; }
.global-search button { width: 54px; color: #fff; background: var(--navy); border: 0; font-size: 24px; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-actions a { display: flex; flex-direction: column; }
.header-actions span { color: var(--muted); font-size: 11px; }
.header-actions b { color: var(--navy); font-size: 13px; }
.navigation-wrap { border-top: 1px solid #edf1f5; }
.primary-navigation { height: 58px; display: flex; align-items: center; gap: 32px; font-size: 15px; font-weight: 800; }
.primary-navigation a { position: relative; height: 100%; display: inline-flex; align-items: center; }
.primary-navigation a::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 3px;
    content: "";
    background: var(--coral);
    transition: left .2s ease, right .2s ease;
}
.primary-navigation a:hover::after,
.primary-navigation a[aria-current="page"]::after { right: 0; left: 0; }
.primary-navigation .all-products { padding-right: 24px; border-right: 1px solid var(--line); }
.primary-navigation .all-products span { margin-right: 10px; color: var(--ocean); }
.primary-navigation .nav-deal { margin-left: auto; color: var(--coral); }
.mobile-menu-button { display: none; padding: 8px; background: transparent; border: 0; }
.mobile-menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); }

.flash-stack { padding-top: 14px; }
.flash { padding: 13px 16px; border-radius: 10px; font-size: 14px; font-weight: 700; }
.flash--success { color: #126b48; background: #e8f8f0; border: 1px solid #bde9d3; }
.flash--error { color: #9a3129; background: #fff0ed; border: 1px solid #f2c5bf; }

.home-hero { position: relative; min-height: 650px; color: #fff; background: var(--navy-deep); overflow: hidden; }
.home-hero__image {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgb(3, 27, 48) 0%, rgb(3, 27, 48) 56%, rgba(3, 27, 48, .78) 68%, rgba(3, 27, 48, .08) 82%), url("../img/oceanlink-hero.png");
    background-position: center;
    background-size: cover;
}
.home-hero__image::after { position: absolute; inset: auto 0 0; height: 180px; content: ""; background: linear-gradient(transparent, rgba(3, 27, 48, .45)); }
.home-hero__content { position: relative; z-index: 1; padding-top: 104px; }
.home-hero .eyebrow { color: #7ce5df; }
.home-hero h1 { max-width: 640px; margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.12; letter-spacing: -.06em; }
.home-hero__content > p:not(.eyebrow) { max-width: 600px; margin: 22px 0 30px; color: #e3edf5; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; }
.hero-search-wrap { position: relative; z-index: 2; margin-top: 70px; }
.hero-search { color: var(--ink); background: #fff; border-radius: 20px; box-shadow: 0 28px 70px rgba(2, 20, 38, .28); overflow: hidden; }
.search-tabs { display: flex; height: 58px; padding: 0 24px; background: #f4f7fa; border-bottom: 1px solid var(--line); }
.search-tabs button { position: relative; min-width: 110px; padding: 0 18px; background: transparent; border: 0; color: var(--muted); font-weight: 800; }
.search-tabs button::after { position: absolute; right: 20px; bottom: -1px; left: 20px; height: 3px; content: ""; background: transparent; }
.search-tabs button.is-active { color: var(--navy); }
.search-tabs button.is-active::after { background: var(--coral); }
.quick-search-panel {
    display: none;
    min-height: 112px;
    grid-template-columns: 1.5fr 1fr auto;
    align-items: end;
    gap: 16px;
    padding: 22px 26px 26px;
}
.quick-search-panel.is-active { display: grid; }
.quick-search-panel label, .quick-search-panel > div { display: flex; flex-direction: column; gap: 7px; }
.quick-search-panel span { color: var(--muted); font-size: 12px; font-weight: 700; }
.quick-search-panel input, .quick-search-panel select {
    height: 46px;
    padding: 0 13px;
    background: #fff;
    border: 1px solid #cfd9e3;
    border-radius: 9px;
    outline: none;
}
.quick-search-panel input:focus, .quick-search-panel select:focus { border-color: var(--ocean); box-shadow: 0 0 0 3px rgba(8,127,140,.12); }
.quick-search-panel > div { min-height: 46px; justify-content: center; padding: 0 13px; background: var(--soft); border-radius: 9px; }
.home-notice { border-bottom: 1px solid var(--line); }
.home-notice .container { min-height: 52px; display: flex; align-items: center; gap: 16px; font-size: 13px; }
.home-notice b { color: var(--ocean); }
.home-notice p { margin: 0; color: var(--muted); }
.home-notice a { margin-left: auto; font-weight: 800; }

.section { padding: 92px 0; }
.section--soft { background: var(--soft); }
.section--navy { color: #fff; background: var(--navy-deep); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-heading--center { display: block; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.05em; }
.section-heading > a { color: var(--navy); font-weight: 800; }
.section-heading--inverse h2 { color: #fff; }
.section-heading--inverse .eyebrow { color: #75dad8; }
.shortcut-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 36px; }
.shortcut {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    transition: transform .2s ease, box-shadow .2s ease, border .2s ease;
}
.shortcut:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.shortcut > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 12px; border-radius: 16px; font-size: 24px; font-weight: 900; }
.shortcut b { font-size: 17px; }
.shortcut small { margin-top: 4px; color: var(--muted); }
.shortcut--overseas > span { color: #3569bf; background: #eaf1ff; }
.shortcut--domestic > span { color: #33815f; background: #e7f7ee; }
.shortcut--yacht > span { color: var(--ocean); background: #e1f7f6; }
.shortcut--flight > span { color: #7958bd; background: #f0ebff; }
.shortcut--group > span { color: #c76b37; background: #fff0e6; }

.product-grid { display: grid; gap: 22px; }
.product-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 18px;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__visual {
    position: relative;
    display: flex;
    height: 210px;
    align-items: flex-end;
    padding: 20px;
    color: #fff;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.product-card__visual::before {
    position: absolute;
    top: -35%;
    right: -20%;
    width: 220px;
    height: 220px;
    content: "";
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(255,255,255,.07), 0 0 0 76px rgba(255,255,255,.05);
}
.product-card__visual[style*="background-image"]::before { display: none; }
.product-card__visual--overseas { background: linear-gradient(135deg, #285785, #6b80b4 56%, #e6a774); }
.product-card__visual--domestic { background: linear-gradient(135deg, #2d796c, #68a985 58%, #d4b66d); }
.product-card__visual--yacht { background: linear-gradient(135deg, #087f8c, #41a8c7 58%, #f7b955); }
.product-card__visual--group { background: linear-gradient(135deg, #75547a, #ae6c73 58%, #edb26c); }
.product-card__visual[style*="background-image"] { background-position: center; background-repeat: no-repeat; background-size: cover; }
.product-card__badge { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 6px 10px; background: var(--coral); border-radius: 7px; font-size: 11px; font-style: normal; font-weight: 800; }
.product-card__save { position: absolute; z-index: 2; top: 15px; right: 15px; display: grid; width: 34px; height: 34px; place-items: center; background: rgba(0,0,0,.2); border-radius: 50%; font-size: 20px; }
.product-card__destination { position: relative; z-index: 1; max-width: 85%; font-size: 22px; font-weight: 900; line-height: 1.25; }
.product-card__body { padding: 20px; }
.product-card__meta { margin: 0 0 7px; color: var(--ocean); font-size: 12px; font-weight: 800; }
.product-card h3 { min-height: 52px; margin: 0; font-size: 19px; line-height: 1.35; letter-spacing: -.035em; }
.product-card__subtitle { min-height: 42px; margin: 8px 0 12px; color: var(--muted); font-size: 13px; }
.product-card__rating { color: #8c98a6; font-size: 11px; }
.product-card__rating span { margin-right: 5px; color: #e78e17; font-weight: 800; }
.product-card__price { display: flex; min-height: 48px; flex-wrap: wrap; align-items: end; gap: 5px; padding-top: 13px; }
.product-card__price del { width: 100%; color: #9aa5b0; font-size: 11px; }
.product-card__price strong { font-size: 21px; letter-spacing: -.04em; }
.product-card__price span { padding-bottom: 2px; color: var(--muted); font-size: 11px; }

.split-promo { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.split-promo__copy h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.2; letter-spacing: -.055em; }
.split-promo__copy > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); font-size: 16px; }
.check-list { display: grid; gap: 9px; margin: 0 0 28px; padding: 0; list-style: none; }
.check-list li::before { margin-right: 9px; color: var(--ocean); content: "✓"; font-weight: 900; }
.split-promo__visual { position: relative; }
.split-promo__visual::before { position: absolute; z-index: -1; right: -24px; bottom: -24px; width: 60%; height: 72%; content: ""; background: #dceff0; border-radius: 28px; }
.split-promo__visual img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.reason-grid article { min-height: 220px; padding: 32px; background: var(--navy-deep); }
.reason-grid span { color: #75dad8; font-size: 12px; font-weight: 900; }
.reason-grid h3 { margin: 40px 0 10px; font-size: 20px; }
.reason-grid p { margin: 0; color: #aebfd0; font-size: 13px; }

.page-hero {
    min-height: 300px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(120deg, rgba(4,41,65,.97), rgba(8,127,140,.86)), url("../img/yacht/olbusan-hero.png") center/cover;
}
.page-hero--domestic { background: linear-gradient(120deg, rgba(23,83,68,.95), rgba(91,154,106,.78)), url("../img/yacht/olbusan-hero.png") center/cover; }
.page-hero--yacht { background: linear-gradient(120deg, rgba(4,54,82,.88), rgba(8,127,140,.38)), url("../img/yacht/olbusan-hero.png") center/cover; }
.page-hero--group { background: linear-gradient(120deg, rgba(76,48,83,.95), rgba(162,91,97,.76)), url("../img/yacht/olbusan-hero.png") center/cover; }
.page-hero--flight { background: linear-gradient(120deg, rgba(28,55,104,.96), rgba(59,115,180,.78)), url("../img/yacht/olbusan-hero.png") center/cover; }
.page-hero .breadcrumb { color: #d4e0eb; }
.page-hero .breadcrumb a { color: #d4e0eb; }
.page-hero .eyebrow { color: #80e2de; }
.page-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 56px); letter-spacing: -.06em; }
.page-hero p:not(.eyebrow) { max-width: 620px; margin: 14px 0 0; color: #e0e9f0; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 36px; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--muted); }
.catalog-layout { display: grid; grid-template-columns: 230px 1fr; align-items: start; gap: 40px; }
.catalog-filter { position: sticky; top: 20px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.filter-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.filter-heading h2 { margin: 0; font-size: 18px; }
.filter-heading button { padding: 0; color: var(--muted); background: none; border: 0; font-size: 11px; }
.catalog-filter form > label { display: block; margin-top: 20px; }
.catalog-filter label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 700; }
.catalog-filter input[type="search"] { width: 100%; height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; }
.catalog-filter fieldset { display: grid; gap: 10px; margin: 20px 0 0; padding: 20px 0 0; border: 0; border-top: 1px solid var(--line); }
.catalog-filter legend { margin-bottom: 12px; font-weight: 800; }
.catalog-filter fieldset a { color: var(--muted); font-size: 13px; }
.catalog-filter fieldset a.is-active { color: var(--ocean); font-weight: 800; }
.catalog-filter fieldset label { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; }
.catalog-filter .button { margin-top: 22px; }
.catalog-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.catalog-toolbar strong { color: var(--coral); }
.catalog-toolbar select { height: 38px; padding: 0 30px 0 10px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.empty-state { padding: 70px 25px; text-align: center; background: var(--soft); border-radius: 18px; }
.empty-state > span { display: grid; width: 54px; height: 54px; place-items: center; margin: 0 auto 18px; color: var(--ocean); background: #fff; border-radius: 50%; font-size: 24px; }
.empty-state h2 { margin: 0 0 8px; }
.empty-state p { margin: 0 0 22px; color: var(--muted); }

.product-detail-head { padding: 34px 0 56px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: 48px; }
.detail-gallery__main { position: relative; display: flex; min-height: 500px; align-items: flex-end; padding: 32px; color: #fff; background-position: center; background-size: cover; border-radius: 24px; overflow: hidden; }
.detail-gallery__main--overseas { background: linear-gradient(135deg, #285785, #d19369); }
.detail-gallery__main--domestic { background: linear-gradient(135deg, #2d796c, #d4b66d); }
.detail-gallery__main--yacht { background: linear-gradient(135deg, #087f8c, #f7b955); }
.detail-gallery__main--group { background: linear-gradient(135deg, #75547a, #edb26c); }
.detail-gallery__main[style*="background-image"] { background-position: center; background-repeat: no-repeat; background-size: cover; }
.detail-gallery__main > span { font-size: 32px; font-weight: 900; }
.detail-gallery__main em { position: absolute; top: 22px; left: 22px; padding: 8px 12px; background: var(--coral); border-radius: 8px; font-size: 12px; font-style: normal; font-weight: 800; }
.detail-thumbnails { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.detail-thumbnails button, .detail-thumbnails video { height: 90px; padding: 0; background: #000; border: 0; border-radius: 10px; overflow: hidden; }
.detail-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.detail-summary { padding-top: 8px; }
.detail-category { margin: 0 0 12px; color: var(--ocean); font-size: 13px; font-weight: 800; }
.detail-summary h1 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.15; letter-spacing: -.06em; }
.detail-subtitle { margin: 14px 0; color: var(--muted); font-size: 17px; }
.detail-rating { display: flex; align-items: center; gap: 12px; padding: 16px 0 22px; border-bottom: 1px solid var(--line); font-size: 12px; }
.detail-rating strong { color: #e58a12; }
.detail-rating span { color: var(--muted); }
.detail-rating button { margin-left: auto; padding: 6px 12px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.detail-facts div { display: flex; flex-direction: column; gap: 5px; }
.detail-facts span { color: var(--muted); font-size: 11px; }
.detail-facts b { font-size: 13px; }
.detail-summary__text { margin: 22px 0; color: var(--muted); }
.detail-price { display: flex; flex-wrap: wrap; align-items: end; gap: 7px; margin-top: 20px; }
.detail-price del { width: 100%; color: #a1aab5; font-size: 13px; }
.detail-price strong { color: var(--navy); font-size: 34px; letter-spacing: -.05em; }
.detail-price span { padding-bottom: 7px; color: var(--muted); font-size: 11px; }
.detail-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.detail-tabs { position: sticky; z-index: 40; top: 0; background: #fff; border-block: 1px solid var(--line); }
.detail-tabs .container { display: grid; grid-template-columns: repeat(5, 1fr); }
.detail-tabs a { display: flex; min-height: 64px; align-items: center; justify-content: center; border-right: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.detail-tabs a:first-child { border-left: 1px solid var(--line); }
.detail-tabs a:hover { color: var(--ocean); background: #f1f9f9; }
.detail-content__layout { display: grid; grid-template-columns: 1fr 280px; align-items: start; gap: 44px; }
.detail-sections { min-width: 0; }
.detail-section { padding: 0 0 72px; scroll-margin-top: 90px; }
.detail-section + .detail-section { padding-top: 64px; border-top: 1px solid var(--line); }
.detail-section__heading { margin-bottom: 28px; }
.detail-section__heading h2 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.departure-list { display: grid; gap: 10px; }
.departure-list a { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; transition: border .2s, box-shadow .2s; }
.departure-list a:hover { border-color: var(--ocean); box-shadow: 0 10px 30px rgba(8,127,140,.1); }
.departure-list span { display: flex; flex-direction: column; }
.departure-list small { margin-top: 4px; color: var(--muted); }
.departure-list strong { font-size: 18px; }
.departure-list em { padding: 7px 12px; color: #fff; background: var(--navy); border-radius: 7px; font-size: 11px; font-style: normal; }
.highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.highlight-grid article { display: flex; min-height: 100px; align-items: center; gap: 16px; padding: 20px; background: var(--soft); border-radius: 13px; }
.highlight-grid span { color: var(--ocean); font-size: 12px; font-weight: 900; }
.highlight-grid p { margin: 0; font-weight: 800; }
.video-embed { margin-top: 18px; padding: 20px; color: #fff; background: var(--navy); border-radius: 12px; text-align: center; }
.itinerary { position: relative; display: grid; gap: 0; }
.itinerary::before { position: absolute; top: 12px; bottom: 12px; left: 38px; width: 1px; content: ""; background: #cbd7e3; }
.itinerary article { position: relative; display: grid; grid-template-columns: 76px 1fr; gap: 20px; padding: 0 0 28px; }
.itinerary article > div:first-child { position: relative; z-index: 1; display: grid; width: 76px; height: 76px; place-items: center; background: #fff; border: 2px solid var(--ocean); border-radius: 50%; }
.itinerary article > div:first-child span { max-width: 60px; color: var(--ocean); font-size: 11px; font-weight: 900; text-align: center; }
.itinerary article > div:last-child { padding: 10px 20px 20px; background: var(--soft); border-radius: 12px; }
.itinerary h3 { margin: 0 0 6px; }
.itinerary p { margin: 0; color: var(--muted); }
.include-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.include-box { padding: 28px; border-radius: 15px; }
.include-box--yes { background: #edf8f4; }
.include-box--no { background: #fff3f0; }
.include-box h3 { margin: 0 0 16px; }
.include-box ul, .notice-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.include-box li::before { margin-right: 8px; font-weight: 900; }
.include-box--yes li::before { color: #288263; content: "✓"; }
.include-box--no li::before { color: #cf5d50; content: "−"; }
.notice-list li { padding: 13px 16px 13px 38px; background: var(--soft); border-radius: 9px; }
.notice-list li::before { float: left; margin-left: -22px; color: var(--ocean); content: "i"; font-weight: 900; }
.policy-box { margin-top: 18px; padding: 24px; background: #fff9ed; border: 1px solid #f1dfb4; border-radius: 12px; }
.policy-box h3 { margin: 0 0 9px; font-size: 15px; }
.policy-box p { margin: 0; color: #6e644d; font-size: 13px; }
.detail-booking-card { position: sticky; top: 84px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.detail-booking-card > p { margin: 0; color: var(--muted); font-size: 12px; }
.detail-booking-card > strong { display: block; margin-top: 3px; color: var(--navy); font-size: 26px; }
.detail-booking-card > span { color: var(--muted); font-size: 11px; }
.detail-booking-card ul { display: grid; gap: 7px; margin: 20px 0; padding: 18px 0; border-block: 1px solid var(--line); list-style: none; font-size: 12px; }
.detail-booking-card li::before { margin-right: 7px; color: var(--ocean); content: "✓"; }
.detail-booking-card .button + .button { margin-top: 8px; }

.compact-page-head { padding: 38px 0; background: var(--soft); border-bottom: 1px solid var(--line); }
.compact-page-head .breadcrumb { margin-bottom: 22px; }
.compact-page-head h1 { margin: 0; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.05em; }
.compact-page-head p { margin: 8px 0 0; color: var(--muted); }
.flight-search-section { padding: 0 0 56px; background: var(--soft); }
.flight-search-card { position: relative; top: -34px; padding: 26px 28px 30px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); }
.flight-trip-tabs { display: inline-flex; gap: 4px; padding: 4px; margin-bottom: 10px; background: #edf2f6; border-radius: 13px; }
.flight-trip-tabs label { position: relative; cursor: pointer; }
.flight-trip-tabs input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.flight-trip-tabs label > span { display: flex; min-width: 150px; flex-direction: column; gap: 1px; padding: 9px 16px; color: var(--muted); background: transparent; border: 1px solid transparent; border-radius: 10px; transition: color .18s, background .18s, box-shadow .18s; }
.flight-trip-tabs label b { font-size: 13px; }
.flight-trip-tabs label small { font-size: 9px; font-weight: 600; }
.flight-trip-tabs input:checked + span { color: var(--navy); background: #fff; border-color: #dce5ec; box-shadow: 0 5px 14px rgba(20, 47, 76, .09); }
.flight-trip-tabs input:focus-visible + span { outline: 3px solid rgba(8, 127, 140, .22); outline-offset: 2px; }
.flight-trip-summary { margin: 0 0 20px; color: var(--muted); font-size: 11px; }
.flight-search-grid { display: grid; grid-template-columns: 1.1fr 38px 1.1fr repeat(5, .8fr); align-items: end; gap: 10px; }
.flight-search-grid label { display: flex; min-width: 0; flex-direction: column; gap: 6px; }
.flight-search-grid [data-return-field][hidden] { display: none !important; }
.flight-search-grid label > span { color: var(--muted); font-size: 11px; font-weight: 800; }
.flight-search-grid input, .flight-search-grid select { width: 100%; height: 48px; padding: 0 10px; background: #fff; border: 1px solid #cbd6e0; border-radius: 9px; outline: 0; }
.flight-search-grid input:focus, .flight-search-grid select:focus { border-color: var(--ocean); box-shadow: 0 0 0 3px rgba(8,127,140,.1); }
.airport-field input { color: var(--navy); font-size: 21px; font-weight: 900; text-transform: uppercase; }
.airport-field small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.airport-swap { width: 38px; height: 38px; margin-bottom: 18px; color: var(--ocean); background: #edf8f8; border: 0; border-radius: 50%; font-size: 18px; }
.flight-submit { display: flex; margin: 28px auto 0; min-width: 220px; }
.flight-notice { display: flex; align-items: flex-start; gap: 14px; margin-top: -12px; padding: 18px 20px; background: #eaf5f7; border-radius: 12px; }
.flight-notice > span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--ocean); border-radius: 50%; font-weight: 900; }
.flight-notice b { font-size: 13px; }
.flight-notice p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.route-grid article { display: grid; grid-template-columns: auto auto auto; align-items: center; justify-content: center; column-gap: 16px; padding: 25px; background: var(--soft); border-radius: 15px; text-align: center; }
.route-grid article > span { color: var(--navy); font-size: 22px; font-weight: 900; }
.route-grid article i { color: var(--ocean); font-style: normal; }
.route-grid b, .route-grid small { grid-column: 1/-1; }
.route-grid b { margin-top: 10px; }
.route-grid small { color: var(--muted); }
.flight-route-title { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; }
.flight-route-title > div { display: flex; align-items: center; gap: 13px; color: var(--navy); font-size: 28px; font-weight: 900; }
.flight-route-title i { color: var(--ocean); font-style: normal; }
.results-layout { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 30px; }
.demo-banner { margin-bottom: 16px; padding: 15px 18px; color: #7c5815; background: #fff7dd; border: 1px solid #f0d58a; border-radius: 10px; }
.demo-banner b { font-size: 13px; }
.demo-banner p { margin: 3px 0 0; font-size: 12px; }
.flight-offers { display: grid; gap: 12px; }
.flight-offer { display: grid; grid-template-columns: 150px 1.1fr .8fr 180px; align-items: center; gap: 22px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 15px; transition: box-shadow .2s, border .2s; }
.flight-offer:hover { border-color: #a6c7cf; box-shadow: 0 12px 35px rgba(20,47,76,.1); }
.flight-airline { display: flex; align-items: center; gap: 10px; }
.flight-airline > span { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-size: 12px; font-weight: 900; }
.flight-airline div { display: flex; flex-direction: column; }
.flight-airline small { color: var(--muted); }
.flight-time { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; }
.flight-time > div:not(.flight-line) { display: flex; flex-direction: column; }
.flight-time strong { font-size: 24px; }
.flight-time span { color: var(--muted); font-size: 11px; }
.flight-line { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--muted); font-size: 10px; }
.flight-line i { position: relative; width: 100%; height: 1px; background: #aebbc8; }
.flight-line i::after { position: absolute; top: -3px; right: 0; width: 7px; height: 7px; content: ""; background: var(--ocean); border-radius: 50%; }
.flight-condition { display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: 11px; }
.flight-price { display: flex; flex-direction: column; align-items: flex-end; }
.flight-price small, .flight-price span { color: var(--muted); font-size: 10px; }
.flight-price strong { color: var(--navy); font-size: 22px; }
.flight-price .button { min-height: 38px; margin-top: 8px; padding-inline: 18px; }

@media (min-width: 1101px) {
    .flight-search-card[data-trip-type="oneway"] .flight-search-grid { grid-template-columns: 1.1fr 38px 1.1fr repeat(4, .8fr); }
}

.checkout-layout { display: grid; grid-template-columns: 1fr 300px; align-items: start; gap: 32px; }
.checkout-form { display: grid; gap: 18px; }
.checkout-panel { position: relative; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.step-number { position: absolute; top: 30px; right: 30px; color: #bdc7d1; font-size: 13px; font-weight: 900; }
.checkout-panel__heading { margin-bottom: 24px; }
.checkout-panel__heading h2 { margin: 0; font-size: 22px; }
.checkout-panel__heading p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.selected-item { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 16px; padding: 16px; margin-bottom: 22px; background: var(--soft); border-radius: 12px; }
.selected-item__visual { display: grid; width: 90px; height: 74px; place-items: center; color: #fff; background: var(--ocean); border-radius: 10px; font-size: 13px; font-weight: 900; text-align: center; }
.selected-item__visual--overseas { background: #4e6da1; }
.selected-item__visual--domestic { background: #3d896f; }
.selected-item__visual--yacht { background: var(--ocean); }
.selected-item__visual--group { background: #8b5a84; }
.selected-item__visual--flight { background: #3c67a6; font-size: 28px; }
.selected-item small { color: var(--ocean); }
.selected-item h3 { margin: 2px 0; }
.selected-item p { margin: 0; color: var(--muted); font-size: 12px; }
.form-grid { display: grid; gap: 16px; }
.form-grid--two { grid-template-columns: 1fr 1fr; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label > span { font-size: 12px; font-weight: 800; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 12px; background: #fff; border: 1px solid #cbd6e0; border-radius: 9px; outline: 0; }
.form-grid input, .form-grid select { height: 48px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--ocean); box-shadow: 0 0 0 3px rgba(8,127,140,.1); }
.form-span { grid-column: 1/-1; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.payment-methods label { position: relative; }
.payment-methods input { position: absolute; opacity: 0; }
.payment-methods span { display: flex; min-height: 90px; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }
.payment-methods input:checked + span { background: #edf8f8; border: 2px solid var(--ocean); }
.payment-methods small { margin-top: 5px; color: var(--muted); }
.terms-check { display: flex; align-items: flex-start; gap: 8px; margin-top: 18px; color: var(--muted); font-size: 12px; }
.terms-check input { margin-top: 3px; accent-color: var(--ocean); }
.checkout-summary { position: sticky; top: 20px; padding: 26px; background: var(--navy); color: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.checkout-summary h2 { margin: 0 0 24px; }
.checkout-summary > div { display: flex; align-items: center; justify-content: space-between; margin: 12px 0; }
.checkout-summary > div span { color: #c0d0de; font-size: 12px; }
.checkout-summary hr { margin: 20px 0; border: 0; border-top: 1px solid rgba(255,255,255,.2); }
.checkout-summary .checkout-total strong { color: #fff; font-size: 26px; }
.checkout-summary > p { margin: 18px 0 0; color: #aebfd0; font-size: 11px; }
.result-page { min-height: 70vh; display: grid; place-items: center; padding: 70px 20px; background: var(--soft); }
.result-card { width: min(620px, 100%); padding: 48px; background: #fff; border-radius: 22px; box-shadow: var(--shadow); text-align: center; }
.result-icon { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 20px; color: #fff; background: var(--ocean); border-radius: 50%; font-size: 30px; font-weight: 900; }
.result-icon--error { background: var(--coral); }
.result-card h1 { margin: 0; font-size: 32px; letter-spacing: -.04em; }
.result-card > p:not(.eyebrow) { color: var(--muted); }
.result-card dl { margin: 28px 0; padding: 20px; background: var(--soft); border-radius: 12px; text-align: left; }
.result-card dl div { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 8px 0; }
.result-card dt { color: var(--muted); font-size: 12px; }
.result-card dd { margin: 0; font-weight: 800; }
.result-actions { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.lookup-grid { display: grid; grid-template-columns: 380px 1fr; gap: 40px; }
.lookup-form { display: grid; gap: 16px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; }
.lookup-form label { display: flex; flex-direction: column; gap: 7px; }
.lookup-form label span { font-size: 12px; font-weight: 800; }
.lookup-form input { height: 50px; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; }
.lookup-result { min-height: 330px; padding: 36px; background: var(--soft); border-radius: 16px; }
.lookup-guide h2, .lookup-result > h2 { margin: 0; font-size: 28px; }
.lookup-guide p { color: var(--muted); }
.lookup-guide a { display: inline-block; margin-top: 12px; color: var(--navy); font-size: 24px; font-weight: 900; }
.lookup-result dl { margin-top: 24px; }
.lookup-result dl div { display: grid; grid-template-columns: 110px 1fr; padding: 11px 0; border-bottom: 1px solid #d8e0e8; }
.lookup-result dt { color: var(--muted); }
.lookup-result dd { margin: 0; font-weight: 800; }
.status-badge { display: inline-flex; padding: 5px 9px; color: #52606d; background: #e8edf2; border-radius: 999px; font-size: 11px; font-weight: 800; }
.status-badge--received, .status-badge--pending { color: #9b6212; background: #fff1d3; }
.status-badge--contacted { color: #275da0; background: #e7f0ff; }
.status-badge--confirmed, .status-badge--paid, .status-badge--completed { color: #18704d; background: #ddf5e9; }
.status-badge--cancelled, .status-badge--refunded { color: #a33e35; background: #fee7e4; }

.service-strip { padding: 45px 0; color: #fff; background: linear-gradient(115deg, var(--ocean), #16669a); }
.service-strip__grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; }
.service-strip .eyebrow { color: #b3eeeb; }
.service-strip h2 { margin: 0; font-size: 28px; }
.service-strip p:not(.eyebrow) { margin: 6px 0 0; color: #d3eaf0; }
.service-contact { display: flex; flex-direction: column; }
.service-contact a { font-size: 28px; font-weight: 900; }
.service-contact span { color: #d3eaf0; font-size: 11px; }
.site-footer { color: #adbac8; background: #071f33; }
.footer-top { min-height: 110px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand--footer b { color: #fff; }
.brand--footer small { color: #7e92a5; }
.footer-top nav { display: flex; gap: 24px; font-size: 12px; }
.footer-top a:hover { color: #fff; }
.footer-info { padding: 28px 0 48px; font-size: 11px; line-height: 1.8; }
.footer-info p { margin: 2px 0; }
.footer-notice { color: #e5b56d; }
.floating-actions { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: grid; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.floating-actions a, .floating-actions button { min-width: 78px; padding: 10px 12px; background: #fff; border: 0; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 800; text-align: center; }
.floating-actions button { color: #fff; background: var(--navy); border: 0; }

/* 2026-07-23: 하나투어형 전체상품 탐색과 단계형 예약 흐름 */
.mega-menu { position: static; height: 100%; }
.mega-menu summary {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 24px;
    border-right: 1px solid var(--line);
    cursor: pointer;
    list-style: none;
}
.mega-menu summary::-webkit-details-marker { display: none; }
.mega-menu summary span { margin-right: 10px; color: var(--ocean); }
.mega-menu[open] summary { color: var(--ocean); }
.mega-menu__panel {
    position: absolute;
    z-index: 120;
    top: 100%;
    left: 50%;
    width: min(calc(100vw - 40px), 1180px);
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--ocean);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 24px 60px rgba(7, 34, 54, .18);
    transform: translateX(-50%);
}
.mega-menu__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.mega-menu__heading div { display: flex; flex-direction: column; gap: 4px; }
.mega-menu__heading small { color: var(--ocean); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.mega-menu__heading strong { font-size: 22px; letter-spacing: -.04em; }
.mega-menu__heading > a { height: auto; color: var(--ocean); font-size: 12px; }
.mega-menu__heading > a::after, .mega-menu__panel a::after { display: none; }
.mega-menu__grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.15fr; gap: 0; padding-top: 24px; }
.mega-menu__grid section { min-width: 0; padding: 0 22px; border-right: 1px solid var(--line); }
.mega-menu__grid section:first-child { padding-left: 0; }
.mega-menu__grid section:last-child { padding-right: 0; border-right: 0; }
.mega-menu__grid h2 { margin: 0 0 13px; color: var(--navy); font-size: 15px; }
.mega-menu__grid a { height: auto; min-height: 30px; display: flex; align-items: center; color: var(--muted); font-size: 12px; font-weight: 600; }
.mega-menu__grid a:hover { color: var(--ocean); }
.mega-menu__service { padding: 18px !important; background: var(--soft); border: 0 !important; border-radius: 12px; }
.mega-menu__service a { display: flex; flex-direction: column; align-items: flex-start; padding: 9px 0; border-bottom: 1px solid #dfe7ee; }
.mega-menu__service a:last-child { border-bottom: 0; }
.mega-menu__service b { color: var(--navy); }
.mega-menu__service small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.catalog-mobile-toolbar { display: none; }
.filter-link-list { display: grid; gap: 10px; }
.filter-select-stack { display: grid; gap: 12px; padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); }
.filter-select-stack label { display: flex; flex-direction: column; gap: 6px; }
.filter-select-stack label > span { color: var(--muted); font-size: 11px; font-weight: 800; }
.filter-select-stack select { width: 100%; height: 42px; padding: 0 30px 0 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.active-filter-bar { display: flex; min-height: 54px; flex-wrap: wrap; align-items: center; gap: 7px; padding: 10px 12px; margin-bottom: 12px; background: var(--soft); border-radius: 11px; }
.active-filter-bar > span { margin-right: 4px; color: var(--navy); font-size: 12px; font-weight: 900; }
.active-filter-bar a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; color: #496173; background: #fff; border: 1px solid #d7e1e9; border-radius: 999px; font-size: 11px; }
.active-filter-bar a b { color: var(--coral); }
.active-filter-bar .active-filter-reset { margin-left: auto; color: var(--ocean); background: transparent; border-color: transparent; font-weight: 800; }
.product-card__code { margin: 0 0 4px; color: #9aa6b1; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.product-card__departure { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 0; margin: 4px 0 9px; border-block: 1px solid #edf1f4; font-size: 10px; }
.product-card__departure span { color: var(--navy); font-weight: 800; }
.product-card__departure b { color: var(--muted); font-weight: 700; }
.product-card__departure b.is-confirmed { color: var(--coral); }

.detail-tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.detail-tag-row span { padding: 5px 8px; color: var(--ocean); background: #edf8f8; border-radius: 999px; font-size: 10px; font-weight: 800; }
.detail-facts { grid-template-columns: repeat(4, 1fr); }
.detail-price-guide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 15px; background: var(--line); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.detail-price-guide span { display: flex; min-width: 0; flex-direction: column; gap: 3px; padding: 12px; background: #fff; font-size: 12px; }
.detail-price-guide b { color: var(--muted); font-size: 10px; }
.detail-price-guide small { color: var(--muted); font-size: 9px; }
.detail-booking-card > p { margin-bottom: 15px; color: var(--navy); font-size: 15px; font-weight: 900; }
.detail-booking-card form { display: grid; gap: 13px; }
.detail-booking-card form > label { display: grid; gap: 6px; }
.detail-booking-card form label > span { color: var(--muted); font-size: 10px; font-weight: 800; }
.detail-booking-card select { width: 100%; height: 42px; padding: 0 9px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.quick-travellers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.quick-travellers label { min-width: 0; }
.quick-total { display: flex; align-items: end; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--line); }
.quick-total span { color: var(--muted); font-size: 11px; }
.quick-total strong { color: var(--navy); font-size: 22px; letter-spacing: -.04em; }

.booking-progress { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 680px; margin: 28px 0 0; padding: 0; list-style: none; }
.booking-progress li { position: relative; display: flex; align-items: center; gap: 8px; color: #8c9aa8; font-size: 11px; font-weight: 800; }
.booking-progress li::after { width: 100%; height: 1px; margin-left: 8px; content: ""; background: #ccd6df; }
.booking-progress li:last-child::after { display: none; }
.booking-progress span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; background: #dfe6ec; border-radius: 50%; }
.booking-progress li.is-current { color: var(--navy); }
.booking-progress li.is-current span { color: #fff; background: var(--ocean); }
.selected-item__visual[style*="background-image"] { background-position: center; background-repeat: no-repeat; background-size: cover; }
.traveller-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.traveller-selector label { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px; background: var(--soft); border-radius: 10px; }
.traveller-selector label > span { display: flex; flex-direction: column; }
.traveller-selector b { font-size: 13px; }
.traveller-selector small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.traveller-selector select { width: 72px; height: 38px; padding: 0 8px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.checkout-help { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.terms-list { display: grid; gap: 9px; }
.terms-list label { display: flex; align-items: flex-start; gap: 10px; padding: 14px; background: var(--soft); border-radius: 9px; cursor: pointer; }
.terms-list input { margin-top: 3px; accent-color: var(--ocean); }
.terms-list span { display: flex; flex-direction: column; }
.terms-list b { font-size: 12px; }
.terms-list small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.checkout-summary > .checkout-summary__breakdown { display: block; margin-top: -4px; color: #9fb3c5; font-size: 10px; text-align: right; }

@media (max-width: 1100px) {
    .header-main { grid-template-columns: 220px 1fr auto; gap: 18px; }
    .header-actions a:first-child { display: none; }
    .primary-navigation { gap: 22px; }
    .mega-menu__grid { grid-template-columns: repeat(4, 1fr); }
    .mega-menu__service { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 20px; margin-top: 20px; }
    .mega-menu__service h2 { grid-column: 1/-1; }
    .product-grid--four { grid-template-columns: repeat(2, 1fr); }
    .flight-search-grid { grid-template-columns: 1fr 38px 1fr repeat(2, 1fr); }
    .flight-search-grid label:nth-of-type(n+5) { grid-row: 2; }
    .flight-offer { grid-template-columns: 130px 1fr 160px; }
    .flight-condition { display: none; }
}

@media (max-width: 820px) {
    .container { width: min(100% - 28px, 1180px); }
    .utility-bar, .global-search, .header-actions { display: none; }
    .header-main { height: 68px; grid-template-columns: 1fr auto; }
    .mobile-menu-button { display: block; }
    .navigation-wrap { border-top: 0; }
    .primary-navigation {
        position: fixed;
        inset: 68px 0 auto;
        height: calc(100vh - 68px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px;
        background: #fff;
        overflow-y: auto;
    }
    .primary-navigation.is-open { display: flex; }
    .primary-navigation a { min-height: 54px; height: auto; padding: 0 10px; border-bottom: 1px solid var(--line); }
    .primary-navigation a::after { display: none; }
    .mega-menu { height: auto; border-bottom: 1px solid var(--line); }
    .mega-menu summary { min-height: 54px; height: auto; padding: 0 10px; border-right: 0; }
    .mega-menu__panel { position: static; width: 100%; padding: 18px 10px; border: 0; border-top: 1px solid var(--line); border-radius: 0; box-shadow: none; transform: none; }
    .mega-menu__heading { align-items: flex-start; flex-direction: column; }
    .mega-menu__grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
    .mega-menu__grid section { padding: 0 18px; }
    .mega-menu__grid section:nth-child(2n) { border-right: 0; }
    .mega-menu__grid section:first-child { padding-left: 18px; }
    .mega-menu__service { grid-column: 1/-1; grid-template-columns: repeat(3, 1fr); margin: 0 18px; }
    .primary-navigation .nav-deal { margin-left: 0; }
    .home-hero { min-height: 720px; }
    .home-hero__image { background-position: 66% center; }
    .home-hero__content { padding-top: 78px; }
    .home-hero__content > p:not(.eyebrow) { font-size: 15px; }
    .hero-search-wrap { margin-top: 60px; }
    .search-tabs { padding: 0 8px; overflow-x: auto; }
    .search-tabs button { min-width: 88px; padding: 0 10px; }
    .quick-search-panel, .quick-search-panel.is-active { grid-template-columns: 1fr; }
    .shortcut-grid { grid-template-columns: repeat(2, 1fr); }
    .shortcut:last-child { grid-column: 1/-1; }
    .product-grid--three { grid-template-columns: repeat(2, 1fr); }
    .split-promo { grid-template-columns: 1fr; gap: 36px; }
    .reason-grid { grid-template-columns: 1fr 1fr; }
    .catalog-mobile-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
    .catalog-mobile-toolbar button { min-height: 42px; padding: 0 17px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 9px; font-weight: 800; }
    .catalog-mobile-toolbar span { color: var(--muted); font-size: 12px; }
    .catalog-mobile-toolbar strong { color: var(--coral); }
    .catalog-layout, .results-layout { grid-template-columns: 1fr; }
    .catalog-filter { position: static; display: none; margin-bottom: 20px; }
    .catalog-filter.is-open { display: block; }
    .catalog-filter fieldset { grid-template-columns: repeat(2, 1fr); }
    .catalog-filter legend { grid-column: 1/-1; }
    .detail-grid { grid-template-columns: 1fr; }
    .detail-gallery__main { min-height: 430px; }
    .detail-content__layout { grid-template-columns: 1fr; }
    .detail-booking-card { position: static; }
    .detail-tabs { overflow-x: auto; }
    .detail-tabs .container { width: max-content; min-width: 100%; }
    .detail-tabs a { min-width: 130px; }
    .flight-search-grid { grid-template-columns: 1fr 38px 1fr; }
    .flight-search-grid label:nth-of-type(n+3) { grid-column: span 1; grid-row: auto; }
    .flight-search-grid label:nth-of-type(5) { grid-column: 1/2; }
    .flight-route-title { grid-template-columns: 1fr auto; }
    .flight-route-title p { grid-column: 1/-1; }
    .flight-offer { grid-template-columns: 130px 1fr; }
    .flight-price { grid-column: 1/-1; flex-direction: row; align-items: center; justify-content: flex-end; gap: 8px; padding-top: 14px; border-top: 1px solid var(--line); }
    .route-grid { grid-template-columns: repeat(2, 1fr); }
    .checkout-layout { grid-template-columns: 1fr; }
    .checkout-summary { position: static; grid-row: 1; }
    .traveller-selector { grid-template-columns: 1fr; }
    .lookup-grid { grid-template-columns: 1fr; }
    .service-strip__grid { grid-template-columns: 1fr auto; gap: 24px; }
    .service-strip .button { grid-column: 1/-1; }
}

@media (max-width: 560px) {
    .brand-mark { width: 40px; height: 40px; }
    .brand b { font-size: 17px; }
    .home-hero { min-height: 760px; }
    .home-hero h1 { font-size: 40px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .section { padding: 68px 0; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .shortcut { min-height: 130px; }
    .product-grid--four, .product-grid--three { grid-template-columns: 1fr; }
    .product-card__visual { height: 230px; }
    .reason-grid { grid-template-columns: 1fr; }
    .reason-grid article { min-height: 170px; }
    .reason-grid h3 { margin-top: 24px; }
    .page-hero { min-height: 280px; }
    .catalog-filter fieldset { grid-template-columns: 1fr; }
    .mega-menu__grid { grid-template-columns: 1fr; }
    .mega-menu__grid section, .mega-menu__grid section:first-child { padding: 0 8px 14px; border-right: 0; border-bottom: 1px solid var(--line); }
    .mega-menu__service { grid-template-columns: 1fr; margin: 0; border-bottom: 0 !important; }
    .active-filter-bar .active-filter-reset { width: 100%; margin-left: 0; }
    .detail-gallery__main { min-height: 340px; }
    .detail-facts { grid-template-columns: 1fr; }
    .detail-price-guide { grid-template-columns: 1fr; }
    .detail-cta { grid-template-columns: 1fr; }
    .highlight-grid, .include-grid { grid-template-columns: 1fr; }
    .departure-list a { grid-template-columns: 1fr auto; }
    .departure-list em { display: none; }
    .itinerary article { grid-template-columns: 60px 1fr; gap: 12px; }
    .itinerary::before { left: 30px; }
    .itinerary article > div:first-child { width: 60px; height: 60px; }
    .flight-search-card { padding: 22px 16px; }
    .flight-trip-tabs { display: flex; }
    .flight-trip-tabs label { flex: 1; }
    .flight-trip-tabs label > span { min-width: 0; padding-inline: 12px; }
    .flight-search-grid { grid-template-columns: 1fr; }
    .airport-swap { margin: 0 auto; transform: rotate(90deg); }
    .flight-search-grid label:nth-of-type(n) { grid-column: auto; }
    .route-grid { grid-template-columns: 1fr; }
    .flight-route-title { grid-template-columns: 1fr; }
    .flight-offer { grid-template-columns: 1fr; }
    .flight-time { padding: 16px 0; border-block: 1px solid var(--line); }
    .flight-price { grid-column: auto; }
    .form-grid--two, .payment-methods { grid-template-columns: 1fr; }
    .selected-item { grid-template-columns: 70px 1fr; }
    .selected-item__visual { width: 70px; }
    .selected-item > strong { grid-column: 2; }
    .checkout-panel { padding: 24px 18px; }
    .booking-progress { gap: 4px; }
    .booking-progress li { gap: 4px; font-size: 0; }
    .booking-progress li span { font-size: 11px; }
    .booking-progress li::after { margin-left: 4px; }
    .result-card { padding: 32px 20px; }
    .result-card dl div { grid-template-columns: 1fr; gap: 2px; }
    .service-strip__grid { grid-template-columns: 1fr; }
    .service-contact { margin-top: 8px; }
    .service-strip .button { grid-column: auto; }
    .footer-top { align-items: flex-start; flex-direction: column; justify-content: center; gap: 22px; padding: 28px 0; }
    .footer-top nav { flex-wrap: wrap; }
    .floating-actions { right: 10px; bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
