/* Անասնաբույժների ազգային ասոցիացիա — հանրային կայք */
:root {
  --blue: #315aa8;
  --blue-deep: #173f8a;
  --navy: #0d1f47;
  --navy-soft: #142b5c;
  --orange: #f5a22a;
  --red: #ed514f;
  --ink: #15243d;
  --muted: #67748a;
  --line: #dfe5ef;
  --mist: #f2f5fa;
  --paper: #fafbfe;
  --white: #fff;
  --success: #1c765b;
  --error: #b63f47;
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 38px;
  --shadow: 0 22px 70px rgba(20, 44, 91, 0.13);
  --container: 1240px;
  --font: "Noto Sans Armenian", system-ui, sans-serif;
  --ease: 220ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open, body.member-profile-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 3px solid rgba(245, 162, 42, .65); outline-offset: 3px; }
.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; }
.section { padding: clamp(72px, 6vw, 92px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--navy); border-radius: 8px; transform: translateY(-180%); transition: transform var(--ease); }
.skip-link:focus { transform: translateY(0); }

/* Typography */
.section-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--blue); font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.section-kicker::before { width: 26px; height: 3px; background: linear-gradient(90deg, var(--red) 0 34%, var(--blue) 34% 67%, var(--orange) 67%); content: ""; }
.section-kicker--light { color: #bfcdf1; }
.section-title { max-width: 760px; margin-bottom: 18px; color: var(--navy); font-size: clamp(1.75rem, 2.55vw, 2.4rem); font-weight: 800; line-height: 1.18; letter-spacing: -.04em; text-wrap: balance; }
.section-lead { margin-bottom: 20px; color: #35455f; font-size: clamp(.86rem, 1.25vw, .96rem); font-weight: 500; line-height: 1.8; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.section-head .section-title { margin-bottom: 0; }
.section-head > p { width: min(100%, 430px); margin: 0 0 7px; color: var(--muted); }
.section-head--light .section-title { color: white; }
.section-head--light > p { color: rgba(255,255,255,.62); }
.home-page .section-title { font-size: clamp(1.75rem, 2.55vw, 2.4rem); }
.home-page .section-head > p, .home-page .contact-info > p:not(.section-kicker) { font-size: .82rem; line-height: 1.8; }
.home-page .button { min-height: 47px; gap: 12px; padding: 10px 17px; font-size: .75rem; }
.home-page .inline-link { gap: 11px; font-size: .74rem; }
.button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 12px; padding: 10px 17px; border: 1px solid transparent; border-radius: 8px; font-size: .75rem; font-weight: 800; transition: transform var(--ease), background var(--ease), color var(--ease), border-color var(--ease), box-shadow var(--ease); }
.button span { font-size: 1.05rem; transition: transform var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translateX(4px); }
.button--primary { color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(49, 90, 168, .22); }
.button--primary:hover { background: var(--blue-deep); box-shadow: 0 15px 34px rgba(49, 90, 168, .3); }
.button--text { color: var(--navy); background: transparent; border-color: var(--line); }
.button--text:hover, .button--outline:hover { color: white; background: var(--navy); border-color: var(--navy); }
.button--white { color: var(--navy); background: white; border-color: white; box-shadow: 0 12px 30px rgba(7, 22, 53, .2); }
.button--white:hover { background: #edf3ff; }
.button--outline { color: var(--blue-deep); background: white; border-color: #afbdd7; }
.button--full { width: 100%; }
.inline-link { display: inline-flex; align-items: center; gap: 11px; color: var(--blue-deep); font-size: .74rem; font-weight: 800; }
.inline-link span { font-size: 1.1rem; transition: transform var(--ease); }
.inline-link:hover span { transform: translateX(5px); }

/* Header */
.notice-bar { color: rgba(255,255,255,.74); background: var(--navy); font-size: .7rem; }
.notice-bar__inner { display: flex; min-height: 35px; align-items: center; justify-content: space-between; gap: 20px; }
.notice-bar p { display: flex; align-items: center; gap: 9px; margin: 0; }
.notice-bar__inner > div { display: flex; align-items: center; gap: 13px; }
.notice-bar a { color: white; font-weight: 700; }
.live-dot { width: 7px; height: 7px; background: #65d5ab; border-radius: 50%; box-shadow: 0 0 0 5px rgba(101,213,171,.1); }
.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; transition: box-shadow var(--ease), border-color var(--ease); backdrop-filter: blur(14px); }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(13,31,71,.08); }
.header-inner { display: flex; width: min(calc(100% - 44px), 1330px); min-height: 86px; align-items: center; justify-content: space-between; gap: 35px; }
.brand { width: 265px; flex: 0 0 auto; }
.brand img { height: 58px; object-fit: contain; object-position: left center; }
.brand:focus-visible { outline: 3px solid rgba(247,167,43,.7); outline-offset: 6px; border-radius: 4px; }
.header-actions { display: flex; min-width: 0; align-items: center; gap: 14px; margin-left: auto; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav > a { flex: 0 0 auto; white-space: nowrap; }
.main-nav > a:not(.nav-cta) { position: relative; display: inline-flex; min-height: 40px; align-items: center; padding: 9px 12px; color: #34445d; border-radius: 10px; font-size: .72rem; font-weight: 700; transition: color var(--ease), background var(--ease); }
.main-nav > a:not(.nav-cta)::after { display: none; }
.main-nav > a:hover { color: var(--blue-deep); background: #f1f5fc; }
.nav-link { flex: 0 0 auto; white-space: nowrap; }
.main-nav > .nav-link.is-active { color: white; background: var(--blue-deep); }
.main-nav > .nav-link.is-active::after { display: none; }
.nav-dropdown { position: relative; flex: 0 0 auto; }
.nav-dropdown::after { position: absolute; z-index: 1099; top: 100%; left: 0; width: 100%; height: 9px; content: ""; }
.nav-dropdown__trigger { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 9px 12px; color: #34445d; background: transparent; border: 0; border-radius: 10px; font-size: .72rem; font-weight: 700; line-height: 1.3; transition: color var(--ease), background var(--ease); }
.nav-dropdown__trigger span { display: inline-block; width: 7px; height: 7px; flex: 0 0 auto; border-right: 1.7px solid var(--blue); border-bottom: 1.7px solid var(--blue); font-size: 0; transform: rotate(45deg) translateY(-2px); transition: transform var(--ease), border-color var(--ease); }
.nav-dropdown:hover .nav-dropdown__trigger, .nav-dropdown:focus-within .nav-dropdown__trigger, .nav-dropdown.is-open .nav-dropdown__trigger { color: white; background: var(--blue-deep); }
.nav-dropdown:hover .nav-dropdown__trigger span, .nav-dropdown:focus-within .nav-dropdown__trigger span, .nav-dropdown.is-open .nav-dropdown__trigger span { border-color: white; transform: rotate(225deg) translateY(-2px); }
.nav-dropdown__menu { position: absolute; z-index: 1100; top: calc(100% + 8px); left: 0; display: grid; width: min(340px, 32vw); gap: 3px; padding: 9px; overflow: hidden; visibility: hidden; background: rgba(255,255,255,.98); border: 1px solid #e1e5ec; border-radius: 14px; box-shadow: 0 20px 42px rgba(13,31,71,.15); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity var(--ease), transform var(--ease), visibility var(--ease); }
.nav-dropdown--wide .nav-dropdown__menu { width: min(365px, 34vw); }
.nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown:focus-within .nav-dropdown__menu, .nav-dropdown.is-open .nav-dropdown__menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dropdown__menu a { padding: 12px 13px; color: #4f5765; border: 0; border-radius: 10px; font-size: .76rem; font-weight: 600; line-height: 1.55; transition: color var(--ease), background var(--ease), transform var(--ease); }
.nav-dropdown__menu a:hover, .nav-dropdown__menu a:focus-visible { color: var(--blue-deep); background: #f2f6fd; outline: none; transform: translateX(3px); }
.nav-cta { display: inline-flex; min-height: 40px; align-items: center; gap: 9px; padding: 9px 14px; color: white; background: var(--blue); border-radius: 10px; font-size: .72rem; font-weight: 800; transition: background var(--ease), transform var(--ease); }
.nav-cta:hover { color: white !important; background: var(--navy); transform: translateY(-2px); }
.header-membership-cta { display: inline-flex; flex: 0 0 auto; min-height: 40px; align-items: center; justify-content: center; gap: 8px; padding: 8px 13px; color: #17284c; background: #ffd277; border: 1px solid #ffd277; border-radius: 10px; box-shadow: 0 8px 18px rgba(229,159,37,.22); font-size: .68rem; font-weight: 900; line-height: 1; white-space: nowrap; transition: color var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease), transform var(--ease); }
.header-membership-cta::after { content: "↗"; font-size: .95rem; line-height: 1; }
.header-membership-cta:hover, .header-membership-cta:focus-visible { color: white; background: #e99a1e; border-color: #e99a1e; box-shadow: 0 11px 22px rgba(229,159,37,.3); outline: none; transform: translateY(-2px); }
.language-switcher { position: relative; flex: 0 0 auto; }
.language-switcher::after { position: absolute; z-index: 1199; top: 100%; right: 0; width: 100%; height: 9px; content: ""; }
.language-switcher select { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; opacity: 0; pointer-events: none; }
.language-switcher__trigger { display: inline-flex; min-width: 105px; min-height: 40px; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 12px; color: var(--blue-deep); background: var(--mist); border: 1px solid var(--line); border-radius: 10px; font-size: .67rem; font-weight: 800; transition: color var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease); }
.language-switcher__trigger:hover, .language-switcher.is-open .language-switcher__trigger { color: white; background: var(--blue-deep); border-color: var(--blue-deep); box-shadow: 0 7px 16px rgba(23,63,138,.16); }
.language-switcher__trigger i { width: 7px; height: 7px; border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform var(--ease); }
.language-switcher.is-open .language-switcher__trigger i { transform: rotate(225deg) translateY(-2px); }
.language-switcher__menu { position: absolute; z-index: 1200; top: calc(100% + 8px); right: 0; display: grid; width: max(100%, 132px); gap: 3px; padding: 7px; visibility: hidden; background: rgba(255,255,255,.99); border: 1px solid #dce4f1; border-radius: 12px; box-shadow: 0 16px 34px rgba(13,31,71,.16); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity var(--ease), transform var(--ease), visibility var(--ease); }
.language-switcher.is-open .language-switcher__menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.language-switcher__menu button { width: 100%; padding: 9px 10px; color: #4e5a70; background: transparent; border: 0; border-radius: 8px; font-size: .67rem; font-weight: 700; text-align: left; transition: color var(--ease), background var(--ease); }
.language-switcher__menu button:hover, .language-switcher__menu button.is-selected { color: white; background: var(--blue); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; transition: transform var(--ease), opacity var(--ease); }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--navy); background: white; }
.hero-visual { position: relative; min-height: clamp(540px, 44vw, 650px); margin: clamp(14px, 1.9vw, 30px) clamp(14px, 1.9vw, 30px) 0; overflow: hidden; background: #101010; border-radius: 28px; box-shadow: 0 22px 60px rgba(10,31,70,.12); }
.hero-visual::before { display: none; }
.hero::before { display: none; }
.hero-media { position: absolute; z-index: 0; inset: 0; display: grid; height: auto; place-items: center; overflow: hidden; background: #eef2f7; border: 0; }
.hero-media::after { position: absolute; inset: 0; display: block; background: linear-gradient(180deg, rgba(7,24,57,0) 0%, rgba(7,24,57,.03) 58%, rgba(5,19,48,.35) 74%, rgba(5,19,48,.94) 100%); content: ""; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; opacity: 1; transform: scale(1.01); transition: transform 8s ease; }
.hero-visual:hover .hero-media img { transform: scale(1.055); }
.hero-shape { display: none; }
.hero-grid { position: absolute; z-index: 2; inset: 0; display: flex; width: auto; align-items: stretch; justify-content: flex-start; margin: 0; padding: 32px; }
.hero-grid::before { display: none; }
.hero-copy { position: relative; z-index: 1; display: block; width: 100%; height: 100%; padding: 0; text-align: left; }
.hero-eyebrow { position: absolute; z-index: 1; top: 0; left: 0; display: inline-flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 0; padding: 6px 10px; color: rgba(255,255,255,.88); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.23); border-radius: 99px; font-size: .58rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(10px); }
.hero-eyebrow span { padding: 0; color: #ffd177; background: transparent; border: 0; }
.hero-eyebrow i { width: 20px; height: 1px; background: rgba(255,255,255,.48); }
.hero h1 { position: absolute; bottom: 118px; left: 0; max-width: 510px; margin: 0; color: white; font-family: var(--font); font-size: clamp(1.75rem, 2.35vw, 2.35rem); font-weight: 700; line-height: 1.12; letter-spacing: -.045em; text-shadow: 0 4px 28px rgba(0,0,0,.18); text-wrap: balance; }
.hero-copy > p { position: absolute; bottom: 0; left: 0; max-width: 520px; margin: 0; color: rgba(255,255,255,.9); font-size: clamp(.75rem, .82vw, .8rem); line-height: 1.7; }
.hero-actions { position: absolute; right: 0; bottom: 0; display: flex; flex-wrap: nowrap; justify-content: flex-end; gap: 10px; }
.hero .button { min-height: 43px; padding: 9px 15px; color: white; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.36); border-radius: 9px; font-size: .63rem; box-shadow: none; backdrop-filter: blur(8px); }
.hero .button span { color: inherit; background: transparent; font-size: 1rem; }
.hero .button--primary { color: var(--navy); background: #ffd277; border-color: #ffd277; }
.hero .button--primary:hover { color: var(--navy); background: white; border-color: white; }
.hero .button--text:hover { color: var(--navy); background: white; border-color: white; }
.hero-trust { display: none; }
.hero-trust p { display: flex; flex-direction: column; margin: 0; line-height: 1.45; }
.hero-trust strong { color: white; font-size: .68rem; }
.hero-trust span { color: rgba(255,255,255,.72); font-size: .58rem; }
.hero-facts { display: none; }
.hero-fact { position: relative; display: flex; min-height: 82px; flex-direction: column; justify-content: center; padding: 12px 14px 12px 17px; overflow: hidden; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.58); border-radius: 11px; box-shadow: 0 12px 25px rgba(7,25,61,.16); backdrop-filter: blur(11px); }
.hero-fact::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--orange); content: ""; }
.hero-fact--fve::before { background: linear-gradient(var(--red) 0 33%, var(--blue) 33% 66%, var(--orange) 66%); }
.hero-fact span { margin-bottom: 3px; color: #65728a; font-size: .59rem; font-weight: 700; }
.hero-fact strong { color: var(--navy); font-size: 1.22rem; line-height: 1.1; }
.hero-fact small { margin-top: 4px; color: #65728a; font-size: .59rem; }
.hero-foot { display: none; }

/* Partner showcase */
.partner-showcase { background: white; }
.partner-showcase__headline { padding: 34px 0 14px; color: var(--navy); background: white; }
.partner-showcase__headline h2 { position: relative; margin: 0; padding-bottom: 12px; color: #172d62; font-size: clamp(1.45rem, 2.25vw, 2.1rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.18; text-align: center; }
.partner-showcase__headline h2::after { position: absolute; bottom: 0; left: 50%; width: 46px; height: 3px; background: linear-gradient(90deg, #f15a4a 0 33%, #315aa8 33% 67%, #f6a523 67%); content: ""; transform: translateX(-50%); }
.partner-showcase__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 2vw, 32px); align-items: center; padding: 25px 0 32px; }
.partner-showcase__card { display: grid; min-height: 112px; place-items: center; padding: 14px; background: white; border: 1px solid #e3e7ef; box-shadow: 0 9px 20px rgba(13,31,71,.05); transition: transform var(--ease), box-shadow var(--ease); }
.partner-showcase__card:hover { box-shadow: 0 16px 34px rgba(13,31,71,.12); transform: translateY(-4px); }
.partner-showcase__card img { width: min(100%, 210px); height: 70px; object-fit: contain; }

@media (max-width: 940px) {
  .partner-showcase__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}

/* Impact */
.impact { color: white; background: var(--blue); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.impact-item { position: relative; padding: 38px 25px; text-align: center; }
.impact-item + .impact-item { border-left: 1px solid rgba(255,255,255,.18); }
.impact-item strong { display: block; margin-bottom: 7px; font-size: clamp(1.8rem, 3vw, 2.45rem); line-height: 1; }
.impact-item span { color: rgba(255,255,255,.72); font-size: .66rem; font-weight: 600; }

/* About */
.about-grid { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: clamp(65px, 8vw, 120px); }
.about-media { position: relative; padding: 38px 28px 32px 0; }
.about-media::before { position: absolute; z-index: -1; top: 0; right: 0; width: 62%; height: 74%; background: var(--mist); content: ""; }
.about-media > img { height: 590px; object-fit: cover; border-radius: 5px 55px 5px 55px; box-shadow: var(--shadow); }
.media-index { position: absolute; z-index: 2; top: 5px; left: 22px; display: flex; align-items: center; gap: 12px; padding: 8px 12px; color: var(--navy); background: white; border-radius: 5px; font-size: .65rem; font-weight: 800; box-shadow: 0 8px 25px rgba(13,31,71,.11); }
.media-index span { color: var(--orange); }
.about-since { position: absolute; right: 0; bottom: 0; display: flex; width: 210px; min-height: 112px; align-items: center; justify-content: center; gap: 14px; color: white; background: var(--navy); border-radius: 24px 5px 24px 5px; box-shadow: var(--shadow); }
.about-since strong { font-size: 2.2rem; }
.about-since span { color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 600; }
.about-history { margin-bottom: 28px; color: var(--muted); font-size: .88rem; }
.mission-list { display: grid; gap: 10px; margin-bottom: 30px; }
.mission-item { display: flex; align-items: flex-start; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #34445d; font-size: .78rem; font-weight: 650; }
.mission-item span { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: .65rem; }

/* Activity */
.section--ink { position: relative; overflow: hidden; color: white; background: var(--navy); }
.section--ink::before { position: absolute; top: -250px; right: -170px; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.focus-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.focus-card { position: relative; min-height: 270px; padding: 31px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background var(--ease); }
.focus-card::after { position: absolute; right: 0; bottom: 0; width: 0; height: 4px; background: linear-gradient(90deg, var(--red), var(--orange)); content: ""; transition: width 380ms ease; }
.focus-card:hover { background: rgba(255,255,255,.065); }
.focus-card:hover::after { width: 100%; }
.focus-card__number { display: block; margin-bottom: 55px; color: var(--orange); font-size: .72rem; font-weight: 900; }
.focus-card h3 { margin-bottom: 12px; color: white; font-size: 1.15rem; }
.focus-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .78rem; }

/* Resources */
.knowledge { background: var(--paper); }
.resource-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.resource-card { position: relative; display: flex; min-height: 335px; overflow: hidden; grid-column: span 4; align-items: end; background: var(--navy); border-radius: var(--radius-md); box-shadow: 0 12px 38px rgba(13,31,71,.1); transition: transform var(--ease), box-shadow var(--ease); }
.resource-card:first-child { grid-column: span 8; }
.resource-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.resource-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.resource-card:hover > img { transform: scale(1.05); }
.resource-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,17,45,.03) 20%, rgba(7,23,55,.92) 100%); content: ""; }
.resource-card__content { position: relative; z-index: 1; width: 100%; padding: 27px; color: white; }
.resource-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 13px; color: rgba(255,255,255,.68); font-size: .62rem; }
.resource-card__meta span:first-child { padding: 5px 8px; color: white; background: rgba(255,255,255,.14); border-radius: 5px; backdrop-filter: blur(7px); }
.resource-card h3 { max-width: 460px; margin-bottom: 9px; color: white; font-size: 1.25rem; }
.resource-card p { max-width: 540px; margin: 0; color: rgba(255,255,255,.65); font-size: .75rem; }
.resource-card__arrow { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 40px; height: 40px; place-items: center; color: var(--navy); background: white; border-radius: 50%; font-weight: 800; transition: transform var(--ease), background var(--ease); }
.resource-card:hover .resource-card__arrow { background: var(--orange); transform: rotate(45deg); }

/* Certification */
.certification { position: relative; min-height: 680px; overflow: hidden; color: white; background: var(--blue-deep); }
.certification::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(13,31,71,.98) 0%, rgba(23,63,138,.94) 51%, rgba(23,63,138,.3) 100%); content: ""; }
.certification-media { position: absolute; inset: 0 0 0 48%; }
.certification-media img { width: 100%; height: 100%; object-fit: cover; }
.certification-grid { position: relative; z-index: 2; display: grid; min-height: 680px; align-items: center; grid-template-columns: .28fr .72fr; gap: 50px; }
.certification-number { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; }
.certification-number span { color: rgba(255,255,255,.55); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.certification-number strong { color: rgba(255,255,255,.13); font-size: 7rem; line-height: .9; }
.certification-copy { max-width: 650px; padding: 80px 0; }
.certification-copy h2 { margin-bottom: 22px; color: white; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.15; letter-spacing: -.045em; }
.certification-copy > p { margin-bottom: 25px; color: rgba(255,255,255,.67); }
.certification-copy ul { display: grid; gap: 11px; margin: 0 0 31px; padding: 0; list-style: none; }
.certification-copy li { position: relative; padding-left: 26px; color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 600; }
.certification-copy li::before { position: absolute; top: 8px; left: 0; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; content: ""; }

/* Agenda */
.agenda { background: white; }
.agenda-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 130px); }
.agenda-intro { position: sticky; top: 130px; align-self: start; }
.agenda-intro > p:last-child { color: var(--muted); }
.agenda-list { border-top: 1px solid var(--line); }
.agenda-item { display: grid; align-items: center; grid-template-columns: 130px 1fr; gap: 25px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.agenda-item__date { display: flex; flex-direction: column; color: var(--muted); font-size: .62rem; }
.agenda-item__date strong { margin-top: 4px; color: var(--blue); font-size: .72rem; }
.agenda-item h3 { margin-bottom: 7px; color: var(--navy); font-size: 1.04rem; }
.agenda-item p { margin: 0; color: var(--muted); font-size: .73rem; }

/* Members */
.members { background: var(--mist); }
.member-tools { display: grid; align-items: center; grid-template-columns: 1fr 230px auto; gap: 12px; margin-bottom: 32px; }
.search-field { position: relative; }
.search-field input, .filter-field select { width: 100%; min-height: 50px; padding: 11px 15px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 8px; outline: none; }
.search-field input { padding-right: 45px; }
.search-field > span:last-child { position: absolute; top: 50%; right: 16px; color: var(--blue); font-size: 1.25rem; transform: translateY(-50%); }
.search-field input:focus, .filter-field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,90,168,.1); }
#member-result-count { margin: 0; color: var(--muted); font-size: .68rem; font-weight: 700; white-space: nowrap; }
.members-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.member-card { position: relative; width: 100%; padding: 0; overflow: hidden; color: inherit; background: white; border: 1px solid var(--line); border-radius: 16px; font: inherit; text-align: left; transition: box-shadow var(--ease), transform var(--ease); }
.member-card:hover { box-shadow: 0 18px 45px rgba(13,31,71,.13); transform: translateY(-5px); }
.member-card:focus-visible { border-color: var(--blue); outline: 3px solid rgba(49,90,168,.2); outline-offset: 3px; }
.member-card__image { position: relative; height: 280px; overflow: hidden; background: #dfe6f2; }
.member-card__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(13,31,71,.3)); content: ""; }
.member-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.86); transition: transform 500ms ease; }
.member-card:hover img { transform: scale(1.04); }
.member-card__region { position: absolute; z-index: 1; right: 12px; bottom: 12px; padding: 5px 8px; color: white; background: rgba(13,31,71,.74); border-radius: 5px; font-size: .58rem; font-weight: 700; backdrop-filter: blur(6px); }
.member-card__body { padding: 20px; }
.member-card h3 { margin-bottom: 2px; color: var(--navy); font-size: .92rem; }
.member-card__en { margin-bottom: 12px; color: #9aa4b5; font-size: .58rem; }
.member-card__role { margin: 0; color: var(--blue-deep); font-size: .65rem; font-weight: 700; }
.center-action { margin-top: 35px; text-align: center; }

/* Publications */
.publications { background: white; }
.publications-head { align-items: flex-end; gap: 32px; }
.publications-head__copy { max-width: 770px; }
.publications-head .section-title { margin-bottom: 16px; font-size: clamp(1.75rem, 2.55vw, 2.4rem); }
.publications-head__copy > p:last-child { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.8; }
.publications-head .button { flex: 0 0 auto; margin-bottom: 3px; }
.publication-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.publication-card { grid-column: span 4; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform var(--ease), box-shadow var(--ease); }
.publication-card:first-child { grid-column: span 8; }
.publication-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.publication-card__image { height: 240px; overflow: hidden; background: var(--mist); }
.publication-card:first-child .publication-card__image { height: 360px; }
.publication-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.publication-card:hover img { transform: scale(1.04); }
.publication-card__body { padding: 25px; }
.publication-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; color: var(--muted); font-size: .62rem; }
.publication-card__meta span { padding: 5px 8px; color: var(--blue); background: #edf2fb; border-radius: 5px; font-weight: 800; }
.publication-card h3 { margin-bottom: 11px; color: var(--navy); font-size: 1.1rem; line-height: 1.45; }
.publication-card:first-child h3 { font-size: 1.45rem; }
.publication-card p { margin-bottom: 18px; color: var(--muted); font-size: .74rem; }
.publication-card .inline-link { font-size: .7rem; }

/* Certification-system supporters */
.certification-supporters { overflow: hidden; background: white; }
.supporters-banner { display: grid; padding: 34px 0 14px; place-items: center; color: var(--navy); background: white; }
.supporters-banner .container { width: 100%; }
.supporters-breadcrumb { position: relative; display: flex; align-items: center; justify-content: center; margin: 0; padding-bottom: 10px; color: #172d62; text-align: center; font-size: clamp(1.35rem, 2.1vw, 2.05rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.2; }
.supporters-breadcrumb::after { position: absolute; bottom: 0; left: 50%; width: 46px; height: 3px; background: linear-gradient(90deg, #f15a4a 0 33%, #315aa8 33% 67%, #f6a523 67%); content: ""; transform: translateX(-50%); }
.supporters-logos { display: grid; max-width: 960px; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: clamp(12px, 2vw, 32px); margin-inline: auto; padding-top: 25px; padding-bottom: 32px; }
.supporter-logo { display: grid; min-height: 135px; grid-template-rows: 80px auto; align-content: center; justify-items: center; gap: 10px; padding: 14px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 10px; text-align: center; transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease); }
.supporter-logo:hover { border-color: #b3c3e0; box-shadow: 0 12px 28px rgba(13,31,71,.08); transform: translateY(-3px); }
.supporter-logo:focus-visible { outline: 3px solid rgba(49,90,168,.35); outline-offset: 4px; }
.supporter-logo__image { display: grid; width: 100%; height: 80px; place-items: center; }
.supporter-logo img { width: min(100%, 210px); max-height: 70px; object-fit: contain; }
.supporter-logo--crest img { width: min(100%, 70px); height: 70px; }
.supporter-logo__name { font-size: .58rem; font-weight: 800; line-height: 1.4; }

/* FAQ */
.faq { padding-block: clamp(58px, 5vw, 76px); }
.home-page .faq .container { width: min(calc(100% - 44px), 1040px); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr); gap: 25px clamp(38px, 5.5vw, 62px); }
.faq-copy { display: contents; }
.faq-copy__heading { grid-column: 1; }
.faq-copy__heading .section-title { max-width: 560px; margin-bottom: 0; font-size: clamp(1.6rem, 2.25vw, 2.15rem); line-height: 1.18; }
.faq-copy__details { grid-column: 2; align-self: end; padding-bottom: 5px; }
.faq-copy__details > p { max-width: 340px; margin: 0 0 12px; color: var(--muted); font-size: .76rem; line-height: 1.75; }
.faq .accordion { grid-column: 1 / -1; display: grid; gap: 10px; }
.accordion { display: grid; gap: 9px; }
.accordion-item { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; transition: border-color var(--ease), box-shadow var(--ease), background var(--ease); }
.accordion-item.is-open { border-color: #b3c3e0; box-shadow: 0 12px 30px rgba(13,31,71,.07); }
.accordion-button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; color: var(--navy); background: transparent; border: 0; text-align: left; font-size: .76rem; font-weight: 800; }
.accordion-button__icon { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 1rem; transition: transform var(--ease), background var(--ease); }
.accordion-item.is-open .accordion-button__icon { background: var(--orange); transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 300ms ease; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-panel > div { overflow: hidden; }
.accordion-panel p { margin: 0; padding: 0 20px 17px; color: var(--muted); font-size: .72rem; line-height: 1.7; }

/* Membership */
.membership { padding: 0 0 110px; }
.membership-card { position: relative; display: grid; overflow: hidden; align-items: center; grid-template-columns: .17fr .48fr .35fr; gap: 35px; padding: 55px 60px; color: white; background: linear-gradient(125deg, var(--blue-deep), var(--blue)); border-radius: var(--radius-lg); box-shadow: 0 25px 70px rgba(23,63,138,.22); }
.membership-card::after { position: absolute; top: -180px; right: -40px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.membership-mark { display: grid; width: 125px; height: 125px; place-items: center; background: white; border-radius: 50%; }
.membership-mark span { color: var(--blue); font-size: 1.35rem; font-weight: 900; }
.membership-copy { position: relative; z-index: 1; }
.membership-copy h2 { margin-bottom: 12px; color: white; font-size: clamp(1.55rem, 2.55vw, 2.25rem); line-height: 1.22; }
.membership-copy > p:last-child { margin: 0; color: rgba(255,255,255,.66); font-size: .8rem; }
.membership-actions { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; gap: 11px; }
.membership-actions small { color: rgba(255,255,255,.53); font-size: .6rem; text-align: center; }

/* Contact */
.contact { background: var(--paper); }
.contact-grid { display: grid; align-items: start; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 125px); }
.contact-info > p:not(.section-kicker) { max-width: 570px; color: var(--muted); }
.contact-info address { display: grid; gap: 0; margin-top: 38px; font-style: normal; border-top: 1px solid var(--line); }
.contact-info address > div { display: grid; grid-template-columns: 45px 1fr; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-info address > div > span { padding-top: 4px; color: var(--orange); font-size: .65rem; font-weight: 900; }
.contact-info address p { display: flex; flex-direction: column; margin: 0; }
.contact-info address small { margin-bottom: 3px; color: var(--muted); font-size: .58rem; }
.contact-info address a, .contact-info address strong { color: var(--navy); font-size: .75rem; font-style: normal; font-weight: 750; }
.contact-form { padding: 36px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; padding-bottom: 17px; color: var(--navy); border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 800; }
.form-heading i { display: grid; width: 33px; height: 33px; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-style: normal; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 6px; color: #3e4c63; font-size: .66rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; padding: 11px 13px; color: var(--ink); background: #fbfcfe; border: 1px solid #ccd5e3; border-radius: 7px; outline: none; transition: border-color var(--ease), box-shadow var(--ease); }
.field input, .field select { min-height: 47px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,90,168,.1); }
.field.has-error input, .field.has-error textarea { border-color: var(--error); }
.field small { display: block; min-height: 16px; margin-top: 3px; color: var(--error); font-size: .6rem; }
.form-status { min-height: 21px; margin: 12px 0 0; color: var(--success); font-size: .7rem; font-weight: 700; text-align: center; }
.form-status.is-error { color: var(--error); }

/* Footer */
.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.62); background: var(--navy); }
.footer-main { display: grid; grid-template-columns: minmax(220px, 1.35fr) repeat(2, minmax(115px, .65fr)) minmax(175px, .95fr) minmax(210px, 1.05fr); gap: clamp(25px, 3.2vw, 52px); padding-bottom: 48px; }
.footer-brand img { width: 270px; padding: 9px 12px; background: white; border-radius: 8px; }
.footer-brand p { max-width: 330px; margin: 20px 0 0; font-size: .72rem; }
.footer-address { display: flex; align-items: flex-start; gap: 8px; max-width: 340px; margin-top: 16px; color: rgba(255,255,255,.72); font-size: .68rem; line-height: 1.65; transition: color var(--ease); }
.footer-address > span:first-child { color: #ffd277; font-size: 1rem; line-height: 1.3; }
.footer-address:hover { color: white; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { display: grid; width: 40px; height: 40px; place-items: center; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease); }
.footer-social a:hover { color: var(--navy); background: #ffd277; border-color: #ffd277; transform: translateY(-2px); }
.footer-social b { font-size: 1.1rem; line-height: 1; }
.site-footer h2 { margin-bottom: 19px; color: white; font-size: .8rem; }
.site-footer nav { display: grid; gap: 9px; }
.site-footer nav a, .site-footer nav span { font-size: .69rem; transition: color var(--ease); }
.site-footer nav a:hover { color: white; }
.footer-map__card { display: flex; min-height: 155px; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 17px; overflow: hidden; color: white; background: linear-gradient(145deg, rgba(49,90,168,.75), rgba(10,25,59,.98)), repeating-linear-gradient(0deg, transparent 0 24px, rgba(255,255,255,.06) 25px 26px), repeating-linear-gradient(90deg, transparent 0 32px, rgba(255,255,255,.05) 33px 34px); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease); }
.footer-map__card > span { display: grid; width: 30px; height: 30px; place-items: center; margin-bottom: auto; color: var(--navy); background: #ffd277; border-radius: 9px; font-size: 1rem; }
.footer-map__card strong { font-size: .75rem; }
.footer-map__card strong i { margin-left: 5px; font-size: .9rem; font-style: normal; }
.footer-map__card small { color: rgba(255,255,255,.69); font-size: .6rem; line-height: 1.6; }
.footer-map__card:hover { color: white; border-color: #ffd277; box-shadow: 0 12px 26px rgba(0,0,0,.2); transform: translateY(-3px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: .61rem; }
.back-to-top { position: fixed; z-index: 800; right: 22px; bottom: 22px; display: grid; width: 46px; height: 46px; place-items: center; color: white; background: var(--blue); border: 0; border-radius: 50%; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity var(--ease), transform var(--ease), background var(--ease); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--navy); }
.empty-state { grid-column: 1 / -1; padding: 45px 25px; color: var(--muted); background: white; border: 1px dashed #bac6d8; border-radius: 15px; text-align: center; }
.empty-state strong { display: block; margin-bottom: 5px; color: var(--navy); }
.noscript { position: fixed; z-index: 9999; right: 15px; bottom: 15px; left: 15px; padding: 13px; color: white; background: var(--error); border-radius: 8px; text-align: center; }

/* Inner pages */
.inner-page { min-height: 62vh; background: var(--white); }
.page-hero { padding: clamp(52px, 6vw, 78px) 0 clamp(42px, 5vw, 64px); background: linear-gradient(135deg, #f5f8ff 0%, #fff 65%, #f7f9fc 100%); border-bottom: 1px solid var(--line); }
.page-hero__content { max-width: 880px; }
.page-hero .section-kicker { margin-bottom: 18px; }
.page-hero h1 { max-width: 760px; margin-bottom: 15px; color: var(--navy); font-size: clamp(1.95rem, 3.2vw, 3rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.13; text-wrap: balance; }
.page-hero p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(.82rem, 1.15vw, .92rem); line-height: 1.78; }
.page-hero--image { position: relative; overflow: hidden; color: white; background: var(--navy); isolation: isolate; }
.page-hero--image::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,22,53,.93) 0%, rgba(13,31,71,.78) 48%, rgba(13,31,71,.38) 100%); content: ""; }
.page-hero--image .page-hero__content { position: relative; z-index: 1; }
.page-hero--image .section-kicker { color: #ffd081; }
.page-hero--image h1 { color: white; text-shadow: 0 4px 24px rgba(0,0,0,.16); }
.page-hero--image p:last-child { color: rgba(255,255,255,.78); }
.page-hero__media { position: absolute; z-index: -2; inset: 0; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-content { padding: clamp(54px, 6vw, 78px) 0; }
.page-about-grid { margin: 0; }
.page-section-head { margin-bottom: 32px; }
.page-block { margin-top: clamp(48px, 6vw, 76px); }
.page-certification { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 7vw, 95px); padding: clamp(30px, 5vw, 64px); color: white; background: linear-gradient(125deg, var(--navy), var(--blue)); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.page-certification h2 { margin: 0 0 13px; color: white; font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.22; }
.page-certification p { margin: 0; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.75; }
.page-certification ul { display: grid; align-content: center; gap: 15px; margin: 0; padding: 0; list-style: none; }
.page-certification li { position: relative; padding-left: 24px; color: rgba(255,255,255,.9); font-size: .76rem; font-weight: 700; }
.page-certification li::before { position: absolute; top: .55em; left: 0; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; content: ""; }
.page-member-tools { display: grid; grid-template-columns: minmax(250px, 1.25fr) minmax(180px, .8fr) minmax(180px, .8fr) auto; align-items: end; gap: 12px; margin-bottom: 30px; }
.page-member-tools #member-result-count { margin: 0; color: var(--blue-deep); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.page-member-tools .search-field { width: 100%; }
.member-filter-field { display: grid; gap: 6px; }
.member-filter-field > span { color: #69768b; font-size: .62rem; font-weight: 800; }
.member-filter-field select { min-height: 50px; padding-right: 34px; color: var(--ink); background-color: white; border: 1px solid var(--line); border-radius: 10px; font-size: .72rem; outline: none; transition: border-color var(--ease), box-shadow var(--ease); }
.member-filter-field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,90,168,.1); }
.page-publication-grid .publication-card:first-child { grid-column: span 6; }
.page-publication-grid .publication-card:first-child .publication-card__image { height: 240px; }
.page-faq { padding-top: 0; }
.page-membership { padding-bottom: 0; }
.page-content .focus-grid { border-color: var(--line); gap: 16px; border-left: 0; }
.page-content .focus-card { min-height: 230px; padding: 27px; background: #f7f9fd; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 22px rgba(13,31,71,.035); transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); }
.page-content .focus-card:hover { background: white; border-color: #aebfe0; box-shadow: 0 16px 35px rgba(13,31,71,.1); transform: translateY(-4px); }
.page-content .focus-card h3 { color: var(--navy); font-size: 1.02rem; }
.page-content .focus-card p { color: var(--muted); font-size: .74rem; line-height: 1.7; }
.page-content .focus-card::after { height: 3px; }
.story-panel { display: grid; overflow: hidden; grid-template-columns: .92fr 1.08fr; margin-bottom: 0; background: #f5f8fd; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.story-panel__image { min-height: 420px; }
.story-panel__image img { width: 100%; height: 100%; object-fit: cover; }
.story-panel__content { padding: clamp(34px, 5vw, 70px); }
.story-panel__content h2 { max-width: 600px; margin: 0 0 15px; color: var(--navy); font-size: clamp(1.55rem, 2.35vw, 2.2rem); line-height: 1.22; }
.story-panel__content > p:last-of-type { color: var(--muted); font-size: .8rem; line-height: 1.78; }
.story-panel__numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; padding-top: 23px; border-top: 1px solid var(--line); }
.story-panel__numbers div { display: grid; gap: 4px; }
.story-panel__numbers strong { color: var(--blue-deep); font-size: 1.25rem; line-height: 1.2; }
.story-panel__numbers span { color: var(--muted); font-size: .59rem; line-height: 1.45; }
.page-image-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 195px); gap: 14px; margin-bottom: clamp(60px, 8vw, 100px); }
.page-image-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 16px; background: var(--mist); }
.page-image-grid__large { grid-row: span 2; }
.page-image-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.page-image-grid figure:hover img { transform: scale(1.04); }
.page-image-grid figcaption { position: absolute; right: 14px; bottom: 13px; left: 14px; color: white; font-size: .67rem; font-weight: 800; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.page-image-grid figure::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,22,52,.78)); content: ""; pointer-events: none; }
.page-image-grid figcaption { z-index: 1; }
.knowledge-feature { display: grid; overflow: hidden; grid-template-columns: 1fr 1fr; margin-bottom: 46px; color: white; background: var(--navy); border-radius: var(--radius-lg); }
.knowledge-feature__copy { padding: clamp(34px, 5vw, 65px); }
.knowledge-feature h2 { margin: 0 0 14px; color: white; font-size: clamp(1.55rem, 2.35vw, 2.2rem); line-height: 1.22; }
.knowledge-feature p:not(.section-kicker) { color: rgba(255,255,255,.7); font-size: .8rem; line-height: 1.78; }
.knowledge-feature__image { min-height: 355px; }
.knowledge-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.knowledge-feature__meta { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding: 9px 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 8px; }
.knowledge-feature__meta span { color: var(--orange); font-size: 1.15rem; font-weight: 900; }
.knowledge-feature__meta strong { color: white; font-size: .66rem; }
.learning-path__items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.learning-path__items article { padding: 25px; background: #f7f9fd; border: 1px solid var(--line); border-radius: 14px; }
.learning-path__items span { color: var(--orange); font-size: .72rem; font-weight: 900; }
.learning-path__items h3 { margin: 22px 0 9px; color: var(--navy); font-size: 1rem; }
.learning-path__items p { margin: 0; color: var(--muted); font-size: .72rem; }

/* Knowledge library */
.knowledge-library { padding: clamp(4px, 1vw, 14px) 0 clamp(66px, 8vw, 112px); }
.knowledge-library__heading { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 30px; }
.knowledge-library__heading h2 { max-width: 650px; margin: 0; color: var(--navy); font-size: clamp(1.7rem, 2.55vw, 2.4rem); line-height: 1.18; letter-spacing: -.04em; text-wrap: balance; }
.knowledge-library__heading > p { width: min(100%, 440px); margin: 0 0 4px; color: var(--muted); font-size: .8rem; line-height: 1.8; }
body[data-page="knowledge"] .page-content { padding-top: clamp(34px, 4.2vw, 54px); }
.animal-tabs { display: flex; gap: 9px; overflow-x: auto; margin: 0 -3px; padding: 4px 3px 12px; border-bottom: 1px solid var(--line); scrollbar-width: none; scroll-snap-type: x proximity; }
.animal-tabs::-webkit-scrollbar { display: none; }
.animal-tab { display: flex; min-width: 100px; flex: 1 0 100px; align-items: center; flex-direction: column; justify-content: center; gap: 9px; padding: 12px 8px 11px; color: #52617a; background: transparent; border: 1px solid transparent; border-radius: 16px; font-size: .68rem; font-weight: 800; line-height: 1.2; text-align: center; transition: color var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease), transform var(--ease); scroll-snap-align: start; }
.animal-tab:hover { color: var(--blue-deep); background: #f6f8fc; transform: translateY(-2px); }
.animal-tab:focus-visible { outline-offset: 2px; }
.animal-tab.is-active { color: var(--blue-deep); background: white; border-color: #d9e2f2; box-shadow: 0 9px 22px rgba(19, 45, 92, .09); }
.animal-tab__icon { display: grid; width: 47px; height: 47px; place-items: center; background: #f1f5fb; border: 1px solid #e1e9f5; border-radius: 15px; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; font-size: 1.55rem; line-height: 1; transition: background var(--ease), transform var(--ease); }
.animal-tab:hover .animal-tab__icon { transform: translateY(-2px) scale(1.04); }
.animal-tab.is-active .animal-tab__icon { background: #eef3ff; border-color: #cbd9f1; }
.animal-materials { min-height: 360px; margin-top: 23px; padding: clamp(24px, 3.5vw, 42px); background: linear-gradient(130deg, #f7f9fe 0%, #f2f6fd 100%); border: 1px solid #dfe7f2; border-radius: 25px; box-shadow: 0 16px 44px rgba(16, 39, 81, .06); }
.animal-materials__head { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.animal-materials__identity { display: flex; min-width: 0; align-items: center; gap: 17px; }
.animal-materials__icon { display: grid; width: 64px; height: 64px; flex: 0 0 auto; place-items: center; background: white; border: 1px solid #e0e8f4; border-radius: 20px; box-shadow: 0 7px 20px rgba(18, 45, 91, .07); font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; font-size: 2rem; }
.animal-materials__head .section-kicker { margin-bottom: 3px; font-size: .62rem; }
.animal-materials__head h3 { margin: 0 0 3px; color: var(--navy); font-size: clamp(1.25rem, 1.8vw, 1.55rem); line-height: 1.15; }
.animal-materials__head p:not(.section-kicker) { max-width: 600px; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.65; }
.animal-materials__count { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 33px; padding: 6px 10px; color: var(--blue-deep); background: #e8f0fd; border-radius: 99px; font-size: .67rem; font-weight: 800; white-space: nowrap; }
.animal-materials__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.knowledge-material { display: flex; min-height: 250px; flex-direction: column; padding: 21px; background: white; border: 1px solid #dfe7f2; border-radius: 17px; box-shadow: 0 7px 18px rgba(17, 43, 86, .035); transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); }
.knowledge-material:hover { border-color: #b8c9e7; box-shadow: 0 15px 28px rgba(17, 43, 86, .09); transform: translateY(-4px); }
.knowledge-material__number { width: 31px; height: 31px; margin-bottom: 25px; color: var(--orange); background: #fff7e8; border-radius: 10px; font-size: .67rem; font-weight: 900; line-height: 31px; text-align: center; }
.knowledge-material__body > span { display: block; margin-bottom: 8px; color: var(--blue); font-size: .61rem; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.knowledge-material h4 { margin: 0 0 9px; color: var(--navy); font-size: .93rem; line-height: 1.38; }
.knowledge-material p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.72; }
.knowledge-material__actions { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; }
.knowledge-material__read, .knowledge-material__download { min-height: 37px; border-radius: 9px; font-size: .67rem; font-weight: 800; transition: color var(--ease), border-color var(--ease), background var(--ease), transform var(--ease); }
.knowledge-material__read { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; color: var(--blue-deep); background: transparent; border: 1px solid transparent; }
.knowledge-material__read span { font-size: 1rem; transition: transform var(--ease); }
.knowledge-material__read:hover { color: white; background: var(--blue-deep); border-color: var(--blue-deep); }
.knowledge-material__read:hover span { transform: translateX(3px); }
.knowledge-material__download { display: inline-flex; align-items: center; justify-content: center; gap: 6px; margin-left: auto; padding: 8px 10px; color: var(--blue-deep); background: #f4f7fc; border: 1px solid #dbe5f2; }
.knowledge-material__download span { font-size: .92rem; }
.knowledge-material__download:hover { color: white; background: var(--blue); border-color: var(--blue); transform: translateY(-1px); }
.knowledge-material__download:disabled { cursor: wait; color: #91a0b8; background: #f3f5f8; border-color: #e2e7ee; transform: none; }
body.knowledge-reader-open { overflow: hidden; }
.knowledge-reader { width: min(calc(100% - 40px), 760px); max-height: min(720px, calc(100dvh - 40px)); padding: 0; color: var(--ink); background: white; border: 0; border-radius: 25px; box-shadow: 0 24px 80px rgba(3, 16, 43, .3); }
.knowledge-reader::backdrop { background: rgba(7, 20, 48, .72); backdrop-filter: blur(6px); }
.knowledge-reader__inner { position: relative; padding: clamp(28px, 5vw, 54px); }
.knowledge-reader__close { position: absolute; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; color: var(--navy); background: white; border: 1px solid #dce5f1; border-radius: 50%; box-shadow: 0 4px 14px rgba(14, 35, 77, .09); font-size: 1.38rem; line-height: 1; transition: color var(--ease), background var(--ease), transform var(--ease); }
.knowledge-reader__close:hover { color: white; background: var(--blue-deep); transform: rotate(90deg); }
.knowledge-reader__article { max-width: 610px; }
.knowledge-reader__meta { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.knowledge-reader__meta > span { display: grid; width: 35px; height: 35px; place-items: center; background: #f2f6fc; border-radius: 10px; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; font-size: 1.3rem; }
.knowledge-reader__meta p { margin: 0; color: var(--blue); font-size: .66rem; font-weight: 900; }
.knowledge-reader h2 { max-width: 550px; margin: 0 0 13px; color: var(--navy); font-size: clamp(1.45rem, 3vw, 2.05rem); line-height: 1.2; letter-spacing: -.035em; }
.knowledge-reader__lead { margin: 0 0 24px; color: var(--muted); font-size: .82rem; line-height: 1.75; }
.knowledge-reader__copy { display: grid; gap: 13px; margin-bottom: 28px; padding: 21px; background: #f5f8fd; border: 1px solid #e1e8f3; border-radius: 15px; }
.knowledge-reader__copy p { margin: 0; color: #4d5d75; font-size: .75rem; line-height: 1.82; }
.members-overview { display: grid; overflow: hidden; grid-template-columns: .95fr 1.05fr; align-items: stretch; margin-bottom: 44px; background: #f5f8fd; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.members-overview__image { min-height: 360px; }
.members-overview__image img { width: 100%; height: 100%; object-fit: cover; }
.members-overview__copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 65px); }
.members-overview__copy h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(1.55rem, 2.35vw, 2.2rem); line-height: 1.22; }
.members-overview__copy > p:last-of-type { color: var(--muted); font-size: .8rem; line-height: 1.78; }
.members-overview__stat { display: flex; align-items: baseline; gap: 10px; margin-top: 20px; }
.members-overview__stat strong { color: var(--blue-deep); font-size: 2.4rem; line-height: 1; }
.members-overview__stat span { color: var(--muted); font-size: .7rem; font-weight: 800; }
.publication-feature { display: grid; overflow: hidden; grid-template-columns: 1fr 1fr; margin-bottom: 44px; background: var(--navy); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.publication-feature__image { min-height: 410px; }
.publication-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.publication-feature__copy { padding: clamp(35px, 5vw, 70px); color: white; }
.publication-feature__copy time { display: block; margin-bottom: 17px; color: #b8c7e7; font-size: .68rem; }
.publication-feature__copy h2 { margin: 0 0 14px; color: white; font-size: clamp(1.55rem, 2.35vw, 2.2rem); line-height: 1.22; }
.publication-feature__copy > p { color: rgba(255,255,255,.72); font-size: .8rem; line-height: 1.78; }
.publication-feature__copy .button { margin-top: 12px; }
.news-feature { display: grid; overflow: hidden; grid-template-columns: 1.06fr .94fr; min-height: 485px; margin-bottom: clamp(68px, 9vw, 112px); background: #f3f7ff; border-radius: var(--radius-lg); }
.news-feature__image { position: relative; min-height: 420px; overflow: hidden; }
.news-feature__image::after { position: absolute; inset: 46% 0 0; background: linear-gradient(transparent, rgba(8,27,65,.58)); content: ""; }
.news-feature__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.news-feature:hover .news-feature__image img { transform: scale(1.035); }
.news-feature__image > span { position: absolute; z-index: 1; bottom: 20px; left: 20px; padding: 8px 11px; color: white; background: var(--blue-deep); border-radius: 7px; font-size: .62rem; font-weight: 800; }
.news-feature__copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 72px); }
.news-feature__copy time { margin: -3px 0 17px; color: var(--blue); font-size: .68rem; font-weight: 700; }
.news-feature__copy h2 { margin: 0 0 15px; color: var(--navy); font-size: clamp(1.55rem, 2.35vw, 2.2rem); line-height: 1.22; letter-spacing: -.035em; }
.news-feature__copy > p { margin-bottom: 20px; color: var(--muted); font-size: .8rem; line-height: 1.78; }
.news-library__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.news-library__head .section-kicker { margin-bottom: 11px; }
.news-library__head h2 { margin: 0; color: var(--navy); font-size: clamp(1.55rem, 2.35vw, 2.2rem); letter-spacing: -.04em; line-height: 1.22; }
.news-filter { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.news-filter button { padding: 8px 11px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 99px; font-size: .62rem; font-weight: 800; transition: color var(--ease), background var(--ease), border-color var(--ease); }
.news-filter button:hover, .news-filter button.is-active { color: white; background: var(--blue-deep); border-color: var(--blue-deep); }
.news-library__body { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(28px, 5vw, 66px); align-items: start; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px; }
.news-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 16px; transition: transform var(--ease), box-shadow var(--ease); }
.news-card:hover { box-shadow: 0 18px 40px rgba(13,31,71,.1); transform: translateY(-5px); }
.news-card__image { display: block; height: 205px; overflow: hidden; background: var(--mist); }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.news-card:hover .news-card__image img { transform: scale(1.05); }
.news-card__body { padding: 21px; }
.news-card__body > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.news-card__body > div span { padding: 4px 7px; color: var(--blue); background: #eef3fd; border-radius: 5px; font-size: .55rem; font-weight: 900; }
.news-card__body time { color: var(--muted); font-size: .57rem; }
.news-card h3 { margin: 0 0 10px; color: var(--navy); font-size: .96rem; line-height: 1.48; }
.news-card p { display: -webkit-box; margin-bottom: 16px; overflow: hidden; color: var(--muted); -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .69rem; line-height: 1.7; }
.news-card .inline-link { font-size: .67rem; }
.news-aside { padding: 27px; background: var(--navy); border-radius: 16px; }
.news-aside .section-kicker { color: #ffc55d; }
.news-aside h3 { margin: 0 0 12px; color: white; font-size: 1.25rem; line-height: 1.25; }
.news-aside > p:not(.section-kicker) { margin-bottom: 22px; color: rgba(255,255,255,.66); font-size: .72rem; line-height: 1.75; }
.news-aside__list { display: grid; border-top: 1px solid rgba(255,255,255,.16); }
.news-aside__list a { position: relative; display: grid; gap: 5px; padding: 15px 22px 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.news-aside__list time { color: #b2c4eb; font-size: .56rem; }
.news-aside__list strong { color: white; font-size: .67rem; line-height: 1.55; }
.news-aside__list span { position: absolute; top: 50%; right: 0; color: var(--orange); transform: translateY(-50%); }
.article-back { display: inline-flex; align-items: center; gap: 7px; margin: 0; padding: 6px 9px; color: var(--blue-deep); background: #f4f7fc; border: 1px solid #dce6f3; border-radius: 7px; font-size: .64rem; font-weight: 900; transition: color var(--ease), background var(--ease), border-color var(--ease); }
.article-back i { display: grid; width: 17px; height: 17px; place-items: center; color: white; background: var(--blue); border-radius: 4px; font-size: .7rem; font-style: normal; }
.article-back:hover { color: white; background: var(--blue-deep); border-color: var(--blue-deep); }
.article-back:hover i { color: var(--blue-deep); background: var(--orange); }
.article-detail { max-width: 1050px; margin: 0 auto; }
.article-detail__meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; color: var(--blue); font-size: .68rem; font-weight: 800; }
.article-detail__category-row { display: inline-flex; min-width: 0; align-items: center; gap: 10px; }
.article-detail__meta span { padding: 6px 10px; background: #eef3fd; border-radius: 6px; }
.article-detail__meta time { color: var(--muted); font-weight: 700; }
.article-detail__media { height: clamp(285px, 42vw, 525px); margin: 0 0 clamp(32px, 5vw, 60px); overflow: hidden; border-radius: 22px; background: var(--mist); box-shadow: 0 24px 55px rgba(13,31,71,.12); }
.article-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.article-detail__layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: clamp(36px, 7vw, 88px); align-items: start; }
.article-detail__copy { max-width: 690px; }
.article-detail__copy p { margin: 0 0 20px; color: var(--muted); font-size: .9rem; line-height: 2; }
.article-detail__copy .article-detail__intro { margin-bottom: 24px; color: var(--navy); font-size: 1.08rem; font-weight: 700; line-height: 1.8; }
.article-detail__aside { position: sticky; top: 110px; padding: 23px; background: #f4f7fc; border: 1px solid var(--line); border-radius: 15px; }
.article-detail__aside > p { margin: 0 0 17px; color: var(--navy); font-size: .82rem; font-weight: 900; }
.article-detail__aside dl { display: grid; gap: 14px; margin: 0 0 20px; }
.article-detail__aside dl > div { display: grid; gap: 4px; padding-top: 13px; border-top: 1px solid var(--line); }
.article-detail__aside dt { color: var(--muted); font-size: .6rem; }
.article-detail__aside dd { margin: 0; color: var(--navy); font-size: .68rem; font-weight: 800; line-height: 1.55; }
.article-detail__back-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue-deep); font-size: .65rem; font-weight: 900; }
.article-detail__back-link:hover { color: var(--orange); }
.contact-info__image { height: 215px; margin-bottom: 30px; overflow: hidden; border-radius: 16px; background: var(--mist); }
.contact-info__image img { width: 100%; height: 100%; object-fit: cover; }
.membership-details { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px, 7vw, 90px); align-items: center; }
.membership-details__image { min-height: 400px; overflow: hidden; border-radius: 18px; }
.membership-details__image img { width: 100%; height: 100%; object-fit: cover; }
.membership-details > div > p:not(.section-kicker) { color: var(--muted); font-size: .86rem; }
.benefit-grid { display: grid; gap: 10px; margin-top: 28px; }
.benefit-grid article { display: grid; grid-template-columns: 32px 1fr; gap: 11px; align-items: start; padding: 14px 0; border-top: 1px solid var(--line); }
.benefit-grid article:last-child { border-bottom: 1px solid var(--line); }
.benefit-grid span { color: var(--orange); font-size: .65rem; font-weight: 900; }
.benefit-grid h3 { margin: 0; color: var(--navy); font-size: .8rem; line-height: 1.55; }
.certification-detail, .supporters-intro { display: grid; overflow: hidden; grid-template-columns: 1fr 1fr; background: #f6f8fc; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.certification-detail__image, .supporters-intro__image { min-height: 410px; }
.certification-detail__image img, .supporters-intro__image img { width: 100%; height: 100%; object-fit: cover; }
.certification-detail__copy, .supporters-intro > div:last-child { padding: clamp(34px, 5vw, 70px); }
.certification-detail h2, .supporters-intro h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.2; }
.certification-detail p:not(.section-kicker), .supporters-intro p:not(.section-kicker) { color: var(--muted); font-size: .85rem; }
.certification-detail ul { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.certification-detail li { position: relative; padding-left: 22px; color: var(--navy); font-size: .76rem; font-weight: 700; }
.certification-detail li::before { position: absolute; top: .5em; left: 0; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; content: ""; }
.page-supporters-logos { max-width: 1100px; }

/* Գլխավոր էջի կարճ ծանոթացման բաժիններ */
.home-intro { padding: clamp(74px, 9vw, 132px) 0; }
.home-intro--about { background: #f5f8fe; }
.home-split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(42px, 8vw, 118px); align-items: center; }
.home-intro-media { position: relative; min-height: 430px; overflow: hidden; border-radius: 22px 22px 82px 22px; background: var(--mist); box-shadow: var(--shadow); }
.home-intro-media::after { position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(8,28,66,.45)); content: ""; }
.home-intro-media img { width: 100%; height: 100%; object-fit: cover; }
.home-intro-media > span { position: absolute; z-index: 1; top: 20px; right: 20px; display: grid; width: 51px; height: 51px; place-items: center; color: var(--navy); background: white; border-radius: 50%; font-size: .83rem; font-weight: 900; }
.home-intro-copy { max-width: 610px; }
.home-intro-copy h2, .home-intro-heading h2, .home-members-copy h2 { margin: 0 0 15px; color: var(--navy); font-size: clamp(1.7rem, 2.55vw, 2.4rem); line-height: 1.18; letter-spacing: -.04em; text-wrap: balance; }
.home-intro-copy > p:not(.section-kicker), .home-intro-heading > div > p, .home-members-copy > p:not(.section-kicker) { margin-bottom: 20px; color: var(--muted); font-size: .82rem; line-height: 1.8; }
.home-intro--focus { position: relative; overflow: hidden; color: white; background: var(--navy); }
.home-intro--focus::before { position: absolute; top: -240px; right: -160px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; }
.home-intro-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 44px; }
.home-intro-heading > div:first-child { max-width: 700px; }
.home-intro-heading > div:last-child { width: min(100%, 390px); }
.home-intro-heading > div > p { margin: 0 0 16px; }
.home-intro-heading__link { color: #ffc764; }
.home-intro--focus .section-kicker { color: #b9caee; }
.home-intro--focus h2 { color: white; }
.home-intro--focus .home-intro-heading > div > p { color: rgba(255,255,255,.66); }
.home-focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-focus-card { min-height: 250px; padding: 27px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; transition: background var(--ease), transform var(--ease); }
.home-focus-card:hover { background: rgba(255,255,255,.11); transform: translateY(-5px); }
.home-focus-card > span { display: block; margin-bottom: 34px; color: #ffc45c; font-size: 1rem; font-weight: 900; letter-spacing: .02em; }
.home-focus-card h3 { margin: 0 0 9px; color: white; font-size: .94rem; line-height: 1.42; }
.home-focus-card p { margin: 0; color: rgba(255,255,255,.65); font-size: .7rem; line-height: 1.72; }
.home-intro--knowledge { background: var(--white); }
.home-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.home-resource-card { display: grid; overflow: hidden; grid-template-columns: minmax(190px, .82fr) 1.18fr; min-height: 290px; background: #f6f8fc; border: 1px solid var(--line); border-radius: 17px; transition: transform var(--ease), box-shadow var(--ease); }
.home-resource-card:hover { box-shadow: 0 18px 42px rgba(13,31,71,.11); transform: translateY(-5px); }
.home-resource-card > img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; object-position: center; }
.home-resource-card > div { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 24px; }
.home-resource-card > div > span { margin-bottom: 12px; color: var(--blue); font-size: .62rem; font-weight: 900; }
.home-resource-card h3 { margin: 0 0 9px; color: var(--navy); font-size: .95rem; line-height: 1.42; }
.home-resource-card p { margin: 0 0 15px; color: var(--muted); font-size: .72rem; line-height: 1.7; }
.home-resource-card strong, .home-news-feature strong, .home-news-item span, .home-action-card strong { color: var(--blue-deep); font-size: .67rem; font-weight: 900; }
.home-resource-card i, .home-news-feature i, .home-action-card i { display: inline-block; margin-left: 8px; font-size: .95rem; font-style: normal; transition: transform var(--ease); }
.home-resource-card:hover i, .home-news-feature:hover i, .home-action-card:hover i { transform: translateX(5px); }
.home-intro--certification { padding-top: 20px; padding-bottom: 20px; background: #f9fbfe; }
.home-certification { display: grid; overflow: hidden; grid-template-columns: .9fr 1.1fr; min-height: 510px; background: var(--navy); border-radius: 24px; box-shadow: var(--shadow); }
.home-certification__media { position: relative; min-height: 380px; }
.home-certification__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(9,25,59,.72)); content: ""; }
.home-certification__media img { width: 100%; height: 100%; object-fit: cover; }
.home-certification__copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 78px); color: white; }
.home-certification__copy h2 { margin: 0 0 15px; color: white; font-size: clamp(1.65rem, 2.45vw, 2.3rem); line-height: 1.2; letter-spacing: -.035em; }
.home-certification__copy > p:not(.section-kicker) { margin: 0 0 18px; color: rgba(255,255,255,.69); font-size: .78rem; line-height: 1.8; }
.home-certification__copy ul { display: grid; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.home-certification__copy li { position: relative; padding-left: 19px; color: #d9e3f7; font-size: .69rem; font-weight: 700; }
.home-certification__copy li::before { position: absolute; top: .48em; left: 0; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; content: ""; }
.home-intro--members { overflow: hidden; background: #f5f8fe; }
.home-members-layout { display: block; }
.home-members-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 35px; text-align: left; }
.home-members-heading__copy { max-width: 760px; }
.home-members-heading h2 { margin: 0; color: var(--navy); font-size: clamp(1.7rem, 2.55vw, 2.4rem); line-height: 1.18; letter-spacing: -.04em; text-wrap: balance; }
.home-members-summary { width: min(100%, 580px); margin-top: 16px; }
.home-members-summary > p { margin: 0 0 16px; color: var(--muted); font-size: .78rem; line-height: 1.75; }
.home-members-count { display: flex; align-items: baseline; justify-content: flex-start; gap: 9px; margin: 0; }
.home-members-count strong { color: var(--blue-deep); font-size: 2.25rem; line-height: 1; }
.home-members-count span { color: var(--muted); font-size: .68rem; font-weight: 900; }
.home-members-rail { width: 100vw; overflow: hidden; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 4px max(22px, calc((100vw - var(--container)) / 2)) 2px; }
.home-members-rail:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
.home-members-list { display: flex; width: max-content; gap: 15px; }
.home-members-set { display: flex; gap: 15px; }
.home-members-controls { display: flex; flex-shrink: 0; gap: 9px; margin-bottom: 3px; }
.home-members-control { display: grid; width: 48px; height: 48px; place-items: center; padding: 0; color: var(--blue-deep); background: white; border: 1px solid #b7c7e2; border-radius: 50%; font-size: 1.2rem; line-height: 1; transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease); }
.home-members-control:hover { color: white; background: var(--blue-deep); border-color: var(--blue-deep); transform: translateY(-2px); }
.home-member { flex: 0 0 clamp(235px, 16vw, 275px); padding: 0; overflow: hidden; color: inherit; background: white; border: 1px solid var(--line); border-radius: 14px; scroll-snap-align: start; text-align: left; transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); }
.home-member:hover { box-shadow: 0 15px 30px rgba(13,31,71,.1); transform: translateY(-4px); }
.home-member:focus-visible { border-color: var(--blue); outline: 3px solid rgba(49,90,168,.22); outline-offset: 3px; }
.home-member img { height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; background: #eef3fa; }
.home-member > div { padding: 16px; }
.home-member span { display: block; margin-bottom: 8px; color: var(--blue); font-size: .58rem; font-weight: 900; }
.home-member h3 { margin: 0 0 7px; color: var(--navy); font-size: .78rem; line-height: 1.45; }
.home-member p { margin: 0; color: var(--muted); font-size: .62rem; line-height: 1.62; }
.home-members-action { display: flex; justify-content: center; margin-top: 21px; }

/* Անդամի պրոֆիլ */
.member-profile-modal { width: min(1000px, calc(100% - 40px)); max-height: calc(100dvh - 48px); padding: 0; overflow: auto; color: var(--ink); background: white; border: 0; border-radius: 30px; box-shadow: 0 30px 90px rgba(8,25,60,.38); }
.member-profile-modal::backdrop { background: rgba(6,20,49,.64); backdrop-filter: blur(7px); }
.member-profile-modal__inner { position: relative; min-height: 560px; padding: 34px; }
.member-profile-modal__close { position: absolute; z-index: 2; top: 20px; right: 22px; display: grid; width: 46px; height: 46px; place-items: center; padding: 0; color: var(--navy); background: white; border: 1px solid #b9c8e2; border-radius: 50%; box-shadow: 0 0 0 3px #ffd080, 0 8px 20px rgba(8,25,60,.12); font-size: 1.55rem; line-height: 1; transition: transform var(--ease), background var(--ease), color var(--ease); }
.member-profile-modal__close:hover { color: white; background: var(--blue-deep); transform: rotate(90deg); }
.member-profile { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(30px, 4vw, 52px); min-height: 492px; }
.member-profile__image { height: 345px; min-height: 0; margin: 0; overflow: hidden; background: #eaf0f8; border-radius: 18px; }
.member-profile__image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.member-profile__body { display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-start; padding: 44px 42px 28px 0; }
.member-profile__body .section-kicker { margin-bottom: 13px; font-size: .6rem; }
.member-profile__body h2 { margin: 0 0 7px; color: var(--navy); font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.18; }
.member-profile__latin { margin: 0 0 18px; color: var(--muted); font-size: .76rem; }
.member-profile__speciality { width: 100%; margin: 4px 0 16px; padding: 14px 16px; color: var(--blue-deep); background: #eaf1ff; border-radius: 12px; }
.member-profile__speciality span, .member-profile__bio > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.member-profile__speciality strong { font-size: .78rem; line-height: 1.55; }
.member-profile__bio { width: 100%; margin: 0 0 18px; }
.member-profile__bio p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.72; }
.member-profile__facts { display: grid; width: 100%; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; }
.member-profile__facts > div { min-height: 78px; padding: 13px 15px; background: #f5f8fd; border: 1px solid var(--line); border-radius: 12px; }
.member-profile__facts dt { margin-bottom: 6px; color: var(--muted); font-size: .58rem; font-weight: 800; }
.member-profile__facts dd { margin: 0; color: var(--navy); font-size: .7rem; font-weight: 800; line-height: 1.55; overflow-wrap: anywhere; }
.member-profile__facts a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; }
.home-intro--news { background: white; }
.home-news-heading { align-items: flex-end; }
.home-news-heading > div:first-child { max-width: 800px; }
.home-news-heading__text { max-width: 610px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.8; }
.home-news-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 22px; align-items: stretch; }
.home-news-feature { position: relative; display: grid; overflow: hidden; min-height: 440px; border-radius: 19px; background: var(--navy); }
.home-news-feature::after { position: absolute; z-index: 1; inset: 42% 0 0; background: linear-gradient(transparent, rgba(8,25,60,.96)); content: ""; }
.home-news-feature > img { width: 100%; height: 100%; object-fit: cover; }
.home-news-feature > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 31px; }
.home-news-feature span { display: inline-block; margin-right: 11px; padding: 5px 8px; color: var(--blue-deep); background: #edf3ff; border-radius: 5px; font-size: .57rem; font-weight: 900; }
.home-news-feature time { color: #d4e1fb; font-size: .59rem; font-weight: 700; }
.home-news-feature h3 { max-width: 590px; margin: 11px 0 9px; color: white; font-size: clamp(1.1rem, 1.75vw, 1.45rem); line-height: 1.32; }
.home-news-feature p { max-width: 660px; margin: 0 0 14px; color: rgba(255,255,255,.72); font-size: .7rem; line-height: 1.68; }
.home-news-feature strong { color: #ffc45d; }
.home-news-list { display: grid; gap: 22px; }
.home-news-item { display: grid; grid-template-columns: 175px minmax(0, 1fr); gap: 19px; min-height: 209px; padding: 12px; background: #f5f8fd; border: 1px solid var(--line); border-radius: 16px; transition: transform var(--ease), box-shadow var(--ease); }
.home-news-item:hover { box-shadow: 0 15px 32px rgba(13,31,71,.1); transform: translateY(-4px); }
.home-news-item img { height: 100%; min-height: 180px; object-fit: cover; border-radius: 10px; }
.home-news-item > div { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 9px 7px 9px 0; }
.home-news-item time { margin-bottom: 10px; color: var(--muted); font-size: .58rem; }
.home-news-item h3 { margin: 0 0 15px; color: var(--navy); font-size: .84rem; line-height: 1.5; }
.home-intro--actions { padding-top: 20px; background: white; }
.home-action-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 19px; box-shadow: 0 16px 40px rgba(13,31,71,.1); }
.home-action-card { min-height: 270px; padding: 31px; border-right: 1px solid rgba(255,255,255,.18); transition: filter var(--ease), transform var(--ease); }
.home-action-card:last-child { border-right: 0; }
.home-action-card:hover { filter: brightness(.96); }
.home-action-card > span { display: block; margin-bottom: 24px; font-size: clamp(1rem, 1.2vw, 1.22rem); font-weight: 900; line-height: 1; letter-spacing: .025em; }
.home-action-card h2 { margin: 0 0 10px; font-size: 1.08rem; line-height: 1.32; }
.home-action-card p { margin: 0 0 18px; font-size: .72rem; line-height: 1.7; }
.home-action-card--blue { color: white; background: var(--blue-deep); }
.home-action-card--blue h2, .home-action-card--blue strong { color: white; }
.home-action-card--blue p { color: rgba(255,255,255,.7); }
.home-action-card--blue > span { color: #ffc45d; }
.home-action-card--light { color: var(--navy); background: #f4f7fc; border-color: var(--line); }
.home-action-card--light h2 { color: var(--navy); }
.home-action-card--light p { color: var(--muted); }
.home-action-card--orange { color: var(--navy); background: #f6ac37; }
.home-action-card--orange h2, .home-action-card--orange strong { color: var(--navy); }
.home-action-card--orange p { color: rgba(13,31,71,.76); }
.home-intro--farm { padding-top: 20px; padding-bottom: 100px; background: white; }
.home-bottom-extras { background: white; }
.home-bottom-extras .home-intro--farm { padding-top: 20px; padding-bottom: 18px; }
.home-bottom-extras .membership { padding-top: 20px; }
.home-farm-callout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 385px; overflow: hidden; background: var(--blue-deep); border-radius: 22px; box-shadow: 0 20px 46px rgba(13,31,71,.15); }
.home-farm-callout__media { position: relative; min-height: 385px; }
.home-farm-callout__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,22,53,.04) 35%, rgba(7,22,53,.4) 100%); }
.home-farm-callout__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-farm-callout__copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(32px, 4.5vw, 68px); color: white; }
.home-farm-callout__copy .section-kicker { margin-bottom: 18px; }
.home-farm-callout__copy h2 { max-width: 500px; margin: 0 0 18px; color: white; font-size: clamp(1.65rem, 2.55vw, 2.45rem); line-height: 1.17; }
.home-farm-callout__copy > p:not(.section-kicker) { max-width: 470px; margin: 0 0 27px; color: rgba(255,255,255,.76); font-size: .84rem; line-height: 1.8; }
.home-farm-callout__copy .button { color: var(--navy); background: #ffd277; border-color: #ffd277; }
.home-farm-callout__copy .button:hover { color: white; background: #e99a1e; border-color: #e99a1e; }

/* Motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(101,213,171,0); } 100% { box-shadow: 0 0 0 0 rgba(101,213,171,0); } }
.live-dot { animation: pulse 2s infinite; }

/* Tablet */
@media (max-width: 1080px) {
  .section { padding: 95px 0; }
  .brand { width: 230px; }
  .header-actions { gap: 10px; }
  .main-nav { gap: 16px; }
  .main-nav > a:not(.nav-cta) { font-size: .68rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 200px; gap: 40px; }
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .members-grid { grid-template-columns: repeat(3, 1fr); }
  .publication-card { grid-column: span 6; }
  .publication-card:first-child { grid-column: span 12; }
  .membership-card { grid-template-columns: .2fr .8fr; }
  .membership-actions { grid-column: 1 / -1; align-items: flex-start; padding-left: 160px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .page-certification { grid-template-columns: 1fr; }
  .story-panel, .knowledge-feature, .publication-feature { grid-template-columns: 1fr; }
  .story-panel__image, .knowledge-feature__image, .publication-feature__image { min-height: 300px; }
  .members-overview, .membership-details { grid-template-columns: 1fr; }
  .certification-detail, .supporters-intro { grid-template-columns: 1fr; }
  .news-feature, .news-library__body { grid-template-columns: 1fr; }
  .news-aside { max-width: 650px; }
  .article-detail__layout { grid-template-columns: 1fr; gap: 28px; }
  .article-detail__aside { position: static; max-width: 650px; }
  .home-split, .home-certification, .home-members-layout, .home-news-layout { grid-template-columns: 1fr; }
  .home-members-heading { align-items: end; flex-direction: row; gap: 28px; margin-bottom: 29px; }
  .home-members-summary { width: min(100%, 650px); }
  .home-intro-media { min-height: 365px; max-width: 680px; }
  .home-certification__media { min-height: 310px; }
  .home-certification__media::after { background: linear-gradient(0deg, rgba(9,25,59,.76), transparent); }
  .home-members-copy { max-width: 650px; }
  .home-news-feature { min-height: 400px; }
  .home-action-grid { grid-template-columns: 1fr; }
  .home-action-card { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .home-action-card--light { border-color: var(--line); }
  .home-action-card:last-child { border-bottom: 0; }
  .home-farm-callout { grid-template-columns: 1fr; }
  .home-farm-callout__media { min-height: 310px; }
}

@media (min-width: 1101px) and (max-width: 1500px) {
  .brand { width: 205px; }
  .header-inner { gap: 12px; }
  .header-actions { gap: 8px; }
  .main-nav { gap: 1px; }
  .nav-dropdown__trigger, .main-nav > a:not(.nav-cta) { min-height: 38px; padding: 8px 7px; font-size: .64rem; }
  .nav-cta { min-height: 38px; padding-inline: 10px; }
  .header-membership-cta { min-height: 38px; padding-inline: 10px; font-size: .62rem; }
  .language-switcher__trigger { min-width: 92px; }
}

@media (max-width: 1100px) {
  html { scroll-padding-top: 74px; }
  .notice-bar { display: none; }
  .site-header { backdrop-filter: none; }
  .header-inner { min-height: 74px; }
  .brand { width: 235px; }
  .brand img { height: 53px; }
  .header-actions { gap: 9px; margin-left: auto; }
  .menu-toggle { display: block; width: 42px; height: 42px; padding: 8px; transition: background var(--ease), border-color var(--ease), transform var(--ease); }
  .menu-toggle.is-open { background: var(--mist); border-color: #aec0df; }
  .main-nav { position: fixed; z-index: 1200; top: 74px; right: 0; left: 0; display: flex; height: calc(100vh - 74px); height: calc(100dvh - 74px); visibility: hidden; flex-direction: column; align-items: stretch; gap: 8px; padding: 18px 18px 34px; overflow-y: auto; overscroll-behavior: contain; background: rgba(255,255,255,.99); border-top: 1px solid var(--line); box-shadow: 0 22px 45px rgba(13,31,71,.12); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity var(--ease), transform var(--ease), visibility var(--ease); }
  .main-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a:not(.nav-cta) { min-height: 50px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; font-size: .8rem; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .main-nav > .nav-link.is-active { color: white; background: var(--blue-deep); border-color: var(--blue-deep); }
  .nav-dropdown { border: 0; }
  .nav-dropdown::after, .language-switcher::after { display: none; }
  .nav-dropdown__trigger { width: 100%; min-height: 50px; justify-content: space-between; padding: 13px 14px; background: var(--mist); border: 1px solid var(--line); border-radius: 11px; font-size: .8rem; text-align: left; }
  .nav-dropdown:hover .nav-dropdown__trigger, .nav-dropdown.is-open .nav-dropdown__trigger { color: var(--blue-deep); background: transparent; }
  .nav-dropdown:hover .nav-dropdown__trigger span, .nav-dropdown.is-open .nav-dropdown__trigger span { border-color: var(--blue); transform: rotate(225deg) translateY(-2px); }
  .nav-dropdown.is-open .nav-dropdown__trigger { color: white; background: var(--blue-deep); border-color: var(--blue-deep); }
  .nav-dropdown.is-open .nav-dropdown__trigger span { border-color: white; }
  .nav-dropdown__menu, .nav-dropdown--wide .nav-dropdown__menu { position: static; display: none; width: auto; margin: 6px 0 2px; padding: 6px; visibility: visible; background: #f5f8fd; border: 1px solid var(--line); border-radius: 11px; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .nav-dropdown.is-open .nav-dropdown__menu { display: grid; }
  .nav-dropdown__menu a { padding: 11px 12px; border-radius: 8px; font-size: .74rem; }
  .nav-cta { min-height: 48px; justify-content: center; margin-top: 4px; border-radius: 11px; }
  .hero { padding-top: 0; }
  .hero-grid, .about-grid, .agenda-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .faq-copy { display: grid; gap: 20px; }
  .faq-copy__heading, .faq-copy__details, .faq .accordion { grid-column: auto; }
  .faq-copy__heading .section-title { max-width: 620px; }
  .faq-copy__details { padding-bottom: 0; }
  .page-member-tools { grid-template-columns: minmax(0, 1fr) minmax(190px, .8fr); align-items: end; }
  .page-member-tools .search-field { width: 100%; }
  .page-member-tools #member-result-count { grid-column: 1 / -1; }
  .learning-path__items { grid-template-columns: 1fr; }
  .knowledge-library__heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .knowledge-library__heading > p { width: min(100%, 620px); margin-bottom: 0; }
  .animal-materials__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-visual { min-height: 610px; }
  .hero-grid { display: flex; min-height: auto; align-items: stretch; justify-content: flex-start; padding: 32px; }
  .hero h1 { max-width: 620px; margin-top: 0; }
  .hero-copy { display: block; width: 100%; height: 100%; max-width: none; }
  .hero-eyebrow { margin-bottom: 14px; }
  .hero-copy > p { max-width: 460px; margin: 0; }
  .hero-facts { position: relative; top: auto; right: auto; bottom: auto; width: min(100%, 470px); grid-template-columns: repeat(2, minmax(0, 1fr)); align-self: auto; padding-bottom: 0; }
  .hero-fact { min-height: 105px; }
  .hero-media img { object-position: center; }
  .hero-media::after { background: linear-gradient(180deg, rgba(7,24,57,0) 0%, rgba(7,24,57,.04) 58%, rgba(5,19,48,.38) 74%, rgba(5,19,48,.95) 100%); }
  .about-media { max-width: 700px; }
  .agenda-intro, .faq-copy { position: static; }
  .resource-card, .resource-card:first-child { grid-column: span 6; }
  .certification-media { left: 25%; }
  .certification::before { background: linear-gradient(90deg, rgba(13,31,71,.98), rgba(23,63,138,.82)); }
  .certification-grid { grid-template-columns: .15fr .85fr; }
}

/* Mobile */
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 75px 0; }
  .section-title { font-size: 2.15rem; }
  .faq { padding-block: 68px; }
  .home-page .faq .container { width: min(calc(100% - 28px), 1040px); }
  .faq-copy__heading .section-title { font-size: 2.05rem; }
  .faq-copy__details > p { font-size: .82rem; }
  .accordion-button { padding: 17px 18px; font-size: .76rem; }
  .accordion-panel p { padding: 0 18px 19px; font-size: .72rem; }
  .section-head { display: block; margin-bottom: 36px; }
  .section-head .section-title { margin-bottom: 17px; }
  .section-head > p { width: auto; }
  .publications-head .section-title { font-size: 2.1rem; }
  .publications-head .button { width: 100%; margin-top: 25px; }
  html { scroll-padding-top: 64px; }
  .header-inner { min-height: 64px; gap: 7px; }
  .brand { width: 112px; }
  .brand img { height: 32px; }
  .header-actions { gap: 6px; }
  .header-membership-cta { width: 38px; min-width: 38px; min-height: 36px; padding: 0; border-radius: 9px; }
  .header-membership-cta span { display: none; }
  .header-membership-cta::after { content: "+"; font-size: 1.2rem; }
  .menu-toggle { width: 38px; height: 38px; padding: 7px; }
  .menu-toggle span { margin: 4px 0; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .language-switcher__trigger { min-width: 64px; min-height: 36px; gap: 7px; padding: 6px 8px; border-radius: 9px; font-size: .55rem; }
  .language-switcher__menu { width: 122px; padding: 6px; }
  .language-switcher__menu button { padding: 8px 9px; font-size: .62rem; }
  .main-nav { top: 64px; height: calc(100vh - 64px); height: calc(100dvh - 64px); padding: 14px 14px 28px; }
  .hero { padding-top: 0; }
  .hero-visual { min-height: 610px; margin: 12px 12px 0; border-radius: 22px; }
  .hero-grid { min-height: auto; padding: 22px; }
  .hero-copy { display: flex; width: 100%; height: 100%; align-items: flex-start; flex-direction: column; padding-left: 0; text-align: left; }
  .hero h1 { font-size: clamp(1.95rem, 8vw, 2.55rem); }
  .hero h1 { position: static; margin-top: auto; }
  .hero-copy > p { position: static; max-width: 440px; margin: 16px 0; font-size: .78rem; }
  .hero-actions { position: static; display: flex; flex-wrap: wrap; justify-content: flex-start; }
  .hero-actions .button { width: 100%; }
  .hero-trust { margin-top: 29px; }
  .partner-showcase__headline { padding: 28px 0 11px; }
  .partner-showcase__headline h2 { padding-bottom: 10px; font-size: clamp(1.55rem, 8.5vw, 2.15rem); }
  .partner-showcase__list { grid-template-columns: 1fr; gap: 12px; padding: 19px 0 25px; }
  .partner-showcase__card { min-height: 100px; }
  .partner-showcase__card img { height: 62px; }
  .hero-facts { width: 100%; }
  .hero-fact { min-height: 98px; padding: 15px 15px 15px 19px; }
  .hero-media img { object-position: center; opacity: .9; }
  .hero-media::after { background: linear-gradient(180deg, rgba(7,24,57,.04) 0%, rgba(7,24,57,.1) 42%, rgba(5,19,48,.48) 70%, rgba(5,19,48,.95) 100%); }
  .hero-foot { display: none; }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .impact-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .about-grid { gap: 50px; }
  .about-media { padding: 28px 12px 25px 0; }
  .about-media > img { height: 420px; border-radius: 5px 35px 5px 35px; }
  .about-since { width: 175px; min-height: 90px; }
  .about-since strong { font-size: 1.8rem; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 235px; }
  .focus-card__number { margin-bottom: 42px; }
  .resource-card, .resource-card:first-child { min-height: 310px; grid-column: span 12; }
  .certification-grid { min-height: auto; grid-template-columns: 1fr; }
  .certification-number { display: none; }
  .certification-copy { padding: 75px 0; }
  .certification-copy h2 { font-size: 2.2rem; }
  .agenda-grid { gap: 42px; }
  .agenda-item { grid-template-columns: 1fr; gap: 12px; }
  .agenda-item__date { grid-column: 1 / -1; }
  .member-tools { grid-template-columns: 1fr; }
  #member-result-count { white-space: normal; }
  .members-grid { grid-template-columns: repeat(2, 1fr); }
  .member-card__image { height: 230px; }
  .publication-card, .publication-card:first-child { grid-column: span 12; }
  .publication-card:first-child .publication-card__image { height: 270px; }
  .supporters-banner { padding: 28px 0 11px; }
  .supporters-breadcrumb { padding-bottom: 9px; font-size: clamp(1.3rem, 7vw, 1.8rem); }
  .supporters-logos { grid-template-columns: 1fr; gap: 12px; padding-top: 19px; padding-bottom: 25px; }
  .supporter-logo { min-height: 115px; }
  .membership { padding-bottom: 75px; }
  .membership-card { grid-template-columns: 1fr; gap: 25px; padding: 37px 24px; border-radius: 24px; }
  .membership-mark { width: 85px; height: 85px; }
  .membership-actions { grid-column: auto; align-items: stretch; padding-left: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero { padding-top: 55px; }
  .page-hero h1 { font-size: clamp(1.9rem, 8.5vw, 2.45rem); }
  .page-content { padding-top: 65px; padding-bottom: 75px; }
  .page-member-tools { grid-template-columns: 1fr; gap: 10px; }
  .page-member-tools #member-result-count { grid-column: auto; padding-top: 3px; }
  .page-certification { padding: 30px 24px; border-radius: 24px; }
  .page-publication-grid .publication-card:first-child { grid-column: span 12; }
  .page-hero--image::after { background: linear-gradient(90deg, rgba(7,22,53,.92), rgba(13,31,71,.63)); }
  .story-panel__numbers { grid-template-columns: 1fr; gap: 15px; }
  .page-image-grid { grid-template-columns: 1fr; grid-template-rows: 230px repeat(2, 150px); }
  .page-image-grid__large { grid-row: auto; }
  .knowledge-library { padding-bottom: 72px; }
  .knowledge-library__heading { margin-bottom: 24px; }
  .knowledge-library__heading h2 { font-size: clamp(1.55rem, 7vw, 2.05rem); }
  .knowledge-library__heading > p { font-size: .75rem; }
  .animal-tabs { gap: 7px; margin-right: -14px; margin-left: -14px; padding: 3px 14px 12px; }
  .animal-tab { min-width: 82px; flex-basis: 82px; gap: 7px; padding: 9px 5px; border-radius: 13px; font-size: .59rem; }
  .animal-tab__icon { width: 40px; height: 40px; border-radius: 13px; font-size: 1.32rem; }
  .animal-materials { min-height: 0; margin-top: 17px; padding: 21px 17px; border-radius: 20px; }
  .animal-materials__head { align-items: flex-start; flex-direction: column; gap: 14px; margin-bottom: 20px; }
  .animal-materials__identity { align-items: flex-start; gap: 12px; }
  .animal-materials__icon { width: 51px; height: 51px; border-radius: 16px; font-size: 1.6rem; }
  .animal-materials__head h3 { font-size: 1.25rem; }
  .animal-materials__head p:not(.section-kicker) { font-size: .7rem; }
  .animal-materials__count { min-height: 29px; font-size: .61rem; }
  .animal-materials__grid { grid-template-columns: 1fr; gap: 10px; }
  .knowledge-material { min-height: 0; padding: 17px; border-radius: 14px; }
  .knowledge-material__number { margin-bottom: 16px; }
  .knowledge-material__actions { padding-top: 16px; }
  .knowledge-reader { width: min(calc(100% - 24px), 760px); max-height: calc(100dvh - 24px); border-radius: 20px; }
  .knowledge-reader__inner { padding: 24px 20px; }
  .knowledge-reader__close { top: 10px; right: 10px; width: 35px; height: 35px; }
  .knowledge-reader__lead { font-size: .76rem; }
  .knowledge-reader__copy { padding: 16px; }
  .knowledge-reader__copy p { font-size: .71rem; }
  .knowledge-feature__image, .story-panel__image, .publication-feature__image, .members-overview__image, .membership-details__image { min-height: 250px; }
  .certification-detail__image, .supporters-intro__image { min-height: 250px; }
  .membership-details { gap: 30px; }
  .news-feature { border-radius: 24px; }
  .news-feature__image { min-height: 275px; }
  .news-feature__copy { padding: 31px 24px 35px; }
  .news-library__head { align-items: flex-start; flex-direction: column; }
  .news-filter { justify-content: flex-start; }
  .news-grid { grid-template-columns: 1fr; }
  .article-detail__media { border-radius: 16px; }
  .article-detail__meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .article-detail__category-row { flex-wrap: wrap; }
  .article-detail__copy p { font-size: .82rem; line-height: 1.9; }
  .article-detail__copy .article-detail__intro { font-size: .95rem; }
  .home-intro { padding: 74px 0; }
  .home-intro--certification, .home-intro--actions { padding-top: 12px; padding-bottom: 12px; }
  .home-intro--farm { padding-top: 12px; padding-bottom: 74px; }
  .home-farm-callout { min-height: 0; border-radius: 18px; }
  .home-farm-callout__media { min-height: 235px; }
  .home-farm-callout__media::after { background: linear-gradient(0deg, rgba(7,22,53,.42), transparent 65%); }
  .home-farm-callout__copy { padding: 28px 23px 31px; }
  .home-farm-callout__copy h2 { margin-bottom: 13px; font-size: 1.65rem; }
  .home-farm-callout__copy > p:not(.section-kicker) { margin-bottom: 22px; font-size: .76rem; }
  .home-intro-heading { display: block; margin-bottom: 31px; }
  .home-intro-heading > div:last-child { width: auto; }
  .home-intro-heading > div > p { margin-top: 16px; }
  .home-focus-grid, .home-resource-grid { grid-template-columns: 1fr; }
  .home-members-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 25px; }
  .home-members-heading h2 { font-size: clamp(1.6rem, 7.5vw, 2.05rem); }
  .home-members-summary > p { margin-bottom: 12px; font-size: .74rem; }
  .home-members-rail { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: 16px; padding-left: 16px; }
  .home-members-list, .home-members-set { gap: 11px; }
  .home-focus-card { min-height: auto; padding: 24px; }
  .home-focus-card > span { margin-bottom: 29px; }
  .home-resource-card { grid-template-columns: 120px minmax(0, 1fr); min-height: 210px; }
  .home-resource-card > div { padding: 19px; }
  .home-resource-card p { display: none; }
  .home-member { display: block; flex-basis: 222px; }
  .home-member img { height: auto; min-height: 0; aspect-ratio: 1 / 1; }
  .member-profile-modal { width: min(100% - 20px, 560px); max-height: calc(100dvh - 20px); border-radius: 22px; }
  .member-profile-modal__inner { min-height: 0; padding: 20px; }
  .member-profile-modal__close { top: 13px; right: 13px; width: 38px; height: 38px; box-shadow: 0 0 0 2px #ffd080, 0 6px 16px rgba(8,25,60,.12); font-size: 1.3rem; }
  .member-profile { grid-template-columns: 1fr; gap: 0; min-height: 0; }
  .member-profile__image { width: min(100%, 245px); height: 245px; min-height: 0; max-height: none; margin: 6px auto 0; }
  .member-profile__body { padding: 28px 0 4px; }
  .member-profile__facts { grid-template-columns: 1fr; }
  .home-member > div { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
  .home-news-feature { min-height: 365px; }
  .home-news-feature > div { padding: 23px; }
  .home-news-list { gap: 13px; }
  .home-news-item { grid-template-columns: 105px minmax(0, 1fr); min-height: 142px; gap: 13px; padding: 9px; }
  .home-news-item img { min-height: 122px; }
  .home-news-item > div { padding: 3px 5px 3px 0; }
  .home-news-item h3 { margin-bottom: 8px; font-size: .76rem; }
  .home-action-card { min-height: 195px; padding: 25px; }
  .home-action-card > span { margin-bottom: 18px; font-size: 1.08rem; }
}

@media (max-width: 440px) {
  .brand { width: 105px; }
  .brand img { height: 30px; }
  .hero h1 { font-size: 2.05rem; }
  .hero-fact strong { font-size: 1.35rem; }
  .members-grid { grid-template-columns: 1fr; }
  .member-card__image { height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .home-members-list { animation: none; transform: none; }
}
