:root {
  --ink: #173b3b;
  --ink-deep: #0d2b2b;
  --sand: #f7f1e7;
  --sand-2: #efe3d2;
  --white: #fffdf9;
  --paper: #ffffff;
  --coral: #d86952;
  --coral-dark: #b94f3b;
  --gold: #c69a55;
  --sage: #7d9a8d;
  --muted: #667575;
  --line: rgba(23, 59, 59, .15);
  --shadow: 0 24px 70px rgba(13, 43, 43, .12);
  --radius: 26px;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body { margin: 0; color: var(--ink-deep); background: var(--white); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 12px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; line-height: .96; letter-spacing: -.025em; }
h1 { margin-bottom: 24px; font-size: clamp(58px, 8.4vw, 114px); color: #fff; }
h2 { margin-bottom: 22px; font-size: clamp(43px, 5.1vw, 68px); }
h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.25; }
p { margin-bottom: 18px; }
.eyebrow { margin-bottom: 15px; color: var(--coral-dark); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #f0c997; }
.section { position: relative; padding: 110px 0; }
.section-tint { background: var(--sand); }
.section-dark { background: var(--ink-deep); color: #fff; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading.narrow { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.section-heading-light > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.sticky-heading { position: sticky; top: calc(var(--header) + 28px); align-self: start; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 26px; border: 1px solid var(--coral); border-radius: 999px; background: var(--coral); color: #fff; font-weight: 700; text-decoration: none; text-align: center; box-shadow: 0 12px 28px rgba(216, 105, 82, .22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--coral-dark); box-shadow: 0 16px 34px rgba(216,105,82,.3); }
.button:focus-visible, summary:focus-visible, .menu-toggle:focus-visible, a:focus-visible { outline: 3px solid #f4bf74; outline-offset: 3px; }
.button-small { min-height: 42px; padding: 9px 18px; font-size: 13px; }
.button-ghost { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); box-shadow: none; backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.18); }
.button-full { width: 100%; }

.site-header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: var(--header); color: #fff; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(13,43,43,.94); box-shadow: 0 12px 34px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.header-inner { display: flex; height: 100%; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand-logo { width: 188px; height: auto; }
.brand-logo-footer { width: 210px; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; }
.desktop-nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.desktop-nav a, .header-phone { position: relative; color: inherit; font-size: 13px; font-weight: 600; text-decoration: none; }
.desktop-nav a::after { position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: #fff; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 10px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; }
.mobile-menu { position: absolute; top: var(--header); left: 0; width: 100%; padding: 22px 20px 30px; background: var(--ink-deep); box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-weight: 600; text-decoration: none; }

.hero { position: relative; display: flex; min-height: 780px; align-items: flex-end; padding: 150px 0 94px; overflow: hidden; background: url("../images/optimized/home_slider.webp") center 48%/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,30,31,.9) 0%, rgba(6,30,31,.66) 48%, rgba(6,30,31,.17) 100%), linear-gradient(0deg, rgba(6,30,31,.45), transparent 46%); }
.hero-content { position: relative; z-index: 1; max-width: 920px; margin-left: max(20px, calc((100vw - 1160px)/2)); margin-right: auto; }
.hero-lead { max-width: 720px; margin-bottom: 28px; color: rgba(255,255,255,.88); font-size: clamp(18px, 2vw, 23px); }
.date-card { display: inline-flex; flex-direction: column; gap: 3px; margin-bottom: 26px; padding: 15px 20px; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(12px); }
.date-card strong { font-size: 20px; }
.date-card span { color: rgba(255,255,255,.75); font-size: 14px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { max-width: 600px; margin: 17px 0 0; color: rgba(255,255,255,.62); font-size: 13px; }

.quick-facts { position: relative; z-index: 2; margin-top: -28px; }
.facts-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.facts-grid div { padding: 27px 26px; border-right: 1px solid var(--line); }
.facts-grid div:last-child { border-right: 0; }
.facts-grid strong, .facts-grid span { display: block; }
.facts-grid strong { color: var(--ink); font-size: 18px; }
.facts-grid span { color: var(--muted); font-size: 13px; }

.overview { overflow: hidden; padding-top: 140px; }
.airplane-decoration { position: absolute; top: 26px; left: max(-95px, calc((100vw - 1500px)/2)); z-index: 0; width: 300px; height: auto; transform: rotate(-3deg); filter: drop-shadow(0 20px 24px rgba(20,70,90,.18)); pointer-events: none; }
.overview .container { position: relative; z-index: 1; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 250px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.feature-number { display: inline-block; margin-bottom: 55px; color: var(--coral-dark); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.feature-card h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; }
.feature-card p { color: var(--muted); }

.section-cta { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 54px; }
.section-cta span { max-width: 330px; color: var(--muted); font-size: 13px; }
.section-cta-dark span { color: rgba(255,255,255,.65); }
.left-cta { justify-content: flex-start; margin-top: 30px; }

.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid span { display: block; margin-bottom: 34px; color: var(--coral-dark); font-size: 12px; font-weight: 700; }
.audience-grid p { color: var(--muted); }
.care-note { max-width: 860px; margin: 30px auto 0; padding: 18px 22px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.66); color: var(--muted); font-size: 14px; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.result-list { border-top: 1px solid var(--line); }
.result-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.result-list strong { color: var(--coral-dark); font-size: 12px; }
.result-list p { color: var(--muted); }

.program-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 20px; }
.program-card { grid-column: span 2; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.program-card-wide { grid-column: span 3; }
.program-card > img { width: 100%; aspect-ratio: 1.48; object-fit: cover; }
.program-card > div { padding: 28px; }
.program-card span { display: block; margin-bottom: 13px; color: #e2b674; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.program-card h3 { min-height: 53px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 29px; }
.program-card li { position: relative; margin: 9px 0; padding-left: 18px; color: rgba(255,255,255,.7); font-size: 14px; }
.program-card li::before { position: absolute; left: 0; content: "·"; color: #e2b674; }
.program-card ul { margin: 0; padding: 0; list-style: none; }
.departure-note { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; padding: 20px; border: 1px dashed rgba(255,255,255,.25); border-radius: 18px; }
.departure-note span { color: rgba(255,255,255,.65); }

.timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.timeline article { min-height: 210px; padding: 38px; border-radius: var(--radius); background: var(--sand); }
.timeline time { display: block; margin-bottom: 60px; color: var(--coral-dark); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.timeline h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; }

.hotel-section { background: var(--sand); }
.hotel-layout { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; }
.hotel-collage { position: relative; min-height: 610px; }
.hotel-main { width: 82%; height: 520px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.hotel-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 270px; object-fit: cover; border: 10px solid var(--sand); border-radius: 24px; }
.hotel-copy { margin: 0; }
.hotel-copy ul { margin: 28px 0; padding: 0; list-style: none; }
.hotel-copy li { position: relative; margin: 12px 0; padding-left: 24px; color: var(--muted); }
.hotel-copy li::before { position: absolute; left: 0; content: "✓"; color: var(--coral-dark); font-weight: 700; }

.gallery-section { padding-left: 20px; padding-right: 20px; }
.gallery-grid { display: grid; width: min(1500px, 100%); margin: 0 auto; grid-template-columns: 1fr 1.08fr 1fr; gap: 16px; }
.gallery-grid figure { position: relative; height: 590px; margin: 0; overflow: hidden; border-radius: 24px; }
.gallery-grid figure:nth-child(2) { margin-top: 50px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; border-radius: 999px; background: rgba(13,43,43,.78); color: #fff; font-size: 12px; backdrop-filter: blur(8px); }

.master-list { display: grid; gap: 26px; }
.master-card { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.master-card-reverse { grid-template-columns: 1.18fr .82fr; }
.master-card-reverse .master-photo { order: 2; }
.master-photo { min-height: 580px; }
.master-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.master-copy { align-self: center; padding: 58px; }
.master-copy > span { color: var(--coral-dark); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.master-copy h3 { margin-top: 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 48px; }
.master-lead { color: var(--ink); font-size: 18px; font-weight: 600; }
.master-copy ul { margin: 26px 0 0; padding: 0; list-style: none; }
.master-copy li { position: relative; margin: 12px 0; padding-left: 24px; color: var(--muted); }
.master-copy li::before { position: absolute; left: 0; content: "✓"; color: var(--coral-dark); font-weight: 700; }

.video-section { background: #fff; }
.video-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.video-shell { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: 28px; background: var(--ink-deep); box-shadow: var(--shadow); }
.media-frame { width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-placeholder { display: grid; height: 100%; place-content: center; padding: 30px; color: #fff; text-align: center; background: linear-gradient(rgba(13,43,43,.5),rgba(13,43,43,.8)), url("../images/optimized/012c4677.webp") center 28%/cover; }
.play-icon { display: grid; width: 72px; height: 72px; margin: 0 auto 18px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(255,255,255,.12); }
.editor-hint { position: absolute; left: 16px; bottom: 14px; max-width: calc(100% - 32px); margin: 0; padding: 8px 12px; border-radius: 8px; background: rgba(0,0,0,.66); color: #fff; font-size: 11px; }

.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { min-height: 330px; padding: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.review-placeholder { border-style: dashed; }
.review-head { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; }
.review-head img, .review-avatar { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%; object-fit: cover; }
.review-avatar { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); color: #e2b674; font-size: 24px; }
.review-head h3 { margin: 0 0 3px; font-size: 15px; }
.review-head span { color: rgba(255,255,255,.5); font-size: 11px; }
.review-card blockquote { margin: 0; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.8; }

.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.included-card { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.included-card-positive { background: var(--ink); color: #fff; }
.included-card h3 { margin-bottom: 27px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 35px; }
.included-card ul { margin: 0; padding: 0; list-style: none; }
.included-card li { position: relative; margin: 14px 0; padding-left: 25px; }
.included-card li::before { position: absolute; left: 0; content: "✓"; color: var(--coral); font-weight: 700; }
.included-card-positive li { color: rgba(255,255,255,.8); }
.small-note { margin: 28px 0 0; color: var(--muted); font-size: 13px; }
.logistics-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; }
.logistics-strip div { padding: 25px; border-right: 1px solid var(--line); }
.logistics-strip div:last-child { border-right: 0; }
.logistics-strip strong, .logistics-strip span { display: block; }
.logistics-strip span { color: var(--muted); font-size: 13px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 540px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card-featured { border: 2px solid var(--coral); transform: translateY(-12px); box-shadow: var(--shadow); }
.popular { position: absolute; top: 0; right: 30px; padding: 7px 12px; border-radius: 0 0 10px 10px; background: var(--coral); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.price-card > div:not(.popular) > span { font-size: 13px; font-weight: 700; text-transform: uppercase; }
.price-card h3 { margin: 14px 0 0; color: var(--coral-dark); font-family: "Cormorant Garamond", Georgia, serif; font-size: 48px; }
.price-card > div p { color: var(--muted); font-size: 12px; }
.price-card ul { margin: 24px 0 32px; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; margin: 13px 0; padding-left: 22px; color: var(--muted); }
.price-card li::before { position: absolute; left: 0; content: "✓"; color: var(--coral-dark); }
.price-card .button { margin-top: auto; }
.payment-note { max-width: 850px; margin: 35px auto 0; padding: 25px 30px; border-radius: 18px; background: var(--sand-2); text-align: center; }
.payment-note p { margin: 0; color: var(--muted); font-size: 14px; }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.steps-grid article { min-height: 250px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.steps-grid span { display: grid; width: 46px; height: 46px; margin-bottom: 48px; place-items: center; border-radius: 50%; background: var(--sand); color: var(--coral-dark); font-weight: 700; }
.steps-grid p { color: var(--muted); }

.safety-section { background: linear-gradient(135deg,#fff 0%,#f5eee3 100%); }
.safety-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.safety-list article { padding: 30px; border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 12px 35px rgba(13,43,43,.06); }
.safety-list p { margin: 0; color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 4px; top: 23px; content: "+"; color: var(--coral-dark); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 45px 24px 0; color: var(--muted); }

.consultation { position: relative; padding: 110px 0; overflow: hidden; color: #fff; background: var(--ink-deep); }
.consultation-bg { position: absolute; inset: 0; opacity: .25; background: url("../images/optimized/footer_1.webp") center/cover no-repeat; }
.consultation-inner { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 70px; }
.consultation-copy { position: sticky; top: calc(var(--header) + 25px); }
.consultation-copy h2 { font-size: clamp(45px,5vw,68px); }
.consultation-copy > p:not(.eyebrow), .consultation-copy li { color: rgba(255,255,255,.75); }
.consultation-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.consultation-copy li { position: relative; margin: 14px 0; padding-left: 26px; }
.consultation-copy li::before { position: absolute; left: 0; content: "✓"; color: #e2b674; }
.form-card { padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.form-card iframe { display: block; width: 100%; height: 515px; border: 0; border-radius: 18px; background: #fff; }
.privacy-note { margin: 16px 10px 2px; color: rgba(255,255,255,.65); font-size: 11px; }
.privacy-note a { color: #fff; }

.site-footer { padding: 65px 0 25px; background: #071f20; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr 1fr; gap: 60px; }
.brand-footer { margin-bottom: 20px; }
.footer-grid p { color: rgba(255,255,255,.55); font-size: 13px; }
.footer-grid h2 { margin-bottom: 18px; font-family: "Manrope",Arial,sans-serif; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 10px 0; color: rgba(255,255,255,.68); font-size: 13px; text-decoration: none; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 11px; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-phone { margin-left: auto; }
  .menu-toggle { display: block; }
  .hero-content { margin-left: 40px; }
  .split-layout, .faq-layout { gap: 50px; }
  .master-copy { padding: 42px; }
}

@media (max-width: 820px) {
  :root { --header: 68px; }
  .container { width: min(100% - 30px, 720px); }
  .section { padding: 82px 0; }
  .header-phone, .header-actions > .button { display: none; }
  .header-actions { margin-left: auto; }
  .hero { min-height: 710px; padding: 125px 0 70px; background-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(6,30,31,.92),rgba(6,30,31,.62)),linear-gradient(0deg,rgba(6,30,31,.35),transparent); }
  .hero-content { width: min(100% - 30px, 720px); margin: 0 auto; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid div:nth-child(2) { border-right: 0; }
  .facts-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .airplane-decoration { top: 20px; left: -55px; width: 210px; }
  .feature-grid, .audience-grid, .timeline, .reviews-grid, .included-grid, .pricing-grid, .steps-grid { grid-template-columns: 1fr; }
  .audience-grid { border-left: 0; }
  .audience-grid article { min-height: 0; border-left: 1px solid var(--line); }
  .split-layout, .video-layout, .faq-layout, .consultation-inner, .hotel-layout { grid-template-columns: 1fr; gap: 45px; }
  .sticky-heading, .consultation-copy { position: static; }
  .program-card, .program-card-wide { grid-column: span 3; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid figure { height: 430px; }
  .gallery-grid figure:nth-child(2) { margin-top: 30px; }
  .gallery-grid figure:nth-child(3) { grid-column: 1/-1; width: calc(50% - 8px); margin-left: auto; margin-right: auto; }
  .master-card, .master-card-reverse { grid-template-columns: 1fr; }
  .master-card-reverse .master-photo { order: 0; }
  .hotel-copy { margin-top: 8px; }
  .master-photo { min-height: 460px; max-height: 620px; }
  .logistics-strip { grid-template-columns: 1fr; }
  .logistics-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .logistics-strip div:last-child { border-bottom: 0; }
  .price-card-featured { transform: none; }
  .safety-list { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .brand-logo { width: 148px; }
  .brand-logo-footer { width: 180px; }
  body { font-size: 15px; }
  .container { width: calc(100% - 24px); }
  .section { padding: 70px 0; }
  h1 { font-size: clamp(52px, 16vw, 70px); line-height: .9; }
  h2 { font-size: clamp(39px, 12vw, 52px); }
  .site-header { background: rgba(13,43,43,.62); backdrop-filter: blur(8px); }
  .brand > span:last-child { display: none; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { min-height: 700px; align-items: flex-end; padding-bottom: 54px; background-position: 62% center; }
  .hero-lead { font-size: 17px; line-height: 1.55; }
  .date-card { width: 100%; }
  .date-card strong { font-size: 17px; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .button { width: 100%; }
  .quick-facts { margin-top: 0; background: #fff; }
  .facts-grid { width: 100%; border-radius: 0; box-shadow: none; }
  .facts-grid div { padding: 20px 14px; }
  .facts-grid strong { font-size: 15px; }
  .overview { padding-top: 116px; }
  .airplane-decoration { top: 14px; left: -28px; width: 170px; }
  .feature-card { min-height: 0; padding: 26px; }
  .feature-number { margin-bottom: 26px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading > p:not(.eyebrow) { font-size: 16px; }
  .section-cta { flex-direction: column; margin-top: 38px; text-align: center; }
  .section-cta .button { width: 100%; }
  .audience-grid article { min-height: 0; padding: 25px; }
  .audience-grid span { margin-bottom: 20px; }
  .result-list article { grid-template-columns: 35px 1fr; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card, .program-card-wide { grid-column: auto; }
  .program-card > div { padding: 24px; }
  .program-card h3 { min-height: 0; font-size: 28px; }
  .departure-note { align-items: flex-start; flex-direction: column; gap: 2px; }
  .timeline article { min-height: 0; padding: 28px; }
  .timeline time { margin-bottom: 30px; }
  .hotel-collage { min-height: 430px; }
  .hotel-main { width: 88%; height: 360px; }
  .hotel-small { width: 52%; height: 190px; border-width: 7px; }
  .gallery-section { padding-left: 12px; padding-right: 12px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure, .gallery-grid figure:nth-child(3) { width: 100%; height: 440px; margin: 0; }
  .gallery-grid figure:nth-child(2) { margin-top: 0; }
  .master-photo { min-height: 420px; }
  .master-copy { padding: 30px 24px; }
  .master-copy h3 { font-size: 39px; }
  .video-layout { gap: 25px; }
  .video-shell { border-radius: 20px; }
  .editor-hint { font-size: 9px; }
  .included-card, .price-card { padding: 28px 24px; }
  .price-card { min-height: 0; }
  .price-card ul { margin-bottom: 28px; }
  .price-card .button { margin-top: 12px; }
  .payment-note { padding: 22px 18px; }
  .safety-list { grid-template-columns: 1fr; }
  .faq-list summary { padding-right: 38px; }
  .consultation { padding: 78px 0; }
  .form-card { padding: 10px; border-radius: 20px; }
  .form-card iframe { height: 700px; border-radius: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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

/* Светлая солнечная версия: Египет, утро, песок и тёплый коралл */
:root {
  --ink: #594437;
  --ink-deep: #3f3129;
  --sand: #fff6e9;
  --sand-2: #f8e5cf;
  --white: #fffdf9;
  --coral: #e77b5f;
  --coral-dark: #c75f46;
  --gold: #d5a65e;
  --sage: #adb99a;
  --muted: #796d64;
  --line: rgba(89,68,55,.14);
  --shadow: 0 24px 70px rgba(113,75,45,.11);
}

h1, h2, h3,
.feature-card h3,
.program-card h3,
.timeline h3,
.master-copy h3,
.included-card h3,
.price-card h3,
.brand-mark {
  font-family: "Manrope", Arial, sans-serif;
}
h1, h2 { line-height: 1.04; letter-spacing: -.045em; font-weight: 700; }
h1 { max-width: 820px; font-size: clamp(52px, 7.2vw, 92px); }
h2 { font-size: clamp(38px, 4.5vw, 58px); }
.feature-card h3, .program-card h3, .timeline h3, .included-card h3 { font-size: 25px; letter-spacing: -.025em; font-weight: 700; }
.master-copy h3 { font-size: 43px; letter-spacing: -.035em; font-weight: 700; }
.price-card h3 { font-size: 43px; letter-spacing: -.035em; font-weight: 800; }

.site-header.is-scrolled { background: rgba(112,76,52,.94); }
.mobile-menu { background: #78543e; }
.hero-overlay { background: linear-gradient(90deg,rgba(91,57,37,.62) 0%,rgba(110,72,47,.34) 52%,rgba(255,222,175,.03) 100%),linear-gradient(0deg,rgba(83,51,31,.18),transparent 50%); }
.hero-lead { color: rgba(255,255,255,.95); }
.hero-note { color: rgba(255,255,255,.78); }
.date-card { background: rgba(255,248,238,.16); }

.section-dark { background: linear-gradient(180deg,#fff5e5 0%,#f8dfc3 100%); color: var(--ink-deep); }
.section-heading-light > p:not(.eyebrow), .section-cta-dark span { color: var(--muted); }
.program-card { border-color: rgba(128,83,52,.13); background: rgba(255,255,255,.82); box-shadow: 0 16px 45px rgba(128,83,52,.08); }
.program-card span, .program-card li::before { color: var(--coral-dark); }
.program-card li { color: var(--muted); }
.program-card-day-2 { position: relative; }
.program-card-day-2 > img {
  height: 300px;
  aspect-ratio: auto;
  object-position: left center;
  transform: scale(1.2);
  transform-origin: left center;
}
.departure-note { border-color: rgba(128,83,52,.3); background: rgba(255,255,255,.55); }
.departure-note span { color: var(--muted); }

.review-card { border-color: rgba(128,83,52,.13); background: rgba(255,255,255,.76); }
.review-avatar { border-color: rgba(128,83,52,.2); color: var(--coral-dark); }
.review-head h3 { color: var(--ink-deep); }
.review-head span, .review-card blockquote { color: var(--muted); }

.consultation { background: linear-gradient(135deg,#c9684e 0%,#e58d69 54%,#d8a365 100%); }
.consultation-bg { opacity: .1; }
.site-footer { background: #654936; }
.gallery-grid figcaption { background: rgba(103,70,48,.82); }
.video-shell { background: #7b543d; }
.airplane-decoration { filter: drop-shadow(0 18px 20px rgba(95,128,158,.17)); }

@media (max-width: 820px) {
  .hero-overlay { background: linear-gradient(90deg,rgba(91,57,37,.64),rgba(120,77,48,.32)),linear-gradient(0deg,rgba(83,51,31,.16),transparent); }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(47px,14.5vw,62px); line-height: 1.02; }
  h2 { font-size: clamp(35px,10.5vw,46px); }
  .site-header { background: rgba(112,76,52,.46); }
  .program-card h3 { font-size: 24px; }
  .program-card-day-2 > img { height: 220px; }
}

/* Солнечная палитра v2: золото Египта, море и зелень пальм */
:root {
  --ink: #3f392e;
  --ink-deep: #2f2b23;
  --sand: #fff2d2;
  --sand-2: #f5dfaa;
  --white: #fffaf0;
  --paper: #fffef9;
  --coral: #2f7656;
  --coral-dark: #1f5d43;
  --gold: #e3a83f;
  --sage: #86a966;
  --muted: #746b5c;
  --line: rgba(91,76,46,.16);
  --shadow: 0 24px 70px rgba(104,78,32,.14);
}

body { background: #fffaf0; }
.section-tint { background: linear-gradient(180deg,#f4eee9 0%,#fffdf8 100%); }
.eyebrow { color: #b87516; }

.button {
  border-color: var(--palm, #2f7656);
  background: #2f7656;
  box-shadow: 0 13px 30px rgba(31,93,67,.25);
}
.button:hover, .button:focus-visible { background: #1f5d43; box-shadow: 0 16px 36px rgba(31,93,67,.32); }
.hero .button:not(.button-ghost) { border-color: #164d3b; background: #164d3b; color: #fff; }
.hero .button:not(.button-ghost):hover { background: #0e3d2f; }
.hero .button-ghost { border-color: rgba(255,255,255,.78); background: rgba(255,255,255,.08); color: #fff; box-shadow: none; }
.hero .button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.18); }

.site-header.is-scrolled { background: rgba(20,70,53,.94); }
.mobile-menu { background: rgba(20,70,53,.98); }

.section-dark { background: linear-gradient(145deg,#fff4d8 0%,#f2dfa8 58%,#fff2d2 100%); }
.program-card { background: rgba(255,254,248,.94); box-shadow: 0 18px 42px rgba(111,82,30,.11); }
.program-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  transform: none;
}
.program-card-day-2 > img { height: auto; aspect-ratio: 1 / 1; object-position: left center; transform: none; }
.program-card-day-4 > img { object-position: left center; }

.section-cta { flex-direction: column; gap: 10px; text-align: center; }
.section-cta span { max-width: 520px; font-size: 15px; line-height: 1.45; }
.left-cta { align-items: flex-start; text-align: left; }

.airplane-decoration {
  left: 0;
  width: clamp(190px, 18vw, 345px);
  transform: translateX(-1px) rotate(-3deg);
  filter: drop-shadow(0 18px 24px rgba(28,103,126,.2));
}

.hotel-section { background: linear-gradient(180deg,#fff8e9 0%,#fff0ca 100%); }
.hotel-copy h2 { font-size: clamp(40px,3.6vw,52px); }
.hotel-main, .hotel-small { object-position: center; }

.gallery-grid figure { height: auto; aspect-ratio: 1 / 1; }
.gallery-grid figure:nth-child(2) { margin-top: 28px; }
.gallery-grid img { object-position: center 30%; }

.payment-note {
  display: grid;
  max-width: 980px;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  padding: 34px;
  border: 1px solid rgba(47,118,86,.24);
  background: linear-gradient(135deg,#fff5d9 0%,#f2e8bd 100%);
  text-align: left;
}
.payment-note-intro > span { color: #b87516; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.payment-note-intro h3 { margin: 8px 0 12px; font-size: 28px; }
.payment-note p { color: var(--muted); font-size: 15px; line-height: 1.6; }
.payment-note-terms { padding: 25px; border-radius: 18px; background: rgba(255,255,255,.78); }
.payment-note-terms strong { display: block; margin-bottom: 12px; color: #1f5d43; font-size: 30px; line-height: 1.15; }
.payment-note-terms p + p { margin-top: 14px; }

.consultation { background: #062c4d; }
.consultation-bg {
  opacity: 1;
  background: linear-gradient(90deg,rgba(4,33,60,.94) 0%,rgba(4,33,60,.72) 43%,rgba(4,33,60,.42) 58%,rgba(4,33,60,.72) 72%,rgba(4,33,60,.88) 100%),url("../images/optimized/footer_1.webp") calc(100% - clamp(120px,14vw,270px)) center/cover no-repeat;
}
.consultation-inner { grid-template-columns: minmax(0, .9fr) minmax(500px, 560px); gap: 86px; }
.consultation .form-card { width: 560px; max-width: 100%; justify-self: end; }
.consultation-copy > p:not(.eyebrow), .consultation-copy li { color: rgba(255,255,255,.86); }
.site-footer { background: #041f38; }

@media (max-width: 820px) {
  .airplane-decoration { left: 0; width: 215px; transform: translateX(-1px) rotate(-3deg); }
  .payment-note { grid-template-columns: 1fr; }
  .gallery-grid figure { height: auto; aspect-ratio: 1 / 1; }
  .consultation-inner { grid-template-columns: 1fr; gap: 45px; }
  .consultation .form-card { width: 100%; justify-self: stretch; }
  .consultation-bg { background-position: 42% center; }
}

@media (max-width: 560px) {
  .airplane-decoration { left: 0; width: 175px; }
  .program-card > img, .program-card-day-2 > img { height: auto; aspect-ratio: 1 / 1; }
  .gallery-grid figure, .gallery-grid figure:nth-child(3) { height: auto; aspect-ratio: 1 / 1; }
  .gallery-grid figure:nth-child(2) { margin-top: 0; }
  .payment-note { padding: 22px 18px; }
  .payment-note-terms { padding: 20px; }
  .payment-note-terms strong { font-size: 26px; }
  .left-cta { align-items: stretch; text-align: center; }
}
