:root{
  --bg: #fbfbfc;
  --text: #0f172a;
  --muted:#475569;
  --card:#ffffff;
  --stroke: rgba(15,23,42,.10);
  --shadow: 0 16px 40px rgba(2,6,23,.08);
  --shadow-soft: 0 10px 25px rgba(2,6,23,.06);
  --radius: 22px;
  --radius-sm: 16px;
  --accent:#0f766e;
  --accent-2:#f59e0b;
}

*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top: 72px;
}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 500px at 15% 12%, rgba(16,185,129,.14), transparent 60%),
    radial-gradient(900px 500px at 80% 18%, rgba(249,115,22,.12), transparent 65%),
    radial-gradient(900px 500px at 70% 70%, rgba(59,130,246,.10), transparent 60%),
    var(--bg);
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
[id]{scroll-margin-top: 62px}

.container{max-width:1100px; margin:0 auto; padding:0 20px}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:saturate(150%) blur(14px);
  background: rgba(251,251,252,.78);
  border-bottom:1px solid rgba(15,23,42,.08);
}
.header-inner{
  display:grid;
  grid-template-columns: 1fr;
  max-width:1100px;
  margin:0 auto;
  width:100%;
  gap:14px;
  align-items:start;
  padding:14px 20px;
}
.brand{display:flex; gap:12px; align-items:center; min-width: 260px;}
.brand-mark{
  width:42px; height:42px;
  display:grid; place-items:center;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(15,118,110,.12), rgba(245,158,11,.10));
  border:1px solid rgba(15,23,42,.10);
  font-weight:800;
}
.brand-name{font-weight:800; letter-spacing:-0.02em; font-size:15px;}
.brand-tagline{display:block; color:var(--muted); font-size:12px; margin-top:2px;}

.site-nav{
  display:flex;
  gap:18px;
  justify-content:flex-start;
  align-items:center;
  flex-wrap:nowrap;
  overflow-x:auto;
}
.site-nav a{
  font-size:13px;
  color:rgba(15,23,42,.76);
  padding:8px 10px;
  border-radius:999px;
}
.site-nav a:hover{background:rgba(15,23,42,.06)}

.header-actions{display:flex; justify-content:flex-end; align-items:center; gap:10px;}
.header-toprow{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}
.header-mainrow{display:none}
.lang{
  display:flex; align-items:center; gap:8px;
  padding:8px 10px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:999px;
  background:rgba(255,255,255,.7);
}
.lang-label{font-size:12px; color:rgba(15,23,42,.75)}
.lang select{border:0; background:transparent; font-weight:600; outline:none;}

.social{display:flex; gap:8px;}
.social-btn{
  width:36px; height:36px;
  display:grid; place-items:center;
  border-radius:12px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.7);
  transition: transform .12s ease, box-shadow .12s ease;
}
.social-btn:hover{transform: translateY(-1px); box-shadow: var(--shadow-soft)}
.social-btn svg{width:18px; height:18px; fill:rgba(15,23,42,.78)}

.nav-toggle{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.10);
  background:rgba(255,255,255,.7);
}
.nav-toggle span{
  display:block;
  width:18px; height:2px;
  background:rgba(15,23,42,.75);
  margin:4px auto;
  border-radius:2px;
}

/* Banner */
.top-banner{padding:22px 0 10px;}
.banner-card{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.55);
}
.banner-card img{
  width:100%;
  max-height:220px;
  object-fit:cover;
}

/* Hero */
.hero{padding:26px 0 18px;}
.hero-grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:22px; align-items:stretch;}
.hero-copy{
  background: rgba(255,255,255,.75);
  border:1px solid rgba(15,23,42,.10);
  border-radius: var(--radius);
  padding:26px;
  box-shadow: var(--shadow);
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(15,118,110,.10);
  border:1px solid rgba(15,118,110,.18);
  color: rgba(15,23,42,.82);
  font-weight:600;
  font-size:12px;
}
.pill:before{
  content:"";
  width:10px; height:10px;
  border-radius:999px;
  background: rgba(15,118,110,.55);
  box-shadow: 0 0 0 4px rgba(15,118,110,.14);
}
.hero h1{margin:14px 0 10px; font-size:44px; line-height:1.05; letter-spacing:-0.03em;}
.lead{margin:0 0 18px; color:rgba(15,23,42,.78); font-size:15px; line-height:1.6;}

.hero-media{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.55);
}
.hero-media img{width:100%; height:100%; object-fit:cover; min-height:340px;}

.cta-row{display:flex; flex-wrap:wrap; gap:10px; margin-top:8px;}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 14px;
  border-radius: 14px;
  border:1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.85);
  font-weight:700;
  font-size:13px;
  color: rgba(15,23,42,.90);
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn:hover{transform: translateY(-1px); box-shadow: var(--shadow-soft)}
.btn.primary{background: rgba(15,118,110,.95); border-color: rgba(15,118,110,.95); color:white;}
.btn.ghost{background: transparent;}

.read-more-btn{
  margin-top:16px;
  padding:10px 14px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:999px;
  background:rgba(15,23,42,.04);
  color:rgba(15,23,42,.88);
  font:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.read-more-btn:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
  background:rgba(15,118,110,.10);
}

/* Image cards */
.image-cards{padding:12px 0 10px;}
.cards-3{display:grid; grid-template-columns: repeat(3, 1fr); gap:18px;}
.card{
  background: rgba(255,255,255,.78);
  border:1px solid rgba(15,23,42,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.card.media{overflow:hidden}
.card.media img{width:100%; height:220px; object-fit:cover;}
.card-body{padding:14px 16px 16px;}
.card-body h3{margin:0 0 6px; font-size:15px;}
.card-body p{margin:0; color:rgba(15,23,42,.72); font-size:13px; line-height:1.55;}

.manifesto-section{padding-top:10px;}
.manifesto-grid{align-items:start;}
.manifesto-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(246,250,249,.95));
}
.manifesto-preview{
  font-size:15px;
  color:rgba(15,23,42,.84);
}
.manifesto-more{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(15,23,42,.10);
}
.manifesto-more p + p{margin-top:10px;}

/* Social preview */
.social-preview{padding:26px 0;}
.section-head{margin-bottom:14px;}
.section-head h2{margin:0; font-size:22px; letter-spacing:-0.02em;}
.section-head p{margin:6px 0 0; color:rgba(15,23,42,.70); font-size:13.5px; line-height:1.6;}

.social-grid{display:grid; grid-template-columns: repeat(4, 1fr); gap:14px;}
.social-grid-instagram{grid-template-columns: repeat(3, 1fr);}
.social-card{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-soft);
  transition: transform .12s ease, box-shadow .12s ease;
}
.social-card:hover{transform: translateY(-2px); box-shadow: var(--shadow)}
.social-card img{width:100%; height:150px; object-fit:cover;}
.social-card-body{padding:12px 12px 14px; display:flex; flex-direction:column; gap:8px;}
.social-card strong{font-size:13px;}
.chip{
  width:fit-content;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.04);
  font-size:12px;
  color: rgba(15,23,42,.70);
}
.embed-note{margin-top:12px}
.embed-note p{margin:0; font-size:12.5px; color:rgba(15,23,42,.62)}
.embed-wrap{margin-top:14px; border-radius: var(--radius); overflow:hidden; border:1px solid rgba(15,23,42,.10); background: rgba(255,255,255,.75); padding: 14px;}

/* QR links */
.qr-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:16px;
}
.qr-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  text-align:center;
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-soft);
}
.qr-card h3{
  margin:0;
  font-size:16px;
}
.qr-image{
  width:100%;
  max-width:220px;
  aspect-ratio:1 / 1;
  object-fit:cover;
  border-radius:18px;
  background:
    linear-gradient(135deg, rgba(15,118,110,.08), rgba(245,158,11,.10)),
    rgba(255,255,255,.92);
  border:1px solid rgba(15,23,42,.10);
  padding:10px;
}

/* Sections */
.section{padding:28px 0;}
.grid-2{display:grid; grid-template-columns: repeat(2,1fr); gap:18px;}
.grid-3{display:grid; grid-template-columns: repeat(3,1fr); gap:18px;}
.grid-4{display:grid; grid-template-columns: repeat(4,1fr); gap:14px;}

.card{padding:18px;}
.card-top{display:flex; align-items:center; gap:10px; margin-bottom:10px;}
.icon{width:30px; height:30px; border-radius:10px; border:1px solid rgba(15,23,42,.10); background: rgba(255,255,255,.8); object-fit:cover;}
.card h3{margin:0 0 6px; font-size:16px;}
.card p{margin:0; color:rgba(15,23,42,.72); font-size:13.5px; line-height:1.65;}
.tags{margin-top:10px; color:rgba(15,23,42,.60); font-size:12.5px;}

.card.callout{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:18px;
  background: linear-gradient(135deg, rgba(15,118,110,.10), rgba(245,158,11,.08));
}

.section-photo-strip{
  margin-top:16px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.section-photo{
  width:100%;
  height:200px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  box-shadow: var(--shadow-soft);
}
.section-photo-banner{
  margin-top:14px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  box-shadow: var(--shadow-soft);
}
.section-photo-banner img{
  width:100%;
  height:260px;
  object-fit:cover;
}

.mini{
  border-radius: var(--radius-sm);
  border:1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow-soft);
  padding:14px;
}
.mini h3{margin:0 0 6px; font-size:14px;}
.mini p{margin:0; color:rgba(15,23,42,.70); font-size:13px; line-height:1.55;}

/* Contact */
.form .field{display:flex; flex-direction:column; gap:6px; margin-bottom:12px;}
.form label{font-size:12.5px; font-weight:700; color:rgba(15,23,42,.80)}
.form input, .form select, .form textarea{
  border-radius:14px;
  border:1px solid rgba(15,23,42,.12);
  padding:10px 12px;
  font-family:inherit;
  font-size:14px;
  background: rgba(255,255,255,.88);
  outline:none;
}
.form input:focus, .form select:focus, .form textarea:focus{border-color: rgba(15,118,110,.45); box-shadow: 0 0 0 4px rgba(15,118,110,.12)}
.form-note{margin-top:10px; font-size:12.5px; color:rgba(15,23,42,.60)}
.form-status{
  min-height:20px;
  margin-top:12px;
  font-size:13px;
  font-weight:600;
}
.form-status.is-success{color: #0f766e;}
.form-status.is-error{color: #b91c1c;}
.form-honeypot{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}

.side-links{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px;}
.link{padding:10px 12px; border-radius:14px; border:1px solid rgba(15,23,42,.10); background: rgba(255,255,255,.75); font-weight:700; font-size:13px;}
.divider{height:1px; background: rgba(15,23,42,.10); margin:14px 0;}
.small{font-size:12.5px; color:rgba(15,23,42,.62)}

/* Footer */
.site-footer{padding:22px 0 30px; border-top:1px solid rgba(15,23,42,.08); background: rgba(251,251,252,.65)}
.footer-inner{display:flex; justify-content:space-between; align-items:center; gap:12px;}
.site-footer p{margin:0; font-size:13px; color:rgba(15,23,42,.70)}
.to-top{font-size:13px; font-weight:800; padding:10px 12px; border-radius:14px; border:1px solid rgba(15,23,42,.10); background: rgba(255,255,255,.75)}

/* Responsive */
@media (max-width: 980px){
  .header-inner{grid-template-columns: 1fr auto; grid-template-areas:
    "brand actions"
    "nav nav";
  }
  .brand{grid-area:brand}
  .header-actions{grid-area:actions}
  .site-nav{grid-area:nav}
  .hero-grid{grid-template-columns: 1fr;}
  .hero h1{font-size:38px}
  .cards-3{grid-template-columns: 1fr;}
  .social-grid{grid-template-columns: repeat(2, 1fr);}
  .qr-grid{grid-template-columns: repeat(2, 1fr);}
  .grid-3{grid-template-columns: 1fr;}
  .grid-4{grid-template-columns: repeat(2,1fr);}
  .section-photo-strip{grid-template-columns: 1fr 1fr;}
}

@media (max-width: 720px){
  .header-inner{grid-template-columns: 1fr auto;}
  .header-toprow{
    width:100%;
    justify-content:space-between;
  }
  .site-nav{
    position:fixed;
    top:74px;
    left:16px;
    right:16px;
    padding:12px;
    background: rgba(251,251,252,.92);
    border:1px solid rgba(15,23,42,.10);
    border-radius: 18px;
    box-shadow: var(--shadow);
    display:none;
    flex-direction:column;
    align-items:stretch;
    overflow:visible;
    gap:6px;
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:12px 12px;}
  .nav-toggle{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
  }
  .brand-tagline{display:none}
  .lang-label{display:none}
  .banner-card img{max-height:160px}
  .social-grid{grid-template-columns: 1fr;}
  .qr-grid{grid-template-columns: 1fr;}
  .grid-2{grid-template-columns: 1fr;}
  .grid-4{grid-template-columns: 1fr;}
  .section-photo-strip{grid-template-columns: 1fr;}
  .section-photo-banner img{height:210px;}
}

@media (min-width: 721px){
  .header-inner{
    grid-template-columns: 1fr;
    grid-template-areas:
      "nav"
      "actions";
    align-items:start;
  }
  .site-nav{
    grid-area:nav;
    justify-content:flex-start;
    flex-wrap:nowrap;
  }
  .header-toprow{
    grid-area:actions;
    justify-content:flex-end;
    gap:10px;
  }
}
