/*
Theme Name: Arbour Farms One Page
Theme URI: https://arbourfarms.com
Author: Excell Africa
Description: A lightweight heritage/bridge theme for Arbour Farms, directing visitors to Excell Botanics.
Version: 1.5.0
Text Domain: arbour-farms
*/
:root{
  --green:#143f2b;
  --green-2:#1f5d3e;
  --sage:#78936d;
  --gold:#c79d3b;
  --cream:#f7f1e4;
  --ink:#183328;
  --muted:#6b756e;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--ink)}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.af-wrap{width:min(1180px,92%);margin:auto}
.af-header{position:sticky;top:0;z-index:40;background:rgba(247,241,228,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(20,63,43,.10)}
.af-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:24px}
.af-brand{display:flex;align-items:center;gap:14px;font-family:Georgia,serif}
.af-brand img{width:52px;height:52px;border-radius:16px}
.af-brand strong{display:block;font-size:1.18rem;letter-spacing:.08em}
.af-brand span{display:block;font-size:.70rem;letter-spacing:.16em;color:var(--gold);margin-top:2px}
.af-nav{display:flex;align-items:center;gap:24px;font-size:.95rem}
.af-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:var(--green);color:white;font-weight:700;transition:.2s}
.af-btn:hover{transform:translateY(-1px);background:var(--green-2)}
.af-btn.gold{background:var(--gold);color:#14271d}
.af-hero{min-height:74vh;display:grid;place-items:center;position:relative;overflow:hidden;background:
radial-gradient(circle at 75% 20%, rgba(199,157,59,.20), transparent 28%),
linear-gradient(145deg,#0f3927,#174a32 52%,#0f3927)}
.af-hero:before{content:"";position:absolute;inset:0;background:
radial-gradient(circle at 10% 90%,rgba(120,147,109,.22),transparent 30%);
pointer-events:none}
.af-hero-inner{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:56px;align-items:center;padding:84px 0}
.af-kicker{color:#e6c66a;letter-spacing:.18em;text-transform:uppercase;font-size:.82rem;font-weight:700}
.af-hero h1{font-family:Georgia,serif;color:white;font-size:clamp(3.1rem,7vw,6.8rem);line-height:.94;margin:18px 0}
.af-hero h1 em{display:block;color:#e1b84a;font-weight:400}
.af-hero p{color:#e8eee9;font-size:1.16rem;line-height:1.7;max-width:760px}
.af-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.af-seal{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:28px;padding:34px;text-align:center;color:white;box-shadow:0 30px 80px rgba(0,0,0,.20)}
.af-seal img{width:210px;border-radius:36px;display:block;margin:0 auto 20px}
.af-seal strong{font-family:Georgia,serif;font-size:1.7rem}
.af-seal p{font-size:.95rem;margin-bottom:0}
.af-section{padding:92px 0}
.af-section.white{background:#fffdf8}
.af-eyebrow{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;font-weight:800}
.af-title{font-family:Georgia,serif;font-size:clamp(2.2rem,4.5vw,4.2rem);line-height:1.05;margin:12px 0 24px;color:var(--green)}
.af-copy{max-width:820px;font-size:1.08rem;line-height:1.8;color:#435149}
.af-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}
.af-card{background:#fff;border:1px solid rgba(20,63,43,.10);border-radius:22px;padding:30px;box-shadow:0 16px 44px rgba(20,63,43,.07)}
.af-card .num{font-family:Georgia,serif;color:var(--gold);font-size:2.4rem}
.af-card h3{font-family:Georgia,serif;color:var(--green);font-size:1.45rem;margin:12px 0}
.af-rating{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:center;background:var(--green);border-radius:30px;padding:44px;color:white}
.af-five{width:180px;height:180px;border-radius:50%;background:#b6db3d;color:#102b1d;display:grid;place-items:center;font:700 6rem Georgia,serif;margin:auto;border:10px solid rgba(255,255,255,.16)}
.af-rating h3{font:400 clamp(2.2rem,4vw,3.8rem) Georgia,serif;margin:0 0 14px}
.af-rating p{color:#e7eee9;line-height:1.7;margin:0}
.af-bridge{text-align:center;background:
linear-gradient(180deg,#fffdf8,var(--cream));}
.af-bridge .af-copy{margin-inline:auto}
.af-domain{font-family:Georgia,serif;font-size:clamp(1.6rem,3vw,2.8rem);color:var(--green);margin:24px 0}
.af-footer{background:#0d2d20;color:#dce8df;padding:32px 0}
.af-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.9rem}
.af-footer a{color:#e3be58}
@media(max-width:850px){
 .af-nav a:not(.af-btn){display:none}
 .af-hero-inner{grid-template-columns:1fr;padding:64px 0}
 .af-seal{max-width:420px}
 .af-grid3{grid-template-columns:1fr}
 .af-rating{grid-template-columns:1fr;text-align:center}
 .af-footer-inner{flex-direction:column;text-align:center}
}

/* v1.2 utility-page fixes */
.af-legal-hero{padding:54px 0 8px !important;min-height:0 !important}
.af-legal{padding:10px 0 64px !important;min-height:0 !important}
.af-legal article{max-width:880px}
.af-legal-hero .af-title{margin-bottom:0}

/* v1.4 contact form */
.af-contact-form{max-width:720px;margin:30px 0 46px;display:grid;gap:10px}
.af-contact-form label{font-weight:700;margin-top:8px}
.af-contact-form input[type=text],.af-contact-form input[type=email],.af-contact-form textarea{
 width:100%;box-sizing:border-box;border:1px solid #b9b3a5;border-radius:8px;
 padding:13px 14px;background:#fff;color:#123b2b;font:inherit
}
.af-contact-form textarea{resize:vertical}
.af-consent{font-weight:400!important;font-size:.92rem;line-height:1.5;display:flex;gap:10px;align-items:flex-start}
.af-form-button{justify-self:start;border:0;border-radius:999px;padding:13px 24px;background:#0d4b35;color:#fff;font-weight:700;cursor:pointer}
.af-form-button:hover{opacity:.92}
.af-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.af-form-notice{position:fixed;right:24px;bottom:24px;z-index:9999;background:#fff4dc;color:#123b2b;border:1px solid #d2a12e;border-radius:10px;padding:14px 18px;box-shadow:0 8px 30px rgba(0,0,0,.15)}
.af-form-notice.af-success{background:#eaf5ee;border-color:#0d4b35}

/* v1.5 final contact-form layout + cache-safe release */
.af-contact-form{
  max-width:720px;
  margin:28px 0 48px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:8px;
}
.af-contact-form > label:not(.af-consent){
  display:block;
  width:100%;
  margin:10px 0 2px;
  font-weight:700;
}
.af-contact-form input[type="text"],
.af-contact-form input[type="email"],
.af-contact-form textarea{
  display:block;
  width:100%;
  max-width:100%;
  min-height:48px;
  box-sizing:border-box;
  border:1px solid #a9aa9f;
  border-radius:8px;
  padding:12px 14px;
  background:#fff;
  color:#183328;
  font:inherit;
}
.af-contact-form textarea{min-height:150px;resize:vertical}
.af-contact-form .af-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  width:100%;
  margin:12px 0 6px;
  font-weight:400;
  line-height:1.5;
}
.af-contact-form .af-consent input{margin-top:4px;flex:0 0 auto}
.af-contact-form .af-form-button{
  align-self:flex-start;
  appearance:none;
  border:0;
  border-radius:999px;
  padding:13px 24px;
  background:#143f2b;
  color:#fff;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.af-contact-form .af-hp{
  position:absolute!important;
  left:-10000px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
