/* Fireside Travel — navy, gold, cream. Professional patriotic travel advisor. */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-latin-ext.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Great Vibes";
  src: url("../fonts/great-vibes-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Great Vibes";
  src: url("../fonts/great-vibes-latin-ext.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-latin-ext.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-italic-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #0a2342;
  --navy-deep: #061628;
  --navy-mid: #14365c;
  --gold: #c9a227;
  --gold-bright: #e0c15a;
  --gold-dark: #8f7014;
  --cream: #f5f2ea;
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #14181f;
  --muted: #5a6370;
  --flag-red: #bf0a30;
  --flag-blue: #0a2342;
  --card-blue: #cfd8e6;
  --card-blue-dark: #b7c4d6;
  --line: rgba(10, 35, 66, 0.12);
  --shadow: 0 18px 50px rgba(6, 22, 40, 0.16);
  --header-h: 5.25rem;
  --max: 72rem;
  --font-display: "Montserrat", "Segoe UI", sans-serif;
  --font-script: "Great Vibes", "Palatino Linotype", cursive;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-mid); }
a:hover { color: var(--gold-dark); }
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  background: var(--gold);
  color: var(--navy-deep);
  padding: 0.6rem 1rem;
  font-weight: 700;
  text-decoration: none;
}
.skip:focus { top: 0.75rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
  color: var(--white);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.7rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.brand-mark { width: 48px; height: 48px; flex: 0 0 auto; }
.brand-name {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  line-height: 1.1;
  color: var(--white);
}
.brand-tag {
  display: block;
  font-family: var(--font-script);
  font-size: 1.15rem;
  color: var(--gold);
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0.1rem;
}
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.28);
  color: var(--white);
  padding: 0.45rem 0.8rem;
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.site-nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--navy-deep);
  padding: 0.75rem 1.25rem 1.1rem;
  flex-direction: column;
  gap: 0.35rem;
}
.site-nav.is-open { display: flex; }
.site-nav a {
  color: var(--white);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 0.2rem;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--gold-bright); }
.site-nav .btn { text-align: center; margin-top: 0.35rem; }
.stripe {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 4px;
}
.stripe span:nth-child(1) { background: var(--flag-red); }
.stripe span:nth-child(2) { background: var(--white); }
.stripe span:nth-child(3) { background: var(--navy-mid); }

@media (min-width: 880px) {
  .nav-toggle { display: none; }
  .header-inner { position: relative; }
  .site-nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 1.35rem;
    background: transparent;
    padding: 0;
  }
  .site-nav .btn { margin-top: 0; }
  .brand-name { font-size: 1.05rem; letter-spacing: 0.18em; }
  .brand-tag { font-size: 1.28rem; }
  .brand-mark { width: 54px; height: 54px; }
}

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.35rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy-deep) !important;
  border-color: var(--gold);
}
.btn-gold:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.btn-navy {
  background: var(--navy);
  color: var(--white) !important;
  border-color: var(--navy);
}
.btn-navy:hover { background: var(--navy-mid); }
.btn-ghost {
  background: transparent;
  color: var(--white) !important;
  border-color: rgba(255,255,255,0.55);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold) !important; }
.btn-ghost-dark {
  background: transparent;
  color: var(--navy) !important;
  border-color: var(--navy);
}
.btn-ghost-dark:hover { background: var(--navy); color: var(--white) !important; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.7rem; }

/* Layout helpers */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 3.5rem 0; }
.kicker {
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 0.6rem;
}
h1, h2, h3, .h-display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: var(--navy);
  margin: 0 0 0.7rem;
}
h1 { font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: 0.08em; text-transform: uppercase; }
h2 { font-size: clamp(1.45rem, 2.6vw, 2.05rem); text-transform: uppercase; }
h3 { font-size: 1.15rem; letter-spacing: 0.06em; text-transform: uppercase; }
.lede { font-size: 1.15rem; color: var(--muted); max-width: 38rem; }
.gold-rule {
  width: 3.25rem;
  height: 3px;
  background: var(--gold);
  border: 0;
  margin: 0 0 1.25rem;
}

/* Hero collage */
.hero {
  position: relative;
  background: var(--navy-deep);
  color: var(--navy);
  overflow: hidden;
}
.hero-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
}
.hero-collage img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.hero-panel {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(251,250,246,0.97), var(--paper));
  margin: 0;
  padding: 2rem 1.25rem 2.4rem;
  text-align: center;
}
.hero-panel h1 { margin-bottom: 0.15rem; }
.hero-script {
  font-family: var(--font-script);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  color: var(--gold-dark);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0.85rem;
  line-height: 1.15;
}
.hero-sub {
  margin: 0 auto 1.35rem;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 1.1rem; }
.badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  border: 1px solid var(--gold);
  color: var(--navy);
  background: var(--white);
}
.badge-solid {
  background: var(--gold);
  color: var(--navy-deep);
  border-color: var(--gold);
}
.hero-panel .btn-row { justify-content: center; }

@media (min-width: 900px) {
  .hero { min-height: calc(100vh - var(--header-h) - 4px); display: grid; }
  .hero-collage {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }
  .hero-collage img { height: 100%; min-height: calc(100vh - var(--header-h)); }
  .hero-panel {
    width: min(36rem, 46vw);
    margin: auto;
    padding: 2.6rem 2.2rem 2.4rem;
    box-shadow: var(--shadow);
    border: 1px solid rgba(201, 162, 39, 0.35);
  }
}

/* Promise / steps / cards */
.promise { background: var(--navy); color: var(--white); text-align: center; }
.promise h2, .promise .kicker { color: var(--gold-bright); }
.promise p { color: rgba(255,255,255,0.86); max-width: 40rem; margin: 0 auto; }
.promise .gold-rule { background: var(--gold); margin-left: auto; margin-right: auto; }

.cards {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 700px) {
  .cards.cols-2 { grid-template-columns: 1fr 1fr; }
  .cards.cols-4 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .cards.cols-4 { grid-template-columns: repeat(4, 1fr); }
  .cards.cols-3 { grid-template-columns: repeat(3, 1fr); }
}
.card {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 0.18s, box-shadow 0.18s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card img { width: 100%; height: auto; display: block; object-fit: contain; background: var(--navy-deep); }
.card-body { padding: 1.15rem 1.15rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.card-body p { color: var(--muted); margin: 0 0 1rem; flex: 1; }
.card .note {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-family: var(--font-display);
  margin: 0 0 0.35rem;
}
.section-head { margin-bottom: 1.75rem; max-width: 38rem; }

.steps { display: grid; gap: 1.25rem; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 1.75rem; } }
.step {
  background: var(--white);
  padding: 1.5rem 1.25rem 1.6rem;
  border-top: 4px solid var(--gold);
}
.step-num {
  font-family: var(--font-display);
  color: var(--gold-dark);
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  margin-bottom: 0.5rem;
}

.cta-band {
  background:
    linear-gradient(105deg, rgba(10,35,66,0.88), rgba(10,35,66,0.55)),
    url("../images/cruise.jpg") center/cover no-repeat;
  color: var(--white);
  text-align: center;
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,0.9); max-width: 34rem; margin: 0 auto 1.25rem; }
.cta-band .kicker { color: var(--gold-bright); }
.cta-band .gold-rule { margin-left: auto; margin-right: auto; background: var(--gold); }

/* Page hero (inner pages) */
.page-hero {
  background: var(--navy);
  color: var(--white);
  padding: 2.6rem 0 2.4rem;
  position: relative;
  overflow: hidden;
}
.page-hero h1 { color: var(--white); }
.page-hero .hero-script { color: var(--gold); }
.page-hero p { color: rgba(255,255,255,0.82); max-width: 36rem; margin: 0; }
.page-hero .gold-rule { background: var(--gold); }

/* First responders */
.fr-block {
  background: var(--navy-deep);
  color: var(--white);
  padding: 3.2rem 0;
}
.fr-block h2 { color: var(--white); }
.fr-block .kicker { color: var(--gold-bright); }
.fr-block p, .fr-block li { color: rgba(255,255,255,0.88); }
.fr-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .fr-grid { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
}
.fr-list { margin: 1rem 0 0; padding-left: 1.15rem; }
.fr-list li { margin: 0.4rem 0; }
.fr-callout {
  border: 1px solid var(--gold);
  padding: 1.5rem 1.35rem;
  text-align: center;
  background: rgba(10, 35, 66, 0.4);
}
.fr-callout strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--gold-bright);
  margin-bottom: 0.35rem;
}

/* About split */
.split {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 840px) {
  .split { grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; }
}
.split img { width: 100%; height: auto; display: block; object-fit: contain; background: var(--navy-deep); }

/* Business card */
.vcard {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--white);
  max-width: 44rem;
}
.vcard-info {
  background: var(--card-blue);
  padding: 1.75rem 1.5rem 1.6rem;
  color: var(--navy-deep);
}
.vcard-info .who {
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  text-transform: none;
  margin: 0;
  color: var(--navy);
}
.vcard-info .role {
  margin: 0.15rem 0 0.85rem;
  font-size: 1rem;
  color: var(--navy-mid);
}
.vcard-info hr {
  border: 0;
  border-top: 1px solid rgba(10, 35, 66, 0.28);
  width: 3.5rem;
  margin: 0 0 1rem;
}
.vcard-info a {
  display: block;
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  margin: 0.35rem 0;
}
.vcard-info a:hover { color: var(--gold-dark); }
.vcard-flag {
  position: relative;
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.35rem 1rem 1.1rem;
  color: var(--white);
  text-align: center;
  isolation: isolate;
}
.vcard-flag .flag-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.vcard-flag .flag-bg img,
.vcard-flag .flag-bg svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}
.vcard-flag::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10,35,66,0.55), rgba(10,35,66,0.72));
}
.vcard-flag > *:not(.flag-bg) { position: relative; z-index: 2; }
.vcard-flag .scan-label {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 0.65rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.qr {
  width: 9.25rem;
  height: 9.25rem;
  background: var(--white);
  padding: 0.4rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.qr img { width: 100%; height: 100%; }
.vcard-flag .slogan {
  font-family: var(--font-script);
  font-size: 1.55rem;
  color: var(--gold-bright);
  margin: 0.7rem 0 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
@media (min-width: 700px) {
  .vcard { grid-template-columns: 1.05fr 0.95fr; }
  .vcard-flag { min-height: 100%; }
}
.vcard.compact { max-width: 36rem; }
.vcard.compact .vcard-info { padding: 1.25rem 1.2rem; }
.vcard.compact .who { font-size: 1.2rem; }
.vcard.compact .qr { width: 7.25rem; height: 7.25rem; }
.vcard.compact .vcard-flag { min-height: 14rem; }

.contact-layout {
  display: grid;
  gap: 2rem;
}
@media (min-width: 960px) {
  .contact-layout { grid-template-columns: 1fr 1.05fr; align-items: start; }
}

/* Forms */
form { display: grid; gap: 0.9rem; }
label { display: block; font-weight: 600; color: var(--navy); margin-bottom: 0.3rem; }
.req { color: var(--flag-red); }
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  font: inherit;
  padding: 0.7rem 0.8rem;
  border: 1px solid #c9cfd8;
  background: var(--white);
  color: var(--ink);
  border-radius: 0;
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid var(--gold);
  border-color: var(--gold);
}
textarea { min-height: 7.5rem; resize: vertical; }
.hint { display: block; font-size: 0.85rem; color: var(--muted); font-weight: 400; }
.error { color: var(--flag-red); font-size: 0.88rem; margin: 0.25rem 0 0; }
.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea { border-color: var(--flag-red); }
.check {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-weight: 400;
  color: var(--ink);
}
.check input { margin-top: 0.3rem; }
.form-success {
  display: none;
  background: var(--white);
  border: 1px solid var(--gold);
  padding: 1.5rem 1.35rem;
}
.form-success.is-visible { display: block; }
form.is-hidden { display: none; }
.form-success h2 { font-size: 1.2rem; }
.recap { margin: 1rem 0 0; padding: 0; list-style: none; }
.recap li { margin: 0.35rem 0; color: var(--muted); }
.recap strong { color: var(--navy); }

.privacy { max-width: 40rem; }
.privacy h2 { font-size: 1.1rem; margin-top: 1.75rem; }

/* Footer */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.82);
  padding: 2.5rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 1.3fr 1fr 0.9fr; gap: 2rem; }
}
.site-footer .brand-name { color: var(--white); }
.site-footer .brand-tag { color: var(--gold); }
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer a:hover { color: var(--gold-bright); }
.footer-nav { display: flex; flex-direction: column; gap: 0.4rem; }
.footer-nav a {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-contact a { display: block; margin: 0.25rem 0; font-weight: 600; }
.tiny-qr { display: block; width: 5.5rem; height: 5.5rem; background: var(--white); padding: 0.25rem; margin-top: 0.65rem; }

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
  margin: 0.7rem 0 0;
}
.footer-contact .footer-social a {
  display: inline;
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}
.legal {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 1.75rem;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.88rem;
}

/* Cookie */
.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: var(--navy);
  color: var(--white);
  padding: 0.9rem 1.25rem;
  display: none;
  box-shadow: 0 -8px 30px rgba(0,0,0,0.2);
}
.cookie.is-visible { display: block; }
.cookie-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
}
.cookie p { margin: 0; font-size: 0.95rem; }
.cookie a { color: var(--gold-bright); }

/* 404 */
.notfound { text-align: center; padding: 4.5rem 1.25rem; }
.notfound h1 { font-size: 4rem; color: var(--gold-dark); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card { transition: none; }
}

.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.form-send-error {
  color: #8b1e1e;
  background: #fdeeee;
  border: 1px solid #e7b4b4;
  padding: 0.7rem 0.85rem;
  margin: 0 0 1rem;
  border-radius: 4px;
}

/* ——— Standout additions: cinematic hero, mosaic, journal, featured now ——— */
.hero-photo {
  position: relative;
  display: grid;
  color: var(--white);
  background: var(--navy-deep);
}
.hero-photo-main {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--navy-deep);
}
.hero-photo-ghost {
  display: none;
}
.hero-photo::after {
  display: none;
}
.hero-photo .hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.1rem 1.25rem 2.5rem;
}
.hero-photo h1 {
  color: var(--white);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.45);
}
.hero-photo .hero-script {
  color: var(--gold);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}
.hero-photo .hero-sub {
  color: rgba(255, 255, 255, 0.94);
  max-width: 36rem;
  margin: 0 0 1.35rem;
  font-size: 1.08rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.hero-photo .kicker { color: var(--gold-bright); }
.hero-photo .badges { justify-content: flex-start; }
.hero-photo .badge {
  color: var(--white);
  background: rgba(6, 22, 40, 0.45);
  border-color: var(--gold);
}
.hero-photo .badge-solid {
  background: var(--gold);
  color: var(--navy-deep);
  border-color: var(--gold);
}
.hero-photo .btn-row { justify-content: flex-start; }

@media (min-width: 900px) {
  .hero-photo {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    align-items: stretch;
    min-height: calc(100vh - var(--header-h) - 4px);
  }
  .hero-photo-main {
    height: 100%;
    max-height: calc(100vh - var(--header-h) - 4px);
    object-fit: contain;
    object-position: center;
  }
  .hero-photo .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.2rem 2rem 3.4rem 1.6rem;
  }
}

@media (max-width: 699px) {
  .hero-photo .hero-copy { padding: 1.7rem 1.25rem 2.2rem; }
  .hero-photo .hero-sub { font-size: 1.02rem; color: #fff; }
}

/* Featured now */
.featured-now { display: grid; gap: 1.25rem; }
@media (min-width: 880px) {
  .featured-now { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
}
.featured-now .card img { height: auto; object-fit: contain; background: var(--navy-deep); }
.card-navy {
  background: var(--navy);
  color: var(--white);
  min-height: 100%;
}
.card-navy h2,
.card-navy h3 { color: var(--white); }
.card-navy .note { color: var(--gold-bright); }
.card-navy p { color: rgba(255, 255, 255, 0.86); }
.card-navy .btn-gold { align-self: flex-start; }
.price-line {
  font-family: var(--font-display);
  color: var(--navy);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.35rem !important;
  flex: 0 !important;
}
.card-navy .price-line { color: var(--gold-bright); }
.fine-print {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  .cards.cols-5 { grid-template-columns: 1fr 1fr; }
  .cards.cols-3 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .cards.cols-5 { grid-template-columns: repeat(5, 1fr); }
}

/* Photo mosaic */
.mosaic-block { padding-bottom: 3.5rem; }
.mosaic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
  align-items: start;
}
.mosaic a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--navy-deep);
}
.mosaic a:hover,
.mosaic a:focus-visible {
  border-color: var(--gold);
  outline: none;
}
.mosaic img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--navy-deep);
}
.mosaic a:hover img { transform: none; }
@media (min-width: 760px) {
  .mosaic { grid-template-columns: repeat(4, 1fr); }
}

/* Follow row / strip */
.follow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin: 1rem 0 0;
}
.follow-band {
  background: var(--paper);
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.follow-band .follow-row { justify-content: center; }
.follow-band .lede { margin-left: auto; margin-right: auto; }

/* Journal */
.journal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 640px) {
  .journal-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1020px) {
  .journal-grid { grid-template-columns: repeat(3, 1fr); }
}
.journal-card {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}
.journal-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: var(--navy-deep);
}
.journal-card img.graphic {
  height: auto;
  object-fit: contain;
  background: var(--cream);
}
.journal-body { padding: 1.1rem 1.15rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.journal-body p { color: var(--muted); margin: 0 0 0.85rem; flex: 1; }
.journal-card .ig-link {
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy);
  font-weight: 700;
}
.journal-card .ig-link:hover { color: var(--gold-dark); }
.journal-card.text-card {
  background: var(--navy);
  min-height: 18rem;
}
.journal-card.text-card h2,
.journal-card.text-card h3 { color: var(--white); }
.journal-card.text-card .note { color: var(--gold-bright); }
.journal-card.text-card p { color: rgba(255, 255, 255, 0.86); }
.journal-card.text-card .ig-link { color: var(--gold); }
.journal-card.text-card .ig-link:hover { color: var(--gold-bright); }
.hv-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}
.hv-strip img { width: 100%; height: auto; object-fit: contain; background: var(--navy-deep); }

.ig-embeds {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}
@media (min-width: 880px) {
  .ig-embeds { grid-template-columns: repeat(3, 1fr); align-items: start; }
}
.ig-embeds .instagram-media,
blockquote.instagram-media {
  margin: 0 auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}
.fb-plugin {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line);
}
.fb-plugin iframe {
  display: block;
  width: 100%;
  max-width: 500px;
  border: 0;
}

/* About photos */
.split-stack { display: grid; gap: 0.7rem; }
.split-stack img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: var(--navy-deep);
}
.split-stack img.portrait { height: auto; }

.itinerary-block {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.5rem 1.25rem 1.7rem;
}
.itinerary-block ul { margin: 0.4rem 0 1rem; padding-left: 1.15rem; color: var(--muted); }
.itinerary-block li { margin: 0.35rem 0; }
.itinerary-photos {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 720px) {
  .itinerary-photos { grid-template-columns: 1.1fr 0.9fr; align-items: start; }
}
.itinerary-photos img { width: 100%; height: auto; border: 1px solid var(--line); }

.text-panel {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.4rem 1.25rem 1.5rem;
}
.text-panel.navy {
  background: var(--navy);
  color: var(--white);
}
.text-panel.navy h2 { color: var(--white); }
.text-panel.navy p { color: rgba(255, 255, 255, 0.86); }
.text-panel.navy .kicker { color: var(--gold-bright); }
.text-panel.navy a { color: var(--gold-bright); }

.fr-block img.fr-graphic {
  width: 100%;
  height: auto;
  border: 1px solid rgba(201, 162, 39, 0.4);
}

.quote-strip {
  text-align: center;
  padding: 2.2rem 1.25rem;
  background: var(--paper);
}
.quote-strip p {
  font-family: var(--font-script);
  font-size: clamp(1.6rem, 3.4vw, 2.35rem);
  color: var(--navy);
  margin: 0;
  line-height: 1.25;
}
.quote-strip .attr {
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-top: 0.7rem;
}

@media (prefers-reduced-motion: reduce) {
  .mosaic img { transition: none; }
  .mosaic a:hover img { transform: none; }
}

/* Anchor offset under sticky header */
.journal-card,
.card[id],
.itinerary-block,
.text-panel[id],
.fr-block[id] { scroll-margin-top: 5.75rem; }
.mosaic a { height: 100%; }

.footer-place {
  margin: 0.35rem 0 0;
  color: rgba(255,255,255,0.78);
  font-size: 0.95rem;
}
.brand-banner {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.brand-banner img {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  height: auto;
  display: block;
}
