/* ============================================================
   Shared styles — benworrall.nz
   White ground, near-black type, one burnt-orange accent.
   Headlines: Inter Tight 800, tight tracking. Body: Inter.
   ============================================================ */

:root{
  --ink:#141414;
  --body:#565452;
  --faint:#8a8781;
  --accent:#d2511a;
  --accent-dark:#b3430f;
  --line:#e7e4de;
  --card-line:#e2dfd8;
  --bg:#ffffff;
  --wash:#faf9f7;
}

*{box-sizing:border-box;margin:0;padding:0}
[hidden]{display:none!important}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--body);
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.6;
}

.container{
  max-width:1120px;
  margin:0 auto;
  padding:0 24px;
}

/* ---- type ---- */
h1,h2,h3,.num{
  font-family:"Inter Tight","Inter",-apple-system,sans-serif;
  font-weight:800;
  color:var(--ink);
  letter-spacing:-0.03em;
  line-height:1.05;
}
h1{font-size:clamp(38px,5.6vw,64px)}
h2{font-size:clamp(28px,3.6vw,40px);margin-bottom:14px}
h3{font-size:19px;letter-spacing:-0.02em;line-height:1.3;margin-bottom:8px}
p{max-width:58ch}

.eyebrow{
  display:block;
  font-size:12px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent);
  margin-bottom:16px;
}
.accent{color:var(--accent)}

a{color:var(--accent);text-underline-offset:3px}
a:hover{color:var(--accent-dark)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:2px;
}

/* ---- sections ---- */
section{padding:72px 0}
@media(min-width:820px){section{padding:104px 0}}
.rule{border:0;border-top:1px solid var(--line)}

/* ---- hero ---- */
.hero{padding-top:56px}
@media(min-width:820px){
  .hero{padding-top:88px}
  .hero-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:72px;
    align-items:start;
  }
}
.hero .sub{
  margin-top:22px;
  font-size:18px;
  max-width:46ch;
}
.hero-grid > .form-card{margin-top:40px}
@media(min-width:820px){.hero-grid > .form-card{margin-top:8px}}

/* ---- form card ---- */
.form-card{
  background:var(--bg);
  border:1px solid var(--card-line);
  border-radius:6px;
  box-shadow:0 10px 34px rgba(20,20,20,.07);
  padding:28px 26px;
  max-width:440px;
}
.form-card label{
  display:block;
  font-size:13px;
  font-weight:600;
  color:var(--ink);
  margin:0 0 6px;
}
.form-card input,
.form-card select{
  width:100%;
  font:inherit;
  font-size:16px;
  color:var(--ink);
  background:var(--bg);
  border:1px solid #d6d2ca;
  border-radius:4px;
  padding:11px 13px;
  margin-bottom:16px;
}
.form-card select{appearance:auto}
.form-hint{
  font-size:13px;
  color:var(--faint);
  margin-bottom:10px;
}
.btn{
  display:block;
  width:100%;
  border:0;
  border-radius:4px;
  background:var(--accent);
  color:#fff;
  font:inherit;
  font-size:16px;
  font-weight:700;
  padding:14px 16px;
  cursor:pointer;
}
.btn:hover{background:var(--accent-dark)}
.btn[disabled]{opacity:.7;cursor:default}
.form-note{
  font-size:13px;
  color:var(--faint);
  margin-top:14px;
}
.field-error{
  display:none;
  font-size:13px;
  color:#b3430f;
  margin:-10px 0 12px;
}

/* ---- proof strip ---- */
.proof{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:40px 0;
}
.proof-grid{
  display:grid;
  gap:28px;
}
@media(min-width:640px){.proof-grid{grid-template-columns:repeat(3,1fr)}}
.num{
  display:block;
  font-size:clamp(32px,4vw,44px);
}
.proof-label{
  font-size:12px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--faint);
  margin-top:4px;
  display:block;
}
.proof-caption{
  font-size:13px;
  color:var(--faint);
  margin-top:24px;
}

/* ---- three columns ---- */
.cols3{
  display:grid;
  gap:40px;
  margin-top:40px;
}
@media(min-width:820px){.cols3{grid-template-columns:repeat(3,1fr);gap:48px}}
.col-label{
  display:block;
  font-size:12px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--accent);
  margin-bottom:10px;
}
.fix{margin-top:12px}
.fix strong{color:var(--ink)}

/* ---- beliefs ---- */
.belief{margin-top:36px;max-width:60ch}
.belief blockquote{
  font-family:"Inter Tight","Inter",sans-serif;
  font-weight:800;
  font-size:clamp(20px,2.6vw,26px);
  letter-spacing:-0.02em;
  color:var(--ink);
  line-height:1.25;
}
.belief p{margin-top:8px}

/* ---- what you get ---- */
.get-list{
  list-style:none;
  margin-top:32px;
  display:grid;
  gap:0;
}
@media(min-width:720px){.get-list{grid-template-columns:1fr 1fr;column-gap:56px}}
.get-list li{
  padding:18px 0;
  border-top:1px solid var(--line);
  color:var(--body);
}
.get-list li strong{color:var(--ink)}

/* ---- about ---- */
.about-grid{
  display:grid;
  gap:40px;
  margin-top:36px;
}
@media(min-width:820px){
  .about-grid{grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}
}
.about-photo img{
  width:100%;
  height:auto;
  display:block;
  border-radius:6px;
}
.photo-placeholder{
  aspect-ratio:4/5;
  border:1px dashed #c9c5bd;
  border-radius:6px;
  background:var(--wash);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--faint);
  font-size:13px;
  text-align:center;
  padding:20px;
}
.about-grid p + p{margin-top:16px}
.social-links{margin-top:24px;font-size:15px}
.social-links a{margin-right:22px;font-weight:600}

/* ---- footer ---- */
footer{
  border-top:1px solid var(--line);
  padding:32px 0 44px;
  font-size:13px;
  color:var(--faint);
}
footer a{color:var(--faint)}
footer .privacy{margin-top:8px;font-size:12px;max-width:none}

/* ---- inner pages (checklist / thanks) ---- */
.video-embed{
  margin-top:44px;
  aspect-ratio:16/9;
  width:100%;
  max-width:720px;
}
.video-embed iframe{
  width:100%;
  height:100%;
  border:0;
  border-radius:6px;
}
