:root {
  --paper: #FAFAF7;
  --paper-2: #F1F3EE;
  --ink: #0E1A14;
  --ink-2: #4B5852;
  --ink-3: #8A968E;
  --line: #E4E7E0;
  --line-2: #D5DAD1;
  --brand: #10B981;
  --brand-deep: #0B7C5A;
  --brand-2: #34D399;
  --amber: #E89B4B;
  --forest: #0A1310;
  --forest-2: #0F1D17;
  --forest-card: #14241D;
  --forest-line: #21332B;
  --maxw: 1140px;
  --r: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}
h1, h2, h3, h4 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; letter-spacing: -.02em; margin: 0; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
button { font-family: inherit; }
.icon { display: inline-flex; align-items: center; justify-content: center; }
.icon svg { display: block; }

/* buttons / links */
.btn {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer; border: none;
  background: var(--ink); color: var(--paper); font-size: 15px; font-weight: 600;
  padding: 13px 22px; border-radius: 14px; text-decoration: none;
  transition: transform .14s ease, box-shadow .25s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(14,26,20,.5); }
.btn:active { transform: translateY(0); }
.btn.brand { background: linear-gradient(120deg, var(--brand-deep), var(--brand)); color: #fff; }
.btn.brand:hover { box-shadow: 0 16px 34px -14px rgba(16,185,129,.6); }
.btn.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn.ghost:hover { border-color: var(--ink); box-shadow: none; }
.btn.ondark { background: #fff; color: var(--forest); }
.tlink {
  display: inline-flex; align-items: center; gap: 5px; color: var(--brand-deep);
  font-weight: 600; font-size: 15px; text-decoration: none; cursor: pointer;
  background: none; border: none; padding: 0;
}
.tlink svg { transition: transform .2s ease; }
.tlink:hover svg { transform: translate(2px, -2px); }

/* nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; transition: background .35s, backdrop-filter .35s, border-color .35s; border-bottom: 1px solid transparent; }
.nav.solid { background: rgba(250,250,247,.78); backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px); border-bottom: 1px solid var(--line); }
.nav-in { max-width: var(--maxw); margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 9px; font-family: "Bricolage Grotesque"; font-weight: 700; font-size: 20px; letter-spacing: -.02em; cursor: pointer; background: none; border: none; color: var(--ink); text-decoration: none; }
.brand-mark { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: linear-gradient(135deg, var(--brand-deep), var(--brand-2)); color: #fff; box-shadow: 0 6px 16px -6px rgba(16,185,129,.7); }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { background: none; border: none; cursor: pointer; color: var(--ink-2); font-weight: 600; font-size: 14.5px; padding: 8px 13px; border-radius: 10px; transition: color .2s, background .2s; text-decoration: none; }
.nav-links a:hover { color: var(--ink); background: var(--paper-2); }
.nav-links a.active { color: var(--brand-deep); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-burger { display: none; background: none; border: none; cursor: pointer; color: var(--ink); padding: 4px; }
.mobile-menu { display: none; }

/* sections */
.sec { padding: 104px 0; }
.sec.tight { padding: 72px 0; }
.sec.paper2 { background: var(--paper-2); }
.sec.forest { background: var(--forest); color: #EAF2EE; }
.sec.forest h1, .sec.forest h2, .sec.forest h3 { color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--brand-deep); background: rgba(16,185,129,.1); padding: 6px 12px; border-radius: 999px; margin-bottom: 18px; }
.sec.forest .eyebrow { color: var(--brand-2); background: rgba(52,211,153,.12); }
.h-display { font-size: clamp(38px, 6vw, 68px); line-height: 1.02; }
.h-sec { font-size: clamp(30px, 4.6vw, 50px); line-height: 1.05; }
.lead { font-size: clamp(17px, 2vw, 21px); color: var(--ink-2); line-height: 1.5; max-width: 54ch; }
.sec.forest .lead { color: #9FB3AA; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* hero */
.hero { position: relative; padding: 150px 0 90px; overflow: hidden; }
.mesh { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.mesh:before, .mesh:after { content: ""; position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; }
.mesh:before { width: 520px; height: 520px; background: radial-gradient(closest-side, rgba(52,211,153,.55), transparent); top: -160px; right: -80px; }
.mesh:after { width: 420px; height: 420px; background: radial-gradient(closest-side, rgba(232,155,75,.32), transparent); bottom: -160px; left: -120px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.trust-row { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 36px; }
.trust-row .ti b { font-family: "Bricolage Grotesque"; font-size: 24px; display: block; letter-spacing: -.02em; }
.trust-row .ti span { font-size: 13px; color: var(--ink-2); }

/* phone */
.phone { width: 288px; max-width: 78vw; margin: 0 auto; border-radius: 42px; padding: 11px; background: linear-gradient(160deg, #22302a, #0b1310); box-shadow: 0 44px 90px -34px rgba(10,19,16,.55), 0 0 0 1px rgba(0,0,0,.03); }
.phone.tilt { transform: rotate(2deg); }
.scr { background: linear-gradient(180deg, #fff, #f1f4f1); border-radius: 32px; overflow: hidden; padding: 16px 14px 18px; }
.scr-isl { width: 80px; height: 22px; background: #0b1310; border-radius: 16px; margin: 1px auto 14px; }
.scr-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 13px; }
.scr-head b { font-family: "Bricolage Grotesque"; font-size: 21px; }
.scr-head span { font-size: 11.5px; color: var(--ink-3); font-weight: 600; }
.scr-ring { display: flex; align-items: center; gap: 13px; background: #fff; border-radius: 18px; padding: 13px; margin-bottom: 12px; box-shadow: 0 10px 24px -18px rgba(0,0,0,.4); }
.scr-ring b { font-family: "Bricolage Grotesque"; font-size: 15px; display: block; }
.scr-ring small { color: var(--ink-3); font-size: 12px; }
.dose { display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 14px; padding: 10px 11px; margin-bottom: 8px; box-shadow: 0 1px 0 rgba(0,0,0,.03); }
.dose-ic { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; flex: 0 0 auto; }
.ic-b { background: rgba(16,185,129,.13); color: var(--brand-deep); }
.ic-a { background: rgba(232,155,75,.16); color: #c97a26; }
.dose b { font-size: 13.5px; font-family: "Hanken Grotesk"; font-weight: 700; display: block; }
.dose small { color: var(--ink-3); font-size: 11.5px; display: flex; align-items: center; gap: 3px; }
.dose-st { width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; margin-left: auto; flex: 0 0 auto; font-size: 14px; font-weight: 700; line-height: 1; }
.st-done { background: var(--brand); color: #fff; }
.st-next { border: 1.6px dashed var(--line-2); color: var(--ink-3); }

/* ring */
.ring .trk { stroke: #E6EAE5; }
.ring.ondark .trk { stroke: rgba(255,255,255,.12); }
.ring .bar { stroke: url(#dwg); stroke-linecap: round; transition: stroke-dashoffset 1.5s cubic-bezier(.2,.7,.2,1); }
.ring .lab { font-family: "Bricolage Grotesque"; font-weight: 700; fill: var(--ink); }
.ring.ondark .lab { fill: #fff; }

/* bento */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 188px; gap: 16px; margin-top: 48px; }
.cell { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 24px; position: relative; overflow: hidden; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s; display: flex; flex-direction: column; }
.cell:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -30px rgba(14,26,20,.3); }
.cell h3 { font-size: 19px; margin-bottom: 6px; }
.cell p { color: var(--ink-2); font-size: 14.5px; margin: 0; }
.c-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(16,185,129,.1); color: var(--brand-deep); margin-bottom: 14px; }
.span2 { grid-column: span 2; }
.row2 { grid-row: span 2; }
.cell.dark { background: linear-gradient(150deg, var(--forest-2), var(--forest)); color: #EAF2EE; border-color: var(--forest-line); }
.cell.dark h3 { color: #fff; }
.cell.dark p { color: #9FB3AA; }
.cell.dark .c-ic { background: rgba(52,211,153,.14); color: var(--brand-2); }
.cell.bloom { background: linear-gradient(140deg, var(--brand-deep), var(--brand)); color: #fff; border: none; }
.cell.bloom h3 { color: #fff; }
.cell.bloom p { color: rgba(255,255,255,.85); }

/* split / feature rows */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.panel { border: 1px solid var(--line); border-radius: var(--r); padding: 34px; background: #fff; }
.panel .eyebrow { margin-bottom: 14px; }
.panel h3 { font-size: 26px; margin-bottom: 10px; }
.panel p { color: var(--ink-2); margin: 0 0 20px; }
.feat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; padding: 52px 0; border-top: 1px solid var(--line); }
.feat-row.flip .feat-text { order: 2; }
.feat-text h3 { font-size: 30px; margin-bottom: 12px; }
.feat-text p { color: var(--ink-2); font-size: 17px; margin: 0 0 18px; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; color: var(--ink); }
.checklist .ck { width: 22px; height: 22px; border-radius: 50%; background: rgba(16,185,129,.14); color: var(--brand-deep); display: grid; place-items: center; flex: 0 0 auto; margin-top: 1px; }
.feat-visual { background: linear-gradient(150deg, var(--paper-2), #fff); border: 1px solid var(--line); border-radius: 24px; min-height: 300px; display: grid; place-items: center; padding: 34px; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.stat b { font-family: "Bricolage Grotesque"; font-size: clamp(34px, 5vw, 52px); display: block; line-height: 1; letter-spacing: -.03em; background: linear-gradient(120deg, var(--brand-2), #fff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat span { color: #9FB3AA; font-size: 14.5px; display: block; margin-top: 8px; }

/* provider dashboard */
.dash { border-radius: 20px; border: 1px solid var(--forest-line); background: var(--forest-card); overflow: hidden; box-shadow: 0 50px 100px -50px rgba(0,0,0,.85); }
.dash-bar { display: flex; align-items: center; gap: 7px; padding: 14px 18px; border-bottom: 1px solid var(--forest-line); }
.dd { width: 11px; height: 11px; border-radius: 50%; }
.dash-bar .dt { margin-left: 12px; color: #7E8E86; font-size: 12.5px; }
.dash-body { padding: 24px; }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 22px; }
.kpi { background: var(--forest-2); border: 1px solid var(--forest-line); border-radius: 14px; padding: 16px; }
.kpi b { font-family: "Bricolage Grotesque"; font-size: 26px; color: #fff; display: block; }
.kpi span { font-size: 12px; color: #7E8E86; }
.kpi .delta { font-size: 12px; font-weight: 700; }
.up { color: var(--brand-2); }
.down { color: #F0795A; }
.dash-chart { width: 100%; height: 88px; margin-bottom: 20px; }
.ptr { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid var(--forest-line); }
.pav { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #fff; flex: 0 0 auto; }
.pnm { flex: 0 0 150px; font-size: 14px; color: #EAF2EE; font-weight: 600; }
.pnm small { display: block; color: #7E8E86; font-weight: 500; font-size: 11.5px; }
.pbar { flex: 1; height: 7px; background: #26382F; border-radius: 6px; overflow: hidden; }
.pbar i { display: block; height: 100%; border-radius: 6px; width: 0; transition: width 1.3s cubic-bezier(.2,.7,.2,1); }
.in .pbar i { width: var(--w); }
.ppct { flex: 0 0 92px; text-align: right; font-size: 13px; font-weight: 700; color: #EAF2EE; display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.flag { font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 6px; }
.flag.ok { background: rgba(52,211,153,.16); color: var(--brand-2); }
.flag.watch { background: rgba(232,155,75,.18); color: var(--amber); }
.flag.risk { background: rgba(240,121,90,.18); color: #F0795A; }

/* pricing */
.toggle { display: inline-flex; background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: 4px; }
.toggle button { border: none; background: none; cursor: pointer; font-weight: 700; font-size: 14px; padding: 8px 18px; border-radius: 999px; color: var(--ink-2); }
.toggle button.on { background: var(--ink); color: #fff; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.plan { border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: #fff; display: flex; flex-direction: column; }
.plan.feature { border: 2px solid var(--brand); box-shadow: 0 30px 60px -34px rgba(16,185,129,.5); position: relative; }
.plan .pop { position: absolute; top: -12px; left: 30px; background: linear-gradient(120deg, var(--brand-deep), var(--brand)); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; }
.plan h3 { font-size: 21px; margin-bottom: 4px; }
.plan .price { font-family: "Bricolage Grotesque"; font-size: 42px; letter-spacing: -.03em; margin: 14px 0 2px; }
.plan .price small { font-size: 15px; color: var(--ink-3); font-weight: 600; font-family: "Hanken Grotesk"; }
.plan .pdesc { color: var(--ink-2); font-size: 14.5px; min-height: 42px; margin-bottom: 18px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 11px; }
.plan li { display: flex; gap: 9px; font-size: 14.5px; color: var(--ink); align-items: flex-start; }
.plan li .icon { color: var(--brand-deep); flex: 0 0 auto; margin-top: 2px; }
.plan .btn { width: 100%; justify-content: center; margin-top: auto; }

/* demo form */
.demo { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 34px; max-width: 560px; margin: 40px auto 0; }
.demo .fr { display: grid; gap: 14px; }
.demo .frrow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo label { font-size: 13px; font-weight: 700; color: var(--ink-2); display: block; margin-bottom: 6px; }
.demo input { width: 100%; border: 1px solid var(--line-2); border-radius: 12px; padding: 12px 14px; font-family: inherit; font-size: 15px; background: var(--paper); color: var(--ink); }
.demo input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(16,185,129,.15); }
.demo .done-msg { display: none; align-items: center; gap: 10px; background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.3); color: var(--brand-deep); padding: 16px; border-radius: 14px; font-weight: 600; }

/* testimonial */
.quote { max-width: 780px; margin: 0 auto; text-align: center; }
.quote p { font-family: "Bricolage Grotesque"; font-size: clamp(22px, 3vw, 32px); line-height: 1.28; letter-spacing: -.02em; color: var(--ink); }
.quote .by { margin-top: 22px; color: var(--ink-2); font-size: 15px; }
.quote .by b { color: var(--ink); }

/* cta band */
.ctaband { background: linear-gradient(135deg, var(--forest), var(--forest-2)); border-radius: 32px; padding: 64px 48px; text-align: center; position: relative; overflow: hidden; }
.ctaband:before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(closest-side, rgba(52,211,153,.4), transparent); top: -200px; right: -120px; filter: blur(40px); }
.ctaband h2 { color: #fff; position: relative; }
.ctaband p { color: #9FB3AA; position: relative; max-width: 48ch; margin: 14px auto 28px; }
.ctaband .row { position: relative; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* waitlist form (waitlister.me embed) drops into the cta band */
#waitlist { scroll-margin-top: 84px; } /* so the fixed nav doesn't cover the heading */
.wl-embed { position: relative; width: 100%; max-width: 460px; margin: 0 auto; }

/* footer */
.foot { background: var(--forest); color: #8FA39A; padding: 56px 0 34px; }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; padding-bottom: 34px; border-bottom: 1px solid var(--forest-line); }
.foot .brand { color: #fff; margin-bottom: 12px; }
.foot p { font-size: 13.5px; max-width: 30ch; }
.foot h6 { color: #fff; font-size: 13px; font-weight: 700; margin: 0 0 14px; font-family: "Hanken Grotesk"; }
.foot a { display: block; color: #8FA39A; text-decoration: none; font-size: 13.5px; margin-bottom: 10px; cursor: pointer; }
.foot a:hover { color: #fff; }
.foot-base { padding-top: 22px; font-size: 12.5px; line-height: 1.6; color: #6F8278; }

/* reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .07s; }
.reveal.d2 { transition-delay: .14s; }
.reveal.d3 { transition-delay: .21s; }

/* adherence calendar (patients hero) */
.cal-card { width: 344px; max-width: 82vw; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 24px; box-shadow: 0 44px 90px -40px rgba(10,19,16,.5); }
/* keep the tilt after the reveal fires. .cal-card.tilt outweighs .reveal.in so it sticks */
.cal-card.tilt { transform: rotate(-2deg); }
.cal-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
.cal-head b { font-family: "Bricolage Grotesque"; font-size: 22px; display: block; line-height: 1; }
.cal-head small { color: var(--ink-3); font-size: 12.5px; font-weight: 600; }
.streak-chip { display: inline-flex; align-items: center; gap: 6px; background: rgba(232,155,75,.14); color: #c97a26; font-weight: 700; font-size: 12.5px; padding: 6px 11px; border-radius: 999px; }
.cal-dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; margin-bottom: 8px; }
.cal-dow span { text-align: center; font-size: 10px; font-weight: 700; color: var(--ink-3); }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.cal-cell { aspect-ratio: 1; border-radius: 7px; background: var(--paper-2); transform: scale(.35); opacity: 0; transition: transform .5s cubic-bezier(.2,.7,.2,1), opacity .5s; }
.cal-card.in .cal-cell { transform: none; opacity: 1; }
.cal-cell.up { background: transparent; box-shadow: inset 0 0 0 1.5px var(--line-2); }
.cal-cell.miss { background: rgba(232,155,75,.16); box-shadow: inset 0 0 0 1.5px rgba(232,155,75,.55); }
.cal-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
.cal-stat b { font-family: "Bricolage Grotesque"; font-size: 30px; letter-spacing: -.02em; display: block; line-height: 1; }
.cal-stat span { color: var(--ink-3); font-size: 12px; font-weight: 600; }
.cal-legend { display: flex; align-items: center; gap: 5px; font-size: 10.5px; color: var(--ink-3); font-weight: 600; }
.cal-legend i { width: 11px; height: 11px; border-radius: 3px; display: inline-block; }

/* capability strip (home) */
.caps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.cap { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; text-align: left; transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s; }
.cap:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -28px rgba(14,26,20,.3); }
.cap b { font-family: "Bricolage Grotesque"; font-size: 16px; display: block; margin-bottom: 4px; }
.cap span { color: var(--ink-2); font-size: 13.5px; }

/* responsive */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .nav.menu-open .mobile-menu { display: block; position: fixed; top: 60px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 12px 24px 18px; z-index: 199; box-shadow: 0 20px 40px -20px rgba(0,0,0,.2); }
  .nav.menu-open .mobile-menu a { display: block; width: 100%; text-align: left; font-size: 16px; font-weight: 600; color: var(--ink); padding: 12px 4px; text-decoration: none; border-bottom: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 120px 0 70px; }
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .span2, .row2 { grid-column: span 2; grid-row: auto; }
  .split, .feat-row, .kpis { grid-template-columns: 1fr; }
  .feat-row.flip .feat-text { order: 0; }
  .stats, .plans { grid-template-columns: 1fr; }
  .caps { grid-template-columns: 1fr 1fr; }
  .demo .frrow { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .sec { padding: 72px 0; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  .reveal { transition: opacity .4s ease; transform: none; }
  .ring .bar, .pbar i, .cal-cell { transition: none; }
  .cal-cell { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
