/* Issue #660 — Agents commercial direction preview. */

body.agents-preview{
  --poster-ink:#17131D;
  --poster-paper:#FBF9FC;
  --poster-white:#FFFFFF;
  --poster-lime:#D7FF5F;
  --poster-people:#7FE34A;
  --poster-property:#38BDF8;
  --poster-solo:#CFC3E6;
  --poster-chat:#A78BFA;
  color:var(--poster-ink);
  background:var(--poster-paper);
}
body.agents-preview [id]{scroll-margin-top:96px}
body.agents-preview .poster{font-family:"Archivo Black","DM Sans",sans-serif;font-weight:400;letter-spacing:-.055em;text-transform:uppercase}

body.agents-preview nav{
  color:#FFF;
  background:
    radial-gradient(circle at 8% -45%,rgba(127,227,74,.16),transparent 22rem),
    radial-gradient(circle at 82% -70%,rgba(56,189,248,.18),transparent 28rem),
    linear-gradient(108deg,#17131D 0%,#101827 58%,#10221E 100%);
  border-bottom:3px solid transparent;
  border-image:linear-gradient(90deg,var(--poster-lime),var(--poster-property),var(--poster-chat)) 1;
  box-shadow:0 8px 0 rgba(23,19,29,.13);
}
body.agents-preview .brand{color:#FFF}
body.agents-preview .brand img{border-radius:50%}
body.agents-preview .brand-wordmark{
  color:inherit;font-family:"Gill Sans","Avenir Next",sans-serif;font-size:31px;font-weight:500;
  line-height:.82;letter-spacing:-.035em;text-transform:lowercase;
}
body.agents-preview .nav-links a{color:rgba(255,255,255,.72)}
body.agents-preview .nav-links a:hover,
body.agents-preview .nav-links a[aria-current="page"]{background:var(--poster-lime);color:var(--poster-ink)}
body.agents-preview .nav-toggle{color:#FFF;border-color:rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.07)}

body.agents-preview .btn{
  min-height:52px;border:2px solid currentColor;border-radius:12px;padding:12px 19px;font-weight:800;
  transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,color .14s ease;
}
body.agents-preview .btn-lime{background:var(--poster-lime);color:var(--poster-ink);border-color:var(--poster-ink);box-shadow:4px 4px 0 var(--poster-ink)}
body.agents-preview .btn-lime:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--poster-ink)}

body.agents-preview .hero{
  min-height:0;padding:138px 0 82px;color:var(--poster-ink);border-bottom:3px solid var(--poster-ink);
  background:
    radial-gradient(circle at 10% 10%,rgba(215,255,95,.42),transparent 24rem),
    radial-gradient(circle at 88% 20%,rgba(207,195,230,.46),transparent 29rem),
    repeating-linear-gradient(0deg,rgba(23,19,29,.025) 0 1px,transparent 1px 7px),
    var(--poster-paper);
}
body.agents-preview .hero::after{display:none}
body.agents-preview .hero-grid{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);gap:54px;align-items:center}
body.agents-preview .hero-copy{color:var(--poster-ink)}
body.agents-preview .hero-stickers{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}
body.agents-preview .hero-sticker{
  display:inline-flex;align-items:center;min-height:32px;padding:7px 12px;border:2px solid var(--poster-ink);
  border-radius:2px;color:var(--poster-ink);box-shadow:3px 3px 0 var(--poster-ink);
  font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
}
body.agents-preview .hero-sticker.lime{background:var(--poster-lime)}
body.agents-preview .hero-sticker.blue{background:var(--poster-property)}
body.agents-preview .hero-sticker.purple{background:var(--poster-chat)}
body.agents-preview .hero .kicker{display:none}
body.agents-preview h1{
  max-width:760px;color:var(--poster-ink);font-family:"Archivo Black","DM Sans",sans-serif;
  font-size:clamp(55px,6.7vw,91px);font-weight:400;line-height:.9;letter-spacing:-.055em;text-transform:uppercase;
}
body.agents-preview h1 span{display:block}
body.agents-preview h1 .boxed{
  width:max-content;max-width:100%;margin-top:9px;padding:3px 10px 8px;border:3px solid var(--poster-ink);
  line-height:.91;box-shadow:7px 7px 0 var(--poster-ink);
}
body.agents-preview h1 .blue{background:var(--poster-property);transform:rotate(-.5deg)}
body.agents-preview h1 .lime{background:var(--poster-lime);transform:rotate(.4deg)}
body.agents-preview .hero-lede{max-width:650px;margin-top:28px;color:rgba(23,19,29,.74);font-size:clamp(18px,1.7vw,21px);line-height:1.52;font-weight:600}
body.agents-preview .hero-actions{display:flex;align-items:center;gap:12px;margin-top:25px}
body.agents-preview .hero-action-link{
  min-height:52px;display:inline-flex;grid-template-columns:none;gap:10px;width:auto;padding:12px 19px;border:2px solid var(--poster-ink);
  border-radius:12px;background:var(--poster-lime);color:var(--poster-ink);box-shadow:4px 4px 0 var(--poster-ink);font-weight:800;
}
body.agents-preview .hero-action-link:hover{padding:12px 19px;background:var(--poster-lime);transform:translate(2px,2px);box-shadow:2px 2px 0 var(--poster-ink)}
body.agents-preview .hero-action-index,
body.agents-preview .hero-action-label{display:none}
body.agents-preview .hero-action-copy{display:block}
body.agents-preview .hero-action-copy strong{font-size:14px}
body.agents-preview .hero-action-arrow{color:var(--poster-ink);font-size:18px;transform:rotate(-90deg)}
body.agents-preview .hero-action-link:hover .hero-action-arrow{transform:rotate(-90deg) translateY(2px)}
body.agents-preview .hero-note{margin-top:20px;color:rgba(23,19,29,.54)}
body.agents-preview .hero .hero-note.kicker{display:block}

body.agents-preview .enquiry-card{border:3px solid var(--poster-ink);border-radius:2px;box-shadow:9px 9px 0 var(--poster-ink);transform:rotate(1deg)}
body.agents-preview .enquiry-card::before{
  content:"PROOF / ONE READY GROUP";display:flex;align-items:center;height:36px;padding:0 12px;
  background:var(--poster-ink);color:#FFF;font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.1em;
}
body.agents-preview .ready,
body.agents-preview .email-signal,
body.agents-preview .email-criteria{border-radius:0}

body.agents-preview .advantage-board{
  position:relative;grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;
  margin-top:12px;padding:58px 28px 30px;border:3px solid var(--poster-ink);
  background:linear-gradient(90deg,rgba(23,19,29,.07) 1px,transparent 1px),linear-gradient(rgba(23,19,29,.07) 1px,transparent 1px),#FFF;
  background-size:24px 24px;box-shadow:9px 9px 0 var(--poster-ink);
}
body.agents-preview .advantage-board::before{
  content:"THE COMMERCIAL CASE";position:absolute;inset:0 0 auto;height:36px;display:flex;align-items:center;padding:0 13px;
  background:var(--poster-ink);color:#FFF;font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.11em;
}
body.agents-preview .advantage{
  min-height:250px;display:flex;flex-direction:column;padding:22px;border:3px solid var(--poster-ink);
  background:var(--poster-solo);box-shadow:6px 6px 0 var(--poster-ink);
}
body.agents-preview .advantage:nth-child(2){background:var(--poster-property);transform:translateY(10px) rotate(.7deg)}
body.agents-preview .advantage:nth-child(3){background:var(--poster-lime);transform:rotate(-.7deg)}
body.agents-preview .advantage-num{font-family:"IBM Plex Mono",monospace;font-size:11px;font-weight:700}
body.agents-preview .advantage h2{max-width:290px;margin-top:auto;font-family:"Archivo Black","DM Sans",sans-serif;font-size:clamp(33px,3.2vw,45px);font-weight:400;line-height:.93;letter-spacing:-.05em;text-transform:uppercase}
body.agents-preview .advantage p{margin-top:14px;color:rgba(23,19,29,.72);font-size:15px;line-height:1.46;font-weight:700}

body.agents-preview .ticker{overflow:hidden;border-bottom:3px solid var(--poster-ink);background:var(--poster-ink);color:#FFF}
body.agents-preview .ticker-track{
  width:max-content;display:flex;gap:22px;align-items:center;padding:17px 0;font-family:"Archivo Black","DM Sans",sans-serif;
  font-size:16px;letter-spacing:.02em;text-transform:uppercase;animation:agentsTicker 28s linear infinite;
}
body.agents-preview .ticker-track span{color:var(--poster-lime)}
@keyframes agentsTicker{to{transform:translateX(-50%)}}

body.agents-preview .how{
  padding:78px 0 86px;color:var(--poster-ink);border-bottom:3px solid var(--poster-ink);
  background:
    radial-gradient(circle at 84% 10%,rgba(56,189,248,.20),transparent 28rem),
    linear-gradient(90deg,rgba(23,19,29,.045) 1px,transparent 1px),
    linear-gradient(rgba(23,19,29,.045) 1px,transparent 1px),
    var(--poster-solo);
  background-size:auto,28px 28px,28px 28px,auto;
}
body.agents-preview .how .section-head{align-items:end;padding-bottom:30px;border-bottom:3px solid var(--poster-ink)}
body.agents-preview .how .section-head .kicker{display:inline-block;margin-bottom:20px;padding:7px 10px;border:2px solid var(--poster-ink);background:var(--poster-property);color:var(--poster-ink);box-shadow:4px 4px 0 var(--poster-ink)}
body.agents-preview .how .section-title{max-width:760px;color:var(--poster-ink);font-family:"Archivo Black","DM Sans",sans-serif;font-size:clamp(40px,4.6vw,60px);font-weight:400;line-height:.92;letter-spacing:-.055em;text-transform:uppercase}
body.agents-preview .how .section-title em{display:block;color:var(--poster-ink)}
body.agents-preview .how .section-lede{padding:0 0 5px 24px;border-left:3px solid var(--poster-ink);color:rgba(23,19,29,.72);font-size:18px;font-weight:400}
body.agents-preview .step-grid{gap:0;border:3px solid var(--poster-ink);background:#FFF;box-shadow:8px 8px 0 var(--poster-ink)}
body.agents-preview .step{min-height:178px;display:grid;grid-template-rows:auto auto auto;align-content:start;padding:23px;border:0;border-right:3px solid var(--poster-ink);border-radius:0;background:#FFF;box-shadow:none}
body.agents-preview .step:nth-child(2){background:rgba(56,189,248,.24);box-shadow:none}
body.agents-preview .step:nth-child(3){border-right:0;background:rgba(215,255,95,.48);box-shadow:none}
body.agents-preview .step-num{width:auto;height:auto;display:block;border-radius:0;background:transparent;color:#1684B8}
body.agents-preview .step:nth-child(2) .step-num{background:transparent;color:var(--poster-ink)}
body.agents-preview .step:nth-child(3) .step-num{background:transparent;color:#5E7920}
body.agents-preview .step h3{margin-top:28px;padding-top:0;color:var(--poster-ink);font-size:26px;line-height:1.12}
body.agents-preview .step p{color:rgba(23,19,29,.68)}

@media(min-width:961px){
  body.agents-preview .step-grid{grid-template-rows:repeat(3,auto)}
  body.agents-preview .step{grid-row:span 3;grid-template-rows:subgrid;row-gap:0}
}

body.agents-preview .join{
  padding:104px 0 110px;color:var(--poster-ink);
  background:radial-gradient(circle at 90% 12%,rgba(215,255,95,.34),transparent 27rem),radial-gradient(circle at 8% 88%,rgba(56,189,248,.19),transparent 30rem),repeating-linear-gradient(0deg,rgba(23,19,29,.025) 0 1px,transparent 1px 7px),var(--poster-paper);
}
body.agents-preview .close-statement{margin-bottom:58px}
body.agents-preview .close-statement .kicker{
  display:inline-block;margin-bottom:24px;padding:7px 10px;border:2px solid var(--poster-ink);
  background:var(--poster-lime);color:var(--poster-ink);box-shadow:4px 4px 0 var(--poster-ink);
}
body.agents-preview .close-statement h2{
  max-width:1080px;color:var(--poster-ink);font-family:"Archivo Black","DM Sans",sans-serif;
  font-size:clamp(54px,6.6vw,88px);font-weight:400;line-height:.91;letter-spacing:-.055em;text-transform:uppercase;
}
body.agents-preview .close-statement h2 em{
  display:inline-block;margin-top:10px;padding:3px 10px 8px;border:3px solid var(--poster-ink);
  background:var(--poster-property);box-shadow:7px 7px 0 var(--poster-ink);font-style:normal;line-height:.91;transform:rotate(-.4deg);
}
body.agents-preview .join-card{padding:66px 52px 52px;border:3px solid var(--poster-ink);border-radius:0;box-shadow:10px 10px 0 var(--poster-property)}
body.agents-preview .join-card::before{
  content:"BRING YOUR HOMES TO MAISON";position:absolute;inset:0 0 auto;height:35px;display:flex;align-items:center;padding:0 13px;
  background:var(--poster-lime);color:var(--poster-ink);font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.1em;
}
body.agents-preview .interest-form{border:2px solid #FFF;border-radius:0;box-shadow:6px 6px 0 var(--poster-lime)}
body.agents-preview .form-field input,
body.agents-preview .form-preview{border-radius:3px}
body.agents-preview .form-submit{border-radius:12px}
body.agents-preview .form-success .success-mark{border-radius:2px}

body.agents-preview footer{border-top:3px solid var(--poster-ink)}
body.agents-preview .footer-brand>span:first-of-type{color:var(--poster-lime);font-weight:700}
body.agents-preview .footer-links a{border-bottom:1px solid rgba(255,255,255,.22)}
body.agents-preview .footer-links a:hover{color:var(--poster-lime)}

@media(max-width:960px){
  body.agents-preview .nav-links{background:rgba(11,11,12,.98);border-color:rgba(255,255,255,.12);box-shadow:0 20px 50px rgba(0,0,0,.4)}
  body.agents-preview .hero-grid{grid-template-columns:1fr}
  body.agents-preview .enquiry-card{width:min(650px,100%)}
  body.agents-preview .advantage-board{grid-template-columns:1fr}
  body.agents-preview .advantage{min-height:205px}
  body.agents-preview .advantage:nth-child(2),body.agents-preview .advantage:nth-child(3){transform:none}
  body.agents-preview .how .section-lede{max-width:680px}
}

@media(max-width:620px){
  body.agents-preview .hero{padding:104px 0 60px}
  body.agents-preview .hero-stickers{gap:8px;margin-bottom:24px}
  body.agents-preview .hero-sticker{min-height:29px;padding:5px 9px;font-size:9px}
  body.agents-preview h1{font-size:clamp(45px,13.8vw,61px);line-height:.93}
  body.agents-preview h1 .boxed{width:auto;margin-right:5px;padding:3px 7px 8px;box-shadow:5px 5px 0 var(--poster-ink)}
  body.agents-preview .hero-action-link{width:100%;justify-content:center}
  body.agents-preview .enquiry-card{box-shadow:6px 6px 0 var(--poster-ink);transform:none}
  body.agents-preview .advantage-board{gap:13px;margin-top:12px;padding:53px 15px 20px;box-shadow:6px 6px 0 var(--poster-ink)}
  body.agents-preview .advantage{min-height:185px;padding:19px;box-shadow:5px 5px 0 var(--poster-ink)}
  body.agents-preview .advantage h2{font-size:37px}
  body.agents-preview .how,body.agents-preview .join{padding:76px 0}
  body.agents-preview .how .section-head{gap:20px}
  body.agents-preview .how .section-title{font-size:clamp(36px,10.5vw,48px)}
  body.agents-preview .how .section-lede{border-left:0;border-top:3px solid var(--poster-property);padding:18px 0 0}
  body.agents-preview .step-grid{box-shadow:6px 6px 0 var(--poster-ink)}
  body.agents-preview .step{min-height:160px;border-right:0;border-bottom:3px solid var(--poster-ink)}
  body.agents-preview .step:nth-child(3){border-bottom:0}
  body.agents-preview .close-statement{margin-bottom:44px}
  body.agents-preview .close-statement h2{font-size:clamp(43px,12.5vw,56px)}
  body.agents-preview .close-statement h2 em{padding:3px 7px 8px;box-shadow:5px 5px 0 var(--poster-ink)}
  body.agents-preview .join-card{padding:58px 20px 28px;box-shadow:6px 6px 0 var(--poster-property)}
  body.agents-preview .interest-form{box-shadow:5px 5px 0 var(--poster-lime)}
}

@media(prefers-reduced-motion:reduce){
  body.agents-preview .ticker-track{animation:none}
}
