:root{
  --paper:#FFFFFF; --band:#F3F3F2; --ink:#101318; --body:#5B6167; --soft:#676D74;
  --line:#E6E6E3; --navy:#1B2233;
  --or:#F98B28; --or-2:#F0791A;
  /* one source of truth for the dither dots: the hero field, the footer field
     and the cursor trail all read this, so they cannot drift apart. */
  --dither:#FF9426;
  --or-btn:#B35407; --or-btn2:#9E4704; --or-tint:#FEF1E4;
  --r:14px; --r-lg:20px;
  --f:'Figtree','Helvetica Neue',Arial,sans-serif;
}
*{box-sizing:border-box}
html{background:var(--paper);scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--f);font-size:16.5px;line-height:1.62;-webkit-font-smoothing:antialiased}
.wrap{max-width:1360px;margin:0 auto;padding-inline:24px}
h1,h2,h3{margin:0;font-weight:700;letter-spacing:-.031em;line-height:1.04;text-wrap:balance}
.h1,.h2{font-weight:800}
.h1{font-size:clamp(34px,5.1vw,64px)}
.h2{font-size:clamp(29px,3.9vw,50px)}
.h3{font-size:clamp(19px,1.75vw,23px);letter-spacing:-.02em;line-height:1.2}
p{margin:0 0 15px;color:var(--body)}
a{color:inherit}

/* pills */
.pill{display:inline-flex;align-items:center;gap:10px;border-radius:100px;font-weight:600;font-size:15px;
  text-decoration:none;padding:7px 7px 7px 20px;border:1px solid transparent;transition:background .2s,border-color .2s,color .2s}
.pill .ic{width:30px;height:30px;border-radius:100px;display:grid;place-items:center;flex:none}
.pill .ic svg{width:15px;height:15px}
.pill.acc{background:linear-gradient(100deg,var(--or),var(--or-2));color:var(--ink)}
.pill.acc .ic{background:var(--ink)}
.pill.acc .ic svg{stroke:var(--or)}
.pill.acc:hover{background:var(--ink);color:#fff}
.pill.acc:hover .ic{background:#fff}
.pill.acc:hover .ic svg{stroke:var(--ink)}
.pill.plain{background:var(--paper);border-color:var(--line);color:var(--ink);padding:7px 18px}
.pill.plain:hover{border-color:var(--ink)}
.pill.onink{background:#fff;color:var(--ink)}
.pill.onink .ic{background:var(--ink)}
.pill.onink .ic svg{stroke:#fff}
.btns{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:32px}

.chip{display:inline-flex;align-items:center;gap:11px;background:var(--paper);border:1px solid var(--line);
  border-radius:100px;padding:8px 16px 8px 10px;font-size:14.5px;font-weight:500;box-shadow:0 1px 2px rgba(16,19,24,.04)}
.chip .st{width:26px;height:26px;border-radius:100px;background:var(--or-tint);display:grid;place-items:center;flex:none}
.chip .st svg{width:14px;height:14px;stroke:var(--or-btn)}
.chip .tag{background:var(--ink);color:#fff;font-size:11.5px;font-weight:600;border-radius:6px;padding:3px 8px}

/* nav */
nav.site{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nrow{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:13px}
.nleft{display:flex;align-items:center;gap:28px}
.nleft img{height:20px;width:auto;display:block}
.nlinks{display:flex;gap:26px;font-size:15.5px;font-weight:500}
.nlinks a{text-decoration:none}
.nlinks a:hover{color:var(--or-btn)}
.nright{display:flex;align-items:center;gap:18px}
.status{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--body);white-space:nowrap}
.status .dot{width:7px;height:7px;border-radius:100px;background:#34A853;flex:none}
.status .sep{width:1px;height:15px;background:var(--line)}
.status svg{width:14px;height:14px;stroke:var(--soft);flex:none}
@media (max-width:1160px){.status{display:none}}
@media (max-width:800px){.nlinks{display:none}}

/* hero */
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.hero::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:repeating-linear-gradient(114deg,rgba(16,19,24,.030) 0 1px,rgba(16,19,24,0) 1px 84px),
             repeating-linear-gradient(114deg,rgba(16,19,24,.016) 0 26px,rgba(16,19,24,0) 26px 190px)}
.hero::after{content:"";position:absolute;right:-8%;top:-28%;width:min(820px,90vw);height:min(820px,90vw);border-radius:100px;
  background:radial-gradient(circle,rgba(249,139,40,.13),rgba(249,139,40,0) 66%);pointer-events:none}
/* ambient dither field. Backs the hero and the footer. Retires the hero's
   static line gradient so the two textures never stack. */
.herodither{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;z-index:0}
.hero.dith::before{display:none}
/* cursor dither trail, viewport-fixed and active below the hero. No blend mode
   and no opacity: the alpha is baked into the painted colour, so Safari cannot
   composite it away. */
.pagetrail{position:fixed;inset:0;width:100vw;height:100vh;display:block;pointer-events:none;z-index:40}
.hero .wrap{position:relative;z-index:2;padding-block:clamp(70px,11vw,138px) clamp(52px,6.5vw,84px)}
.kicker{font-size:15px;font-weight:500;color:var(--body);margin:0 0 22px}
.hero .h1{max-width:19ch}
.hero .sub{max-width:52ch;margin-top:24px;font-size:18px}

/* sections */
section{padding-block:clamp(62px,7.6vw,100px)}
.on-band{background:var(--band)}
.on-band .pill.plain,.on-band .chip,.on-band .photo figcaption{background:var(--paper)}
.marker{display:flex;align-items:center;gap:12px;margin-bottom:26px}
.marker .n{width:29px;height:29px;border-radius:100px;background:var(--ink);color:#fff;font-size:13.5px;font-weight:600;display:grid;place-items:center;flex:none}
.marker .lb{border:1px solid var(--line);background:var(--paper);border-radius:100px;padding:5px 15px;font-size:14px;font-weight:500}
.shead{max-width:22ch}
.slead{max-width:56ch;margin-top:20px;font-size:17.5px}

/* photo frames */
.photo{margin:0}
.photo .fr{position:relative;border-radius:var(--r-lg);overflow:hidden;background:var(--or-tint);
  display:grid;place-items:center;padding:30px;aspect-ratio:4/3;max-width:100%}
.photo .fr img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;position:absolute;inset:0}
.photo .fr .ph{text-align:center;max-width:26ch}
.photo .fr .ph b{display:block;font-size:14px;font-weight:600;color:var(--ink)}
.photo .fr .ph span{display:block;font-size:13.5px;color:var(--soft);margin-top:5px;line-height:1.45}
.photo .fr .cnr{position:absolute;right:16px;top:16px;width:32px;height:32px;border-radius:100px;background:var(--ink);display:grid;place-items:center}
.photo .fr .cnr svg{width:15px;height:15px;stroke:#fff}
.photo figcaption{font-size:14.5px;color:var(--body);margin-top:14px;line-height:1.5}
.photo figcaption b{color:var(--ink);display:block;font-weight:600;margin-top:3px}
.photo.tall .fr{aspect-ratio:3/4}
.photo.wide .fr{aspect-ratio:16/10}

/* split with editorial photo pair */
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:46px;align-items:center;margin-top:50px}
@media (max-width:880px){.split{grid-template-columns:minmax(0,1fr);gap:32px}}
.pair{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:20px;align-items:end}
@media (max-width:520px){.pair{grid-template-columns:minmax(0,1fr)}}

/* audience cards */
.aud{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:24px;margin-top:48px}
.audc{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;
  background:var(--paper);text-decoration:none;transition:border-color .2s,transform .2s}
.audc:hover{border-color:var(--ink);transform:translateY(-2px)}
.audc .top{padding:34px 34px 0}
.audc .eyeb{font-size:13.5px;font-weight:600;color:var(--or-btn);margin-bottom:14px}
.audc p{margin:14px 0 0;font-size:16px}
.audc ul{list-style:none;margin:22px 0 0;padding:0;font-size:15.5px}
.audc li{padding:8px 0;display:flex;gap:11px;color:var(--body);align-items:flex-start}
.audc li svg{width:17px;height:17px;flex:none;margin-top:3.5px;stroke:var(--or-btn)}
.audc .go{padding:26px 34px 32px;margin-top:auto;display:flex;align-items:center;gap:10px;font-weight:600;font-size:15.5px;color:var(--ink)}
.audc .go .ic{width:30px;height:30px;border-radius:100px;background:var(--ink);display:grid;place-items:center;flex:none}
.audc .go .ic svg{width:15px;height:15px;stroke:#fff}
.audc:hover .go .ic{background:var(--or-btn)}

/* projects */
.pgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:26px;margin-top:48px}
.proj{display:flex;flex-direction:column}
.proj .cv{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:16/11;max-width:100%;display:grid;place-items:center;padding:40px}
.proj .cv img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.proj .cv.a{background:var(--navy);color:#F7F5F1}
.proj .cv.b{background:#6E6E6B;color:#fff}
.proj .cv.c{background:var(--or-tint);color:var(--ink)}
.proj .cv svg.illo{width:100%;max-width:215px;height:auto}
.proj .cv .cnr{position:absolute;right:16px;top:16px;width:34px;height:34px;border-radius:100px;background:rgba(255,255,255,.94);display:grid;place-items:center}
.proj .cv .cnr svg{width:15px;height:15px;stroke:var(--ink)}
.proj .cv .bdg{position:absolute;left:16px;bottom:16px;background:rgba(255,255,255,.94);border-radius:100px;padding:6px 14px;font-size:12.5px;font-weight:600;color:var(--ink)}
.proj .cap{margin-top:16px;font-size:15.5px;color:var(--body)}
.proj .cap b{display:block;color:var(--ink);font-weight:600;margin-top:4px;font-size:16.5px}

/* ---- selected work showcase (hover-preview list) ---- */
.shw{margin-top:46px;border-top:1px solid var(--line)}
.shw-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;
  padding:22px 4px;border-bottom:1px solid var(--line);text-decoration:none;position:relative;
  transition:padding-left .28s cubic-bezier(.22,.61,.36,1)}
.shw-row:hover{padding-left:16px}
.shw-main{min-width:0}
.shw-name{display:inline-flex;align-items:center;gap:9px;font-size:clamp(19px,1.9vw,25px);
  font-weight:700;letter-spacing:-.022em;line-height:1.2;color:var(--ink);position:relative}
.shw-name::after{content:"";position:absolute;left:0;right:auto;bottom:-3px;height:2px;width:0;
  background:var(--or-btn);transition:width .32s cubic-bezier(.22,.61,.36,1)}
.shw-row:hover .shw-name::after{width:calc(100% - 26px)}
.shw-ar{width:22px;height:22px;flex:none;display:grid;place-items:center;opacity:0;
  transform:translate(-6px,6px);transition:opacity .28s ease,transform .28s cubic-bezier(.22,.61,.36,1)}
.shw-ar svg{width:17px;height:17px;stroke:var(--or-btn);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.shw-row:hover .shw-ar{opacity:1;transform:translate(0,0)}
.shw-desc{display:block;font-size:15.5px;color:var(--body);margin-top:5px;max-width:56ch}
.shw-meta{font-size:13.5px;color:var(--soft);white-space:nowrap;padding-top:.5em;font-variant-numeric:tabular-nums}
@media (max-width:620px){
  .shw-row{flex-direction:column;gap:6px}
  .shw-meta{padding-top:2px}
}
/* the floating preview, fixed to the viewport and eased toward the cursor */
.shw-prev{position:fixed;left:0;top:0;z-index:55;pointer-events:none;width:300px;height:196px;
  border-radius:16px;overflow:hidden;background:var(--or-tint);
  box-shadow:0 18px 44px rgba(16,19,24,.20),0 2px 6px rgba(16,19,24,.10);
  opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}
/* transform is driven frame by frame in JS, so it must NOT be transitioned
   here or the two easings fight and the panel lags the cursor */
.shw-prev.on{opacity:1}
.shw-prev img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;
  opacity:0;transform:scale(1.08);filter:blur(10px);
  transition:opacity .45s ease-out,transform .45s ease-out,filter .45s ease-out}
.shw-prev img.on{opacity:1;transform:scale(1);filter:blur(0)}
/* shown when a preview image is missing, so nothing ever reads as broken */
.shw-prev .fb{position:absolute;inset:0;display:grid;place-content:center;text-align:center;padding:22px;
  font-size:14px;font-weight:600;color:var(--ink)}
.shw-prev .fb span{display:block;font-weight:500;color:var(--soft);margin-top:5px;font-size:13px}

/* service rows */
.srv{margin-top:44px;border-top:1px solid var(--line)}
.srow{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px 22px;align-items:start;padding:26px 0;border-bottom:1px solid var(--line)}
.srow .num{font-size:14px;font-weight:600;color:var(--or-btn);padding-top:.28em;min-width:26px}
.srow p{margin:9px 0 0;font-size:16px;max-width:66ch}
.srow .who{display:inline-block;margin-top:12px;font-size:13.5px;font-weight:600;color:var(--ink);background:var(--band);border-radius:100px;padding:5px 13px}
.on-band .srow .who{background:var(--paper)}

/* steps */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:46px}
.step .n{width:42px;height:42px;border-radius:100px;background:linear-gradient(100deg,var(--or),var(--or-2));color:var(--ink);font-size:17px;font-weight:600;display:grid;place-items:center;margin-bottom:16px}
.step p{margin:10px 0 0;font-size:16px}

/* price block (one per page) */
.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:24px;margin-top:46px}
.plan{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:36px;display:flex;flex-direction:column}
.plan.hi{background:var(--ink);border-color:var(--ink);color:#fff}
.plan .pl{font-size:14px;font-weight:600;color:var(--or-btn);margin-bottom:18px}
.plan.hi .pl{color:#FFA45C}
.plan .amt{font-size:clamp(44px,5.4vw,60px);font-weight:800;letter-spacing:-.038em;line-height:1}
.plan .amt.sm{font-size:clamp(27px,3vw,34px);letter-spacing:-.028em}
.plan .per{font-size:15px;color:var(--body);margin-top:12px}
.plan.hi .per{color:#ADB2B8}
.plan ul{list-style:none;margin:26px 0 0;padding:0;font-size:15.5px}
.plan li{padding:10px 0;display:flex;gap:12px;color:var(--body);align-items:flex-start}
.plan.hi li{color:#CFD3D8}
.plan li svg{width:18px;height:18px;flex:none;margin-top:3px;stroke:var(--or-btn)}
.plan.hi li svg{stroke:#FFA45C}
.plan li.no svg{stroke:var(--soft)}
.plan .pf{margin-top:auto;padding-top:30px}

/* faq */
.faq{margin-top:44px;max-width:62rem}
details{border:1px solid var(--line);border-radius:var(--r);margin-bottom:12px;background:var(--paper);overflow:hidden}
summary{cursor:pointer;list-style:none;padding:22px 54px 22px 24px;position:relative;font-weight:700;font-size:17.5px;letter-spacing:-.014em}
summary::-webkit-details-marker{display:none}
summary::after{content:"";position:absolute;right:24px;top:50%;width:12px;height:12px;margin-top:-7px;
  border-right:2.5px solid var(--or-btn);border-bottom:2.5px solid var(--or-btn);transform:rotate(45deg);transition:transform .2s}
details[open] summary::after{transform:rotate(-135deg);margin-top:-3px}
summary:hover{color:var(--or-btn)}
.ans{padding:0 24px 24px;max-width:66ch}
.ans p:last-child{margin-bottom:0}
.ans strong{color:var(--ink);font-weight:600}

/* form */
.formwrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:48px;align-items:start;margin-top:44px}
@media (max-width:880px){.formwrap{grid-template-columns:minmax(0,1fr);gap:32px}}
form.lead{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:32px}
.on-band form.lead{background:var(--paper)}
.fld{margin-bottom:18px}
.fld label{display:block;font-size:14px;font-weight:600;margin-bottom:7px}
.fld input,.fld textarea,.fld select{width:100%;font:inherit;font-size:16px;color:var(--ink);background:var(--paper);
  border:1px solid var(--line);border-radius:11px;padding:13px 15px}
.fld textarea{min-height:112px;resize:vertical}
.fld input:focus,.fld textarea:focus,.fld select:focus{outline:2px solid var(--or-btn);outline-offset:1px;border-color:transparent}
.fhint{font-size:14px;color:var(--soft);margin:16px 0 0}
.sent{display:none;background:var(--or-tint);border-radius:var(--r);padding:22px;font-size:16px;color:var(--ink)}
.sent.on{display:block}

/* contact + footer */
.contact .mail{display:inline-block;font-size:19px;font-weight:500;color:var(--ink);text-decoration:none;border-bottom:2px solid var(--or);padding-bottom:3px;margin-top:8px}
footer{border-top:1px solid var(--line);padding-block:44px 54px;position:relative;overflow:hidden}
.frow{position:relative;z-index:2;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:center;font-size:14.5px;color:var(--soft)}
.flinks{display:flex;gap:22px;flex-wrap:wrap}
.flinks a{text-decoration:none;color:var(--body)}
.flinks a:hover{color:var(--or-btn)}
:focus-visible{outline:2px solid var(--or-btn);outline-offset:3px}

/* ---- headline reveal (fade-in-blur, per word) ---- */
.rv-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.rv-w{display:inline-block;white-space:pre;will-change:opacity,filter,transform}
.js-reveal .rv-w{opacity:0;filter:blur(12px);transform:translateY(20px);
  transition:opacity .66s cubic-bezier(.22,.61,.36,1),filter .66s cubic-bezier(.22,.61,.36,1),transform .66s cubic-bezier(.22,.61,.36,1)}
.js-reveal .rv-w.rv-in{opacity:1;filter:blur(0);transform:translateY(0)}
@media (prefers-reduced-motion:reduce){
  .js-reveal .rv-w{opacity:1!important;filter:none!important;transform:none!important;transition:none!important}
}

/* ---- HoneyBook slot ---- */
.hbwrap{min-width:0}
#hb-form:empty{display:none}
#hb-form iframe{width:100%;border:0;border-radius:var(--r-lg);background:var(--paper);min-height:640px;display:block}
/* once the HoneyBook embed has content, the plain form steps aside */
.hbwrap.hb-live form.lead{display:none}

/* ---- qualifier ---- */
.qz-open{position:fixed;right:22px;bottom:22px;z-index:70;display:inline-flex;align-items:center;gap:10px;
  border:0;cursor:pointer;font:inherit;font-size:15px;font-weight:600;color:var(--ink);
  background:linear-gradient(100deg,var(--or),var(--or-2));border-radius:100px;padding:11px 20px 11px 16px;
  box-shadow:0 10px 26px rgba(16,19,24,.18);transition:transform .18s,box-shadow .18s}
.qz-open:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(16,19,24,.24)}
.qz-open svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.qz-open[hidden]{display:none}
.qz{position:fixed;right:22px;bottom:22px;z-index:71;width:min(390px,calc(100vw - 32px));
  background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);
  box-shadow:0 24px 60px rgba(16,19,24,.22);overflow:hidden;
  opacity:0;transform:translateY(10px) scale(.98);pointer-events:none;transition:opacity .22s,transform .22s}
.qz.on{opacity:1;transform:none;pointer-events:auto}
.qz-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 16px 12px 20px;border-bottom:1px solid var(--line)}
.qz-head b{font-size:15.5px;letter-spacing:-.012em}
.qz-head .sub{display:block;font-weight:400;font-size:13.5px;color:var(--soft);margin-top:2px}
.qz-x{border:0;background:none;cursor:pointer;padding:6px;border-radius:8px;line-height:0;color:var(--soft)}
.qz-x:hover{background:var(--band);color:var(--ink)}
.qz-x svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round}
.qz-body{padding:18px 20px 20px;max-height:min(64vh,520px);overflow-y:auto}
.qz-q{font-size:15.5px;font-weight:600;margin:0 0 12px;color:var(--ink)}
.qz-a{display:block;width:100%;text-align:left;font:inherit;font-size:15px;cursor:pointer;
  background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:12px 14px;margin-bottom:9px;color:var(--ink);
  transition:border-color .16s,background .16s}
.qz-a:hover{border-color:var(--ink);background:var(--band)}
.qz-back{border:0;background:none;font:inherit;font-size:13.5px;color:var(--soft);cursor:pointer;padding:4px 0;margin-top:4px}
.qz-back:hover{color:var(--or-btn)}
.qz-steps{font-size:12.5px;color:var(--soft);margin-bottom:14px;letter-spacing:.02em}
.qz-res p{font-size:15px;margin:0 0 12px}
.qz-res .lead-line{color:var(--ink);font-weight:600;font-size:16px;margin-bottom:8px}
.qz-res ul{list-style:none;margin:0 0 16px;padding:0;font-size:14.5px}
.qz-res li{padding:5px 0;display:flex;gap:9px;color:var(--body)}
.qz-res li svg{width:16px;height:16px;flex:none;margin-top:3px;stroke:var(--or-btn);fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.qz-cta{display:flex;flex-direction:column;gap:9px;margin-top:4px}
.qz-cta .pill{justify-content:center}
@media (max-width:520px){ .qz{right:12px;left:12px;bottom:12px;width:auto} .qz-open{right:12px;bottom:12px} }
@media (prefers-reduced-motion:reduce){ .qz,.qz-open{transition:none} }

/* ---- contact dialog ---- */
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
dialog.cm{width:min(620px,calc(100vw - 28px));max-height:min(88vh,900px);padding:0;border:1px solid var(--line);
  border-radius:var(--r-lg);background:var(--paper);color:var(--ink);overflow:auto;
  box-shadow:0 30px 80px rgba(16,19,24,.28)}
dialog.cm::backdrop{background:rgba(16,19,24,.46);backdrop-filter:blur(2px)}
dialog.cm[open]{animation:cmin .22s cubic-bezier(.22,.61,.36,1)}
@keyframes cmin{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){dialog.cm[open]{animation:none}}
.cm-x-wrap{position:sticky;top:0;height:0;z-index:2;display:flex;justify-content:flex-end}
.cm-x{border:0;background:var(--paper);cursor:pointer;margin:14px 14px 0 0;padding:8px;border-radius:10px;line-height:0;color:var(--soft)}
.cm-x:hover{background:var(--band);color:var(--ink)}
.cm-x svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round}
.cm-head{padding:30px 32px 0}
.cm-head p{margin-top:12px;font-size:15.5px;max-width:52ch}
form.lead.cm-form{border:0;border-radius:0;padding:24px 32px 32px;background:transparent}
.cm-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 16px}
@media (max-width:560px){.cm-two{grid-template-columns:minmax(0,1fr)} .cm-head{padding:24px 20px 0} form.lead.cm-form{padding:20px 20px 26px}}

/* Footer phone. Same weight as the copyright line it sits in, underlined only
   on hover so the footer stays quiet. */
.ftel{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.ftel:hover{border-bottom-color:currentColor}

/* Free-text section. The escape hatch for copy that does not fit a defined
   section, so an editor is never stuck. Kept to the same measure as the rest of
   the page so it cannot run wide and break the rhythm. */
.prose{max-width:68ch}
.prose>*+*{margin-top:14px}
.prose h3{font-size:22px;font-weight:700;color:var(--ink);letter-spacing:-.01em;margin-top:26px}
.prose ul,.prose ol{padding-left:20px;display:flex;flex-direction:column;gap:7px}
.prose a{color:var(--or-btn)}
