:root {
  --blue: #0057b8;
  --blue-dark: #003a7a;
  --blue-ink: #0a1633;
  --gold: #ffd500;
  --gold-soft: #ffe566;
  --cream: #f6f1e4;
  --paper: #fffdf7;
  --ink: #121826;
  --muted: #5b6474;
  --line: rgba(10, 22, 51, 0.12);
  --ok: #1f7a4d;
  --shadow: 0 18px 50px rgba(10, 22, 51, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--blue);
}
h1, h2, h3, .display {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.12;
  font-weight: 600;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--blue-ink); box-shadow: 0 8px 20px rgba(255, 213, 0, .35); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.4); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(246, 241, 228, .88);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 76px; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(180deg, var(--blue) 50%, var(--gold) 50%);
  display: grid; place-items: center; color: #fff; font-weight: 800;
  box-shadow: var(--shadow);
}
.brand strong { display: block; font-size: 1.05rem; }
.brand span { display: block; font-size: .78rem; color: var(--muted); }
.nav-links { display: flex; gap: 18px; align-items: center; font-weight: 600; font-size: .95rem; }
.nav-links a:hover { color: var(--blue); }
.burger { display: none; background: none; border: 0; font-size: 1.6rem; }

/* Hero */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(255,213,0,.28), transparent 28%),
    linear-gradient(160deg, #00275a 0%, #0057b8 48%, #12305f 100%);
  color: #fff;
  min-height: 88vh;
  display: grid; align-items: center;
  padding: 70px 0 90px;
}
.hero::after {
  content: "";
  position: absolute; inset: auto 0 0 0; height: 90px;
  background: linear-gradient(to bottom, transparent, var(--cream));
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.number {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.4rem, 11vw, 8.4rem);
  letter-spacing: -0.04em;
  line-height: .85;
}
.number span { color: var(--gold); }
.hero p.lead { font-size: 1.18rem; max-width: 540px; color: rgba(255,255,255,.88); margin: 18px 0 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.dove-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  padding: 28px;
  backdrop-filter: blur(10px);
}
.dove-card svg { width: 100%; height: 220px; }
.formula { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.chip {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  padding: 8px 12px; border-radius: 999px; font-size: .86rem;
}

/* Sections */
section { padding: 78px 0; }
.section-head { max-width: 680px; margin-bottom: 34px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin: 8px 0 12px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.card h3 { font-size: 1.55rem; margin: 10px 0; }
.icon { font-size: 1.8rem; }

.quote-band {
  background: var(--blue-ink);
  color: #fff;
  position: relative;
}
.quote-band blockquote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  max-width: 860px;
}
.quote-band cite { display: block; margin-top: 16px; color: var(--gold); font-style: normal; letter-spacing: .08em; text-transform: uppercase; font-size: .8rem; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.list { margin: 16px 0 0 18px; }
.list li { margin: 8px 0; }

/* Pricing */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.plan {
  background: var(--paper);
  border-radius: 26px;
  padding: 28px;
  border: 1px solid var(--line);
}
.plan.vip {
  background: linear-gradient(180deg, #0c2148, #14356e);
  color: #fff;
  border: 0;
}
.price { font-size: 3rem; font-family: "Cormorant Garamond", Georgia, serif; }
.price small { font-size: 1rem; }
.plan ul { margin: 16px 0 22px; padding-left: 18px; }
.plan ul li { margin: 8px 0; }

/* Lottery ticket */
.ticket {
  background: repeating-linear-gradient(-45deg, #fffdf7, #fffdf7 12px, #fff7d6 12px, #fff7d6 24px);
  border: 2px dashed var(--blue);
  border-radius: 18px;
  padding: 24px;
  position: relative;
}
.ticket .num {
  font-size: 3.4rem;
  letter-spacing: .12em;
  font-weight: 700;
  color: var(--blue-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
}
.soldout {
  white-space: normal;
  max-width: 92%;
  text-align: center;

  position: absolute; top: 18px; right: 18px;
  background: #b42318; color: #fff; font-weight: 800;
  padding: 6px 10px; border-radius: 8px; transform: rotate(8deg);
}

/* Heroes */
.hero-grid-people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.person {
  background: var(--paper);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.person .avatar {
  height: 150px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), #3d7ad1);
  color: var(--gold);
  font-size: 3rem;
  font-family: "Cormorant Garamond", Georgia, serif;
}
.person .body { padding: 18px; }
.person h3 { font-size: 1.4rem; }

/* Form */
form { display: grid; gap: 12px; }
label { font-weight: 700; font-size: .9rem; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
}
.note {
  background: #fff6d6;
  border-left: 4px solid var(--gold);
  padding: 14px 16px;
  border-radius: 8px;
  color: #3b3208;
  font-size: .92rem;
}
.legal {
  font-size: .82rem;
  color: var(--muted);
}

/* News */
.news { display: grid; gap: 16px; }
.news article {
  background: var(--paper);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid var(--line);
}
.news time { color: var(--muted); font-size: .85rem; }

footer {
  background: var(--blue-ink);
  color: #dbe6f7;
  padding: 40px 0 24px;
}
.foot { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 24px; }
footer a { color: var(--gold-soft); }
.copy { margin-top: 28px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; font-size: .85rem; }

.page-hero {
  background: linear-gradient(160deg, #00275a, #0057b8);
  color: #fff;
  padding: 70px 0 50px;
}
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); margin-top: 8px; }

.doves { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.doves i {
  position: absolute;
  font-style: normal;
  opacity: .18;
  animation: float 12s linear infinite;
}
@keyframes float {
  from { transform: translateY(20px); }
  to { transform: translateY(-40px); }
}

.photo-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  color: #fff;
  background: #00132d center/cover no-repeat;
}
.photo-hero .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,19,45,.25) 10%, rgba(0,19,45,.78) 100%);
}
.photo-hero .wrap { position: relative; z-index: 1; padding: 80px 0 70px; }
.mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 12px;
}
.mosaic figure { position: relative; overflow: hidden; border-radius: 18px; margin: 0; }
.mosaic img, .shot img, .split-photo img, .gallery figure img {
  width: 100%; height: 100%; object-fit: cover;
}
.mosaic figure:first-child { grid-row: 1 / span 2; }
.mosaic figcaption, .shot figcaption, .gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  color: #fff; font-size: .9rem;
}
.shot { position: relative; overflow: hidden; border-radius: 22px; min-height: 280px; }
.shot img { position: absolute; inset: 0; }
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.gallery figure {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 240px;
  margin: 0;
}
.gallery figure.wide { grid-column: span 2; min-height: 320px; }
.gallery figure.tall { min-height: 420px; }
.split-photo { border-radius: 22px; overflow: hidden; min-height: 360px; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.contrast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contrast figure {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 20px;
  margin: 0;
}
.contrast img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.person .cover {
  height: 170px;
  background: #123 center/cover no-repeat;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  text-shadow: 0 2px 16px rgba(0,0,0,.7);
}
.dark-strip {
  background: #070d18;
  color: #e8eef8;
}
.dark-strip .muted-light { color: #b7c3d6; }

@media (max-width: 900px) {
  .hero-grid, .cards, .two-col, .plans, .hero-grid-people, .foot, .mosaic, .gallery, .contrast { grid-template-columns: 1fr; }
  .mosaic { grid-template-rows: none; }
  .mosaic figure:first-child, .gallery figure.wide { grid-column: auto; grid-row: auto; min-height: 240px; }
  .nav-links {
    display: none;
    position: absolute; top: 76px; left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 16px 20px 24px;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .burger { display: block; }
  .hero { min-height: auto; padding-top: 40px; }
  .photo-hero { min-height: 70vh; }
}

.langs { display:flex; gap:6px; align-items:center; margin-left:8px; }
.langs a {
  font-size:.78rem; font-weight:800; letter-spacing:.06em;
  border:1px solid var(--line); border-radius:999px;
  padding:5px 8px; color:var(--muted);
}
.langs a.on, .langs a:hover { background:var(--blue); color:#fff; border-color:var(--blue); }
.nav { flex-wrap: wrap; }
@media (max-width:900px) {
  .langs { order:3; width:100%; justify-content:flex-end; padding-bottom:8px; }
}

.formula-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
}
.formula-cell {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 22px 16px;
  text-align: center;
}
.formula-cell .glyph {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 8vw, 5.2rem);
  line-height: 1;
  display: block;
  color: var(--gold);
}
.formula-cell .glyph.inf {
  letter-spacing: -.08em;
}
.formula-cell small { display:block; margin-top:8px; color: rgba(255,255,255,.85); font-weight:700; }
.formula-on-light .formula-cell {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.formula-on-light .formula-cell .glyph { color: var(--blue); }
.formula-on-light .formula-cell small { color: var(--muted); }
.mail-box {
  background: #0c2148;
  color: #fff;
  border-radius: 22px;
  padding: 24px;
}
.mail-box a { color: var(--gold); font-weight: 800; font-size: 1.15rem; word-break: break-all; }
@media (max-width: 900px) {
  .formula-row { grid-template-columns: 1fr; }
}
