:root{
  --paper:#eaf3f8;
  --white:#ffffff;
  --ink:#1f4977;
  --text:#263b50;
  --muted:#60788f;
  --line:#c8dbe7;
  --soft:#dcecf5;
  --accent:#1f4977;
  --accent-dark:#17385d;
  --good:#2b6e50;
  --brand-sky:#6ba7d0;
  --brand-yellow:#ffcb05;
  --brand-navy:#1f4977;
  --shadow:0 18px 45px rgba(29,53,44,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.55}
button,input,select,textarea{font:inherit}
button{color:inherit}
button,a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(107,167,208,.45);outline-offset:2px}
img{display:block;max-width:100%}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--ink);line-height:1.04;font-weight:600}
h1{font-size:clamp(44px,5vw,74px);letter-spacing:-.035em}
h2{font-size:clamp(34px,3.2vw,50px);letter-spacing:-.025em}
h3{font-size:24px}
.app-shell{min-height:100vh;overflow:hidden}
.section{width:min(1240px,calc(100% - 64px));margin-inline:auto}
.prototype-note{height:28px;background:var(--ink);color:#f7efe5;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;letter-spacing:.02em}
.prototype-note svg{width:14px}
.site-header{height:82px;background:rgba(255,254,251,.97);border-bottom:1px solid var(--line);position:relative;z-index:30}
.header-inner{height:100%;width:min(1410px,calc(100% - 64px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo-button{border:0;background:none;padding:0;cursor:pointer}
.logo{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:29px;letter-spacing:.045em}
.logo svg{width:54px;height:36px;fill:var(--accent)}
.main-nav{display:flex;align-items:center;gap:33px}
.main-nav button{border:0;background:none;padding:29px 0;display:flex;align-items:center;gap:4px;cursor:pointer;font-size:15px;position:relative}
.main-nav button:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:transparent}
.main-nav button:hover,.main-nav button.active{color:var(--accent)}
.main-nav button.active:after{background:var(--accent)}
.main-nav svg{width:14px}
.header-actions{display:flex;align-items:center;gap:22px}
.phone{display:flex;align-items:center;gap:8px;color:var(--ink);text-decoration:none;font-weight:700;white-space:nowrap}
.phone svg{width:17px}
.primary-button{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:8px;padding:14px 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-weight:700;box-shadow:0 8px 18px rgba(31,73,119,.18)}
.primary-button:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px);box-shadow:0 11px 24px rgba(31,73,119,.22)}
.primary-button svg{width:18px}
.primary-button.small{padding:11px 18px}
.primary-button.full,.outline-button.full{width:100%}
.menu-button{display:none;border:0;background:none;padding:8px}

.hero{height:612px;position:relative;background-size:cover;background-position:center;color:#fff}
.hero-shade{position:absolute;inset:0;background:rgba(12,37,29,.42)}
.hero-content{position:relative;z-index:2;width:min(1230px,calc(100% - 140px));margin:auto;padding-top:85px}
.hero-content h1{max-width:780px;color:#fff;font-size:clamp(52px,5vw,76px);margin-bottom:18px;text-wrap:balance;text-shadow:0 2px 15px rgba(0,0,0,.16)}
.hero-copy{max-width:610px;font-size:21px;line-height:1.42;margin-bottom:24px}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-size:11px;font-weight:800;margin-bottom:10px}
.eyebrow.light{color:#fff2e9}
.hero-cta{margin-bottom:28px}
.search-panel{width:720px;max-width:100%;height:76px;background:var(--white);border-radius:10px;display:grid;grid-template-columns:1fr 1fr 1fr 72px;align-items:center;color:var(--text);box-shadow:var(--shadow);padding:7px}
.search-panel label{padding:3px 18px;border-right:1px solid var(--line);min-width:0}
.search-panel label>span,.catalog-search label>span{display:flex;align-items:center;gap:7px;color:var(--ink);font-weight:700;font-size:13px}
.search-panel label>span svg,.catalog-search label>span svg{width:17px}
.search-panel select,.catalog-search select{width:100%;border:0;background:transparent;color:var(--muted);font-size:13px;padding-top:2px;outline:none;cursor:pointer}
.search-button{height:62px;border:0;border-radius:7px;background:var(--accent);color:#fff;display:grid;place-items:center;cursor:pointer}
.search-button:hover{background:var(--accent-dark)}
.hero-arrow{position:absolute;z-index:3;top:48%;width:50px;height:50px;border:0;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;cursor:pointer;color:var(--ink)}
.hero-arrow.left{left:26px}.hero-arrow.right{right:26px}
.hero-arrow:hover{transform:scale(1.05);background:#fff}
.hero-dots{position:absolute;z-index:3;bottom:26px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.hero-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#fff;padding:0;cursor:pointer;opacity:.75}
.hero-dots button.active{width:28px;border-radius:5px;background:var(--accent);opacity:1}

.trust-strip{height:88px;border-bottom:1px solid var(--line);background:var(--white);display:grid;grid-template-columns:repeat(4,1fr);padding:0 max(5vw,32px)}
.trust-strip>div{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid var(--line)}
.trust-strip>div:last-child{border-right:0}
.trust-strip svg{width:27px;color:var(--ink)}
.trust-strip span{display:flex;flex-direction:column}
.trust-strip b{color:var(--ink)}
.trust-strip small{color:var(--muted)}
.stamp{width:39px;height:39px;border:2px solid var(--ink);border-radius:50%;display:grid!important;place-items:center;font-family:Georgia,serif;font-size:18px;font-weight:700}

.tours-section,.directions-section,.manager-section{padding-block:82px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}
.section-heading h2{margin:0}
.text-button{border:0;background:none;color:var(--accent);font-weight:700;display:flex;align-items:center;gap:7px;cursor:pointer;padding:8px 0}
.text-button:hover{gap:11px}
.text-button svg{width:17px}
.tour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.tour-grid.home-grid{grid-template-columns:repeat(4,1fr)}
.tour-card{background:var(--white);border:1px solid var(--line);min-width:0;box-shadow:0 4px 16px rgba(29,53,44,.035)}
.tour-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.tour-card-media{height:220px;position:relative;overflow:hidden}
.tour-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.tour-card:hover .tour-card-media img{transform:scale(1.035)}
.tour-label{position:absolute;top:14px;left:14px;background:var(--ink);color:#fff;padding:6px 10px;border-radius:5px;font-size:11px;font-weight:800}
.tour-label.hot{background:var(--accent)}
.heart{position:absolute;right:13px;top:13px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;cursor:pointer;color:var(--ink)}
.heart svg{width:18px}.heart.liked{color:var(--accent)}
.tour-card-body{padding:19px 18px 18px}
.tour-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:800}
.tour-card h3{font-size:23px;margin:8px 0 8px;min-height:48px}
.route{font-size:13px;color:var(--muted);line-height:1.4;min-height:37px;margin-bottom:16px}
.tour-facts{display:flex;flex-wrap:wrap;gap:8px 15px;border-top:1px solid var(--line);padding-top:13px}
.tour-facts span{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted)}
.tour-facts svg{width:15px;height:15px;color:var(--ink)}
.tour-card-footer{display:flex;align-items:end;justify-content:space-between;gap:10px;margin:17px 0 14px}
.tour-card-footer>div{display:flex;flex-direction:column}
.tour-card-footer small{color:var(--muted);font-size:10px}
.tour-card-footer strong{color:var(--accent);font-size:20px}
.seats{font-size:11px;color:var(--good);white-space:nowrap}.seats.few,.few{color:var(--accent)!important}
.outline-button{border:1px solid var(--accent);background:transparent;color:var(--accent);padding:11px 16px;border-radius:7px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}
.outline-button:hover{background:var(--accent);color:#fff}
.outline-button svg{width:17px}

.directions-section{border-top:1px solid var(--line)}
.direction-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:20px}
.direction-card{height:340px;background-size:cover;background-position:center;border:0;position:relative;overflow:hidden;padding:28px;text-align:left;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}
.direction-card:before{content:"";position:absolute;inset:0;background:rgba(11,38,29,.46)}
.direction-card>*{position:relative;z-index:1}
.direction-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.direction-card b{font-family:Georgia,serif;font-size:30px;line-height:1.1;margin:11px 0 6px}
.direction-card small{opacity:.9}
.direction-icon{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:var(--ink)}
.direction-icon svg{width:21px}

.manager-card{background:var(--ink);color:#eaf0ec;display:grid;grid-template-columns:1.4fr 1fr;min-height:355px}
.manager-copy{padding:58px 64px}
.manager-copy h2{color:#fff;margin-bottom:18px;max-width:680px}
.manager-copy>p:not(.eyebrow){font-size:17px;max-width:650px;color:#c8d4cf}
.manager-person{background:var(--white);color:var(--text);padding:48px;display:grid;grid-template-columns:56px 1fr;align-content:center;gap:11px 15px}
.manager-person .avatar{width:56px;height:56px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--accent);grid-row:span 2}
.manager-person .avatar svg{width:34px}
.manager-person>div:nth-child(2){display:flex;flex-direction:column}.manager-person>div:nth-child(2) b{color:var(--ink)}.manager-person>div:nth-child(2) span{font-size:13px;color:var(--muted)}
.rating{display:flex;color:#e7a82d}.rating svg{width:15px}
.manager-person blockquote{grid-column:1/-1;margin:18px 0 0;border-top:1px solid var(--line);padding-top:20px;font-family:Georgia,serif;font-size:20px;color:var(--ink)}

.page-main{padding-top:1px}
.breadcrumbs{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;margin-bottom:40px}
.breadcrumbs svg{width:13px}
.catalog-head,.calendar-head,.tour-top{padding-top:50px}
.catalog-title{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}
.catalog-title h1,.calendar-head h1,.tour-top h1{font-size:clamp(45px,5vw,68px);margin-bottom:0}
.catalog-title>p{max-width:390px;font-size:17px;color:var(--muted);margin-bottom:8px}
.catalog-search{background:var(--white);border:1px solid var(--line);padding:9px;display:grid;grid-template-columns:repeat(4,1fr) auto;box-shadow:0 10px 30px rgba(29,53,44,.07)}
.catalog-search label{padding:8px 17px;border-right:1px solid var(--line)}
.catalog-search .primary-button{border-radius:6px;padding-inline:26px}
.filter-row{display:flex;justify-content:space-between;gap:22px;margin-top:18px}
.quick-filters{display:flex;gap:9px;flex-wrap:wrap}
.quick-filters button,.filter-button{border:1px solid var(--line);background:var(--white);padding:9px 14px;border-radius:24px;cursor:pointer;font-size:13px}
.quick-filters button.active,.quick-filters button:hover,.filter-button.active{border-color:var(--ink);background:var(--ink);color:#fff}
.filter-button{display:flex;align-items:center;gap:7px;border-radius:7px;font-weight:700;white-space:nowrap}
.filter-button svg{width:16px}
.advanced-filters{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:var(--white);border:1px solid var(--line);padding:20px;margin-top:14px}
.advanced-filters label{font-size:12px;font-weight:700;color:var(--ink)}
.advanced-filters select,.results-bar select{width:100%;margin-top:5px;padding:10px;border:1px solid var(--line);background:var(--paper)}
.catalog-results{padding-block:42px 95px}
.results-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.results-bar>b{color:var(--ink);font-size:17px}
.results-bar label{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}
.results-bar select{width:auto;margin:0;padding:8px 28px 8px 10px}
.empty-state{text-align:center;background:var(--white);border:1px solid var(--line);padding:70px 30px}.empty-state>svg{width:42px;height:42px;color:var(--accent)}.empty-state h3{margin:18px 0 8px}.empty-state p{color:var(--muted)}

.calendar-head{text-align:center}.calendar-head .breadcrumbs{text-align:left}.calendar-head .lead{font-size:18px;color:var(--muted)}
.month-tabs{display:flex;justify-content:center;border-bottom:1px solid var(--line);margin-top:38px}
.month-tabs button{min-width:145px;border:0;border-bottom:3px solid transparent;background:none;padding:14px 20px;cursor:pointer;color:var(--muted);font-weight:700}
.month-tabs button small{display:block;font-weight:400}.month-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}
.calendar-layout{display:grid;grid-template-columns:300px 1fr;gap:30px;padding-block:38px 95px;align-items:start}
.calendar-mini{background:var(--white);border:1px solid var(--line);padding:20px;position:sticky;top:20px}
.mini-head{display:flex;align-items:center;justify-content:space-between;color:var(--ink);margin-bottom:18px}.mini-head button{border:0;background:none;cursor:pointer}.mini-head svg{width:18px}
.week,.days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}.week span{font-size:10px;color:var(--muted);padding:5px}.days button{height:34px;border:0;background:transparent;border-radius:50%;font-size:12px;cursor:pointer}.days button.muted{color:#c3c5c2}.days button.active{background:var(--ink);color:#fff;position:relative}.days button.active:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--accent);bottom:2px;left:50%}
.legend{border-top:1px solid var(--line);margin-top:16px;padding-top:14px;display:flex;gap:14px;font-size:10px;color:var(--muted)}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:4px}.dot.green{background:var(--good)}.dot.orange{background:var(--brand-yellow)}
.departures-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.departures-head>div{display:flex;gap:5px;color:var(--muted)}.departures-head b{color:var(--ink)}
.departure-row{display:grid;grid-template-columns:85px 150px 1fr 155px;gap:18px;align-items:center;background:var(--white);border:1px solid var(--line);padding:15px;margin-bottom:12px}
.date-block{text-align:center;border-right:1px solid var(--line);display:flex;flex-direction:column}.date-block b{font-family:Georgia,serif;font-size:35px;color:var(--accent);line-height:1}.date-block span{font-size:11px}.date-block small{color:var(--muted)}
.departure-row>img{width:150px;height:112px;object-fit:cover}.departure-info>span{color:var(--accent);font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.departure-info h3{font-size:21px;margin:5px 0}.departure-info p{font-size:12px;color:var(--muted);margin-bottom:7px}.departure-info>div{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--muted)}.departure-info svg{width:14px}
.departure-price{display:flex;flex-direction:column;align-items:end;gap:8px}.departure-price>b{color:var(--accent);font-size:17px;text-align:right}.departure-price>span{font-size:11px;color:var(--good)}

.tour-heading-row{display:flex;justify-content:space-between;align-items:end;gap:30px}.favorite-button{border:1px solid var(--line);background:var(--white);padding:10px 14px;display:flex;align-items:center;gap:7px;cursor:pointer}.favorite-button svg{width:17px}
.tour-chips{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.tour-chips span{display:flex;align-items:center;gap:7px;border:1px solid var(--line);background:var(--white);padding:8px 12px;border-radius:22px;font-size:12px}.tour-chips svg{width:16px;color:var(--ink)}
.tour-hero-layout{display:grid;grid-template-columns:minmax(0,1.7fr) 430px;gap:28px;align-items:start}
.tour-gallery{display:grid;grid-template-columns:1fr 180px;gap:11px;height:548px}.main-photo,.gallery-thumbs button{position:relative;border:0;padding:0;overflow:hidden;cursor:pointer;background:#ddd}.main-photo img,.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.main-photo>span{position:absolute;bottom:16px;left:16px;background:rgba(255,255,255,.94);padding:9px 13px;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700}.main-photo>span svg{width:15px}
.gallery-thumbs{display:grid;grid-template-rows:repeat(3,1fr);gap:11px}.gallery-thumbs button{border:2px solid transparent}.gallery-thumbs button.active{border-color:var(--accent)}.gallery-thumbs button>span{position:absolute;inset:0;background:rgba(16,50,40,.62);display:grid;place-items:center;color:#fff;font-weight:700}
.booking-card{background:var(--white);border:1px solid var(--line);padding:28px;box-shadow:var(--shadow)}.booking-card h2{font-size:31px;margin-bottom:18px}
.date-options{display:grid;gap:8px}.date-options button{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:9px;text-align:left;background:var(--white);border:1px solid var(--line);padding:13px;cursor:pointer}.date-options button.selected{border-color:var(--accent);background:#fff8f5}.date-options i{width:18px;height:18px;border:1.5px solid var(--ink);border-radius:50%;display:grid;place-items:center}.date-options i span{width:8px;height:8px;border-radius:50%;background:var(--accent)}.date-options b{font-size:13px}.date-options small{font-size:10px}.date-options .ok{color:var(--good)}.date-options .muted{color:var(--muted)}
.people-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:15px 2px 0;margin-top:15px}.people-row>div{display:flex;align-items:center;gap:13px}.people-row button{width:32px;height:32px;border:1px solid var(--line);background:var(--white);display:grid;place-items:center;cursor:pointer}.people-row svg{width:15px}
.total{border-top:1px solid var(--line);margin-top:17px;padding-top:17px;display:flex;flex-direction:column}.total span{font-size:12px}.total b{font-family:Georgia,serif;font-size:35px;color:var(--ink);line-height:1.2}.total small{color:var(--muted);margin-bottom:17px}.safe-note{display:flex;align-items:flex-start;gap:7px;color:var(--muted);font-size:10px;margin:12px 0 0}.safe-note svg{width:15px;flex:none;color:var(--good)}
.tour-tabs{border-block:1px solid var(--line);background:var(--white);margin-top:38px;position:sticky;top:0;z-index:15}.tour-tabs>div{display:flex}.tour-tabs button{border:0;background:none;padding:17px 27px;border-bottom:2px solid transparent;cursor:pointer;font-weight:700}.tour-tabs button:hover{color:var(--accent);border-bottom-color:var(--accent)}
.tour-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;align-items:start;padding-block:60px 100px}.tour-content{min-width:0}.content-block{scroll-margin-top:70px;border-bottom:1px solid var(--line);padding:0 0 58px;margin-bottom:58px}.content-block h2{font-size:42px;margin-bottom:20px}.intro-block>p:not(.eyebrow){font-family:Georgia,serif;font-size:22px;line-height:1.5;color:#40544c}.feature-list{display:flex;gap:22px;flex-wrap:wrap;margin-top:25px}.feature-list span{display:flex;align-items:center;gap:7px;font-weight:700;color:var(--ink)}.feature-list svg{width:19px;color:var(--accent)}
.program-day{display:grid;grid-template-columns:52px 1fr 220px;gap:18px;align-items:center;padding:18px 0;border-top:1px solid var(--line)}.day-number{width:42px;height:42px;background:var(--accent);color:#fff;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:18px}.program-day span{font-size:10px;color:var(--accent);text-transform:uppercase;font-weight:800}.program-day h3{font-size:22px;margin:3px 0 7px}.program-day p{color:var(--muted);font-size:13px;margin:0}.program-day img{width:220px;height:100px;object-fit:cover}.program-more{margin-top:16px}
.included-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:36px}.included-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.included-grid li{display:flex;align-items:center;gap:9px}.included-grid li svg{width:17px;color:var(--good)}.extra-box{background:var(--soft);padding:28px}.extra-box h3{font-size:25px}.extra-box li:before{content:"—";color:var(--accent);margin-right:7px}
.price-table>div{display:grid;grid-template-columns:1.5fr 1fr .7fr auto;gap:15px;align-items:center;border-top:1px solid var(--line);padding:18px 0}.price-table b{color:var(--accent)}.price-table small.ok{color:var(--good)}.price-table small.muted{color:var(--muted)}.price-table button{border:0;background:none;color:var(--accent);font-weight:700;cursor:pointer}
.reviews blockquote{font-family:Georgia,serif;font-size:25px;line-height:1.55;color:var(--ink);margin:0 0 18px;padding-left:24px;border-left:3px solid var(--accent)}.review-score{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:8px}.review-score>b{font-size:28px;color:var(--ink);grid-row:span 2}.review-score>span{color:var(--brand-yellow);display:flex}.review-score svg{width:14px}.review-score small{color:var(--muted)}.review-author{font-size:12px;color:var(--muted)}
.tour-confidence{background:var(--white);border:1px solid var(--line);padding:24px;position:sticky;top:80px}.tour-confidence>div{display:grid;grid-template-columns:35px 1fr;column-gap:9px;border-bottom:1px solid var(--line);padding:16px 0}.tour-confidence>div:last-child{border-bottom:0}.tour-confidence svg{grid-row:span 2;width:27px;color:var(--ink)}.tour-confidence b{color:var(--ink)}.tour-confidence span{font-size:12px;color:var(--muted)}

.modal-backdrop{position:fixed;inset:0;background:rgba(12,35,28,.64);z-index:100;display:flex;justify-content:flex-end}.booking-modal{width:min(590px,100%);height:100%;overflow:auto;background:var(--white);padding:52px;position:relative;box-shadow:-18px 0 50px rgba(0,0,0,.15)}.modal-close{position:absolute;right:22px;top:20px;border:1px solid var(--line);background:var(--white);width:38px;height:38px;display:grid;place-items:center;cursor:pointer}.booking-modal h2{font-size:41px;margin-bottom:9px}.modal-lead{color:var(--muted)}.booking-summary{display:grid;grid-template-columns:72px 1fr auto;gap:13px;align-items:center;background:var(--soft);padding:12px;margin:24px 0}.booking-summary img{width:72px;height:60px;object-fit:cover}.booking-summary>div{display:flex;flex-direction:column}.booking-summary span{font-size:12px}.booking-summary b{font-size:11px;color:var(--muted)}.booking-summary strong{color:var(--accent);font-size:13px}.booking-modal form{display:grid;gap:17px}.booking-modal form label{display:grid;gap:7px;color:var(--ink);font-size:12px;font-weight:700}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.booking-modal input,.booking-modal textarea{border:1px solid var(--line);background:#fff;padding:13px;resize:vertical}.contact-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-options button{border:1px solid var(--line);background:#fff;padding:12px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.contact-options button.active{border-color:var(--ink);background:var(--ink);color:#fff}.contact-options svg{width:17px}.consent{grid-template-columns:18px 1fr!important;align-items:start;color:var(--muted)!important;font-weight:400!important}.consent input{margin:3px 0 0}.success-state{min-height:75vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.success-state>span{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;margin-bottom:25px}.success-state h2{font-size:45px}.success-state p:not(.eyebrow){color:var(--muted);font-size:17px}

.hot-widget{position:fixed;z-index:50;left:50%;bottom:18px;transform:translateX(-50%);width:min(970px,calc(100% - 36px));background:var(--white);border:1px solid var(--line);box-shadow:0 16px 50px rgba(15,44,35,.23);display:grid;grid-template-columns:105px 1fr auto auto;gap:18px;align-items:center;padding:10px 14px 10px 10px}.hot-widget>img{width:105px;height:74px;object-fit:cover}.hot-copy{display:flex;flex-direction:column}.hot-copy>span{color:var(--accent);font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.hot-copy>b{font-family:Georgia,serif;font-size:19px;color:var(--ink)}.hot-copy small{color:var(--muted)}.hot-price{display:flex;flex-direction:column;align-items:end}.hot-price span{font-size:10px;color:var(--muted)}.hot-price b{color:var(--accent);white-space:nowrap}.hot-close{position:absolute;right:-10px;top:-10px;width:26px;height:26px;border-radius:50%;border:1px solid var(--line);background:var(--white);display:grid;place-items:center;cursor:pointer}.hot-close svg{width:14px}

.site-footer{background:#102f27;color:#c9d5d0;padding-top:58px}.site-footer .logo{color:#fff}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:55px;padding-bottom:48px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-grid>div:first-child p{max-width:340px;margin-top:15px}.footer-grid b{color:#fff;margin-bottom:8px}.footer-grid button,.footer-grid a{border:0;background:none;color:#c9d5d0;padding:0;text-decoration:none;cursor:pointer}.footer-grid button:hover,.footer-grid a:hover{color:#fff}.footer-grid span{font-size:13px}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;padding-block:18px 115px;font-size:11px;color:#92a79f}

@media(max-width:1100px){
  .main-nav{gap:16px}.phone{display:none}.tour-grid,.tour-grid.home-grid{grid-template-columns:repeat(2,1fr)}.tour-hero-layout{grid-template-columns:1fr}.booking-card{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.booking-card .eyebrow,.booking-card h2,.date-options,.safe-note{grid-column:1/-1}.tour-content-layout{grid-template-columns:1fr}.tour-confidence{position:static;display:grid;grid-template-columns:1fr 1fr}.catalog-search{grid-template-columns:repeat(2,1fr)}.catalog-search .primary-button{grid-column:1/-1}.direction-grid{grid-template-columns:1.2fr 1fr}.direction-card:last-child{grid-column:1/-1}.departure-row{grid-template-columns:75px 125px 1fr}.departure-row>img{width:125px}.departure-price{grid-column:2/-1;flex-direction:row;align-items:center;justify-content:flex-end}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.footer-grid>div:last-child{grid-column:2/-1}.hot-widget{width:min(850px,calc(100% - 30px))}
}

@media(max-width:760px){
  .section{width:min(100% - 32px,1240px)}.prototype-note{height:24px;font-size:10px}.site-header{height:66px}.header-inner{width:calc(100% - 30px)}.logo{font-size:22px}.logo svg{width:42px}.header-actions .primary-button{display:none}.menu-button{display:block}.main-nav{display:none;position:absolute;top:66px;left:0;right:0;background:var(--white);padding:15px 22px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav button{padding:12px}.main-nav button:after{display:none}
  .hero{height:680px}.hero-content{width:calc(100% - 48px);padding-top:58px}.hero-content h1{font-size:45px}.hero-copy{font-size:17px}.hero-arrow{display:none}.hero-dots{bottom:18px}.search-panel{height:auto;grid-template-columns:1fr;margin-top:8px;padding:7px}.search-panel label{padding:10px 14px;border-right:0;border-bottom:1px solid var(--line)}.search-button{height:48px}.trust-strip{height:auto;grid-template-columns:1fr 1fr;padding:8px 16px}.trust-strip>div{justify-content:flex-start;padding:14px 8px;border-bottom:1px solid var(--line)}.trust-strip>div:nth-child(2){border-right:0}.trust-strip>div:nth-child(3),.trust-strip>div:nth-child(4){border-bottom:0}.trust-strip small{display:none}.trust-strip b{font-size:12px}
  .tours-section,.directions-section,.manager-section{padding-block:58px}.section-heading{align-items:start}.tour-grid,.tour-grid.home-grid{grid-template-columns:1fr}.tour-card-media{height:245px}.direction-grid{grid-template-columns:1fr}.direction-card,.direction-card:last-child{grid-column:auto;height:285px}.manager-card{grid-template-columns:1fr}.manager-copy{padding:38px 26px}.manager-person{padding:30px 26px}
  .catalog-head,.calendar-head,.tour-top{padding-top:32px}.breadcrumbs{margin-bottom:24px}.catalog-title{align-items:start;flex-direction:column}.catalog-title h1,.calendar-head h1,.tour-top h1{font-size:46px}.catalog-search{grid-template-columns:1fr}.catalog-search label{border-right:0;border-bottom:1px solid var(--line)}.filter-row{align-items:start;flex-direction:column}.advanced-filters{grid-template-columns:1fr 1fr}.results-bar{align-items:start;gap:10px;flex-direction:column}.catalog-results{padding-bottom:70px}
  .month-tabs{justify-content:flex-start;overflow:auto}.month-tabs button{min-width:120px}.calendar-layout{grid-template-columns:1fr;padding-bottom:70px}.calendar-mini{position:static}.departure-row{grid-template-columns:68px 1fr;gap:12px}.departure-row>img{width:100%;height:120px}.departure-info{grid-column:1/-1}.departure-price{grid-column:1/-1}.date-block{border-right:0}.departures-head{margin-top:10px}
  .tour-heading-row{align-items:start;flex-direction:column}.favorite-button{display:none}.tour-chips{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.tour-chips span{white-space:nowrap}.tour-gallery{grid-template-columns:1fr;height:auto}.main-photo{height:360px}.gallery-thumbs{grid-template-columns:repeat(3,1fr);grid-template-rows:100px}.booking-card{display:block;padding:22px}.tour-tabs{overflow:auto}.tour-tabs>div{width:max-content}.tour-tabs button{padding:14px 18px}.tour-content-layout{padding-top:42px}.content-block h2{font-size:35px}.intro-block>p:not(.eyebrow){font-size:18px}.program-day{grid-template-columns:43px 1fr}.program-day img{grid-column:2;width:100%;height:150px}.included-grid{grid-template-columns:1fr}.price-table>div{grid-template-columns:1fr 1fr}.price-table button{text-align:left}.tour-confidence{grid-template-columns:1fr}
  .booking-modal{padding:45px 22px}.form-grid{grid-template-columns:1fr}.booking-summary{grid-template-columns:62px 1fr}.booking-summary>strong{grid-column:2}.booking-modal h2{font-size:35px}
  .hot-widget{left:10px;right:10px;bottom:10px;transform:none;width:auto;grid-template-columns:70px 1fr auto;padding:8px}.hot-widget>img{width:70px;height:64px}.hot-copy>b{font-size:15px}.hot-copy small,.hot-price{display:none}.hot-widget>.primary-button{width:44px;height:44px;padding:0;font-size:0}.hot-widget>.primary-button:after{content:"→";font-size:19px}.hot-close{right:-4px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:4px;padding-bottom:105px}
}

@media(max-width:430px){
  .hero-content h1{font-size:39px}.hero{height:650px}.trust-strip{grid-template-columns:1fr}.trust-strip>div{border-right:0!important;border-bottom:1px solid var(--line)!important}.trust-strip>div:last-child{border-bottom:0!important}.advanced-filters{grid-template-columns:1fr}.tour-gallery .main-photo{height:300px}.price-table>div{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}
}

/* WordPress theme integration */
[hidden]{display:none!important}
body.modal-open{overflow:hidden}
a{color:inherit}
.custom-logo-link{display:flex;align-items:center;flex:none}
.custom-logo{width:auto;height:58px;object-fit:contain}
.main-menu{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}
.main-menu li{margin:0;padding:0}
.main-menu a{position:relative;display:block;padding:29px 0;color:var(--text);text-decoration:none;white-space:nowrap}
.main-menu a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;border-radius:2px;background:transparent}
.main-menu a:hover,.main-menu .current-menu-item>a,.main-menu .current_page_parent>a{color:var(--brand-navy)}
.main-menu .current-menu-item>a:after,.main-menu .current_page_parent>a:after{background:var(--brand-sky)}
.tour-card h3 a,.departure-info h3 a{text-decoration:none}
.tour-card h3 a:hover,.departure-info h3 a:hover{color:var(--brand-sky)}
.text-button,.direction-card,.popular-strip a,.quick-filters a,.detail-section-nav a,.day-nav-card a,.mobile-day-nav a,.footer-grid a{text-decoration:none}
.popular-strip a{border:0;background:var(--brand-yellow);color:#17385d;padding:9px 13px;border-radius:8px;font-weight:700;cursor:pointer;white-space:nowrap}
.popular-strip a:hover{transform:translateY(-2px);background:#f2bd00}
.quick-filters a{border:1px solid var(--line);background:var(--white);padding:9px 14px;border-radius:24px;cursor:pointer;font-size:13px;white-space:nowrap}
.quick-filters a.active,.quick-filters a:hover{border-color:var(--brand-navy);background:var(--brand-navy);color:#fff}
.detail-section-nav a{position:relative;color:var(--brand-navy);font-weight:700;padding:17px 20px;white-space:nowrap}
.detail-section-nav a:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:transparent}
.detail-section-nav a:hover,.detail-section-nav a.active{background:#edf6fb}
.detail-section-nav a.active:after{background:var(--brand-sky)}
.day-nav-card a{position:relative;width:100%;border-top:1px solid var(--line);background:#f8fbfd;text-align:left;padding:12px 13px;display:grid;grid-template-columns:62px 1fr;align-items:center;gap:8px}
.day-nav-card a span{font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.day-nav-card a b{font-family:Georgia,serif;font-size:13px;line-height:1.2}
.day-nav-card a:hover,.day-nav-card a.active{background:var(--brand-navy);color:#fff;margin-left:10px;width:calc(100% - 10px)}
.day-nav-card a.active:before{content:"";position:absolute;left:-13px;top:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-right:13px solid var(--brand-navy)}
.mobile-day-nav a{flex:none;border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 11px;color:var(--brand-navy);font-weight:700;white-space:nowrap}
.mobile-day-nav a.active{background:var(--brand-navy);color:#fff;border-color:var(--brand-navy)}
.heart.active,.favorite-button.active{color:#d54162;border-color:#efb8c4;background:#fff5f7}
.heart.active svg,.favorite-button.active svg{fill:currentColor}
.stars .star{color:#f4bd00;opacity:.28;font-size:18px;line-height:1}
.stars .star.filled{opacity:1}
.rating-line.compact .stars .star{font-size:14px}
.card-gallery>img{transition:opacity .18s ease,transform .45s ease}
.card-gallery>img.changing{opacity:.25}
.selected-hotel-media>button{display:block;width:100%;height:100%;min-height:420px;padding:0;border:0;border-radius:8px;overflow:hidden;background:var(--soft);cursor:zoom-in}
.selected-hotel-media>button img{width:100%;height:100%;object-fit:cover}
.entry-content{font-size:17px;line-height:1.7}
.entry-content>*:first-child{margin-top:0}
.entry-content>*:last-child{margin-bottom:0}
.entry-content p{margin:0 0 18px}
.entry-content h2,.entry-content h3,.entry-content h4{margin:32px 0 14px}
.entry-content blockquote,.wp-block-quote{margin:28px 0;padding:22px 24px;border-left:4px solid var(--brand-sky);border-radius:0 9px 9px 0;background:#fff;color:var(--brand-navy);font-family:Georgia,serif;font-size:20px}
.entry-content .wp-block-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:26px 0}
.entry-content .wp-block-gallery figure{margin:0;border-radius:9px;overflow:hidden}
.entry-content .wp-block-gallery img{width:100%;height:280px;object-fit:cover}
.entry-content .wp-block-gallery img{cursor:zoom-in}
.entry-content figcaption{font-size:12px;color:var(--muted);margin-top:7px}
.content-block>.eyebrow+h2{margin-top:0}
.content-block>h2+*,.content-block>h3+*{margin-top:0}
.intro-block .entry-content{font-family:Georgia,serif;font-size:21px;color:#40566a}
.form-status{min-height:24px;margin:0;color:var(--brand-navy);font-weight:700}
.primary-button:disabled{opacity:.55;cursor:wait;transform:none}
.favorites-empty{min-height:340px;border:1px dashed var(--line);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;background:rgba(255,255,255,.7)}
.favorites-empty h2{margin-bottom:10px}
.favorites-empty p{margin:0 0 22px;color:var(--muted)}
.pagination{margin-top:34px}
.nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.page-numbers{min-width:40px;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;background:#fff;text-decoration:none}
.page-numbers.current,.page-numbers:hover{background:var(--brand-navy);border-color:var(--brand-navy);color:#fff}
.comments-area{display:grid;gap:24px}
.comment-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.comment-body{background:#fff;border:1px solid var(--line);border-radius:9px;padding:18px}
.comment-meta{margin-bottom:12px}
.comment-author{display:flex;align-items:center;gap:9px}
.comment-author img{border-radius:50%}
.comment-form{display:grid;gap:14px}
.comment-form>p{margin:0}
.comment-form label{display:block;margin-bottom:6px;font-weight:700;color:var(--brand-navy)}
.comment-form input:not([type="checkbox"]),.comment-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px}
.comment-form select{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px}
.comment-stars{color:#f4bd00;letter-spacing:2px;margin-bottom:8px;font-size:18px}
.comment-form .submit{border:1px solid var(--brand-navy);background:var(--brand-navy);color:#fff;border-radius:8px;padding:13px 20px;font-weight:700;cursor:pointer}
.reveal-on-scroll{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.reveal-on-scroll.is-visible{opacity:1;transform:none}
.hot-widget[hidden]{display:none!important}
.lightbox img{border-radius:8px}
.modal-close svg,.lightbox-close svg{width:20px}
.search-panel .search-button,.catalog-search .primary-button{min-width:0;white-space:nowrap}
.hero .search-button{border:1px solid var(--brand-navy);background:var(--brand-navy);color:#fff}
.hero .search-button:hover{background:#163b63;border-color:#163b63}

@media(max-width:760px){
  .custom-logo{height:48px}
  .main-menu{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .main-menu a{padding:12px}
  .main-menu a:after{display:none}
  .detail-section-nav a{padding:14px 16px}
  .selected-hotel-media>button{min-height:330px}
  .intro-block .entry-content{font-size:18px}
  .entry-content .wp-block-gallery{grid-template-columns:1fr}
  .entry-content .wp-block-gallery img{height:230px}
}

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

/* Brand and layout refinements */
.logo svg path{fill:var(--brand-sky)}
.logo svg .logo-sun{fill:var(--brand-yellow)}
.logo b{color:var(--brand-navy)}
.site-footer .logo b{color:#fff}
.site-footer{background:var(--brand-navy)}
.prototype-note{background:var(--brand-navy)}

.hero{
  height:620px;
  margin-bottom:72px;
  background-position:center;
  isolation:isolate;
}
.hero-shade{background:rgba(18,42,65,.46)}
.hero-content{
  height:100%;
  padding-top:68px;
  position:relative;
}
.hero-copy-group{
  min-height:340px;
  animation:hero-copy-in .55s ease both;
}
.hero-content h1{max-width:830px}
.hero-dots{bottom:64px}
.search-panel{
  position:absolute;
  left:50%;
  bottom:-48px;
  transform:translateX(-50%);
  width:min(1460px,calc(100vw - 64px));
  height:96px;
  grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(180px,1fr) 86px minmax(205px,1.15fr) minmax(205px,1.15fr);
  padding:8px;
  overflow:hidden;
}
.search-panel label{height:100%;display:flex;flex-direction:column;justify-content:center}
.search-button{height:80px}
.search-benefit{
  min-width:0;
  height:100%;
  border-left:1px solid var(--line);
  padding:0 20px;
  display:flex;
  align-items:center;
  gap:12px;
}
.search-benefit>svg{width:27px;height:27px;color:var(--brand-navy);flex:none}
.search-benefit>span{min-width:0;display:flex;flex-direction:column}
.search-benefit b{color:var(--brand-navy);font-size:14px;white-space:nowrap}
.search-benefit small{color:var(--muted);font-size:12px;white-space:nowrap}
.tours-section{padding-top:70px}

.popular-strip{
  margin:0 0 20px;
  background:var(--brand-navy);
  border:1px solid rgba(255,255,255,.08);
  padding:18px 20px;
  color:#fff;
}
.popular-strip-inner{display:grid;grid-template-columns:175px 1fr;align-items:start;gap:18px}
.popular-strip-inner>b{font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.2;padding-top:6px;color:#fff}
.popular-strip-inner>div{display:flex;flex-wrap:wrap;gap:8px}
.popular-strip button{
  border:0;
  border-radius:20px;
  padding:7px 13px;
  background:var(--brand-yellow);
  color:#172d43;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
}
.popular-strip button.blue{background:var(--brand-sky);color:#fff}
.popular-strip button:hover{transform:translateY(-2px);box-shadow:0 5px 13px rgba(0,0,0,.18)}
.calendar-head .popular-strip{text-align:left;margin-top:30px}

.tour-grid{align-items:stretch}
.tour-card{height:100%;display:flex;flex-direction:column}
.tour-card-body{display:flex;flex:1;flex-direction:column}
.tour-card h3{min-height:3.15rem}
.tour-card .route{min-height:2.8rem}
.tour-facts{min-height:68px;align-content:flex-start}
.tour-card-footer{
  min-height:82px;
  margin-top:16px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:3px;
}
.tour-card-footer>div{min-width:0}
.tour-card-footer strong{
  display:block;
  white-space:nowrap;
  font-size:clamp(17px,1.35vw,20px);
  line-height:1.25;
}
.tour-card-footer .seats{align-self:flex-end;line-height:1.2}
.tour-card-body>.outline-button{margin-top:auto;min-height:48px}
.departure-price>b{white-space:nowrap}
.catalog-search label{min-width:0}
.catalog-search select{white-space:nowrap;text-overflow:ellipsis}

/* Cruises */
.cruise-head{padding-top:50px}
.cruise-title{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.cruise-title h1{font-size:clamp(48px,5vw,70px);margin:0}
.cruise-title>p{max-width:430px;color:var(--muted);font-size:17px;margin-bottom:7px}
.cruise-type-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}
.cruise-type-tabs button{
  border:1px solid var(--line);
  background:var(--white);
  min-height:66px;
  padding:12px 17px;
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  font-weight:700;
  color:var(--brand-navy);
}
.cruise-type-tabs button svg{width:23px;color:var(--brand-sky)}
.cruise-type-tabs button small{margin-left:auto;width:27px;height:27px;border-radius:50%;background:var(--soft);display:grid;place-items:center}
.cruise-type-tabs button.active{background:var(--brand-navy);border-color:var(--brand-navy);color:#fff}
.cruise-type-tabs button.active svg{color:var(--brand-yellow)}
.cruise-type-tabs button.active small{background:rgba(255,255,255,.14)}
.cruise-search{
  display:grid;
  grid-template-columns:1.05fr 1fr 1fr .8fr auto;
  background:var(--white);
  border:1px solid var(--line);
  padding:9px;
  box-shadow:0 10px 30px rgba(31,73,119,.08);
}
.cruise-search label{min-width:0;padding:8px 15px;border-right:1px solid var(--line)}
.cruise-search label>span{display:flex;align-items:center;gap:7px;color:var(--brand-navy);font-size:13px;font-weight:700}
.cruise-search label svg{width:17px}
.cruise-search select{width:100%;border:0;background:transparent;color:var(--muted);font-size:13px;padding-top:3px;outline:none}
.cruise-search .primary-button{border-radius:6px;white-space:nowrap}
.cruise-filter-line{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-top:15px}
.cruise-advanced{margin-top:12px}
.cruise-results{padding-block:40px 75px}
.cruise-results .results-bar>div{display:flex;flex-direction:column}
.cruise-results .results-bar>div span{font-size:12px;color:var(--muted)}
.cruise-list{display:grid;gap:16px}
.cruise-card{
  min-height:275px;
  display:grid;
  grid-template-columns:300px minmax(0,1fr) 205px;
  background:var(--white);
  border:1px solid var(--line);
  box-shadow:0 4px 16px rgba(31,73,119,.035);
}
.cruise-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.cruise-media{position:relative;overflow:hidden;min-height:275px}
.cruise-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.cruise-card:hover .cruise-media img{transform:scale(1.035)}
.cruise-media>span{position:absolute;left:15px;top:15px;background:var(--brand-yellow);color:#172d43;border-radius:18px;padding:6px 11px;font-size:12px;font-weight:800}
.cruise-media>button{position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;cursor:pointer}
.cruise-media>button svg{width:18px}
.cruise-body{min-width:0;padding:25px 26px;border-right:1px solid var(--line)}
.cruise-kicker{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:8px}
.cruise-kicker>span{color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:800}
.cruise-kicker>b{display:flex;align-items:center;gap:5px;color:var(--brand-navy);font-size:12px;white-space:nowrap}
.cruise-kicker svg{width:16px;color:var(--brand-sky)}
.cruise-body h3{font-size:29px;margin:0 0 8px}
.cruise-body>p{font-size:13px;color:var(--muted);margin-bottom:18px}
.cruise-main-facts{display:flex;flex-wrap:wrap;gap:10px 22px;padding:13px 0;border-block:1px solid var(--line)}
.cruise-main-facts span,.cruise-features span{display:flex;align-items:center;gap:6px}
.cruise-main-facts svg{width:16px;color:var(--brand-navy)}
.cruise-main-facts b{font-size:13px}
.cruise-features{display:flex;flex-wrap:wrap;gap:10px 18px;padding-top:15px}
.cruise-features span{color:var(--muted)}
.cruise-features svg{width:17px;color:var(--brand-sky)}
.cruise-features b{font-size:12px;font-weight:500}
.cruise-action{padding:25px 20px;display:flex;flex-direction:column;align-items:stretch;justify-content:center}
.cruise-action>small{color:var(--muted)}
.cruise-action>strong{color:var(--accent);font-size:22px;white-space:nowrap;margin-bottom:2px}
.cruise-action>span{color:var(--good);font-size:12px;margin-bottom:19px}
.cruise-action .primary-button{padding-inline:12px}
.cruise-link{border:0;background:none;color:var(--brand-navy);font-size:12px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:6px;padding:12px 0 0;cursor:pointer}
.cruise-link svg{width:15px}
.cruise-help{margin-bottom:90px;background:var(--brand-navy);color:#fff;padding:42px 48px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cruise-help>div{max-width:760px}.cruise-help>div>svg{width:38px;height:38px;color:var(--brand-yellow);float:left;margin-right:18px}
.cruise-help h2{color:#fff;font-size:38px;margin-bottom:10px}.cruise-help p:not(.eyebrow){color:#d7e5ef;margin-bottom:0}
.callback-modal select{width:100%;border:1px solid var(--line);background:#fff;padding:13px}
.callback-modal form{margin-top:26px}

/* Motion */
.reveal-ready{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .62s ease var(--reveal-delay,0ms),transform .62s ease var(--reveal-delay,0ms);
}
.reveal-ready.is-visible{opacity:1;transform:none}
.tour-card:hover .tour-label,.cruise-card:hover .cruise-media>span{transform:translateY(-2px)}
.direction-card:hover .direction-icon{transform:rotate(-6deg) scale(1.06)}
.hot-widget{animation:hot-widget-in .58s cubic-bezier(.2,.8,.2,1) .5s both}
.modal-backdrop{animation:fade-in .22s ease both}
.booking-modal{animation:drawer-in .34s ease both}
@keyframes hero-copy-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes hot-widget-in{from{opacity:0;transform:translate(-50%,32px)}to{opacity:1;transform:translate(-50%,0)}}
@keyframes fade-in{from{opacity:0}to{opacity:1}}
@keyframes drawer-in{from{transform:translateX(35px);opacity:.5}to{transform:none;opacity:1}}

@media(max-width:1200px){
  .search-panel{grid-template-columns:repeat(3,minmax(160px,1fr)) 78px minmax(190px,1.1fr)}
  .search-benefit:last-child{display:none}
  .cruise-search{grid-template-columns:repeat(2,1fr)}
  .cruise-search .primary-button{grid-column:1/-1}
  .cruise-card{grid-template-columns:260px minmax(0,1fr) 190px}
}

@media(max-width:760px){
  .hero{height:730px;margin-bottom:0}
  .hero-content{padding-top:50px}
  .hero-copy-group{min-height:325px}
  .hero-dots{bottom:20px}
  .search-panel{
    position:static;
    transform:none;
    width:100%;
    grid-template-columns:1fr;
    height:auto;
  }
  .search-benefit{display:none!important}
  .tour-card h3,.tour-card .route,.tour-facts{min-height:0}
  .tour-card-footer{min-height:76px}
  .tour-card-footer strong{font-size:20px}
  .popular-strip{margin-inline:-1px;padding:15px}
  .popular-strip-inner{grid-template-columns:1fr;gap:10px}
  .popular-strip-inner>div{flex-wrap:nowrap;overflow:auto;padding-bottom:3px}
  .popular-strip button{white-space:nowrap}
  .cruise-head{padding-top:32px}
  .cruise-title{align-items:flex-start;flex-direction:column}
  .cruise-title h1{font-size:48px}
  .cruise-type-tabs{grid-template-columns:1fr}
  .cruise-search{grid-template-columns:1fr}
  .cruise-search label{border-right:0;border-bottom:1px solid var(--line)}
  .cruise-filter-line{align-items:flex-start;flex-direction:column}
  .cruise-card{grid-template-columns:1fr}
  .cruise-media{min-height:230px}
  .cruise-body{border-right:0;border-bottom:1px solid var(--line);padding:22px}
  .cruise-kicker{align-items:flex-start;flex-direction:column;gap:4px}
  .cruise-body h3{font-size:26px}
  .cruise-action{padding:20px 22px}
  .cruise-help{align-items:flex-start;flex-direction:column;padding:34px 25px;margin-bottom:70px}
  .cruise-help h2{font-size:33px}
  .hot-widget{animation:hot-widget-in-mobile .58s cubic-bezier(.2,.8,.2,1) .5s both}
  @keyframes hot-widget-in-mobile{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}
}

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

/* Merapi identity, softer geometry and cruise detail */
.logo{display:block;line-height:0}
.logo-image{width:auto;height:58px;object-fit:contain}
.site-footer .logo-image{height:66px;background:#fff;border-radius:8px;padding:3px}
.site-header{background:rgba(255,255,255,.97)}
.eyebrow{color:var(--brand-navy)}
.manager-card .eyebrow,.cruise-help .eyebrow{color:var(--brand-yellow)}
.manager-card .primary-button,.cruise-help .primary-button{
  background:var(--brand-yellow);
  border-color:var(--brand-yellow);
  color:var(--brand-navy);
  box-shadow:0 9px 22px rgba(0,0,0,.15);
}
.manager-card .primary-button:hover,.cruise-help .primary-button:hover{background:#f2bd00;border-color:#f2bd00}
.tour-label,.tour-label.hot{background:var(--brand-yellow);color:#183858}
.cruise-media>span{border-radius:7px}
.price-table b,.tour-card-footer strong,.cruise-action>strong,.hot-price b{color:var(--brand-navy)}
.date-options button.selected{background:#edf6fb}

.tour-card,.cruise-card,.direction-card,.manager-card,.popular-strip,.catalog-search,.advanced-filters,
.calendar-mini,.departure-row,.booking-card,.content-block,.tour-confidence,.booking-modal,.booking-summary,
.hot-widget,.cruise-type-tabs button,.cruise-search,.cruise-help,.extra-box,.month-tabs,.price-table,
.cruise-booking,.cruise-detail-gallery,.cruise-float-bar>div>div{
  border-radius:10px;
}
.tour-card,.cruise-card,.direction-card,.manager-card,.cruise-detail-gallery{overflow:hidden}
.primary-button,.outline-button,.filter-button,.favorite-button,.text-button,.search-button,.cruise-link,
.contact-options button,.price-table button,.date-options button,.people-row button,.modal-close,
.cruise-type-tabs button,.cruise-route-tabs button,.back-to-top,
input,select,textarea{border-radius:8px}
.popular-strip button,.quick-filters button,.tour-chips span{border-radius:8px}
.popular-strip-inner>div,.quick-filters,.header-actions,.contact-options,.cruise-type-tabs,.cruise-filter-line{gap:12px}
.popular-strip{padding:21px 22px}
.popular-strip button{padding:8px 14px}
.quick-filters button{margin:0}
.catalog-search,.cruise-search{overflow:hidden}
.main-photo,.gallery-thumbs button{border-radius:8px}
.main-photo>span,.cruise-main-image>span{border-radius:7px}
.booking-modal input,.booking-modal textarea,.callback-modal select{border-radius:8px}

.cruise-detail-top{padding-top:48px}
.cruise-detail-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.cruise-detail-heading h1{font-size:clamp(46px,5vw,68px);margin-bottom:12px}
.cruise-detail-heading>div>p:last-child{max-width:900px;color:var(--muted);font-size:16px;margin-bottom:0}
.cruise-specs{margin:24px 0 20px}
.cruise-specs span{background:rgba(255,255,255,.78)}
.cruise-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:20px;align-items:start}
.cruise-detail-gallery{height:560px;display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:8px;background:var(--white);padding:8px;border:1px solid var(--line)}
.cruise-main-image,.cruise-detail-gallery>div>button{position:relative;border:0;padding:0;overflow:hidden;background:#d6e5ee;cursor:pointer;border-radius:8px}
.cruise-main-image img,.cruise-detail-gallery>div img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.cruise-main-image:hover img,.cruise-detail-gallery>div>button:hover img{transform:scale(1.035)}
.cruise-main-image>span{position:absolute;left:16px;bottom:16px;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.94);color:var(--brand-navy);padding:10px 13px;font-weight:700;font-size:13px}
.cruise-main-image>span svg{width:17px}
.cruise-detail-gallery>div{display:grid;grid-template-rows:repeat(3,1fr);gap:8px}
.cruise-detail-gallery>div>button>span{position:absolute;inset:0;display:grid;place-items:center;background:rgba(31,73,119,.62);color:#fff;font-weight:800}
.cruise-booking{background:var(--white);border:1px solid var(--line);padding:28px;box-shadow:0 16px 38px rgba(31,73,119,.1);position:sticky;top:18px}
.cruise-booking h2{font-size:35px;margin-bottom:2px;color:var(--brand-navy)}
.cruise-booking>small{display:block;color:var(--muted);margin-bottom:24px}
.cruise-booking label{display:grid;gap:7px;color:var(--brand-navy);font-weight:700;font-size:13px;margin-top:15px}
.cruise-booking select{width:100%;border:1px solid var(--line);background:#fff;padding:12px;color:var(--text)}
.cruise-booking .primary-button{margin-top:20px}

.cruise-tabs{position:sticky;top:0;z-index:25;margin-top:44px;border-block:1px solid var(--line);background:rgba(255,255,255,.97);box-shadow:0 7px 18px rgba(31,73,119,.06)}
.cruise-tabs>div{display:flex;gap:6px;overflow:auto}
.cruise-tabs button{border:0;background:transparent;color:var(--brand-navy);font-weight:700;white-space:nowrap;padding:17px 16px;cursor:pointer;border-radius:0;position:relative}
.cruise-tabs button:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:transparent;border-radius:3px 3px 0 0}
.cruise-tabs button:hover:after{background:var(--brand-sky)}
.cruise-detail-content{padding-block:62px 110px;display:grid;gap:24px}
.cruise-detail-content .content-block{scroll-margin-top:84px;background:var(--white);border:1px solid var(--line);padding:38px}
.cruise-description{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:start}
.cruise-description h2{margin-bottom:0}
.cruise-description>div:last-child{font-size:18px;color:var(--muted);line-height:1.65}
.cruise-route-section>h2{margin-bottom:24px}
.cruise-route-tabs{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.cruise-route-tabs button{border:1px solid var(--line);background:var(--soft);color:var(--brand-navy);padding:10px 14px;font-weight:700;cursor:pointer}
.cruise-route-tabs button.active{background:var(--brand-navy);border-color:var(--brand-navy);color:#fff}
.cruise-timeline{padding:24px 0 0 16px}
.cruise-timeline article{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr);gap:26px;padding:0 0 40px}
.cruise-timeline article:not(:last-child):before{content:"";position:absolute;left:34px;top:66px;bottom:-2px;width:2px;background:var(--brand-sky)}
.timeline-day{position:relative;z-index:1;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:var(--brand-navy);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:700;box-shadow:0 0 0 8px #edf6fb}
.timeline-copy{padding-top:3px}
.timeline-copy>span{color:var(--brand-sky);font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}
.timeline-copy h3{font-size:31px;margin:4px 0 10px}
.timeline-copy>p{max-width:760px;color:var(--muted);margin:12px 0 14px}
.timeline-times{display:flex;align-items:center;gap:13px;color:var(--text)}
.timeline-times svg{width:18px;color:var(--brand-sky)}
.timeline-times b{font-size:13px}
.timeline-gallery{display:flex;gap:9px;flex-wrap:wrap}
.timeline-gallery button{width:116px;height:78px;border:0;padding:0;overflow:hidden;border-radius:8px;cursor:pointer;background:var(--soft)}
.timeline-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.timeline-gallery button:hover img{transform:scale(1.07)}
.cruise-cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.cruise-cost-grid ul{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:13px}
.cruise-cost-grid li{display:flex;align-items:center;gap:10px}
.cruise-cost-grid li svg{width:19px;color:var(--brand-sky);flex:none}
.cruise-discounts{display:grid;grid-template-columns:1fr 1.1fr auto;gap:34px;align-items:center;background:var(--brand-navy)!important;color:#fff}
.cruise-discounts h2{color:#fff;margin-bottom:0}
.cruise-discounts .eyebrow{color:var(--brand-yellow)}
.cruise-discounts p{margin:5px 0;color:#dbe9f2}
.cruise-discounts b{color:#fff}
.cruise-discounts .primary-button{background:var(--brand-yellow);border-color:var(--brand-yellow);color:var(--brand-navy);white-space:nowrap}

.cruise-float-bar{position:fixed;z-index:70;left:0;right:0;top:0;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);box-shadow:0 12px 32px rgba(31,73,119,.14);opacity:0;transform:translateY(-110%);pointer-events:none;transition:opacity .3s ease,transform .3s ease}
.cruise-float-bar.visible{opacity:1;transform:none;pointer-events:auto}
.cruise-float-bar>.section{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.cruise-float-bar>.section>div{display:flex;align-items:center;gap:13px}
.cruise-float-bar>.section>div:first-child>svg{width:28px;color:var(--brand-sky)}
.cruise-float-bar span{display:flex;flex-direction:column}
.cruise-float-bar small{color:var(--muted);font-size:11px}
.cruise-float-bar b{color:var(--brand-navy)}
.cruise-float-bar>.section>div:last-child>span{text-align:right}
.cruise-float-bar .primary-button{padding:11px 17px}
.back-to-top{position:fixed;z-index:65;right:24px;bottom:112px;width:48px;height:48px;border:1px solid var(--brand-navy);background:#fff;color:var(--brand-navy);display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 25px rgba(31,73,119,.15)}
.back-to-top:hover{background:var(--brand-navy);color:#fff;transform:translateY(-2px)}

.lightbox{position:fixed;inset:0;z-index:200;background:rgba(10,27,45,.94);display:grid;place-items:center;padding:28px;animation:fade-in .2s ease both}
.lightbox-stage{position:relative;width:min(1180px,100%);height:calc(100vh - 56px);display:grid;grid-template-rows:46px minmax(0,1fr) 84px;gap:12px;align-items:center}
.lightbox-stage>img{width:100%;height:100%;min-height:0;object-fit:contain}
.lightbox-top{display:flex;align-items:center;justify-content:space-between;color:#fff}
.lightbox-top button,.lightbox-arrow{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff;display:grid;place-items:center;cursor:pointer;border-radius:8px}
.lightbox-top button{width:42px;height:42px}
.lightbox-arrow{position:absolute;z-index:2;top:50%;width:48px;height:56px;transform:translateY(-50%)}
.lightbox-arrow:hover,.lightbox-top button:hover{background:#fff;color:var(--brand-navy)}
.lightbox-arrow.prev{left:12px}.lightbox-arrow.next{right:12px}
.lightbox-thumbs{display:flex;justify-content:center;gap:10px;overflow:auto}
.lightbox-thumbs button{width:112px;height:74px;flex:none;border:2px solid transparent;background:transparent;padding:2px;border-radius:8px;cursor:pointer;opacity:.58}
.lightbox-thumbs button.active{border-color:var(--brand-yellow);opacity:1}
.lightbox-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:5px}

@media(max-width:950px){
  .cruise-detail-hero{grid-template-columns:1fr}
  .cruise-booking{position:static}
  .cruise-description{grid-template-columns:1fr;gap:20px}
  .cruise-discounts{grid-template-columns:1fr 1fr}.cruise-discounts .primary-button{grid-column:1/-1;justify-self:start}
}

@media(max-width:760px){
  .logo-image{height:48px}.site-footer .logo-image{height:60px}
  .popular-strip-inner>div,.quick-filters{gap:10px}
  .cruise-detail-top{padding-top:32px}
  .cruise-detail-heading{align-items:flex-start;flex-direction:column}
  .cruise-detail-heading h1{font-size:43px}
  .cruise-detail-gallery{height:auto;grid-template-columns:1fr;padding:6px}
  .cruise-main-image{height:340px}
  .cruise-detail-gallery>div{grid-template-columns:repeat(3,1fr);grid-template-rows:95px}
  .cruise-tabs{margin-top:28px}
  .cruise-detail-content{padding-block:38px 95px}
  .cruise-detail-content .content-block{padding:25px 21px}
  .cruise-route-tabs{flex-wrap:nowrap;overflow:auto}
  .cruise-timeline{padding-left:0}
  .cruise-timeline article{grid-template-columns:54px minmax(0,1fr);gap:16px}
  .cruise-timeline article:not(:last-child):before{left:26px;top:54px}
  .timeline-day{width:54px;height:54px;font-size:24px;box-shadow:0 0 0 6px #edf6fb}
  .timeline-copy h3{font-size:27px}.timeline-times{align-items:flex-start;flex-direction:column;gap:2px}.timeline-times svg{display:none}
  .cruise-cost-grid,.cruise-discounts{grid-template-columns:1fr}
  .cruise-discounts .primary-button{grid-column:auto;width:100%}
  .cruise-float-bar>.section{min-height:68px}.cruise-float-bar>.section>div:first-child>svg,.cruise-float-bar>.section>div:last-child>span{display:none}.cruise-float-bar b{font-size:13px}.cruise-float-bar small{font-size:10px}.cruise-float-bar .primary-button{padding:9px 11px;font-size:12px}
  .back-to-top{right:14px;bottom:96px;width:44px;height:44px}
  .lightbox{padding:12px}.lightbox-stage{height:calc(100vh - 24px);grid-template-rows:46px minmax(0,1fr) 66px}.lightbox-arrow{width:42px;height:48px}.lightbox-arrow.prev{left:4px}.lightbox-arrow.next{right:4px}.lightbox-thumbs button{width:78px;height:58px}
}

/* Merapi prototype v4 — unified rhythm and interactive tour structure */
:root{--radius:10px;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:36px;--space-5:56px}
body{overflow-x:hidden;background:#eef6fb;color:#263b50}
h1,h2,h3,p{margin-bottom:0}
p{line-height:1.65}
.page-main{min-height:70vh}
.page-main section[id],.altai-day[id]{scroll-margin-top:174px}
.logo-image{width:auto;height:58px;object-fit:contain}
.site-footer .logo-image{height:68px;background:#fff;border-radius:8px;padding:4px;filter:none}

.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);transition:background .28s ease,box-shadow .28s ease,border-color .28s ease}
.site-header.scrolled{background:rgba(255,255,255,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 12px 34px rgba(31,73,119,.12);border-color:rgba(107,167,208,.3)}
.header-actions{gap:12px}.favorites-head{position:relative;width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:9px;display:grid;place-items:center;cursor:pointer;color:var(--brand-navy);flex:none}.favorites-head svg{width:19px}.favorites-head span{position:absolute;right:-6px;top:-7px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:var(--brand-yellow);color:var(--brand-navy);font-size:11px;font-weight:800;display:grid;place-items:center}

.hero{height:640px;margin-bottom:28px;background-position:center;transition:background-image .3s ease}
.hero-shade{background:linear-gradient(90deg,rgba(15,44,71,.78) 0%,rgba(15,44,71,.45) 48%,rgba(15,44,71,.17) 100%)}
.hero-content{height:100%;padding-top:74px;width:min(1240px,calc(100% - 140px))}
.hero-copy-group{min-height:310px;animation:hero-copy-in .55s ease both}
.hero-copy-group.hero-copy-animate{animation:hero-copy-in .55s ease both}
.hero-content h1{max-width:850px;margin-bottom:18px}.hero-copy{max-width:650px;margin-bottom:24px}
.hero .search-panel{position:absolute;left:0;right:0;bottom:30px;transform:none;width:100%;height:92px;max-width:none;grid-template-columns:repeat(4,minmax(0,1fr)) 145px;padding:8px;border:1px solid rgba(255,255,255,.45);box-shadow:0 18px 45px rgba(16,48,77,.24)}
.hero .search-button{align-self:center;height:62px;margin:0 4px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:9px;font-weight:800;line-height:1;box-shadow:none}.hero .search-button svg{width:20px;height:20px;flex:0 0 20px}.hero-dots{bottom:8px}.hero-arrow{top:43%}
.trust-strip{margin-top:0;height:94px;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 24px rgba(31,73,119,.05)}

.section-heading{margin-bottom:30px}.section-heading .eyebrow{margin-bottom:10px}.tours-section,.directions-section,.manager-section{padding-block:74px}.directions-section{padding-top:20px}
.tour-card{border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.tour-card-media{height:236px;flex:none}.tour-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.tour-card h3{min-height:0;margin:8px 0 10px;line-height:1.08}.tour-card .rating-line{margin-bottom:12px}.route{min-height:44px;margin-bottom:18px}.tour-facts{gap:10px 14px}.tour-card-footer{margin:20px 0 16px}.tour-card-body>.outline-button{margin-top:auto}
.card-gallery{position:absolute;inset:0;background:#dcecf5}.card-gallery>img{width:100%;height:100%;object-fit:cover}.gallery-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:36px;height:42px;border:0;border-radius:8px;background:rgba(20,49,77,.65);color:#fff;display:grid;place-items:center;cursor:pointer;opacity:0}.gallery-arrow.prev{left:10px}.gallery-arrow.next{right:10px}.tour-card:hover .gallery-arrow{opacity:1}.gallery-arrow:hover{background:var(--brand-navy)}.gallery-arrow svg{width:21px}.gallery-dots{position:absolute;z-index:4;left:50%;bottom:11px;transform:translateX(-50%);display:flex;gap:6px;background:rgba(19,45,69,.62);border-radius:14px;padding:6px 9px}.gallery-dots button{width:7px;height:7px;border-radius:50%;border:1px solid #fff;background:transparent;padding:0;cursor:pointer}.gallery-dots button.active{width:18px;border-radius:5px;background:#fff}.media-open{position:absolute;z-index:4;right:11px;bottom:10px;width:33px;height:33px;border:0;border-radius:8px;background:rgba(255,255,255,.9);color:var(--brand-navy);display:none;place-items:center}.heart{z-index:7;color:var(--brand-navy)}.heart svg{pointer-events:none}.tour-card-media>.heart{position:absolute}.departure-price>.heart{position:static;flex:none}
.rating-line{display:inline-flex;align-items:center;gap:8px;color:var(--brand-navy);width:max-content}.rating-line .stars{display:flex;gap:1px;color:#f4bd00}.rating-line .stars svg{width:18px;height:18px}.rating-line b{font-size:15px}.rating-line small{color:var(--muted);font-size:12px;font-weight:400}.rating-line.compact{gap:6px}.rating-line.compact .stars svg{width:14px;height:14px}.rating-line.compact b{font-size:13px}.rating-line.compact small{font-size:11px}
.reveal-card{animation:rise-in .55s ease both}.tour-grid>*:nth-child(2),.departures>*:nth-child(3){animation-delay:.06s}.tour-grid>*:nth-child(3),.departures>*:nth-child(4){animation-delay:.12s}.tour-grid>*:nth-child(4),.departures>*:nth-child(5){animation-delay:.18s}.reveal{animation:fade-rise .35s ease both}

.catalog-head,.calendar-head,.favorites-page,.tour-top{padding-top:50px}.catalog-title{margin-bottom:30px}.catalog-title h1,.calendar-head h1,.favorites-page h1,.tour-top h1{margin-bottom:14px}.popular-strip{display:grid;grid-template-columns:180px 1fr;gap:22px;align-items:center;background:var(--brand-navy);color:#fff;margin-bottom:24px;padding:22px;border-radius:var(--radius)}.popular-strip>b{font-family:Georgia,serif;font-size:21px;line-height:1.1}.popular-strip>div{display:flex;flex-wrap:wrap;gap:10px}.popular-strip button{border:0;background:var(--brand-yellow);color:#17385d;padding:9px 13px;border-radius:8px;font-weight:700;cursor:pointer}.popular-strip button.blue{background:var(--brand-sky);color:#fff}.popular-strip button:hover{transform:translateY(-2px)}
.catalog-search{grid-template-columns:repeat(4,minmax(0,1fr)) 145px;gap:0;padding:8px;margin-bottom:22px}.catalog-search label{padding:9px 18px}.catalog-search .primary-button{margin-left:8px}.filter-row{margin-bottom:24px}.advanced-filters{margin:-8px 0 28px;padding:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.advanced-filters label{display:grid;gap:8px;font-weight:700;color:var(--brand-navy)}.advanced-filters select{border:1px solid var(--line);padding:11px;background:#fff}.catalog-results{padding-bottom:90px}.results-bar{margin-bottom:24px}.results-bar label{display:flex;align-items:center;gap:10px}.results-bar select{border:1px solid var(--line);padding:8px 12px;background:#fff}.empty-state{min-height:340px;border:1px dashed var(--line);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;background:rgba(255,255,255,.6)}.empty-state>svg{width:42px;height:42px;color:var(--brand-sky);margin-bottom:18px}.empty-state h2{margin-bottom:10px}.favorites-page>p:not(.eyebrow){color:var(--muted);margin:0 0 34px}.favorites-page>.tour-grid{padding-bottom:90px}

.calendar-head>p:last-of-type{color:var(--muted);max-width:730px;margin:0 auto 28px}.month-tabs{margin-top:28px}.calendar-layout{padding-top:34px}.departure-row{border-radius:var(--radius);padding:16px}.departure-info h3{margin:5px 0 7px}.departure-info .rating-line{margin-bottom:7px}.departure-info>div:last-child{display:flex;gap:8px 14px}.departure-price{gap:9px}.departure-price .heart{width:38px;height:38px;border:1px solid var(--line)}
.mini-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.mini-head button{width:34px;height:34px;border:0;background:transparent;color:var(--brand-navy);display:grid;place-items:center;cursor:pointer}.mini-head button svg{width:17px}.weekdays,.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.weekdays{margin-bottom:7px}.weekdays span{text-align:center;color:var(--muted);font-size:11px;font-weight:700}.month-grid button{aspect-ratio:1;border:0;border-radius:7px;background:transparent;color:var(--text);font-size:12px;display:grid;place-items:center;position:relative}.month-grid button:disabled{color:transparent}.month-grid button.has-tour{background:#e3f1f8;color:var(--brand-navy);font-weight:800;cursor:pointer}.month-grid button.has-tour:after{content:"";position:absolute;bottom:3px;width:4px;height:4px;border-radius:50%;background:var(--brand-sky)}.calendar-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.calendar-legend span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.calendar-legend i{width:8px;height:8px;border-radius:50%;background:var(--brand-sky)}.calendar-legend i.few{background:var(--brand-yellow)}

.cruise-hero{background:linear-gradient(90deg,rgba(19,54,86,.92),rgba(31,73,119,.7)),url(../images/piter-detail.jpg) center/cover;color:#fff;padding:70px 0 46px}.cruise-hero h1{color:#fff;margin-bottom:18px}.cruise-hero>div>p:not(.eyebrow){font-size:19px;margin-bottom:28px}.cruise-search{grid-template-columns:repeat(3,1fr) 140px;display:grid;background:#fff;color:var(--text);padding:8px;border-radius:var(--radius)}.cruise-search label{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:2px 8px;border-right:1px solid var(--line);padding:8px 16px;color:var(--brand-navy);font-weight:700}.cruise-search label svg{grid-row:1/3;width:18px}.cruise-search select{border:0;background:transparent;color:var(--muted)}.cruise-search .primary-button{margin-left:8px}.cruise-card .tour-card-media{height:250px}

.tour-top{padding-bottom:42px}.tour-heading-row{margin-bottom:20px}.tour-heading-row>div>.eyebrow{margin-bottom:10px}.tour-heading-row h1{max-width:980px}.favorite-button{border-radius:9px;white-space:nowrap;cursor:pointer}.tour-chips{margin:0 0 24px;gap:10px}.tour-chips span{background:rgba(255,255,255,.78);font-size:13px;border-radius:9px}.tour-hero-layout{grid-template-columns:minmax(0,1.55fr) 390px;gap:24px}.tour-gallery{height:570px;grid-template-columns:minmax(0,1fr) 155px;gap:9px}.gallery-thumbs{grid-template-rows:repeat(4,1fr);gap:9px}.gallery-thumbs button>span{display:flex;flex-direction:column;gap:5px}.gallery-thumbs button>span svg{width:20px}.main-photo>span{border-radius:8px}.booking-card{border-radius:var(--radius);padding:26px;position:sticky;top:100px}.booking-card h2{margin-bottom:18px}.date-options button{border-radius:8px}.booking-hotel{margin-top:16px;padding:13px;border-radius:8px;background:var(--soft);display:grid}.booking-hotel span{font-size:11px;color:var(--muted)}.booking-hotel b{color:var(--brand-navy)}.booking-hotel small{color:var(--muted)}.booking-mini{display:flex;align-items:center;gap:9px;border-top:1px solid var(--line);margin-top:15px;padding-top:15px}.booking-mini img{width:48px;height:42px;object-fit:cover;border-radius:6px}.booking-mini span{font-size:11px;color:var(--muted)}

.detail-section-nav{position:sticky;top:82px;z-index:60;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-block:1px solid var(--line);box-shadow:0 8px 22px rgba(31,73,119,.08)}.detail-section-nav>div{display:flex;overflow-x:auto;scrollbar-width:none}.detail-section-nav button{position:relative;border:0;background:transparent;color:var(--brand-navy);font-weight:700;padding:17px 20px;white-space:nowrap;cursor:pointer}.detail-section-nav button:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:transparent}.detail-section-nav button.active{background:#edf6fb}.detail-section-nav button.active:after{background:var(--brand-sky)}
.tour-content-layout{grid-template-columns:minmax(0,1fr) 310px;gap:38px;padding-block:56px 100px}.content-block{scroll-margin-top:174px;padding-bottom:58px;margin-bottom:58px;background:transparent;border-radius:0}.content-block>h2,.content-block>div>h2{margin-bottom:22px}.intro-block>p:not(.eyebrow){font-size:21px}.feature-list{margin-top:26px}.program-full>h2{margin-bottom:30px}
.day-nav-card{position:sticky;top:164px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:0 14px 35px rgba(31,73,119,.09);overflow:hidden}.day-nav-card>.eyebrow{padding:4px 7px 12px;margin:0}.day-nav-card button{position:relative;width:100%;border:0;border-top:1px solid var(--line);background:#f8fbfd;text-align:left;padding:12px 13px;display:grid;grid-template-columns:62px 1fr;align-items:center;gap:8px;cursor:pointer}.day-nav-card button span{font-size:11px;text-transform:uppercase;letter-spacing:.08em}.day-nav-card button b{font-family:Georgia,serif;font-size:13px;line-height:1.2}.day-nav-card button.active{background:var(--brand-navy);color:#fff;margin-left:10px;width:calc(100% - 10px)}.day-nav-card button.active:before{content:"";position:absolute;left:-13px;top:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-right:13px solid var(--brand-navy)}.mobile-day-nav{display:none}
.altai-day{scroll-margin-top:174px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;margin-bottom:22px;box-shadow:0 9px 28px rgba(31,73,119,.055)}.altai-day:nth-of-type(even){background:#f3f9fc}.altai-day header{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;margin-bottom:20px}.altai-day .day-number{width:54px;height:54px;border-radius:12px;background:var(--brand-navy);font-size:24px}.altai-day header small{font-size:11px;color:var(--brand-sky);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.altai-day header h3{font-size:30px;margin:3px 0 7px}.altai-day header p{color:var(--muted)}.day-facts{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px 76px}.day-facts span{display:flex;align-items:center;gap:5px;background:#e5f2f8;color:var(--brand-navy);border-radius:8px;padding:7px 10px;font-size:12px;font-weight:700}.day-facts svg{width:14px}.day-copy{display:grid;gap:14px;margin-left:76px}.day-copy p{font-size:16px;line-height:1.75;color:#40566a}.day-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:24px 0 0 76px}.day-gallery.count-1{grid-template-columns:1fr}.day-gallery.count-3{grid-template-columns:1.2fr .8fr}.day-gallery.count-3 button:first-child{grid-row:span 2}.day-gallery button{position:relative;border:0;padding:0;height:220px;border-radius:9px;overflow:hidden;cursor:pointer;background:var(--soft)}.day-gallery.count-3 button:first-child{height:450px}.day-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.day-gallery button:hover img{transform:scale(1.035)}.day-gallery button>span{position:absolute;right:10px;bottom:10px;width:35px;height:35px;display:grid;place-items:center;border-radius:8px;background:rgba(255,255,255,.9);color:var(--brand-navy);opacity:0}.day-gallery button:hover>span{opacity:1}.day-gallery svg{width:17px}
.included-grid{gap:28px}.included-grid li{align-items:flex-start}.included-grid li svg{flex:none;margin-top:3px;color:var(--brand-sky)}.extra-box{border-radius:var(--radius)}.price-table{background:#fff;border:1px solid var(--line);padding:0 22px;border-radius:var(--radius)}.price-table>div{grid-template-columns:1.2fr 1fr 1fr auto}.price-note{margin-top:16px;color:var(--muted);font-size:13px}.review-summary{display:flex;align-items:center;gap:24px;margin-bottom:28px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.review-summary>span:last-child{color:var(--muted);font-size:13px}.reviews blockquote{margin-top:0}.review-author{display:block;margin-top:12px}

.hotel-selector-head{margin-bottom:24px}.hotel-selector-head h2{margin-bottom:12px}.hotel-selector-head>p:last-child{color:var(--muted)}.hotel-tabs{display:grid;gap:10px}.hotel-tabs>button{display:grid;grid-template-columns:90px minmax(0,1fr) 190px 34px;align-items:center;gap:16px;width:100%;text-align:left;border:1px solid var(--line);background:#fff;border-radius:var(--radius);padding:10px;cursor:pointer}.hotel-tabs>button.active{border-color:var(--brand-sky);box-shadow:0 9px 24px rgba(31,73,119,.1);background:#f4faff}.hotel-tabs img{width:90px;height:72px;object-fit:cover;border-radius:7px}.hotel-tabs>button>span{display:grid}.hotel-tabs>button>span>b{font-family:Georgia,serif;font-size:20px;color:var(--brand-navy)}.hotel-tabs>button>span>small{color:var(--muted)}.hotel-tabs>button>strong{color:var(--brand-navy);text-align:right}.hotel-tabs>button>i{width:32px;height:32px;border-radius:8px;background:var(--soft);display:grid;place-items:center}.hotel-tabs>button.active>i{background:var(--brand-navy);color:#fff}.hotel-tabs>button>i svg{width:17px}.selected-hotel{display:grid;grid-template-columns:1fr 1.05fr;gap:28px;margin-top:28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px}.selected-hotel-media{position:relative;min-height:420px}.selected-hotel-media img{width:100%;height:100%;object-fit:cover;border-radius:8px}.selected-hotel-media span{position:absolute;left:12px;bottom:12px;background:#fff;padding:8px 11px;border-radius:7px;color:var(--brand-navy);font-weight:700;font-size:12px}.selected-hotel>div:last-child{padding:12px 10px}.selected-hotel h3{font-size:32px;margin-bottom:10px}.selected-hotel h3 small{font-family:Arial,sans-serif;font-size:14px;color:var(--muted)}.selected-hotel .rating-line{margin-bottom:18px}.selected-hotel p:not(.eyebrow){margin-bottom:18px}.selected-hotel dl{display:grid;gap:10px;margin:0 0 18px}.selected-hotel dl>div{display:grid;grid-template-columns:105px 1fr;gap:10px;border-top:1px solid var(--line);padding-top:10px}.selected-hotel dt{color:var(--muted);font-size:12px}.selected-hotel dd{margin:0;font-weight:700;color:var(--brand-navy)}.hotel-amenities{display:flex;flex-wrap:wrap;gap:8px}.hotel-amenities span{display:flex;align-items:center;gap:4px;background:var(--soft);padding:7px 9px;border-radius:7px;font-size:11px}.hotel-amenities svg{width:13px}.hotel-price-result{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:3px 12px;align-items:center}.hotel-price-result span{font-size:11px;color:var(--muted)}.hotel-price-result b{font-size:20px;color:var(--brand-navy)}.hotel-price-result .primary-button{grid-column:2;grid-row:1/3}.hotel-sticky-summary{position:sticky;top:164px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:10px;box-shadow:0 14px 35px rgba(31,73,119,.08)}.hotel-sticky-summary img{height:170px;width:100%;object-fit:cover;border-radius:8px}.hotel-sticky-summary h3{margin:3px 0 0}.hotel-sticky-summary>span{font-size:12px;color:var(--muted);padding-top:7px;border-top:1px solid var(--line)}.hotel-sticky-summary>b{font-size:21px;color:var(--brand-navy)}
.georgia-page .tour-gallery .main-photo img,.georgia-page .tour-gallery .gallery-thumbs img{object-fit:contain;background:#fff}.georgia-page .selected-hotel-media img,.georgia-page .hotel-sticky-summary img{object-fit:contain;background:#fff}
.compact-program{display:grid;gap:12px}.compact-program article{display:grid;grid-template-columns:54px 1fr;gap:16px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:18px}.compact-program article>span{width:46px;height:46px;border-radius:10px;background:var(--brand-navy);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-size:20px}.compact-program small{color:var(--brand-sky);text-transform:uppercase;font-size:10px;font-weight:800}.compact-program h3{font-size:22px;margin:2px 0 6px}.compact-program p{color:var(--muted);font-size:14px}

.cruise-booking-facts{display:grid;gap:8px;margin-top:15px;padding:13px;background:var(--soft);border-radius:8px}.cruise-booking-facts span{display:flex;align-items:center;gap:7px;font-size:12px}.cruise-booking-facts svg{width:16px}.cruise-content{padding-block:58px 100px}.cruise-overview{display:grid;grid-template-columns:1fr 1fr;gap:40px}.cruise-overview>div:first-child>p:last-child{font-size:19px}.cruise-icons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cruise-icons span{background:#fff;border:1px solid var(--line);border-radius:9px;padding:16px;display:grid;grid-template-columns:30px 1fr;column-gap:8px}.cruise-icons svg{grid-row:span 2;color:var(--brand-sky)}.cruise-icons b{color:var(--brand-navy)}.cruise-icons small{color:var(--muted)}.cruise-timeline{padding:0}.cruise-timeline article{display:grid;grid-template-columns:58px 1fr 150px;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:9px;padding:18px;margin-bottom:10px}.cruise-timeline article:before{display:none!important}.cruise-timeline article>span{width:52px;height:52px;border-radius:10px;background:var(--brand-navy);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-size:22px}.cruise-timeline small{color:var(--brand-sky);font-size:10px;text-transform:uppercase;font-weight:800}.cruise-timeline h3{font-size:23px;margin:2px 0 5px}.cruise-timeline p{font-size:14px;color:var(--muted)}.timeline-time{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.timeline-time svg{width:16px}.chip-list{display:flex;flex-wrap:wrap;gap:10px}.chip-list span{background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px 15px}.discount-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.discount-cards>div{background:var(--brand-navy);color:#fff;border-radius:var(--radius);padding:24px;display:flex;flex-direction:column}.discount-cards b{font-family:Georgia,serif;font-size:34px}.discount-cards span{color:#dbe9f2}

.lightbox{display:flex;align-items:center;justify-content:center;padding:42px;background:rgba(10,27,45,.95)}.lightbox>img{max-width:calc(100vw - 150px);max-height:calc(100vh - 90px);width:auto;height:auto;object-fit:contain}.lightbox-close{position:absolute;right:22px;top:20px;width:44px;height:44px;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.12);color:#fff;border-radius:8px;display:grid;place-items:center;cursor:pointer}.lightbox>.lightbox-arrow{position:absolute;top:50%;width:50px;height:64px}.lightbox>.lightbox-arrow.prev{left:24px}.lightbox>.lightbox-arrow.next{right:24px}.lightbox>span{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.35);padding:7px 11px;border-radius:8px}

.modal-backdrop{z-index:200}.booking-modal{border-radius:12px 0 0 12px}.booking-modal h2{margin-bottom:10px}.modal-lead{margin-top:0}.booking-summary{border-radius:9px}.booking-modal form{margin-top:22px}.booking-modal input,.booking-modal textarea{font-size:16px}.success-state{gap:12px}.success-state p{margin:0}.success-state .primary-button{margin-top:12px}
.hot-widget{z-index:90;border-radius:var(--radius);bottom:16px}.hot-widget>.primary-button{white-space:nowrap}

/* Stable spacing rhythm and indivisible interface values */
.hero-copy-group .eyebrow{margin-bottom:14px}
.hero-copy-group h1{margin-bottom:20px}
.hero-copy-group .hero-copy{margin-bottom:28px}
.manager-copy .eyebrow{margin-bottom:12px}
.manager-copy h2{margin-bottom:22px}
.manager-copy>p:not(.eyebrow){margin:0 0 26px}
.content-block>.eyebrow{margin-bottom:12px}
.content-block h3{margin-bottom:12px}
.altai-day header h3{margin:4px 0 12px}
.compact-program h3{margin:4px 0 10px}
.extra-box h3{margin:0 0 18px}
.extra-box ul{gap:14px}
.selected-hotel h3{margin-bottom:12px}
.hotel-price-result{grid-template-columns:minmax(0,1fr);gap:5px}
.hotel-price-result b{white-space:nowrap}
.hotel-price-result .primary-button{grid-column:1;grid-row:auto;width:100%;margin-top:12px}
.tour-card-footer strong,.departure-price>b,.price-table b,.total b,.hotel-sticky-summary>b,.hot-price b,.cruise-action>strong{white-space:nowrap}
.tour-facts span,.tour-chips span,.primary-button,.outline-button{white-space:nowrap}

@keyframes hero-copy-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes rise-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes fade-rise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

@media(max-width:1100px){
  .main-nav{gap:18px}.tour-grid.home-grid{grid-template-columns:repeat(2,1fr)}.tour-hero-layout{grid-template-columns:1fr}.booking-card{position:static}.tour-content-layout{grid-template-columns:1fr}.day-nav-card,.hotel-sticky-summary{display:none}.mobile-day-nav{display:flex;position:sticky;top:137px;z-index:55;gap:7px;overflow-x:auto;background:rgba(238,246,251,.96);backdrop-filter:blur(12px);padding:9px 20px;border-bottom:1px solid var(--line)}.mobile-day-nav button{flex:none;border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 11px;color:var(--brand-navy);font-weight:700}.mobile-day-nav button.active{background:var(--brand-navy);color:#fff;border-color:var(--brand-navy)}.tour-gallery{height:540px}.catalog-search{grid-template-columns:repeat(2,1fr)}.catalog-search .primary-button{grid-column:1/-1;margin:8px 0 0}.advanced-filters{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:760px){
  :root{--space-5:42px}.section{width:min(100% - 30px,1240px)}.prototype-note{height:24px}.site-header{height:66px}.header-inner{width:calc(100% - 28px);gap:10px}.logo-image{height:48px}.header-actions{gap:7px}.favorites-head{width:38px;height:38px}.main-nav{top:66px}.phone{display:none}
  .hero{height:720px;margin-bottom:18px}.hero-content{width:calc(100% - 34px);padding-top:52px}.hero-content h1{font-size:42px;line-height:1.03}.hero-copy{font-size:17px}.hero-copy-group{min-height:300px}.hero .search-panel{bottom:22px;height:auto;grid-template-columns:1fr;padding:7px}.hero .search-panel label{padding:8px 12px}.hero .search-button{height:48px;margin:3px 0 0}.hero .search-button span{display:inline}.hero-dots{bottom:5px}.trust-strip{width:calc(100% - 30px);height:auto;grid-template-columns:1fr 1fr;padding:4px 10px}.trust-strip>div{padding:13px 7px;justify-content:flex-start}.trust-strip small{display:none}.trust-strip b{font-size:12px}
  .tours-section,.directions-section,.manager-section{padding-block:54px}.directions-section{padding-top:10px}.section-heading{align-items:flex-start}.tour-grid,.tour-grid.home-grid{grid-template-columns:1fr}.tour-card-media{height:260px}.gallery-arrow{opacity:1}.tour-card h3{font-size:25px}.direction-grid{grid-template-columns:1fr}.direction-card,.direction-card:last-child{height:275px}.manager-copy{padding:34px 24px}.manager-person{padding:28px 24px}
  .catalog-head,.calendar-head,.favorites-page,.tour-top{padding-top:34px}.catalog-title h1,.calendar-head h1,.favorites-page h1,.tour-top h1{font-size:43px}.popular-strip{grid-template-columns:1fr;padding:18px}.popular-strip>b{font-size:19px}.popular-strip>div{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}.popular-strip button{white-space:nowrap}.catalog-search{grid-template-columns:1fr}.advanced-filters{grid-template-columns:1fr}.results-bar label{width:100%;justify-content:space-between}.filter-row{gap:14px}.quick-filters{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:4px}.quick-filters button{white-space:nowrap}
  .calendar-layout{grid-template-columns:1fr}.departure-row{grid-template-columns:62px 1fr}.departure-row>img{width:100%;height:125px}.departure-info,.departure-price{grid-column:1/-1}.departure-price{display:grid;grid-template-columns:1fr auto auto;align-items:center}.departure-price>b{grid-column:1}.departure-price>.outline-button{grid-column:1/-1}.departure-price>.heart{grid-row:1/3;grid-column:3}
  .cruise-hero{padding:48px 0 34px}.cruise-hero h1{font-size:44px}.cruise-search{grid-template-columns:1fr}.cruise-search label{border-right:0;border-bottom:1px solid var(--line)}.cruise-search .primary-button{margin:8px 0 0}.cruise-card .tour-card-media{height:260px}
  .tour-heading-row{gap:20px}.tour-heading-row .favorite-button{display:flex}.tour-chips{margin-bottom:18px}.tour-gallery{height:auto;grid-template-columns:1fr}.main-photo{height:370px}.gallery-thumbs{grid-template-columns:repeat(4,1fr);grid-template-rows:82px}.booking-card{padding:21px}.detail-section-nav{top:66px}.detail-section-nav button{padding:14px 16px}.mobile-day-nav{top:114px}.page-main section[id],.altai-day[id],.content-block{scroll-margin-top:166px}.tour-content-layout{padding-top:38px}.content-block{padding-bottom:44px;margin-bottom:44px}.content-block h2{font-size:35px}.intro-block>p:not(.eyebrow){font-size:18px}.altai-day{padding:22px 17px}.altai-day header{grid-template-columns:48px 1fr;gap:13px}.altai-day .day-number{width:46px;height:46px;font-size:20px}.altai-day header h3{font-size:25px}.day-facts,.day-copy,.day-gallery{margin-left:0}.day-copy p{font-size:15px}.day-gallery,.day-gallery.count-3{grid-template-columns:1fr 1fr}.day-gallery.count-3 button:first-child{grid-row:auto}.day-gallery button,.day-gallery.count-3 button:first-child{height:170px}.day-gallery.count-1{grid-template-columns:1fr}.included-grid{grid-template-columns:1fr}.price-table>div{grid-template-columns:1fr 1fr}.review-summary{align-items:flex-start;flex-direction:column;gap:10px}
  .hotel-tabs>button{grid-template-columns:70px 1fr 30px}.hotel-tabs img{width:70px;height:66px}.hotel-tabs>button>strong{grid-column:2;text-align:left}.hotel-tabs>button>i{grid-column:3;grid-row:1/3}.selected-hotel{grid-template-columns:1fr;padding:12px}.selected-hotel-media{min-height:330px}.selected-hotel>div:last-child{padding:10px}.hotel-price-result{grid-template-columns:1fr}.hotel-price-result .primary-button{grid-column:1;grid-row:auto;margin-top:10px}.compact-program article{grid-template-columns:47px 1fr;padding:15px}.compact-program article>span{width:42px;height:42px}.cruise-overview{grid-template-columns:1fr}.cruise-icons{grid-template-columns:1fr 1fr}.cruise-timeline article{grid-template-columns:48px 1fr}.cruise-timeline article>span{width:44px;height:44px}.timeline-time{grid-column:2}.discount-cards{grid-template-columns:1fr}
  .lightbox{padding:12px}.lightbox>img{max-width:calc(100vw - 24px);max-height:calc(100vh - 90px)}.lightbox>.lightbox-arrow{width:42px;height:52px}.lightbox>.lightbox-arrow.prev{left:6px}.lightbox>.lightbox-arrow.next{right:6px}.lightbox-close{right:10px;top:10px}.booking-modal{padding:46px 22px;border-radius:0}.hot-widget{grid-template-columns:68px 1fr auto}.hot-widget>img{width:68px;height:62px}.hot-widget>.primary-button{width:44px;height:44px;padding:0;font-size:0}.hot-widget>.primary-button svg{display:block}.hot-copy small,.hot-price{display:none}
}

@media(max-width:430px){
  .hero{height:700px}.hero-content h1{font-size:38px}.trust-strip{grid-template-columns:1fr}.trust-strip>div{border-right:0}.tour-card-media{height:240px}.catalog-title h1,.calendar-head h1,.favorites-page h1,.tour-top h1{font-size:39px}.main-photo{height:310px}.gallery-thumbs{grid-template-columns:repeat(2,1fr);grid-template-rows:78px 78px}.day-gallery,.day-gallery.count-3{grid-template-columns:1fr}.day-gallery button,.day-gallery.count-3 button:first-child{height:210px}.price-table>div{grid-template-columns:1fr}.cruise-icons{grid-template-columns:1fr}.hotel-tabs>button{grid-template-columns:62px 1fr 28px}.hotel-tabs img{width:62px;height:62px}.selected-hotel-media{min-height:260px}.footer-grid{grid-template-columns:1fr}
}

/* Final WordPress stability layer */
.tour-card-media.card-gallery{position:relative;inset:auto}
.detail-section-nav a{display:block;text-decoration:none}
.day-nav-card a,.mobile-day-nav a{cursor:pointer;text-decoration:none}
.popular-strip a,.quick-filters a{display:inline-flex;align-items:center;text-decoration:none}
.site-footer{background:var(--brand-navy)}
.search-panel .search-button{overflow:hidden}
.search-panel .search-button span{display:inline-block}
.search-panel .search-button svg{display:block}

@media(max-width:760px){
  .main-nav.open{display:block}
  .main-menu{width:100%}
  .mobile-day-nav a{display:block}
  .tour-card-media.card-gallery{height:260px}
}
