:root {
  --ink: #182132;
  --stone: #f7f0e5;
  --sand: #dec79d;
  --limestone: #fffaf0;
  --sea: #0c6670;
  --deep-sea: #09434c;
  --sunset: #c85f43;
  --olive: #5b6d4e;
  --muted: #647083;
  --line: rgba(24, 33, 50, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(24, 33, 50, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--stone);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img { max-width: 100%; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 250, 240, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--deep-sea);
  color: var(--limestone);
  font-weight: 900;
}
.brand-logo {
  width: 96px;
  height: 54px;
  border-radius: 6px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border: 1px solid rgba(222, 199, 157, 0.55);
  box-shadow: 0 8px 24px rgba(24, 33, 50, 0.14);
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong {
  color: #182132;
  font-family: "Arial Black", "Trebuchet MS", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.08rem, 2.5vw, 1.38rem);
  font-weight: 950;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.brand em,
.wander-word em {
  display: inline-block;
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.045em;
  margin-left: 3px;
  text-transform: lowercase;
  transform: skewX(-7deg);
}
.brand small {
  margin-top: 5px;
  color: #697286;
  font-size: clamp(0.74rem, 1.7vw, 0.88rem);
  font-weight: 950;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--limestone);
  color: var(--ink);
  min-height: 42px;
  padding: 0 16px;
  font: inherit;
  font-weight: 850;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.6vw, 28px);
}
.site-nav a {
  color: #384454;
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
}
.site-nav a[aria-current="page"] { color: var(--sunset); }

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(118px, 18vw, 190px) clamp(18px, 5vw, 72px) clamp(44px, 8vw, 90px);
}
.hero-home {
  min-height: 92vh;
  align-items: center;
}
.hero-media, .hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media {
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 28, 34, 0.88), rgba(9, 28, 34, 0.56) 48%, rgba(9, 28, 34, 0.18)),
    linear-gradient(0deg, rgba(9, 28, 34, 0.3), rgba(9, 28, 34, 0.05));
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: center;
  gap: clamp(28px, 6vw, 80px);
  width: min(1240px, 100%);
}
.hero-content {
  position: relative;
  max-width: 820px;
  color: var(--limestone);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--sunset);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero .eyebrow { color: #f0b45f; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  margin: 0;
  font-size: clamp(3.2rem, 11vw, 7.8rem);
  line-height: 0.9;
}
.wander-word,
.hero-malta {
  display: block;
}
.wander-word {
  text-transform: uppercase;
}
.hero-malta {
  color: var(--sand);
  font-size: 0.38em;
  letter-spacing: 0.08em;
  margin-top: 0.18em;
  text-transform: uppercase;
}
h2 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 4.4rem);
  line-height: 1;
}
h3 {
  margin: 0;
  font-size: clamp(1.25rem, 5vw, 1.65rem);
  line-height: 1.12;
}
.lead {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: clamp(1.08rem, 4.5vw, 1.46rem);
  line-height: 1.55;
}
.hero-logo-card {
  align-self: center;
  background: rgba(255, 250, 240, 0.9);
  border: 1px solid rgba(222, 199, 157, 0.5);
  border-radius: 10px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
  padding: clamp(18px, 3vw, 28px);
  text-align: center;
}
.hero-logo-card img {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}
.hero-logo-card p {
  color: var(--deep-sea);
  font-weight: 950;
  line-height: 1.4;
  margin: 16px 0 0;
}
.lead-small {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.primary { background: var(--sunset); color: #fff; }
.ghost { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.46); color: #fff; }
.whatsapp { background: var(--sea); color: #fff; }

.story-home {
  background: #071b24;
  color: var(--limestone);
}

.story-scene {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(78px, 10vw, 128px) clamp(18px, 5vw, 72px);
  isolation: isolate;
}

.story-bg,
.flight-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  z-index: -2;
}

.story-shade,
.flight-haze {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 34%, rgba(240, 180, 95, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(5, 21, 30, 0.92), rgba(5, 21, 30, 0.58) 52%, rgba(5, 21, 30, 0.24));
  z-index: -1;
}

.story-hero {
  display: grid;
  align-items: center;
}

.story-hero-content {
  max-width: 900px;
}

.story-hero h1 {
  max-width: 980px;
  font-size: clamp(3.1rem, 9vw, 8rem);
  letter-spacing: 0;
  line-height: 0.9;
}

.flight-copy h2 {
  max-width: 900px;
  font-size: clamp(2.5rem, 6vw, 5.35rem);
  letter-spacing: 0;
  line-height: 0.94;
}

.story-hero .lead {
  color: rgba(255, 250, 240, 0.86);
}

.scroll-cue {
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  bottom: 28px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  margin: 12px auto 0;
  background: linear-gradient(var(--sand), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}

.story-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: clamp(28px, 6vw, 82px);
}

.story-copy,
.story-center,
.flight-copy {
  position: relative;
  z-index: 1;
}

.story-copy h2,
.story-center h2 {
  max-width: 900px;
  font-size: clamp(2.45rem, 7vw, 5.8rem);
}

.story-copy p,
.story-center p,
.flight-copy p {
  color: rgba(255, 250, 240, 0.76);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
  line-height: 1.65;
  max-width: 720px;
}

.story-center {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.story-center p {
  margin-left: auto;
  margin-right: auto;
}

.story-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.story-points span {
  border-left: 2px solid var(--sand);
  color: rgba(255, 250, 240, 0.9);
  font-weight: 850;
  padding: 10px 0 10px 16px;
}

.scene-pickup,
.scene-safety,
.scene-capture,
.route-selector-section {
  background:
    radial-gradient(circle at 80% 20%, rgba(196, 154, 91, 0.16), transparent 28%),
    linear-gradient(135deg, #071b24, #0a2d38 58%, #071b24);
}

.story-frame {
  border: 1px solid rgba(222, 199, 157, 0.36);
  border-radius: 10px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.story-frame img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.scene-locations {
  display: grid;
  align-content: center;
  background:
    linear-gradient(0deg, rgba(5, 21, 30, 0.84), rgba(5, 21, 30, 0.68)),
    url("assets/poster-medieval-wonders.png") center / cover;
}

.location-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: clamp(34px, 6vw, 70px) auto 0;
  max-width: 1180px;
}

.location-cards a {
  position: relative;
  min-height: 150px;
  border: 1px solid rgba(222, 199, 157, 0.32);
  border-radius: 10px;
  background: rgba(255, 250, 240, 0.1);
  color: var(--limestone);
  display: grid;
  align-content: end;
  gap: 8px;
  isolation: isolate;
  overflow: hidden;
  padding: 18px;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.location-cards a::before,
.location-cards a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.location-cards a::before {
  background: var(--location-image) center / cover;
  opacity: 0.34;
  transform: scale(1.04);
  transition: opacity 240ms ease, transform 240ms ease;
  z-index: -2;
}

.location-cards a::after {
  background:
    linear-gradient(180deg, rgba(7, 27, 36, 0.18), rgba(7, 27, 36, 0.78)),
    linear-gradient(90deg, rgba(7, 27, 36, 0.58), rgba(7, 27, 36, 0.18));
  z-index: -1;
}

.location-cards a:hover::before,
.location-cards a:focus-visible::before {
  opacity: 0.48;
  transform: scale(1.08);
}

.location-three-cities { --location-image: url("assets/poster-history-harbour.png"); }
.location-north { --location-image: url("assets/poster-beaches.png"); }
.location-south { --location-image: url("assets/poster-coastline.png"); }
.location-mdina { --location-image: url("assets/poster-medieval-wonders.png"); }
.location-gozo { --location-image: url("assets/gozo-mediterranean-beauty.png"); }

.location-cards a span {
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.88rem;
  line-height: 1.35;
}

.drone-kit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.drone-card,
.kit-card,
.media-cards article,
.route-preview {
  border: 1px solid rgba(222, 199, 157, 0.28);
  border-radius: 10px;
  background: rgba(255, 250, 240, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.main-drone {
  grid-column: 1 / -1;
  overflow: hidden;
}

.main-drone img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center bottom;
}

.kit-card {
  color: var(--limestone);
  font-size: clamp(1.05rem, 2.3vw, 1.35rem);
  font-weight: 950;
  min-height: 112px;
  padding: 20px;
  display: grid;
  place-items: center;
  text-align: center;
}

.flight-scene {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 145svh;
  text-align: center;
}

.flight-haze {
  background:
    radial-gradient(circle at center 35%, rgba(240, 180, 95, 0.24), transparent 30%),
    linear-gradient(0deg, rgba(5, 21, 30, 0.82), rgba(5, 21, 30, 0.22) 48%, rgba(5, 21, 30, 0.78));
}

.rising-drone {
  position: sticky;
  top: 27svh;
  z-index: 1;
  width: clamp(118px, 15vw, 174px);
  height: clamp(104px, 13vw, 154px);
  border: 1px solid rgba(255, 250, 240, 0.5);
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.9);
  color: var(--sand);
  display: grid;
  place-items: center;
  object-fit: contain;
  padding: 8px;
  box-shadow: 0 0 0 18px rgba(255, 250, 240, 0.08), 0 28px 80px rgba(0,0,0,0.32);
  will-change: transform, opacity;
}

.flight-copy {
  align-self: end;
  z-index: 2;
  max-width: 1000px;
  margin-top: clamp(170px, 28svh, 330px);
  padding-bottom: 12svh;
}

.flight-copy .eyebrow {
  display: inline-flex;
  border: 1px solid rgba(222, 199, 157, 0.34);
  border-radius: 999px;
  background: rgba(7, 27, 36, 0.54);
  padding: 9px 14px;
  backdrop-filter: blur(10px);
}

.media-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: clamp(34px, 6vw, 68px) auto 0;
  max-width: 1180px;
}

.media-cards article {
  overflow: hidden;
}

.media-cards img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.media-cards strong,
.media-cards span {
  display: block;
  padding: 0 18px;
}

.media-cards strong {
  color: var(--limestone);
  font-size: 1.22rem;
  margin-top: 18px;
}

.media-cards span {
  color: rgba(255, 250, 240, 0.68);
  line-height: 1.55;
  padding-bottom: 20px;
  padding-top: 8px;
}

.route-selector {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1fr);
  gap: 18px;
  margin: clamp(32px, 6vw, 62px) auto 0;
  max-width: 1180px;
}

.route-tabs {
  display: grid;
  gap: 10px;
}

.route-tabs button {
  border: 1px solid rgba(222, 199, 157, 0.28);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.1);
  color: rgba(255, 250, 240, 0.78);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 54px;
  padding: 12px 14px;
  text-align: left;
}

.route-tabs button.is-selected {
  background: var(--limestone);
  border-color: var(--sand);
  color: var(--ink);
}

.route-preview {
  min-height: 420px;
  padding: clamp(22px, 4vw, 38px);
  color: var(--limestone);
  display: grid;
  gap: 20px;
}

.route-preview h3 {
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.route-preview p {
  color: rgba(255, 250, 240, 0.72);
  line-height: 1.65;
  margin: 0;
}

.route-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.route-facts div {
  border: 1px solid rgba(222, 199, 157, 0.22);
  border-radius: 8px;
  padding: 14px;
}

.route-facts span,
.route-facts strong {
  display: block;
}

.route-facts span {
  color: rgba(255, 250, 240, 0.56);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.route-facts strong {
  margin-top: 5px;
}

.route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.route-actions .button.ghost {
  border-color: rgba(255, 250, 240, 0.4);
}

.story-booking {
  color: var(--ink);
}

.story-reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.story-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.55); opacity: 0.46; }
  50% { transform: scaleY(1); opacity: 1; }
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--deep-sea);
  color: var(--limestone);
}
.intro-band div {
  min-height: 112px;
  padding: 24px clamp(18px, 3vw, 36px);
  border-right: 1px solid rgba(255,255,255,0.14);
}
.intro-band span, .intro-band strong { display: block; }
.intro-band span { margin-bottom: 9px; color: rgba(255,250,240,0.68); font-size: 0.8rem; font-weight: 850; }
.intro-band strong { font-size: clamp(1rem, 2vw, 1.28rem); }

.section, .booking-section, .feature-band {
  padding: clamp(58px, 10vw, 118px) clamp(18px, 5vw, 72px);
}
.split, .booking-section, .feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}
.copy-stack p, .feature-list span, .experience-card p, .tour-detail-copy p, .faq-item p, .contact-card p {
  color: var(--muted);
  line-height: 1.65;
}
.section-heading {
  max-width: 1280px;
  margin: 0 auto 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.text-link {
  color: var(--sunset);
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.card-grid {
  display: grid;
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.experience-card, .detail-card, .faq-item, .contact-card, .booking-form, .booking-shell, .admin-panel {
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 16px 46px rgba(24, 33, 50, 0.08);
  overflow: hidden;
}
.experience-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.experience-card.preserve-poster img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #f8f2e8;
}
.experience-card div { padding: 22px; }
.card-meta {
  margin: 0 0 12px;
  color: var(--sea);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}
.experience-card a, .detail-card a {
  display: inline-block;
  margin-top: 12px;
  color: var(--sunset);
  font-weight: 950;
  text-decoration: none;
}

.feature-band {
  background: var(--ink);
  color: var(--limestone);
}
.feature-list {
  display: grid;
  gap: 14px;
}
.feature-list article {
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 20px;
}
.feature-list strong, .feature-list span { display: block; }
.feature-list strong { margin-bottom: 8px; font-size: 1.12rem; }
.feature-list span { color: rgba(255,250,240,0.72); }

.booking-section {
  background:
    linear-gradient(135deg, rgba(238, 243, 239, 0.94), rgba(255, 250, 240, 0.96)),
    url("assets/poster-coastline.png");
  background-position: center;
  background-size: cover;
}
.booking-section > div:first-child {
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 16px 46px rgba(24, 33, 50, 0.08);
  padding: clamp(22px, 4vw, 34px);
}
.booking-app {
  min-width: 0;
}
.booking-shell {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 4vw, 28px);
}
.booking-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.booking-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--deep-sea);
  color: var(--limestone);
  font-weight: 950;
}
.booking-step strong {
  font-size: 1.08rem;
}
.tour-picker {
  display: grid;
  gap: 10px;
}
.tour-option {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
  padding: 14px;
  text-align: left;
}
.tour-option span,
.tour-option strong {
  display: block;
}
.tour-option span {
  margin-bottom: 5px;
  color: var(--sea);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}
.tour-option strong {
  line-height: 1.25;
}
.tour-option small {
  display: block;
  margin-top: 7px;
  color: var(--clay);
  font-weight: 900;
}
.tour-option.is-selected {
  border-color: rgba(200, 95, 67, 0.66);
  background: #fff7ec;
  box-shadow: inset 0 0 0 1px rgba(200, 95, 67, 0.32);
}
.calendar-toolbar {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.calendar-toolbar strong {
  text-align: center;
  font-size: 1.1rem;
}
.calendar-nav {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--limestone);
  color: var(--deep-sea);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}
.guest-control,
.preferred-time,
.request-panel label,
.admin-controls label {
  display: grid;
  gap: 8px;
  color: #3d4858;
  font-size: 0.9rem;
  font-weight: 900;
}
.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--muted);
  font-size: 0.84rem;
}
.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.dot.available { background: var(--sea); }
.dot.limited { background: #d89a35; }
.dot.unavailable { background: #b9b1a4; }
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}
.calendar-weekday {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}
.calendar-day {
  min-height: 78px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 8px;
  text-align: left;
}
.calendar-day strong {
  font-size: 1rem;
}
.calendar-day span,
.calendar-day em {
  font-size: 0.66rem;
  line-height: 1.15;
}
.calendar-day em {
  color: var(--muted);
  font-style: normal;
}
.calendar-day.available {
  border-color: rgba(12, 102, 112, 0.36);
}
.calendar-day.limited {
  border-color: rgba(216, 154, 53, 0.55);
  background: #fff5df;
}
.calendar-day.unavailable,
.calendar-day.past,
.calendar-day:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
.calendar-day.is-selected {
  background: var(--deep-sea);
  border-color: var(--deep-sea);
  color: var(--limestone);
  opacity: 1;
}
.calendar-day.is-selected em {
  color: rgba(255, 250, 240, 0.72);
}
.calendar-day.is-blank {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.time-panel,
.request-panel {
  display: grid;
  gap: 14px;
}
.muted-note {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.time-title {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
}
.time-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.time-option {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--limestone);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0 16px;
}
.time-option.is-selected {
  background: var(--sea);
  border-color: var(--sea);
  color: #fff;
}
.summary-card {
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.summary-card h3 {
  margin-bottom: 14px;
}
.summary-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}
.summary-card div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
}
.summary-card dt {
  color: var(--muted);
  font-weight: 850;
}
.summary-card dd {
  margin: 0;
  font-weight: 900;
}
.booking-message {
  color: var(--sea);
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
}
.booking-form {
  display: grid;
  gap: 15px;
  padding: clamp(20px, 4vw, 30px);
}
.booking-form label {
  display: grid;
  gap: 8px;
  color: #3d4858;
  font-size: 0.9rem;
  font-weight: 900;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 14px;
}
input, select, textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf7;
  color: var(--ink);
  padding: 12px 13px;
  font: inherit;
}
textarea { resize: vertical; }

.page-hero {
  padding: clamp(76px, 12vw, 128px) clamp(18px, 5vw, 72px) clamp(34px, 8vw, 70px);
  background: linear-gradient(135deg, var(--deep-sea), var(--sea));
  background-position: center;
  background-size: cover;
  color: var(--limestone);
}
.page-hero > div { max-width: 900px; }
.page-hero h1 { font-size: clamp(2.8rem, 12vw, 6.7rem); }
.page-hero p { max-width: 720px; }
.hero-tours {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.88), rgba(9, 28, 34, 0.52)), url("assets/poster-moments.png");
}
.hero-private {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.88), rgba(9, 28, 34, 0.48)), url("assets/poster-culture.png");
}
.hero-about {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.88), rgba(9, 28, 34, 0.48)), url("assets/poster-history-harbour.png");
}
.hero-safety {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.9), rgba(9, 28, 34, 0.5)), url("assets/poster-hidden-elements.png");
}
.hero-contact {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.9), rgba(9, 28, 34, 0.5)), url("assets/poster-coastline.png");
}
.hero-mdina {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.9), rgba(9, 28, 34, 0.5)), url("assets/poster-medieval-wonders.png");
}
.hero-three-cities {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.9), rgba(9, 28, 34, 0.5)), url("assets/poster-history-harbour.png");
}
.hero-gozo {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.88), rgba(9, 28, 34, 0.42)), url("assets/gozo-mediterranean-beauty.png");
}

.tour-visual-panel {
  margin-top: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(196, 154, 91, 0.26);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: var(--shadow-soft);
}

.tour-visual-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tour-visual-panel span {
  display: block;
  padding: 0.85rem 1rem 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.brochure-section {
  padding: 0 clamp(18px, 5vw, 72px) clamp(52px, 8vw, 92px);
}

.brochure-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto 18px;
  width: min(1180px, 100%);
}

.brochure-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 720px;
}

.brochure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
  width: min(1180px, 100%);
}

.brochure-grid img {
  display: block;
  width: 100%;
  border: 1px solid rgba(196, 154, 91, 0.28);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(24, 33, 50, 0.1);
}

.brochure-note {
  margin: 18px auto 0;
  width: min(1180px, 100%);
  color: var(--sea);
  font-weight: 900;
}
.hero-north {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.9), rgba(9, 28, 34, 0.5)), url("assets/poster-beaches.png");
}
.hero-south {
  background-image: linear-gradient(90deg, rgba(9, 28, 34, 0.9), rgba(9, 28, 34, 0.5)), url("assets/poster-coastline.png");
}

.tour-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 58px);
  padding: clamp(44px, 8vw, 88px) clamp(18px, 5vw, 72px);
}
.tour-detail-copy { max-width: 760px; }
.detail-card { padding: 24px; }
.detail-card ul {
  margin: 18px 0;
  padding-left: 20px;
  color: #3c4755;
  line-height: 1.7;
}
.detail-card .button.primary {
  width: 100%;
  margin-top: 8px;
  color: #fff;
  box-shadow: 0 14px 30px rgba(200, 95, 67, 0.22);
}
.detail-card .button.primary:visited {
  color: #fff;
}
.detail-card .button.primary + a {
  display: block;
  margin-top: 14px;
  color: var(--sea);
  font-size: 0.92rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.detail-card .button.primary + a:hover {
  text-decoration: underline;
}
.price-placeholder {
  display: block;
  margin: 14px 0;
  color: var(--sea);
  font-size: 1.4rem;
  font-weight: 950;
}

.faq-grid, .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.faq-item, .contact-card { padding: 22px; }
.contact-card .button { margin-top: 10px; }
.qr-preview {
  display: block;
  width: min(100%, 220px);
  margin: 16px 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(196, 154, 91, 0.24);
  background: #fff;
}

.admin-section {
  background: #eef3ef;
}
.admin-shell {
  display: grid;
  gap: 22px;
}
.admin-controls {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1fr) 180px 160px;
}
.ghost-dark {
  background: var(--ink);
  color: #fff;
}
.admin-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}
.admin-panel {
  padding: 22px;
}
.admin-panel h2 {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin-bottom: 18px;
}
.availability-row,
.booking-row {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
}
.availability-row {
  grid-template-columns: 110px 1fr 110px;
  align-items: center;
}
.availability-row span {
  justify-self: start;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.76rem;
  font-weight: 950;
}
.availability-row span.available {
  background: rgba(12, 102, 112, 0.12);
  color: var(--sea);
}
.availability-row span.limited {
  background: rgba(216, 154, 53, 0.16);
  color: #8d5d0d;
}
.availability-row span.unavailable,
.availability-row span.past {
  background: rgba(24, 33, 50, 0.1);
  color: var(--muted);
}
.availability-row em {
  color: var(--muted);
  font-style: normal;
  text-align: right;
}
.booking-row {
  grid-template-columns: 1fr auto;
}
.booking-row span,
.booking-row em {
  display: block;
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.booking-actions button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--limestone);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  padding: 0 12px;
}
.payment-link {
  color: var(--sea);
  display: inline-block;
  font-weight: 950;
  margin-top: 6px;
  text-decoration: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: var(--deep-sea);
  color: rgba(255,250,240,0.75);
}
.site-footer strong { color: var(--limestone); }

@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; align-items: center; }
  .site-header { align-items: flex-start; flex-wrap: wrap; }
  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 8px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--line);
  }
  .intro-band, .split, .booking-section, .feature-band, .tour-detail, .faq-grid, .contact-grid, .admin-controls, .admin-grid {
    grid-template-columns: 1fr;
  }
  .story-scene {
    min-height: auto;
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .story-hero {
    min-height: 92svh;
  }
  .story-split,
  .route-selector {
    grid-template-columns: 1fr;
  }
  .location-cards,
  .media-cards {
    grid-template-columns: 1fr;
  }
  .location-cards a {
    min-height: 118px;
  }
  .drone-kit {
    order: 2;
  }
  .scene-safety .story-copy {
    order: 1;
  }
  .flight-scene {
    min-height: 118svh;
  }
  .route-facts {
    grid-template-columns: 1fr;
  }
  .brochure-heading {
    display: block;
  }
  .brochure-grid {
    grid-template-columns: 1fr;
  }
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-logo-card {
    max-width: 360px;
  }
  .intro-band { grid-template-columns: repeat(2, 1fr); }
  .card-grid.three, .card-grid.two { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero { min-height: 82vh; }
  .hero-overlay { background: linear-gradient(0deg, rgba(9,28,34,0.88), rgba(9,28,34,0.42)); }
  .story-hero h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }
  .flight-copy h2 {
    font-size: clamp(2.15rem, 10.5vw, 3.35rem);
    line-height: 1;
  }
  .story-copy h2,
  .story-center h2 {
    font-size: clamp(2.3rem, 13vw, 3.7rem);
  }
  .story-bg,
  .flight-bg {
    transform: scale(1.01);
  }
  .story-shade {
    background:
      radial-gradient(circle at 60% 24%, rgba(240, 180, 95, 0.16), transparent 34%),
      linear-gradient(0deg, rgba(5, 21, 30, 0.92), rgba(5, 21, 30, 0.58) 56%, rgba(5, 21, 30, 0.3));
  }
  .story-frame img {
    min-height: 280px;
  }
  .drone-kit {
    grid-template-columns: 1fr;
  }
  .rising-drone {
    width: 108px;
    height: 96px;
    top: 25svh;
  }
  .flight-copy {
    margin-top: 190px;
    padding-bottom: 8svh;
  }
  .route-preview {
    min-height: 0;
  }
  .brand-logo {
    width: 82px;
    height: 46px;
  }
  .brand strong {
    font-size: 0.98rem;
  }
  .hero-logo-card { max-width: 300px; }
  .intro-band, .form-row, .summary-card div, .availability-row, .booking-row { grid-template-columns: 1fr; }
  .availability-row em { text-align: left; }
  .calendar-day {
    min-height: 66px;
    padding: 6px;
  }
  .calendar-day span {
    display: none;
  }
  .calendar-day em {
    font-size: 0.6rem;
  }
  .button, .button-row { width: 100%; }
  .section-heading { display: block; }
  .text-link { display: inline-block; margin-top: 16px; }
  .site-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue::after {
    animation: none;
  }
  .story-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .story-bg,
  .flight-bg,
  .rising-drone {
    transform: none !important;
  }
}
