<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Acres Collective — Modern systems for modern real estate businesses</title>

<meta name="description" content="Acres Collective helps real estate agents turn scattered marketing, an underused database, and inconsistent follow-up into repeatable systems. Start with the free Marketing Scorecard.">

<link rel="preconnect" href="https://fonts.googleapis.com">

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

<link href="https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@62..125,400..800&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">

<style>

/* ============================================================

   ACRES COLLECTIVE — HOMEPAGE  ·  Gold #C19F40 / Black #000

   Graphic language: architectural line drawing. Everything is

   drawn in single-weight gold rule on black or bone, the way a

   plan is drafted — no photos required, no stock illustration.

   ============================================================ */


:root{

  --black:      #000000;

  --ink:        #111111;

  --ink-soft:   #55524B;

  --gold:       #C19F40;

  --gold-deep:  #8A6F26;   /* accessible gold for small text on light */

  --gold-tint:  rgba(193,159,64,.13);

  --bone:       #F7F5F0;

  --bone-alt:   #EFEBE1;

  --card:       #FFFFFF;

  --line:       rgba(0,0,0,.14);

  --line-soft:  rgba(0,0,0,.07);

  --line-gold:  rgba(193,159,64,.42);


  --display:"Archivo",system-ui,sans-serif;

  --body:"Source Serif 4",Georgia,serif;

  --mono:"IBM Plex Mono",ui-monospace,monospace;

  --pad:clamp(20px,5vw,72px);

  --maxw:1180px;

}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

body{margin:0;background:var(--bone);color:var(--ink);font-family:var(--body);

  font-size:clamp(16px,1.05vw,18px);line-height:1.62;-webkit-font-smoothing:antialiased}

img,svg{display:block;max-width:100%}

a{color:inherit}


/* ---------- type ---------- */

.ac-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.19em;text-transform:uppercase;

  color:var(--gold-deep);margin:0 0 18px;display:flex;align-items:center;gap:10px}

.ac-eyebrow::before{content:"";width:26px;height:1px;background:var(--gold);flex:none}

h1,h2,h3{font-family:var(--display);font-variation-settings:"wdth" 108;font-weight:700;

  line-height:1.04;letter-spacing:-.022em;margin:0;text-wrap:balance}

h1{font-size:clamp(40px,6.3vw,78px)}

h2{font-size:clamp(29px,4vw,50px)}

h3{font-size:clamp(19px,1.7vw,24px);letter-spacing:-.012em}

.ac-lede{font-size:clamp(18px,1.55vw,21px);color:var(--ink-soft);max-width:58ch;text-wrap:pretty}

.ac-dim{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep)}

.ac-band--black .ac-dim{color:var(--gold)}


/* editorial statement — the page's recurring emphasis device */

.ac-say{font-family:var(--display);font-variation-settings:"wdth" 108;font-weight:700;

  font-size:clamp(26px,3.4vw,42px);line-height:1.06;letter-spacing:-.022em;margin:0;text-wrap:balance}

.ac-say--gold{color:var(--gold-deep)}

.ac-band--black .ac-say{color:#fff}

.ac-band--black .ac-say--gold{color:var(--gold)}

.ac-statement{margin-top:clamp(34px,4.6vw,58px);padding-top:clamp(28px,3.4vw,40px);

  border-top:1px solid var(--line)}

.ac-band--black .ac-statement{border-top-color:rgba(193,159,64,.42)}

.ac-statement .ac-say + .ac-say{margin-top:6px}

.ac-after{margin-top:22px;color:var(--ink-soft);font-size:clamp(17px,1.4vw,20px);max-width:46ch}

.ac-band--black .ac-after{color:rgba(247,245,240,.7)}


/* ---------- layout ---------- */

.ac-wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--pad)}

.ac-band{padding-block:clamp(62px,8vw,116px)}

.ac-band--alt{background:var(--bone-alt)}

.ac-band--black{background:var(--black);color:var(--bone)}

.ac-band--black h2,.ac-band--black h3{color:#fff}

.ac-band--black .ac-lede{color:rgba(247,245,240,.68)}

.ac-band--black .ac-eyebrow{color:var(--gold)}


/* ---------- nav ---------- */

.ac-nav{position:sticky;top:0;z-index:60;background:rgba(0,0,0,.96);color:var(--bone);

  backdrop-filter:blur(8px);border-bottom:1px solid rgba(193,159,64,.28)}

.ac-nav__inner{max-width:var(--maxw);margin:0 auto;padding:13px var(--pad);display:flex;align-items:center;gap:26px}

.ac-logo{font-family:var(--display);font-weight:800;font-variation-settings:"wdth" 86;font-size:16px;

  letter-spacing:.13em;text-transform:uppercase;text-decoration:none;margin-right:auto;line-height:1.1;color:#fff}

.ac-logo span{display:block;font-family:var(--mono);font-size:8.5px;letter-spacing:.24em;color:var(--gold);font-weight:500;margin-top:3px}

.ac-nav__links{display:flex;gap:26px;align-items:center}

.ac-nav__links a{font-family:var(--display);font-weight:600;font-size:14px;text-decoration:none;padding:6px 0;position:relative;color:rgba(247,245,240,.88)}

.ac-nav__links a::after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:1.5px;background:var(--gold);transition:right .25s ease}

.ac-nav__links a:hover::after,.ac-nav__links a:focus-visible::after{right:0}

.ac-navcta{font-family:var(--display);font-weight:700;font-size:13.5px;background:var(--gold);color:var(--black);

  text-decoration:none;padding:10px 18px;border-radius:1px;white-space:nowrap}

.ac-navcta:hover{background:#fff}

.ac-burger{display:none;background:none;border:1px solid rgba(193,159,64,.5);color:var(--gold);

  border-radius:1px;padding:8px 11px;font-family:var(--mono);font-size:12px;cursor:pointer}

@media(max-width:980px){

  .ac-nav__links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--black);

    flex-direction:column;gap:0;padding:6px 0;border-bottom:1px solid rgba(193,159,64,.28)}

  .ac-nav__links.is-open{display:flex}

  .ac-nav__links a{padding:14px var(--pad);width:100%;font-size:16px}

  .ac-burger{display:block}.ac-navcta{display:none}

}


/* ---------- buttons ---------- */

.ac-btnrow{display:flex;flex-wrap:wrap;gap:13px;align-items:center}

.ac-btn{font-family:var(--display);font-weight:700;font-size:15px;text-decoration:none;

  display:inline-flex;align-items:center;gap:9px;padding:15px 26px;border-radius:1px;

  border:1.5px solid var(--black);background:var(--black);color:#fff;cursor:pointer;

  transition:transform .18s ease,background .18s ease,color .18s ease}

.ac-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--black);transform:translateY(-2px)}

.ac-btn--ghost{background:transparent;color:var(--ink)}

.ac-btn--ghost:hover{background:var(--black);color:#fff;border-color:var(--black)}

.ac-band--black .ac-btn{background:var(--gold);border-color:var(--gold);color:var(--black)}

.ac-band--black .ac-btn:hover{background:#fff;border-color:#fff}

.ac-band--black .ac-btn--ghost{background:transparent;color:#fff;border-color:rgba(247,245,240,.5)}

.ac-band--black .ac-btn--ghost:hover{background:#fff;color:var(--black);border-color:#fff}

:focus-visible{outline:2.5px solid var(--gold);outline-offset:3px}


/* ================= HERO ================= */

.ac-hero{background:var(--black);color:var(--bone);position:relative;overflow:hidden;

  padding-block:clamp(56px,7vw,104px) clamp(50px,6.4vw,90px)}

.ac-hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;

  background-image:linear-gradient(rgba(193,159,64,.11) 1px,transparent 1px),

                   linear-gradient(90deg,rgba(193,159,64,.11) 1px,transparent 1px);

  background-size:72px 72px;

  mask-image:radial-gradient(ellipse 80% 70% at 78% 28%,#000 5%,transparent 72%);

  -webkit-mask-image:radial-gradient(ellipse 80% 70% at 78% 28%,#000 5%,transparent 72%)}

.ac-hero__inner{position:relative}

.ac-hero h1{color:#fff;max-width:16ch}

.ac-hero h1 em{font-style:normal;color:var(--gold)}

.ac-hero .ac-eyebrow{color:var(--gold)}

.ac-hero__sub{font-family:var(--display);font-variation-settings:"wdth" 104;font-weight:600;

  font-size:clamp(19px,1.8vw,25px);line-height:1.3;letter-spacing:-.015em;color:#fff;

  margin:26px 0 0;max-width:34ch}

.ac-hero .ac-lede{color:rgba(247,245,240,.66);margin:20px 0 0;max-width:52ch}

.ac-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.86fr);

  gap:clamp(30px,4.5vw,64px);align-items:center}

@media(max-width:940px){.ac-hero__grid{grid-template-columns:1fr}}

.ac-hero__cta{margin-top:34px}

.ac-hero__meta{font-family:var(--mono);font-size:11px;letter-spacing:.15em;text-transform:uppercase;

  color:rgba(247,245,240,.6);margin:16px 0 0}

.ac-hero__meta b{color:var(--gold);font-weight:400}


/* ================= SHARED GRAPHIC FRAME ================= */

.ac-figure{border:1px solid var(--line-gold);background:rgba(255,255,255,.02);padding:24px 22px 18px;position:relative}

.ac-band--alt .ac-figure,.ac-band:not(.ac-band--black) .ac-figure{background:var(--card);border-color:var(--line)}

.ac-figure__cap{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;

  color:var(--gold-deep);margin:14px 0 0;padding-top:12px;border-top:1px solid var(--line-soft)}

.ac-hero .ac-figure__cap,.ac-band--black .ac-figure__cap{color:var(--gold);border-top-color:rgba(193,159,64,.25)}


/* ================= SPLIT ================= */

.ac-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);gap:clamp(30px,5vw,68px);align-items:center}

@media(max-width:900px){.ac-split{grid-template-columns:1fr}}

.ac-split--top{align-items:start}


/* ---------- checklist ---------- */

.ac-checklist{list-style:none;margin:26px 0 0;padding:0}

.ac-checklist li{padding:14px 0 14px 40px;border-bottom:1px solid var(--line-soft);position:relative}

.ac-checklist li:first-child{border-top:1px solid var(--line-soft)}

.ac-checklist li::before{content:"";position:absolute;left:0;top:19px;width:14px;height:14px;

  border:1.5px solid var(--gold);border-radius:1px}

.ac-checklist b{font-family:var(--display);font-weight:700;display:block;font-size:17px;letter-spacing:-.01em}

.ac-checklist span{color:var(--ink-soft);font-size:.94em}

.ac-band--black .ac-checklist li{border-bottom-color:rgba(247,245,240,.15);color:rgba(247,245,240,.78)}

.ac-band--black .ac-checklist li:first-child{border-top-color:rgba(247,245,240,.15)}


/* ---------- numbered steps ---------- */

.ac-steps{list-style:none;margin:clamp(24px,3vw,32px) 0 0;padding:0;border-top:1px solid var(--line)}

.ac-steps li{padding:16px 0;border-bottom:1px solid var(--line);

  display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;align-items:start}

.ac-steps i{font-style:normal;font-family:var(--mono);font-size:11px;letter-spacing:.12em;

  color:var(--gold-deep);padding-top:4px}

.ac-steps b{font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:.06em;

  text-transform:uppercase;display:block;line-height:1.25}

.ac-steps span{display:block;color:var(--ink-soft);font-size:.94em;margin-top:5px;line-height:1.55}


/* included strip inside the signup card */

.ac-included{border:1px solid var(--line-gold);background:var(--gold-tint);

  padding:14px 16px;margin:0 0 22px}

.ac-included .ac-dim{display:block;margin-bottom:5px}

.ac-included p{margin:0;font-family:var(--display);font-weight:600;font-size:15.5px;letter-spacing:-.005em}


/* running prose block — short paragraphs, hard breaks */

.ac-beats p{margin:0 0 14px;max-width:44ch}

.ac-beats p:last-child{margin-bottom:0}

.ac-beats em{font-style:italic;color:var(--gold-deep)}

.ac-band--black .ac-beats em{color:var(--gold)}


/* ================= SYSTEMS GRID ================= */

.ac-modgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);

  border:1px solid var(--line);margin-top:clamp(30px,4vw,46px)}

@media(max-width:900px){.ac-modgrid{grid-template-columns:repeat(2,1fr)}}

@media(max-width:520px){.ac-modgrid{grid-template-columns:1fr}}

.ac-mod{background:var(--card);padding:24px 20px 22px;display:flex;flex-direction:column;gap:12px;min-height:172px}

.ac-mod__ico{color:var(--gold);height:26px}

.ac-mod b{font-family:var(--display);font-weight:700;font-size:15px;color:var(--ink);line-height:1.2;

  letter-spacing:.06em;text-transform:uppercase;margin-top:auto}

.ac-mod span{font-size:.86em;color:var(--ink-soft);line-height:1.45}


/* ================= WHO / FIT ================= */

.ac-fit{display:grid;grid-template-columns:1fr 1fr;gap:clamp(18px,3vw,40px);margin-top:clamp(28px,3.6vw,44px)}

@media(max-width:820px){.ac-fit{grid-template-columns:1fr}}

.ac-fit__col{background:var(--card);border:1px solid var(--line);padding:clamp(24px,2.6vw,34px)}

.ac-fit__col .ac-dim{display:block;margin-bottom:12px}

.ac-fit__col p{margin:0;font-size:1.02em}

.ac-fit__ico{height:30px;color:var(--gold);margin-bottom:14px}


/* ================= COURSES ================= */

.ac-course{background:var(--card);border:1px solid var(--line);padding:clamp(26px,3.4vw,48px);position:relative}

.ac-course::after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gold)}

.ac-course--sasw::after{background:var(--black)}

.ac-course + .ac-course{margin-top:clamp(26px,3.2vw,44px)}

.ac-course__head{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:baseline;margin-bottom:6px}

.ac-course__role{font-family:var(--mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}

.ac-course h2{max-width:24ch}

.ac-course__title{font-family:var(--display);font-weight:600;font-size:clamp(16px,1.35vw,19px);

  color:var(--ink-soft);margin:14px 0 0;letter-spacing:-.005em;max-width:44ch}

.ac-course__say{margin-top:clamp(22px,2.6vw,32px);padding-top:clamp(20px,2.4vw,28px);border-top:1px solid var(--line)}

.ac-course__body{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);

  gap:clamp(28px,4vw,56px);margin-top:clamp(26px,3.2vw,40px);align-items:start}

@media(max-width:900px){.ac-course__body{grid-template-columns:1fr}}

.ac-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line-soft);

  border:1px solid var(--line-soft);margin-top:clamp(22px,2.6vw,30px)}

@media(max-width:620px){.ac-specs{grid-template-columns:repeat(2,1fr)}}

.ac-specs div{background:var(--card);padding:13px 14px}

.ac-specs b{display:block;font-family:var(--display);font-weight:700;font-size:20px;line-height:1.1}

.ac-specs span{display:block;margin-top:4px;font-family:var(--mono);font-size:9.5px;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-soft)}

.ac-course__list{list-style:none;margin:14px 0 0;padding:0;font-size:.95em}

.ac-course__list li{padding:9px 0 9px 24px;position:relative;border-bottom:1px dotted var(--line-soft)}

.ac-course__list li::before{content:"→";position:absolute;left:0;color:var(--gold-deep);font-family:var(--mono);font-size:12px}

.ac-aside{border:1px solid var(--line);padding:clamp(20px,2.2vw,28px)}

.ac-aside h3{margin:8px 0 4px}

.ac-aside p{color:var(--ink-soft);font-size:.95em;margin:0 0 12px}

.ac-aside p:last-child{margin-bottom:0}

.ac-forwhom{font-family:var(--mono);font-size:11px;letter-spacing:.13em;text-transform:uppercase;

  color:var(--ink-soft);line-height:1.8;margin:clamp(24px,3vw,34px) 0 0;padding-top:18px;border-top:1px solid var(--line)}

.ac-price{margin-top:22px;border:1.5px solid var(--gold);background:var(--gold-tint);padding:clamp(20px,2.2vw,26px)}

.ac-price .ac-dim{display:block;margin-bottom:6px}

.ac-price__now{font-family:var(--display);font-weight:800;font-size:clamp(38px,4vw,48px);letter-spacing:-.03em;line-height:1}

.ac-price__then{font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:var(--ink-soft);margin-top:12px;display:block;line-height:1.6}

.ac-price .ac-btn{margin-top:18px;width:100%;justify-content:center}


/* ================= BUNDLE ================= */

.ac-bundle{max-width:840px;margin:clamp(34px,4vw,52px) auto 0;border:1.5px solid var(--gold);

  background:rgba(193,159,64,.09);padding:clamp(26px,3.2vw,44px);position:relative}

.ac-bundle__tag{position:absolute;top:-9px;left:26px;background:var(--black);padding:0 12px;

  font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}

.ac-bundle__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(24px,3.4vw,48px);

  align-items:center;margin-bottom:26px}

@media(max-width:720px){.ac-bundle__row{grid-template-columns:1fr}}

.ac-bundle__stack{font-family:var(--display);font-weight:700;font-size:clamp(18px,1.7vw,22px);

  line-height:1.5;letter-spacing:-.01em;color:#fff;margin:20px 0 0}

.ac-bundle p{color:rgba(247,245,240,.7);margin:0}

.ac-bundle__price{text-align:right;flex:none}

@media(max-width:720px){.ac-bundle__price{text-align:left}}

.ac-bundle__strike{display:block;font-family:var(--mono);font-size:12px;color:rgba(247,245,240,.55);text-decoration:line-through;margin-bottom:6px}

.ac-bundle__price b{font-family:var(--display);font-weight:800;font-size:clamp(46px,5.4vw,64px);

  letter-spacing:-.035em;line-height:1;color:#fff;display:block}

.ac-bundle__save{display:inline-block;margin-top:12px;border:1px solid var(--gold);color:var(--gold);

  font-family:var(--mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;padding:7px 12px}

.ac-bundle__then{display:block;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;

  color:rgba(247,245,240,.55);margin-top:14px;line-height:1.6}

.ac-bundle .ac-btn{width:100%;justify-content:center}


/* ================= AMY ================= */

.ac-amy{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(30px,4.6vw,64px);align-items:start}

@media(max-width:880px){.ac-amy{grid-template-columns:1fr}.ac-amy__col{max-width:420px}}

.ac-portrait{aspect-ratio:4/5;border:1px solid var(--line);background:var(--card);position:relative;

  display:flex;align-items:center;justify-content:center;text-align:center;padding:20px}

.ac-portrait img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

.ac-portrait span{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;

  color:var(--gold-deep);line-height:2}

.ac-book{margin-top:14px;border:1px solid var(--line);background:var(--card);padding:16px 18px;

  display:flex;gap:14px;align-items:center}

.ac-book__thumb{width:46px;height:64px;flex:none;border:1px solid var(--line-gold);background:var(--bone-alt)}

.ac-book p{margin:0;font-size:.88em;color:var(--ink-soft);line-height:1.5}

.ac-book em{color:var(--ink)}


/* ================= QUOTES ================= */

.ac-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,26px);margin-top:clamp(30px,4vw,46px)}

@media(max-width:880px){.ac-quotes{grid-template-columns:1fr}}

.ac-quote{background:var(--card);border:1px solid var(--line);padding:30px 26px;position:relative;margin:0;min-height:190px;

  display:flex;flex-direction:column;justify-content:space-between}

.ac-quote__mark{position:absolute;top:-13px;left:22px;background:var(--card);padding:0 8px;

  font-family:var(--mono);font-size:10px;letter-spacing:.14em;color:var(--gold-deep);text-transform:uppercase}

.ac-quote p{margin:8px 0 18px;font-family:var(--mono);font-size:12px;letter-spacing:.08em;

  text-transform:uppercase;color:var(--gold-deep);line-height:2}

.ac-quote cite{font-style:normal;font-family:var(--mono);font-size:11px;letter-spacing:.07em;

  color:var(--ink-soft);display:block;padding-top:14px;border-top:1px dashed var(--line-gold)}


/* ================= SIGNUP ================= */

.ac-signup{background:var(--card);border:1px solid var(--line);padding:clamp(28px,3.6vw,44px);position:relative}

.ac-signup::before,.ac-signup::after{content:"";position:absolute;width:13px;height:13px;border:1.5px solid var(--gold)}

.ac-signup::before{top:-7px;left:-7px;border-right:0;border-bottom:0}

.ac-signup::after{bottom:-7px;right:-7px;border-left:0;border-top:0}

.ac-form{display:flex;gap:11px;margin-top:14px;flex-wrap:wrap}

.ac-form input[type=email]{flex:1 1 240px;padding:15px 16px;border:1.5px solid var(--line);border-radius:1px;

  font-family:var(--body);font-size:16px;background:var(--bone);color:var(--ink)}

.ac-form input[type=email]:focus{border-color:var(--gold);outline:none}

.ac-note{font-family:var(--mono);font-size:11px;color:var(--ink-soft);margin-top:16px;letter-spacing:.03em;line-height:1.7}

.ac-band--black .ac-note{color:rgba(247,245,240,.6)}

.ac-msg{margin-top:14px;font-family:var(--mono);font-size:12.5px;color:var(--gold-deep);min-height:20px}


/* ================= SCORECARD ================= */

.ac-pills{display:flex;flex-wrap:wrap;gap:0;margin:clamp(26px,3.2vw,38px) 0 0;

  font-family:var(--mono);font-size:clamp(10px,1.05vw,12px);letter-spacing:.17em;text-transform:uppercase;

  color:#fff;border-top:1px solid rgba(193,159,64,.4);border-bottom:1px solid rgba(193,159,64,.4);padding:16px 0;

  align-items:center}

.ac-pills i{font-style:normal;color:var(--gold);padding:0 10px}

.ac-bigcount{border-left:1.5px solid var(--gold);padding-left:clamp(20px,2.4vw,32px)}

.ac-bigcount div{font-family:var(--display);font-weight:800;font-size:clamp(34px,4.4vw,58px);

  letter-spacing:-.03em;line-height:1.05;color:#fff}

.ac-bigcount div:last-child{color:var(--gold)}


/* ================= FINAL ================= */

.ac-stack{margin:clamp(40px,5vw,64px) 0;border-top:1px solid var(--line)}

.ac-stack div{border-bottom:1px solid var(--line);font-family:var(--display);font-weight:800;

  font-variation-settings:"wdth" 104;font-size:clamp(30px,6.2vw,68px);letter-spacing:-.035em;

  line-height:1;padding:clamp(14px,1.8vw,22px) 0}

.ac-stack div:nth-child(even){color:var(--gold-deep)}


/* ================= FOOTER ================= */

.ac-footer{background:var(--black);color:rgba(247,245,240,.68);padding-block:56px 32px;font-size:.92em;

  border-top:3px solid var(--gold)}

.ac-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:34px}

@media(max-width:760px){.ac-footer__grid{grid-template-columns:1fr}}

.ac-footer h4{font-family:var(--mono);font-size:10.5px;letter-spacing:.17em;text-transform:uppercase;color:var(--gold);margin:0 0 15px;font-weight:500}

.ac-footer ul{list-style:none;margin:0;padding:0}

.ac-footer li{margin-bottom:9px}

.ac-footer a{text-decoration:none}

.ac-footer a:hover{color:var(--gold)}

.ac-footer__logo{font-family:var(--display);font-weight:800;font-variation-settings:"wdth" 86;font-size:20px;

  letter-spacing:.11em;text-transform:uppercase;color:#fff;margin:0 0 11px}

.ac-footer__tagline{max-width:34ch;margin:0 0 14px}

.ac-footer__acres{font-family:var(--mono);font-size:10.5px;letter-spacing:.11em;text-transform:uppercase;

  color:rgba(247,245,240,.5);margin:0;line-height:2}

.ac-footer__acres b{color:var(--gold);font-weight:400}

.ac-footer__bottom{margin-top:42px;padding-top:20px;border-top:1px solid rgba(247,245,240,.15);

  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-family:var(--mono);font-size:10.5px;letter-spacing:.05em}


/* ---------- reveal ---------- */

.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}

.reveal.is-in{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){

  .reveal{opacity:1;transform:none;transition:none}

  .ac-btn:hover{transform:none}

  .ac-draw{stroke-dasharray:none!important;stroke-dashoffset:0!important;animation:none!important}

}

/* hero line-draw */

.ac-draw{stroke-dasharray:1400;stroke-dashoffset:1400;animation:draw 2.1s .25s ease forwards}

@keyframes draw{to{stroke-dashoffset:0}}

</style>

</head>

<body>


<!-- ================= NAV ================= -->

<nav class="ac-nav">

  <div class="ac-nav__inner">

    <a class="ac-logo" href="/">Acres Collective<span>Modern Systems</span></a>

    <button class="ac-burger" id="burger" aria-expanded="false" aria-controls="navlinks">MENU</button>

    <div class="ac-nav__links" id="navlinks">

      <a href="#programs">Programs</a>

      <a href="#scorecard">Marketing Scorecard</a>

      <a href="#free">Free Resources</a>

      <a href="#amy">About Amy</a>

      <a href="/speaking">Speaking</a>

      <a href="/contact">Contact</a>

    </div>

    <a class="ac-navcta" href="#scorecard">Free scorecard</a>

  </div>

</nav>


<!-- ================= 1 · HERO ================= -->

<header class="ac-hero">

  <div class="ac-wrap ac-hero__inner">

    <div class="ac-hero__grid">

      <div>

        <p class="ac-eyebrow">Modern systems for modern real estate businesses</p>

        <h1>Build a real estate business that runs on systems—<em>not memory.</em></h1>

        <p class="ac-hero__sub">You don't need more marketing ideas. You need a marketing system that actually gets used.</p>

        <p class="ac-lede">Acres Collective helps real estate agents turn scattered marketing, an underused database, inconsistent follow-up, and "I'll get to it when things slow down" into repeatable systems for building their brand, nurturing relationships, and growing their business.</p>


        <div class="ac-hero__cta">

          <div class="ac-btnrow">

            <a class="ac-btn" href="#scorecard">Take the free Marketing Scorecard →</a>

            <a class="ac-btn ac-btn--ghost" href="#programs">Explore the programs ↓</a>

          </div>

          <p class="ac-hero__meta">35 questions <b>·</b> 7 systems <b>·</b> 10 minutes</p>

        </div>

      </div>


      <!-- FIG 01 — memory vs. system -->

      <div class="ac-figure reveal">

        <svg viewBox="0 0 440 360" role="img" aria-label="Diagram contrasting a business that runs on memory, where marketing output rises and collapses with each busy season, against a business that runs on systems, where output holds steady.">

          <g font-family="IBM Plex Mono,monospace" font-size="9.5" letter-spacing="1.2" fill="rgba(247,245,240,.6)">

            <text x="16" y="24">RUNS ON MEMORY</text>

            <text x="16" y="204">RUNS ON SYSTEMS</text>

          </g>

          <!-- baseline 1 -->

          <path d="M16 150 H424" stroke="rgba(247,245,240,.2)" stroke-width="1"/>

          <path d="M16 40 H424" stroke="rgba(247,245,240,.08)" stroke-width="1" stroke-dasharray="3 5"/>

          <!-- sawtooth -->

          <path class="ac-draw" d="M16 148 L62 62 L108 146 L154 58 L200 150 L246 66 L292 148 L338 60 L384 149 L424 120"

                fill="none" stroke="rgba(247,245,240,.55)" stroke-width="1.6"/>

          <g font-family="IBM Plex Mono,monospace" font-size="8" fill="rgba(247,245,240,.4)" text-anchor="middle">

            <text x="62" y="52">SLOW</text><text x="108" y="164">BUSY</text>

            <text x="154" y="48">SLOW</text><text x="200" y="168">BUSY</text>

            <text x="246" y="56">SLOW</text><text x="292" y="166">BUSY</text>

          </g>

          <!-- divider -->

          <path d="M16 186 H424" stroke="rgba(193,159,64,.35)" stroke-width="1"/>

          <!-- baseline 2 -->

          <path d="M16 330 H424" stroke="rgba(247,245,240,.2)" stroke-width="1"/>

          <path d="M16 250 H424" stroke="rgba(193,159,64,.22)" stroke-width="1" stroke-dasharray="3 5"/>

          <path class="ac-draw" d="M16 300 C90 300, 120 250, 190 248 C270 246, 330 240, 424 236"

                fill="none" stroke="#C19F40" stroke-width="2"/>

          <g fill="#C19F40">

            <circle cx="190" cy="248" r="3.5"/><circle cx="300" cy="242" r="3.5"/><circle cx="424" cy="236" r="3.5"/>

          </g>

          <g font-family="IBM Plex Mono,monospace" font-size="8" fill="rgba(247,245,240,.45)" text-anchor="middle">

            <text x="190" y="270">BUSY</text><text x="300" y="264">BUSY</text>

          </g>

          <text x="16" y="352" font-family="Source Serif 4,serif" font-size="11.5" font-style="italic" fill="rgba(247,245,240,.5)">Same agent. Same market. Different infrastructure.</text>

        </svg>

        <p class="ac-figure__cap">Fig. 01 — Marketing output over four quarters</p>

      </div>

    </div>

  </div>

</header>


<!-- ================= 2 · THE PROBLEM ================= -->

<section class="ac-band">

  <div class="ac-wrap">

    <div class="ac-split ac-split--top">

      <div class="reveal">

        <p class="ac-eyebrow">The problem</p>

        <h2>You're not bad at marketing.<br>You just don't have a system.</h2>

        <p class="ac-lede" style="margin-top:20px">You know you should be:</p>

        <ul class="ac-checklist">

          <li><b>Following up consistently</b></li>

          <li><b>Staying in touch with your database</b></li>

          <li><b>Creating useful content</b></li>

          <li><b>Sending a regular newsletter</b></li>

          <li><b>Asking clients for reviews</b></li>

          <li><b>Keeping your online presence current</b></li>

          <li><b>Nurturing leads who aren't ready today</b></li>

        </ul>

      </div>


      <div class="reveal">

        <div class="ac-beats" style="margin-bottom:30px">

          <p>And you probably do some of these things.</p>

          <p><em>When you have time.</em></p>

          <p>That's the problem.</p>

          <p>Your marketing shouldn't depend on whether this happens to be a busy Tuesday.</p>

          <p>Because when you're busy closing deals, your marketing disappears.</p>

          <p>And when business slows down, you start marketing again.</p>

        </div>


        <!-- FIG 02 — the cycle -->

        <div class="ac-figure">

          <svg viewBox="0 0 360 300" role="img" aria-label="Diagram of a four-stage loop: business is busy, marketing stops, business slows, marketing restarts — returning to the start.">

            <g fill="none" stroke="#C19F40" stroke-width="1.3">

              <path d="M180 46 A104 104 0 0 1 284 150" />

              <path d="M284 150 A104 104 0 0 1 180 254" />

              <path d="M180 254 A104 104 0 0 1 76 150" />

              <path d="M76 150 A104 104 0 0 1 180 46" />

            </g>

            <g fill="#C19F40">

              <path d="M284 150 l-6 -9 l12 0 z" transform="rotate(90 284 150)"/>

              <path d="M180 254 l-6 -9 l12 0 z" transform="rotate(180 180 254)"/>

              <path d="M76 150 l-6 -9 l12 0 z" transform="rotate(270 76 150)"/>

              <path d="M180 46 l-6 -9 l12 0 z"/>

            </g>

            <g font-family="Archivo,sans-serif" font-size="13.5" font-weight="700" fill="#111" text-anchor="middle">

              <text x="180" y="30">Business gets busy</text>

              <text x="180" y="284">Business slows down</text>

            </g>

            <g font-family="Archivo,sans-serif" font-size="13.5" font-weight="700" fill="#111">

              <text x="292" y="154">Marketing</text>

              <text x="292" y="170">stops</text>

              <text x="4" y="154">Marketing</text>

              <text x="4" y="170">restarts</text>

            </g>

            <text x="180" y="146" text-anchor="middle" font-family="IBM Plex Mono,monospace" font-size="10" letter-spacing="1.6" fill="#8A6F26">NO SYSTEM</text>

            <text x="180" y="166" text-anchor="middle" font-family="IBM Plex Mono,monospace" font-size="10" letter-spacing="1.6" fill="#8A6F26">UNDERNEATH</text>

          </svg>

          <p class="ac-figure__cap">Fig. 02 — The cycle</p>

        </div>

      </div>

    </div>


    <div class="ac-statement reveal">

      <p class="ac-say">That's not a marketing strategy.</p>

      <p class="ac-say ac-say--gold">That's a cycle.</p>

      <p class="ac-after">You don't need more hustle. You need a system.</p>

    </div>

  </div>

</section>


<!-- ================= 3 · THE MODERN AGENT SYSTEM ================= -->

<section class="ac-band ac-band--alt">

  <div class="ac-wrap">

    <p class="ac-eyebrow reveal">The Modern Agent System</p>

    <h2 class="reveal" style="max-width:20ch">Build it. Systemize it. Then make it repeatable.</h2>

    <p class="ac-lede reveal" style="margin-top:18px">A strong real estate business needs more than leads. It needs the infrastructure to turn relationships into repeat and referral business — consistently, even when you're busy.</p>


    <div class="ac-modgrid">

      <div class="ac-mod reveal">

        <svg class="ac-mod__ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.4" aria-hidden="true"><circle cx="12" cy="12" r="9"/><path d="M15.5 8.5l-2.1 5-5 2.1 2.1-5z"/></svg>

        <b>Brand</b><span>Know who you serve, what you offer, and why clients should choose you.</span></div>

      <div class="ac-mod reveal">

        <svg class="ac-mod__ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.4" aria-hidden="true"><circle cx="11" cy="11" r="7"/><path d="M16 16l5 5"/></svg>

        <b>Online Presence</b><span>Build a digital presence that makes you visible, credible, and easy to find.</span></div>

      <div class="ac-mod reveal">

        <svg class="ac-mod__ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.4" aria-hidden="true"><ellipse cx="12" cy="6" rx="8" ry="3"/><path d="M4 6v12c0 1.7 3.6 3 8 3s8-1.3 8-3V6"/><path d="M4 12c0 1.7 3.6 3 8 3s8-1.3 8-3"/></svg>

        <b>Database</b><span>Turn your contact list into an organized relationship-management system.</span></div>

      <div class="ac-mod reveal">

        <svg class="ac-mod__ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.4" aria-hidden="true"><path d="M20 12a8 8 0 1 1-2.4-5.7"/><path d="M20 4v4h-4"/></svg>

        <b>Follow-Up</b><span>Stop relying on memory. Build consistent, repeatable follow-up.</span></div>

      <div class="ac-mod reveal">

        <svg class="ac-mod__ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.4" aria-hidden="true"><path d="M5 4h10l4 4v12H5z"/><path d="M9 11h6M9 15h6"/></svg>

        <b>Content</b><span>Create useful content without living on your phone.</span></div>

      <div class="ac-mod reveal">

        <svg class="ac-mod__ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.4" aria-hidden="true"><rect x="3" y="5" width="18" height="14" rx="2"/><path d="M3 7l9 6 9-6"/></svg>

        <b>Email</b><span>Stay relevant between transactions with communication people actually want to receive.</span></div>

      <div class="ac-mod reveal">

        <svg class="ac-mod__ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.4" aria-hidden="true"><path d="M12 3.5l2.6 5.6 6 .8-4.4 4.2 1.1 6.1L12 17.3 6.7 20.2l1.1-6.1L3.4 9.9l6-.8z"/></svg>

        <b>Reputation</b><span>Turn happy clients into reviews, referrals, and future opportunities.</span></div>

      <div class="ac-mod reveal">

        <svg class="ac-mod__ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.4" aria-hidden="true"><circle cx="12" cy="12" r="9"/><path d="M12 7v5l3.5 2"/></svg>

        <b>Time</b><span>Protect the hours required to make your marketing happen.</span></div>

    </div>


    <div class="ac-statement reveal">

      <p class="ac-say">The goal isn't to do more marketing.</p>

      <p class="ac-say ac-say--gold">It's to build marketing that works.</p>

    </div>

  </div>

</section>


<!-- ================= 4 · WHO THIS IS FOR ================= -->

<section class="ac-band">

  <div class="ac-wrap">

    <div class="ac-split ac-split--top">

      <div class="reveal">

        <p class="ac-eyebrow">Who this is for</p>

        <h2 style="max-width:18ch">Built for agents who are ready to stop winging it.</h2>

      </div>

      <div class="ac-beats reveal" style="font-size:1.05em">

        <p>You're doing deals.</p>

        <p>You have a database.</p>

        <p>You know you should be marketing more consistently.</p>

        <p>But your business still depends too heavily on memory, referrals, and whatever you can squeeze in between appointments.</p>

        <p>You're ready to build the infrastructure behind the business — not add another marketing task to your list.</p>

      </div>

    </div>


    <div class="ac-fit">

      <div class="ac-fit__col reveal">

        <svg class="ac-fit__ico" viewBox="0 0 32 32" fill="none" stroke="currentColor" stroke-width="1.5" aria-hidden="true"><path d="M4 27V12l12-7 12 7v15"/><path d="M12 27v-9h8v9"/></svg>

        <span class="ac-dim">Especially for</span>

        <p>Agents 1–3 years into the business who are ready to build a real marketing foundation.</p>

      </div>

      <div class="ac-fit__col reveal">

        <svg class="ac-fit__ico" viewBox="0 0 32 32" fill="none" stroke="currentColor" stroke-width="1.5" aria-hidden="true"><circle cx="12" cy="11" r="5"/><path d="M3 27c0-5 4-8 9-8s9 3 9 8"/><path d="M22 8h7M25.5 4.5v7"/></svg>

        <span class="ac-dim">Especially for</span>

        <p>Established agents with assistants who are ready to stop being the bottleneck.</p>

      </div>

    </div>

  </div>

</section>


<!-- ================= 5 + 6 · THE PROGRAMS ================= -->

<section class="ac-band ac-band--alt" id="programs">

  <div class="ac-wrap">


    <!-- COURSE ONE -->

    <article class="ac-course reveal">

      <div class="ac-course__head">

        <p class="ac-eyebrow" style="margin-bottom:0">The Modern Agent's Advantage</p>

        <span class="ac-course__role">Course One · Build the system</span>

      </div>

      <h2 style="margin-top:16px">The brand marketing system for today's Realtor</h2>

      <p class="ac-course__title">For agents 1–3 years in who are transacting and ready to stop guessing.</p>


      <div class="ac-course__say">

        <p class="ac-say">Build the marketing system your business has been missing.</p>

      </div>


      <div class="ac-course__body">

        <div class="ac-beats">

          <p>You got your license, closed some deals, and figured out the rest as you went.</p>

          <p>Your database became a contact list. Your content happened when something photogenic did. Leads got followed up with when you remembered.</p>

          <p>Marketing happened somewhere between showings, inspections, and putting out fires.</p>

          <p>That's not a work ethic problem.</p>

          <p><em>Nobody taught you the system.</em></p>

          <p>The Modern Agent's Advantage gives you one.</p>

          <p>Over seven modules and 22 lessons, you'll build the systems behind your brand, online presence, CRM, follow-up, content, email, reputation, and time.</p>

          <p>Every activity produces something real you can use in your business — not another page of notes you'll never look at again.</p>


          <div class="ac-specs">

            <div><b>7</b><span>Modules</span></div>

            <div><b>22</b><span>Lessons</span></div>

            <div><b>4.5 hrs</b><span>Runtime</span></div>

            <div><b>65 pp.</b><span>Workbook</span></div>

          </div>

        </div>


        <div>

          <div class="ac-aside">

            <span class="ac-dim">You'll build</span>

            <ul class="ac-course__list">

              <li>A clear value proposition</li>

              <li>An optimized Google Business Profile</li>

              <li>A properly organized CRM</li>

              <li>A five-touch follow-up sequence</li>

              <li>A repeatable content system</li>

              <li>Eight pieces of content from a single closing</li>

              <li>A monthly newsletter</li>

              <li>Protected marketing time</li>

              <li style="border-bottom:0">A 90-Day Action Plan</li>

            </ul>

          </div>


          <div class="ac-price">

            <span class="ac-dim">Founding price · Through January 31, 2027</span>

            <div class="ac-price__now">$497</div>

            <a class="ac-btn" href="/checkout/maa">Build your system →</a>

            <span class="ac-price__then">Regular price: $797 beginning February 1, 2027.</span>

          </div>

        </div>

      </div>

    </article>


    <!-- COURSE TWO -->

    <article class="ac-course ac-course--sasw reveal">

      <div class="ac-course__head">

        <p class="ac-eyebrow" style="margin-bottom:0">The Successful Agent's Secret Weapon</p>

        <span class="ac-course__role">Course Two · Delegate the system</span>

      </div>

      <h2 style="margin-top:16px">Transform your assistant into a brand marketing &amp; ops powerhouse</h2>

      <p class="ac-course__title">For established agents who are ready to stop being the bottleneck.</p>


      <div class="ac-course__say">

        <p class="ac-say">You hired help so you could sell more houses.</p>

        <p class="ac-say ac-say--gold">So why are you still doing the work?</p>

      </div>


      <div class="ac-course__body">

        <div class="ac-beats">

          <p>You hired an assistant so you could sell more houses.</p>

          <p>So why are you still answering the questions, re-explaining the CRM, reviewing every post, and reminding someone to send the newsletter?</p>

          <p><em>Because capable assistants aren't necessarily trained assistants.</em></p>

          <p>The Successful Agent's Secret Weapon gives your assistant the systems, skills, checklists, workflows, and templates to actually run the work.</p>

          <p>They learn the language of the business, how to manage the database, build and ship content, manage email and social, and create a repeatable review process.</p>


          <div class="ac-specs">

            <div><b>4</b><span>Pillars</span></div>

            <div><b>30</b><span>Lessons</span></div>

            <div><b>25+</b><span>Templates</span></div>

            <div><b>150 pp.</b><span>Workbook</span></div>

          </div>

        </div>


        <div>

          <div class="ac-aside">

            <span class="ac-dim">The capstone</span>

            <h3>Your Agent Brand Playbook</h3>

            <p style="font-family:var(--display);font-weight:600;color:var(--ink);margin-top:12px">

              Your voice. Your market. Your systems. Your workflows.</p>

            <p>Documented so the work is repeatable — and the knowledge stays with your business.</p>

            <p>The next time you hire, your new assistant inherits a playbook instead of starting from scratch.</p>

          </div>


          <div class="ac-price">

            <span class="ac-dim">Founding price · Through January 31, 2027</span>

            <div class="ac-price__now">$997</div>

            <a class="ac-btn" href="/checkout/sasw">Train your assistant →</a>

            <span class="ac-price__then">Regular price: $1,250 beginning February 1, 2027.</span>

          </div>

        </div>

      </div>

    </article>


  </div>

</section>


<!-- ================= 7 · THE COMPLETE SYSTEM ================= -->

<section class="ac-band ac-band--black">

  <div class="ac-wrap">

    <div class="ac-split">

      <div class="reveal">

        <p class="ac-eyebrow">The complete system · Best value</p>

        <h2 style="max-width:17ch">Build it yourself. Then teach someone else to run it.</h2>

        <p class="ac-lede" style="margin-top:20px">What happens when the agent builds the marketing system and the assistant knows how to execute it?</p>

        <p class="ac-say ac-say--gold" style="margin-top:24px;font-size:clamp(22px,2.6vw,32px)">You stop being the bottleneck.</p>

      </div>


      <!-- FIG 03 — two courses converge -->

      <div class="ac-figure reveal">

        <svg viewBox="0 0 440 250" role="img" aria-label="Diagram: the agent's course and the assistant's course converge into one brand system covering CRM, content, email and follow-up.">

          <g fill="none" stroke="#C19F40" stroke-width="1.4">

            <rect x="10" y="20" width="176" height="54" rx="1"/>

            <rect x="254" y="20" width="176" height="54" rx="1"/>

            <path d="M98 74 C98 124, 220 114, 220 152 M342 74 C342 124, 220 114, 220 152"/>

            <rect x="116" y="152" width="208" height="56" rx="1" fill="rgba(193,159,64,.12)"/>

          </g>

          <text x="98" y="44" text-anchor="middle" fill="#fff" font-family="Archivo,sans-serif" font-size="15" font-weight="700">The agent</text>

          <text x="98" y="62" text-anchor="middle" fill="rgba(247,245,240,.6)" font-family="IBM Plex Mono,monospace" font-size="9" letter-spacing="1.2">BUILDS THE SYSTEM</text>

          <text x="342" y="44" text-anchor="middle" fill="#fff" font-family="Archivo,sans-serif" font-size="15" font-weight="700">The assistant</text>

          <text x="342" y="62" text-anchor="middle" fill="rgba(247,245,240,.6)" font-family="IBM Plex Mono,monospace" font-size="9" letter-spacing="1.2">RUNS THE SYSTEM</text>

          <text x="220" y="178" text-anchor="middle" fill="#C19F40" font-family="Archivo,sans-serif" font-size="16" font-weight="700">One brand system</text>

          <text x="220" y="196" text-anchor="middle" fill="rgba(247,245,240,.62)" font-family="IBM Plex Mono,monospace" font-size="8.5" letter-spacing="1.1">CRM · CONTENT · EMAIL · FOLLOW-UP</text>

          <text x="220" y="234" text-anchor="middle" fill="rgba(247,245,240,.5)" font-family="Source Serif 4,serif" font-size="11.5" font-style="italic">Both sides of the business running the same way.</text>

        </svg>

        <p class="ac-figure__cap">Fig. 03 — Build it + delegate it</p>

      </div>

    </div>


    <div class="ac-bundle reveal">

      <span class="ac-bundle__tag">The complete system</span>

      <div class="ac-bundle__row">

        <div>

          <p class="ac-bundle__stack">One brand.<br>One strategy.<br>One playbook.</p>

          <p style="margin-top:16px">Both sides of the business running the same way.</p>

        </div>

        <div class="ac-bundle__price">

          <span class="ac-bundle__strike">$1,494 separately</span>

          <b>$1,297</b>

          <span class="ac-bundle__save">Save $197</span>

          <span class="ac-bundle__then">Founding bundle · Through January 31, 2027<br>Regular bundle price: $1,797 beginning February 1, 2027.</span>

        </div>

      </div>

      <a class="ac-btn" href="/checkout/bundle">Get the complete system →</a>

    </div>

  </div>

</section>


<!-- ================= 8 · SYSTEMS PHILOSOPHY ================= -->

<section class="ac-band">

  <div class="ac-wrap">

    <div class="ac-split ac-split--top">

      <div class="reveal">

        <p class="ac-eyebrow">The philosophy</p>

        <h2 style="max-width:17ch">Your business should get stronger when you get busier.</h2>

        <p class="ac-lede" style="margin-top:20px">Think about your last busy season.</p>

      </div>

      <div class="reveal">

        <ul class="ac-checklist" style="margin-top:0">

          <li><b>Did your marketing keep running?</b></li>

          <li><b>Did your database continue getting nurtured?</b></li>

          <li><b>Did your newsletter go out?</b></li>

          <li><b>Did someone ask for reviews after every closing?</b></li>

          <li><b>Did your content stay consistent?</b></li>

          <li><b>Did your follow-up happen?</b></li>

        </ul>

        <p class="ac-after" style="margin-top:24px">Or did everything wait until you had "more time"?</p>

      </div>

    </div>


    <div class="ac-statement reveal">

      <p class="ac-say">That's the test of a system.</p>

      <p class="ac-after">A good system doesn't require you to remember everything.</p>

      <p class="ac-say ac-say--gold" style="margin-top:20px">It makes the important things repeatable.</p>

    </div>

  </div>

</section>


<!-- ================= 9 · AMY ================= -->

<section class="ac-band ac-band--alt" id="amy">

  <div class="ac-wrap">

    <p class="ac-eyebrow reveal">About Amy</p>

    <h2 class="reveal" style="max-width:20ch">Built from nearly three decades in the real estate trenches.</h2>

    <p class="ac-lede reveal" style="margin-top:18px">I've seen this business from just about every angle.</p>


    <div class="ac-amy" style="margin-top:clamp(30px,4vw,48px)">

      <div class="ac-amy__col reveal">

        <!-- Drop in the real portrait: <img src="amy.jpg" alt="Amy Christine"> -->

        <div class="ac-portrait"><span>Portrait<br>Amy Christine</span></div>

        <div class="ac-book">

          <div class="ac-book__thumb" aria-hidden="true"></div>

          <p><em>Level Up Your Real Estate Business:</em><br>The Modern Agent's Roadmap to Success</p>

        </div>

      </div>


      <div class="reveal">

        <div class="ac-beats" style="font-size:1.04em">

          <p>I got my California real estate license in 1997.</p>

          <p>Since then, I've practiced at five different brokerages, worked my own transactions, and consulted with more than 200 top-performing agents across the country.</p>

          <p>I've seen the inside of this business from just about every angle.</p>

          <p>And from every angle, I kept seeing the same pattern:</p>

          <p>The agents who struggled weren't short on talent or work ethic. They were short on time, marketing know-how, and a strategic plan.</p>

          <p><em>Brilliant at the transaction. Improvising at everything around it.</em></p>

          <p>The follow-up that almost happened. The database nobody could sort. The past client who listed with someone else because someone else stayed in touch.</p>

        </div>


        <div class="ac-statement">

          <p class="ac-say" style="font-size:clamp(23px,2.8vw,34px)">That's not a talent problem.</p>

          <p class="ac-say" style="font-size:clamp(23px,2.8vw,34px)">It's a systems problem.</p>

          <p class="ac-say ac-say--gold" style="font-size:clamp(23px,2.8vw,34px)">And systems can be taught.</p>

        </div>


        <div class="ac-beats" style="font-size:1.04em;margin-top:30px">

          <p style="max-width:52ch">I wrote <em style="color:inherit;font-style:italic">Level Up Your Real Estate Business: The Modern Agent's Roadmap to Success</em> to put the best practices of top-performing agents — business planning, brand marketing, lead generation, content, and online presence — into an order any agent could follow.</p>

          <p>The courses grew from there.</p>

          <p>One helps agents build the marketing system themselves.</p>

          <p>The other trains their assistant to run it.</p>

          <p>Because a strategy the agent has no time to execute isn't a strategy. It's a wish list.</p>

        </div>


        <div class="ac-btnrow" style="margin-top:30px">

          <a class="ac-btn ac-btn--ghost" href="/about">Learn more about Amy →</a>

        </div>

      </div>

    </div>

  </div>

</section>


<!-- ================= 10 · BETA GROUP ================= -->

<section class="ac-band">

  <div class="ac-wrap">

    <p class="ac-eyebrow reveal">From the beta group</p>

    <h2 class="reveal" style="max-width:20ch">The first agents are building their systems now.</h2>

    <p class="ac-lede reveal" style="margin-top:18px">The first beta agents are working through the programs now. Their feedback and results will be added here as they complete the work.</p>


    <div class="ac-quotes">

      <figure class="ac-quote reveal"><span class="ac-quote__mark">Beta · Module 3</span>

        <p>[Testimonial will be added here]</p>

        <cite>[Name] · [Brokerage, Market]</cite></figure>

      <figure class="ac-quote reveal"><span class="ac-quote__mark">Beta · Capstone</span>

        <p>[Testimonial will be added here]</p>

        <cite>[Name] · [Brokerage, Market]</cite></figure>

      <figure class="ac-quote reveal"><span class="ac-quote__mark">Beta · Day 90</span>

        <p>[Testimonial will be added here]</p>

        <cite>[Name] · [Brokerage, Market]</cite></figure>

    </div>

  </div>

</section>


<!-- ================= 11 · MARKETING SCORECARD ================= -->

<section class="ac-band ac-band--black" id="scorecard">

  <div class="ac-wrap">

    <p class="ac-eyebrow reveal">Start with a diagnosis</p>

    <h2 class="reveal" style="max-width:20ch">How strong is your real estate marketing engine?</h2>

    <p class="ac-lede reveal" style="margin-top:18px">Take the Modern Agent Brand Marketing Scorecard and assess the seven systems that drive a modern real estate business.</p>


    <p class="ac-pills reveal">Brand<i>·</i>Online Presence<i>·</i>CRM<i>·</i>Follow-Up<i>·</i>Content<i>·</i>Email<i>·</i>Reputation</p>


    <div class="ac-split ac-split--top" style="margin-top:clamp(34px,4vw,50px)">

      <div class="reveal">

        <p class="ac-lede" style="margin:0 0 4px">In about 10 minutes, you'll discover:</p>

        <ul class="ac-checklist">

          <li><b>Where your marketing is strongest</b></li>

          <li><b>Where you're leaking opportunities</b></li>

          <li><b>Which systems are missing</b></li>

          <li><b>What you should prioritize first</b></li>

        </ul>

        <div class="ac-btnrow" style="margin-top:30px">

          <a class="ac-btn" href="/scorecard">Take the free Scorecard →</a>

        </div>

        <p class="ac-note" style="max-width:44ch">No generic "you need to post more" advice. Just an honest look at your marketing system.</p>

      </div>


      <div class="ac-bigcount reveal">

        <div>35 questions.</div>

        <div>7 systems.</div>

        <div>10 minutes.</div>

      </div>

    </div>

  </div>

</section>


<!-- ================= 12 · FREE CRM RESET ================= -->

<section class="ac-band ac-band--alt" id="free">

  <div class="ac-wrap">

    <div class="ac-split ac-split--top">

      <div class="reveal">

        <p class="ac-eyebrow">Not ready to buy yet?</p>

        <h2 style="max-width:15ch">Start with a CRM reset.</h2>


        <div class="ac-statement" style="margin-top:clamp(26px,3.2vw,36px);padding-top:clamp(22px,2.6vw,30px)">

          <p class="ac-say" style="font-size:clamp(23px,2.9vw,36px)">Your database isn't a contact list.</p>

          <p class="ac-say ac-say--gold" style="font-size:clamp(23px,2.9vw,36px)">It's your business.</p>

        </div>


        <p class="ac-lede" style="margin-top:24px">Get a free 10-minute lesson from The Modern Agent's Advantage that shows you how to organize your contacts, prioritize your follow-up, and start turning your CRM into an actual relationship-management system.</p>


        <p class="ac-dim" style="display:block;margin-top:clamp(30px,3.6vw,42px)">You'll learn</p>

        <ol class="ac-steps">

          <li><i>01</i><div>

            <b>Who belongs in your database</b>

            <span>Stop treating your CRM like a filing cabinet.</span></div></li>

          <li><i>02</i><div>

            <b>How to prioritize your contacts</b>

            <span>Know who needs your attention now, who needs nurturing, and who should never fall off your radar.</span></div></li>

          <li><i>03</i><div>

            <b>What your CRM should remember</b>

            <span>Capture the details that make follow-up personal instead of generic.</span></div></li>

          <li><i>04</i><div>

            <b>Where automation fits</b>

            <span>Let your CRM handle consistency while you handle the relationship.</span></div></li>

        </ol>

      </div>


      <div class="ac-signup reveal">

        <div class="ac-included">

          <span class="ac-dim">Included</span>

          <p>10-minute video lesson + implementation activity</p>

        </div>

        <!-- INTEGRATION: point at your ESP endpoint (Flodesk / Mailchimp / ConvertKit). -->

        <form id="signup" novalidate>

          <label class="ac-dim" for="email" style="display:block">Your email</label>

          <div class="ac-form">

            <input type="email" id="email" name="email" placeholder="you@brokerage.com" required autocomplete="email">

            <button class="ac-btn" type="submit">Get the free CRM Reset →</button>

          </div>

          <p class="ac-msg" id="msg" role="status" aria-live="polite"></p>

          <p class="ac-note">No spam. Just useful ideas for building a better real estate business.</p>

        </form>

      </div>

    </div>

  </div>

</section>


<!-- ================= 13 · FINAL ================= -->

<section class="ac-band">

  <div class="ac-wrap">

    <h2 class="reveal" style="max-width:16ch;font-size:clamp(34px,5.4vw,66px)">Stop winging it.<br>Start building the business behind the business.</h2>


    <div class="ac-beats reveal" style="margin-top:clamp(28px,3.4vw,42px);font-size:1.05em">

      <p>You don't need to post seven days a week.</p>

      <p>You don't need another 47-item marketing checklist.</p>

      <p>You don't need to become a full-time content creator.</p>

      <p>And you definitely don't need to spend your evenings remembering what you forgot to do during the day.</p>

      <p style="max-width:50ch">You need a business where the important things happen because there's a system for them.</p>

    </div>


    <div class="ac-stack reveal">

      <div>Build the brand.</div>

      <div>Build the relationships.</div>

      <div>Build the systems.</div>

      <div>Build the business.</div>

    </div>


    <div class="ac-btnrow">

      <a class="ac-btn" href="/scorecard">Take the free Scorecard →</a>

      <a class="ac-btn ac-btn--ghost" href="#programs">Explore the programs →</a>

    </div>

  </div>

</section>


<!-- ================= FOOTER ================= -->

<footer class="ac-footer">

  <div class="ac-wrap">

    <div class="ac-footer__grid">

      <div>

        <p class="ac-footer__logo">Acres Collective</p>

        <p class="ac-footer__tagline">Modern systems for modern real estate businesses.</p>

        <p class="ac-footer__acres">ACRES stands for<br><b>Amy Christine's Real Estate Solutions.</b><br>The Collective is you.</p>

      </div>

      <div><h4>Explore</h4><ul>

        <li><a href="#programs">Programs</a></li>

        <li><a href="#scorecard">Marketing Scorecard</a></li>

        <li><a href="#free">Free Resources</a></li>

        <li><a href="/about">About Amy</a></li>

        <li><a href="/speaking">Speaking</a></li>

        <li><a href="/contact">Contact</a></li></ul></div>

      <div><h4>Follow</h4><ul>

        <li><a href="https://instagram.com/">Instagram</a></li>

        <li><a href="https://linkedin.com/">LinkedIn</a></li></ul></div>

    </div>

    <div class="ac-footer__bottom">

      <span>© 2026 Acres Collective · All rights reserved</span>

      <span>Founding pricing through January 31, 2027 · <a href="/privacy">Privacy</a> · <a href="/terms">Terms</a></span>

    </div>

  </div>

</footer>


<script>

var burger=document.getElementById('burger'),links=document.getElementById('navlinks');

burger.addEventListener('click',function(){

  var open=links.classList.toggle('is-open');

  burger.setAttribute('aria-expanded',open);burger.textContent=open?'CLOSE':'MENU';

});

links.addEventListener('click',function(e){if(e.target.tagName==='A'){

  links.classList.remove('is-open');burger.textContent='MENU';burger.setAttribute('aria-expanded','false');}});


// reveal

var reduce=window.matchMedia('(prefers-reduced-motion: reduce)').matches;

if(!reduce&&'IntersectionObserver' in window){

  var io=new IntersectionObserver(function(en){en.forEach(function(e){

    if(e.isIntersecting){e.target.classList.add('is-in');io.unobserve(e.target);}});},

    {threshold:.12,rootMargin:'0px 0px -40px'});

  document.querySelectorAll('.reveal').forEach(function(el,i){el.style.transitionDelay=(i%3)*70+'ms';io.observe(el);});

}else{document.querySelectorAll('.reveal').forEach(function(el){el.classList.add('is-in');});}


// signup (front-end confirmation only)

var form=document.getElementById('signup'),msg=document.getElementById('msg');

form.addEventListener('submit',function(e){

  e.preventDefault();

  var email=document.getElementById('email');

  if(!email.value||email.value.indexOf('@')<1){msg.textContent='Enter an email address so we know where to send it.';email.focus();return;}

  msg.textContent="Sent. Check your inbox in a minute or two.";form.reset();

});

</script>

</body>

</html>