:root {
  --ink: #17201d;
  --forest: #12352e;
  --forest-2: #1c4a40;
  --forest-3: #2e6658;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --white: #fff;
  --gold: #c79143;
  --gold-soft: #ead9bb;
  --sage: #dce7df;
  --line: #d8ded9;
  --muted: #657069;
  --wa: #22a867;
  --tg: #229ed9;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(20, 42, 35, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
html[dir="rtl"] { direction: ltr; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.65; }
html[dir="rtl"] .hero-copy, html[dir="rtl"] .page-hero-grid > div:first-child, html[dir="rtl"] .breadcrumb, html[dir="rtl"] .section, html[dir="rtl"] .site-footer { direction: rtl; text-align: right; }
html[dir="rtl"] .head-row { direction: rtl; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
button, input, select { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 200; padding: 10px 14px; background: #fff; }
.section { padding: 96px 0; }
.section-sm { padding: 62px 0; }
.paper { background: var(--paper); }
.dark-section { color: var(--white); background: var(--forest); }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #e8c991; }
.display { margin: 0; max-width: 920px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 7vw, 88px); font-weight: 500; letter-spacing: -.055em; line-height: .99; }
.section-title { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 5vw, 58px); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.section-lead { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.dark-section .section-lead { color: #cbd9d3; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 42px; margin-bottom: 42px; }
.section-head > p { max-width: 480px; margin: 0; color: var(--muted); }

.site-head { position: sticky; inset-block-start: 0; z-index: 100; color: var(--ink); background: rgba(255, 253, 248, .97); border-bottom: 1px solid var(--line); box-shadow: 0 8px 30px rgba(18,53,46,.06); backdrop-filter: blur(12px); }
.head-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #f3d39b; background: var(--forest); }
.brand-mark svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linejoin: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy small { margin-bottom: 5px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.brand-copy strong { color: var(--forest); font-family: Georgia, serif; font-size: 18px; font-weight: 600; letter-spacing: .015em; }
.brand-copy i { color: var(--gold); font-style: normal; font-weight: 400; }
.nav { display: flex; align-items: center; gap: 23px; }
.nav > a { position: relative; text-decoration: none; font-size: 14px; font-weight: 600; }
.nav > a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .2s ease; }
.nav > a:hover:after { right: 0; }
.nav > .header-wa { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; border-radius: 10px; color: #fff; background: var(--wa); }
.nav > .header-wa:after { display: none; }
.header-wa svg { width: 18px; height: 18px; fill: currentColor; }
.language-picker { position: relative; margin-left: 7px; }
.language-picker summary { min-height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; list-style: none; font-size: 12px; font-weight: 650; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-picker[open] summary { color: var(--forest); background: var(--gold-soft); }
.language-menu { position: absolute; top: calc(100% + 9px); right: 0; width: 180px; overflow: hidden; padding: 7px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
[dir="rtl"] .language-menu { right: auto; left: 0; }
.language-link { display: flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 10px; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 600; }
.language-link:hover, .language-link.active { color: var(--forest); background: #eee6d7; }
.flag { width: 22px; height: 15px; flex: 0 0 22px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.menu { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 12px; color: var(--forest); background: #fff; font-size: 23px; }

.hero { position: relative; min-height: 720px; overflow: hidden; color: var(--white); background: var(--forest); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero:before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(7,35,30,.96) 0%, rgba(8,39,33,.87) 38%, rgba(8,33,29,.3) 68%, rgba(8,33,29,.12) 100%); pointer-events: none; }
.hero:after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 180px; background: linear-gradient(0deg, rgba(6,30,26,.6), transparent); pointer-events: none; }
.hero-shell { position: relative; z-index: 1; min-height: 720px; display: flex; align-items: center; }
.hero-copy { width: min(650px, 58%); padding: 92px 0 105px; }
.hero-copy .display { max-width: 740px; }
.hero-copy > p:not(.eyebrow) { max-width: 630px; margin: 28px 0 0; color: #d1ddd8; font-size: 19px; }
.hero-badge { position: absolute; right: 0; bottom: 58px; z-index: 2; width: 300px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; background: rgba(11,43,36,.84); backdrop-filter: blur(12px); }
.hero-badge strong { display: block; margin: 5px 0; color: #fff; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.hero-badge span { display: block; color: #d2dfda; font-size: 13px; }
.hero-badge .hero-badge-label { color: #e8c991; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-size: 15px; font-weight: 650; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.btn-wa { color: #fff; background: var(--wa); }
.btn-tg { color: #fff; background: var(--tg); }
.btn-gold { color: #251a0b; background: #e9bc72; }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.42); background: transparent; }
.btn svg, .contact-dock svg { width: 21px; height: 21px; flex: 0 0 21px; fill: currentColor; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 34px; color: #d8e2dd; font-size: 13px; font-weight: 600; }
.trust-list span:before { content: "✓"; margin-right: 7px; color: #e9c786; }

.metrics-wrap { position: relative; z-index: 5; margin-top: -38px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.metric { padding: 29px 30px; border-right: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric strong { display: block; color: var(--forest); font-family: Georgia, serif; font-size: 30px; font-weight: 600; }
.metric span { color: var(--muted); font-size: 13px; }

.contact-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 38px; padding: 38px 42px; border-radius: var(--radius); color: #fff; background: linear-gradient(130deg, var(--forest), var(--forest-2)); box-shadow: var(--shadow); }
.contact-panel h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 46px); font-weight: 500; line-height: 1.08; }
.contact-panel p { margin: 10px 0 0; color: #d1ddd8; }
.contact-panel .actions { margin: 0; }

.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.price-card { display: grid; grid-template-columns: 145px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.price-card picture { min-height: 230px; }
.price-card img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.price-body { padding: 28px; }
.price-body h3 { margin: 4px 0 16px; font-family: Georgia, serif; font-size: 27px; font-weight: 600; }
.fare-row { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid var(--line); }
.fare-row span { color: var(--muted); font-size: 13px; }
.fare-row strong { color: var(--forest); font-size: 21px; }
.price-note { margin: 24px 0 0; padding: 18px 20px; border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; background: #f0e8d9; color: #4e4c45; }

.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route-card { position: relative; min-height: 285px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--forest); text-decoration: none; }
.route-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.route-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,29,24,.94), rgba(8,29,24,.05) 80%); }
.route-card:hover img { transform: scale(1.04); }
.route-card-content { position: relative; z-index: 2; padding: 25px; }
.route-card small { color: #e5c58c; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.route-card h3 { margin: 7px 0 0; font-family: Georgia, serif; font-size: 27px; line-height: 1.08; }

.season-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.season { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius); background: var(--forest); }
.season img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.season:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,27,23,.88), transparent 65%); }
.season-copy { position: absolute; inset: auto 30px 28px; z-index: 2; color: #fff; }
.season-copy span { color: #edd099; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.season-copy h3 { margin: 6px 0 4px; font-family: Georgia, serif; font-size: 36px; font-weight: 500; }
.season-copy p { max-width: 520px; margin: 0; color: #dce5e1; }
.photo-credit { display: block; margin-top: 8px; color: #66736d; font-size: 11px; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.045); }
.feature b { display: block; margin-bottom: 10px; color: #ebca90; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.feature p { margin: 0; color: #c9d7d1; font-size: 14px; }
.service-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-benefits .feature { border-color: #d5ddd8; background: #fff; box-shadow: 0 16px 35px rgba(18,59,49,.08); }
.service-benefits .feature b { color: #123b31; }
.service-benefits .feature p { color: #5e6d68; }

.comparison { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 16px; background: var(--paper); }
.comparison th, .comparison td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; }
[dir="rtl"] .comparison th, [dir="rtl"] .comparison td { text-align: right; }
.comparison th { color: #fff; background: var(--forest); font-size: 13px; }
.comparison td:first-child { font-weight: 650; }
.comparison td:not(:first-child) { color: var(--muted); }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { min-width: 0; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.guide-card small { color: var(--gold); font-weight: 700; letter-spacing: .1em; }
.guide-card h2, .guide-card h3 { margin: 10px 0; font-family: Georgia, serif; font-size: 27px; font-weight: 600; line-height: 1.12; overflow-wrap: anywhere; }
.guide-card p { flex: 1; margin: 0 0 18px; color: var(--muted); }
.text-link { color: var(--forest-3); font-weight: 650; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.page-hero { color: #fff; background: var(--forest); }
.page-hero-grid { min-height: 490px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 72px; }
.page-hero h1 { margin: 0; max-width: 780px; font-family: Georgia, serif; font-size: clamp(44px, 6vw, 74px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; overflow-wrap: anywhere; }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 24px 0 0; color: #cfddd7; font-size: 18px; }
.page-photo { position: relative; min-height: 350px; overflow: hidden; border-radius: var(--radius); }
.page-photo picture { position: absolute; inset: 0; }
.page-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.breadcrumb { padding: 15px 0; color: var(--muted); font-size: 12px; }
.breadcrumb a { text-decoration: none; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 72px; align-items: start; }
.article { min-width: 0; }
.hub-copy { max-width: 900px; }
.hub-copy .article-block + .article-block { margin-top: 38px; }
.byline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; margin-bottom: 18px; color: var(--muted); font-size: 12px; }
.article h2 { margin: 48px 0 14px; color: var(--forest); font-family: Georgia, serif; font-size: 36px; font-weight: 500; line-height: 1.12; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin-top: 32px; }
.article p { color: #4e5b55; font-size: 17px; line-height: 1.8; }
.detail-lead { margin: 0 0 36px; padding: 25px 28px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: #f1eadc; color: #3f4c46; font-size: 19px; line-height: 1.7; }
[dir="rtl"] .detail-lead { border-left: 0; border-right: 3px solid var(--gold); border-radius: 14px 0 0 14px; }
.article-block { padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.quick-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 0 0 38px; }
.quick-fact { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.quick-fact span { display: block; color: var(--muted); font-size: 12px; }
.quick-fact strong { color: var(--forest); font-family: Georgia,serif; font-size: 22px; font-weight: 500; }
.related-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.related-links a { padding: 17px; border: 1px solid var(--line); border-radius: 12px; color: var(--forest); background: #fff; text-decoration: none; font-size: 14px; font-weight: 650; }
.related-links span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.related-links strong { display: block; font-weight: 600; line-height: 1.35; }
.source-note { margin-top: 28px; padding: 18px 20px; border-radius: 12px; color: var(--muted); background: #f1eadc; font-size: 13px; }
.source-note a { color: var(--forest-3); }
.article ul { padding-left: 20px; color: #4e5b55; }
.article li { margin: 9px 0; }
.side-card { position: sticky; top: 100px; padding: 26px; border-radius: 18px; color: #fff; background: var(--forest); }
.side-card h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.side-card p { color: #cedbd6; }
.side-card .btn { width: 100%; margin-top: 9px; }
.operator-profile { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.8fr); gap: 72px; align-items: start; }
.operator-copy h3 { margin: 34px 0 10px; color: var(--forest); font-family: Georgia,serif; font-size: 28px; font-weight: 500; }
.operator-copy p, .operator-copy li { color: #4e5b55; }
.proof-grid { display: grid; gap: 18px; }
.proof-grid figure { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.proof-grid img { width: 100%; height: 250px; object-fit: cover; }
.proof-grid figcaption { padding: 14px 17px; color: var(--muted); font-size: 13px; }

.faq { max-width: 900px; }
.faq details { border-bottom: 1px solid var(--line); background: transparent; }
.faq summary { position: relative; padding: 20px 45px 20px 0; cursor: pointer; list-style: none; color: var(--forest); font-size: 17px; font-weight: 600; }
[dir="rtl"] .faq summary { padding: 20px 0 20px 45px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after { content: "+"; position: absolute; right: 4px; top: 16px; font-size: 25px; font-weight: 400; }
[dir="rtl"] .faq summary:after { right: auto; left: 4px; }
.faq details[open] summary:after { content: "−"; }
.faq p { margin: 0 0 20px; color: var(--muted); }

.site-footer { padding: 72px 0 110px; color: #d7e2dd; background: #0b2721; }
.site-footer .brand-copy strong { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.footer-grid p { color: #aebeb7; }
.footer-grid a { display: block; margin: 9px 0; text-decoration: none; }
.footer-grid a:hover { color: #edcd95; }
.footer-title { color: #edcd95 !important; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #91a69d; font-size: 12px; }
.contact-dock { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: flex; gap: 8px; }
.contact-dock a { min-height: 52px; display: inline-flex; align-items: center; gap: 8px; padding: 0 17px; border-radius: 999px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; box-shadow: 0 12px 35px rgba(0,0,0,.2); }
.contact-dock .wa { background: var(--wa); }
.contact-dock .tg { background: var(--tg); }
.empty { padding: 40px; color: var(--muted); text-align: center; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: linear-gradient(135deg, #edf1ec, var(--cream)); }
.error-card { width: min(720px,100%); padding: clamp(30px,7vw,70px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.error-card .eyebrow { margin-top: 55px; }
.error-card h1 { margin: 0; color: var(--forest); font-family: Georgia,serif; font-size: clamp(42px,8vw,72px); font-weight: 500; line-height: 1; }
.error-card > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }

@media (max-width: 1040px) {
  .nav { gap: 14px; }
  .nav > a { font-size: 13px; }
  .nav > .header-wa { display: none; }
  .language-picker { margin-left: 0; }
  .hero-copy { width: min(640px, 65%); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  body { padding-top: 68px; }
  body.menu-open { overflow: hidden; }
  .wrap { width: min(calc(100% - 28px), 1180px); }
  .site-head { position: fixed; inset: 0 0 auto; width: 100%; }
  .head-row { min-height: 68px; }
  .menu { display: grid; place-items: center; }
  .nav { position: absolute; inset: 100% 0 auto; width: 100%; max-height: calc(100dvh - 68px); display: none; align-items: stretch; gap: 0; overflow-y: auto; overscroll-behavior: contain; padding: 18px 14px 28px; color: var(--ink); background: var(--paper); box-shadow: 0 20px 45px rgba(0,0,0,.18); }
  .nav.is-open { display: flex; flex-direction: column; }
  .nav > a { min-height: 49px; display: flex; align-items: center; padding: 0 12px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav > a:after { display: none; }
  .nav > .header-wa { display: flex; justify-content: center; margin-top: 14px; border: 0; }
  .language-picker { order: -1; margin: 0 0 14px; }
  .language-picker summary { justify-content: space-between; color: var(--ink); border-color: var(--line); }
  .language-menu { position: static; width: 100%; margin-top: 7px; box-shadow: none; }
  #main, .hero, .hero-shell, .hero-copy { width: 100%; max-width: 100%; min-width: 0; }
  .hero { min-height: 680px; }
  .hero-media img { object-position: 58% center; }
  .hero:before { background: linear-gradient(90deg, rgba(7,35,30,.95), rgba(8,39,33,.7) 62%, rgba(8,33,29,.28)); }
  .hero-shell { min-height: 680px; align-items: flex-start; }
  .hero-copy { padding: 66px 0 170px; }
  .hero-badge { right: 0; bottom: 30px; width: 270px; }
  .display { font-size: clamp(46px, 13vw, 70px); }
  .metrics-wrap { margin-top: -28px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric { padding: 21px; border-bottom: 1px solid var(--line); }
  .metric:nth-child(2) { border-right: 0; }
  .metric strong { font-size: 26px; }
  .section { padding: 72px 0; }
  .section-sm { padding: 48px 0; }
  .section-head { display: block; margin-bottom: 30px; }
  .section-head > p { margin-top: 18px; }
  .contact-panel { grid-template-columns: 1fr; padding: 30px 24px; }
  .contact-panel .actions { margin-top: 0; }
  .price-grid, .route-grid, .season-grid, .page-hero-grid, .content-grid, .operator-profile { grid-template-columns: 1fr; }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero-grid { gap: 35px; padding-block: 55px; }
  .page-photo { min-height: 300px; }
  .content-grid { gap: 42px; }
  .related-links { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-dock { left: 10px; right: 10px; bottom: 9px; gap: 7px; }
  .contact-dock a { flex: 1; justify-content: center; min-width: 0; border-radius: 14px; }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 22px), 1180px); }
  .brand-mark { width: 38px; height: 38px; }
  .brand-mark svg { width: 26px; height: 26px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 15px; }
  .hero { min-height: 720px; }
  .hero-media img { object-position: 62% center; }
  .hero-shell { min-height: 720px; }
  .hero-copy { padding: 52px 0 190px; }
  .hero-copy > p:not(.eyebrow), .page-hero p:not(.eyebrow), .section-lead { font-size: 16px; }
  .display { max-width: 100%; font-size: 44px; letter-spacing: -.045em; overflow-wrap: break-word; }
  .section-title { font-size: 38px; overflow-wrap: anywhere; }
  .actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .btn { width: 100%; min-height: 56px; }
  .trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .hero-badge { right: 0; bottom: 24px; left: 0; width: auto; }
  .metrics { border-radius: 16px; }
  .metric { padding: 17px 15px; }
  .metric strong { font-size: 23px; }
  .metric span { font-size: 11px; }
  .price-grid, .route-grid, .guide-grid, .feature-grid, .footer-grid { grid-template-columns: 1fr; }
  .price-card { grid-template-columns: 1fr; }
  .price-card img { height: 210px; min-height: 0; }
  .price-card picture { min-height: 0; }
  .price-body { padding: 22px; }
  .route-card { min-height: 250px; }
  .season, .season img { min-height: 370px; }
  .season-copy { inset: auto 20px 20px; }
  .season-copy h3 { font-size: 31px; }
  .comparison-wrap { margin-inline: -11px; overflow-x: auto; }
  .comparison { min-width: 620px; }
  .guide-card { padding: 22px; }
  .guide-card h2, .guide-card h3 { font-size: 26px; }
  .page-hero h1 { font-size: 45px; }
  .page-photo { min-height: 240px; }
  .article h2 { font-size: 32px; }
  .contact-panel { margin-inline: -1px; }
  .contact-panel .actions .btn { width: 100%; }
  .site-footer { padding-bottom: 100px; }
  .contact-dock a { width: calc(50% - 4px); flex: 0 0 calc(50% - 4px); padding: 0 8px; font-size: 13px; white-space: nowrap; }
}
