:root {
  --ink: #15372d;
  --green: #174d3b;
  --green-2: #246d51;
  --green-soft: #dceae0;
  --cream: #f3f0e8;
  --paper: #fbfaf6;
  --yellow: #f4b942;
  --coral: #df6b55;
  --line: rgba(21, 55, 45, .16);
  --shadow: 0 24px 70px rgba(22, 52, 43, .13);
  --radius: 26px;
  --shell: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, summary { font: inherit; }
.skip-link, a, button, input, textarea, summary { outline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(251, 250, 246, .9); border-color: var(--line); box-shadow: 0 8px 30px rgba(18, 55, 43, .06); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; line-height: 1; letter-spacing: -.02em; }
.brand strong { display: block; font-size: 19px; }
.site-nav { display: flex; align-items: center; gap: 15px; font-size: 13.5px; font-weight: 650; }
.site-nav > a { position: relative; padding: 10px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--green); transition: right .2s ease; }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }

/* Dropdown */
.site-nav > .dropdown { position: relative; }
.site-nav .dropdown-toggle { position: relative; padding: 10px 0; display: inline-flex; align-items: center; color: inherit; cursor: pointer; text-decoration: none; }
.site-nav .dropdown-menu { position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border-radius: 8px; box-shadow: 0 12px 34px rgba(0,0,0,.08); padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .25s cubic-bezier(0.16, 1, 0.3, 1); z-index: 100; border: 1px solid var(--line); }
.site-nav .dropdown:hover .dropdown-menu, .site-nav .dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.site-nav .dropdown-menu a { display: block; padding: 8px 20px; color: var(--ink); font-weight: 550; font-size: 14px; transition: color .2s ease, background .2s ease; text-decoration: none; }
.site-nav .dropdown-menu a:hover { background: rgba(23,77,59,.04); color: var(--green); }

.nav-cta { padding: 11px 19px !important; color: #fff; background: var(--green); border-radius: 999px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.65); cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: min(100vh, 900px); padding: 145px 0 34px; overflow: hidden; background: linear-gradient(135deg, var(--green-soft) 0%, #edf1e6 53%, #f5ecdc 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(rgba(23,77,59,.14) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, #000, transparent 55%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--yellow); }
.hero h1, .section-heading h2, .about h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .97; letter-spacing: -.055em; }
.hero h1 { max-width: 760px; font-size: clamp(58px, 6.4vw, 100px); }
.hero h1 em, .contact h2 em { color: var(--green-2); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 30px 0 34px; color: rgba(21,55,45,.74); font-size: 18px; line-height: 1.7; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 0 24px; border-radius: 999px; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 34px rgba(23,77,59,.2); }
.button-primary:hover { background: #0e3c2d; box-shadow: 0 16px 40px rgba(23,77,59,.28); }
.text-link { display: inline-flex; gap: 12px; font-size: 14px; font-weight: 750; border-bottom: 1px solid rgba(21,55,45,.4); }
.hero-visual { position: relative; min-height: 610px; }
.hero-photo-wrap { position: absolute; inset: 10px 4% 14px 5%; padding: 18px; border: 1px solid rgba(23,77,59,.17); border-radius: 47% 47% 32px 32px; transform: rotate(2deg); }
.hero-photo-wrap::before { content: ""; position: absolute; inset: 45px -30px -30px 45px; border-radius: inherit; border: 2px solid rgba(23,77,59,.12); z-index: -1; }
.hero-photo-wrap img { height: 100%; object-fit: cover; border-radius: 46% 46% 24px 24px; filter: saturate(.82) contrast(.98); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.72); border-radius: 16px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.floating-card-top { top: 90px; left: -12px; }
.floating-card-bottom { right: -18px; bottom: 62px; }
.mini-icon { display: grid; place-items: center; width: 39px; height: 39px; color: #fff; background: var(--coral); border-radius: 12px; }
.floating-card small, .floating-card strong { display: block; line-height: 1.3; }
.floating-card small { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; opacity: .58; }
.floating-card strong { font-size: 14px; }
.people { display: flex; margin-left: 4px; }
.people i, .people b { display: grid; place-items: center; width: 27px; height: 27px; margin-left: -7px; border: 2px solid #fff; border-radius: 50%; background: #d3a274; }
.people i:nth-child(2) { background: #738f75; }.people i:nth-child(3) { background: #d16d57; }
.people b { color: #fff; background: var(--green); font-size: 12px; }
.hero-orbit { position: absolute; border: 1px solid rgba(23,77,59,.11); border-radius: 50%; }
.hero-orbit-one { width: 330px; height: 330px; left: -150px; top: 130px; }
.hero-orbit-two { width: 160px; height: 160px; right: 6%; top: 95px; }
.hero-foot { position: relative; display: flex; align-items: center; gap: 18px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(21,55,45,.15); color: rgba(21,55,45,.62); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-foot i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }

.manifesto { position: relative; overflow: hidden; padding: 92px 0; background: linear-gradient(120deg,#123e30 0%,var(--green) 58%,#1c5c46 100%); color: #fff; }
.manifesto::before { content: "“"; position: absolute; right: -24px; bottom: -245px; color: rgba(255,255,255,.035); font: 680px/1 Georgia,serif; pointer-events: none; }
.manifesto-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.65fr) minmax(300px,.72fr); gap: clamp(54px,7vw,110px); align-items: center; }
.section-index { padding-top: 12px; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.manifesto blockquote { position: relative; margin: 0; padding: 12px 0 18px clamp(38px,4vw,62px); }
.quote-mark { position: absolute; left: 0; top: -24px; color: var(--yellow); font: 118px/1 Georgia, serif; opacity: .95; }
.manifesto blockquote p { position: relative; max-width: 830px; margin: 0; font-family: Georgia, serif; font-size: clamp(34px,3.5vw,54px); line-height: 1.14; letter-spacing: -.035em; }
.manifesto-note { position: relative; padding: 32px 30px 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.07); box-shadow: 0 24px 60px rgba(7,28,21,.18); backdrop-filter: blur(12px); }
.manifesto-rule { display: block; width: 52px; height: 3px; margin-bottom: 24px; border-radius: 99px; background: var(--yellow); }
.manifesto-note p { margin: 0 0 26px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.78; }
.manifesto-note cite { color: var(--yellow); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.knowledge { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.65fr .65fr; align-items: end; gap: 70px; margin-bottom: 68px; }
.eyebrow-dark { color: var(--green); }
.section-heading h2 { font-size: clamp(48px, 5.2vw, 78px); }
.section-heading > p { margin: 0 0 8px; color: rgba(21,55,45,.65); font-size: 16px; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.topic-card { position: relative; min-height: 390px; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.topic-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); background: #fff; }
.topic-card-featured { background: var(--green); color: #fff; }
.topic-card-featured:hover { background: #1b5944; }
.topic-number { position: absolute; right: 30px; top: 24px; font-size: 11px; font-weight: 800; letter-spacing: .15em; opacity: .45; }
.topic-icon { display: grid; place-items: center; width: 68px; height: 68px; margin-bottom: 35px; border-radius: 20px; color: var(--green); background: var(--green-soft); }
.topic-card-featured .topic-icon { color: var(--yellow); background: rgba(255,255,255,.1); }
.topic-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.topic-card h3 { margin: 0 0 12px; font: 400 35px/1.1 Georgia, serif; letter-spacing: -.025em; }
.topic-card p { max-width: 520px; margin: 0 0 22px; opacity: .68; }
.topic-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.topic-card li a { display: block; padding: 7px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; font-weight: 700; opacity: .72; transition: opacity .2s ease, background .2s ease; }
.topic-card li a:hover { opacity: 1; background: rgba(255,255,255,.55); }
.topic-card-featured li a:hover { background: rgba(255,255,255,.12); }
.knowledge-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; padding: 25px 4px 0; border-top: 1px solid var(--line); }
.knowledge-footer span { color: rgba(21,55,45,.54); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.knowledge-footer a { font-weight: 800; }

.library { background: #e6eee7; }
.library-controls { position: sticky; top: 88px; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; padding: 15px; border: 1px solid rgba(21,55,45,.12); border-radius: 22px; background: rgba(251,250,246,.9); box-shadow: 0 12px 42px rgba(21,55,45,.08); backdrop-filter: blur(16px); }
.library-search { flex: 1 1 330px; display: flex; align-items: center; gap: 10px; min-width: 240px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.library-search svg { flex: 0 0 20px; width: 20px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.library-search input { width: 100%; height: 46px; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; }
.library-filters { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.library-filters::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.filter-button:hover, .filter-button.active { color: #fff; border-color: var(--green); background: var(--green); }
.library-result { min-height: 22px; margin: 0 4px 25px; color: rgba(21,55,45,.58); font-size: 12px; font-weight: 700; }
.library-list { display: grid; gap: 14px; }
.library-item { scroll-margin-top: 180px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); }
.library-item[hidden] { display: none; }
.library-item > summary { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 27px 30px; }
.library-item > summary::after { content: "+"; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--green); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.library-item[open] > summary::after { transform: rotate(45deg); }
.library-title-wrap { min-width: 0; }
.library-kicker { display: block; margin-bottom: 7px; color: var(--green-2); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.library-title { display: block; font: 400 clamp(25px, 2.4vw, 38px)/1.1 Georgia, serif; letter-spacing: -.025em; }
.library-count { display: block; margin-top: 8px; color: rgba(21,55,45,.5); font-size: 11px; font-weight: 700; }
.library-body { padding: 4px 30px 38px; border-top: 1px solid var(--line); }
.library-copy { max-width: 900px; margin: 30px auto 0; }
.library-copy p { margin: 0 0 20px; color: rgba(21,55,45,.78); font-size: 16px; line-height: 1.85; }
.library-copy p:first-child { color: var(--ink); font: 400 24px/1.55 Georgia, serif; }
.library-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.library-gallery img { height: 250px; object-fit: cover; border-radius: 15px; background: var(--green-soft); }
.library-gallery img:only-child { grid-column: 1 / -1; height: min(520px, 55vw); object-fit: contain; background: #f4f3ee; }
.library-empty { padding: 30px; text-align: center; border: 1px dashed var(--line); border-radius: 20px; color: rgba(21,55,45,.6); }
.library-noscript { padding: 24px; border-radius: 16px; background: #fff; }

.news { background: var(--paper); }
.section-heading-news { padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.news-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.news-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 350px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.news-card-lead, .news-card-wide { grid-column: 1 / -1; grid-template-columns: 1.05fr .95fr; min-height: 450px; }
.news-image { position: relative; min-height: 270px; overflow: hidden; background: var(--green-soft); }
.news-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.news-card:hover .news-image img { transform: scale(1.035); }
.news-image > span { position: absolute; left: 18px; top: 18px; padding: 7px 12px; color: var(--ink); background: rgba(255,255,255,.88); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.news-content { padding: 34px; align-self: center; }
.news-meta { display: flex; gap: 8px; margin-bottom: 20px; color: var(--green-2); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.news-content h2, .news-content h3 { margin: 0 0 16px; font: 400 clamp(25px, 2.3vw, 37px)/1.13 Georgia, serif; letter-spacing: -.025em; }
.news-content > p { margin: 0 0 24px; color: rgba(21,55,45,.63); font-size: 14px; }
.news-read-more { display: inline-flex; align-items: center; gap: 12px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--green); font-size: 12px; font-weight: 800; }
.news-read-more span { font-size: 18px; transition: transform .2s ease; }
.news-read-more:hover span { transform: translate(3px,-3px); }
details { border-top: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; padding: 17px 0 0; font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 23px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
.article-body { padding-top: 16px; color: rgba(21,55,45,.72); font-size: 13px; }
.article-body p { margin: 0 0 15px; }
.article-body h4 { margin: 21px 0 8px; color: var(--ink); font: 400 22px/1.2 Georgia, serif; }

.news-article { background: var(--paper); }
.news-article-header { padding: clamp(70px,9vw,125px) 0 clamp(48px,7vw,90px); color: #fff; background: var(--green); }
.news-article-header .breadcrumbs { margin-bottom: 52px; color: rgba(255,255,255,.65); }
.news-article-header .breadcrumbs a { color: #fff; }
.news-article-header .eyebrow { margin-bottom: 18px; color: var(--yellow); }
.news-article-header .news-meta { color: rgba(255,255,255,.7); }
.news-article-header h1 { max-width: 980px; margin: 0; font: 400 clamp(42px,6.5vw,88px)/.98 Georgia,serif; letter-spacing: -.045em; }
.news-article-deck { max-width: 760px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px,2vw,22px); line-height: 1.65; }
.news-article-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: clamp(40px,7vw,100px); align-items: start; padding-top: clamp(55px,8vw,105px); padding-bottom: clamp(70px,10vw,130px); }
.news-article-image { position: sticky; top: 145px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--green-soft); }
.news-article-image img { display: block; width: 100%; height: auto; max-height: 720px; object-fit: contain; }
.news-article-body { color: rgba(21,55,45,.78); font-size: clamp(16px,1.35vw,19px); line-height: 1.85; }
.news-article-body p { margin: 0 0 24px; }
.news-article-body h4 { margin: 44px 0 14px; color: var(--ink); font: 400 clamp(27px,3vw,38px)/1.12 Georgia,serif; }
.news-back { display: inline-flex; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--green); font-size: 13px; font-weight: 800; }
.home-video-only { max-width: 1120px; }
.home-video-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; padding-top: 24px; border-top: 1px solid var(--line); }
.home-video-heading h2 { max-width: 850px; margin: 0; color: var(--green); font: 400 clamp(48px,5.8vw,82px)/.96 Georgia,serif; letter-spacing: -.052em; }
.home-video-heading h2 em { color: var(--coral); font-weight: 400; }
.home-train-video { box-shadow: 0 30px 86px rgba(20,53,43,.17); }

.about { overflow: hidden; background: #d9e6dc; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.about-portrait { position: relative; max-width: 480px; justify-self: center; }
.portrait-shape { position: relative; overflow: hidden; aspect-ratio: .82; border-radius: 45% 45% 24px 24px; background: #c6d6c9; }
.portrait-shape::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); border-radius: inherit; }
.portrait-shape img { height: 100%; object-fit: cover; filter: grayscale(.1) saturate(.75); }
.portrait-ring { position: absolute; width: 164px; height: 164px; right: -63px; bottom: -50px; padding: 13px; color: var(--green); background: var(--yellow); border-radius: 50%; animation: rotate 22s linear infinite; }
.portrait-ring text { fill: currentColor; font-size: 12px; font-weight: 800; letter-spacing: 2.2px; }
@keyframes rotate { to { transform: rotate(360deg); } }
.about-copy .eyebrow { margin-bottom: 28px; }
.about h2 { font-size: clamp(53px, 6vw, 90px); }
.about-role { display: flex; align-items: center; gap: 12px; margin: 25px 0; color: var(--green-2); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-role span { width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }
.about-copy > p:not(.eyebrow):not(.about-role) { max-width: 610px; color: rgba(21,55,45,.68); font-size: 17px; }
.about-links { display: flex; gap: 30px; margin-top: 38px; }
.about-links a { font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(21,55,45,.42); }

.contact { padding: 130px 0; color: #fff; background: var(--green); }
.contact-inner { text-align: center; }
.contact .eyebrow { justify-content: center; color: #fff; }
.contact h2 { font-size: clamp(51px, 6.8vw, 96px); }
.contact h2 em { color: var(--yellow); }
.contact-actions { justify-content: center; margin-top: 45px; }
.button-light { color: var(--green); background: #fff; }
.text-link-light { color: #fff; border-color: rgba(255,255,255,.55); }

.site-footer { padding: 64px 0 34px; color: rgba(255,255,255,.74); background: #0d2e24; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; align-items: start; }
.brand-footer { color: #fff; }
.site-footer p { margin: 12px 0 0; font: italic 21px Georgia, serif; }
.footer-links { justify-self: end; display: grid; grid-template-columns: repeat(2, auto); gap: 13px 34px; font-size: 13px; font-weight: 650; }
.footer-links a:hover { color: #fff; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 28px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { gap: 35px; }
  .hero-visual { min-height: 500px; }
  .manifesto-grid { grid-template-columns: minmax(0,1.35fr) minmax(280px,.75fr); gap: 44px; }
  .manifesto-note { grid-column: auto; }
  .news-card:not(.news-card-lead):not(.news-card-wide) { grid-template-columns: 1fr; }
  .about-grid { gap: 70px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); --radius: 20px; }
  .section { padding: 88px 0; }
  .header-inner { min-height: 72px; }
  .menu-button { display: block; position: relative; z-index: 2; flex: 0 0 46px; border-color: var(--green); background: var(--green); box-shadow: 0 8px 24px rgba(23,77,59,.2); }
  .menu-button > span:not(.sr-only) { background: #fff; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 11px; padding: 90px 28px 40px; background: var(--paper); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav > a, .site-nav > .dropdown > .dropdown-toggle { width: 100%; padding: 9px 0; font: 400 37px/1.15 Georgia, serif; }
  .site-nav .dropdown-menu { position: static; box-shadow: none; border: none; padding: 0 0 0 20px; opacity: 1; visibility: visible; transform: none; min-width: auto; background: transparent; display: none; }
  .site-nav .dropdown:hover .dropdown-menu, .site-nav .dropdown:focus-within .dropdown-menu, .site-nav .dropdown.is-active .dropdown-menu { display: block; }
  .site-nav .dropdown-menu a { padding: 8px 0; font-size: 18px; font-weight: 400; color: rgba(0,0,0,.6); }
  .nav-cta { width: auto !important; margin-top: 16px; padding: 12px 22px !important; color: #fff; font: 750 14px/1.2 Inter, sans-serif !important; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { position: relative; z-index: 2; min-width: 0; }
  .hero h1 { font-size: clamp(54px, 13vw, 84px); }
  .hero-visual { min-height: 560px; width: min(100%, 540px); margin: 15px auto 0; }
  .hero-foot { overflow-x: auto; white-space: nowrap; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 34px; }
  .manifesto-note { grid-column: auto; max-width: 680px; margin-left: clamp(0px,9vw,72px); }
  .quote-mark { left: 0; right: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 48px; }
  .topic-grid, .news-list, .about-grid { grid-template-columns: 1fr; }
  .news-card, .news-card-lead, .news-card-wide { grid-column: auto; grid-template-columns: 1fr; }
  .news-image { min-height: 330px; }
  .news-article-layout { grid-template-columns: 1fr; }
  .news-article-image { position: static; }
  .about-portrait { width: min(78%, 430px); }
  .about-copy { padding-top: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 2; grid-row: 1 / span 2; }
  .library-controls { position: static; align-items: stretch; flex-direction: column; }
  .library-search { flex-basis: auto; }
  .library-item > summary { padding: 23px 21px; }
  .library-body { padding: 4px 21px 30px; }
  .library-copy p { font-size: 15px; }
  .library-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  :root { --shell: calc(100% - 28px); }
  .brand span { display: none; }
  .hero { padding-top: 105px; }
  .hero h1 { font-size: 53px; }
  .hero-lead { font-size: 16px; }
  .hero-actions, .contact-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 420px; }
  .hero-photo-wrap { inset: 10px 8px 5px; }
  .floating-card-top { top: 54px; left: -4px; }
  .floating-card-bottom { right: -2px; bottom: 24px; }
  .hero-foot { margin-top: 30px; }
  .manifesto { padding: 72px 0; }
  .manifesto blockquote { padding-left: 32px; }
  .quote-mark { top: -18px; font-size: 88px; }
  .manifesto blockquote p { font-size: 31px; }
  .manifesto-note { margin-left: 0; padding: 26px 22px 24px; }
  .home-video-heading { margin-bottom: 24px; }
  .home-video-heading h2 { font-size: 43px; }
  .section-heading h2 { font-size: 46px; }
  .topic-card { min-height: auto; padding: 28px 24px; }
  .topic-card h3 { font-size: 30px; }
  .knowledge-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .news-image { min-height: 240px; }
  .news-content { padding: 26px 23px; }
  .news-content h2, .news-content h3 { font-size: 27px; }
  .about h2 { font-size: 52px; }
  .portrait-ring { width: 125px; height: 125px; right: -34px; bottom: -37px; }
  .contact h2 { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-footer span { display: block; }
  .footer-links { grid-column: auto; grid-row: auto; justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }
  .library-title { font-size: 27px; }
  .library-copy p:first-child { font-size: 20px; }
  .library-gallery { grid-template-columns: 1fr; }
  .library-gallery img { height: 250px; }
}

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

/* Article View Mode */
body.article-view .hero,
body.article-view #bilgi,
body.article-view #haberler,
body.article-view #hakkimda {
  display: none !important;
}
body.article-view #tum-icerikler {
  padding-top: 150px;
  min-height: 100vh;
}

/* Çok sayfalı sürüm için ek tasarım katmanı */
body { min-height: 100vh; display: flex; flex-direction: column; }
body > main { flex: 1 0 auto; }
.site-header:not(.scrolled) { background: rgba(251,250,246,.84); backdrop-filter: blur(16px); }
.header-inner { min-height: 96px; gap: 20px; }
.site-identity { flex: 0 0 auto; gap: 12px; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; }
.brand-identity { display: grid; gap: 2px; min-width: 176px; line-height: 1.08; }
.brand-identity strong { font: 700 14px/1.12 Georgia,serif; letter-spacing: -.01em; }
.brand-identity small { color: #50645c; font-size: 10px; font-weight: 750; letter-spacing: .055em; }
.brand-identity small:last-child { padding-left: 22px; }
.original-nav { gap: 10px; font-size: 12px; }
.dropdown-toggle svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 2; vertical-align: middle; margin-left: 3px; }
.dropdown.current > .dropdown-toggle { color: var(--green-2); }
.original-nav { gap: 11px; font-size: 12px; }
.original-nav .nav-cta { padding: 9px 14px !important; }
.original-nav .dropdown-menu { padding: 10px; border-radius: 16px; box-shadow: 0 24px 70px rgba(13,46,36,.16); transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
.original-nav .dropdown-menu a { border-radius: 9px; }
.original-nav .dropdown-sosyal-kooperatif .dropdown-menu { left: 50%; display: grid; width: min(680px,86vw); grid-template-columns: repeat(2,minmax(0,1fr)); translate: -50% 0; transform: translateY(10px); }
.original-nav .dropdown-sosyal-kooperatif:hover .dropdown-menu,
.original-nav .dropdown-sosyal-kooperatif:focus-within .dropdown-menu { transform: translateY(0); }

@media (min-width: 1321px) {
  .header-inner { display: grid; grid-template-columns: 1fr; justify-items: center; min-height: 138px; padding: 10px 0 12px; gap: 5px; }
  .site-identity { justify-self: center; }
  .brand-logo { width: 50px; height: 50px; }
  .brand-identity { min-width: 0; text-align: center; }
  .brand-identity small:last-child { padding-left: 0; }
  .original-nav { justify-self: center; min-width: min(100%,1180px); justify-content: center; padding: 7px 13px; border: 1px solid rgba(23,77,59,.11); border-radius: 999px; background: rgba(255,255,255,.72); box-shadow: 0 10px 34px rgba(13,46,36,.07); }
  .original-nav { position: relative; }
  .original-nav .dropdown-sosyal-kooperatif { position: static; }
  .original-nav > a, .original-nav .dropdown-toggle { white-space: nowrap; }
}
.modern-hero { padding-bottom: 0; min-height: auto; }
.modern-hero .reveal { opacity: 1; transform: none; }

.home-slider { position: relative; height: min(880px,100vh); min-height: 700px; overflow: hidden; background: #0d2e24; color: white; }
.home-slider::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(90deg,rgba(6,27,20,.76) 0%,rgba(6,27,20,.43) 34%,rgba(6,27,20,.06) 68%,rgba(6,27,20,.18) 100%),linear-gradient(0deg,rgba(6,27,20,.36),transparent 38%); }
.home-slides, .home-slide, .home-slide img, .slider-shade { position: absolute; inset: 0; }
.home-slide { margin: 0; opacity: 0; visibility: hidden; transition: opacity 1s ease,visibility 1s; }
.home-slide.is-active { opacity: 1; visibility: visible; }
.home-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.035); transition: transform 7s linear; }
.home-slide.is-active img { transform: scale(1); }
.slider-source-copy { position: relative; z-index: 4; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 110px; pointer-events: none; }
.slider-source-copy > span { display: block; width: 72px; height: 4px; margin-bottom: 24px; border-radius: 99px; background: var(--yellow); }
.slider-source-copy h1 { max-width: 720px; margin: 0; color: #fff; font: 400 clamp(54px,6.3vw,96px)/.94 Georgia,serif; letter-spacing: -.055em; text-wrap: balance; text-shadow: 0 8px 34px rgba(0,0,0,.24); }
.slider-source-copy strong { display: block; color: var(--yellow); font-style: italic; font-weight: 400; }
.home-slide figcaption { position: absolute; z-index: 4; right: max(48px,calc((100vw - 1200px)/2)); bottom: 46px; display: flex; align-items: center; gap: 18px; max-width: 430px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(8,30,23,.62); backdrop-filter: blur(12px); }
.home-slide figcaption span { color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.home-slide figcaption strong { font-size: 13px; }
.slider-shade { z-index: 2; background: linear-gradient(90deg,rgba(7,31,23,.94) 0%,rgba(7,31,23,.76) 38%,rgba(7,31,23,.18) 76%,rgba(7,31,23,.36) 100%),linear-gradient(0deg,rgba(7,31,23,.58),transparent 42%); }
.slider-content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 70px; }
.slider-content .eyebrow { color: white; }
.slider-content h1 { margin: 0; max-width: 850px; font: 400 clamp(62px,7.2vw,112px)/.92 Georgia,serif; letter-spacing: -.06em; }
.slider-content h1 em { color: var(--yellow); font-weight: 400; }
.slider-content > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 34px; color: rgba(255,255,255,.78); font-size: 18px; }
.slider-actions { display: flex; align-items: center; gap: 28px; }
.slider-actions > a:last-child { display: inline-flex; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 13px; font-weight: 750; }
.slider-controls { position: absolute; left: 0; right: 0; bottom: 42px; z-index: 5; display: flex; align-items: center; gap: 14px; }
.slider-controls > button { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(7,31,23,.38); color: white; cursor: pointer; }
.slider-controls > div { display: flex; gap: 6px; }
.slider-controls [data-slider-dot] { width: 24px; height: 24px; padding: 0; border: 0; border-radius: 99px; background: linear-gradient(rgba(255,255,255,.34),rgba(255,255,255,.34)) center/100% 3px no-repeat; cursor: pointer; transition: width .25s,background .25s; }
.slider-controls [data-slider-dot].active { width: 46px; background: linear-gradient(var(--yellow),var(--yellow)) center/100% 3px no-repeat; }
.home-intro { background: var(--paper); }
.home-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.home-intro h2 { margin: 0; max-width: 700px; font: 400 clamp(48px,5.4vw,78px)/1 Georgia,serif; letter-spacing: -.05em; }
.home-intro-grid > div:last-child > p { margin: 0 0 40px; color: #5f726a; font-size: 17px; }
.home-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.home-stats div { padding: 24px 12px 0 0; }
.home-stats strong { display: block; font: 400 38px/1 Georgia,serif; color: var(--green); }
.home-stats span { display: block; margin-top: 8px; color: #677a72; font-size: 11px; }
.modern-hero .hero-grid { min-height: 760px; }
.impact-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: -4px; border: 1px solid rgba(255,255,255,.22); border-bottom: 0; border-radius: 28px 28px 0 0; overflow: hidden; position: relative; z-index: 3; }
.impact-strip div { display: flex; align-items: baseline; gap: 14px; padding: 24px 32px; color: white; background: rgba(255,255,255,.07); backdrop-filter: blur(16px); }
.impact-strip div + div { border-left: 1px solid rgba(255,255,255,.2); }
.impact-strip strong { font-size: 34px; line-height: 1; font-family: Georgia,serif; color: var(--yellow); }
.impact-strip span { font-size: 13px; opacity: .82; }
.topic-card-top { display: flex; justify-content: space-between; align-items: center; }
.topic-glyph { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 21px; }
.topic-card h3 a { transition: color .2s; }
.topic-card h3 a:hover { color: var(--green-2); }
.topic-card li a { display: flex; justify-content: space-between; gap: 12px; }
.topic-card li a span { opacity: .45; }
.stories { background: #e7efe8; }
.story-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 40px; }
.story-card { min-width: 0; }
.story-image { aspect-ratio: 1.25; overflow: hidden; border-radius: 22px; position: relative; background: var(--green-soft); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.story-image span { position: absolute; left: 14px; bottom: 14px; background: rgba(251,250,246,.9); padding: 7px 11px; border-radius: 99px; font-size: 11px; font-weight: 750; }
.story-card:hover img { transform: scale(1.045); }
.story-card h3 { margin: 18px 4px 10px; font-family: Georgia,serif; font-size: 21px; line-height: 1.2; letter-spacing: -.02em; }
.story-link { margin-left: 4px; font-size: 12px; font-weight: 750; border-bottom: 1px solid; }
.button-outline { border: 1px solid var(--green); color: var(--green); }
.home-about { background: var(--green); color: white; }
.home-about .eyebrow, .home-about h2, .home-about .about-role, .home-about .about-copy p { color: white; }
.home-about .portrait-shape { background: var(--yellow); }
.home-about .portrait-shape img { object-fit: cover; object-position: center; transform: scale(1.02); }

.page-hero, .article-hero { padding: 170px 0 92px; background: var(--green); color: white; position: relative; overflow: hidden; }
.page-hero::after, .article-hero::after { content: ''; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -130px; top: -190px; box-shadow: 0 0 0 80px rgba(255,255,255,.03),0 0 0 160px rgba(255,255,255,.025); }
.page-hero .shell, .article-hero .shell { position: relative; z-index: 2; }
.page-hero h1, .article-hero h1, .profile-page h1, .contact-page h1, .not-found h1 { font-family: Georgia,serif; font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.page-hero h1 { font-size: clamp(58px,9vw,112px); margin: 20px 0 24px; }
.page-hero > .shell > p:last-child { max-width: 720px; font-size: 20px; opacity: .74; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 42px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 700; }
.breadcrumbs a:hover { color: white; }
.article-hero { padding-bottom: 100px; }
.article-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 160px; gap: 70px; align-items: end; }
.article-hero h1 { max-width: 980px; font-size: clamp(48px,7vw,96px); margin: 20px 0 28px; }
.article-deck { max-width: 820px; font-size: 19px; line-height: 1.7; color: rgba(255,255,255,.78); }
.article-meta { display: flex; gap: 12px; margin-top: 30px; }
.article-meta span { border: 1px solid rgba(255,255,255,.22); border-radius: 99px; padding: 8px 13px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.article-symbol { width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; }
.article-symbol span { font-size: 62px; color: var(--yellow); }
.article-section { padding: 100px 0 110px; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0,760px); gap: 90px; justify-content: center; align-items: start; }
.aside-sticky { position: sticky; top: 120px; padding-top: 20px; border-top: 2px solid var(--green); }
.aside-sticky span { display: block; color: #60746c; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 750; }
.aside-sticky strong { display: block; margin: 12px 0 24px; font-family: Georgia,serif; font-size: 20px; line-height: 1.25; }
.aside-sticky a { font-size: 12px; font-weight: 750; }
.article-content { min-width: 0; font-family: Georgia,serif; font-size: 19px; line-height: 1.88; color: #253f37; }
.article-content > p { margin: 0 0 28px; }
.article-content > p:not(.article-subhead), .news-article-body p, .article-body p, .profile-facts p, .home-video-copy > p:last-child, .train-heading > p, .train-feature p { text-align: justify; text-align-last: left; text-justify: inter-word; hyphens: auto; overflow-wrap: break-word; }
.article-content > p:first-child { font-size: 25px; line-height: 1.65; color: var(--green); }
.article-content .article-subhead { font-family: Inter,system-ui,sans-serif; font-weight: 800; font-size: 18px; line-height: 1.45; margin-top: 50px; color: var(--ink); }
.article-point { padding: 15px 20px; margin-bottom: 10px !important; border-left: 3px solid var(--yellow); background: #f3f0e8; font-family: Inter,system-ui,sans-serif; font-size: 16px; line-height: 1.6; }
.article-gallery { display: grid; grid-template-columns: minmax(0,1fr); gap: 22px; margin: 55px 0; }
.gallery-image, .photo-card { border: 0; padding: 0; cursor: zoom-in; background: transparent; }
.article-gallery .gallery-image { min-height: 280px; display: flex; align-items: center; justify-content: center; padding: clamp(24px,4vw,48px); border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg,#fff 0%,#f4f0e5 100%); box-shadow: 0 18px 48px rgba(27,54,45,.07); }
.article-gallery .gallery-image img { width: auto; max-width: 100%; height: auto; max-height: 620px; aspect-ratio: auto; object-fit: contain; border-radius: 12px; }
.article-gallery.single { grid-template-columns: minmax(0,1fr); }
.article-gallery.single .gallery-image { min-height: 360px; padding: clamp(28px,5vw,64px); border-radius: 28px; box-shadow: 0 22px 60px rgba(27,54,45,.08); }
.article-gallery.single .gallery-image img { width: auto; max-width: min(100%,720px); height: auto; max-height: 620px; aspect-ratio: auto; object-fit: contain; border-radius: 12px; }
.article-video { margin: 0 0 54px; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: 26px; background: #0b2019; box-shadow: 0 24px 70px rgba(20,48,39,.16); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-video > p { margin: 12px 4px 0; color: #718078; font-size: 12px; }
.home-video-section { background: #e8eee9; }
.home-video-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px,7vw,100px); align-items: center; }
.home-video-copy h2 { margin: 20px 0 24px; color: var(--green); font: 400 clamp(48px,5.6vw,78px)/.98 Georgia,serif; letter-spacing: -.05em; }
.home-video-copy > p:last-child { max-width: 440px; color: #52645d; line-height: 1.7; }
.source-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 70px; border-top: 1px solid var(--line); padding-top: 24px; font-family: Inter,system-ui,sans-serif; font-size: 12px; }
.source-note span { color: #687b74; text-transform: uppercase; letter-spacing: .1em; font-weight: 750; }
.source-note a { font-weight: 750; }
.source-note strong { font: 750 12px/1.4 Inter,system-ui,sans-serif; }
.reference-list { margin: 0; padding-left: 30px; }
.reference-list li { padding: 15px 0 15px 12px; border-bottom: 1px solid var(--line); font-size: 16px; line-height: 1.6; }
.related-section { padding: 90px 0 110px; background: #e7efe8; }
.section-heading.compact { margin-bottom: 40px; }
.section-heading.compact h2 { font-size: 52px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.related-card { padding: 28px; min-height: 200px; background: var(--paper); border-radius: 22px; display: flex; flex-direction: column; transition: transform .25s,box-shadow .25s; }
.related-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.related-card > span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #657970; font-weight: 750; }
.related-card strong { margin: 18px 0; font-family: Georgia,serif; font-size: 24px; line-height: 1.15; }
.related-card small { margin-top: auto; font-weight: 750; }

.directory-hero { padding-bottom: 70px; }
.directory-search { margin-top: 44px; max-width: 720px; background: white; color: var(--ink); display: flex; align-items: center; padding: 0 20px; border-radius: 18px; box-shadow: var(--shadow); }
.directory-search svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; flex: none; }
.directory-search input { width: 100%; padding: 20px 14px; background: transparent; border: 0; outline: 0; font: inherit; }
.directory-section { padding: 60px 0 110px; }
.directory-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 18px; }
.directory-filters button { border: 1px solid var(--line); border-radius: 99px; background: transparent; padding: 9px 14px; cursor: pointer; color: var(--ink); font-size: 12px; font-weight: 720; }
.directory-filters button.active { background: var(--green); color: white; border-color: var(--green); }
.directory-result { margin: 0 0 30px; color: #687b74; font-size: 13px; }
.directory-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.directory-card { min-width: 0; min-height: 290px; padding: 27px; border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; transition: transform .25s,background .25s,border-color .25s; }
.directory-card:hover { transform: translateY(-5px); background: #edf4ee; border-color: transparent; }
.directory-card > span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: #61756d; }
.directory-card h2 { margin: 18px 0 12px; font-family: Georgia,serif; font-weight: 400; font-size: 28px; line-height: 1.1; }
.directory-card p { font-size: 13px; color: #5b6e66; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.directory-card small { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #60736b; }
.directory-card[hidden] { display: none; }

.gallery-section, .gallery-landing, .train-feature, .status-section { padding: 90px 0 120px; }
.photo-grid { columns: 3; column-gap: 16px; }
.photo-card { width: 100%; position: relative; margin: 0 0 16px; break-inside: avoid; border-radius: 20px; overflow: hidden; }
.photo-card img { transition: transform .45s; }
.photo-card:hover img { transform: scale(1.035); }
.photo-card span { position: absolute; right: 12px; bottom: 12px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(251,250,246,.9); font-size: 11px; font-weight: 750; }
.gallery-landing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gallery-feature { position: relative; height: 600px; border-radius: 30px; overflow: hidden; }
.gallery-feature img { height: 100%; object-fit: cover; transition: transform .55s; }
.gallery-feature:hover img { transform: scale(1.035); }
.gallery-feature::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(9,33,25,.75)); }
.gallery-feature span { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; color: white; font-family: Georgia,serif; font-size: 34px; display: flex; justify-content: space-between; }
.train-feature .shell { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.train-feature img { max-height: 720px; object-fit: cover; border-radius: 32px; }
.train-feature h2 { font-family: Georgia,serif; font-size: 54px; font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.train-feature p { color: #5f716a; margin-bottom: 30px; }

.train-page { padding: 165px 0 110px; background: #e9eee9; }
.train-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.train-heading h1 { margin: 20px 0 0; color: var(--green); font: 400 clamp(54px,7vw,98px)/.93 Georgia,serif; letter-spacing: -.055em; }
.train-heading h1 em { color: var(--coral); font-weight: 400; }
.train-heading > p { max-width: 460px; margin: 0 0 8px; color: #52655d; font-size: 18px; line-height: 1.7; }
.train-video { position: relative; overflow: hidden; border-radius: 34px; background: #0b2119; box-shadow: 0 30px 90px rgba(19,57,45,.19); }
.train-video video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.train-video-label { position: absolute; left: 24px; bottom: 24px; display: flex; flex-direction: column; gap: 4px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(8,31,23,.72); color: white; backdrop-filter: blur(12px); pointer-events: none; }
.train-video-label span { color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.train-video-label strong { font-size: 14px; }
.train-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 28px; }
.train-footer > span { color: #66766f; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.profile-page { position: relative; overflow: hidden; padding: 165px 0 115px; min-height: 100vh; background: #f1eee5; color: var(--ink); }
.profile-page::before { content: ''; position: absolute; width: 540px; height: 540px; right: -160px; top: -170px; border-radius: 50%; background: rgba(244,185,66,.26); filter: blur(2px); }
.profile-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px,8vw,110px); align-items: center; }
.profile-copy { max-width: 720px; }
.profile-page h1 { max-width: 780px; margin: 22px 0 24px; color: var(--green); font-size: clamp(58px,7vw,98px); }
.profile-role { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; color: var(--coral); font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.profile-role span { width: 38px; height: 1px; background: currentColor; }
.profile-lead { max-width: 650px; margin: 28px 0 0; color: #4d6058; font: 400 22px/1.55 Georgia,serif; }
.profile-facts { margin-top: 38px; border-top: 1px solid #cfd6cf; }
.profile-facts > div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid #cfd6cf; }
.profile-facts span { padding-top: 4px; color: var(--coral); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.profile-facts p { margin: 0; color: #33473f; line-height: 1.6; }
.profile-socials { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.profile-socials a { color: var(--green); font-size: 12px; font-weight: 850; border-bottom: 1px solid currentColor; }
.profile-photo { position: relative; margin: 0; }
.profile-photo-frame { position: relative; overflow: hidden; aspect-ratio: 3/4; border-radius: 220px 220px 30px 30px; background: var(--green); box-shadow: 0 32px 90px rgba(18,55,44,.22); }
.profile-photo-frame::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); border-radius: inherit; pointer-events: none; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; image-rendering: auto; }
.profile-photo figcaption { position: absolute; left: -28px; right: 28px; bottom: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 22px; border-radius: 16px; background: var(--green); color: white; box-shadow: 0 18px 44px rgba(18,55,44,.2); }
.profile-photo figcaption span { color: var(--yellow); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.profile-photo figcaption strong { font: 400 17px Georgia,serif; }
.contact-page { padding: 175px 0 120px; min-height: 82vh; background: var(--green); color: white; }
.contact-page-grid { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(520px,1.3fr); gap: clamp(50px,8vw,110px); align-items: start; }
.contact-page h1 { margin: 18px 0 48px; font-size: clamp(58px,7vw,96px); }
.contact-details { border-top: 1px solid rgba(255,255,255,.25); }
.contact-details > div { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-details span { display: block; margin-bottom: 8px; color: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a { font: 400 clamp(19px,2vw,25px)/1.3 Georgia,serif; overflow-wrap: anywhere; }
.contact-form { position: relative; padding: clamp(28px,4vw,52px); border-radius: 30px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(4,27,20,.24); }
.contact-form h2 { margin: 0 0 32px; color: var(--green); font: 400 clamp(38px,4vw,56px)/1 Georgia,serif; letter-spacing: -.04em; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; margin-bottom: 18px; color: #53665e; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cbd5ce; border-radius: 13px; outline: 0; background: #f8faf7; color: var(--ink); font: 400 15px/1.55 Inter,sans-serif; transition: border-color .2s,box-shadow .2s,background .2s; }
.contact-form input { height: 52px; padding: 0 15px; }
.contact-form textarea { min-height: 160px; padding: 14px 15px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 3px rgba(23,77,59,.11); }
.contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.contact-form-footer { display: flex; align-items: center; gap: 20px; min-height: 48px; }
.contact-form button:disabled { cursor: wait; opacity: .62; }
.contact-status { min-height: 20px; margin: 0; color: #61746c; font-size: 12px; }
.contact-status[data-type="success"] { color: var(--green); font-weight: 750; }
.contact-status[data-type="error"] { color: #a63d2f; }
.forum-page { padding: 165px 0 120px; min-height: 100vh; background: #edf1ec; }
.forum-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 64px; }
.forum-hero h1 { margin: 20px 0 0; color: var(--green); font: 400 clamp(58px,7vw,98px)/.94 Georgia,serif; letter-spacing: -.055em; }
.forum-hero h1 em { color: var(--coral); font-weight: 400; }
.forum-hero > p { max-width: 490px; margin: 0 0 8px; color: #53665e; font-size: 18px; line-height: 1.7; }
.forum-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: clamp(38px,6vw,82px); align-items: start; }
.forum-sidebar { position: sticky; top: 110px; }
.forum-rules { padding: 26px; border: 1px solid #cfd8d1; border-radius: 22px; background: rgba(255,255,255,.58); }
.forum-rules > span { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.forum-rules ol { margin: 20px 0 0; padding-left: 20px; color: #53665e; font-size: 13px; line-height: 1.7; }
.forum-sidebar > a { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 18px 4px; border-bottom: 1px solid #bdc9c1; color: var(--green); font-size: 12px; font-weight: 800; }
.forum-new-topic { padding: clamp(26px,4vw,44px); border-radius: 28px; background: white; box-shadow: 0 22px 65px rgba(22,62,49,.1); }
.forum-form-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.forum-form-heading span { color: var(--coral); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.forum-form-heading strong { color: var(--green); font: 400 34px Georgia,serif; }
.forum-form-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 16px; }
.forum-new-topic label, .forum-reply-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; color: #52645c; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.forum-new-topic input, .forum-new-topic textarea, .forum-reply-form input, .forum-reply-form textarea { width: 100%; border: 1px solid #cbd5ce; border-radius: 12px; outline: 0; background: #f8faf7; color: var(--ink); font: 400 15px/1.55 Inter,sans-serif; transition: border-color .2s,box-shadow .2s; }
.forum-new-topic input, .forum-reply-form input { height: 48px; padding: 0 14px; }
.forum-new-topic textarea, .forum-reply-form textarea { resize: vertical; min-height: 110px; padding: 13px 14px; }
.forum-new-topic input:focus, .forum-new-topic textarea:focus, .forum-reply-form input:focus, .forum-reply-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,77,59,.11); }
.forum-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.forum-status { min-height: 22px; margin: 20px 4px; color: #62756c; font-size: 12px; }
.forum-status[data-type="success"] { color: var(--green); }
.forum-status[data-type="error"] { color: #a63d2f; }
.forum-status[data-type="local"] { color: #84601c; }
.forum-list { display: grid; gap: 18px; }
.forum-empty { padding: 70px 28px; border: 1px dashed #bccbc1; border-radius: 26px; text-align: center; color: #64776f; }
.forum-empty > span { color: var(--coral); font-size: 32px; }
.forum-empty h2 { margin: 14px 0 8px; color: var(--green); font: 400 32px Georgia,serif; }
.forum-empty p { margin: 0; }
.forum-topic { padding: clamp(24px,4vw,40px); border: 1px solid #d1dbd4; border-radius: 26px; background: rgba(255,255,255,.76); }
.forum-topic-head { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; }
.forum-topic-number { padding-top: 7px; color: var(--coral); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.forum-topic h2 { margin: 0; color: var(--green); font: 400 clamp(25px,3vw,36px)/1.12 Georgia,serif; }
.forum-byline { margin: 7px 0 0; color: #75857e; font-size: 11px; }
.forum-topic-body { margin: 24px 0 0 60px; color: #344940; line-height: 1.75; white-space: pre-wrap; }
.forum-replies { display: grid; gap: 10px; margin: 28px 0 0 60px; }
.forum-reply { padding: 18px 20px; border-left: 3px solid var(--yellow); border-radius: 0 14px 14px 0; background: #f3f5ef; }
.forum-reply p { margin: 0; color: #3f534a; line-height: 1.65; white-space: pre-wrap; }
.forum-reply small { display: block; margin-top: 8px; color: #75857e; }
.forum-reply-box { margin: 24px 0 0 60px; border-top-color: #cbd6cf; }
.forum-reply-box summary { color: var(--green); font-size: 12px; }
.forum-reply-form { padding-top: 20px; }
.forum-reply-form .button { margin-top: 4px; }
.forum-new-topic button:disabled, .forum-reply-form button:disabled { opacity: .55; cursor: wait; }
.status-card { display: grid; grid-template-columns: 80px 1fr; gap: 30px; max-width: 780px; margin: auto; padding: 40px; border: 1px solid var(--line); border-radius: 28px; }
.status-card > span { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: #f8dfda; color: var(--coral); font-size: 44px; }
.status-card h2 { margin: 0 0 12px; font-family: Georgia,serif; font-size: 32px; }
.status-card p { color: #5f726a; }
.status-card a { font-weight: 750; font-size: 13px; }
.news-page { padding-top: 70px; }
.news-page .news { padding-top: 90px; }
.page-news-heading { padding-top: 50px; }
.not-found { min-height: 78vh; display: grid; place-items: center; padding: 160px 0 100px; text-align: center; }
.not-found > .shell > span { font: 400 120px/1 Georgia,serif; color: var(--green-soft); }
.not-found h1 { font-size: 58px; margin: 10px 0; }
.not-found p { color: #62756d; margin-bottom: 28px; }

.lightbox { position: fixed; inset: 0; z-index: 500; background: rgba(8,25,20,.93); padding: 46px; display: grid; place-items: center; }
.lightbox img { max-width: 92vw; max-height: 88vh; width: auto; object-fit: contain; }
.lightbox button { position: absolute; top: 18px; right: 24px; border: 0; background: transparent; color: white; font-size: 42px; cursor: pointer; }
.lightbox-open { overflow: hidden; }

/* Eksiksiz site haritası footer'ı */
.site-footer { padding: 80px 0 30px; }
.footer-intro { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand-footer .brand-logo { width: 68px; height: 68px; }
.footer-partners { padding: 34px 0 0; }
.footer-partners > strong { display: block; margin-bottom: 14px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.footer-partner-grid { display: grid; grid-template-columns: repeat(6,1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; }
.footer-partner-grid a { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 13px; min-height: 88px; padding: 13px 15px; color: rgba(255,255,255,.8); font-size: 11px; font-weight: 750; transition: color .2s,background .2s; }
.footer-partner-grid img { width: 48px; height: 48px; padding: 5px; object-fit: contain; border-radius: 11px; background: #fff; }
.footer-partner-grid a + a { border-left: 1px solid rgba(255,255,255,.14); }
.footer-partner-grid a:hover { color: #fff; background: rgba(255,255,255,.07); }
.footer-partner-grid b { color: var(--yellow); font-size: 15px; }
.footer-contact { display: inline-flex; align-items: center; gap: 48px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; color: white; font-size: 13px; font-weight: 750; }
.footer-sitemap { display: grid; grid-template-columns: repeat(6,1fr); gap: 34px; padding: 50px 0 42px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-width: 0; }
.footer-column > strong { margin-bottom: 7px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-column a { color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.4; }
.footer-column a:hover { color: var(--yellow); }
.site-footer .footer-bottom { position: relative; display: flex; grid-column: auto; justify-content: center; align-items: center; gap: 36px; margin: 0; padding-top: 24px; border-top: 0; text-align: center; }
.site-footer .footer-bottom::before { content: ""; position: absolute; top: 0; left: 50%; width: 100vw; border-top: 1px solid rgba(255,255,255,.14); transform: translateX(-50%); }

@media (max-width: 1100px) {
  .story-grid { grid-template-columns: repeat(2,1fr); }
  .directory-grid { grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: 190px minmax(0,1fr); gap: 50px; }
  .footer-sitemap { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 1320px) {
  .site-header, .site-header.scrolled, .site-header:not(.scrolled) { background: rgba(251,250,246,.98); backdrop-filter: none; -webkit-backdrop-filter: none; }
  body.menu-open { touch-action: none; overscroll-behavior: none; }
  .menu-button { display: block; position: relative; z-index: 102; flex: 0 0 46px; border-color: var(--green); background: var(--green); box-shadow: 0 8px 24px rgba(23,77,59,.2); }
  .menu-button > span:not(.sr-only) { background: white; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; display: flex; width: 100vw; height: 100vh; height: 100dvh; max-height: none; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 11px; padding: 100px 28px 40px !important; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); transform: translateX(100%); visibility: hidden; transition: transform .3s ease,visibility .3s; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav > a, .site-nav > .dropdown > .dropdown-toggle { width: 100%; padding: 9px 0; font: 400 32px/1.15 Georgia,serif; }
  .site-nav .nav-cta { width: auto !important; margin: 8px 0; padding: 11px 20px !important; color: white; font: 750 13px/1.2 Inter,sans-serif !important; }
  .site-nav .dropdown { width: 100%; }
  .site-nav .dropdown-toggle { display: flex; justify-content: space-between; align-items: center; }
  .site-nav .dropdown-menu, .site-nav .dropdown-sosyal-kooperatif .dropdown-menu { position: static; display: none; width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; opacity: 1; visibility: visible; translate: none; transform: none; box-shadow: none; padding: 10px; background: #edf2ec; border: 1px solid var(--line); border-radius: 14px; }
  .site-nav .dropdown.is-active .dropdown-menu { display: grid; transform: none; }
  .site-nav .dropdown-sosyal-kooperatif.is-active .dropdown-menu { max-height: min(52dvh,460px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
  .site-nav .dropdown-menu a { white-space: normal; padding: 10px 12px; border: 1px solid rgba(23,77,59,.08); border-radius: 9px; background: rgba(255,255,255,.7); font-size: 14px; line-height: 1.35; }
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-symbol { display: none; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: none; }
  .profile-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .home-video-grid { grid-template-columns: 1fr; }
  .forum-hero { grid-template-columns: 1fr; gap: 28px; }
  .forum-layout { grid-template-columns: 1fr; }
  .forum-sidebar { position: static; }
  .profile-photo { width: min(100%,430px); max-width: none; }
  .home-intro-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-partner-grid { grid-template-columns: repeat(3,1fr); }
  .footer-partner-grid a:nth-child(4) { border-left: 0; }
  .footer-partner-grid a:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.14); }
}
@media (max-width: 720px) {
  .header-inner { min-height: 76px; }
  .site-header .site-identity { gap: 8px; }
  .site-header .brand-logo { width: 43px; height: 43px; }
  .site-header .brand-identity { display: grid; min-width: 0; }
  .site-header .brand-identity strong { font-size: 12px; }
  .site-header .brand-identity small { font-size: 9px; }
  .site-header .brand-identity small:last-child { padding-left: 14px; }
  .site-nav { gap: 6px; padding: 86px 18px 24px !important; }
  .site-nav > a, .site-nav > .dropdown > .dropdown-toggle { padding: 7px 0; font-size: 25px; }
  .site-nav .dropdown-menu, .site-nav .dropdown-sosyal-kooperatif .dropdown-menu { grid-template-columns: 1fr; }
  .site-nav .dropdown-sosyal-kooperatif.is-active .dropdown-menu { max-height: min(50dvh,390px); }
  .home-slider { min-height: 760px; height: 100svh; }
  .home-slider::after { background: linear-gradient(90deg,rgba(6,27,20,.78),rgba(6,27,20,.24)),linear-gradient(0deg,rgba(6,27,20,.48),transparent 52%); }
  .slider-source-copy { justify-content: center; padding: 76px 0 110px; }
  .slider-source-copy > span { width: 52px; height: 3px; margin-bottom: 18px; }
  .slider-source-copy h1 { max-width: 520px; font-size: clamp(47px,14vw,68px); }
  .slider-shade { background: linear-gradient(90deg,rgba(7,31,23,.91),rgba(7,31,23,.5)),linear-gradient(0deg,rgba(7,31,23,.72),transparent 50%); }
  .slider-content { justify-content: flex-end; padding: 0 0 190px; }
  .slider-content h1 { width: 100%; font-size: clamp(47px,12vw,64px); }
  .slider-content > p:not(.eyebrow) { font-size: 15px; }
  .slider-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .home-slide figcaption { left: 14px; right: 14px; bottom: 88px; max-width: none; }
  .slider-controls { bottom: 36px; }
  .slider-controls [data-slider-dot] { width: 10px; }
  .slider-controls [data-slider-dot].active { width: 25px; }
  .home-stats { grid-template-columns: 1fr; }
  .home-stats div { display: flex; align-items: baseline; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
  .modern-hero .hero-grid { min-height: auto; padding-bottom: 45px; }
  .impact-strip { width: 100%; grid-template-columns: 1fr; border-radius: 0; }
  .impact-strip div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .story-grid, .directory-grid, .related-grid, .gallery-landing-grid, .train-feature .shell { grid-template-columns: 1fr; }
  .directory-card { min-height: 250px; }
  .article-hero, .page-hero { padding: 130px 0 70px; }
  .article-hero h1 { font-size: 48px; }
  .article-deck { font-size: 17px; }
  .article-section { padding: 65px 0 80px; }
  .article-content { font-size: 17px; line-height: 1.8; }
  .article-content > p:first-child { font-size: 21px; }
  .article-gallery { grid-template-columns: 1fr; }
  .article-gallery.single .gallery-image { min-height: 250px; padding: 24px; }
  .source-note { align-items: flex-start; flex-direction: column; }
  .photo-grid { columns: 1; }
  .gallery-feature { height: 430px; }
  .train-feature .shell { gap: 35px; }
  .train-feature h2 { font-size: 42px; }
  .train-page { padding: 125px 0 80px; }
  .train-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 34px; }
  .train-heading h1 { font-size: 48px; }
  .train-heading > p { font-size: 16px; }
  .train-video { border-radius: 20px; }
  .train-video-label { display: none; }
  .train-footer { align-items: flex-start; flex-direction: column; }
  .profile-page { padding: 125px 0 80px; }
  .profile-grid { gap: 45px; }
  .profile-photo { width: min(100%,340px); }
  .profile-photo figcaption { left: 0; right: -18px; bottom: 22px; }
  .contact-page { padding-top: 135px; }
  .contact-page-grid { grid-template-columns: 1fr; gap: 42px; }
  .contact-page h1 { margin-bottom: 32px; }
  .contact-form { padding: 26px; border-radius: 22px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form-footer { align-items: flex-start; flex-direction: column; }
  .forum-page { padding: 125px 0 80px; }
  .forum-hero h1 { font-size: 48px; }
  .forum-hero > p { font-size: 16px; }
  .forum-form-grid { grid-template-columns: 1fr; gap: 0; }
  .forum-form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .forum-topic-head { grid-template-columns: 30px 1fr; gap: 10px; }
  .forum-topic-body, .forum-replies, .forum-reply-box { margin-left: 0; }
  .status-card { grid-template-columns: 1fr; padding: 28px; }
  .not-found > .shell > span { font-size: 85px; }
  .not-found h1 { font-size: 42px; }
  .footer-intro { align-items: flex-start; flex-direction: column; }
  .footer-partner-grid { grid-template-columns: 1fr; }
  .footer-partner-grid a { min-height: 76px; }
  .footer-partner-grid a + a { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .footer-sitemap { grid-template-columns: repeat(2,1fr); gap: 34px 24px; }
  .site-footer .footer-bottom { align-items: center; flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } * { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
