
:root{
 --green:#154f38;--deep:#0d3c2b;--leaf:#2e714d;--cream:#f7f4ea;
 --paper:#fffdf7;--ink:#173128;--muted:#68756d;--line:#d7ddd5;
 --gold:#c7b66b;--max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.55 Arial,Helvetica,sans-serif}
img{display:block;max-width:100%}
a{color:inherit}
.wrap{width:min(var(--max),calc(100% - 38px));margin:auto}
.topbar{background:var(--deep);color:#fff;font-size:13px}
.topbar .wrap{display:flex;justify-content:space-between;padding:7px 0}
header{background:rgba(255,253,247,.97);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}
nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{text-decoration:none;font-weight:900;line-height:.92;font-size:21px;letter-spacing:-.02em}
.brand small{display:block;color:#4c8a50;letter-spacing:.16em;font-size:9px;margin-top:7px}
.navlinks{display:flex;gap:22px;align-items:center}
.navlinks a{text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.03em}
.btn{display:inline-block;text-decoration:none;padding:13px 20px;background:var(--green);color:#fff;border-radius:5px;font-weight:900;font-size:12px;letter-spacing:.04em}
.btn.light{background:#fff;color:var(--green)}
.hero{min-height:520px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden;background:
linear-gradient(90deg,rgba(7,34,25,.92) 0%,rgba(7,34,25,.72) 43%,rgba(7,34,25,.15) 76%),
url('/assets/img/hero-greenhouse.jpg') center/cover}
.hero .wrap{position:relative;z-index:2}
.hero h1{font:700 clamp(48px,6vw,82px)/.98 Georgia,serif;max-width:720px;margin:7px 0 20px}
.hero p{max-width:610px;font-size:18px}
.kaylene-hero{position:absolute;right:3.5%;bottom:0;height:92%;width:auto;z-index:1;filter:drop-shadow(0 10px 22px rgba(0,0,0,.25))}
.eyebrow{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--leaf)}
.flow{background:var(--paper);border-bottom:1px solid var(--line)}
.flow .wrap{display:grid;grid-template-columns:repeat(4,1fr)}
.flow article{padding:26px 24px;border-right:1px solid var(--line);display:grid;grid-template-columns:42px 1fr;gap:13px}
.flow article:last-child{border-right:0}.flow .icon{font-size:28px}.flow b{display:block;color:var(--green);font-size:12px;letter-spacing:.08em;margin-bottom:3px}
section{padding:70px 0}
.two{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
h2{font:700 clamp(34px,4.6vw,54px)/1.03 Georgia,serif;margin:7px 0 18px}
h3{font:700 21px/1.15 Georgia,serif}
.muted{color:var(--muted)}
.photo{border-radius:9px;overflow:hidden;box-shadow:0 12px 30px rgba(14,55,40,.10)}
.photo img{width:100%;height:460px;object-fit:cover}
.values{display:grid;gap:22px}
.value{padding-left:24px;border-left:1px solid var(--line)}
.value b{display:block;color:var(--green);font-size:13px;margin-bottom:5px}
.history{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.time{text-align:center;border-top:2px solid #719173;padding-top:14px}
.time b{color:var(--green)}
.time p{font-size:13px;min-height:62px}
.time img{width:100%;height:115px;object-fit:cover;border-radius:7px;margin-top:10px}
.biglinks{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.biglink{min-height:290px;border-radius:8px;overflow:hidden;padding:24px;display:flex;align-items:end;text-decoration:none;color:#fff;background:center/cover;position:relative}
.biglink:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent 28%,rgba(6,39,28,.95))}
.biglink div{position:relative}.biglink h3{font-size:25px;margin:6px 0}.biglink p{font-size:14px}
.archive-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}
.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.story{background:var(--paper);border:1px solid var(--line);border-radius:8px;overflow:hidden;text-decoration:none}
.story img{width:100%;height:165px;object-fit:cover}
.story-body{padding:15px}.story .date{font-size:10px;color:var(--leaf);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.story h3{font-size:18px;margin:5px 0 8px}.story p{font-size:13px;color:var(--muted)}
.future{background:var(--green);color:#fff}
.future-grid{display:grid;grid-template-columns:1.1fr repeat(3,.9fr);gap:17px}
.future-intro p{color:#d6e4dc}
.future-card{border:1px solid rgba(255,255,255,.38);border-radius:8px;overflow:hidden}
.future-card img{width:100%;height:165px;object-fit:cover}
.future-card div{padding:15px}.future-card b{font-size:12px;letter-spacing:.06em}
.stay{background:#faf8f0;border-top:1px solid var(--line)}
.stay .wrap{display:grid;grid-template-columns:1fr 1.2fr 1fr 1fr;gap:25px;align-items:center;padding:22px 0}
footer{background:#0b3929;color:#dbe8df;padding:42px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}
footer a{color:#fff;text-decoration:none}
.article{max-width:840px;margin:auto}
.article h1{font:700 clamp(42px,7vw,72px)/1 Georgia,serif;margin:10px 0 18px}
.article .lead{font-size:21px;color:#4b6157}
.article figure{margin:28px 0}.article figure img{width:100%;border-radius:8px}
.article-note{background:#eef3ea;border-left:4px solid var(--green);padding:16px 18px;margin:30px 0}
.pagehero{padding:80px 0 45px;background:#f1efe5}
.pagehero h1{font:700 clamp(42px,6vw,68px)/1 Georgia,serif;margin:8px 0 15px}
@media(max-width:980px){
 .navlinks{display:none}.two{grid-template-columns:1fr}.timeline{grid-template-columns:repeat(3,1fr)}
 .story-grid,.biglinks{grid-template-columns:repeat(2,1fr)}.future-grid{grid-template-columns:1fr 1fr}
 .kaylene-hero{right:-6%;opacity:.82}.hero h1{max-width:620px}
}
@media(max-width:650px){
 .topbar .wrap{display:block}.flow .wrap,.story-grid,.biglinks,.timeline,.future-grid,.stay .wrap,.footer-grid{grid-template-columns:1fr}
 .flow article{border-right:0;border-bottom:1px solid var(--line)}
 .kaylene-hero{right:-25%;height:75%;opacity:.48}.hero{min-height:520px}.hero h1{font-size:49px}
 .photo img{height:330px}.archive-head{align-items:flex-start;flex-direction:column}
}

/* Standard archive article view */
.article-hero{min-height:500px;background-position:center;background-size:cover;position:relative;display:flex;align-items:end;color:#fff}
.article-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,31,23,.82),rgba(6,31,23,.12) 70%),linear-gradient(0deg,rgba(6,31,23,.45),transparent 55%)}
.article-hero .wrap{position:relative;padding-bottom:55px}
.article-hero h1{font:700 clamp(46px,6vw,72px)/1 Georgia,serif;max-width:700px;margin:12px 0 28px}
.breadcrumb{font-size:12px;margin-bottom:18px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:48px;align-items:start}
.article-copy{font-size:17px}.article-copy h2{font-size:31px}.article-copy h3{margin-top:30px}
.article-copy figure{margin:28px 0}.article-copy figure img{width:100%;max-height:600px;object-fit:cover;border-radius:9px}.article-copy figcaption{font-style:italic;font-size:13px;margin-top:8px}
.archive-side{border-left:1px solid var(--line);padding-left:28px;position:sticky;top:110px}
.side-story{display:grid;grid-template-columns:88px 1fr;gap:12px;text-decoration:none;margin:18px 0;align-items:center}.side-story img{width:88px;height:66px;object-fit:cover;border-radius:6px}.side-story b{font:700 15px/1.1 Georgia,serif}.side-story small{display:block;margin-top:5px;color:var(--muted)}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0}.tag{border:1px solid #73927e;padding:5px 9px;border-radius:4px;font-size:12px}
.article-nav{display:flex;justify-content:space-between;gap:20px;margin-top:34px}.article-nav a{border:1px solid #71917b;padding:14px;text-decoration:none;border-radius:5px;max-width:48%}
@media(max-width:850px){.article-layout{grid-template-columns:1fr}.archive-side{position:static;border-left:0;border-top:1px solid var(--line);padding:28px 0 0}.article-hero{min-height:430px}}

/* Image quality fixes */
.article-hero-real{
  min-height:560px;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-color:#123d2d;
}
.article-hero-real:before{
  background:linear-gradient(90deg,rgba(6,31,23,.72),rgba(6,31,23,.05) 72%),
             linear-gradient(0deg,rgba(6,31,23,.55),transparent 60%);
}
/* Never stretch archive thumbnails beyond the detail available */
.story img,.side-story img,.time img{
  image-rendering:auto;
}
/* Better article image treatment */
.article-copy figure img{
  height:auto;
  max-height:none;
  object-fit:contain;
  background:#eef1e8;
}
@media(max-width:650px){
  .article-hero-real{min-height:480px;background-position:center center}
}

/* FINAL HIGH-RES IMAGE PASS */
img {
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.hero,
.article-hero,
.biglink {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.story img,
.time img,
.future-card img,
.photo img,
.side-story img,
.article-copy figure img {
  image-rendering: auto;
  object-fit: cover;
}
/* Avoid browser-side enlargement artifacts where practical */
.article-copy figure img {
  width: 100%;
  height: auto;
}

/* Final genuine-image pass */
.brand-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-logo img{width:54px;height:54px;object-fit:contain;border-radius:50%}
.brand-text{font-weight:900;line-height:.92;font-size:21px;letter-spacing:-.02em}
.brand-text small{display:block;color:#4c8a50;letter-spacing:.16em;font-size:9px;margin-top:7px}
.real-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.real-gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.real-gallery img{width:100%;height:220px;object-fit:cover}
.real-gallery figcaption{padding:12px 14px;font-size:13px;color:var(--muted)}
.real-badge{display:inline-block;background:#e8f0e6;color:var(--green);font-weight:900;font-size:10px;letter-spacing:.1em;padding:5px 8px;border-radius:3px;margin-bottom:8px}
@media(max-width:900px){.real-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.real-gallery{grid-template-columns:1fr}}

/* SHARP REAL-IMAGE ARCHIVE */
.story-grid{
  grid-template-columns:repeat(3,1fr);
}
.story img{
  width:100%;
  height:230px;
  object-fit:cover;
  object-position:center;
}
/* Genuine archive article hero: do not magnify the photo to fill a huge browser width */
.article-hero{
  min-height:430px;
  background-size:auto 100% !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-color:#0d3c2b !important;
}
.article-hero:before{
  background:linear-gradient(90deg,rgba(6,31,23,.72),rgba(6,31,23,.08) 72%) !important;
}
.article-copy figure img{
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  margin-left:auto;
  margin-right:auto;
}
.side-story img{
  width:88px;
  height:66px;
  object-fit:cover;
}
@media(max-width:900px){
  .story-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .story-grid{grid-template-columns:1fr}
  .story img{height:220px}
  .article-hero{background-size:cover !important;min-height:380px}
}

/* FINAL MASTER — HOW IT WORKS */
.page-title .lead{font-size:20px;max-width:780px;color:var(--muted);margin-top:12px}
.feature-real{width:100%;height:440px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.diagram-section{background:#f7f5ec}
.aquaponics-diagram{display:block;width:100%;height:auto;border-radius:10px;border:1px solid var(--line);margin-top:26px;background:#fff}
.diagram-note{max-width:1050px;margin:22px auto 0;padding:18px 20px;background:#eef3ea;border-left:4px solid var(--green);font-size:15px}
@media(max-width:700px){.feature-real{height:300px}}

/* FINAL HOW AQUAPONICS WORKS */
.how-intro{padding-bottom:70px}
.how-intro-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:58px;align-items:center}
.how-intro h1{margin-bottom:18px}
.how-intro p{max-width:680px}
.intro-grow-img{width:100%;height:480px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}
.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}
.section-intro{max-width:1050px;font-size:18px}
.cycle-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:14px;margin-top:35px}
.cycle-step{border:1px solid var(--line);border-radius:12px;padding:22px;background:#fff;min-height:160px}
.cycle-step span{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--green);border-radius:50%;margin-bottom:12px}
.cycle-step b{display:block;color:var(--green);margin-bottom:7px}
.cycle-step p{font-size:14px;margin:0}
.cycle-arrow{font-size:30px;color:var(--green)}
.beds-section{background:#f7f5ec}
.bed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.bed-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}
.bed-card h3{font-family:Georgia,serif;color:var(--ink);font-size:25px;margin:18px 0 12px}
.bed-card h4{color:var(--green);font-size:15px;margin:20px 0 6px}
.bed-card p{font-size:14px}
.bed-diagram{height:180px;border:1px solid #aab5aa;border-radius:8px;position:relative;overflow:hidden;background:#e8f1f0}
.bed-diagram .waterline,.raft-water{position:absolute;left:0;right:0;bottom:0;height:55%;background:#b9dce4}
.bed-diagram .media{position:absolute;left:0;right:0;bottom:34%;height:42%;background:repeating-linear-gradient(15deg,#856544 0 7px,#a68058 7px 13px)}
.bed-diagram .media.upper{bottom:42%;height:35%}
.plant-row{position:absolute;left:8%;right:8%;top:22px;font-size:28px;letter-spacing:10px;text-align:center}
.standpipe,.overflow{position:absolute;right:18px;bottom:15px;width:10px;height:100px;background:#687a78}
.raft-board{position:absolute;left:5%;right:5%;top:40px;height:22px;background:#f4f1dd;border:2px solid #999;z-index:2;display:flex;justify-content:space-around}
.raft-board i{width:20px;height:20px;background:#6b8c45;border-radius:50%;transform:translateY(-12px)}
.raft-water{height:65%}.roots{position:absolute;top:63px;left:8%;right:8%;font-size:65px;letter-spacing:25px;text-align:center;color:#896f49;z-index:3}
.source-note{margin-top:25px;padding:18px 20px;background:#eef3ea;border-left:4px solid var(--green);font-size:14px}
.fish-water{background:#eef3ea}
.fish-grid{display:grid;grid-template-columns:260px 1fr 1fr;gap:28px;align-items:start}
.fish-photo-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.fish-photo-card img{display:block;width:100%;height:210px;object-fit:cover}
.fish-photo-card small{display:block;padding:9px 12px;color:var(--muted)}
.fish-factors{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px}
.fish-factors h3{margin-top:0}
.fish-factors li{margin:8px 0}
@media(max-width:900px){
 .how-intro-grid,.bed-grid,.fish-grid{grid-template-columns:1fr}
 .cycle-row{grid-template-columns:1fr}
 .cycle-arrow{transform:rotate(90deg);text-align:center}
 .intro-grow-img{height:350px}
}

/* 2026-08-28 image/layout reliability fix */
.fish-grid{display:grid!important;grid-template-columns:300px minmax(0,1.25fr) minmax(260px,.75fr)!important;gap:30px!important;align-items:start!important}
.fish-photo-card img{width:100%!important;height:auto!important;aspect-ratio:4/3;object-fit:cover!important;display:block!important}
.fish-photo-card small{font-size:12px;line-height:1.4}
.fish-factors{height:auto!important}
.feature-real{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}
.how-intro .intro-grow-img{display:block;width:100%;height:auto;max-height:500px;aspect-ratio:16/10;object-fit:cover}
@media(max-width:900px){
 .fish-grid{grid-template-columns:1fr!important}
 .fish-photo-card{max-width:520px}
}

/* HOW IT WORKS — approved page redesign */
.how-page-v2{background:var(--cream)}
.how-page-v2 section{padding:52px 0}
.how-hero{padding-top:42px!important}
.how-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:56px;align-items:center}
.how-hero h1,.how-page-v2 h2{font-family:Georgia,serif;color:var(--ink);letter-spacing:-.025em}
.how-hero h1{font-size:56px;line-height:1.02;margin:8px 0 16px}
.how-lead{font-family:Georgia,serif;color:var(--green);font-size:22px;font-weight:700;line-height:1.35}
.how-hero-image{display:block;width:100%;aspect-ratio:1.55/1;object-fit:cover;border-radius:10px;border:1px solid var(--line)}
.how-page-v2 .button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.how-page-v2 .btn.ghost{background:transparent;color:var(--green);border:1px solid var(--green)}
.how-cycle{padding-top:10px!important}
.how-cycle h2{font-size:44px;line-height:1.05;margin:6px 0 10px}
.cycle-line{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr;align-items:center;gap:14px;margin-top:22px}
.cycle-node{display:grid;grid-template-columns:74px 1fr;gap:14px;align-items:center}
.cycle-node .circle{width:68px;height:68px;border:1.5px solid var(--green);border-radius:50%;display:grid;place-items:center;font-size:32px;background:#fff}
.cycle-node b{display:block;color:var(--green);font-size:14px;margin-bottom:5px}
.cycle-node p{font-size:14px;line-height:1.35;margin:0}
.cycle-arrow{font-size:34px;color:var(--green);text-align:center}
.cycle-return{margin:14px 0 0 40px;padding:8px 0 0;border-top:2px solid var(--green);max-width:78%;font-size:13px;color:var(--muted)}
.how-beds{padding-top:22px!important}
.bed-intro{max-width:1050px}
.bed-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.bed-card-v2{background:#fffdf8;border:1px solid var(--line);border-radius:11px;padding:18px;box-shadow:0 3px 14px rgba(24,49,40,.03)}
.bed-card-v2 h3{font-size:21px;margin:0 0 14px;color:#121c17}
.bed-card-v2 img{width:100%;height:205px;object-fit:contain;display:block;background:#fff;border-radius:7px;margin-bottom:15px}
.bed-card-v2 p,.bed-card-v2 li{font-size:14px;line-height:1.45}
.bed-card-v2 h4{color:var(--green);font-size:15px;margin:17px 0 6px}
.bed-card-v2 ul{padding-left:20px;margin:7px 0 0}
.bed-card-v2 li{margin:6px 0}
.bed-card-v2 .why{border-top:1px solid var(--line);padding-top:12px;margin-top:14px}
.indy-note{margin-top:16px;background:#eef1e7;border:1px solid var(--line);border-radius:10px;padding:14px 18px;display:grid;grid-template-columns:1fr 215px;gap:24px;align-items:center;font-size:13px}
.indy-note a{font-weight:800;color:var(--green);text-decoration:none;border-left:1px solid #bdc9bd;padding-left:20px}
.fish-water-v2{padding-top:18px!important}
.fish-water-v2 h2{font-size:39px;margin:3px 0 12px}
.fish-layout{display:grid;grid-template-columns:1.03fr 1.05fr .82fr;gap:26px;align-items:start}
.fish-feature{margin:0}
.fish-feature img{width:100%;height:255px;object-fit:cover;border-radius:9px;display:block}
.fish-feature figcaption{font-size:12px;margin-top:7px;color:var(--muted)}
.fish-copy p{font-size:14px;line-height:1.5}
.text-link{color:var(--green);font-weight:800}
.fish-check{background:#eef1e7;border:1px solid var(--line);border-radius:10px;padding:20px}
.fish-check h3{margin-top:0;color:var(--green)}
.fish-check ul{list-style:none;padding:0;margin:0}
.fish-check li{position:relative;padding-left:24px;margin:8px 0;font-size:14px}
.fish-check li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.why-v2{border-top:1px solid var(--line)}
.why-grid{display:grid;grid-template-columns:1fr .88fr;gap:42px;align-items:center}
.why-v2 h2{font-size:36px;margin:5px 0 10px}
.why-grid img{width:100%;height:300px;object-fit:cover;border-radius:9px}
@media(max-width:980px){
 .how-hero-grid,.why-grid,.fish-layout,.bed-cards{grid-template-columns:1fr}
 .cycle-line{grid-template-columns:1fr}
 .cycle-arrow{transform:rotate(90deg)}
 .cycle-return{max-width:none;margin-left:0}
 .indy-note{grid-template-columns:1fr}
 .indy-note a{border-left:0;padding-left:0}
 .how-hero h1{font-size:44px}
}

/* SYSTEMS PAGE — evidence-led rebuild */
.systems-v2 section{padding:58px 0}
.systems-hero{padding-top:42px!important}
.systems-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:52px;align-items:center}
.systems-v2 h1,.systems-v2 h2,.systems-v2 h3{font-family:Georgia,serif;color:var(--ink)}
.systems-v2 h1{font-size:56px;line-height:1.02;margin:8px 0 16px}
.systems-lead{font-family:Georgia,serif;color:var(--green);font-size:22px;font-weight:700;line-height:1.35}
.systems-hero-image{width:100%;height:420px;object-fit:cover;border-radius:11px;display:block}
.systems-v2 .button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.systems-v2 .btn.ghost{background:transparent;color:var(--green);border:1px solid var(--green)}
.system-journey h2,.systems-used h2,.production-proof h2,.lessons h2,.systems-next h2{font-size:42px;line-height:1.08;margin:6px 0 12px}
.system-feature{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:44px}
.system-feature.reverse .system-copy{order:2}.system-feature.reverse img{order:1}
.system-feature img{width:100%;height:390px;object-fit:cover;border-radius:10px}
.system-feature h3{font-size:32px;margin:5px 0 12px}
.step{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);color:white;font-weight:800;margin-bottom:12px}
.systems-used{background:#f2f1e8}
.systems-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px}
.system-card{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden}
.system-card img{width:100%;height:310px;object-fit:cover;display:block}
.system-card-body{padding:22px}
.system-card h3{font-size:27px;margin:0 0 9px}
.system-card ul{display:flex;gap:8px;flex-wrap:wrap;list-style:none;padding:0;margin:15px 0 0}
.system-card li{background:#eef1e7;border-radius:999px;padding:6px 10px;font-size:12px;color:var(--green);font-weight:700}
.production-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px}
.production-gallery figure{margin:0}
.production-gallery img{width:100%;height:300px;object-fit:cover;border-radius:9px;display:block}
.production-gallery figcaption{font-weight:700;color:var(--green);padding-top:8px}
.lessons{background:#f2f1e8}
.lesson-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:26px}
.lesson-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px}
.lesson-grid span{font-size:28px}.lesson-grid h3{font-size:22px;margin:8px 0}.lesson-grid p{font-size:14px;margin:0}
.systems-next-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}
.next-list{margin:24px 0}.next-list div{display:grid;grid-template-columns:150px 1fr;gap:16px;border-top:1px solid var(--line);padding:14px 0}.next-list b{color:var(--green)}
.proposal-note{font-size:13px;color:var(--muted);font-style:italic}
.next-images{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.next-images img{width:100%;height:390px;object-fit:cover;border-radius:9px}
@media(max-width:900px){
 .systems-hero-grid,.system-feature,.systems-next-grid{grid-template-columns:1fr}
 .system-feature.reverse .system-copy,.system-feature.reverse img{order:initial}
 .systems-grid,.lesson-grid{grid-template-columns:1fr}
 .production-gallery{grid-template-columns:1fr}
 .systems-v2 h1{font-size:44px}
 .next-images img{height:260px}
}

/* Systems page visual corrections from live-page review */
.systems-v2 .system-feature img{
  object-position:center;
  background:#eeeade;
}
.systems-v2 .system-card img{
  object-position:center;
}
.systems-v2 .systems-hero-image{
  object-position:center 42%;
}

/* Systems v3: stronger imagery and natural KVA story */
.systems-v2 .systems-hero-image{
  height:420px;
  object-fit:cover;
  object-position:center;
}
.systems-v2 .system-feature img{
  object-fit:cover;
  object-position:center;
}

/* Stories archive finalisation */
.article-copy > p:first-child{font-family:Georgia,serif;font-size:22px;font-weight:700;color:var(--green);line-height:1.35}
.article-copy figure img{width:100%;max-height:560px;object-fit:cover;border-radius:10px}
.story-card img,.stories-grid img{object-fit:cover}
.article-note{margin-top:24px}

/* Stories/article image correction */
.archive-side .side-story img{
  width:92px;
  height:72px;
  min-width:92px;
  object-fit:cover;
  object-position:center;
  border-radius:7px;
  display:block;
}
.article-copy figure img{
  width:100%;
  max-height:620px;
  object-fit:cover;
  object-position:center;
  border-radius:10px;
  display:block;
}
.article-note{display:none!important;}

/* MASTER CLASS — real KVA image gallery */
.article-hero:not([style]){background:#f7f3e8!important;color:var(--ink);padding:44px 0 28px}
.article-hero:not([style]) .breadcrumb{color:var(--green);font-weight:800;letter-spacing:.12em}
.master-intro{font-family:Georgia,serif!important;font-size:25px!important;line-height:1.28!important;font-weight:700!important;color:var(--green)!important;margin-top:0!important}
.master-real-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:24px 0 28px;
}
.master-real-gallery figure{margin:0}
.master-real-gallery img{
  width:100%;
  height:245px;
  object-fit:cover;
  object-position:center;
  border-radius:8px;
  display:block;
}
.master-real-gallery figure:nth-child(7),
.master-real-gallery figure:nth-child(8),
.master-real-gallery figure:nth-child(9){display:block}
@media(max-width:850px){
 .master-real-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
 .master-real-gallery img{height:220px}
}
@media(max-width:560px){
 .master-real-gallery{grid-template-columns:1fr}
 .master-real-gallery img{height:auto}
}

/* === 2026 KVA full-site cohesion rebuild === */
:root{
  --kva-cream:#f6f1e5;
  --kva-cream-2:#eee7d7;
  --kva-green:#143f31;
  --kva-mid:#2f7255;
  --kva-ink:#17342c;
  --kva-muted:#66736c;
  --kva-line:rgba(20,63,49,.15);
}
body{background:var(--kva-cream);color:var(--kva-ink)}
.eyebrow{display:block;color:var(--kva-mid);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px}
.hero-lead{font-size:1.35rem;line-height:1.5;color:#365149}
.large-copy{font-size:1.2rem;line-height:1.65}
.text-link{color:var(--kva-green);font-weight:800;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px}
.btn-outline{background:transparent!important;color:var(--kva-green)!important;border:1px solid var(--kva-green)!important}
.home-hero{padding:64px 0 58px}
.home-hero-grid,.page-intro-grid,.split-story,.future-grid,.contact-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:58px;align-items:center}
.home-hero h1,.page-intro h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.95;margin:0 0 20px;color:var(--kva-green)}
.home-hero-copy>p{max-width:760px}
.home-hero-image img,.page-intro-grid>img,.future-grid>img{width:100%;height:560px;object-fit:cover;border-radius:22px;box-shadow:0 18px 50px rgba(25,53,43,.12)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.cycle-band{padding:62px 0;background:var(--kva-green);color:#fff}
.cycle-band h2{color:#fff;margin-top:0}
.cycle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:28px}
.cycle-grid>div{border-top:1px solid rgba(255,255,255,.35);padding-top:18px}
.cycle-grid span{font-weight:800;opacity:.65}
.cycle-grid h3{color:#fff;font-size:1.5rem;margin:8px 0}
.cycle-grid p{opacity:.84}
.story-section,.photo-story-section,.timeline-section,.future-section,.contact-main,.milestone-section,.future-pillars{padding:82px 0}
.story-section.alt,.milestone-section,.future-pillars{background:rgba(255,255,255,.34)}
.split-story.reverse>div:first-child{order:2}
.photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.photo-pair img{width:100%;height:420px;object-fit:cover;border-radius:16px}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:28px}
.home-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.home-photo-grid figure{margin:0}
.home-photo-grid .wide{grid-column:span 2}
.home-photo-grid img{width:100%;height:300px;object-fit:cover;border-radius:14px}
.home-photo-grid figcaption{font-size:.9rem;color:var(--kva-muted);padding-top:8px}
.clean-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:34px 0}
.clean-timeline>div{border-top:3px solid var(--kva-mid);padding:18px 6px 0}
.clean-timeline b{font-size:.86rem;color:var(--kva-mid)}
.clean-timeline h3{margin:7px 0}
.future-grid>img{height:480px}
.contact-strip{padding:44px 0;background:#e6deca}
.contact-strip-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.contact-strip h2{margin:0}
.page-intro{padding:64px 0 46px}
.page-intro-grid>img{height:470px}
.article-width{max-width:900px}
.history-photo-band{padding:16px 0 70px}
.history-photo-grid,.three-photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.history-photo-grid img,.three-photo-strip img{width:100%;height:320px;object-fit:cover;border-radius:14px}
.three-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.three-cards>div,.topic-card,.contact-card{background:rgba(255,255,255,.52);border:1px solid var(--kva-line);border-radius:18px;padding:28px}
.contact-main{padding-top:48px}
.contact-layout{align-items:start}
.primary-card{padding:38px}
.contact-email{display:inline-block;margin:14px 0 28px;word-break:break-word}
.contact-location{border-top:1px solid var(--kva-line);padding-top:22px}
.contact-topics{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-topics>.eyebrow{grid-column:1/-1}
.contact-photo-strip{padding:0 0 82px}
.master-real-gallery{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.master-real-gallery img{height:260px!important}
footer{margin-top:0}
footer .footer-grid p{max-width:520px}
@media(max-width:1000px){
 .home-hero-grid,.page-intro-grid,.split-story,.future-grid,.contact-layout{grid-template-columns:1fr}
 .home-hero-image img,.page-intro-grid>img,.future-grid>img{height:440px}
 .cycle-grid,.clean-timeline{grid-template-columns:repeat(2,1fr)}
 .home-photo-grid{grid-template-columns:repeat(2,1fr)}
 .home-photo-grid .wide{grid-column:span 1}
 .contact-topics{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
 .home-hero{padding-top:34px}
 .home-hero h1,.page-intro h1{font-size:3.15rem}
 .cycle-grid,.clean-timeline,.three-cards,.history-photo-grid,.three-photo-strip,.contact-topics{grid-template-columns:1fr}
 .home-photo-grid{grid-template-columns:1fr}
 .photo-pair{grid-template-columns:1fr}
 .photo-pair img{height:auto}
 .home-photo-grid img,.history-photo-grid img,.three-photo-strip img{height:auto}
 .contact-strip-inner,.section-head{display:block}
 .contact-strip .btn,.section-head .btn{margin-top:20px}
 .master-real-gallery{grid-template-columns:1fr!important}
 .master-real-gallery img{height:auto!important}
}
