/* KHAOLAK TRIPLE — OCEAN BLUE INNER PAGES */
.blue-inner-page,
.blue-home-page {
  --bp-navy: #061d4a;
  --bp-navy-2: #082e6e;
  --bp-blue: #0a4a9f;
  --bp-blue-2: #1675d1;
  --bp-sky: #eaf4ff;
  --bp-bg: #f5f9ff;
  --bp-white: #ffffff;
  --bp-gold: #f0c75e;
  --bp-ink: #12233f;
  --bp-muted: #687990;
  --bp-border: #dce8f6;
  --bp-shadow: 0 16px 45px rgba(8, 46, 110, .1);
  --bp-shadow-lg: 0 25px 65px rgba(4, 30, 82, .17);
  --bp-ease: cubic-bezier(.23, 1, .32, 1);
  color: var(--bp-ink);
  background: var(--bp-bg);
}
.blue-inner-page main { overflow: hidden; }
.blue-inner-page .navbar,
.blue-inner-page .navbar.scrolled { background: rgba(255, 255, 255, .985); }
.blue-inner-page .nav-link.active,
.blue-inner-page .nav-link[aria-current="page"] { color: var(--bp-blue); background: #eef5ff; }
.blue-inner-page .footer { margin-top: 0; border-top-color: var(--bp-blue); }
.blue-inner-page .footer-section h3::after { background: var(--bp-blue); }
.blue-inner-page .footer-contact-item i { color: var(--bp-blue-2); }
.blue-inner-page a:focus-visible,
.blue-inner-page button:focus-visible,
.blue-inner-page input:focus-visible,
.blue-inner-page select:focus-visible,
.blue-inner-page textarea:focus-visible { outline: 3px solid rgba(22, 117, 209, .35); outline-offset: 3px; }

/* Shared editorial hero */
.inner-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(70, 164, 255, .34), transparent 27%),
    radial-gradient(circle at 10% 94%, rgba(90, 210, 238, .17), transparent 30%),
    linear-gradient(118deg, var(--bp-navy) 0%, var(--bp-navy-2) 52%, var(--bp-blue) 100%);
}
.inner-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, #000, transparent 76%);
}
.inner-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -8%;
  right: -8%;
  bottom: -92px;
  height: 145px;
  border-radius: 50% 50% 0 0;
  background: var(--bp-bg);
}
.inner-hero-grid {
  width: min(100%, 1260px);
  min-height: 460px;
  margin: auto;
  padding: 56px 28px 92px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  align-items: center;
  gap: clamp(40px, 6vw, 82px);
}
.inner-breadcrumb { margin-bottom: 22px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: #c8dcf8; font-size: .78rem; font-weight: 600; }
.inner-breadcrumb a { color: #fff; }
.inner-breadcrumb i { color: var(--bp-gold); font-size: .62rem; }
.inner-eyebrow,
.blue-section-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--bp-gold); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.inner-eyebrow::before,
.blue-section-eyebrow::before { content: ''; width: 34px; height: 2px; border-radius: 99px; background: currentColor; }
.inner-hero-copy h1 { max-width: 760px; margin: 0 0 18px; color: #fff; font-family: 'Playfair Display', serif; font-size: clamp(2.7rem, 5vw, 4.9rem); font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.inner-hero-copy h1 span { color: #93ddff; }
.inner-hero-copy > p { max-width: 660px; margin: 0; color: #d9e9ff; font-size: clamp(.98rem, 1.25vw, 1.08rem); line-height: 1.8; }
.inner-hero-points { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.inner-hero-point { min-height: 38px; padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 99px; display: inline-flex; align-items: center; gap: 8px; color: #f1f8ff; background: rgba(255, 255, 255, .08); backdrop-filter: blur(8px); font-size: .76rem; font-weight: 700; }
.inner-hero-point i { color: var(--bp-gold); }
.inner-hero-media { position: relative; width: min(100%, 500px); justify-self: end; }
.inner-hero-photo { position: relative; height: 332px; overflow: hidden; border: 8px solid rgba(255, 255, 255, .14); border-radius: 32px 32px 84px 32px; box-shadow: 0 28px 55px rgba(0, 10, 38, .34); transform: rotate(1.3deg); }
.inner-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.inner-hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4, 28, 70, .4), transparent 57%); pointer-events: none; }
.inner-hero-note { position: absolute; z-index: 2; left: -30px; bottom: 26px; width: min(278px, 80%); padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .82); border-radius: 18px; color: var(--bp-ink); background: rgba(255, 255, 255, .95); box-shadow: 0 18px 38px rgba(2, 19, 52, .25); backdrop-filter: blur(12px); }
.inner-hero-note small { display: flex; align-items: center; gap: 7px; margin-bottom: 6px; color: var(--bp-blue); font-size: .69rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.inner-hero-note strong { display: block; font-size: 1rem; line-height: 1.4; }
.inner-orbit { position: absolute; top: -25px; right: -25px; width: 110px; height: 110px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; }
.inner-orbit::before { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; }
.inner-orbit::after { content: ''; position: absolute; top: 10px; left: 13px; width: 12px; height: 12px; border-radius: 50%; background: var(--bp-gold); box-shadow: 0 0 0 6px rgba(240, 199, 94, .14); }

/* Shared section language */
.blue-content-section { padding: 82px 0; }
.blue-content-section .container { max-width: 1260px; }
.blue-section-eyebrow { margin-bottom: 12px; color: var(--bp-blue); }
.blue-section-head { margin-bottom: 34px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); align-items: end; gap: 34px; }
.blue-section-head h2 { margin: 0; color: var(--bp-ink); font-family: 'Playfair Display', serif; font-size: clamp(2.05rem, 3.7vw, 3.35rem); line-height: 1.05; letter-spacing: -.035em; }
.blue-section-head p { margin: 0 0 4px; color: var(--bp-muted); font-size: .94rem; line-height: 1.78; }
.blue-pill { min-height: 31px; padding: 6px 10px; border: 1px solid #d9e8f9; border-radius: 99px; display: inline-flex; align-items: center; gap: 6px; color: #365a80; background: #f8fbff; font-size: .69rem; font-weight: 700; }
.blue-pill i { color: var(--bp-blue-2); }
.blue-btn { min-height: 48px; padding: 12px 19px; border: 1px solid var(--bp-blue); border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: linear-gradient(135deg, var(--bp-navy-2), var(--bp-blue-2)); font-size: .82rem; font-weight: 800; transition: transform 160ms var(--bp-ease), box-shadow 180ms, background 180ms; }
.blue-btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(10, 74, 159, .22); }
.blue-btn.secondary { color: var(--bp-blue); background: #fff; }
.blue-btn.secondary:hover { color: #fff; background: var(--bp-blue); }
.blue-btn.whatsapp { border-color: #18a95a; background: #20bd62; }
.blue-btn.whatsapp:hover { background: #179c50; }
.blue-closing-cta { position: relative; isolation: isolate; overflow: hidden; padding: 74px 0; color: #fff; background: radial-gradient(circle at 88% 50%, rgba(88, 199, 232, .28), transparent 26%), linear-gradient(110deg, var(--bp-navy) 0%, var(--bp-navy-2) 57%, var(--bp-blue) 100%); }
.blue-closing-cta::before { content: ''; position: absolute; z-index: -1; top: -105px; right: -70px; width: 330px; height: 330px; border: 52px solid rgba(255, 255, 255, .05); border-radius: 50%; }
.blue-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; }
.blue-closing-cta h2 { max-width: 760px; margin: 0 0 12px; color: #fff; font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.8vw, 3.35rem); line-height: 1.08; }
.blue-closing-cta p { max-width: 740px; margin: 0; color: #d6e7ff; line-height: 1.75; }
.blue-closing-cta .blue-btn { color: var(--bp-navy); border-color: #fff; background: #fff; box-shadow: 0 12px 26px rgba(0, 14, 49, .25); }
.blue-closing-cta .blue-btn:hover { color: #fff; background: transparent; }

/* Transfer page */
.transfer-blue-page .inner-hero-photo img { object-position: center 56%; }
.transfer-services { position: relative; z-index: 2; padding-top: 52px; }
.transfer-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.transfer-service-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(168, 196, 226, .54); border-radius: 25px; background: #fff; box-shadow: 0 10px 32px rgba(8, 46, 110, .08); transition: transform 220ms var(--bp-ease), box-shadow 220ms var(--bp-ease), border-color 220ms; }
.transfer-service-card:hover { transform: translateY(-7px); border-color: rgba(22, 117, 209, .38); box-shadow: 0 20px 48px rgba(7, 42, 94, .13); }
.transfer-service-media { position: relative; height: 245px; overflow: hidden; background: #dcecff; }
.transfer-service-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4, 26, 66, .6), transparent 62%); pointer-events: none; }
.transfer-service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--bp-ease); }
.transfer-service-card:hover .transfer-service-media img { transform: scale(1.055); }
.transfer-popular { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 7px 12px; border-radius: 10px; color: var(--bp-navy); background: var(--bp-gold); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.transfer-vehicle-icon { position: absolute; z-index: 2; right: 15px; bottom: 15px; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 14px; display: grid; place-items: center; color: #fff; background: rgba(6, 29, 74, .86); backdrop-filter: blur(8px); }
.transfer-service-body { padding: 24px 22px 22px; display: flex; flex: 1; flex-direction: column; }
.transfer-service-kicker { margin-bottom: 8px; color: var(--bp-blue); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.transfer-service-body h3 { margin: 0 0 9px; color: var(--bp-ink); font-size: 1.2rem; line-height: 1.32; }
.transfer-service-body > p { min-height: 44px; margin: 0 0 16px; color: var(--bp-muted); font-size: .82rem; line-height: 1.65; }
.transfer-chip-row { margin-bottom: 17px; display: flex; flex-wrap: wrap; gap: 7px; }
.transfer-route { margin: 0 0 17px; padding: 15px; border-radius: 14px; background: #f1f7ff; }
.transfer-route-label { margin-bottom: 9px; display: flex; align-items: center; gap: 8px; color: var(--bp-blue); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.transfer-destinations { display: grid; gap: 7px; }
.transfer-destination { display: flex; align-items: center; gap: 8px; color: #455d79; font-size: .76rem; }
.transfer-destination i { color: var(--bp-blue-2); font-size: .65rem; }
.transfer-feature-tags { margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.transfer-feature-tag { padding: 6px 9px; border: 1px solid #d9e8f9; border-radius: 99px; color: #365a80; background: #fff; font-size: .65rem; font-weight: 600; }
.transfer-price-row { margin-top: auto; padding-top: 18px; border-top: 1px solid #e5eef8; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.transfer-price small { display: block; margin-bottom: 2px; color: var(--bp-muted); font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.transfer-price strong { color: var(--bp-blue); font-size: 1.55rem; line-height: 1; letter-spacing: -.03em; }
.transfer-price em { display: block; margin-top: 4px; color: var(--bp-muted); font-size: .63rem; font-style: normal; }
.transfer-price-row .blue-btn { min-height: 43px; padding: 10px 14px; font-size: .72rem; }
.transfer-promise { padding: 0 0 82px; }
.transfer-promise-panel { padding: 25px; border: 1px solid var(--bp-border); border-radius: 23px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #fff; box-shadow: var(--bp-shadow); }
.promise-item { padding: 18px 24px; display: flex; align-items: center; gap: 14px; }
.promise-item + .promise-item { border-left: 1px solid var(--bp-border); }
.promise-icon { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--bp-navy-2), var(--bp-blue-2)); }
.promise-item strong { display: block; margin-bottom: 3px; color: var(--bp-ink); font-size: .88rem; }
.promise-item span { color: var(--bp-muted); font-size: .72rem; line-height: 1.5; }

/* Gallery page */
.gallery-blue-page .inner-hero-grid { min-height: 445px; }
.gallery-blue-page .inner-hero-photo { height: 326px; }
.gallery-journal { position: relative; z-index: 2; padding-top: 50px; }
.gallery-filter-panel { margin-bottom: 28px; padding: 13px; border: 1px solid var(--bp-border); border-radius: 20px; display: flex; align-items: center; gap: 13px; background: rgba(255, 255, 255, .95); box-shadow: 0 13px 35px rgba(16, 66, 123, .09); }
.gallery-filter-label { flex: 0 0 auto; padding: 0 11px 0 5px; display: flex; align-items: center; gap: 9px; color: var(--bp-ink); font-size: .78rem; font-weight: 800; white-space: nowrap; }
.gallery-filter-label i { width: 35px; height: 35px; border-radius: 11px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--bp-blue), var(--bp-blue-2)); }
.gallery-filters-blue { min-width: 0; flex: 1; display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.gallery-filters-blue::-webkit-scrollbar { display: none; }
.gallery-filter-btn { flex: 0 0 auto; min-height: 43px; padding: 9px 15px; border: 1px solid transparent; border-radius: 13px; color: #40536d; background: #f3f7fc; font: inherit; font-size: .76rem; font-weight: 700; cursor: pointer; transition: transform 160ms var(--bp-ease), color 180ms, background 180ms, box-shadow 180ms; }
.gallery-filter-btn:hover { color: var(--bp-blue); background: #e8f2ff; transform: translateY(-1px); }
.gallery-filter-btn.active { color: #fff; background: linear-gradient(135deg, var(--bp-navy-2), var(--bp-blue-2)); box-shadow: 0 8px 18px rgba(10, 74, 159, .22); }
.gallery-count-line { margin: -7px 0 22px; display: flex; justify-content: space-between; gap: 18px; color: var(--bp-muted); font-size: .79rem; }
.gallery-count-line strong { color: var(--bp-ink); }
.gallery-grid-blue { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 84px; gap: 15px; }
.gallery-card-blue { position: relative; min-width: 0; overflow: hidden; grid-column: span 4; grid-row: span 4; border: 1px solid rgba(168, 196, 226, .5); border-radius: 22px; background: #dcecff; box-shadow: 0 10px 30px rgba(8, 46, 110, .08); cursor: zoom-in; transition: transform 220ms var(--bp-ease), box-shadow 220ms; }
.gallery-card-blue:nth-child(5n + 1) { grid-column: span 7; grid-row: span 5; }
.gallery-card-blue:nth-child(5n + 2) { grid-column: span 5; grid-row: span 3; }
.gallery-card-blue:nth-child(5n + 3) { grid-column: span 5; grid-row: span 4; }
.gallery-card-blue:nth-child(5n + 4),
.gallery-card-blue:nth-child(5n + 5) { grid-column: span 6; grid-row: span 4; }
.gallery-card-blue:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(7, 42, 94, .15); }
.gallery-card-blue img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--bp-ease); }
.gallery-card-blue:hover img { transform: scale(1.055); }
.gallery-card-overlay { position: absolute; inset: 0; padding: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; color: #fff; background: linear-gradient(to top, rgba(4, 26, 66, .77), transparent 63%); }
.gallery-card-caption small { display: block; margin-bottom: 4px; color: #a8dcff; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gallery-card-caption strong { font-size: .94rem; }
.gallery-zoom { flex: 0 0 auto; width: 39px; height: 39px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 12px; display: grid; place-items: center; color: #fff; background: rgba(6, 29, 74, .62); backdrop-filter: blur(8px); }
.gallery-empty { grid-column: 1 / -1; padding: 68px 24px; border: 1px dashed #b8cee6; border-radius: 23px; text-align: center; background: #fff; }
.gallery-empty i { margin-bottom: 14px; color: var(--bp-blue); font-size: 2rem; }
.gallery-empty h3 { margin-bottom: 6px; color: var(--bp-ink); }
.gallery-empty p { color: var(--bp-muted); }
.gallery-lightbox { position: fixed; z-index: 9999; inset: 0; padding: 40px 86px; display: none; align-items: center; justify-content: center; background: rgba(2, 14, 38, .95); backdrop-filter: blur(12px); }
.gallery-lightbox.open { display: flex; }
.gallery-lightbox-figure { position: relative; width: min(100%, 1180px); max-height: calc(100vh - 80px); margin: 0; display: grid; justify-items: center; gap: 14px; }
.gallery-lightbox img { max-width: 100%; max-height: calc(100vh - 150px); border: 1px solid rgba(255, 255, 255, .2); border-radius: 18px; object-fit: contain; box-shadow: 0 30px 80px rgba(0, 0, 0, .42); }
.gallery-lightbox figcaption { color: #fff; text-align: center; }
.gallery-lightbox figcaption strong { display: block; font-size: .94rem; }
.gallery-lightbox figcaption span { color: #9fbbe0; font-size: .72rem; }
.gallery-lightbox-close,
.gallery-lightbox-nav { position: absolute; border: 1px solid rgba(255, 255, 255, .24); display: grid; place-items: center; color: #fff; background: rgba(255, 255, 255, .1); cursor: pointer; transition: background 180ms, transform 180ms; }
.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover { background: rgba(255, 255, 255, .22); }
.gallery-lightbox-close { top: 22px; right: 26px; width: 46px; height: 46px; border-radius: 14px; font-size: 1.15rem; }
.gallery-lightbox-nav { top: 50%; width: 50px; height: 50px; border-radius: 50%; transform: translateY(-50%); }
.gallery-lightbox-prev { left: 22px; }
.gallery-lightbox-next { right: 22px; }

/* Contact page */
.contact-blue-page .inner-hero-grid { min-height: 430px; }
.contact-blue-page .inner-hero-photo { height: 305px; }
.contact-concierge { position: relative; z-index: 2; padding-top: 48px; }
.contact-concierge-grid { display: grid; grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr); gap: 28px; align-items: stretch; }
.contact-panel-blue { position: relative; isolation: isolate; overflow: hidden; padding: 37px 32px; border-radius: 27px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(91, 199, 236, .24), transparent 31%), linear-gradient(145deg, var(--bp-navy), var(--bp-navy-2)); box-shadow: var(--bp-shadow-lg); }
.contact-panel-blue::after { content: ''; position: absolute; z-index: -1; right: -75px; bottom: -80px; width: 230px; height: 230px; border: 38px solid rgba(255, 255, 255, .05); border-radius: 50%; }
.contact-panel-blue .blue-section-eyebrow { color: var(--bp-gold); }
.contact-panel-blue h2 { margin: 0 0 14px; color: #fff; font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.08; }
.contact-panel-blue > p { margin: 0 0 25px; color: #d6e6fb; font-size: .88rem; line-height: 1.75; }
.contact-methods { display: grid; gap: 10px; }
.contact-method { padding: 13px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 15px; display: flex; align-items: flex-start; gap: 12px; background: rgba(255, 255, 255, .07); }
.contact-method-icon { flex: 0 0 auto; width: 39px; height: 39px; border-radius: 12px; display: grid; place-items: center; color: var(--bp-gold); background: rgba(255, 255, 255, .1); }
.contact-method strong { display: block; margin-bottom: 3px; color: #fff; font-size: .79rem; }
.contact-method p,
.contact-method a { margin: 0; color: #cfe1f8; font-size: .72rem; line-height: 1.55; }
.contact-method a:hover { color: #fff; }
.contact-panel-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.contact-panel-actions .blue-btn { min-height: 44px; padding: 10px 14px; border-color: rgba(255, 255, 255, .28); font-size: .72rem; }
.contact-panel-actions .blue-btn.secondary { color: #fff; background: rgba(255, 255, 255, .08); }
.contact-form-blue { padding: 38px; border: 1px solid var(--bp-border); border-radius: 27px; background: #fff; box-shadow: var(--bp-shadow); }
.contact-form-heading { margin-bottom: 25px; }
.contact-form-heading span { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 8px; color: var(--bp-blue); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-form-heading h2 { margin: 0 0 8px; color: var(--bp-ink); font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3vw, 2.55rem); line-height: 1.1; }
.contact-form-heading p { margin: 0; color: var(--bp-muted); font-size: .82rem; line-height: 1.65; }
.contact-form-blue .form-row { gap: 15px; }
.contact-form-blue .form-group { margin-bottom: 16px; }
.contact-form-blue .form-group label { margin-bottom: 7px; color: #334a67; font-size: .75rem; }
.contact-form-blue .form-group input,
.contact-form-blue .form-group select,
.contact-form-blue .form-group textarea { padding: 13px 14px; border: 1px solid #cfdeef; border-radius: 12px; color: var(--bp-ink); background: #fbfdff; font-size: .82rem; }
.contact-form-blue .form-group input:focus,
.contact-form-blue .form-group select:focus,
.contact-form-blue .form-group textarea:focus { border-color: var(--bp-blue-2); box-shadow: 0 0 0 4px rgba(22, 117, 209, .1); }
.contact-form-blue .form-group textarea { min-height: 108px; }
.contact-form-blue .btn-submit { min-height: 50px; border-radius: 13px; background: linear-gradient(135deg, #159c52, #20bd62); font-size: .82rem; }
.contact-form-blue .btn-submit:hover { background: #169a51; box-shadow: 0 10px 22px rgba(25, 169, 87, .22); }
.contact-map-section { padding: 0 0 82px; }
.contact-map-panel { overflow: hidden; border: 1px solid var(--bp-border); border-radius: 27px; display: grid; grid-template-columns: minmax(280px, .38fr) minmax(0, .62fr); background: #fff; box-shadow: var(--bp-shadow); }
.contact-map-copy { padding: 35px 32px; display: flex; flex-direction: column; justify-content: center; }
.contact-map-copy h2 { margin: 0 0 10px; color: var(--bp-ink); font-family: 'Playfair Display', serif; font-size: 2rem; }
.contact-map-copy p { margin: 0 0 18px; color: var(--bp-muted); font-size: .82rem; line-height: 1.7; }
.contact-map-address { margin-bottom: 18px; padding: 14px; border-radius: 14px; display: flex; gap: 11px; color: #345474; background: var(--bp-sky); font-size: .76rem; line-height: 1.55; }
.contact-map-address i { margin-top: 2px; color: var(--bp-blue); }
.contact-map-frame { min-height: 410px; background: #dcecff; }
.contact-map-frame iframe { width: 100%; height: 100%; min-height: 410px; border: 0; display: block; }

/* About page */
.about-blue-page .inner-hero-grid { min-height: 450px; }
.about-story-blue { position: relative; z-index: 2; padding-top: 50px; }
.about-story-grid { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(46px, 7vw, 86px); }
.about-collage { position: relative; min-height: 520px; }
.about-collage-main,
.about-collage-secondary { position: absolute; overflow: hidden; border: 7px solid #fff; box-shadow: var(--bp-shadow-lg); }
.about-collage-main { top: 0; left: 0; width: 76%; height: 82%; border-radius: 30px 30px 82px 30px; }
.about-collage-secondary { right: 0; bottom: 0; width: 55%; height: 54%; border-radius: 24px 24px 62px 24px; }
.about-collage img { width: 100%; height: 100%; object-fit: cover; }
.about-year-badge { position: absolute; z-index: 3; left: -16px; bottom: 72px; width: 112px; height: 112px; border: 7px solid #fff; border-radius: 50%; display: grid; place-items: center; color: #fff; text-align: center; background: linear-gradient(135deg, var(--bp-navy-2), var(--bp-blue-2)); box-shadow: var(--bp-shadow); }
.about-year-badge strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.35rem; line-height: 1; }
.about-year-badge span { font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-story-copy h2 { margin: 0 0 18px; color: var(--bp-ink); font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4vw, 3.45rem); line-height: 1.06; letter-spacing: -.035em; }
.about-story-copy > p { margin: 0 0 14px; color: var(--bp-muted); font-size: .9rem; line-height: 1.82; }
.about-trust-list { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.about-trust-item { min-height: 74px; padding: 13px; border: 1px solid var(--bp-border); border-radius: 15px; display: flex; align-items: flex-start; gap: 10px; color: #405773; background: #fff; font-size: .74rem; line-height: 1.5; }
.about-trust-item i { flex: 0 0 auto; width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--bp-blue), var(--bp-blue-2)); }
.about-metrics { padding: 48px 0; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(88, 199, 232, .24), transparent 28%), linear-gradient(110deg, var(--bp-navy), var(--bp-navy-2) 58%, var(--bp-blue)); }
.about-metrics-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-metric { padding: 10px 25px; display: flex; align-items: center; gap: 14px; }
.about-metric + .about-metric { border-left: 1px solid rgba(255, 255, 255, .15); }
.about-metric i { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: var(--bp-gold); background: rgba(255, 255, 255, .1); }
.about-metric strong { display: block; color: #fff; font-size: 1.55rem; line-height: 1; }
.about-metric span { color: #c9ddf7; font-size: .7rem; }
.team-blue-section { background: #eef5fd; }
.team-group + .team-group { margin-top: 36px; }
.team-group-head { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; color: var(--bp-blue); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.team-group-head::after { content: ''; flex: 1; height: 1px; background: #d3e2f2; }
.team-grid-blue { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.team-group-leadership .team-grid-blue { grid-template-columns: repeat(2, minmax(0, 320px)); }
.team-card-blue { min-width: 0; overflow: hidden; border: 1px solid var(--bp-border); border-radius: 21px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 8px 24px rgba(8, 46, 110, .07); transition: transform 200ms var(--bp-ease), box-shadow 200ms; }
.team-card-blue:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(8, 46, 110, .14); }
.team-photo-blue { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg, var(--bp-navy-2), var(--bp-blue-2)); }
.team-photo-blue::after { content: ''; position: absolute; inset: auto 0 0; height: 32%; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(2, 24, 57, .18)); }
.team-photo-blue img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 34%; transition: transform 500ms var(--bp-ease); }
.team-card-blue:hover .team-photo-blue img { transform: scale(1.035); }
.team-photo-fallback { position: relative; z-index: 1; color: #fff; font-size: 2.2rem; font-weight: 800; }
.team-card-copy-blue { position: relative; padding: 17px 18px 19px; }
.team-card-copy-blue::before { content: ''; position: absolute; top: 0; left: 18px; width: 42px; height: 3px; border-radius: 3px; background: var(--bp-green); }
.team-card-blue h3 { margin: 0 0 4px; color: var(--bp-ink); font-size: .98rem; }
.team-card-blue .team-role-blue { display: block; color: var(--bp-muted); font-size: .7rem; line-height: 1.45; }
.values-grid-blue { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 19px; }
.value-card-blue { padding: 29px 22px; border: 1px solid var(--bp-border); border-radius: 22px; text-align: left; background: #fff; box-shadow: 0 9px 28px rgba(8, 46, 110, .07); transition: transform 210ms var(--bp-ease), box-shadow 210ms; }
.value-card-blue:hover { transform: translateY(-6px); box-shadow: var(--bp-shadow); }
.value-icon-blue { width: 57px; height: 57px; margin-bottom: 18px; border-radius: 17px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--bp-navy-2), var(--bp-blue-2)); font-size: 1.18rem; }
.value-card-blue h3 { margin: 0 0 9px; color: var(--bp-ink); font-size: 1rem; }
.value-card-blue p { margin: 0; color: var(--bp-muted); font-size: .78rem; line-height: 1.7; }

/* Tour detail */
.tour-detail-blue-page { background: var(--bp-bg); }
.tour-detail-hero { position: relative; min-height: 560px; display: flex; align-items: flex-end; color: #fff; background-position: center; background-size: cover; }
.tour-detail-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 20, 54, .9) 0%, rgba(4, 28, 70, .69) 49%, rgba(4, 28, 70, .25) 100%), linear-gradient(to top, rgba(3, 20, 54, .68), transparent 58%); }
.tour-detail-hero::after { content: ''; position: absolute; left: -8%; right: -8%; bottom: -93px; height: 145px; border-radius: 50% 50% 0 0; background: var(--bp-bg); }
.tour-detail-hero-inner { position: relative; z-index: 2; width: min(100%, 1260px); margin: 0 auto; padding: 78px 28px 108px; }
.tour-back-link { margin-bottom: 40px; display: inline-flex; align-items: center; gap: 8px; color: #d9e9ff; font-size: .76rem; font-weight: 700; }
.tour-back-link:hover { color: #fff; }
.tour-category-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; padding: 7px 11px; border-radius: 10px; color: var(--bp-navy); background: var(--bp-gold); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.tour-detail-hero h1 { max-width: 900px; margin: 0 0 22px; color: #fff; font-family: 'Playfair Display', serif; font-size: clamp(2.8rem, 5.5vw, 5.2rem); line-height: .98; letter-spacing: -.045em; text-shadow: 0 8px 30px rgba(0, 0, 0, .28); }
.tour-detail-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.tour-detail-meta-item { min-height: 40px; padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 99px; display: inline-flex; align-items: center; gap: 8px; color: #eff7ff; background: rgba(255, 255, 255, .1); backdrop-filter: blur(9px); font-size: .75rem; font-weight: 700; }
.tour-detail-meta-item i { color: var(--bp-gold); }
.tour-detail-shell { position: relative; z-index: 3; padding: 38px 0 82px; }
.tour-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 355px; gap: 28px; align-items: start; }
.tour-detail-main { min-width: 0; display: grid; gap: 22px; }
.tour-gallery-blue { display: grid; grid-template-columns: 1.32fr .68fr; grid-template-rows: repeat(2, 190px); gap: 12px; }
.tour-gallery-item { position: relative; overflow: hidden; border: 1px solid rgba(168, 196, 226, .5); border-radius: 19px; background: #dcecff; box-shadow: 0 9px 28px rgba(8, 46, 110, .08); }
.tour-gallery-item.main { grid-row: 1 / 3; }
.tour-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--bp-ease); }
.tour-gallery-item:hover img { transform: scale(1.045); }
.tour-gallery-item-count { position: absolute; right: 13px; bottom: 13px; padding: 7px 10px; border-radius: 9px; color: #fff; background: rgba(6, 29, 74, .78); font-size: .67rem; font-weight: 800; backdrop-filter: blur(8px); }
.tour-content-card { padding: 29px; border: 1px solid var(--bp-border); border-radius: 23px; background: #fff; box-shadow: 0 9px 29px rgba(8, 46, 110, .07); }
.tour-content-card > .tour-card-title { margin-bottom: 22px; padding-bottom: 17px; border-bottom: 1px solid #e6eef8; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 14px; color: var(--bp-ink); }
.tour-heading-icon { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--bp-blue), var(--bp-blue-2)); box-shadow: 0 8px 18px rgba(10, 74, 159, .2); font-size: 1rem; }
.tour-heading-icon i { color: inherit; background: none; font-size: inherit; }
.tour-card-heading-copy { min-width: 0; }
.tour-section-kicker { display: block; margin-bottom: 3px; color: var(--bp-blue-2); font-size: .61rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.tour-content-card > .tour-card-title h2 { margin: 0; color: inherit; font-family: 'Playfair Display', serif; font-size: clamp(1.45rem, 2.2vw, 1.72rem); line-height: 1.16; }
.tour-content-card > .tour-card-title p { margin: 5px 0 0; color: var(--bp-muted); font-size: .69rem; line-height: 1.55; }
.tour-description-blue { margin: 0; color: var(--bp-muted); font-size: .88rem; line-height: 1.84; }
.tour-list-blue { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tour-list-item-blue { min-width: 0; min-height: 58px; padding: 11px 13px; border: 1px solid #e0ebf7; border-radius: 14px; display: flex; align-items: center; gap: 11px; color: #415976; background: #f8fbff; font-size: .75rem; line-height: 1.5; }
.tour-list-item-icon { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--bp-blue); background: #e9f4ff; font-size: 1.05rem; line-height: 1; }
.tour-list-item-icon i { color: inherit; font-size: .82rem; }
.tour-list-item-text { min-width: 0; }
.tour-section-included .tour-heading-icon { background: linear-gradient(135deg, #0f8b50, #28b96e); box-shadow: 0 8px 18px rgba(15, 139, 80, .2); }
.tour-section-included .tour-section-kicker { color: #14824b; }
.tour-section-included .tour-list-item-icon { color: #137c49; background: #e9f8f0; }
.tour-section-bring .tour-heading-icon { color: #3f3000; background: linear-gradient(135deg, #f1bd32, #ffd86a); box-shadow: 0 8px 18px rgba(216, 159, 23, .2); }
.tour-section-bring .tour-section-kicker { color: #9b7100; }
.tour-section-bring .tour-list-item-icon { color: #8b6705; background: #fff7dc; }
.tour-section-itinerary .tour-heading-icon { background: linear-gradient(135deg, #164e92, #3a93dd); }
.tour-section-highlights .tour-heading-icon { background: linear-gradient(135deg, #6744aa, #9c70e3); box-shadow: 0 8px 18px rgba(103, 68, 170, .2); }
.tour-section-highlights .tour-section-kicker { color: #7652b7; }
.tour-section-remarks .tour-heading-icon { color: #4c3500; background: linear-gradient(135deg, #e9aa17, #ffd56c); box-shadow: 0 8px 18px rgba(201, 139, 0, .2); }
.tour-section-remarks .tour-section-kicker { color: #9b6d00; }
.tour-itinerary-blue { position: relative; padding-left: 48px; }
.tour-itinerary-blue::before { content: ''; position: absolute; top: 5px; bottom: 6px; left: 17px; width: 2px; background: linear-gradient(to bottom, var(--bp-blue-2), #a7d5ff); }
.tour-timeline-item { position: relative; padding-bottom: 26px; }
.tour-timeline-item:last-child { padding-bottom: 0; }
.tour-timeline-icon { position: absolute; z-index: 2; top: 0; left: -48px; width: 36px; height: 36px; border: 3px solid #fff; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--bp-navy-2), var(--bp-blue-2)); box-shadow: 0 4px 12px rgba(10, 74, 159, .2); font-size: .7rem; }
.tour-timeline-time { margin-bottom: 6px; color: var(--bp-blue); font-size: .72rem; font-weight: 800; }
.tour-timeline-desc { color: #455d79; font-size: .8rem; line-height: 1.65; }
.tour-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.tour-two-column .tour-list-blue { grid-template-columns: 1fr; }
.tour-remarks-blue { padding: 16px; border-left: 4px solid var(--bp-gold); border-radius: 13px; color: #5d5263; background: #fff9e9; font-size: .8rem; line-height: 1.7; }
.tour-detail-sidebar { position: sticky; top: 100px; display: grid; gap: 16px; }
.tour-price-panel { position: relative; isolation: isolate; overflow: hidden; padding: 27px; border-radius: 23px; color: #fff; background: radial-gradient(circle at 88% 12%, rgba(88, 199, 232, .27), transparent 31%), linear-gradient(145deg, var(--bp-navy), var(--bp-navy-2)); box-shadow: var(--bp-shadow-lg); }
.tour-price-panel::after { content: ''; position: absolute; z-index: -1; right: -56px; bottom: -62px; width: 176px; height: 176px; border: 29px solid rgba(255, 255, 255, .05); border-radius: 50%; }
.tour-price-panel-label { margin-bottom: 16px; color: var(--bp-gold); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.tour-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tour-price-cell { padding: 14px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; background: rgba(255, 255, 255, .08); }
.tour-price-cell span { display: block; margin-bottom: 5px; color: #cfe1f8; font-size: .65rem; font-weight: 700; }
.tour-price-cell strong { display: block; color: #fff; font-size: 1.35rem; line-height: 1; }
.tour-price-cell small { color: #a8c3e4; font-size: .58rem; }
.tour-price-meta { margin-top: 16px; padding-top: 15px; border-top: 1px solid rgba(255, 255, 255, .13); display: grid; gap: 8px; }
.tour-price-meta-row { display: flex; justify-content: space-between; gap: 14px; color: #cfe1f8; font-size: .7rem; }
.tour-price-meta-row strong { color: #fff; }
.tour-sidebar-card { padding: 22px; border: 1px solid var(--bp-border); border-radius: 20px; background: #fff; box-shadow: 0 9px 28px rgba(8, 46, 110, .07); }
.tour-download-link { padding: 3px; border-radius: 14px; display: flex; align-items: center; gap: 12px; color: var(--bp-blue); font-size: .78rem; font-weight: 800; transition: color 180ms, background 180ms, transform 180ms; }
.tour-download-link:hover { color: var(--bp-navy); background: #f3f8ff; transform: translateY(-1px); }
.tour-download-link strong { color: inherit; }
.tour-download-link small { color: var(--bp-muted); font-size: .62rem; font-weight: 600; }
.tour-download-icon { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--bp-blue), var(--bp-blue-2)); box-shadow: 0 8px 18px rgba(10, 74, 159, .19); }
.tour-download-status { min-height: 0; margin: 8px 3px 0; color: #14824b; font-size: .63rem; font-weight: 700; line-height: 1.45; }
.tour-download-link.is-generating { pointer-events: none; opacity: .68; }
.tour-download-link.is-generating .tour-download-icon i { animation: tourDownloadPulse .8s ease-in-out infinite alternate; }
@keyframes tourDownloadPulse { to { transform: scale(.8); opacity: .55; } }
.tour-booking-card h2 { margin: 0 0 5px; color: var(--bp-ink); font-family: 'Playfair Display', serif; font-size: 1.45rem; }
.tour-booking-card > p { margin: 0 0 16px; color: var(--bp-muted); font-size: .7rem; line-height: 1.55; }
.tour-booking-form { display: grid; gap: 9px; }
.tour-booking-form .form-input { width: 100%; padding: 12px 13px; border: 1px solid #cfdeef; border-radius: 11px; color: var(--bp-ink); background: #fbfdff; font: inherit; font-size: .76rem; }
.tour-booking-form .form-input:focus { border-color: var(--bp-blue-2); outline: none; box-shadow: 0 0 0 4px rgba(22, 117, 209, .1); }
.tour-booking-form .blue-btn { width: 100%; min-height: 47px; margin-top: 2px; border: 0; cursor: pointer; }
.tour-help-card { display: flex; align-items: flex-start; gap: 11px; }
.tour-help-card i { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: var(--bp-blue); background: var(--bp-sky); }
.tour-help-card strong { display: block; margin-bottom: 3px; color: var(--bp-ink); font-size: .77rem; }
.tour-help-card p { margin: 0; color: var(--bp-muted); font-size: .68rem; line-height: 1.55; }

/* Responsive */
@media (max-width: 1120px) {
  .transfer-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid-blue { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-group-leadership .team-grid-blue { grid-template-columns: repeat(2, minmax(0, 320px)); }
  .values-grid-blue { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tour-detail-layout { grid-template-columns: minmax(0, 1fr) 325px; }
}
@media (max-width: 980px) {
  .inner-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .inner-hero-media { width: min(100%, 660px); justify-self: center; }
  .inner-hero-photo { height: 330px; }
  .blue-section-head { grid-template-columns: 1fr; gap: 13px; }
  .contact-concierge-grid,
  .contact-map-panel,
  .about-story-grid,
  .tour-detail-layout { grid-template-columns: 1fr; }
  .contact-map-frame { min-height: 360px; }
  .contact-map-frame iframe { min-height: 360px; }
  .about-collage { width: min(100%, 650px); margin: 0 auto; }
  .about-metrics-grid { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .about-metric:nth-child(3) { border-left: 0; }
  .team-grid-blue,
  .team-group-leadership .team-grid-blue { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tour-detail-sidebar { position: static; grid-template-columns: 1fr 1fr; align-items: start; }
  .tour-price-panel { grid-row: span 2; }
}
@media (max-width: 760px) {
  .inner-hero::after { bottom: -104px; }
  .inner-hero-grid { padding: 42px 20px 88px; gap: 34px; }
  .inner-hero-copy h1 { font-size: clamp(2.4rem, 13vw, 3.7rem); }
  .inner-hero-photo { height: 282px; border-width: 6px; border-radius: 25px 25px 62px 25px; }
  .inner-hero-note { left: 13px; bottom: 13px; padding: 14px 15px; }
  .inner-orbit { display: none; }
  .blue-content-section { padding: 64px 0; }
  .blue-content-section .container,
  .blue-closing-cta .container,
  .tour-detail-shell .container { padding-inline: 18px; }
  .blue-cta-inner { grid-template-columns: 1fr; gap: 26px; }
  .blue-closing-cta .blue-btn { justify-self: start; }
  .transfer-services { padding-top: 34px; }
  .transfer-services-grid { grid-template-columns: 1fr; }
  .transfer-service-media { height: 240px; }
  .transfer-promise { padding-bottom: 62px; }
  .transfer-promise-panel { grid-template-columns: 1fr; padding: 12px; }
  .promise-item + .promise-item { border-top: 1px solid var(--bp-border); border-left: 0; }
  .gallery-filter-panel { align-items: flex-start; flex-direction: column; }
  .gallery-filters-blue { width: 100%; }
  .gallery-grid-blue { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-card-blue,
  .gallery-card-blue:nth-child(n) { grid-column: auto; grid-row: auto; height: 280px; }
  .gallery-lightbox { padding: 66px 15px 34px; }
  .gallery-lightbox-close { top: 12px; right: 13px; }
  .gallery-lightbox-nav { top: auto; bottom: 12px; width: 45px; height: 45px; transform: none; }
  .gallery-lightbox-prev { left: calc(50% - 53px); }
  .gallery-lightbox-next { right: calc(50% - 53px); }
  .gallery-lightbox-figure { max-height: calc(100vh - 115px); }
  .gallery-lightbox img { max-height: calc(100vh - 185px); }
  .contact-panel-blue,
  .contact-form-blue { padding: 28px 22px; border-radius: 22px; }
  .contact-form-blue .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-map-copy { padding: 28px 22px; }
  .about-collage { min-height: 420px; }
  .about-year-badge { left: -7px; bottom: 50px; width: 96px; height: 96px; border-width: 5px; }
  .about-trust-list { grid-template-columns: 1fr; }
  .about-metrics-grid { grid-template-columns: 1fr; gap: 0; }
  .about-metric { padding: 17px 23px; }
  .about-metric + .about-metric { border-top: 1px solid rgba(255, 255, 255, .15); border-left: 0; }
  .team-grid-blue,
  .team-group-leadership .team-grid-blue,
  .values-grid-blue { grid-template-columns: 1fr; }
  .team-card-blue { display: grid; grid-template-columns: 126px minmax(0, 1fr); align-items: stretch; }
  .team-photo-blue { aspect-ratio: auto; min-height: 132px; }
  .team-card-copy-blue { align-self: center; padding: 22px 20px; }
  .team-card-copy-blue::before { top: 10px; left: 20px; }
  .tour-detail-hero { min-height: 470px; }
  .tour-detail-hero::after { bottom: -105px; }
  .tour-detail-hero-inner { padding: 55px 20px 102px; }
  .tour-back-link { margin-bottom: 28px; }
  .tour-detail-hero h1 { font-size: clamp(2.35rem, 12vw, 3.8rem); }
  .tour-gallery-blue { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 150px; }
  .tour-gallery-item.main { grid-column: 1 / 3; grid-row: auto; }
  .tour-content-card { padding: 22px 18px; border-radius: 19px; }
  .tour-content-card > .tour-card-title { grid-template-columns: 42px minmax(0, 1fr); gap: 11px; }
  .tour-heading-icon { width: 42px; height: 42px; border-radius: 13px; }
  .tour-content-card > .tour-card-title p { font-size: .66rem; }
  .tour-list-blue,
  .tour-two-column { grid-template-columns: 1fr; }
  .tour-detail-sidebar { grid-template-columns: 1fr; }
  .tour-price-panel { grid-row: auto; }
}
@media (max-width: 430px) {
  .inner-hero-point:nth-child(3) { display: none; }
  .transfer-price-row { align-items: stretch; flex-direction: column; }
  .transfer-price-row .blue-btn { width: 100%; }
  .gallery-card-blue,
  .gallery-card-blue:nth-child(n) { height: 245px; }
  .about-collage { min-height: 350px; }
  .tour-gallery-blue { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .tour-gallery-item { flex: 0 0 86%; height: 245px; scroll-snap-align: start; }
  .tour-price-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .blue-inner-page *,
  .blue-inner-page *::before,
  .blue-inner-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
