/*
Theme Name: Hawaii UA Aloha
Theme URI: https://hawaiiua.com
Author: Hawaii UA
Author URI: https://hawaiiua.com
Description: Преміальна тропічна версія теми Hawaii UA для туру на Оаху та Мауї.
Version: 2.0.3
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: hawaii-ua-tour
*/

:root {
  --ink: #10213f;
  --muted: #5f6b7d;
  --ocean: #135f77;
  --ocean-dark: #082f42;
  --aqua: #65c4c0;
  --sun: #ffc928;
  --sun-deep: #f5a623;
  --sand: #fbf7ef;
  --coral: #f27c5c;
  --white: #fff;
  --line: rgba(16, 33, 63, .12);
  --shadow: 0 18px 60px rgba(8, 47, 66, .13);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--ocean);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--sun); }
.section { padding: 104px 0; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .help-copy h2, .booking h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.section-heading p { color: var(--muted); margin: 18px 0 0; max-width: 620px; }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.site-header.is-scrolled {
  position: fixed;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 30px rgba(8,47,66,.09);
  backdrop-filter: blur(14px);
  animation: headerIn .28s ease both;
}
@keyframes headerIn { from { transform: translateY(-100%); } }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .04em; }
.brand-mark { position: relative; width: 42px; height: 32px; transform: rotate(-9deg); }
.brand-mark::before, .brand-mark::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 10px;
  border: 6px solid transparent;
  border-top-color: #2f75ff;
  border-radius: 50%;
  left: 0;
}
.brand-mark::before { top: 4px; }
.brand-mark::after { top: 13px; left: 4px; border-top-color: var(--sun); }
.brand small { display: block; opacity: .72; font-size: 9px; letter-spacing: .18em; line-height: 1; }
.nav-menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-menu a { font-size: 14px; font-weight: 750; transition: opacity .2s; }
.nav-menu a:hover { opacity: .68; }
.nav-cta { padding: 11px 20px; color: var(--ink) !important; background: var(--sun); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; color: currentColor; background: rgba(255,255,255,.14); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: currentColor;
  transition: .2s;
}

.hero {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--ocean-dark);
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,27,43,.92) 0%, rgba(4,27,43,.65) 47%, rgba(4,27,43,.16) 75%), linear-gradient(0deg, rgba(4,27,43,.65), transparent 45%);
}
.hero-content { position: relative; z-index: 2; width: min(760px, 100%); padding: 148px 0 182px; }
.date-pill { display: inline-flex; padding: 8px 15px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: 13px; font-weight: 750; background: rgba(4,27,43,.26); }
.hero h1 {
  margin: 24px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7.4vw, 94px);
  line-height: .97;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.hero h1 span { color: var(--sun); }
.hero-lead { max-width: 650px; margin: 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sun); color: var(--ink); box-shadow: 0 12px 30px rgba(255,201,40,.24); }
.button-secondary { border-color: rgba(255,255,255,.48); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.hero-note { margin-top: 26px; display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.72); font-size: 13px; }
.hero-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 6px rgba(255,201,40,.15); }
.facts-wrap { position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; }
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.2);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: rgba(4,27,43,.74);
  backdrop-filter: blur(16px);
}
.fact { display: flex; gap: 14px; padding: 25px 28px; align-items: center; }
.fact + .fact { border-left: 1px solid rgba(255,255,255,.16); }
.fact-icon { font-size: 25px; }
.fact strong { display: block; line-height: 1.25; font-size: 16px; }
.fact span { display: block; color: rgba(255,255,255,.65); font-size: 12px; }

.about { overflow: hidden; background: var(--sand); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 84px; align-items: center; }
.about-copy p { color: var(--muted); }
.about-copy .about-lead { font-size: 21px; color: var(--ink); }
.about-image { position: relative; }
.about-image img { width: 100%; height: 570px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-stamp {
  position: absolute;
  left: -42px;
  bottom: 40px;
  width: 138px;
  height: 138px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 9px solid var(--sand);
  border-radius: 50%;
  color: var(--ink);
  background: var(--sun);
  font-weight: 900;
  font-size: 13px;
  line-height: 1.25;
  transform: rotate(-8deg);
}

.highlights { background: #fff; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.highlight-card { position: relative; min-height: 360px; overflow: hidden; border-radius: 22px; color: #fff; }
.highlight-card:nth-child(1), .highlight-card:nth-child(5) { grid-column: span 2; }
.highlight-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.highlight-card:hover img { transform: scale(1.045); }
.highlight-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,35,47,.88), rgba(5,35,47,0) 68%); }
.highlight-caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; }
.highlight-caption small { display: block; color: var(--sun); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.highlight-caption strong { display: block; margin-top: 4px; font-family: Georgia, serif; font-size: 25px; line-height: 1.15; }

.program { background: linear-gradient(180deg, #f5fbfb, #fff); }
.program-list { position: relative; display: grid; gap: 14px; }
.day-card { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 8px 25px rgba(8,47,66,.055); }
.day-card-open { box-shadow: var(--shadow); }
.day-summary {
  min-height: 156px;
  display: grid;
  grid-template-columns: 132px 1fr 250px;
  gap: 26px;
  align-items: center;
  padding: 14px;
  list-style: none;
}
.day-summary::-webkit-details-marker { display: none; }
.day-number { height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border-radius: 16px; color: #fff; background: var(--ocean-dark); }
.day-number b { font-family: Georgia, serif; font-size: 42px; line-height: .9; }
.day-number span { margin-top: 9px; font-size: 11px; line-height: 1.35; color: rgba(255,255,255,.72); }
.day-title strong { display: block; font-family: Georgia, serif; font-size: 22px; line-height: 1.2; }
.day-title p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.day-thumb { width: 100%; height: 126px; object-fit: cover; border-radius: 16px; }
.day-details { padding: 0 66px 38px 172px; color: var(--muted); }
.day-details p { margin: 0 0 12px; }
.day-details p:first-child { color: var(--ink); font-size: 18px; }

.price { background: var(--sand); }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.price-card { padding: 42px; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 45px rgba(8,47,66,.08); }
.price-card.included { border-top: 5px solid var(--aqua); }
.price-card.excluded { border-top: 5px solid var(--coral); }
.price-card h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 30px; }
.price-card .price-label { margin: 0 0 28px; color: var(--muted); }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; font-size: 15px; }
.check-list li::before { position: absolute; left: 0; top: 2px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ocean); content: "✓"; font-size: 11px; font-weight: 900; }
.excluded .check-list li::before { content: "–"; background: var(--coral); }

.help { position: relative; overflow: hidden; color: #fff; background: var(--ocean-dark); }
.help::before { content: ""; position: absolute; inset: 0; opacity: .14; background: url("assets/images/hero-waikiki.jpg") center/cover; }
.help-grid { position: relative; display: grid; grid-template-columns: 330px 1fr; gap: 68px; align-items: center; }
.flag { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); transform: rotate(-3deg); }
.flag::before, .flag::after { content: ""; position: absolute; left: 0; width: 100%; height: 50%; }
.flag::before { top: 0; background: #1b71d8; }
.flag::after { bottom: 0; background: #ffd431; }
.flag span { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.55); font-size: 78px; transform: rotate(3deg); }
.help-copy h2 { color: #fff; }
.help-copy p { color: rgba(255,255,255,.75); font-size: 18px; max-width: 720px; }
.help-copy strong { color: var(--sun); }

.booking { padding: 100px 0; background: var(--sun); }
.booking-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.booking h2 { max-width: 780px; }
.booking p { margin: 18px 0 0; max-width: 720px; }
.booking-actions { display: grid; gap: 10px; min-width: 250px; }
.booking .button-primary { background: var(--ink); color: #fff; box-shadow: none; }
.booking .button-secondary { border-color: rgba(16,33,63,.28); color: var(--ink); background: transparent; }

.instagram-section {
  position: relative;
  z-index: 4;
  padding: 0 0 1px;
  background: linear-gradient(180deg, var(--sun) 0 50%, #061e2d 50% 100%);
}
.instagram-card {
  min-height: 146px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px 38px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(115deg, #4d37d4 0%, #b72a82 52%, #f48135 100%);
  box-shadow: 0 22px 60px rgba(6,30,45,.3);
  transition: transform .25s ease, box-shadow .25s ease;
}
.instagram-card:hover { transform: translateY(-4px); box-shadow: 0 28px 72px rgba(6,30,45,.38); }
.instagram-icon {
  position: relative;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border: 5px solid #fff;
  border-radius: 19px;
}
.instagram-icon::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  inset: 50% auto auto 50%;
  border: 5px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.instagram-icon::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.instagram-copy small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.instagram-copy strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.1;
}
.instagram-copy > span { display: block; margin-top: 6px; color: rgba(255,255,255,.78); font-size: 14px; }
.instagram-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 999px;
  color: #6e297c;
  background: #fff;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}
.instagram-action b { font-size: 18px; }

.site-footer { padding: 50px 0 26px; color: #fff; background: #061e2d; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: start; }
.footer-brand p { max-width: 360px; margin: 18px 0 0; color: rgba(255,255,255,.58); font-size: 14px; }
.footer-col h3 { margin: 0 0 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .13em; color: var(--sun); }
.footer-col a, .footer-col span { display: block; margin: 7px 0; color: rgba(255,255,255,.75); font-size: 14px; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 12px; display: flex; justify-content: space-between; }
.to-top { position: fixed; z-index: 30; right: 20px; bottom: 20px; width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--ocean); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; cursor: pointer; }
.to-top.visible { opacity: 1; pointer-events: auto; transform: none; }

@media (max-width: 980px) {
  .nav-menu { gap: 16px; }
  .nav-menu a:not(.nav-cta) { display: none; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .fact:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .about-grid { gap: 48px; }
  .about-image img { height: 480px; }
  .day-summary { grid-template-columns: 110px 1fr 190px; gap: 18px; }
  .day-number { height: 112px; }
  .day-thumb { height: 112px; }
  .day-details { padding-left: 142px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 30px; }
  .nav-wrap { min-height: 70px; }
  .nav-menu {
    position: fixed;
    inset: 70px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px 14px 28px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 20px 35px rgba(8,47,66,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .2s;
  }
  .nav-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-menu li a, .nav-menu a:not(.nav-cta) { display: block; padding: 13px 14px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .menu-toggle { display: block; }
  .site-header.is-scrolled .menu-toggle { background: #edf6f6; }
  .hero { min-height: 820px; align-items: flex-start; }
  .hero::after { background: linear-gradient(180deg, rgba(4,27,43,.74), rgba(4,27,43,.86) 70%, rgba(4,27,43,.97)); }
  .hero-content { padding: 130px 0 300px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .facts { grid-template-columns: repeat(2, 1fr); border-radius: 20px 20px 0 0; }
  .fact { padding: 16px 14px; gap: 9px; }
  .fact-icon { font-size: 20px; }
  .fact strong { font-size: 13px; }
  .fact span { font-size: 10px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { order: -1; }
  .about-image img { height: 390px; }
  .about-stamp { width: 110px; height: 110px; left: -5px; bottom: -25px; font-size: 11px; }
  .highlight-grid { grid-template-columns: 1fr 1fr; }
  .highlight-card, .highlight-card:nth-child(1), .highlight-card:nth-child(5) { min-height: 280px; grid-column: span 1; }
  .day-summary { min-height: 0; grid-template-columns: 74px 1fr; gap: 14px; padding: 10px; }
  .day-number { height: 86px; padding: 12px; }
  .day-number b { font-size: 30px; }
  .day-number span { font-size: 9px; }
  .day-title strong { font-size: 17px; }
  .day-title p { display: none; }
  .day-thumb { display: none; }
  .day-details { padding: 8px 22px 28px; font-size: 15px; }
  .price-grid, .help-grid, .booking-grid, .footer-main { grid-template-columns: 1fr; }
  .price-card { padding: 28px 22px; }
  .flag { width: min(300px, 90%); }
  .booking-actions { width: 100%; }
  .instagram-card { grid-template-columns: auto 1fr; padding: 26px 22px; }
  .instagram-action { grid-column: 1 / -1; width: 100%; }
  .footer-main { gap: 34px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
}

@media (max-width: 480px) {
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-card { min-height: 260px !important; }
}

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

/*
 * Aloha edition
 * A warmer, lighter and more tropical visual direction.
 */
:root {
  --ink: #123b45;
  --muted: #627776;
  --ocean: #099b9b;
  --ocean-dark: #075863;
  --aqua: #2ac8bd;
  --sun: #ffc64a;
  --sun-deep: #f3a72f;
  --sand: #fff7e8;
  --coral: #ff704f;
  --white: #fff;
  --line: rgba(7, 88, 99, .12);
  --shadow: 0 24px 70px rgba(7, 88, 99, .14);
  --radius: 32px;
  --container: 1220px;
}

body {
  background: #fffcf6;
  color: var(--ink);
}

.section { padding: 126px 0; }
.section-heading { margin-bottom: 58px; }
.section-heading h2,
.about-copy h2,
.help-copy h2,
.booking h2 { color: var(--ink); }
.eyebrow { color: #078b8c; letter-spacing: .17em; }
.eyebrow::before { width: 36px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--coral), var(--sun)); }

.site-header { border-bottom-color: rgba(255,255,255,.24); }
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,198,74,.65), transparent);
}
.site-header.is-scrolled {
  background: rgba(255,252,246,.94);
  box-shadow: 0 10px 34px rgba(7,88,99,.1);
}
.brand-mark::before { border-top-color: #10aeb0; }
.brand-mark::after { border-top-color: var(--sun); }
.nav-menu a { font-weight: 800; }
.nav-cta {
  padding: 12px 22px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--coral), #ff963f);
  box-shadow: 0 10px 28px rgba(255,112,79,.3);
}

.hero { min-height: 900px; background: var(--ocean-dark); }
.hero-bg { filter: none; }
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,198,74,.22), transparent 22%),
    linear-gradient(180deg, rgba(4,64,68,.08), rgba(4,64,68,.25));
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(4,56,62,.86) 0%, rgba(4,56,62,.56) 43%, rgba(4,56,62,.08) 75%),
    linear-gradient(0deg, rgba(4,56,62,.55), transparent 48%);
}
.hero-content { padding-top: 160px; }
.date-pill {
  padding: 9px 17px;
  border-color: rgba(255,255,255,.46);
  background: rgba(19,151,151,.26);
  box-shadow: inset 0 0 0 1px rgba(42,200,189,.16);
  backdrop-filter: blur(12px);
}
.hero h1 { text-shadow: 0 10px 34px rgba(0,35,40,.24); }
.hero h1 span { color: var(--sun); text-shadow: 0 8px 28px rgba(255,198,74,.2); }
.hero-lead { color: rgba(255,255,255,.94); }
.button { min-height: 58px; padding-inline: 28px; }
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--coral), #ff963f);
  box-shadow: 0 16px 38px rgba(255,112,79,.32);
}
.button-primary:hover { box-shadow: 0 20px 44px rgba(255,112,79,.4); }
.button-secondary { border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.12); }
.hero-note i { background: var(--sun); box-shadow: 0 0 0 7px rgba(255,198,74,.18); }
.facts {
  border-color: rgba(255,255,255,.32);
  background: rgba(5,100,104,.7);
  box-shadow: 0 -18px 50px rgba(0,55,59,.12);
}
.fact + .fact { border-left-color: rgba(255,255,255,.22); }
.fact-icon { filter: saturate(1.25); }

.about {
  position: relative;
  background:
    radial-gradient(circle at 6% 24%, rgba(255,198,74,.18), transparent 20%),
    radial-gradient(circle at 92% 82%, rgba(42,200,189,.14), transparent 23%),
    var(--sand);
}
.about::before {
  content: "✦";
  position: absolute;
  top: 72px;
  right: 6vw;
  color: rgba(255,112,79,.2);
  font-size: 80px;
  line-height: 1;
}
.about-grid { gap: 106px; }
.about-copy .about-lead { font-size: 22px; line-height: 1.7; }
.about-image img {
  height: 610px;
  border: 10px solid rgba(255,255,255,.88);
  filter: saturate(1.2) contrast(1.06) brightness(1.04);
  box-shadow: 0 30px 80px rgba(7,88,99,.2);
}
.about-stamp {
  border-color: var(--sand);
  color: #fff;
  background: linear-gradient(145deg, var(--coral), #ff9b43);
  box-shadow: 0 16px 38px rgba(255,112,79,.28);
}

.highlights {
  background:
    radial-gradient(circle at 92% 8%, rgba(42,200,189,.1), transparent 20%),
    #fff;
}
.highlight-grid { gap: 24px; }
.highlight-card {
  min-height: 390px;
  border: 5px solid #fff;
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(7,88,99,.13);
}
.highlight-card img,
.day-thumb { filter: saturate(1.22) contrast(1.08) brightness(1.04); }
.highlight-card::after { background: linear-gradient(0deg, rgba(3,67,70,.82), rgba(3,67,70,.02) 70%); }
.highlight-card:hover img { transform: scale(1.055); filter: saturate(1.3) contrast(1.08) brightness(1.07); }
.highlight-caption { left: 28px; right: 28px; bottom: 27px; }
.highlight-caption small { color: #ffe173; font-size: 11px; }
.highlight-caption strong { font-size: 27px; text-shadow: 0 4px 20px rgba(0,38,41,.3); }

.program {
  position: relative;
  background:
    radial-gradient(circle at 100% 0, rgba(42,200,189,.15), transparent 28%),
    linear-gradient(180deg, #effbf8, #fffcf6);
}
.program-list { gap: 24px; }
.day-card {
  border: 0;
  border-radius: 28px;
  box-shadow: 0 16px 48px rgba(7,88,99,.1);
}
.day-card:nth-child(3n + 1) { border-top: 4px solid var(--aqua); }
.day-card:nth-child(3n + 2) { border-top: 4px solid var(--sun); }
.day-card:nth-child(3n) { border-top: 4px solid var(--coral); }
.day-summary { min-height: 172px; padding: 18px; gap: 30px; }
.day-number {
  height: 136px;
  border-radius: 22px;
  background: linear-gradient(150deg, #0aa8a6, #087882);
  box-shadow: 0 14px 32px rgba(9,155,155,.23);
}
.day-number span { color: rgba(255,255,255,.82); }
.day-title strong { font-size: 24px; }
.day-thumb { height: 136px; border-radius: 22px; }
.day-details { padding-bottom: 46px; line-height: 1.75; }

.price {
  background:
    radial-gradient(circle at 4% 90%, rgba(255,112,79,.1), transparent 20%),
    radial-gradient(circle at 96% 10%, rgba(255,198,74,.16), transparent 22%),
    var(--sand);
}
.price-grid { gap: 32px; }
.price-card {
  padding: 50px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 32px;
  box-shadow: 0 22px 64px rgba(7,88,99,.11);
}
.price-card.included { border-top: 7px solid var(--aqua); }
.price-card.excluded { border-top: 7px solid var(--coral); }
.check-list { gap: 15px; }
.check-list li::before { background: linear-gradient(145deg, var(--aqua), #078b8c); }
.excluded .check-list li::before { background: linear-gradient(145deg, var(--coral), #ff9b43); }

.help {
  background: linear-gradient(125deg, #057e84, #0bb0a6 58%, #35c8b7);
}
.help::before {
  opacity: .18;
  filter: saturate(1.25) contrast(1.08);
  background-position: center 62%;
}
.help::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,198,74,.28), transparent 25%);
}
.help-grid { z-index: 1; gap: 84px; }
.help-copy h2 { color: #fff; }
.help-copy p { color: rgba(255,255,255,.88); }
.help-copy .eyebrow { color: #fff; }

.booking {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  color: #fff;
  background: linear-gradient(125deg, #ff6c4d, #ff963f 58%, #ffc64a);
}
.booking::before,
.booking::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}
.booking::before { top: -190px; right: 10%; }
.booking::after { right: -90px; bottom: -220px; }
.booking-grid { position: relative; z-index: 1; }
.booking h2 { color: #fff; }
.booking .eyebrow { color: #fff; }
.booking .eyebrow::before { background: #fff; }
.booking .button-primary { color: #087882; background: #fff; box-shadow: 0 16px 36px rgba(132,61,31,.18); }
.booking .button-secondary { border-color: rgba(255,255,255,.68); color: #fff; background: rgba(5,114,118,.18); }

.instagram-section { background: linear-gradient(180deg, #ffc64a 0 50%, #064e55 50% 100%); }
.instagram-card { border-radius: 32px; box-shadow: 0 26px 70px rgba(74,35,77,.28); }
.site-footer { padding-top: 64px; background: #064e55; }
.footer-col h3 { color: #ffd76c; }
.to-top { background: linear-gradient(145deg, var(--coral), #ff963f); }

@media (max-width: 980px) {
  .about-grid { gap: 58px; }
  .about-image img { height: 510px; }
  .day-summary { grid-template-columns: 110px 1fr 190px; }
}

@media (max-width: 760px) {
  .section { padding: 88px 0; }
  .hero { min-height: 840px; }
  .hero::after {
    background: linear-gradient(180deg, rgba(4,56,62,.34), rgba(4,56,62,.76) 60%, rgba(4,56,62,.94));
  }
  .hero-content { padding-top: 126px; }
  .facts { background: rgba(5,100,104,.82); }
  .about::before { display: none; }
  .about-image img { height: 420px; border-width: 7px; }
  .highlight-grid { gap: 16px; }
  .highlight-card,
  .highlight-card:nth-child(1),
  .highlight-card:nth-child(5) { min-height: 300px; }
  .program-list { gap: 18px; }
  .day-summary { min-height: 0; grid-template-columns: 76px 1fr; gap: 15px; padding: 12px; }
  .day-number { height: 92px; border-radius: 18px; }
  .day-details { padding: 12px 24px 32px; }
  .price-card { padding: 32px 24px; }
  .booking { padding: 90px 0; }
}

@media (max-width: 480px) {
  .highlight-card { min-height: 285px !important; }
  .highlight-caption strong { font-size: 24px; }
}

/* Full-height itinerary photography */
.day-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 330px;
  grid-template-rows: auto 1fr;
  column-gap: 30px;
  padding: 18px 18px 30px;
}
.day-summary { display: contents; }
.day-number {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}
.day-title {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  padding: 12px 0;
}
.day-thumb {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 340px;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
}
.day-details {
  grid-column: 2;
  grid-row: 2;
  padding: 24px 0 0;
}

@media (max-width: 980px) {
  .day-card {
    grid-template-columns: 112px minmax(0, 1fr) 250px;
    column-gap: 22px;
  }
  .day-thumb { min-height: 360px; }
  .day-details { padding-left: 0; }
}

@media (max-width: 760px) {
  .day-card {
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 15px;
    padding: 12px 12px 26px;
  }
  .day-title { grid-column: 2; grid-row: 1; padding: 4px 0; }
  .day-title p { display: block; font-size: 12px; line-height: 1.45; }
  .day-thumb {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    height: 230px;
    min-height: 0;
    margin-top: 16px;
    border-radius: 20px;
  }
  .day-details {
    grid-column: 1 / -1;
    grid-row: 3;
    padding: 24px 12px 0;
  }
}

@media (max-width: 480px) {
  .day-thumb { height: 210px; }
}

img[src*="-bright."] {
  filter: saturate(1.05) contrast(1.03) brightness(1.02);
}
