/* Helvetria Pro v5 - robust visible images */

:root {
  --paper: #fbf6ec;
  --paper2: #fffaf1;
  --navy: #071833;
  --navy2: #0b244a;
  --gold: #c7953d;
  --gold2: #d8a84f;
  --ink: #0b1930;
  --muted: #53637c;
  --line: rgba(199,149,61,.26);
  --shadow: 0 24px 80px rgba(12, 25, 45, .12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 10%, rgba(216,168,79,.22), transparent 28rem),
    linear-gradient(180deg, var(--paper2), var(--paper) 58%, #fffaf4);
}

a { color: inherit; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 88px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 clamp(22px, 5vw, 92px);
  background: rgba(255,250,241,.92);
  border-bottom: 1px solid rgba(199,149,61,.18);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: .24em;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.shield {
  width: 46px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  clip-path: polygon(50% 0,92% 18%,92% 72%,50% 100%,8% 72%,8% 18%);
  letter-spacing: 0;
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: .9rem;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
  color: #24344d;
}

.nav a:hover {
  color: var(--gold);
}

.top-cta {
  padding: 16px 22px;
  color: white;
  background: var(--navy);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 16px 36px rgba(7,24,51,.18);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  min-height: 720px;
  padding: 68px clamp(22px, 6vw, 108px);
}

.kicker {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 24px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  font-size: clamp(4.4rem, 9vw, 8rem);
  line-height: .9;
  letter-spacing: .16em;
  font-weight: 700;
}

.tagline {
  margin: 24px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  color: var(--navy);
}

.tagline span {
  color: var(--gold);
  padding: 0 10px;
}

.intro {
  max-width: 620px;
  margin: 30px 0 0;
  color: #34445c;
  font-size: 1.12rem;
  line-height: 1.75;
  font-weight: 500;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.button {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
}

.primary {
  color: white;
  background: var(--navy);
  box-shadow: 0 18px 42px rgba(7,24,51,.20);
}

.secondary {
  color: #9a6b25;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(199,149,61,.46);
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  color: #56667f;
  font-size: .93rem;
}

.trust span::before {
  content: "✦";
  color: var(--gold);
  margin-right: 8px;
}

.hero-image-wrap {
  position: relative;
}

.hero-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 470px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(7,24,51,.22);
  border: 1px solid rgba(199,149,61,.28);
}

.radar {
  position: absolute;
  left: 28px;
  bottom: 28px;
  min-width: 260px;
  padding: 20px;
  color: white;
  background: linear-gradient(135deg, rgba(7,24,51,.92), rgba(16,48,86,.90));
  border: 1px solid rgba(216,168,79,.42);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(7,24,51,.28);
}

.radar strong {
  color: var(--gold2);
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: .82rem;
}

.radar p {
  margin: 9px 0 0;
  color: rgba(255,255,255,.84);
}

.manifesto,
.pillars,
.content,
.cta-grid,
.values {
  padding-left: clamp(22px, 6vw, 108px);
  padding-right: clamp(22px, 6vw, 108px);
}

.manifesto {
  padding-top: 18px;
  padding-bottom: 44px;
}

.manifesto {
  max-width: 1280px;
}

.manifesto h2,
.section-title h2,
.light-cta h2,
.dark-cta h2 {
  margin: 12px 0 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
}

.manifesto p:not(.kicker) {
  max-width: 950px;
  color: #485870;
  font-size: 1.05rem;
  line-height: 1.75;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 48px;
}

.pillars article {
  min-height: 210px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}

.pillars div {
  color: var(--gold);
  font-size: 2.2rem;
}

.pillars h3 {
  color: #9d6e29;
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}

.pillars p {
  color: #4d5a70;
  line-height: 1.62;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-title a {
  color: var(--gold);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.cards {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 20px;
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 52px rgba(20,31,52,.10);
}

.card.big {
  grid-row: span 2;
}

.card.wide {
  grid-column: span 2;
}

.card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card.big img {
  height: 360px;
}

.card.wide img {
  height: 250px;
}

.card div {
  padding: 22px;
}

.card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(199,149,61,.13);
  color: #9d6e29;
  font-weight: 900;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.card h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.36;
}

.card p {
  margin: 12px 0 0;
  color: #617088;
  line-height: 1.65;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 34px;
}

.light-cta,
.dark-cta {
  min-height: 230px;
  padding: 34px;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 52px rgba(20,31,52,.09);
}

.light-cta {
  background: rgba(255,255,255,.82);
}

.light-cta p,
.dark-cta p {
  color: #617088;
  line-height: 1.65;
}

.light-cta strong {
  display: inline-flex;
  margin-top: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #9d6e29;
  background: rgba(199,149,61,.12);
}

.dark-cta {
  color: white;
  background:
    linear-gradient(0deg, rgba(7,24,51,.82), rgba(7,24,51,.82)),
    url("assets/helvetria-hero-v5.jpg") center / cover no-repeat;
}

.dark-cta h2,
.dark-cta p {
  color: white;
}

.dark-cta a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold2);
  font-weight: 900;
  text-decoration: none;
}

.values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  background: rgba(255,255,255,.60);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.values article {
  padding: 28px;
}

.values article + article {
  border-left: 1px solid var(--line);
}

.values strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}

.values p {
  color: #667388;
  line-height: 1.55;
}

.footer {
  margin-top: 0;
  padding: 42px clamp(22px, 6vw, 108px) 34px;
  color: rgba(255,255,255,.86);
  background: var(--navy);
}

.footer p {
  color: rgba(255,255,255,.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.footer-links a {
  color: var(--gold2);
  font-weight: 900;
  text-decoration: none;
}

.disclaimer {
  font-size: .86rem;
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 82px 24px;
}

.legal-page h1 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem,7vw,4.6rem);
}

.legal-page p {
  color: #43536b;
  line-height: 1.8;
  font-size: 1.05rem;
}

.legal-page a {
  color: var(--gold);
  font-weight: 900;
}

@media (max-width: 1180px) {
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards, .cta-grid, .values { grid-template-columns: 1fr; }
  .card.big, .card.wide { grid-row: auto; grid-column: auto; }
  .card.big img, .card.wide img, .card img { height: 260px; }
}

@media (max-width: 720px) {
  .header {
    height: auto;
    padding: 18px 20px;
  }

  .brand {
    font-size: 1.05rem;
    letter-spacing: .16em;
  }

  .top-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 48px 22px 58px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 18vw, 5rem);
    letter-spacing: .08em;
  }

  .buttons {
    flex-direction: column;
  }

  .hero-image-wrap img {
    min-height: 300px;
  }

  .radar {
    position: static;
    margin-top: 14px;
  }

  .manifesto, .pillars, .content, .cta-grid, .values {
    padding-left: 22px;
    padding-right: 22px;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .values article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}
