
: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}}
