
:root{
  --green:#1f5a38; --green2:#2f7a4d; --dark:#173025; --cream:#fbf7ee; --gold:#d8ad55;
  --text:#25342c; --muted:#68766f; --white:#fff; --line:#e5e9e5; --shadow:0 18px 50px rgba(24,57,39,.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(--text);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;gap:12px;align-items:center}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--green);color:#fff;font-weight:800}.brand strong{display:block;letter-spacing:.05em}.brand small{display:block;color:var(--muted);font-size:11px;letter-spacing:.06em}.nav-links{display:flex;align-items:center;gap:24px;font-weight:650;font-size:14px}.nav-links a:not(.btn):hover{color:var(--green2)}
.menu-toggle{display:none;background:none;border:0;font-size:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:999px;padding:13px 21px;font-weight:750;transition:.2s ease;box-shadow:0 8px 24px rgba(31,90,56,.16)}.btn:hover{transform:translateY(-1px);background:var(--green2)}.btn-sm{padding:10px 16px;font-size:13px}
.btn-ghost{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.5);box-shadow:none}.btn-ghost:hover{background:#fff;color:var(--green)}
.hero{position:relative;overflow:hidden;color:#fff;background:
linear-gradient(110deg,rgba(20,58,36,.98) 0%,rgba(29,88,53,.92) 48%,rgba(29,88,53,.35) 100%),
url('https://images.unsplash.com/photo-1569288052389-dac9b0ac9dcb?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat}
.hero:after{content:"";position:absolute;inset:auto -10% -55% 42%;height:520px;background:radial-gradient(circle,rgba(244,206,114,.22),transparent 66%)}
.hero-grid{position:relative;z-index:2;min-height:680px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:64px;padding:72px 0}.eyebrow{display:inline-block;font-size:12px;font-weight:850;letter-spacing:.16em;color:var(--green2);margin-bottom:12px}.hero .eyebrow{color:#f2d68f}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.03;margin:0 0 22px;letter-spacing:-.04em}.hero-copy>p{font-size:19px;max-width:680px;color:rgba(255,255,255,.88);margin:0 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.trust-row{display:flex;gap:34px;margin-top:42px;padding-top:25px;border-top:1px solid rgba(255,255,255,.18)}.trust-row strong,.trust-row span{display:block}.trust-row strong{font-size:17px}.trust-row span{font-size:12px;color:rgba(255,255,255,.68)}
.hero-card{background:#fff;color:var(--text);padding:12px;border-radius:28px;box-shadow:0 28px 80px rgba(0,0,0,.26);transform:rotate(1.2deg)}.hero-card-body{display:flex;justify-content:space-between;gap:12px;padding:18px 12px 10px}.hero-card-body strong{font-size:16px}.hero-card-body span{color:var(--muted);font-size:13px;max-width:210px;text-align:right}
.egg-photo{background-size:cover;background-position:center;border-radius:20px}.hero-photo{height:360px;background-image:url('https://images.unsplash.com/photo-1582722872445-44dc5f7e3c8f?auto=format&fit=crop&w=1000&q=85')}
.section{padding:92px 0}.section-soft{background:var(--cream)}.section-head{max-width:760px;margin-bottom:42px}.section-head h2,.about-grid h2,.b2b h2,.contact-section h2{font-size:clamp(32px,4.5vw,52px);line-height:1.12;letter-spacing:-.035em;margin:0 0 14px;color:var(--dark)}.section-head p{color:var(--muted);font-size:17px}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.product-card{overflow:hidden;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 40px rgba(38,60,48,.07)}.omega-photo{height:330px;background-image:url('https://images.unsplash.com/photo-1506976785307-8732e854ad03?auto=format&fit=crop&w=1100&q=85')}.regular-photo{height:330px;background-image:url('https://images.unsplash.com/photo-1518569656558-1f25e69d93d7?auto=format&fit=crop&w=1100&q=85')}.product-body{padding:30px}.product-body h3{font-size:30px;margin:8px 0}.product-body p{color:var(--muted)}.product-body ul{padding-left:18px;color:#425348}.tag{font-size:11px;font-weight:850;letter-spacing:.13em;color:var(--green2);background:#edf6f0;padding:6px 10px;border-radius:999px}.text-link{display:inline-block;margin-top:12px;font-weight:800;color:var(--green)}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:#fff;padding:28px;border-radius:20px;border:1px solid #e9e5dc}.feature>span{font-size:12px;color:var(--gold);font-weight:900}.feature h3{font-size:20px;margin:8px 0}.feature p{margin:0;color:var(--muted)}
.b2b{background:linear-gradient(135deg,#173b29,#275f3e);color:#fff}.b2b-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}.b2b h2{color:#fff}.b2b p{color:rgba(255,255,255,.78);font-size:17px}.eyebrow.light{color:#efd18b}.chips{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0 30px}.chips span{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);padding:7px 11px;border-radius:999px;font-size:13px}.btn-light{background:#fff;color:var(--green);border-color:#fff}.b2b-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);padding:30px;border-radius:26px}.b2b-card h3{font-size:28px;margin:0}.b2b-stat{display:flex;justify-content:space-between;padding:15px 0;border-top:1px solid rgba(255,255,255,.13)}.b2b-stat strong{font-size:18px}.b2b-stat span{color:rgba(255,255,255,.67);font-size:13px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.farm-photo{min-height:520px;border-radius:28px;background:url('https://images.unsplash.com/photo-1548550023-2bdb3c5beed7?auto=format&fit=crop&w=1200&q=85') center/cover;box-shadow:var(--shadow)}.lead{font-size:19px;color:#425348}.quote{margin-top:28px;padding:18px 20px;background:var(--cream);border-left:4px solid var(--gold);font-weight:800;font-size:20px}
.gallery-section{padding-top:70px}.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}.gallery-img{height:340px;border-radius:22px;background-size:cover;background-position:center}.g1{background-image:url('https://images.unsplash.com/photo-1518569656558-1f25e69d93d7?auto=format&fit=crop&w=1200&q=80')}.g2{background-image:url('https://images.unsplash.com/photo-1587486913049-53fc88980cfc?auto=format&fit=crop&w=900&q=80')}.g3{background-image:url('omega-fresh-cracked-egg.jpg')}
.faq-wrap{max-width:900px}.faq-wrap details{background:#fff;border:1px solid #e5e1d9;border-radius:16px;margin:12px 0;padding:0 20px}.faq-wrap summary{cursor:pointer;font-weight:800;padding:18px 0}.faq-wrap details p{color:var(--muted);margin-top:0}
.contact-section{background:#f6faf7}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.contact-card{background:#fff;border-radius:24px;padding:28px;border:1px solid var(--line);box-shadow:var(--shadow)}.contact-card>div:not(.contact-actions){display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.contact-card span{color:var(--muted)}.contact-actions{display:flex;gap:10px;margin-top:22px}.btn-outline{background:#fff;color:var(--green)}
footer{background:#10251b;color:#dce7df;padding:56px 0 22px}.footer-grid{display:grid;grid-template-columns:1.6fr .6fr .9fr;gap:40px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid strong{color:#fff}.footer-grid a{color:#b9c8bf;font-size:14px}.footer-brand .brand-mark{background:#fff;color:var(--green)}.footer-brand small{color:#a8bab0}.copyright{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#95a99d}
.wa-float{position:fixed;right:22px;bottom:22px;z-index:50;background:#25D366;color:#fff;font-weight:850;padding:14px 19px;border-radius:999px;box-shadow:0 12px 30px rgba(0,0,0,.22)}
@media (max-width:900px){
  .menu-toggle{display:block}.nav-links{display:none;position:absolute;left:20px;right:20px;top:72px;background:#fff;box-shadow:var(--shadow);padding:20px;border-radius:18px;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}
  .hero-grid,.b2b-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:60px 0}.hero-card{max-width:620px}.product-grid{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.g1{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:600px){
  .container{width:min(100% - 28px,1160px)}.section{padding:68px 0}.hero h1{font-size:44px}.hero-grid{min-height:auto;gap:36px}.trust-row{gap:18px;flex-wrap:wrap}.hero-card-body{display:block}.hero-card-body span{display:block;text-align:left;margin-top:4px}.features,.gallery,.footer-grid{grid-template-columns:1fr}.g1{grid-column:auto}.gallery-img{height:260px}.contact-card>div:not(.contact-actions){display:block}.contact-card strong{display:block;margin-top:4px}.contact-actions{flex-direction:column}.wa-float span{font-size:13px}
}


/* ===== Ambalat Farm official logo - V3 fixed ===== */
.nav{
  min-height:96px;
  height:96px;
}
.official-brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
  min-width:96px !important;
  max-width:110px !important;
  height:92px !important;
  overflow:hidden !important;
  flex:0 0 auto !important;
}
.official-brand .brand-logo{
  display:block !important;
  width:auto !important;
  height:82px !important;
  max-width:82px !important;
  max-height:82px !important;
  min-width:0 !important;
  min-height:0 !important;
  object-fit:contain !important;
  transform:none !important;
  margin:0 !important;
}
.footer-brand.official-brand{
  width:110px !important;
  max-width:110px !important;
  height:108px !important;
  overflow:visible !important;
}
.footer-logo-box{
  display:grid;
  place-items:center;
  width:106px;
  height:106px;
  background:#fff;
  border-radius:18px;
}
.footer-brand.official-brand .footer-logo{
  height:92px !important;
  max-height:92px !important;
  max-width:92px !important;
}
@media (max-width:900px){
  .nav{min-height:84px;height:84px}
  .official-brand{
    height:80px !important;
    min-width:76px !important;
    max-width:84px !important;
  }
  .official-brand .brand-logo{
    height:70px !important;
    max-height:70px !important;
    max-width:70px !important;
  }
}
@media (max-width:600px){
  .nav{min-height:76px;height:76px}
  .official-brand{
    height:72px !important;
    min-width:66px !important;
    max-width:72px !important;
  }
  .official-brand .brand-logo{
    height:62px !important;
    max-height:62px !important;
    max-width:62px !important;
  }
}
