.heritage-hero {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(
      to bottom,
      rgba(2,29,66,.20),
      rgba(2,29,66,.88)
    ),
    url('/assets/images/historic-bridgetown/careenage.jpg')
      center 52% / cover no-repeat;
}

.heritage-hero .section-shell {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: 58px;
}

.heritage-hero h1 {
  max-width: 850px;
  margin: 8px 0 14px;
  font-size: clamp(2.5rem, 7vw, 5.2rem);
  line-height: .96;
  letter-spacing: -.045em;
}

.heritage-hero p {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.18rem);
  color: #e7eef7;
}

.heritage-intro {
  max-width: 850px;
}

.heritage-path-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.heritage-path-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: #fff;
  text-decoration: none;
  background: var(--navy);
}

.heritage-path-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heritage-path-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(2,29,66,.95) 0%,
      rgba(2,29,66,.55) 52%,
      rgba(2,29,66,.08) 100%
    );
}

.heritage-path-copy {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.heritage-path-copy p {
  margin: 7px 0 0;
  color: #e6edf5;
}

.heritage-path-copy h2 {
  margin: 2px 0 0;
  color: #fff;
}

.heritage-path-type {
  display: inline-block;
  color: var(--gold);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.heritage-stops-grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.heritage-stop {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(2,29,66,.11);
}

.heritage-stop img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.heritage-stop-copy {
  padding: 20px;
}

.heritage-stop-copy h3 {
  margin: 0 0 7px;
  font-size: 1.25rem;
}

.heritage-stop-copy p {
  margin: 0;
  color: var(--muted);
}

.heritage-stop-meta {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.heritage-manifesto {
  background: var(--navy-2);
  color: white;
}

.heritage-manifesto h2 {
  color: white;
}

.heritage-manifesto p {
  color: #d9e6f3;
}

.heritage-pullquote {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.25;
}

.heritage-coming {
  padding: 24px;
  border: 1px solid #e3e8ee;
  border-radius: var(--radius);
  background: var(--cream);
}

.heritage-coming h3 {
  margin-top: 0;
}

@media (min-width: 720px) {
  .heritage-path-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .heritage-stops-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 980px) {
  .heritage-stops-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==========================================================
   HISTORIC BRIDGETOWN LOCATION PAGES
   ========================================================== */

.heritage-location-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background-color: var(--navy-2);
}

.heritage-location-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heritage-location-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(2,29,66,.95) 0%,
      rgba(2,29,66,.62) 48%,
      rgba(2,29,66,.15) 100%
    );
}

.heritage-location-hero .section-shell {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: 50px;
}

.heritage-breadcrumb {
  margin: 0 0 18px;
  font-size: .88rem;
  font-weight: 800;
}

.heritage-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.heritage-breadcrumb span {
  color: rgba(255,255,255,.65);
  padding: 0 7px;
}

.heritage-location-meta {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 900;
}

.heritage-location-hero h1 {
  max-width: 850px;
  margin: 0 0 12px;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: .95;
  letter-spacing: -.045em;
}

.heritage-location-hero .location-intro {
  max-width: 760px;
  margin: 0;
  color: #edf4fb;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.heritage-story-layout {
  display: grid;
  gap: 34px;
}

.heritage-story-main {
  max-width: 780px;
}

.heritage-story-main h2 {
  margin-top: 0;
}

.heritage-story-main p {
  font-size: 1.05rem;
}

.heritage-story-main p + p {
  margin-top: 20px;
}

.heritage-story-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.heritage-info-box {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--cream);
  border: 1px solid #e6dfd2;
}

.heritage-info-box.blue {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.heritage-info-box.blue h3,
.heritage-info-box.blue p {
  color: #fff;
}

.heritage-info-box h3 {
  margin: 0 0 10px;
}

.heritage-info-box p {
  margin: 0;
}

.heritage-fact-label {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.heritage-info-box.blue .heritage-fact-label {
  color: var(--gold);
}

.heritage-nearby-grid {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.heritage-nearby-card {
  padding: 22px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(2,29,66,.10);
}

.heritage-nearby-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.heritage-nearby-card h3 {
  margin: 0 0 6px;
}

.heritage-nearby-card p {
  margin: 0;
  color: var(--muted);
}

.heritage-return {
  display: inline-flex;
  margin-top: 26px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy-2);
  text-decoration: none;
  font-weight: 900;
}

@media (min-width: 800px) {
  .heritage-story-layout {
    grid-template-columns: minmax(0, 2fr) minmax(260px, .8fr);
    align-items: start;
  }

  .heritage-nearby-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Clickable heritage nearby cards */

a.heritage-nearby-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

a.heritage-nearby-card:hover,
a.heritage-nearby-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(2,29,66,.16);
}


/* ==========================================================
   NATIONAL HEROES SQUARE
   ========================================================== */

.heritage-experience-cta {
  margin-top: 26px;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--navy-2);
  color: #fff;
}

.heritage-experience-cta h2 {
  margin-top: 0;
  color: #fff;
}

.heritage-experience-cta p {
  color: #dce8f4;
}

.heritage-experience-button {
  display: inline-flex;
  margin-top: 8px;
  padding: 13px 19px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy-2);
  text-decoration: none;
  font-weight: 900;
}


/* Interactive experience */

.heroes-experience {
  background: #f4f6f8;
}

.heroes-exp-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--navy-2);
  color: #fff;
}

.heroes-exp-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroes-exp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(2,29,66,.95),
      rgba(2,29,66,.48) 58%,
      rgba(2,29,66,.10)
    );
}

.heroes-exp-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
  padding: 80px 0 38px;
}

.heroes-exp-hero-copy h1 {
  margin: 3px 0 8px;
  font-size: clamp(2.6rem, 8vw, 5.4rem);
  line-height: .96;
}

.heroes-exp-hero-copy p {
  max-width: 680px;
  margin: 0;
  color: #e5edf6;
}

.heroes-exp-shell {
  width: min(100% - 28px, 900px);
  margin: 26px auto 60px;
}

.heroes-exp-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.heroes-exp-tab {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  background: #e5e9ee;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.heroes-exp-tab.is-active {
  background: var(--navy);
  color: #fff;
}

.heroes-exp-panel {
  display: none;
  margin-top: 18px;
}

.heroes-exp-panel.is-active {
  display: block;
}

.heroes-exp-card {
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(2,29,66,.10);
}

.heroes-exp-card h2 {
  margin-top: 0;
}

.heroes-highlight-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.heroes-highlight {
  padding: 18px;
  border-radius: 14px;
  background: var(--cream);
}

.heroes-highlight h3 {
  margin: 0 0 6px;
}

.heroes-highlight p {
  margin: 0;
  color: var(--muted);
}

.heroes-list {
  display: grid;
  gap: 12px;
}

.hero-person {
  overflow: hidden;
  border: 1px solid #dde3e9;
  border-radius: 16px;
  background: #fff;
}

.hero-person-button {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.hero-person-button img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
}

.hero-person-name {
  display: block;
  font-weight: 900;
}

.hero-person-short {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .9rem;
}

.hero-person-plus {
  font-size: 1.5rem;
  color: var(--blue);
  font-weight: 900;
}

.hero-person-body {
  display: none;
  padding: 0 18px 18px 96px;
}

.hero-person.is-open .hero-person-body {
  display: block;
}

.hero-person-body p {
  margin: 0;
}

.heroes-exp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.heroes-exp-action {
  display: inline-flex;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy-2);
  text-decoration: none;
  font-weight: 900;
}

.heroes-exp-action.secondary {
  background: var(--navy);
  color: #fff;
}

@media (min-width: 700px) {
  .heroes-highlight-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Linked heritage landing cards */

.heritage-stop-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.heritage-stop-link:hover,
.heritage-stop-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(2,29,66,.16);
}

.heritage-path-card:hover,
.heritage-path-card:focus-visible {
  transform: translateY(-3px);
}


/* GARRISON EXPANSION 2026-09-13 */
.garrison-card-placeholder {
  aspect-ratio:16/10; min-height:210px; display:flex; align-items:end;
  padding:22px; color:#fff;
  background:radial-gradient(circle at 78% 22%,rgba(247,181,33,.24),transparent 28%),
             linear-gradient(135deg,var(--navy),var(--navy-2));
}
.garrison-card-placeholder span {
  max-width:240px; font-family:Georgia,"Times New Roman",serif;
  font-size:1.35rem; line-height:1.15;
}
.heritage-location-hero.garrison-no-photo {
  background:radial-gradient(circle at 75% 30%,rgba(247,181,33,.18),transparent 25%),
             linear-gradient(135deg,var(--navy),var(--navy-2));
}
.garrison-visitor-note {
  margin-top:18px; padding:18px 20px; border-left:4px solid var(--gold);
  background:var(--cream); border-radius:0 14px 14px 0;
}
.garrison-visitor-note strong { display:block; margin-bottom:5px; }
.garrison-source-note { margin-top:28px; font-size:.88rem; color:var(--muted); }
.garrison-source-note a { color:var(--blue); font-weight:800; }

/* Drill Hall / Military Cemetery refinement */

.garrison-card-placeholder.cemetery-placeholder {
  min-height: 238px;
  background:
    radial-gradient(circle at 78% 18%, rgba(247,181,33,.22), transparent 28%),
    linear-gradient(145deg, #173d68, #021d42);
}

.garrison-card-placeholder.cemetery-placeholder span {
  color: #fff;
  font-size: 1.4rem;
}

.garrison-card-placeholder.cemetery-placeholder small {
  display: block;
  margin-top: 8px;
  color: #dce7f2;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .85rem;
  font-style: normal;
}


/* Drill Hall / Military Cemetery refinement */

.garrison-card-placeholder.cemetery-placeholder {
  min-height: 238px;
  background:
    radial-gradient(circle at 78% 18%, rgba(247,181,33,.22), transparent 28%),
    linear-gradient(145deg, #173d68, #021d42);
}

.garrison-card-placeholder.cemetery-placeholder span {
  color: #fff;
  font-size: 1.4rem;
}

.garrison-card-placeholder.cemetery-placeholder small {
  display: block;
  margin-top: 8px;
  color: #dce7f2;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .85rem;
  font-style: normal;
}

