:root {
  --head-accent: #1f8a70;
  --head-accent-dark: #12624f;
  --head-ink: #15241f;
  --head-muted: #62716b;
  --head-soft: #f2f7f4;
  --head-warm: #f6f2e9;
  --head-white: #ffffff;
  --head-border: #dfe8e3;
  --head-shadow: 0 18px 60px rgba(18, 50, 40, .10);
  --head-radius: 22px;
  --head-max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--head-ink); background: #fff; font-family: Inter, "Noto Sans Bengali", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--head-accent); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--head-max)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 840px); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; top: 10px; left: 10px; padding: 10px 16px; background: #fff; z-index: 99999; }

.topbar { background: #0c3f34; color: #dceee8; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-contact { display: flex; gap: 20px; }
.topbar a:hover { color: #fff; }
.topbar-note { opacity: .8; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.is-scrolled { border-color: var(--head-border); box-shadow: 0 8px 30px rgba(20,50,40,.06); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.site-branding { margin-right: auto; }
.custom-logo { max-height: 64px; width: auto; }
.brand-mark { display: flex; align-items: center; gap: 12px; color: var(--head-ink); }
.brand-icon { width: 48px; height: 48px; border-radius: 14px 6px 14px 6px; display: grid; place-items: center; background: var(--head-accent); color: #fff; font-size: 24px; font-weight: 900; box-shadow: 0 8px 20px rgba(31,138,112,.22); }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 22px; letter-spacing: .06em; }
.brand-text small { font-size: 10px; color: var(--head-muted); max-width: 260px; margin-top: 3px; }
.primary-nav ul { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.primary-nav li { position: relative; }
.primary-nav a { display: block; padding: 12px 10px; font-size: 14px; font-weight: 650; }
.primary-nav .sub-menu { opacity: 0; visibility: hidden; transform: translateY(8px); position: absolute; top: calc(100% - 2px); left: 0; width: 230px; padding: 10px; display: block; background: #fff; border: 1px solid var(--head-border); border-radius: 14px; box-shadow: var(--head-shadow); transition: .2s ease; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav .sub-menu a { padding: 9px 11px; border-radius: 8px; }
.primary-nav .sub-menu a:hover { background: var(--head-soft); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--head-border); background: #fff; border-radius: 10px; padding: 11px; cursor: pointer; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--head-ink); margin: 4px 0; }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 12px; background: var(--head-accent); color: #fff; font-weight: 750; border: 1px solid var(--head-accent); transition: .2s ease; box-shadow: 0 9px 24px rgba(31,138,112,.20); }
.btn:hover { color: #fff; background: var(--head-accent-dark); border-color: var(--head-accent-dark); transform: translateY(-1px); }
.btn-small { min-height: 42px; padding-inline: 17px; font-size: 14px; }
.btn-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); box-shadow: none; }
.btn-ghost:hover { background: #fff; color: var(--head-ink); border-color: #fff; }
.btn-dark { background: var(--head-ink); border-color: var(--head-ink); box-shadow: none; }
.btn-light { background: #fff; color: var(--head-ink); border-color: #fff; box-shadow: none; }
.btn-light:hover { background: var(--head-warm); color: var(--head-ink); border-color: var(--head-warm); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--head-accent-dark); font-weight: 750; }
.text-link.muted { font-size: 13px; color: var(--head-muted); }
.eyebrow { display: inline-block; margin-bottom: 14px; color: #c9eee4; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.dark { color: var(--head-accent-dark); }

.hero { position: relative; overflow: hidden; min-height: 650px; color: #fff; background: #103f34; background-image: var(--hero-image, radial-gradient(circle at 75% 30%, rgba(55,164,130,.65), transparent 30%), linear-gradient(120deg, #103f34 0%, #165a49 48%, #0f322b 100%)); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: auto -10% -45% 30%; height: 650px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transform: rotate(-8deg); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,38,31,.92), rgba(8,38,31,.58) 60%, rgba(8,38,31,.3)); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.hero-copy { max-width: 760px; padding-block: 80px; }
.hero h1 { font-size: clamp(48px, 7vw, 86px); line-height: 1.02; letter-spacing: -.045em; margin: 0 0 24px; max-width: 900px; }
.hero-copy > p { font-size: clamp(18px, 2vw, 21px); max-width: 680px; color: #e4f1ed; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-card { justify-self: end; max-width: 360px; padding: 28px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); border-radius: 22px; backdrop-filter: blur(14px); box-shadow: 0 24px 80px rgba(0,0,0,.18); }
.hero-card-label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: #bfeadd; }
.hero-card h2 { font-size: 28px; line-height: 1.15; margin: 11px 0; }
.hero-card p { color: #e5f1ed; font-size: 15px; }
.hero-card-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.hero-card-points span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; font-size: 11px; font-weight: 700; }

.stats-section { position: relative; z-index: 5; margin-top: -35px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--head-border); border-radius: 18px; box-shadow: var(--head-shadow); overflow: hidden; }
.stat { min-height: 142px; padding: 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--head-border); }
.stat:last-child { border-right: 0; }
.stat strong { color: var(--head-accent-dark); font-size: 36px; letter-spacing: -.03em; line-height: 1; }
.stat span { margin-top: 8px; font-size: 13px; color: var(--head-muted); font-weight: 650; }

.section { padding: 100px 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.section-copy h2, .section-heading h2, .impact-copy h2, .document-panel h2, .cta-inner h2, .contact-card h2 { font-size: clamp(36px, 5vw, 54px); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 20px; }
.section-copy > p, .section-heading > p { color: var(--head-muted); font-size: 18px; }
.visual-placeholder { position: relative; min-height: 480px; border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 30% 20%, #d9eee7, transparent 34%), linear-gradient(145deg, #f3f8f5, #e6efe9); border: 1px solid var(--head-border); }
.impact-ring { position: absolute; width: 280px; height: 280px; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 40px solid rgba(31,138,112,.12); display: grid; place-items: center; }
.impact-ring::before { content: ""; position: absolute; inset: 24px; border: 1px dashed var(--head-accent); border-radius: 50%; }
.impact-ring span { width: 120px; height: 120px; border-radius: 50%; background: var(--head-accent); display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 28px; box-shadow: 0 20px 50px rgba(31,138,112,.25); }
.floating-card { position: absolute; padding: 11px 14px; border-radius: 12px; background: #fff; box-shadow: 0 14px 30px rgba(20,60,48,.13); font-size: 13px; font-weight: 800; color: var(--head-accent-dark); }
.card-one { top: 80px; left: 46px; }.card-two { right: 45px; top: 120px; }.card-three { left: 90px; bottom: 60px; }
.about-visual img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 28px; box-shadow: var(--head-shadow); }
.check-list { margin: 28px 0; display: grid; gap: 12px; }
.check-list span { position: relative; padding-left: 30px; font-weight: 650; }
.check-list span::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: #ddf4ed; color: var(--head-accent-dark); font-size: 12px; font-weight: 900; }

.focus-section { background: var(--head-soft); }
.section-heading { margin-bottom: 44px; }
.section-heading.centered { max-width: 780px; margin-inline: auto; text-align: center; margin-bottom: 46px; }
.section-heading.inline { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading.inline h2 { margin-bottom: 0; }
.focus-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.focus-card { min-height: 270px; padding: 30px; border-radius: 18px; background: #fff; border: 1px solid var(--head-border); transition: .2s ease; }
.focus-card:hover { transform: translateY(-4px); box-shadow: var(--head-shadow); border-color: transparent; }
.focus-number { color: var(--head-accent); font-weight: 900; font-size: 13px; }
.focus-card h3 { margin: 45px 0 10px; font-size: 22px; line-height: 1.2; }
.focus-card p { color: var(--head-muted); margin: 0; font-size: 15px; }

.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.content-card { overflow: hidden; border: 1px solid var(--head-border); border-radius: 18px; background: #fff; transition: .2s ease; }
.content-card:hover { transform: translateY(-5px); box-shadow: var(--head-shadow); }
.card-media { display: block; aspect-ratio: 3/2; overflow: hidden; background: #e7f0eb; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.content-card:hover .card-media img { transform: scale(1.035); }
.placeholder-media { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #d9eee7, #f4efe2); }
.placeholder-media span { color: var(--head-accent-dark); font-weight: 900; font-size: 36px; opacity: .7; }
.card-body { padding: 24px; }
.card-kicker { color: var(--head-accent-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .10em; font-weight: 850; }
.card-body h3 { font-size: 22px; line-height: 1.25; margin: 10px 0; }
.card-body p { color: var(--head-muted); font-size: 15px; margin: 0 0 18px; }

.impact-band { padding: 100px 0; color: #fff; background: #123d34; overflow: hidden; }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.impact-copy p { color: #d8e8e3; max-width: 650px; font-size: 18px; }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.principles-grid div { min-height: 150px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.04); }
.principles-grid strong { color: #82d7bf; font-size: 13px; }.principles-grid span { font-size: 18px; font-weight: 800; }

.news-section { background: #fff; }
.documents-section { padding-top: 0; }
.document-panel { padding: 46px; border-radius: 24px; background: var(--head-warm); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.document-panel > div { max-width: 760px; }.document-panel h2 { font-size: clamp(32px,4vw,48px); }.document-panel p { color: var(--head-muted); }
.cta-section { padding: 90px 0; color: #fff; background: var(--head-accent); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-inner > div { max-width: 760px; }.cta-inner h2 { margin-bottom: 12px; }.cta-inner p { margin: 0; color: #e6fff8; font-size: 18px; }

.page-hero { color: #fff; background: linear-gradient(125deg, #113e34, #1a6c57); }
.page-hero.compact { padding: 92px 0 80px; }.page-hero.single-hero { padding: 110px 0 90px; }
.page-hero h1 { margin: 0; max-width: 950px; font-size: clamp(42px,6vw,68px); line-height: 1.05; letter-spacing: -.04em; }
.page-hero p, .archive-description { color: #dcece7; max-width: 700px; }
.post-meta { margin-top: 20px; color: #d4e7e1; font-size: 14px; }
.article-wrap { padding-top: 70px; }.featured-image { margin-bottom: 40px; }.featured-image img { border-radius: 18px; }
.entry-content { font-size: 18px; }.entry-content > * { max-width: 100%; }.entry-content h2 { margin-top: 2em; font-size: 34px; line-height: 1.2; }.entry-content h3 { margin-top: 1.6em; font-size: 26px; }.entry-content a { color: var(--head-accent-dark); text-decoration: underline; }.entry-content blockquote { margin: 34px 0; padding: 24px 30px; border-left: 4px solid var(--head-accent); background: var(--head-soft); border-radius: 0 14px 14px 0; }
.wp-block-gallery { gap: 14px !important; }.wp-block-gallery img { border-radius: 14px; }
.empty-state { grid-column: 1 / -1; padding: 50px; border-radius: 18px; background: var(--head-soft); text-align: center; }.empty-state h2,.empty-state h3 { margin-top: 0; }
.nav-links { margin-top: 40px; display: flex; gap: 8px; }.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--head-border); border-radius: 9px; }.page-numbers.current { background: var(--head-accent); color: #fff; border-color: var(--head-accent); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }.contact-card { padding: 40px; background: var(--head-soft); border-radius: 22px; }.contact-card h2 { font-size: 40px; }.contact-lines strong { color: var(--head-accent-dark); }.form-hint { margin-top: 30px; padding: 22px; border: 1px dashed #9eb8ae; border-radius: 14px; background: #fbfdfc; color: var(--head-muted); }
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 46px; }.team-card { border: 1px solid var(--head-border); border-radius: 18px; overflow: hidden; background: #fff; }.team-card img,.team-placeholder { width: 100%; aspect-ratio: 1/1; object-fit: cover; }.team-placeholder { display: grid; place-items: center; background: var(--head-soft); color: var(--head-accent-dark); font-size: 34px; font-weight: 900; }.team-body { padding: 20px; }.team-body h3 { margin: 0 0 6px; font-size: 19px; }.team-body p { margin: 0; color: var(--head-muted); font-size: 14px; }
.error-page { min-height: 65vh; display: grid; align-items: center; text-align: center; }.error-page h1 { font-size: clamp(46px,7vw,78px); line-height: 1; margin: 0 0 20px; }

.site-footer { background: #0d2d26; color: #cfe2dc; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; }.footer-logo { color: #fff; font-weight: 950; font-size: 30px; letter-spacing: .08em; }.footer-title { color: #fff; margin: 0 0 16px; font-size: 16px; }.site-footer ul { list-style: none; padding: 0; margin: 0; }.site-footer li { margin: 8px 0; }.site-footer a:hover { color: #fff; }.footer-brand p { max-width: 390px; }.social-links { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13px; font-weight: 700; }.footer-bottom { margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; color: #92aaa2; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }.reveal { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .primary-nav { position: fixed; inset: 122px 20px auto 20px; max-height: calc(100vh - 150px); overflow: auto; background: #fff; border: 1px solid var(--head-border); border-radius: 16px; box-shadow: var(--head-shadow); padding: 16px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav ul { display: block; }.primary-nav a { padding: 10px 12px; }.primary-nav .sub-menu { opacity: 1; visibility: visible; position: static; transform: none; width: auto; box-shadow: none; border: 0; padding: 0 0 0 15px; display: block; }
  .menu-toggle { display: block; }.header-donate { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }.hero-card { display: none; }.hero-copy { max-width: 860px; }
  .focus-grid,.card-grid { grid-template-columns: repeat(2,1fr); }.team-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--head-max)); }.topbar-note { display: none; }.topbar-contact { width: 100%; justify-content: space-between; gap: 10px; }.topbar { font-size: 11px; }
  .header-inner { min-height: 72px; }.brand-text small { display: none; }.brand-icon { width: 42px; height: 42px; }.primary-nav { inset: 110px 14px auto 14px; }
  .hero,.hero-grid { min-height: 620px; }.hero-copy { padding: 80px 0 100px; }.hero h1 { font-size: clamp(48px,14vw,70px); }.hero-copy > p { font-size: 17px; }.hero-actions .btn { width: 100%; }
  .stats-section { margin-top: -28px; }.stats-grid { grid-template-columns: 1fr 1fr; }.stat { min-height: 120px; padding: 22px; border-bottom: 1px solid var(--head-border); }.stat:nth-child(2) { border-right: 0; }.stat:nth-child(3),.stat:nth-child(4) { border-bottom: 0; }.stat strong { font-size: 30px; }
  .section { padding: 74px 0; }.split-grid,.impact-grid,.contact-grid { grid-template-columns: 1fr; gap: 42px; }.focus-grid,.card-grid { grid-template-columns: 1fr; }.team-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading.inline,.document-panel,.cta-inner { align-items: flex-start; flex-direction: column; }.document-panel { padding: 30px; }.cta-inner { gap: 30px; }.cta-inner .btn { width: 100%; }
  .visual-placeholder { min-height: 380px; }.impact-ring { width: 230px; height: 230px; }.impact-ring span { width: 100px; height: 100px; }.floating-card { font-size: 11px; }.card-one { left: 20px; }.card-two { right: 18px; }.card-three { left: 40px; bottom: 35px; }
  .page-hero.compact,.page-hero.single-hero { padding: 70px 0 60px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child,.footer-grid > div:last-child { grid-column: 1/-1; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) { .stats-grid { grid-template-columns: 1fr; }.stat { border-right: 0; border-bottom: 1px solid var(--head-border) !important; }.stat:last-child { border-bottom: 0 !important; }.team-grid,.footer-grid { grid-template-columns: 1fr; }.footer-grid > div { grid-column: auto !important; }.section-copy h2,.section-heading h2,.impact-copy h2,.document-panel h2,.cta-inner h2 { font-size: 34px; } }

/* HEAD Impact 2.0 — bilingual, media, archive and launch refinements */
.topbar-actions { display: flex; align-items: center; gap: 16px; }
.language-switcher { display: inline-flex; align-items: center; gap: 2px; padding: 2px; border: 1px solid rgba(255,255,255,.20); border-radius: 999px; }
.language-switcher a { min-width: 34px; padding: 3px 8px; border-radius: 999px; text-align: center; font-size: 11px; font-weight: 800; line-height: 1.4; }
.language-switcher a.is-active { background: #fff; color: #0c3f34; }
.brand-logo-image { display: block; line-height: 0; }
.brand-logo-image img { width: min(300px, 30vw); height: auto; max-height: 62px; }
.footer-logo-image { display: inline-block; padding: 8px 12px; background: #fff; border-radius: 10px; line-height: 0; }
.footer-logo-image img { width: 260px; max-width: 100%; height: auto; }
.footer-contact-link { color: #fff; font-weight: 800; }

body.head-lang-bn { font-family: "Noto Sans Bengali", "Hind Siliguri", "SolaimanLipi", Inter, "Segoe UI", sans-serif; }
body.head-lang-bn .hero h1, body.head-lang-bn .page-hero h1, body.head-lang-bn .section-copy h2, body.head-lang-bn .section-heading h2 { letter-spacing: -.018em; line-height: 1.16; }
body.head-lang-bn .primary-nav a { font-weight: 700; }

.hero { background-image: var(--hero-image); background-size: cover; background-position: center; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof span { min-width: 120px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); color: #dcece7; font-size: 11px; line-height: 1.35; }
.hero-proof strong { display: block; color: #fff; font-size: 15px; }

.photo-frame { position: relative; min-height: 500px; border-radius: 28px; overflow: hidden; background: linear-gradient(135deg,#dbeee8,#f6f2e9); box-shadow: var(--head-shadow); }
.photo-frame > img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.photo-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; color: #fff; background: rgba(9,48,39,.86); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; backdrop-filter: blur(10px); }
.photo-badge strong { font-size: 24px; letter-spacing: .08em; }
.photo-badge span { font-size: 12px; opacity: .9; }
.check-list { display: grid; gap: 10px; margin: 26px 0; }
.check-list span { position: relative; padding-left: 28px; color: #3f5049; }
.check-list span::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--head-accent); font-weight: 900; }

.network-band { padding: 56px 0; background: var(--head-soft); border-top: 1px solid var(--head-border); border-bottom: 1px solid var(--head-border); }
.network-wrap { display: grid; grid-template-columns: 1fr 1.25fr auto; gap: 34px; align-items: center; }
.network-wrap h2 { margin: 6px 0 0; font-size: clamp(26px,3.4vw,42px); line-height: 1.12; }
.network-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.network-chips span { padding: 8px 12px; border: 1px solid #cfe0d8; border-radius: 999px; background: #fff; color: var(--head-accent-dark); font-size: 12px; font-weight: 800; }

.gallery-preview { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 16px; }
.gallery-preview figure, .head-native-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 20px; background: #e8f0ec; }
.gallery-preview img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.gallery-preview .gallery-feature img { min-height: 470px; }
.gallery-preview figcaption, .head-native-gallery figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 10px 12px; border-radius: 10px; color: #fff; background: rgba(10,43,35,.76); backdrop-filter: blur(7px); font-size: 12px; font-weight: 750; }
.head-native-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 30px 0; }
.head-native-gallery img { width: 100%; height: 360px; object-fit: cover; }
.gallery-intro { font-size: 20px; color: var(--head-muted); }

.card-meta-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 14px; }
.card-meta-row span { padding: 5px 8px; border-radius: 7px; background: var(--head-soft); color: var(--head-accent-dark); font-size: 10px; font-weight: 800; }
.document-grid .content-card { border-left: 4px solid var(--head-accent); }
.project-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-bottom: 38px; }
.project-facts > div { padding: 18px; border: 1px solid var(--head-border); border-radius: 14px; background: var(--head-soft); }
.project-facts span { display: block; color: var(--head-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.project-facts strong { display: block; margin-top: 4px; font-size: 15px; }
.source-link { margin-top: 30px; }
.team-placeholder span { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--head-accent); box-shadow: 0 14px 30px rgba(31,138,112,.2); }
.team-grid-preview { margin-top: 28px; }

.cta-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cta-contact { color: #fff; font-weight: 850; }
.cta-contact:hover { color: #fff; opacity: .82; }

.image-fallback { position: relative; min-height: 260px; background: linear-gradient(135deg,#dceee8,#f6f2e9); }
.image-fallback::after { content: "HEAD"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--head-accent-dark); font-size: 38px; font-weight: 950; letter-spacing: .08em; }
.image-fallback img { display: none !important; }

@media (max-width: 1050px) {
  .brand-logo-image img { width: 235px; }
  .network-wrap { grid-template-columns: 1fr 1fr; }
  .network-wrap > .text-link { grid-column: 1 / -1; }
  .gallery-preview { grid-template-columns: 1fr 1fr; }
  .gallery-preview .gallery-feature { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .topbar-actions { margin-left: auto; }
  .topbar-contact a:last-child { display: none; }
  .brand-logo-image img { width: 205px; max-height: 50px; }
  .hero-proof { gap: 8px; }
  .hero-proof span { min-width: calc(50% - 4px); }
  .photo-frame, .photo-frame > img { min-height: 390px; }
  .network-wrap { grid-template-columns: 1fr; }
  .network-wrap > .text-link { grid-column: auto; }
  .gallery-preview, .head-native-gallery, .project-facts { grid-template-columns: 1fr; }
  .gallery-preview .gallery-feature { grid-column: auto; }
  .gallery-preview img, .gallery-preview .gallery-feature img, .head-native-gallery img { min-height: 300px; height: 300px; }
  .cta-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .cta-contact { text-align: center; }
}
@media (max-width: 480px) {
  .brand-logo-image img { width: 170px; }
  .language-switcher a { padding-inline: 6px; }
  .hero-proof span { min-width: 100%; }
}

/* === v2.1 simplified homepage / authentic HEAD logo === */
.brand-logo-lockup,
.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand-logo-icon,
.footer-brand-logo {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(10,50,40,.10);
  overflow: hidden;
}
.brand-logo-icon img,
.footer-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-logo-text,
.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.brand-logo-text strong,
.footer-brand-text strong {
  font-size: 26px;
  line-height: 1;
  color: var(--head-accent-dark);
  letter-spacing: .05em;
}
.brand-logo-text small,
.footer-brand-text small {
  max-width: 340px;
  color: var(--head-muted);
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 700;
}

.home-hero-minimal {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.home-hero-minimal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,29,24,.18) 0%, rgba(5,29,24,.34) 38%, rgba(5,29,24,.74) 100%);
}
.home-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 90px 0 54px;
}
.home-hero-card {
  max-width: 780px;
  padding: 28px 30px;
  border-radius: 24px;
  color: #fff;
  background: rgba(8,38,31,.52);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
}
.home-hero-card h1 {
  margin: 10px 0 12px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.home-hero-card p {
  margin: 0;
  max-width: 640px;
  color: #e6f1ed;
  font-size: 17px;
}
.home-hero-card .hero-actions { margin-top: 24px; }

.compact-intro-section {
  padding-top: 54px;
  padding-bottom: 34px;
}
.compact-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr);
  gap: 28px;
  align-items: start;
}
.quick-link-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.quick-link-card {
  display: block;
  text-decoration: none;
  padding: 20px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--head-border);
  box-shadow: 0 10px 28px rgba(15,45,35,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.quick-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15,45,35,.10);
  border-color: rgba(31,138,112,.22);
}
.quick-link-card strong {
  display: block;
  color: var(--head-accent-dark);
  font-size: 18px;
  margin-bottom: 4px;
}
.quick-link-card span {
  color: var(--head-muted);
  font-size: 14px;
}

.gallery-slider-section {
  padding-top: 26px;
  padding-bottom: 72px;
}
.head-gallery-slider {
  position: relative;
  margin-top: 24px;
  padding: 0 58px;
}
.gallery-slider-viewport {
  overflow: hidden;
  border-radius: 26px;
}
.gallery-slider-track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}
.gallery-slide {
  position: relative;
  min-width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #e8f0ec;
  box-shadow: 0 18px 48px rgba(12,44,35,.10);
}
.gallery-slide img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.gallery-slide figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  color: #fff;
  background: rgba(9,36,30,.70);
  backdrop-filter: blur(7px);
  font-size: 14px;
  font-weight: 700;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.95);
  color: var(--head-accent-dark);
  box-shadow: 0 10px 24px rgba(12,44,35,.14);
  cursor: pointer;
  z-index: 2;
}
.gallery-nav-prev { left: 0; }
.gallery-nav-next { right: 0; }
.gallery-slider-footer {
  text-align: center;
  margin-top: 22px;
}

.site-footer-minimal {
  padding-top: 48px;
  background: linear-gradient(180deg, #0c2f29, #0b2521);
}
.footer-grid-minimal {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,.7fr) minmax(0,.7fr);
  gap: 30px;
  align-items: start;
}
.footer-grid-minimal .footer-brand p,
.footer-grid-minimal p,
.footer-grid-minimal a,
.footer-grid-minimal li {
  color: #dce8e4;
}
.footer-grid-minimal ul { margin: 0; padding-left: 18px; }
.footer-grid-minimal li + li { margin-top: 8px; }
.footer-grid-minimal .footer-title { color: #fff; margin-bottom: 12px; }
.footer-bottom { margin-top: 34px; }
.footer-brand-logo { width: 78px; height: 78px; border-radius: 20px; }
.footer-brand-text strong { color: #fff; }
.footer-brand-text small { color: #dce8e4; }

@media (max-width: 1024px) {
  .compact-intro-grid,
  .footer-grid-minimal {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .brand-logo-icon { width: 58px; height: 58px; border-radius: 16px; }
  .brand-logo-text strong { font-size: 20px; }
  .brand-logo-text small { max-width: 220px; font-size: 10.5px; }
  .home-hero-minimal { min-height: 62vh; }
  .home-hero-inner { padding: 70px 0 30px; }
  .home-hero-card { padding: 22px 20px; border-radius: 20px; }
  .home-hero-card p { font-size: 15px; }
  .head-gallery-slider { padding: 0 10px 54px; }
  .gallery-nav {
    top: auto;
    bottom: 0;
    transform: none;
  }
  .gallery-nav-prev { left: calc(50% - 50px); }
  .gallery-nav-next { right: calc(50% - 50px); }
  .gallery-slide img { height: 280px; }
  .footer-brand-logo { width: 64px; height: 64px; }
}
