/* ───────────────────────────────────────────────────────────────
   SKIN: Home, the live homepage treatment. Standalone stylesheet
   (does NOT load style.css). Warm editorial design:
   DM Serif Display headings + DM Sans body, orange #FB8500 accent,
   alternating cream / peach / near-black bands, dark photographic
   hero with a curved white divider, gold line-icon quartet,
   greyscale broadcaster logo wall.
   ─────────────────────────────────────────────────────────────── */

:root{
  --cream:#FCF6F0; --peach:#FAE4CE; --light:#E9EFEF;
  --ink:#3B3C4D; --body:#54555f; --dark:#11121A;
  --accent:#FB8500; --accent-d:#E07700; --white:#fff; --maxw:1140px;
}
*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body.hm{
  margin:0;background:var(--cream);color:var(--body);
  font-family:"DM Sans",system-ui,sans-serif;font-size:17px;line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
.hm-wrap{max-width:var(--maxw);margin:0 auto;padding:0 26px;}
.hm h1,.hm h2,.hm h4{font-family:"DM Serif Display",Georgia,serif;font-weight:400;color:var(--ink);margin:0;line-height:1.12;}
.hm a{color:var(--accent);text-decoration:none;font-weight:600;}
.hm p{margin:0 0 16px;}

/* eyebrow */
.hm-eyebrow{font-family:"DM Sans",sans-serif;font-weight:700;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);text-align:center;margin-bottom:14px;}
.hm-eyebrow-on-dark{color:var(--accent);}

/* section heading defaults: centred */
.hm section h2,.hm-press h2,.hm-quotes h2,.hm-peach h2,.hm-writing h2,.hm-features h2{
  text-align:center;font-size:clamp(30px,4.4vw,46px);max-width:18ch;margin:0 auto 10px;
}
/* scoped under .hm so the auto side-margins beat the generic `.hm p` rule
   (which is higher specificity and would otherwise zero them, pinning the
   lead to the left of the column instead of centring it) */
.hm .hm-lead{text-align:center;max-width:60ch;margin:0 auto 40px;color:var(--body);font-size:18px;text-wrap:pretty;}

/* buttons */
/* NB: .hm a sets link colour to --accent; raise specificity here so the pill
   text stays white in both states (otherwise it reads orange-on-orange). */
.hm-btn{display:inline-block;background:var(--accent);color:#fff;font-weight:600;
  padding:14px 28px;border-radius:100px;font-size:15px;letter-spacing:.01em;
  transition:background .15s,transform .15s;box-shadow:0 8px 20px rgba(251,133,0,.28);}
.hm a.hm-btn,.hm a.hm-btn:visited,.hm a.hm-btn:hover{color:#fff;}
.hm-btn:hover{background:var(--accent-d);transform:translateY(-2px);}
.hm-btn-sm{padding:9px 18px;font-size:13px;box-shadow:none;}

/* nav (transparent over hero) */
.hm-nav{position:absolute;top:0;left:0;right:0;z-index:5;}
.hm-nav .hm-wrap{display:flex;align-items:center;justify-content:space-between;height:78px;}
.hm-mark{font-family:"DM Serif Display",serif;font-size:21px;color:#fff;}

/* hero */
.hm-hero{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;
  background-size:cover;background-position:center 22%;text-align:center;color:#fff;padding:90px 26px 120px;}
.hm-hero-inner{max-width:920px;}
.hm-hero h1{color:#fff;font-size:clamp(40px,7vw,76px);margin:0 auto 22px;max-width:16ch;}
.hm-hero p{color:rgba(255,255,255,.9);font-size:20px;max-width:50ch;margin:0 auto 32px;}

/* the single curved divider, applied to whichever section rides up over the hero */
.hm-rise{position:relative;z-index:2;border-radius:90px 90px 0 0;margin-top:-90px;}
@media (max-width:640px){.hm-rise{border-radius:48px 48px 0 0;margin-top:-48px;}}

/* features / "book me for" quartet (white, mid-page) */
.hm-features{background:var(--white);padding:84px 0 90px;}
.hm-features .hm-eyebrow{margin-top:0;}
.hm-features .hm-quartet{margin-top:44px;}

/* feature quartet */
.hm-quartet{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
.hm-feat{text-align:center;padding:8px 12px;}
.hm-ico{width:60px;height:60px;margin:0 auto 18px;border-radius:50%;
  background:linear-gradient(160deg,#FFE7C7,#FFD49E);color:var(--accent-d);
  display:flex;align-items:center;justify-content:center;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;}
.hm-ico svg{width:28px;height:28px;transition:transform .25s ease;}
/* lift + warm the icon when its card is hovered */
.hm-feat:hover .hm-ico{transform:translateY(-5px) scale(1.06);
  background:linear-gradient(160deg,#FFD9A6,#FFC178);
  box-shadow:0 12px 24px rgba(251,133,0,.28);}
.hm-feat:hover .hm-ico svg{transform:scale(1.12);color:var(--accent);}
@media (prefers-reduced-motion:reduce){
  .hm-ico,.hm-ico svg{transition:none;}
  .hm-feat:hover .hm-ico,.hm-feat:hover .hm-ico svg{transform:none;}
}
.hm-feat h4{font-size:22px;margin-bottom:8px;}
.hm-feat p{font-size:15px;margin:0;}

/* on the panel (speaking proof band, cream) */
.hm-panel{background:var(--cream);padding:84px 0 90px;}
.hm-panel .hm-eyebrow{margin-top:0;}
.hm-panel-fig{margin:40px 0 0;}
.hm-panel-fig img{width:100%;border-radius:18px;display:block;box-shadow:0 24px 60px rgba(0,0,0,.28);}
.hm-panel-fig figcaption{margin-top:16px;text-align:center;font-size:14px;letter-spacing:.04em;color:var(--body);opacity:.8;}

/* press band (cream) */
.hm-press{background:var(--cream);padding:90px 0;}
.hm-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:26px 46px;margin-top:18px;}
.hm-logo{font-family:"DM Serif Display",serif;font-size:21px;color:#b9b2a8;}
.hm-logo-img{height:30px;width:auto;opacity:.6;filter:grayscale(1);transition:opacity .15s,filter .15s;}
.hm-logo-img:hover{opacity:1;filter:none;}
/* row labels distinguishing broadcast from print, and a visually secondary print row */
.hm-logo-grouplabel{text-align:center;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#b9b2a8;margin-top:30px;}
.hm-logos-print{margin-top:14px;}

/* dark bio */
.hm-dark{background:var(--dark);color:rgba(255,255,255,.82);padding:96px 0;}
.hm-dark h2{color:#fff;text-align:left;margin:0 0 18px;max-width:none;}
.hm-dark p{color:rgba(255,255,255,.74);}
.hm-bio{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:center;}
.hm-dark .hm-eyebrow{text-align:left;}
.hm-portrait{margin:0;}
.hm-portrait img{width:100%;border-radius:18px;display:block;box-shadow:0 24px 60px rgba(0,0,0,.5);}
.hm-figs{display:grid;grid-template-columns:repeat(4,auto);gap:30px;margin-top:30px;}
.hm-fig{display:flex;flex-direction:column;}
.hm-fig .n{font-family:"DM Serif Display",serif;font-size:34px;color:var(--accent);line-height:1;}
.hm-fig .k{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-top:6px;}

/* on the record quotes (light) */
.hm-quotes{background:var(--light);padding:96px 0;}
.hm-quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.hm-qcard{background:#fff;border-radius:18px;padding:30px 30px 26px;position:relative;
  box-shadow:0 10px 30px rgba(59,60,77,.08);display:flex;flex-direction:column;}
.hm-qcard::before{content:"\201C";position:absolute;top:14px;right:26px;font-family:"DM Serif Display",serif;
  font-size:72px;color:var(--accent);opacity:.18;line-height:1;pointer-events:none;}
.hm-qtopic{font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;}
.hm-qcard blockquote{margin:0 0 18px;font-family:"DM Serif Display",serif;font-size:21px;line-height:1.4;color:var(--ink);}
.hm-qcard .copybtn{font-family:"DM Sans",sans-serif;font-weight:600;font-size:13px;background:none;
  border:1.5px solid #d9dadf;color:var(--body);padding:9px 18px;border-radius:100px;cursor:pointer;transition:.15s;}
.hm-qcard .copybtn:hover{border-color:var(--accent);color:var(--accent);}
.hm-qcard .copybtn.copied{border-color:var(--accent);color:var(--accent);background:#fff4e8;}
.hm-readpost{margin-top:auto;align-self:flex-start;font-weight:600;color:var(--accent);font-size:14px;}
.hm-readpost:hover{text-decoration:underline;}

/* peach producer facts */
.hm-peach{background:var(--peach);padding:96px 0;}
.hm-facts{max-width:760px;margin:0 auto;}
.hm-fact{display:flex;gap:24px;padding:16px 0;border-bottom:1px solid rgba(59,60,77,.14);}
.hm-fact .ft{font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-d);min-width:130px;}
.hm-fact .fv{color:var(--ink);}

/* writing + coverage (white) */
.hm-writing{background:#fff;padding:96px 0;}
.hm-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;}
.hm-card{background:var(--cream);border-radius:16px;padding:26px;display:flex;flex-direction:column;gap:12px;
  color:var(--ink);transition:transform .15s,box-shadow .15s;}
.hm-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(59,60,77,.12);}
.hm-ctag{font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);}
.hm-card h4{font-size:20px;}
.hm-more{margin-top:auto;font-weight:600;color:var(--accent);font-size:14px;}
.hm-cov{max-width:880px;margin:0 auto;}
.hm-cov a{display:flex;gap:18px;align-items:baseline;padding:16px 0;border-bottom:1px solid #eee;color:var(--ink);flex-wrap:wrap;}
.hm-cov a:first-child{border-top:1px solid #eee;}
.hm-cov .out{font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);min-width:120px;}
.hm-cov .ch{font-family:"DM Serif Display",serif;font-size:19px;}

/* contact (dark photographic) */
.hm-contact{background-size:cover;background-position:center 32%;color:#fff;padding:120px 0;text-align:center;}
/* soft-white eyebrow here (orange read like a moustache over the portrait) */
.hm-contact .hm-eyebrow{color:rgba(255,255,255,.82);}
.hm-contact h2{color:#fff;}
.hm-contact p{color:rgba(255,255,255,.86);max-width:54ch;margin:0 auto 26px;}
.hm-contact-inner{max-width:760px;}
.hm-email{display:inline-block;font-family:"DM Serif Display",serif;font-size:clamp(24px,3.6vw,34px);
  color:#fff;transition:color .15s;}
.hm-email:hover{color:var(--accent);}

/* footer */
.hm-foot{background:var(--dark);color:rgba(255,255,255,.55);padding:30px 0;font-size:13px;}
.hm-foot .hm-wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.hm-foot a{color:rgba(255,255,255,.7);}

/* toast */
#toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(20px);background:var(--dark);
  color:#fff;font-weight:600;font-size:13px;padding:11px 18px;border-radius:100px;opacity:0;pointer-events:none;
  transition:opacity .2s,transform .2s;z-index:50;}
#toast.show{opacity:1;transform:translateX(-50%) translateY(0);}

@media (max-width:900px){
  .hm-quartet{grid-template-columns:1fr 1fr;gap:34px;}
  .hm-bio{grid-template-columns:1fr;gap:34px;}
  .hm-dark h2,.hm-dark .hm-eyebrow{text-align:center;}
  .hm-quote-grid{grid-template-columns:1fr;}
  .hm-cards{grid-template-columns:1fr;}
  .hm-figs{justify-content:center;}
}
@media (max-width:560px){
  .hm-quartet{grid-template-columns:1fr;}
  .hm-figs{grid-template-columns:1fr 1fr;gap:20px;}
  .hm-fact{flex-direction:column;gap:4px;}
}
