/* Design refresh closer to the expedition reference */

:root {
  --bg: #efe8dc;
  --bg-soft: #f7f3ed;
  --panel: rgba(255, 251, 245, 0.92);
  --panel-strong: #fffaf3;
  --ink: #161412;
  --muted: #6d645c;
  --line: rgba(22, 20, 18, 0.12);
  --brand: #c79a5c;
  --brand-strong: #8c6534;
  --accent: #d9b17a;
  --shadow: 0 24px 60px rgba(17, 15, 12, 0.16);
}

body {
  background:
    radial-gradient(circle at top left, rgba(199, 154, 92, 0.18), transparent 26%),
    linear-gradient(180deg, #f5efe6 0%, #efe8dc 42%, #ece2d3 100%);
}

.utility-bar {
  background: #141311;
  color: rgba(255, 248, 237, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.utility-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 2.25rem;
  font-size: 0.82rem;
}

.utility-links {
  display: flex;
  gap: 1rem;
}

.utility-links a {
  color: #f3d4a8;
}

.site-header {
  background: rgba(16, 14, 12, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-lockup strong,
.site-header .site-nav a,
.site-header .locale-switcher a,
.site-header .brand-lockup {
  color: #fff9ef;
}

.brand-lockup small {
  color: rgba(255, 248, 237, 0.72);
}

.site-header .site-nav a:hover,
.site-header .locale-switcher a:hover,
.site-header .locale-switcher .active {
  color: #f3d4a8;
}

.site-header .locale-switcher .active {
  background: rgba(255, 255, 255, 0.08);
}

.button-primary {
  background: linear-gradient(135deg, #d3a264 0%, #b88443 100%);
  color: #181512;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff9ef;
}

.button-whatsapp {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff9ef;
}

.home-cinematic {
  position: relative;
  padding: 5.2rem 0 3rem;
  color: #fff9ef;
  background:
    linear-gradient(180deg, rgba(12, 11, 10, 0.38), rgba(12, 11, 10, 0.76)),
    radial-gradient(circle at top right, rgba(199, 154, 92, 0.16), transparent 28%),
    linear-gradient(135deg, #0f0e0d 0%, #1a1714 44%, #25201b 100%);
  overflow: hidden;
}

.home-cinematic::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 12rem;
  background: url("/static/img/ridge.svg") center bottom / cover no-repeat;
  opacity: 0.5;
}

.home-cinematic .eyebrow,
.home-cinematic .hero-note,
.home-cinematic .lead {
  color: rgba(255, 248, 237, 0.82);
}

.home-cinematic .eyebrow::before {
  background: rgba(243, 212, 168, 0.48);
}

.cinematic-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 1.35rem;
  align-items: end;
}

.cinematic-copy {
  padding: 2rem 0 2.5rem;
}

.cinematic-copy h1 {
  max-width: 12ch;
}

.cinematic-sidebar {
  display: grid;
  gap: 0.9rem;
}

.film-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1rem 1.15rem;
  min-height: 6.8rem;
  border-radius: 12px;
  color: #fff9ef;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.42)),
    linear-gradient(135deg, rgba(199, 154, 92, 0.28), rgba(32, 26, 21, 0.96));
}

.film-card:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.48)),
    linear-gradient(135deg, rgba(66, 52, 37, 0.96), rgba(199, 154, 92, 0.26));
}

.film-card:nth-child(3n) {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.5)),
    linear-gradient(135deg, rgba(24, 23, 22, 0.96), rgba(87, 68, 47, 0.94));
}

.film-card strong,
.package-card strong {
  font-size: 1.15rem;
  font-family: "Baskerville", "Palatino Linotype", Georgia, serif;
}

.film-card small {
  color: rgba(255, 248, 237, 0.74);
}

.film-kicker {
  color: #f3d4a8;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.numbers-band {
  padding: 1.3rem 0 2.4rem;
  background: #161412;
  color: #fff9ef;
}

.numbers-band .section-heading h2 {
  color: #fff9ef;
}

.numbers-band .eyebrow,
.numbers-band .section-heading p {
  color: rgba(255, 248, 237, 0.74);
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.numbers-grid article {
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.numbers-grid strong {
  display: block;
  font-size: 2rem;
  color: #f3d4a8;
  font-family: "Baskerville", "Palatino Linotype", Georgia, serif;
}

.numbers-grid span {
  color: rgba(255, 248, 237, 0.72);
}

.section-dark {
  background: linear-gradient(180deg, #1a1714 0%, #100f0d 100%);
  color: #fff9ef;
}

.section-dark .eyebrow,
.section-dark p {
  color: rgba(255, 248, 237, 0.74);
}

.section-dark h2 {
  color: #fff9ef;
}

.package-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.package-card {
  position: relative;
  overflow: hidden;
  min-height: 17rem;
  display: grid;
  align-content: end;
  gap: 0.6rem;
  padding: 1.25rem;
  border-radius: 12px;
  color: #fff9ef;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, transparent 0%, rgba(10, 9, 8, 0.78) 55%, rgba(10, 9, 8, 0.94) 100%),
    linear-gradient(135deg, rgba(199, 154, 92, 0.28), rgba(36, 31, 27, 0.98));
}

.package-card span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.8rem;
  color: rgba(243, 212, 168, 0.92);
  font-family: "Baskerville", "Palatino Linotype", Georgia, serif;
}

.package-card p {
  color: rgba(255, 248, 237, 0.76);
  margin: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  padding: 1.2rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,243,236,0.92));
  box-shadow: var(--shadow);
}

.feature-card h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
}

.popular-groups {
  display: grid;
  gap: 1.5rem;
}

.popular-group {
  padding: 1.35rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(22, 20, 18, 0.08);
}

.popular-group-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.popular-group-head a {
  color: var(--brand-strong);
  font-weight: 600;
}

.card-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-card-dark {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    linear-gradient(135deg, #241f1a 0%, #171412 100%);
  color: #fff9ef;
}

.content-card-dark p,
.content-card-dark .meta-list,
.team-card span,
.team-card p,
.newsroom-card span {
  color: rgba(255, 248, 237, 0.74);
}

.content-card-dark .pill {
  background: rgba(243, 212, 168, 0.14);
  color: #f3d4a8;
}

.content-card-dark .card-actions a:first-child,
.content-card-dark .card-actions a:last-child {
  color: #f3d4a8;
}

.team-stage {
  align-items: start;
}

.team-card,
.newsroom-card {
  background: linear-gradient(180deg, rgba(31, 27, 24, 0.9), rgba(15, 13, 11, 0.96));
  color: #fff9ef;
}

.cta-banner-strong {
  background:
    linear-gradient(135deg, rgba(18, 16, 14, 0.94), rgba(36, 30, 24, 0.98)),
    linear-gradient(180deg, rgba(199, 154, 92, 0.14), transparent);
  color: #fff9ef;
}

.cta-banner-strong p,
.cta-banner-strong .stack-list {
  color: rgba(255, 248, 237, 0.78);
}

.cta-banner-strong .eyebrow {
  color: #f3d4a8;
}

.cta-banner-strong .eyebrow::before {
  background: rgba(243, 212, 168, 0.44);
}

.hero-listing,
.hero-product,
.hero-article {
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.08), rgba(18, 16, 14, 0)),
    linear-gradient(180deg, rgba(255,255,255,0.44), rgba(255,255,255,0));
  padding-top: 3.8rem;
}

.ee-hero-product .hero-panel,
.hero-home .hero-panel,
.panel,
.content-card,
.hero-card,
.cta-banner,
.success-banner,
.error-banner,
.article-section {
  border-radius: 12px;
}

.site-footer {
  background: #141311;
  color: rgba(255, 248, 237, 0.86);
}

.site-footer h2,
.site-footer h3,
.site-footer a {
  color: #fff9ef;
}

.site-footer p,
.site-footer li a,
.footer-meta {
  color: rgba(255, 248, 237, 0.68);
}

.tight {
  margin-bottom: 1rem;
}

@media (max-width: 1100px) {
  .cinematic-grid,
  .package-band,
  .feature-grid,
  .numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .package-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .utility-row,
  .popular-group-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cinematic-grid,
  .numbers-grid,
  .package-band,
  .feature-grid,
  .card-grid-compact {
    grid-template-columns: 1fr;
  }

  .home-cinematic {
    padding-top: 4.2rem;
  }
}
