/* Cawkwell Group — Saskatchewan Farm & Ranch Real Estate
   Static PPC landing page. Brand-aligned (Mode A). Mobile-first. */

:root {
  --navy: #15472e;        /* deep forest green (primary) */
  --navy-90: #1b573a;
  --green: #4CAF50;       /* grass green (accent) */
  --green-deep: #2f7d39;  /* accessible accent for text-on-white */
  --green-light: #8ed492; /* accessible accent for small text-on-navy */
  --cream: #f4fafa;       /* subtle sage background */
  --ink: #1f2a24;
  --muted: #5b6b62;
  --line: #e4ece8;
  --white: #ffffff;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow-sm: 0 2px 10px rgba(21,71,46,.06);
  --shadow: 0 18px 40px -18px rgba(21,71,46,.35);
  --shadow-lg: 0 32px 64px -20px rgba(0,0,0,.45);
  --maxw: 1180px;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
}
h1, h2, h3, h4 { font-family: var(--font-serif); color: var(--navy); line-height: 1.12; margin: 0 0 .5em; font-weight: 700; }
p { margin: 0 0 1em; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 64px 0; }
@media (min-width: 900px){ .section { padding: 86px 0; } }
.eyebrow { color: var(--green-deep); text-transform: uppercase; letter-spacing: .22em; font-weight: 800; font-size: 12px; margin: 0 0 14px; display: block; }
.center { text-align: center; }
.center .lead { max-width: 640px; margin-inline: auto; }
.lead { color: var(--muted); font-size: 1.06rem; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 1rem; padding: 15px 28px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.btn-primary { background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--green); color: var(--navy); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.85); }
.btn-ghost:hover { background: #fff; color: var(--navy); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-lg { padding: 17px 34px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn svg, .callbig svg, .header-cta svg { width: 1.15em; height: 1.15em; flex: none; }
svg.ico { width: 1.4rem; height: 1.4rem; vertical-align: middle; }
.footer-ic { width: 1em; height: 1em; vertical-align: -2px; margin-right: 6px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: #fff; box-shadow: 0 1px 0 var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 70px; gap: 16px; }
.brand img { height: 46px; width: auto; }
.nav { display: none; gap: 26px; }
.nav a { text-decoration: none; color: var(--navy); font-weight: 600; font-size: .95rem; }
.nav a:hover { color: var(--green-deep); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; line-height: 1.05; text-decoration: none;
  background: var(--navy); color: #fff; padding: 9px 16px; border-radius: 999px; }
.header-cta .hc-ico { width: 1.05em; height: 1.05em; flex: none; }
.header-cta .hc-lines { display: flex; flex-direction: column; }
.header-cta small { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; opacity: .9; font-weight: 700; }
.header-cta b { font-size: 1rem; }
.header-cta:hover { background: var(--green); color: var(--navy); }
@media (min-width: 1040px){ .nav { display: flex; } }

/* Hero */
.hero { position: relative; color: #fff; padding: 116px 0 64px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2;
  background-image: image-set(url("assets/images/hero-farmland.webp") 1x); background: var(--navy);
  background-image: url("assets/images/hero-farmland.webp"); background-size: cover; background-position: center 35%; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(13,40,26,.94) 0%, rgba(13,40,26,.86) 40%, rgba(13,40,26,.66) 100%); }
@media (min-width: 980px){
  .hero::after { background: linear-gradient(90deg, rgba(13,40,26,.95) 0%, rgba(13,40,26,.82) 42%, rgba(13,40,26,.30) 100%); }
}
.hero-grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 980px){ .hero { padding: 150px 0 96px; } .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 48px; } }
.hero-badges { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.tag { background: var(--green); color: var(--navy); font-weight: 900; font-size: 11px; padding: 5px 9px; border-radius: 6px; letter-spacing: .02em; text-transform: uppercase; }
.hero-badges .kicker { color: #cfe9d3; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; font-size: .82rem; }
.hero h1 { color: #fff; font-size: clamp(2.4rem, 6vw, 4.3rem); margin-bottom: 20px; }
.hero h1 .accent { color: var(--green); }
.hero p.sub { color: #eaf3ec; font-size: 1.18rem; max-width: 560px; }
.hero p.sub2 { color: #cfe0d6; font-size: 1.02rem; max-width: 560px; }
.hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin: 26px 0 28px; }
.hero-cue { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-family: var(--font-serif); font-style: italic; font-size: 1.3rem; text-decoration: none; }
.hero-cue .arrow { font-style: normal; font-size: 1.5rem; animation: nudge 1.5s infinite; }
@keyframes nudge { 0%,100%{ transform: translateX(0);} 50%{ transform: translateX(8px);} }
@keyframes nudgeDown { 0%,100%{ transform: rotate(90deg) translateX(0);} 50%{ transform: rotate(90deg) translateX(8px);} }
.hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; max-width: 520px; }
.hero-points li { list-style: none; display: flex; align-items: center; gap: 10px; color: #eaf3ec; font-size: .95rem; font-weight: 500; }
.hero-points .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(76,175,80,.7); flex: none; }
ul.hero-points { padding: 0; margin: 0; }

/* Lead card / quiz */
.lead-card { background: #fff; color: var(--ink); border-radius: 26px; box-shadow: var(--shadow-lg); padding: 28px; position: relative; overflow: hidden; }
.lead-card .progress { position: absolute; top: 0; left: 0; height: 4px; background: var(--green); width: 0; transition: width .3s ease; }
.lead-card .qkicker { display: inline-flex; align-items: center; gap: 8px; color: var(--green-deep); text-transform: uppercase; letter-spacing: .22em; font-weight: 800; font-size: 10px; margin-bottom: 12px; }
.lead-card .qkicker::before { content: ""; width: 28px; height: 1px; background: var(--green); }
.lead-card h2 { font-size: 1.7rem; margin-bottom: 8px; }
.lead-card .note { color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.qstep-q { font-weight: 700; color: var(--navy); border-left: 3px solid var(--green); padding-left: 14px; margin: 4px 0 14px; }
.qoptions { display: grid; gap: 9px; }
.qopt { text-align: left; width: 100%; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line); background: #f8fbf9;
  font: inherit; font-weight: 600; color: #44544b; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: border-color .15s, background .15s, color .15s; }
.qopt:hover, .qopt:focus-visible { border-color: var(--green); background: #eef7ef; color: var(--navy); outline: none; }
.qopt .chev { color: var(--green-deep); opacity: 0; transition: opacity .15s, transform .15s; transform: translateX(-4px); }
.qopt:hover .chev { opacity: 1; transform: translateX(0); }
.qback { background: none; border: none; color: #8a988f; font-weight: 800; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; padding: 0 0 12px; }
.qback:hover { color: var(--navy); }
.field { position: relative; margin-bottom: 12px; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-weight: 500; color: var(--navy); background: #f6f9f7; border: 1.5px solid var(--line);
  border-radius: 14px; padding: 14px 16px; transition: border-color .15s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); }
.field label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; color: var(--navy); margin-bottom: 7px; }
.reassure { text-align: center; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #5a6b61; margin: 14px 0 0; }
.hero-formnote { color: rgba(255,255,255,.6); font-size: .82rem; font-style: italic; margin-top: 16px; }
.qstep[hidden] { display: none; }

/* Trust bar */
.trustbar { background: #fff; border-bottom: 1px solid var(--line); padding: 22px 0; }
.trustbar .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 40px; justify-content: center; }
.trustbar .label { text-align: center; }
.trustbar .label small { display: block; text-transform: uppercase; letter-spacing: .26em; font-weight: 800; font-size: 10px; color: var(--green-deep); }
.trustbar .label i { font-family: var(--font-serif); font-style: italic; color: #5a6b61; font-size: .9rem; }
.trustbar .logos { display: flex; flex-wrap: wrap; gap: 18px 34px; justify-content: center; }
.trustbar .logos span { font-weight: 800; text-transform: uppercase; letter-spacing: -.01em; color: #5e7166; font-size: .98rem; }

/* Stat band */
.statband { background: var(--navy); color: #fff; padding: 48px 0; }
.statband .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 16px; text-align: center; }
@media (min-width: 880px){ .statband .grid { grid-template-columns: repeat(4,1fr); } }
.stat .v { font-family: var(--font-serif); font-weight: 700; font-size: clamp(1.7rem, 3.5vw, 2.4rem); display: block; }
.stat .l { color: #b9d6c0; font-size: .82rem; font-weight: 500; max-width: 200px; margin: 6px auto 0; display: block; }
.stat .ic { color: var(--green); font-size: 1.3rem; }
/* Compact stat value so "Top RE/MAX Farm Realtor" doesn't wrap huge;
   the label ("Globally Recognized") inherits the standard .stat .l style. */
.stat-uniform .v { font-size: 1.5rem; line-height: 1.2; }

/* Path selector */
.paths { display: grid; gap: 0; border: 2px solid rgba(21,71,46,.12); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
@media (min-width: 940px){ .paths { grid-template-columns: 1fr 1fr; } }
.path { padding: 44px 34px; display: flex; flex-direction: column; }
@media (min-width: 600px){ .path { padding: 56px 48px; } }
.path-sell { background: var(--navy); color: #fff; }
.path-buy { background: var(--cream); color: var(--navy); }
.path .picon { width: 58px; height: 58px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 24px; }
.path-sell .picon { background: var(--green); color: var(--navy); }
.path-buy .picon { background: var(--navy); color: #fff; }
.path .pk { text-transform: uppercase; letter-spacing: .34em; font-weight: 800; font-size: 10px; margin-bottom: 10px; }
.path-sell .pk { color: var(--green); }
.path-buy .pk { color: #6c8073; }
.path h3 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 18px; }
.path-sell h3 { color: #fff; }
.path h3 em { color: var(--green); font-style: italic; }
.path .pdesc { font-size: 1.05rem; margin-bottom: 18px; }
.path-sell .pdesc { color: #d8e6dc; }
.path-buy .pdesc { color: #4f6258; }
.path ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; flex-grow: 1; }
.path li { display: flex; gap: 12px; align-items: flex-start; }
.path li .ck { color: var(--green); flex: none; font-weight: 900; }
.path-buy li .ck { color: var(--navy); opacity: .55; }
.path-sell li span { color: #e6efe9; }
.path-buy li span { color: #4f6258; }
.path .pfoot { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.path-buy .pfoot { border-top-color: rgba(21,71,46,.12); }

/* Split (why specialist) */
.split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 940px){ .split { grid-template-columns: 1fr 1fr; gap: 56px; } }
.checklist { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-weight: 700; color: var(--navy); }
.checklist .ck { width: 22px; height: 22px; border-radius: 50%; background: #e3f3e6; color: var(--green-deep); display: flex; align-items: center; justify-content: center; flex: none; font-size: .8rem; font-weight: 900; margin-top: 1px; }
.portrait-wrap { position: relative; }
.portrait { aspect-ratio: 1/1; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); background: var(--navy); }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.quote-card { background: #fff; padding: 26px; border-radius: 18px; box-shadow: var(--shadow); max-width: 300px; margin: -38px 0 0 18px; position: relative; }
@media (min-width: 940px){ .quote-card { position: absolute; left: -28px; bottom: -34px; margin: 0; } }
.quote-card p { font-family: var(--font-serif); font-style: italic; color: var(--navy); font-size: 1.05rem; line-height: 1.5; margin: 0 0 10px; }
.quote-card cite { color: var(--green-deep); font-weight: 800; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-style: normal; }

/* Focus cards */
.cards3 { display: grid; gap: 22px; }
@media (min-width: 820px){ .cards3 { grid-template-columns: repeat(3,1fr); } }
.fcard { background: var(--cream); border: 1.5px solid transparent; border-radius: 20px; padding: 34px 28px; text-align: center; transition: border-color .2s, transform .2s; }
.fcard:hover { border-color: var(--green); transform: translateY(-3px); }
.fcard .ic { width: 60px; height: 60px; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.6rem; }
.fcard h3 { font-size: 1.25rem; margin-bottom: 12px; }
.fcard p { color: var(--muted); font-size: .96rem; margin: 0; }

/* Photo band */
.band { position: relative; color: #fff; padding: 80px 0; overflow: hidden; }
.band::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/images/ranch-band.webp") center/cover; }
.band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(13,40,26,.93), rgba(13,40,26,.72)); }
.band h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.8rem); }
.band .lead { color: #d8e6dc; max-width: 620px; }
.band-points { display: grid; gap: 14px; max-width: 640px; margin: 24px 0 32px; }
@media (min-width: 620px){ .band-points { grid-template-columns: 1fr 1fr; } }
.band-points li { list-style: none; display: flex; gap: 12px; align-items: center; color: #fff; font-weight: 600; }
.band-points .ck { color: var(--green); font-weight: 900; }
.band ul { padding: 0; }

/* Testimonials */
.tgrid { display: grid; gap: 22px; }
@media (min-width: 860px){ .tgrid { grid-template-columns: repeat(3,1fr); } }
.tcard { background: #fff; border: 2px solid rgba(21,71,46,.10); border-radius: 20px; padding: 30px; display: flex; flex-direction: column; transition: border-color .2s; }
.tcard:hover { border-color: rgba(76,175,80,.4); }
.stars { color: var(--green); font-size: 1.2rem; letter-spacing: 2px; margin-bottom: 16px; }
.tcard p { color: var(--ink); font-weight: 500; margin: 0 0 14px; }
.tcard .who { color: var(--green-deep); font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; margin-top: auto; }

/* Lead band (dark with form) */
.leadband { background: var(--navy); color: #fff; padding: 70px 0; position: relative; overflow: hidden; }
.leadband::after { content:""; position: absolute; top: -120px; right: -120px; width: 360px; height: 360px; background: var(--green); opacity: .14; filter: blur(120px); border-radius: 50%; }
.leadband-grid { display: grid; gap: 40px; align-items: center; position: relative; z-index: 1; }
@media (min-width: 940px){ .leadband-grid { grid-template-columns: 1.05fr .95fr; gap: 56px; } }
.leadband h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); }
.leadband .lead { color: #d8e6dc; }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 420px; margin-top: 24px; }
.mini-stats div { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 18px; }
.mini-stats b { color: var(--green); font-family: var(--font-serif); font-size: 1.5rem; display: block; }
.mini-stats small { color: #c7dccd; font-size: .78rem; }
.form-card { background: #fff; color: var(--ink); border-radius: 26px; padding: 30px; box-shadow: var(--shadow-lg); }
.form-card h3 { font-size: 1.6rem; text-align: center; margin-bottom: 6px; }
.form-card .note { text-align: center; color: var(--muted); font-size: .9rem; margin-bottom: 18px; }
.callrow { text-align: center; margin-top: 14px; color: var(--muted); font-size: .92rem; }
.callrow a { color: var(--navy); font-weight: 700; text-decoration: none; }
.callrow a:hover { color: var(--green-deep); }

/* Listings (MLS-style cards — matches source) */
.listings { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
@media (min-width: 980px){ .listings { grid-template-columns: repeat(4,1fr); } }
.lcard { background: #fff; border: 1px solid #d9e0dc; display: flex; flex-direction: column; }
.lcard .ltitle { font-size: 13px; font-weight: 700; color: #2b3a33; padding: 12px; line-height: 1.35; margin: 0; }
.lcard .lphoto { position: relative; aspect-ratio: 4/3; border-top: 1px solid #d9e0dc; border-bottom: 1px solid #d9e0dc; background: var(--cream); overflow: hidden; }
.lcard .lphoto img { width: 100%; height: 100%; object-fit: cover; }
.lcard .ltype { position: absolute; left: 5px; bottom: 5px; background: #53a53f; color: #fff; font-size: 12px; font-weight: 500; padding: 2px 8px; }
.lcard .lprice { position: absolute; right: 5px; bottom: 5px; background: #d05c5c; color: #fff; font-size: 15px; font-weight: 500; padding: 3px 9px; }
.lcard .lmeta { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; font-size: 11px; border-bottom: 1px solid #e4ece8; padding: 10px 12px; }
.lcard .lmeta div { border-right: 1px solid #e4ece8; padding-right: 4px; }
.lcard .lmeta div:last-child { border-right: 0; }
.lcard .lmeta b { display: block; color: #2b3a33; margin-bottom: 2px; font-weight: 700; }
.lcard .lmeta span { color: #5b6b62; }
.lcard .ldesc { font-size: 12px; color: #5b6b62; line-height: 1.45; padding: 10px 12px 14px; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: #fff; border: 2px solid rgba(21,71,46,.10); border-radius: 16px; padding: 6px 22px; transition: border-color .2s; }
.faq details[open] { border-color: rgba(76,175,80,.4); }
.faq summary { font-family: var(--font-serif); font-weight: 700; color: var(--navy); font-size: 1.1rem; padding: 16px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--green-deep); font-size: 1.5rem; font-weight: 400; flex: none; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); margin: 0 0 18px; font-size: .98rem; }

/* Final CTA */
.finalcta { background: var(--navy); color: #fff; padding: 80px 0; text-align: center; }
.finalcta h2 { color: #fff; font-size: clamp(2rem, 5vw, 3.2rem); max-width: 720px; margin: 0 auto 18px; }
.finalcta .lead { color: #d8e6dc; max-width: 560px; margin: 0 auto 30px; }
.finalcta .callbig { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-serif); font-size: clamp(1.6rem,4vw,2.2rem); color: #fff; text-decoration: none; margin-top: 6px; }
.finalcta .callbig:hover { color: var(--green); }
.finalcta .callbig .ic { color: var(--green); }
.form-card.dark-context { text-align: left; max-width: 640px; margin: 0 auto 30px; }
.badge-top { display: inline-block; background: var(--navy); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; padding: 6px 18px; border-radius: 999px; box-shadow: var(--shadow-sm); margin-bottom: 16px; }
.grid2 { display: grid; gap: 14px; }
@media (min-width: 620px){ .grid2 { grid-template-columns: 1fr 1fr; } }

/* Footer */
.site-footer { background: #0f3322; color: #cdded4; padding: 22px 0; font-size: .92rem; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 14px 24px; flex-wrap: wrap; }
.footer-row img { height: 40px; width: auto; filter: brightness(0) invert(1); opacity: .92; margin: 0; }
.footer-row p { margin: 0; color: #9fb6a8; font-size: .85rem; }
.footer-row .foot-meta { text-align: right; }
.footer-row .foot-id { margin: 0 0 4px; color: #c3d8cb; font-size: .82rem; }
.footer-row .foot-id a { color: #eaf3ec; font-weight: 700; text-decoration: none; }
.footer-row .foot-id a:hover { color: var(--green); }
.footer-row p a { color: #eaf3ec; text-decoration: underline; text-underline-offset: 2px; }
.footer-row p a:hover { color: var(--green); }
@media (max-width: 620px){ .footer-row { justify-content: center; text-align: center; } .footer-row .foot-meta { text-align: center; } }
@media (max-width: 560px){ .footer-row { justify-content: center; text-align: center; } }
.site-footer .top { display: grid; gap: 26px; }
@media (min-width: 780px){ .site-footer .top { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer img { height: 46px; margin-bottom: 14px; filter: brightness(0) invert(1); opacity: .92; }
.site-footer h3 { color: #fff; font-family: var(--font-sans); font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 12px; }
.site-footer a { color: #cdded4; text-decoration: none; }
.site-footer a:hover { color: var(--green); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer .bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; color: #9fb6a8; font-size: .82rem; }
.site-footer .disclaimer { color: #88a395; font-size: .78rem; margin-top: 10px; line-height: 1.6; }


/* Draft labels */
.label-flag { display: inline-block; background: #fff3cd; color: #7a5b00; border: 1px dashed #c79a00; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 2px 7px; border-radius: 5px; margin: 4px 0; }

/* Scroll reveal (JS-only; no-JS safe) */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero-cue .arrow { animation: none; }
  html { scroll-behavior: auto; }
}

/* Mobile hero image swap (lighter file) */
@media (max-width: 979px){
  .hero::before { background-image: url("assets/images/hero-farmland-mobile.webp"); }
  .band::before { background-image: url("assets/images/ranch-band-mobile.webp"); }
}

/* ===== Mobile layout optimization (phones) ===== */
@media (max-width: 680px){
  /* Tighter vertical rhythm so less scrolling, same design */
  .section { padding: 48px 0; }
  .hero { padding: 104px 0 48px; }
  .hero p.sub { font-size: 1.08rem; }
  .wrap { padding: 0 18px; }

  /* Compact header call button (hide the "Speak to Ted Cawkwell" line) */
  .header-cta { padding: 8px 13px; gap: 7px; }
  .header-cta small { display: none; }
  .header-cta b { font-size: .95rem; }

  /* Hero CTA + cue stack centered; arrow points DOWN toward the form below */
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 16px; margin: 22px 0 24px; }
  .hero-cta-row .btn-lg { width: 100%; }
  .hero-cue { justify-content: center; font-size: 1.12rem; }
  .hero-cue .arrow { transform: rotate(90deg); animation: nudgeDown 1.5s infinite; }

  /* Forms/cards a touch tighter */
  .lead-card, .form-card { padding: 24px 20px; }
  .path { padding: 38px 26px; }

  /* Prevent any horizontal overflow */
  html, body { overflow-x: hidden; }
  .hero h1 { word-break: break-word; }
}
