.page--home {
  background:
    radial-gradient(circle at 8% 0, rgba(200, 169, 106, 0.18), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(11, 37, 69, 0.22), transparent 28%),
    linear-gradient(180deg, #e8edf4 0%, #f5f2eb 46%, #efe9de 100%);
}

.page--home .site-footer {
  margin-top: clamp(4rem, 9vw, 7rem);
}

.home-hero {
  position: relative;
  margin-top: 0;
  overflow: clip;
  padding: 0;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 34px 34px;
  background:
    linear-gradient(128deg, rgba(7, 24, 45, 0.98), rgba(17, 52, 90, 0.96) 50%, rgba(27, 73, 124, 0.9) 100%),
    radial-gradient(circle at 80% 16%, rgba(227, 201, 143, 0.3), transparent 36%);
  box-shadow: inset 0 -80px 90px rgba(4, 14, 30, 0.45);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 34px 34px;
  background:
    linear-gradient(90deg, transparent 0, rgba(227, 201, 143, 0.2) 18%, transparent 36%),
    linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), rgba(227, 201, 143, 0.42) calc(100% - 1px));
  pointer-events: none;
}

.home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.3rem;
  padding: clamp(1.6rem, 5vw, 4rem) 0 clamp(2rem, 5vw, 4.5rem);
}

.home-hero__brand {
  color: #f8f7f3;
}

.home-hero__eyebrow,
.home-section__eyebrow {
  margin: 0 0 0.72rem;
  color: #e3c98f;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-hero h1 {
  color: #ffffff;
  font-size: clamp(3.1rem, 11vw, 6.8rem);
  line-height: 0.9;
  text-wrap: balance;
}

.home-hero__subtitle {
  margin-top: 0.95rem;
  max-width: 28ch;
  font-size: clamp(1.04rem, 3.5vw, 1.45rem);
  line-height: 1.43;
  color: rgba(248, 247, 243, 0.9);
}

.home-hero__intro {
  margin-top: 1.25rem;
  max-width: 62ch;
  padding: 1rem;
  border: 1px solid rgba(227, 201, 143, 0.26);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(7px);
  box-shadow: 0 16px 30px rgba(3, 10, 22, 0.22);
}

.home-hero__intro p {
  margin: 0;
  color: rgba(248, 247, 243, 0.92);
  line-height: 1.72;
}

.home-hero__actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-hero__visual {
  position: relative;
  min-height: 360px;
}

.home-hero__image,
.home-hero__accent {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(227, 201, 143, 0.25);
  box-shadow: 0 20px 40px rgba(4, 14, 30, 0.28);
}

.home-hero__image {
  height: 100%;
  min-height: 340px;
  border-radius: 26px;
}

.home-hero__accent {
  position: absolute;
  right: 0;
  bottom: -1.7rem;
  width: min(48%, 220px);
  border-radius: 20px;
}

.home-hero__image img,
.home-hero__accent img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-seal {
  position: absolute;
  top: -0.7rem;
  left: -0.8rem;
  width: clamp(110px, 29vw, 190px);
  aspect-ratio: 1;
  padding: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(227, 201, 143, 0.3);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.04));
  box-shadow: 0 12px 26px rgba(3, 10, 22, 0.26);
}

.home-seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-highlights {
  position: relative;
  z-index: 2;
  margin-top: -1.2rem;
}

.home-highlights__grid,
.home-narrative__grid,
.home-teasers__grid {
  display: grid;
  gap: 0.85rem;
}

.home-highlight,
.narrative-card,
.teaser-card,
.home-deep__item,
.home-cta__panel {
  border-radius: 22px;
  border: 1px solid rgba(200, 169, 106, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(244, 240, 232, 0.92));
  box-shadow: 0 14px 28px rgba(8, 27, 53, 0.09);
}

.home-highlight,
.narrative-card,
.teaser-card,
.home-cta__panel {
  padding: 1.05rem 1rem;
}

.home-highlight__label,
.narrative-card__kicker {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #b68f4a;
}

.home-highlight p,
.narrative-card p,
.teaser-card p {
  margin: 0;
  color: #31465d;
}

.narrative-card--navy {
  background: linear-gradient(160deg, #0b2545, #12395f 58%, #174877 100%);
  border-color: rgba(227, 201, 143, 0.26);
}

.narrative-card--navy p {
  color: rgba(248, 247, 243, 0.92);
}

.narrative-card--sand {
  background: linear-gradient(150deg, rgba(246, 239, 225, 0.95), rgba(255, 255, 255, 0.93));
}

.teaser-card h3 {
  margin: 0 0 0.45rem;
  color: #0b2545;
}

.teaser-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 0.8rem;
  color: #0f3a63;
  font-weight: 700;
  text-decoration: none;
}

.teaser-card a::after {
  content: ">";
  margin-left: 0.5rem;
  transition: transform 180ms ease;
}

.teaser-card a:hover::after,
.teaser-card a:focus-visible::after {
  transform: translateX(4px);
}

.home-deep {
  padding-top: 0;
}

.home-deep__item {
  margin-bottom: 0.85rem;
  overflow: hidden;
}

.home-deep__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem;
  color: #0b2545;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.home-deep__item summary::-webkit-details-marker {
  display: none;
}

.home-deep__item summary::after {
  content: "+";
  float: right;
  color: #b68f4a;
  font-size: 1.15rem;
  line-height: 1;
}

.home-deep__item[open] summary::after {
  content: "-";
}

.home-deep__content {
  padding: 0 1rem 1rem;
  display: grid;
  gap: 0.85rem;
}

.home-deep__content p {
  margin: 0;
  color: #334a62;
}

.home-cta__panel {
  background: linear-gradient(152deg, #0b2545, #143d68 54%, #1a4b82 100%);
  border-color: rgba(227, 201, 143, 0.28);
}

.home-cta__panel h2,
.home-cta__panel p {
  color: #f8f7f3;
}

.home-cta__links {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.home-cta__links a {
  display: block;
  border-radius: 16px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(227, 201, 143, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: #f8f7f3;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.home-cta__links a:hover,
.home-cta__links a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(227, 201, 143, 0.45);
}

@media (min-width: 700px) {
  .home-highlights__grid,
  .home-narrative__grid,
  .home-teasers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-cta__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .home-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: end;
    gap: 2.2rem;
  }

  .home-highlights__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-narrative__grid,
  .home-teasers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-narrative__grid .narrative-card:first-child {
    grid-column: span 2;
  }

  .home-hero__image {
    min-height: 430px;
  }

  .home-hero__accent {
    bottom: -2.2rem;
  }
}

@media (max-width: 540px) {
  .home-hero__actions .btn {
    width: 100%;
  }

  .home-hero__visual {
    min-height: 300px;
  }

  .home-hero__accent {
    width: 44%;
    bottom: -1.2rem;
  }

  .home-seal {
    top: -0.4rem;
    left: -0.4rem;
  }

  .home-cta__links a {
    min-height: 50px;
    display: flex;
    align-items: center;
  }
}