:root {
  --ink: #0f1c24;
  --sea: #125d7d;
  --sea-deep: #08364d;
  --sky: #cdeefe;
  --mist: #f3f8fb;
  --foam: #ffffff;
  --sand: #f9efe1;
  --accent: #ff914d;
  --line: rgba(15, 28, 36, 0.12);
  --shadow: 0 24px 70px rgba(8, 54, 77, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--foam);
  font-family: "Manrope", sans-serif;
}
a { color: inherit; }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 54, 77, 0.9);
  backdrop-filter: blur(18px);
}
.header-inner,
.section-inner,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { color: #fff; text-decoration: none; line-height: 1.15; }
.brand strong,
.brand span { display: block; }
.brand strong { font-size: 1rem; font-weight: 800; }
.brand span { margin-top: 3px; font-size: 0.72rem; color: rgba(255, 255, 255, 0.68); }
.desktop-nav { display: flex; gap: 28px; }
.desktop-nav a,
.mobile-menu a { color: rgba(255, 255, 255, 0.86); text-decoration: none; font-weight: 700; font-size: 0.9rem; }
.desktop-nav a:hover,
.desktop-nav a:focus-visible { color: #fff; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.08); }
.menu-button span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 2px; background: #fff; }
.mobile-menu { display: none; padding: 4px 20px 20px; }
.mobile-menu.open { display: grid; gap: 8px; }
.mobile-menu a { padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.07); }

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 138px 0 78px;
  overflow: hidden;
  background: var(--sea-deep) url("../Foto/IMG_0314.JPG") center 46% / cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 33, 47, .96) 0%, rgba(8, 54, 77, .86) 45%, rgba(8, 54, 77, .38) 100%); }
.hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 70px; align-items: end; }
.eyebrow,
.section-kicker { margin: 0 0 18px; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1,
h2 { margin: 0; font-family: "Prata", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 760px; color: #fff; font-size: clamp(3.4rem, 7.2vw, 6.8rem); line-height: .98; }
.hero-lead { max-width: 730px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.primary-button,
.secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 800; }
.primary-button { color: #1d120a; background: var(--accent); box-shadow: 0 16px 34px rgba(255, 145, 77, .28); }
.secondary-button { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible { transform: translateY(-2px); }
.counter-card { padding: 32px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; color: #fff; background: rgba(5,33,47,.78); backdrop-filter: blur(20px); box-shadow: var(--shadow); }
.counter-status { display: inline-flex; margin: 0; padding: 7px 12px; border-radius: 999px; background: rgba(205, 238, 254, .14); color: var(--sky); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.counter-number { display: block; margin-top: 24px; font-family: "Prata", serif; font-size: clamp(5rem, 10vw, 8rem); line-height: .9; font-weight: 400; color: var(--accent); }
.counter-label { display: block; margin-top: 14px; font-size: 1.12rem; font-weight: 800; }
.counter-note { margin: 18px 0 0; color: rgba(255,255,255,.72); line-height: 1.6; }
.counter-updated { min-height: 20px; margin: 18px 0 0; color: rgba(255,255,255,.48); font-size: .8rem; }

.collection-section,
.updates-section,
.documents-section,
.closing-section { padding: 96px 0; scroll-margin-top: 78px; }
.collection-section { background: var(--sand); }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.08; }
.collection-copy { padding-top: 30px; }
.collection-copy p { margin: 0; font-size: 1.08rem; line-height: 1.8; }
.privacy-note { margin-top: 24px !important; padding: 20px 22px; border-left: 4px solid var(--sea); background: rgba(255,255,255,.7); font-size: .94rem !important; }
.updates-section { background: var(--foam); }
.documents-section { background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading > p { margin: 0; color: rgba(15,28,36,.68); line-height: 1.75; }
.timeline { position: relative; display: grid; gap: 2px; padding-left: 32px; }
.timeline::before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 8px; width: 2px; background: var(--line); }
.timeline-item { position: relative; padding: 24px 26px 26px; border-bottom: 1px solid var(--line); }
.timeline-item::before { content: ""; position: absolute; top: 31px; left: -30px; width: 14px; height: 14px; border: 4px solid var(--foam); border-radius: 50%; background: var(--sea); box-shadow: 0 0 0 1px var(--sea); }
.timeline-date { color: var(--sea); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.timeline-item h3 { margin: 8px 0 0; font-size: 1.3rem; }
.timeline-item p { margin: 10px 0 0; max-width: 800px; color: rgba(15,28,36,.72); line-height: 1.75; white-space: pre-line; }
.documents-list { display: grid; gap: 14px; }
.document-card { display: grid; grid-template-columns: 130px minmax(0,1fr) auto; gap: 26px; align-items: center; padding: 24px 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.document-meta { color: var(--sea); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.document-card h3 { margin: 0; font-size: 1.1rem; }
.document-card p { margin: 7px 0 0; color: rgba(15,28,36,.68); line-height: 1.55; }
.document-link { padding: 11px 17px; border-radius: 999px; color: var(--sea-deep); background: var(--sky); text-decoration: none; font-weight: 800; white-space: nowrap; }
.empty-state { margin: 0; padding: 30px; border: 1px dashed rgba(18,93,125,.3); border-radius: 18px; color: rgba(15,28,36,.62); background: rgba(255,255,255,.55); }
.closing-section { background: var(--sea-deep); }
.closing-card { color: #fff; }
.closing-card h2 { max-width: 920px; }
.closing-card > p:not(.section-kicker) { max-width: 760px; margin: 22px 0 30px; color: rgba(255,255,255,.72); line-height: 1.75; }
footer { padding: 32px 0; color: #fff; background: #061f2c; }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-inner p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: .86rem; }
.footer-inner a { color: var(--sky); font-weight: 700; }
.noscript { margin: 0; padding: 16px; text-align: center; background: #fff2cc; }

@media (max-width: 860px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 42px; }
  .counter-card { max-width: 520px; }
  .collection-grid,
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .collection-copy { padding-top: 0; }
  .document-card { grid-template-columns: 100px minmax(0,1fr); }
  .document-link { grid-column: 2; justify-self: start; }
}

@media (max-width: 560px) {
  .header-inner,
  .section-inner,
  .footer-inner,
  .hero-inner { width: min(100% - 28px, 1180px); }
  .brand span { display: none; }
  .hero { padding: 118px 0 58px; background-position: 60% center; }
  .hero h1 { font-size: clamp(2.85rem, 15vw, 4.4rem); }
  .hero-actions { display: grid; }
  .counter-card { padding: 26px 22px; }
  .collection-section,
  .updates-section,
  .documents-section,
  .closing-section { padding: 68px 0; }
  .timeline { padding-left: 22px; }
  .timeline-item { padding-inline: 18px 0; }
  .timeline-item::before { left: -20px; }
  .document-card { grid-template-columns: 1fr; gap: 12px; }
  .document-link { grid-column: 1; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
