:root{--ink:#15362d;--green:#174d3a;--green2:#2f7256;--lime:#84aa45;--cream:#f7f3e8;--sand:#efe4cf;--white:#fff;--muted:#62746d;--line:#dfe7e2;--shadow:0 20px 55px rgba(18,54,45,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#113d2f;color:#d8eadf;font-size:13px}.topbar .container{display:flex;justify-content:space-between;padding:9px 0}.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(15px);border-bottom:1px solid #edf1ee}.nav .container{height:80px;display:flex;align-items:center;justify-content:space-between}.brand img{width:205px}.menu{display:flex;gap:28px;align-items:center;font-weight:600;font-size:14px}.menu a:hover{color:var(--green2)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:700;border:1px solid var(--green);transition:.2s}.btn.primary{background:var(--green);color:#fff}.btn.light{border-color:#d9e5dd;background:#fff}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(20,72,54,.15)}.mobile{display:none;background:none;border:0;font-size:25px}.hero{min-height:680px;background:linear-gradient(90deg,rgba(12,50,37,.96) 0%,rgba(12,50,37,.79) 48%,rgba(12,50,37,.15) 100%),url('img/aquaculture-coreplus.png') center/cover;display:flex;align-items:center;color:#fff}.eyebrow{font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#bad78e}.hero h1{font-size:clamp(46px,6vw,78px);line-height:1.02;max-width:900px;margin:15px 0 22px;letter-spacing:-.04em}.hero p{font-size:20px;max-width:700px;color:#e1eee7}.hero-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}.hero .btn.light{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.35)}.stats{margin-top:-55px;position:relative;z-index:3}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.stat{padding:30px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat strong{display:block;font-size:30px;color:var(--green)}.stat span{color:var(--muted);font-size:14px}.section{padding:100px 0}.section.alt{background:var(--cream)}.head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:45px}.head h2{font-size:clamp(34px,4vw,54px);line-height:1.08;margin:8px 0;letter-spacing:-.03em}.head p{max-width:530px;color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff;box-shadow:0 9px 25px rgba(18,54,45,.04)}.card h3{font-size:24px;margin:10px 0}.icon{width:52px;height:52px;border-radius:16px;background:#e8f1e7;display:grid;place-items:center;font-size:24px}.card p{color:var(--muted)}.link{font-weight:800;color:var(--green2)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.split img{border-radius:28px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}.split h2{font-size:48px;line-height:1.1;margin:10px 0}.checks{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.check{padding:14px 16px;background:#f4f8f5;border-radius:14px;font-weight:700}.banner{background:linear-gradient(115deg,#123f30,#27684d);color:#fff;border-radius:30px;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:40px}.banner h2{font-size:42px;line-height:1.1;margin:0 0 12px}.banner p{color:#d8e8df;max-width:700px}.banner .btn{background:#fff;color:var(--green);border-color:#fff}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.gallery img,.gallery .art{width:100%;height:250px;object-fit:cover;border-radius:20px}.gallery .wide{height:516px;grid-row:span 2}.art{background:#dfead7 url('img/farm-illustration.svg') center/cover}.footer{background:#0d3025;color:#dce9e2;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:35px}.footer img{width:180px;filter:brightness(0) invert(1)}.footer h4{color:#fff}.footer a{display:block;margin:9px 0;color:#bdd2c7}.copy{margin-top:45px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#9fb9ad;display:flex;justify-content:space-between}.pagehero{background:linear-gradient(120deg,#123e30,#2f7052);color:#fff;padding:115px 0 90px}.pagehero h1{font-size:62px;line-height:1.04;margin:10px 0;max-width:900px}.pagehero p{max-width:720px;color:#dbe9e2;font-size:19px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:35px}.form{display:grid;gap:15px}.form input,.form textarea,.form select{width:100%;padding:15px 16px;border:1px solid #cad8d0;border-radius:13px;font:inherit}.form textarea{min-height:150px}.note{font-size:13px;color:var(--muted)}@media(max-width:850px){.menu{display:none;position:absolute;top:80px;left:0;right:0;background:#fff;padding:25px;flex-direction:column;border-bottom:1px solid var(--line)}.menu.open{display:flex}.mobile{display:block}.hero{min-height:620px;background-position:62% center}.hero h1{font-size:50px}.stats-grid,.grid3{grid-template-columns:1fr 1fr}.split,.contact-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery .wide{grid-column:1/-1;height:360px}.footer-grid{grid-template-columns:1fr 1fr}.head{align-items:start;flex-direction:column}.pagehero h1{font-size:48px}}@media(max-width:540px){.container{width:min(100% - 28px,1180px)}.topbar .container{display:block;text-align:center}.topbar span:last-child{display:none}.nav .container{height:70px}.brand img{width:165px}.hero{min-height:650px}.hero h1{font-size:42px}.hero p{font-size:17px}.stats{margin-top:0}.stats-grid,.grid3,.checks,.footer-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.section{padding:70px 0}.split h2,.head h2{font-size:38px}.gallery{grid-template-columns:1fr}.gallery .wide{height:290px}.banner{padding:35px;align-items:flex-start;flex-direction:column}.banner h2{font-size:34px}.copy{flex-direction:column;gap:8px}.pagehero{padding:80px 0 65px}.pagehero h1{font-size:40px}}
