/*
Theme Name: Omni Hosting
Theme URI: https://omnihosting.co.in/
Author: Omni Hosting
Description: Custom theme for omnihosting.co.in — digital agency, CCTV and IT services in Patna, Bihar. No page builder required.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: omni-hosting
*/

/* ============================================================
   1. TOKENS
   ============================================================ */
:root{
  --ink:#0E1726;
  --ink-deep:#08101C;
  --ink-soft:#16233A;
  --ink-line:#26374F;
  --ink-line-2:#1F2E44;
  --ivory:#F8F6F1;
  --sand:#EFEAE0;
  --white:#ffffff;
  --clay:#E2603A;
  --clay-dark:#B04520;
  --clay-on:#14202E;
  --teal:#1F8A7A;
  --teal-bright:#2FB39F;
  --teal-soft:#8FCFC3;
  --teal-wash:#EDF7F5;
  --text:#2C3541;
  --text-muted:#5A6472;
  --text-faint:#8B94A1;
  --on-dark:#F8F6F1;
  --on-dark-muted:#A9B4C4;
  --on-dark-faint:#7E8CA0;
  --border:#E4DED2;
  --border-2:#E0D9CB;
  --r-card:14px;
  --r-btn:9px;
  --r-pill:999px;
  --pad-x:56px;
  --pad-y:76px;
  --font-display:'Fraunces',Georgia,'Times New Roman',serif;
  --font-body:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  --wrap:1280px;
}

/* ============================================================
   2. BASE
   ============================================================ */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--ivory);
  color:var(--text);
  font-family:var(--font-body);
  font-size:16.5px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--clay-dark);text-decoration:none}
a:hover{color:#8A3416}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;margin:0;line-height:1.14;letter-spacing:-0.01em;color:var(--ink)}
p{margin:0 0 1em}
ul,ol{margin:0 0 1em;padding-left:1.25em}
button{font-family:inherit}
:focus-visible{outline:3px solid var(--clay);outline-offset:2px}
.oh-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.oh-skip{position:absolute;left:-9999px;top:0;background:var(--clay);color:var(--clay-on);padding:12px 20px;font-weight:700;z-index:999}
.oh-skip:focus{left:8px;top:8px}

/* ============================================================
   3. LAYOUT
   ============================================================ */
.oh-wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad-x)}
.oh-band{padding:var(--pad-y) 0}
.oh-band--ivory{background:var(--ivory)}
.oh-band--sand{background:var(--sand)}
.oh-band--ink{background:var(--ink);color:var(--on-dark)}
.oh-band--deep{background:var(--ink-deep);color:var(--on-dark)}
.oh-band--clay{background:var(--clay)}
.oh-band--tight{padding:52px 0}
.oh-band--ink h1,.oh-band--ink h2,.oh-band--ink h3,
.oh-band--deep h1,.oh-band--deep h2,.oh-band--deep h3{color:var(--on-dark)}
.oh-band--ink p,.oh-band--deep p{color:var(--on-dark-muted)}
.oh-band--clay h1,.oh-band--clay h2{color:var(--clay-on)}
.oh-band--clay p{color:#3B2116;font-weight:500}

.oh-grid{display:grid;gap:18px}
.oh-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.oh-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.oh-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.oh-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}
.oh-grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}
.oh-grid--7{grid-template-columns:repeat(7,minmax(0,1fr))}
.oh-split{display:flex;gap:56px;align-items:center}
.oh-split__narrow{width:520px;flex-shrink:0}
.oh-split__wide{flex-grow:1;min-width:0}
.oh-flex{display:flex;gap:14px;flex-wrap:wrap}
.oh-between{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}

/* ============================================================
   4. TYPE HELPERS
   ============================================================ */
.oh-eyebrow{font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--clay);font-weight:700}
.oh-h1{font-size:54px;line-height:1.08;letter-spacing:-0.015em}
.oh-h2{font-size:42px}
.oh-h3{font-size:22px}
.oh-lead{font-size:17.5px;line-height:1.68;color:var(--text-muted);max-width:720px}
.oh-band--ink .oh-lead,.oh-band--deep .oh-lead{color:var(--on-dark-muted)}
.oh-headblock{max-width:760px;margin-bottom:38px}
.oh-headblock--center{max-width:680px;margin:0 auto 40px;text-align:center}
.oh-headblock h2{margin-top:12px}
.oh-headblock p{margin-top:14px;margin-bottom:0;font-size:16.5px;line-height:1.65;color:var(--text-muted)}
.oh-num{font-family:var(--font-display);font-weight:700;line-height:1}

/* ============================================================
   5. BUTTONS, PILLS, CHIPS
   ============================================================ */
.oh-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-size:15px;font-weight:700;padding:16px 28px;border-radius:var(--r-btn);
  border:1.5px solid transparent;cursor:pointer;text-align:center;line-height:1.2}
.oh-btn--primary{background:var(--clay);color:var(--clay-on)}
.oh-btn--primary:hover{background:#D0542F;color:var(--clay-on)}
.oh-btn--dark{background:var(--clay-on);color:var(--on-dark)}
.oh-btn--dark:hover{color:var(--on-dark);background:#0B1523}
.oh-btn--outline{border-color:var(--ink);color:var(--ink)}
.oh-btn--outline:hover{background:var(--ink);color:var(--on-dark)}
.oh-btn--outline-dark{border-color:#3A4A62;color:var(--on-dark)}
.oh-btn--outline-dark:hover{border-color:var(--on-dark);color:var(--on-dark)}
.oh-btn--outline-clay{border-color:var(--clay-on);color:var(--clay-on)}
.oh-btn--sm{padding:12px 20px;font-size:13.5px}
.oh-btn--block{display:flex;width:100%}

.oh-pill{display:inline-flex;align-items:center;gap:9px;border-radius:var(--r-pill);
  padding:8px 15px;font-size:12.5px;font-weight:600}
.oh-pill--dark{background:var(--ink-soft);border:1px solid #24344C;color:#C8D1DC}
.oh-pill--light{background:var(--white);border:1px solid var(--border-2);color:var(--text)}
.oh-pill--active{background:var(--ink);border-color:var(--ink);color:var(--on-dark)}
.oh-dot{width:7px;height:7px;border-radius:50%;background:var(--teal-bright);flex-shrink:0}
.oh-badge{display:inline-block;background:var(--teal-bright);color:#062A25;font-size:10px;
  font-weight:800;letter-spacing:.08em;padding:4px 9px;border-radius:var(--r-pill)}
.oh-badge--clay{background:var(--clay);color:var(--clay-on);font-size:10.5px;padding:5px 11px}

/* ============================================================
   6. CARDS
   ============================================================ */
.oh-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-card);padding:26px 24px}
.oh-card--dark{background:var(--ink-soft);border-color:var(--ink-line);color:var(--on-dark)}
.oh-card--ink{background:var(--ink);border-color:var(--ink);color:var(--on-dark)}
.oh-card--dark h3,.oh-card--ink h3{color:var(--on-dark)}
.oh-card h3{font-size:21px}
.oh-card p{margin:10px 0 0;font-size:14.5px;line-height:1.62;color:var(--text-muted)}
.oh-card--dark p,.oh-card--ink p{color:var(--on-dark-muted)}
.oh-card__icon{width:42px;height:42px;border-radius:11px;background:#FBEDE7;
  display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.oh-card--ink .oh-card__icon{background:var(--ink-line-2)}
.oh-card__more{display:block;font-size:13.5px;font-weight:700;color:var(--clay-dark);margin-top:16px}
.oh-card--ink .oh-card__more{color:#F0A085}
a.oh-card:hover{border-color:var(--clay)}

/* ============================================================
   7. TICK LISTS
   ============================================================ */
.oh-ticks{list-style:none;padding:0;margin:0}
.oh-ticks li{display:flex;gap:11px;align-items:flex-start;margin-bottom:13px;font-size:14.5px;line-height:1.55}
.oh-ticks svg{flex-shrink:0;margin-top:2px}
.oh-ticks--dark li{color:#DDE4EC}
.oh-ticks--cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 28px}
.oh-ticks--cols li{margin-bottom:0}

/* ============================================================
   8. STEPS
   ============================================================ */
.oh-steps{display:grid;gap:18px}
.oh-step{border-top:3px solid var(--border-2);padding-top:20px}
.oh-step:first-child{border-top-color:var(--clay)}
.oh-step__n{font-family:var(--font-display);font-size:14px;font-weight:700;letter-spacing:.1em;color:#9AA1AD}
.oh-step:first-child .oh-step__n{color:var(--clay)}
.oh-step h3{font-size:21px;margin-top:8px}
.oh-step p{margin:8px 0 0;font-size:14px;line-height:1.62;color:var(--text-muted)}
.oh-band--ink .oh-step,.oh-band--deep .oh-step{border-top-color:var(--ink-line)}
.oh-band--ink .oh-step:first-child,.oh-band--deep .oh-step:first-child{border-top-color:var(--clay)}
.oh-band--ink .oh-step h3,.oh-band--deep .oh-step h3{color:var(--on-dark)}
.oh-band--ink .oh-step p,.oh-band--deep .oh-step p{color:var(--on-dark-faint)}
.oh-band--ink .oh-step__n,.oh-band--deep .oh-step__n{color:#6B7A90}

/* ============================================================
   9. FAQ
   ============================================================ */
.oh-faq{border-bottom:1px solid var(--border-2)}
.oh-faq:last-child{border-bottom:0}
.oh-faq__q{width:100%;background:none;border:0;padding:22px 0;text-align:left;cursor:pointer;
  display:flex;justify-content:space-between;align-items:flex-start;gap:20px;
  font-size:17.5px;font-weight:700;color:var(--ink);line-height:1.4}
.oh-faq__q svg{flex-shrink:0;margin-top:5px;transition:transform .2s}
.oh-faq[open] .oh-faq__q svg,.oh-faq__q[aria-expanded="true"] svg{transform:rotate(45deg)}
.oh-faq__a{padding:0 0 22px;font-size:15px;line-height:1.7;color:var(--text-muted);max-width:760px}
.oh-faq__a p:last-child{margin-bottom:0}

/* ============================================================
   10. HEADER
   ============================================================ */
.oh-topbar{background:var(--ink-deep);border-bottom:1px solid #1B2738;font-size:12.5px}
.oh-topbar .oh-wrap{display:flex;align-items:center;height:44px;gap:24px}
.oh-topbar a,.oh-topbar span{color:var(--on-dark-muted);font-weight:500}
.oh-topbar a:hover{color:var(--on-dark)}
.oh-topbar__spacer{flex-grow:1}
.oh-topbar__cta{color:var(--clay)!important;font-weight:700}

.oh-header{background:var(--ink);position:relative;z-index:50}
.oh-header .oh-wrap{display:flex;align-items:center;height:86px;gap:26px}
.oh-logo{display:flex;align-items:center;gap:11px}
.oh-logo__mark{width:40px;height:40px;border-radius:10px;background:var(--clay);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-display);color:var(--clay-on);font-size:22px;font-weight:700}
.oh-logo__name{font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--on-dark);line-height:1.1}
.oh-logo__sub{font-size:9.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--on-dark-faint);font-weight:600}
.oh-nav{flex-grow:1;display:flex;justify-content:center}
/* Only the top-level menu links are styled here. Anything inside a dropdown
   panel styles itself — a blanket `.oh-nav a` rule would outrank those and
   force every panel link into a flex row. */
.oh-nav>.oh-menu{display:flex;align-items:center;list-style:none;margin:0;padding:0}
.oh-nav>.oh-menu>li>a{color:#C8D1DC;font-size:14.5px;font-weight:500}
.oh-nav>.oh-menu>li>a:hover{color:var(--on-dark)}
.oh-header__side{display:flex;align-items:center;gap:14px}
.oh-header__phone{color:var(--on-dark);font-size:15px;font-weight:700;white-space:nowrap}
.oh-burger{display:none;width:44px;height:44px;border-radius:10px;border:1px solid var(--ink-line);
  background:transparent;align-items:center;justify-content:center;cursor:pointer}

/* ============================================================
   11. HERO
   ============================================================ */
.oh-hero{background:var(--ink);padding:70px 0}
.oh-hero--home{padding:0}
.oh-hero--home .oh-wrap{display:flex;align-items:center;gap:56px;min-height:700px}
.oh-hero__col{width:610px;flex-shrink:0}
.oh-hero__aside{flex-grow:1;display:flex;flex-direction:column;gap:14px;min-width:0}
.oh-hero h1{font-size:62px;line-height:1.05;color:var(--on-dark);letter-spacing:-0.015em}
.oh-hero--inner h1{font-size:54px;line-height:1.08}
.oh-hero p{margin:22px 0 0;font-size:17.5px;line-height:1.68;color:var(--on-dark-muted);max-width:620px}
.oh-hero__accent{color:var(--clay)}
.oh-crumbs{font-size:12px;color:var(--on-dark-faint);margin-bottom:20px}
.oh-crumbs a{color:var(--on-dark-faint)}
.oh-crumbs a:hover{color:var(--on-dark-muted)}
.oh-crumbs span{color:#C8D1DC}
.oh-hero__stats{display:flex;gap:40px;margin-top:46px;padding-top:30px;border-top:1px solid var(--ink-line-2)}
.oh-hero__stats .oh-num{font-size:34px;color:var(--on-dark)}
.oh-hero__stats div>div:last-child{font-size:12.5px;color:#8E9BAD;margin-top:6px}
.oh-hero__chips{display:flex;gap:26px;margin-top:32px;flex-wrap:wrap}
.oh-hero__chips span{color:var(--on-dark-muted);font-size:13.5px;display:flex;align-items:center;gap:8px}

.oh-offerbox{background:var(--clay);border-radius:16px;padding:20px 24px;display:flex;align-items:center;gap:16px}
.oh-offerbox__label{color:var(--clay-on);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.oh-offerbox__price{font-family:var(--font-display);color:var(--clay-on);font-size:30px;font-weight:700;line-height:1.1;margin-top:3px}
.oh-offerbox__price small{font-size:14px;font-weight:600}

/* ============================================================
   12. LOGO STRIP
   ============================================================ */
.oh-logos{display:grid;gap:16px}
.oh-logo-slot{height:76px;border:1px solid var(--border-2);background:var(--white);border-radius:10px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px}
.oh-logo-slot img{max-height:46px;width:auto;object-fit:contain}
.oh-logo-slot span{color:var(--text);font-size:13px;font-weight:700;text-align:center;line-height:1.25}

/* ============================================================
   13. PRICING
   ============================================================ */
.oh-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start}
.oh-plan{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:32px 28px}
.oh-plan--featured{background:var(--ink);border-color:var(--ink);color:var(--on-dark)}
.oh-plan h3{font-size:25px}
.oh-plan--featured h3{color:var(--on-dark)}
.oh-plan__sub{font-size:13.5px;color:var(--text-faint);margin-top:4px}
.oh-plan--featured .oh-plan__sub{color:#8E9BAD}
.oh-plan__price{margin:20px 0 22px;padding-bottom:20px;border-bottom:1px solid var(--sand)}
.oh-plan--featured .oh-plan__price{border-bottom-color:var(--ink-line-2)}
.oh-plan__price .oh-num{font-size:40px;color:var(--ink)}
.oh-plan--featured .oh-plan__price .oh-num{color:var(--on-dark)}
.oh-plan__note{display:block;font-size:13.5px;color:var(--text-faint);margin-top:5px}
.oh-plan__renew{display:block;font-size:13px;color:#9AA1AD;margin-top:3px}
.oh-plan--featured .oh-plan__note{color:#8E9BAD}
.oh-plan--featured .oh-plan__renew{color:var(--on-dark-faint)}
.oh-plan ul{list-style:none;padding:0;margin:0}
.oh-plan li{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;font-size:14.5px;line-height:1.5}
.oh-plan li.is-off{color:#9AA1AD}
.oh-plan--featured li{color:#DDE4EC}
.oh-plan--featured li.is-off{color:#6B7A90}
.oh-plan li .oh-dash{width:16px;flex-shrink:0;text-align:center;color:#C3BCAE}
.oh-plan .oh-btn{margin-top:22px}
.oh-plans__foot{display:flex;align-items:center;justify-content:center;gap:36px;margin-top:40px;
  padding-top:30px;border-top:1px solid var(--border-2);flex-wrap:wrap}
.oh-plans__foot span{font-size:14px;color:var(--text-muted);display:flex;align-items:center;gap:9px}
.oh-plans__fine{text-align:center;margin-top:26px;font-size:14.5px;line-height:1.7;color:var(--text-muted)}

/* ============================================================
   14. FORMS
   ============================================================ */
.oh-form{background:var(--ink-soft);border:1px solid var(--ink-line);border-radius:18px;padding:32px 34px}
.oh-form h2{font-size:28px;color:var(--on-dark)}
.oh-form__intro{margin:6px 0 24px;font-size:14.5px;line-height:1.6;color:#8E9BAD}
.oh-field{margin-top:16px}
.oh-field:first-of-type{margin-top:0}
.oh-field label{display:block;font-size:12.5px;font-weight:700;color:var(--on-dark-muted);margin-bottom:7px}
.oh-field input,.oh-field textarea,.oh-field select{
  width:100%;background:var(--ink);border:1px solid #2B3B54;border-radius:8px;
  padding:13px 14px;color:var(--on-dark);font-size:14.5px;font-family:var(--font-body)}
.oh-field textarea{resize:vertical;min-height:96px}
.oh-field input::placeholder,.oh-field textarea::placeholder{color:#5E6E86}
.oh-field--row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.oh-field--row .oh-field{margin-top:0}
.oh-form__fine{font-size:12.5px;color:var(--on-dark-faint);margin-top:14px;text-align:center;line-height:1.6}
.oh-notice{border-radius:10px;padding:14px 16px;font-size:14.5px;margin-bottom:18px}
.oh-notice--ok{background:rgba(47,179,159,.12);border:1px solid var(--teal-bright);color:#BDECE4}
.oh-notice--err{background:rgba(226,96,58,.12);border:1px solid var(--clay);color:#F3C4B4}

/* ============================================================
   15. ARTICLE / PROSE
   ============================================================ */
.oh-prose{max-width:760px;font-size:17px;line-height:1.78;color:var(--text)}
.oh-prose h2{font-size:28px;margin:38px 0 16px}
.oh-prose h3{font-size:22px;margin:30px 0 12px}
.oh-prose p{margin:0 0 20px}
.oh-prose ul,.oh-prose ol{margin:0 0 20px;padding-left:1.3em}
.oh-prose li{margin-bottom:8px}
.oh-prose img{border-radius:var(--r-card);margin:28px 0}
.oh-prose blockquote{margin:28px 0;padding:20px 26px;background:var(--sand);
  border-left:3px solid var(--clay);border-radius:0 10px 10px 0}
.oh-prose blockquote p:last-child{margin-bottom:0}
.oh-aside{width:240px;flex-shrink:0}
.oh-toc{list-style:none;padding:0;margin:0}
.oh-toc li{font-size:14px;line-height:1.5;padding:9px 0 9px 14px;border-left:2px solid var(--border-2)}
.oh-toc li a{color:var(--text-muted)}
.oh-toc li:first-child{border-left-color:var(--clay)}
.oh-toc li:first-child a{color:var(--ink);font-weight:600}

.oh-postmeta{display:flex;gap:14px;align-items:center;font-size:13px;color:var(--on-dark-faint)}
.oh-postmeta .oh-eyebrow{font-size:11.5px;letter-spacing:.12em}
.oh-author{display:flex;align-items:center;gap:12px;margin-top:28px}
.oh-author__ph{width:42px;height:42px;border-radius:50%;background:var(--ink-line-2);object-fit:cover}
.oh-author__name{font-size:14px;font-weight:700;color:var(--on-dark)}
.oh-author__role{font-size:12.5px;color:#8E9BAD}

.oh-post-card{background:var(--white);border:1px solid var(--border-2);border-radius:16px;overflow:hidden;display:block}
.oh-post-card__img{height:170px;background:var(--ink-soft);display:flex;align-items:center;justify-content:center;
  color:#6B7A90;font-size:11px;font-weight:600;letter-spacing:.06em;object-fit:cover;width:100%}
.oh-post-card__body{padding:22px 24px 26px}
.oh-post-card h3{font-size:21px;margin-top:10px;line-height:1.25}
.oh-post-card__tags{display:flex;gap:12px;align-items:center}
.oh-post-card__tags .oh-eyebrow{font-size:11px;letter-spacing:.1em}
.oh-post-card__tags time,.oh-post-card__read{font-size:12px;color:#9AA1AD}

/* ============================================================
   16. CASE STUDIES
   ============================================================ */
.oh-case{background:var(--white);border:1px solid var(--border-2);border-radius:16px;overflow:hidden;display:block}
.oh-case__img{height:190px;width:100%;background:var(--ink-soft);display:flex;align-items:center;justify-content:center;
  color:#6B7A90;font-size:11.5px;font-weight:600;letter-spacing:.06em;object-fit:cover}
.oh-case__body{padding:22px 24px 26px}
.oh-case h3{font-size:22px;margin-top:9px}
.oh-case p{margin:9px 0 0;font-size:14px;line-height:1.6;color:var(--text-muted)}
.oh-case__stats{display:flex;gap:24px;margin-top:18px;padding-top:16px;border-top:1px solid var(--sand)}
.oh-case__stats .oh-num{font-size:22px}
.oh-case__stats div>div:last-child{font-size:11.5px;color:var(--text-faint)}

/* ============================================================
   17. FOOTER
   ============================================================ */
.oh-footer{background:var(--ink-deep);color:var(--on-dark);padding:62px 0 34px}
.oh-footer__top{display:flex;gap:56px;padding-bottom:42px;border-bottom:1px solid #1B2738}
.oh-footer__brand{width:300px;flex-shrink:0}
.oh-footer__brand p{margin:18px 0 0;font-size:14px;line-height:1.7;color:#8E9BAD}
.oh-footer__phone{display:inline-block;font-family:var(--font-display);font-size:24px;font-weight:600;color:var(--on-dark);margin-top:14px}
.oh-social{display:flex;gap:10px;margin-top:20px}
.oh-social a{width:36px;height:36px;border-radius:9px;border:1px solid var(--ink-line);
  display:flex;align-items:center;justify-content:center;color:var(--on-dark-muted)}
.oh-social a:hover{border-color:var(--clay);color:var(--clay)}
.oh-footer__cols{flex-grow:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.oh-footer__cols h3{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--on-dark);
  font-weight:700;margin-bottom:16px;font-family:var(--font-body)}
.oh-footer__cols .oh-subhead{font-size:11.5px;color:#6B7A90;margin:-10px 0 14px}
.oh-footer__cols ul{list-style:none;padding:0;margin:0}
.oh-footer__cols li{margin-bottom:11px}
.oh-footer__cols a{color:#8E9BAD;font-size:14px}
.oh-footer__cols a:hover{color:var(--on-dark)}
.oh-footer__bar{display:flex;align-items:center;justify-content:space-between;padding-top:22px;gap:22px;flex-wrap:wrap}
.oh-footer__bar,.oh-footer__bar a{font-size:13px;color:#6B7A90}
.oh-footer__bar nav{display:flex;gap:22px;flex-wrap:wrap}

/* ============================================================
   18. CTA BAND
   ============================================================ */
.oh-cta .oh-wrap{display:flex;align-items:center;gap:48px}
.oh-cta__text{flex-grow:1}
.oh-cta h2{font-size:40px;font-weight:700}
.oh-cta p{margin:12px 0 0;max-width:700px}
.oh-cta__btns{display:flex;flex-direction:column;gap:12px;width:260px;flex-shrink:0}

/* ============================================================
   19. MISC
   ============================================================ */
.oh-media{border-radius:18px;overflow:hidden;background:var(--ink-soft);border:1px solid var(--ink-line)}
.oh-media img{width:100%;height:auto}
.oh-placeholder{background:#0B1420;border:1px solid #22314A;border-radius:12px;
  display:flex;align-items:center;justify-content:center;color:#5E6E86;
  font-size:11.5px;font-weight:600;letter-spacing:.06em;min-height:190px;text-align:center;padding:16px}
.oh-placeholder--light{background:var(--sand);border:1px dashed #CFC7B8;color:#9AA1AD}
.oh-brandbox{display:flex;align-items:center;gap:18px;background:var(--white);
  border:1px solid var(--border-2);border-radius:var(--r-card);padding:20px 30px;max-width:640px;margin:0 auto}
.oh-brandbox img{max-height:54px;width:auto}
.oh-quote{background:var(--white);border:1px solid var(--border-2);border-radius:16px;padding:30px 28px}
.oh-quote__mark{font-family:var(--font-display);font-size:40px;color:var(--clay);line-height:.8}
.oh-quote p{margin:14px 0 0;font-size:15.5px;line-height:1.7;color:var(--text)}
.oh-quote__who{display:flex;align-items:center;gap:12px;margin-top:22px}
.oh-quote__ph{width:40px;height:40px;border-radius:50%;background:var(--sand);border:1px dashed #CFC7B8;object-fit:cover}
.oh-statbox{border-radius:var(--r-card);padding:26px;min-height:150px;display:flex;flex-direction:column;justify-content:flex-end}
.oh-statbox .oh-num{font-size:38px}
.oh-statbox span{font-size:12.5px;margin-top:6px}
.oh-timeline__row{display:flex;gap:28px;padding:22px 0;border-bottom:1px solid var(--border-2)}
.oh-timeline__year{width:90px;flex-shrink:0;font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--clay)}
.oh-pagination{display:flex;gap:10px;justify-content:center;margin-top:40px}
.oh-pagination .page-numbers{padding:11px 17px;border-radius:8px;border:1px solid var(--border-2);
  background:var(--white);color:var(--text);font-weight:600;font-size:14px}
.oh-pagination .page-numbers.current{background:var(--ink);border-color:var(--ink);color:var(--on-dark)}
.oh-sticky-call{display:none}

/* ============================================================
   20. RESPONSIVE
   ============================================================ */
@media (max-width:1100px){
  :root{--pad-x:32px;--pad-y:60px}
  .oh-grid--4,.oh-grid--5{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oh-grid--6,.oh-grid--7{grid-template-columns:repeat(4,minmax(0,1fr))}
  .oh-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .oh-hero--home .oh-wrap{flex-direction:column;align-items:stretch;min-height:0;padding-top:48px;padding-bottom:48px}
  .oh-hero__col{width:auto}
  .oh-nav{display:none}
  .oh-burger{display:flex}
  .oh-header__phone{display:none}
}
@media (max-width:820px){
  :root{--pad-x:18px;--pad-y:44px}
  body{font-size:16px}
  .oh-h1,.oh-hero h1,.oh-hero--inner h1{font-size:36px}
  .oh-h2,.oh-cta h2{font-size:28px}
  .oh-grid--2,.oh-grid--3,.oh-grid--4,.oh-grid--5,.oh-plans{grid-template-columns:1fr}
  .oh-grid--6,.oh-grid--7{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oh-steps{grid-template-columns:1fr!important}
  .oh-split{flex-direction:column;align-items:stretch;gap:32px}
  .oh-split__narrow{width:auto}
  .oh-between{flex-direction:column;align-items:flex-start;gap:20px}
  .oh-ticks--cols{grid-template-columns:1fr}
  .oh-field--row{grid-template-columns:1fr}
  .oh-footer__top{flex-direction:column;gap:36px}
  .oh-footer__brand{width:auto}
  .oh-footer__cols{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oh-cta .oh-wrap{flex-direction:column;align-items:stretch;gap:26px}
  .oh-cta__btns{width:auto}
  .oh-topbar{display:none}
  .oh-prose{font-size:16.5px}
  .oh-aside{display:none}
  .oh-hero__stats{gap:24px;flex-wrap:wrap}
  .oh-btn{padding:15px 22px}
  .oh-sticky-call{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:80;
    background:var(--ink);border-top:1px solid var(--ink-line);padding:10px 14px;gap:10px}
  .oh-sticky-call .oh-btn{flex:1;padding:14px 10px;font-size:14.5px}
  body{padding-bottom:74px}
}

/* Mobile menu panel */
.oh-mobilenav{display:none;background:var(--ink);border-top:1px solid var(--ink-line);padding:14px var(--pad-x) 22px}
.oh-mobilenav.is-open{display:block}
.oh-mobilenav ul{list-style:none;margin:0;padding:0}
.oh-mobilenav li{border-bottom:1px solid var(--ink-line-2)}
.oh-mobilenav a{display:block;padding:14px 0;color:#C8D1DC;font-size:16px;font-weight:600}
.oh-mobilenav .oh-btn{margin-top:18px}

/* ============================================================
   21. ILLUSTRATIONS
   ============================================================ */
:root{
  --il-surface:#ffffff;
  --il-surface-2:#EFEAE0;
  --il-line:#D8D0C1;
  --il-ink:#0E1726;
  --il-accent:#E2603A;
  --il-accent-2:#1F8A7A;
  --il-muted:#9AA1AD;
}
.oh-band--ink,.oh-band--deep,.oh-hero,.oh-card--dark,.oh-card--ink,.oh-footer{
  --il-surface:#16233A;
  --il-surface-2:#0E1726;
  --il-line:#2B3B54;
  --il-ink:#F8F6F1;
  --il-accent:#E2603A;
  --il-accent-2:#2FB39F;
  --il-muted:#6B7A90;
}
.oh-band--clay{
  --il-surface:#FBEDE7;
  --il-surface-2:#F5DCD2;
  --il-line:#E0B7A6;
  --il-ink:#14202E;
  --il-accent:#14202E;
  --il-accent-2:#1F8A7A;
  --il-muted:#B08874;
}
.oh-il{display:block;width:100%;height:auto}
.oh-il--hero{max-width:520px;margin-left:auto}
.oh-il--side{max-width:340px;width:100%}
.oh-il-wrap{display:block}

/* Hero with artwork beside the text */
.oh-hero--art .oh-wrap{display:flex;align-items:center;gap:56px}
.oh-hero__text{flex:1 1 auto;min-width:0}
.oh-hero__art{flex:0 0 420px;max-width:420px}
.oh-hero__art--home{flex:none;max-width:none;margin-bottom:0}
.oh-hero__art--home .oh-il--hero{max-width:none}

/* Card artwork */
.oh-card__art{display:block;width:100%;margin:-6px 0 16px;border-radius:10px;overflow:hidden;
  background:var(--sand);aspect-ratio:4/3}
.oh-card--ink .oh-card__art,.oh-card--dark .oh-card__art{background:var(--ink-line-2)}
.oh-card__art .oh-il{height:100%;object-fit:cover}
a.oh-card:hover .oh-card__art{background:#E8E0D2}
.oh-card--ink:hover .oh-card__art{background:#25354E}

/* Illustrated placeholders where no photo was uploaded */
.oh-case__img--art,.oh-post-card__img--art{display:block;padding:14px 18px;background:var(--sand);
  height:auto;aspect-ratio:16/9;overflow:hidden}
.oh-case__img--art .oh-il,.oh-post-card__img--art .oh-il{height:100%}

/* Decorative dotted pattern on dark bands */
.oh-band--patterned{position:relative;overflow:hidden;isolation:isolate}
.oh-band--patterned>.oh-wrap{position:relative;z-index:1}
.oh-pattern{position:absolute;inset:0;width:100%;height:100%;z-index:0;
  color:var(--on-dark);opacity:.07;pointer-events:none}

@media (max-width:1100px){
  .oh-hero--art .oh-wrap{flex-direction:column;align-items:stretch;gap:36px}
  .oh-hero__art{flex:none;max-width:460px;width:100%}
  .oh-il--hero{margin-left:0}
}
@media (max-width:820px){
  .oh-hero__art{max-width:100%}
  .oh-card__art{aspect-ratio:16/9}
}
@media (prefers-reduced-motion:no-preference){
  .oh-card__art .oh-il{transition:transform .35s ease}
  a.oh-card:hover .oh-card__art .oh-il{transform:scale(1.04)}
}

/* ============================================================
   22. MOTION
   Everything here is opt-in: the .oh-motion class is added to
   <html> by JavaScript, and the whole block is switched off for
   anyone who asks their system for reduced motion.
   ============================================================ */

/* ---- Scroll reveal ---- */
.oh-motion .oh-reveal{opacity:0;transform:translateY(22px);
  transition:opacity .6s cubic-bezier(.22,.61,.36,1),transform .6s cubic-bezier(.22,.61,.36,1);
  transition-delay:calc(var(--i,0) * 70ms)}
.oh-motion .oh-reveal.is-in{opacity:1;transform:none}

/* ---- Hero entrance ---- */
.oh-motion .oh-hero__col>*,
.oh-motion .oh-hero__text>*{animation:ohUp .7s cubic-bezier(.22,.61,.36,1) backwards}
.oh-motion .oh-hero__col>*:nth-child(1),.oh-motion .oh-hero__text>*:nth-child(1){animation-delay:.05s}
.oh-motion .oh-hero__col>*:nth-child(2),.oh-motion .oh-hero__text>*:nth-child(2){animation-delay:.13s}
.oh-motion .oh-hero__col>*:nth-child(3),.oh-motion .oh-hero__text>*:nth-child(3){animation-delay:.21s}
.oh-motion .oh-hero__col>*:nth-child(4),.oh-motion .oh-hero__text>*:nth-child(4){animation-delay:.29s}
.oh-motion .oh-hero__col>*:nth-child(5),.oh-motion .oh-hero__text>*:nth-child(5){animation-delay:.37s}
.oh-motion .oh-hero__col>*:nth-child(6),.oh-motion .oh-hero__text>*:nth-child(6){animation-delay:.45s}
.oh-motion .oh-hero__aside>*,.oh-motion .oh-hero__art{animation:ohIn .8s cubic-bezier(.22,.61,.36,1) .2s backwards}
@keyframes ohUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes ohIn{from{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:none}}

/* ---- Interactive polish ---- */
.oh-btn{transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}
.oh-btn:hover{transform:translateY(-2px)}
.oh-btn:active{transform:translateY(0)}
a.oh-card,.oh-case,.oh-post-card,.oh-logo-slot{
  transition:transform .25s cubic-bezier(.22,.61,.36,1),border-color .25s ease,box-shadow .25s ease}
a.oh-card:hover,.oh-case:hover,.oh-post-card:hover{
  transform:translateY(-4px);box-shadow:0 14px 34px rgba(14,23,38,.10)}
.oh-card--ink:hover,.oh-card--dark:hover{box-shadow:0 14px 34px rgba(0,0,0,.34)}
.oh-logo-slot:hover{transform:translateY(-3px);border-color:var(--clay)}
.oh-card__more{transition:transform .22s ease}
a.oh-card:hover .oh-card__more{transform:translateX(4px)}
.oh-social a{transition:transform .2s ease,border-color .2s ease,color .2s ease}
.oh-social a:hover{transform:translateY(-3px)}
.oh-nav a{transition:color .18s ease}
.oh-faq__q{transition:color .18s ease}
.oh-faq__q:hover{color:var(--clay-dark)}
.oh-faq__a{animation:ohFade .3s ease}
@keyframes ohFade{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
.oh-plan{transition:transform .25s cubic-bezier(.22,.61,.36,1),box-shadow .25s ease}
.oh-plan:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(14,23,38,.12)}
.oh-mobilenav{animation:ohFade .25s ease}

/* ---- Live status dot ---- */
.oh-motion .oh-dot{animation:ohPulse 2.4s ease-in-out infinite}
@keyframes ohPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}

/* ============================================================
   23. ILLUSTRATION MOTION
   ============================================================ */
.oh-motion .oh-il [class*="oh-a-"]{transform-box:fill-box}

/* Server and status LEDs */
.oh-motion .oh-a-blink{animation:ohBlink 2.6s ease-in-out infinite}
@keyframes ohBlink{0%,100%{opacity:1}45%{opacity:.2}}

/* Data travelling along a dashed path */
.oh-motion .oh-a-uplink{animation:ohDash 1.4s linear infinite}
.oh-motion .oh-a-traffic{animation:ohDash 2.2s linear infinite}
@keyframes ohDash{to{stroke-dashoffset:-22}}

/* Bars growing out of the baseline */
.oh-motion .oh-a-rise{transform-origin:bottom;animation:ohRise .9s cubic-bezier(.22,.61,.36,1) backwards}
@keyframes ohRise{from{transform:scaleY(.08)}to{transform:scaleY(1)}}

/* Progress bars filling from the left */
.oh-motion .oh-a-grow{transform-origin:left;animation:ohGrow 1.1s cubic-bezier(.22,.61,.36,1) backwards}
@keyframes ohGrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}

/* A stroke drawing itself */
.oh-motion .oh-a-draw{stroke-dasharray:240;stroke-dashoffset:240;
  animation:ohDraw 1.2s cubic-bezier(.22,.61,.36,1) .25s forwards}
@keyframes ohDraw{to{stroke-dashoffset:0}}

/* Something appearing with a small overshoot */
.oh-motion .oh-a-pop{transform-origin:center;animation:ohPop .6s cubic-bezier(.34,1.56,.64,1) .5s backwards}
@keyframes ohPop{from{transform:scale(0)}to{transform:scale(1)}}

/* Gentle hover */
.oh-motion .oh-a-float{animation:ohFloat 5s ease-in-out infinite}
@keyframes ohFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

/* Mouse pointer nudging a button */
.oh-motion .oh-a-cursor{animation:ohCursor 3.6s ease-in-out infinite}
@keyframes ohCursor{0%,100%{transform:translate(0,0)}
  40%{transform:translate(-14px,-38px)}55%{transform:translate(-14px,-34px)}70%{transform:translate(-14px,-38px)}}

/* Target rings rippling outward */
.oh-motion .oh-a-ring{transform-origin:center;animation:ohRing 3s ease-out infinite}
@keyframes ohRing{0%{transform:scale(.92);opacity:.35}60%{opacity:1}100%{transform:scale(1.03);opacity:.35}}

/* Arrow flying to the target */
.oh-motion .oh-a-arrow{animation:ohArrow 3.4s cubic-bezier(.22,.61,.36,1) infinite}
@keyframes ohArrow{0%{transform:translate(26px,-26px);opacity:0}
  22%{transform:translate(0,0);opacity:1}88%{transform:translate(0,0);opacity:1}100%{opacity:0}}

/* A heart on a social post */
.oh-motion .oh-a-beat{transform-origin:center;animation:ohBeat 2.6s ease-in-out infinite}
@keyframes ohBeat{0%,100%{transform:scale(1)}14%{transform:scale(1.16)}28%{transform:scale(1)}42%{transform:scale(1.1)}}

/* Camera field of view breathing */
.oh-motion .oh-a-cone{transform-origin:left center;animation:ohCone 4.5s ease-in-out infinite}
@keyframes ohCone{0%,100%{opacity:.09;transform:scaleY(.96)}50%{opacity:.2;transform:scaleY(1.04)}}

/* Signal waves */
.oh-motion .oh-a-wave{animation:ohWave 2.6s ease-in-out infinite}
@keyframes ohWave{0%,100%{opacity:.3}50%{opacity:1}}

/* Slow turn for a sparkle or badge */
.oh-motion .oh-a-spin{transform-origin:center;animation:ohSpin 14s linear infinite}
@keyframes ohSpin{to{transform:rotate(360deg)}}

/* Network hub pulsing */
.oh-motion .oh-a-hub{transform-origin:center;animation:ohHub 2.6s ease-in-out infinite}
@keyframes ohHub{0%,100%{transform:scale(1)}50%{transform:scale(1.35)}}

/* A key being pressed */
.oh-motion .oh-a-press{transform-origin:center;animation:ohPress 3.2s ease-in-out infinite}
@keyframes ohPress{0%,72%,100%{transform:translateY(0)}80%{transform:translateY(3px)}}

/* Staggered starts */
.oh-a-d1{animation-delay:.10s}.oh-a-d2{animation-delay:.22s}.oh-a-d3{animation-delay:.34s}
.oh-a-d4{animation-delay:.46s}.oh-a-d5{animation-delay:.58s}.oh-a-d6{animation-delay:.70s}
.oh-a-d7{animation-delay:.82s}.oh-a-d8{animation-delay:.94s}.oh-a-d9{animation-delay:1.06s}

/* Illustrations only animate once they are actually on screen */
.oh-motion .oh-il:not(.is-in) [class*="oh-a-"]{animation-play-state:paused}

/* ---- Counters ---- */
.oh-num[data-oh-count]{font-variant-numeric:tabular-nums}

/* ============================================================
   24. MOTION OFF
   ============================================================ */
@media (prefers-reduced-motion:reduce){
  .oh-motion .oh-reveal{opacity:1;transform:none;transition:none}
  .oh-motion *,.oh-motion *::before,.oh-motion *::after{
    animation-duration:.001ms!important;animation-iteration-count:1!important;
    transition-duration:.001ms!important;scroll-behavior:auto!important}
  .oh-motion .oh-a-draw{stroke-dashoffset:0}
  .oh-btn:hover,a.oh-card:hover,.oh-case:hover,.oh-post-card:hover,.oh-plan:hover{transform:none}
}

/* ============================================================
   25. DROPDOWNS & MEGA MENU
   ============================================================ */
.oh-menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.oh-menu>li{position:relative}
.oh-menu>li>a{display:inline-flex;align-items:center;gap:6px;color:#C8D1DC;font-size:14.5px;
  font-weight:500;padding:10px 12px;border-radius:8px;transition:color .18s ease,background-color .18s ease}
.oh-menu>li>a:hover{color:var(--on-dark);background:rgba(255,255,255,.06)}
.oh-menu>li.current-menu-item>a,
.oh-menu>li.current_page_item>a{color:var(--on-dark);font-weight:700}
.oh-menu>li.current-menu-item>a::after,
.oh-menu>li.current_page_item>a::after{content:"";position:absolute;left:12px;right:12px;bottom:2px;
  height:2px;background:var(--clay);border-radius:2px}

/* The caret button */
.oh-sub-toggle{display:inline-flex;align-items:center;justify-content:center;
  width:26px;height:26px;margin-left:-8px;padding:0;border:0;background:transparent;
  color:#8E9BAD;cursor:pointer;border-radius:6px;transition:transform .2s ease,color .18s ease}
.oh-sub-toggle:hover{color:var(--on-dark)}
.oh-has-sub:hover>.oh-sub-toggle,
.oh-has-sub:focus-within>.oh-sub-toggle,
.oh-has-sub.is-open>.oh-sub-toggle{transform:rotate(180deg);color:var(--on-dark)}

/* Panel shared by plain dropdowns and the mega menu */
.oh-sub{position:absolute;top:calc(100% + 10px);left:0;z-index:60;
  background:var(--ink);border:1px solid var(--ink-line);border-radius:14px;
  box-shadow:0 22px 60px rgba(0,0,0,.42);
  opacity:0;visibility:hidden;transform:translateY(-8px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s}
.oh-has-sub:hover>.oh-sub,
.oh-has-sub:focus-within>.oh-sub,
.oh-has-sub.is-open>.oh-sub{opacity:1;visibility:visible;transform:none}
/* A forgiving gap so the pointer can travel from link to panel */
.oh-has-sub>.oh-sub::before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}

/* Plain dropdown */
.oh-sub>ul{list-style:none;margin:0;padding:8px;min-width:230px}
.oh-sub>ul a{display:block;padding:10px 14px;border-radius:8px;color:#C8D1DC;font-size:14.5px;
  transition:background-color .16s ease,color .16s ease}
.oh-sub>ul a:hover{background:var(--ink-soft);color:var(--on-dark)}

/* Mega menu — positioned against the nav so it stays on screen */
.oh-nav{position:relative}
.oh-menu>li.oh-has-mega{position:static}
.oh-mega{left:0;right:0;width:auto;max-width:940px;margin-inline:auto;
  transform:translateY(-8px)}
.oh-has-sub:hover>.oh-mega,
.oh-has-sub:focus-within>.oh-mega,
.oh-has-sub.is-open>.oh-mega{transform:none}
.oh-mega__inner{padding:20px}
.oh-mega__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.oh-mega__item{display:flex;align-items:center;gap:14px;padding:12px;border-radius:12px;
  border:1px solid transparent;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}
.oh-mega__item:hover{background:var(--ink-soft);border-color:var(--ink-line);transform:translateX(2px)}
.oh-mega__item.is-current{background:var(--ink-soft);border-color:var(--clay)}
.oh-mega__art{flex:0 0 58px;width:58px;height:44px;border-radius:8px;overflow:hidden;
  background:var(--ink-line-2);display:flex;align-items:center;justify-content:center}
.oh-mega__art .oh-il{width:100%;height:auto}
.oh-mega__text{min-width:0}
.oh-mega__title{display:flex;align-items:center;gap:8px;color:var(--on-dark);
  font-family:var(--font-display);font-size:15.5px;font-weight:600;line-height:1.25}
.oh-mega__title .oh-badge{font-size:8.5px;padding:2px 6px}
.oh-mega__desc{display:block;color:#8E9BAD;font-size:12.5px;line-height:1.45;margin-top:3px}
.oh-mega__foot{display:flex;align-items:center;justify-content:space-between;gap:20px;
  margin-top:14px;padding:14px 12px 4px;border-top:1px solid var(--ink-line);flex-wrap:wrap}
.oh-mega__all{color:var(--clay);font-size:13.5px;font-weight:700}
.oh-mega__all:hover{color:#F0A085}
.oh-mega__note{color:#7E8CA0;font-size:12.5px}
.oh-mega__note a{color:#A9B4C4;border-bottom:1px solid #3A4A62}
.oh-mega__note a:hover{color:var(--on-dark)}

/* ============================================================
   26. STICKY HEADER & READING PROGRESS
   ============================================================ */
.oh-header{transition:box-shadow .25s ease,background-color .25s ease}
body.oh-sticky{padding-top:var(--oh-header-h,86px)}
body.oh-sticky .oh-header{position:fixed;top:0;left:0;right:0;z-index:70;
  background:rgba(14,23,38,.94);backdrop-filter:saturate(140%) blur(10px);
  -webkit-backdrop-filter:saturate(140%) blur(10px);
  box-shadow:0 10px 30px rgba(0,0,0,.28)}
body.oh-sticky .oh-header .oh-wrap{height:70px}
body.oh-sticky .oh-logo__sub{display:none}
body.oh-sticky .oh-logo__mark{width:34px;height:34px;font-size:19px}
.oh-header .oh-wrap{transition:height .22s ease}
.oh-logo__mark{transition:width .22s ease,height .22s ease,font-size .22s ease}

.oh-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:90;pointer-events:none;opacity:0;
  transition:opacity .25s ease}
.oh-progress.is-on{opacity:1}
.oh-progress span{display:block;height:100%;width:0;background:var(--clay);
  transform-origin:left;transition:width .08s linear}

@media (max-width:1240px){
  .oh-mega__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* ---- Mobile: the same menu becomes an accordion ----
   The row is a flex line — link, then caret — so the button keeps its own
   space instead of being positioned over whatever follows it. */
@media (max-width:1100px){
  .oh-menu--mobile{display:block}
  .oh-menu--mobile>li{display:flex;flex-wrap:wrap;align-items:center;
    border-bottom:1px solid var(--ink-line-2);position:relative}
  .oh-menu--mobile>li>a{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:7px;
    padding:15px 0;font-size:16px;font-weight:600;border-radius:0}
  .oh-menu--mobile>li>a:hover{background:transparent}
  .oh-menu--mobile>li.current-menu-item>a::after{display:none}

  /* The caret: a real 44px target sitting in the row, not over it. */
  .oh-menu--mobile .oh-sub-toggle{position:static;flex:0 0 44px;width:44px;height:52px;
    margin:0;justify-content:flex-end;color:#A9B4C4}
  .oh-menu--mobile .oh-has-sub.is-open>.oh-sub-toggle{color:var(--clay)}

  /* The panel takes the full width of the row, below it. */
  .oh-menu--mobile .oh-sub,
  .oh-menu--mobile .oh-has-sub:hover>.oh-sub,
  .oh-menu--mobile .oh-has-sub:focus-within>.oh-sub{
    position:static;flex:0 0 100%;width:auto;max-width:none;left:auto;right:auto;
    margin-inline:0;transform:none;opacity:1;visibility:visible;
    background:transparent;border:0;box-shadow:none;
    display:none;padding:0 0 14px}
  .oh-menu--mobile .oh-has-sub.is-open>.oh-sub{display:block;animation:ohFade .25s ease}
  .oh-menu--mobile .oh-sub::before{display:none}

  .oh-menu--mobile .oh-sub>ul{padding:0}
  .oh-menu--mobile .oh-sub>ul a{padding:11px 0}

  .oh-menu--mobile .oh-mega__inner{padding:0}
  .oh-menu--mobile .oh-mega__grid{grid-template-columns:1fr;gap:2px}
  .oh-menu--mobile .oh-mega__item{padding:9px 0;border:0}
  .oh-menu--mobile .oh-mega__item:hover{background:transparent;transform:none}
  .oh-menu--mobile .oh-mega__art{flex-basis:44px;width:44px;height:34px}
  .oh-menu--mobile .oh-mega__desc{display:none}
  .oh-menu--mobile .oh-mega__foot{margin-top:6px;padding:12px 0 0}
  .oh-menu--mobile .oh-mega__note{display:none}

  .oh-mobilenav{max-height:calc(100vh - 110px);overflow-y:auto;-webkit-overflow-scrolling:touch}
}

/* ============================================================
   27. LOGO, CALL CONTROLS, HOSTING MENU
   ============================================================ */
.oh-logo__img{display:block;height:44px;width:auto;max-width:210px;
  transition:height .22s ease}
body.oh-sticky .oh-logo__img{height:36px}
.oh-footer .oh-logo__img{height:40px}
.oh-logo .custom-logo{display:block;height:44px;width:auto}

/* Desktop: a proper call target, not a line of text */
.oh-callbox{display:inline-flex;align-items:center;gap:10px;padding:8px 14px 8px 10px;
  border-radius:10px;border:1px solid var(--ink-line);color:var(--on-dark);
  transition:border-color .2s ease,background-color .2s ease,transform .2s ease}
.oh-callbox:hover{border-color:var(--clay);background:rgba(226,96,58,.10);color:var(--on-dark);transform:translateY(-1px)}
.oh-callbox__icon{width:32px;height:32px;border-radius:8px;flex-shrink:0;
  background:var(--clay);color:var(--clay-on);display:flex;align-items:center;justify-content:center}
.oh-callbox__text{display:flex;flex-direction:column;line-height:1.15}
.oh-callbox__label{font-size:10.5px;letter-spacing:.11em;text-transform:uppercase;
  color:var(--on-dark-faint);font-weight:700}
.oh-callbox__num{font-size:15px;font-weight:700;white-space:nowrap;margin-top:2px}

/* Small screens: icon-only call and WhatsApp buttons, 44px touch targets */
.oh-callicon{display:none;width:44px;height:44px;border-radius:10px;
  align-items:center;justify-content:center;flex-shrink:0;
  border:1px solid var(--ink-line);color:var(--on-dark);
  transition:border-color .2s ease,background-color .2s ease,color .2s ease}
.oh-callicon:hover,.oh-callicon:focus-visible{border-color:var(--clay);color:var(--clay)}
.oh-callicon--wa:hover,.oh-callicon--wa:focus-visible{border-color:#2FB39F;color:#2FB39F}

/* Burger that turns into a cross */
.oh-burger__bars{display:block;position:relative;width:18px;height:14px}
.oh-burger__bars span{position:absolute;left:0;right:0;height:2px;border-radius:2px;
  background:var(--on-dark);transition:transform .25s ease,opacity .2s ease,top .25s ease}
.oh-burger__bars span:nth-child(1){top:0}
.oh-burger__bars span:nth-child(2){top:6px}
.oh-burger__bars span:nth-child(3){top:12px}
.oh-burger[aria-expanded="true"] .oh-burger__bars span:nth-child(1){top:6px;transform:rotate(45deg)}
.oh-burger[aria-expanded="true"] .oh-burger__bars span:nth-child(2){opacity:0}
.oh-burger[aria-expanded="true"] .oh-burger__bars span:nth-child(3){top:6px;transform:rotate(-45deg)}
.oh-burger{transition:border-color .2s ease}
.oh-burger:hover{border-color:var(--clay)}

/* Hosting dropdown */
.oh-sub--hosting{width:320px;padding:10px}
.oh-hostmenu{display:block}
.oh-hostmenu__item{display:block;padding:10px 12px;border-radius:10px;
  border:1px solid transparent;transition:background-color .18s ease,border-color .18s ease}
.oh-hostmenu__item+.oh-hostmenu__item{margin-top:2px}
.oh-hostmenu__item:hover{background:var(--ink-soft);border-color:var(--ink-line)}
.oh-hostmenu__title{display:flex;align-items:center;gap:6px;color:var(--on-dark);
  font-size:14.5px;font-weight:600;line-height:1.3}
.oh-hostmenu__title svg{color:#6B7A90;flex-shrink:0}
.oh-hostmenu__item:hover .oh-hostmenu__title svg{color:var(--clay)}
.oh-hostmenu__desc{display:block;color:#7E8CA0;font-size:12px;line-height:1.45;margin-top:2px}
.oh-hostmenu__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;
  margin-top:8px;padding:12px 12px 4px;border-top:1px solid var(--ink-line);
  font-size:12.5px;color:#7E8CA0;flex-wrap:wrap}
.oh-hostmenu__foot a{color:var(--clay);font-weight:700}
.oh-hostmenu__foot a:hover{color:#F0A085}

/* Mobile panel footer */
.oh-mobilenav__foot{margin-top:18px;padding-top:16px;border-top:1px solid var(--ink-line-2)}
.oh-mobilenav__foot .oh-btn{margin-top:10px}
.oh-mobilenav__foot .oh-btn:first-child{margin-top:0}
.oh-mobilenav__hours{margin:14px 0 0;text-align:center;font-size:12.5px;color:var(--on-dark-faint)}

@media (max-width:1100px){
  .oh-callbox{display:none}
  .oh-callicon{display:inline-flex}
  .oh-logo__img{height:38px;max-width:170px}
  .oh-sub--hosting{width:auto;padding:0}
  .oh-menu--mobile .oh-hostmenu__item{padding:11px 0;border:0;border-radius:0}
  .oh-menu--mobile .oh-hostmenu__item:hover{background:transparent}
  .oh-menu--mobile .oh-hostmenu__foot{padding:12px 0 0;margin-top:4px}
}
@media (max-width:520px){
  .oh-header .oh-wrap{gap:10px}
  .oh-logo__img{height:34px;max-width:140px}
  .oh-header__side{gap:8px}
  .oh-callicon{width:44px;height:44px}
}

@media print{
  .oh-header,.oh-topbar,.oh-footer,.oh-cta,.oh-sticky-call,.oh-mobilenav,.oh-progress,.oh-sub{display:none!important}
  body{background:#fff;color:#000;font-size:11pt}
}

/* ============================================================
   28. WHATSAPP WIDGET, STICKY BAR, QUOTE FORM
   ============================================================ */

/* --- Floating WhatsApp ------------------------------------- */
.oh-wa{position:fixed;right:20px;bottom:20px;z-index:90;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.oh-wa__btn{position:relative;display:flex;align-items:center;justify-content:center;
  width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;
  box-shadow:0 10px 26px rgba(37,211,102,.34),0 2px 6px rgba(0,0,0,.16);
  transition:transform .2s ease,box-shadow .2s ease}
.oh-wa__btn:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 14px 32px rgba(37,211,102,.44)}
.oh-wa__btn svg{position:relative;z-index:1}
.oh-wa__pulse{position:absolute;inset:0;border-radius:50%;background:#25D366;opacity:.55;
  animation:ohWaPulse 2.4s cubic-bezier(.2,.6,.3,1) infinite}
@keyframes ohWaPulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.75);opacity:0}100%{opacity:0}}

/* The label only unfurls on a device that can actually hover. */
.oh-wa__tip{position:absolute;right:calc(100% + 12px);white-space:nowrap;
  background:var(--ink);color:var(--on-dark);font-size:13.5px;font-weight:600;
  padding:8px 13px;border-radius:9px;opacity:0;pointer-events:none;
  transform:translateX(6px);transition:opacity .2s ease,transform .2s ease}
.oh-wa__tip::after{content:"";position:absolute;left:100%;top:50%;margin-top:-5px;
  border:5px solid transparent;border-left-color:var(--ink)}
@media (hover:hover){.oh-wa__btn:hover .oh-wa__tip{opacity:1;transform:translateX(0)}}
@media (hover:none){.oh-wa__tip{display:none}}

/* --- Greeting bubble --------------------------------------- */
.oh-wa__bubble{position:relative;width:274px;background:var(--white);
  border:1px solid var(--border-2);border-radius:16px;padding:16px 16px 14px;
  box-shadow:0 18px 44px rgba(16,24,40,.18);animation:ohWaIn .32s cubic-bezier(.2,.8,.3,1)}
.oh-wa__bubble[hidden]{display:none}
@keyframes ohWaIn{from{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:none}}
.oh-wa__close{position:absolute;top:6px;right:8px;background:none;border:0;cursor:pointer;
  font-size:20px;line-height:1;color:var(--text-faint);padding:4px}
.oh-wa__close:hover{color:var(--text)}
.oh-wa__head{display:flex;align-items:center;gap:10px}
.oh-wa__avatar{display:flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:50%;background:#25D366;color:#fff;flex:0 0 34px}
.oh-wa__head strong{display:block;font-size:14px;color:var(--text)}
.oh-wa__head em{display:block;font-style:normal;font-size:12px;color:var(--text-faint)}
.oh-wa__bubble p{margin:12px 0 0;font-size:14px;line-height:1.55;color:var(--text)}
.oh-wa__go{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;
  background:#25D366;color:#fff;font-size:14px;font-weight:700;
  padding:11px 14px;border-radius:10px;transition:background .18s ease}
.oh-wa__go:hover{background:#1FB856;color:#fff}

/* --- Mobile sticky bar ------------------------------------- */
.oh-sticky-call{display:none}
.oh-sticky-call__ico{display:flex;align-items:center;justify-content:center;
  flex:0 0 48px;width:48px;height:48px;border-radius:12px;
  background:var(--ink-soft);border:1px solid var(--ink-line);color:var(--on-dark)}
.oh-sticky-call__ico--wa{background:#25D366;border-color:#25D366;color:#fff}
.oh-sticky-call__cta{flex:1 1 auto;padding:14px 10px;font-size:15px}

/* --- Quote form -------------------------------------------- */
.oh-qf{background:var(--white);border:1px solid var(--border-2);border-radius:18px;
  padding:28px 26px 26px;box-shadow:0 20px 50px rgba(16,24,40,.10)}
.oh-qf__head h2{margin:0;font-size:26px;line-height:1.25}
.oh-qf__head>p{margin:8px 0 0;font-size:14.5px;color:var(--text-muted)}

.oh-qf__rail{display:flex;gap:10px;list-style:none;margin:20px 0 0;padding:0}
.oh-qf__rail li{flex:1;display:flex;align-items:center;gap:8px;
  font-size:12.5px;font-weight:600;color:var(--text-faint);
  padding-top:10px;border-top:2px solid var(--border-2);transition:color .2s ease,border-color .2s ease}
.oh-qf__rail li.is-on{color:var(--text);border-top-color:var(--teal)}
.oh-qf__rail span{display:flex;align-items:center;justify-content:center;
  width:20px;height:20px;border-radius:50%;flex:0 0 20px;
  background:var(--border-2);color:var(--text-faint);font-size:11.5px;font-weight:700}
.oh-qf__rail li.is-on span{background:var(--teal);color:#fff}

.oh-qf__step{margin-top:22px}
/* With JavaScript on, only one step is visible at a time. Without it both
   render in sequence, so the form degrades to an ordinary long form. */
.js .oh-qf__step{display:none}
.js .oh-qf__step.is-on{display:block;animation:ohFade .28s ease}

/* --- Choice chips ------------------------------------------ */
.oh-chips{border:0;margin:0;padding:0}
.oh-chips legend{font-size:13px;font-weight:700;color:var(--text);
  letter-spacing:.02em;margin-bottom:12px;padding:0}
.oh-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.oh-chips legend{grid-column:1/-1}
.oh-chip{position:relative;display:flex;align-items:center;gap:10px;
  padding:11px 12px;border:1.5px solid var(--border-2);border-radius:12px;
  cursor:pointer;background:var(--white);transition:border-color .16s ease,background .16s ease,transform .16s ease}
.oh-chip:hover{border-color:var(--teal-soft);transform:translateY(-1px)}
.oh-chip input{position:absolute;opacity:0;width:0;height:0}
.oh-chip__ico{display:flex;align-items:center;justify-content:center;
  width:30px;height:30px;flex:0 0 30px;border-radius:8px;background:var(--sand);overflow:hidden}
.oh-chip__il{width:26px;height:26px}
.oh-chip__label{font-size:13.5px;font-weight:600;color:var(--text);line-height:1.25}
.oh-chip:has(input:checked){border-color:var(--teal);background:var(--teal-wash)}
.oh-chip input:checked~.oh-chip__ico{background:var(--teal);color:#fff}
.oh-chip input:focus-visible~.oh-chip__label{outline:2px solid var(--teal);outline-offset:3px}
/* Fallback for browsers without :has() — JS mirrors the state onto the label. */
.oh-chip.is-picked{border-color:var(--teal);background:var(--teal-wash)}

.oh-qf__next{margin-top:20px}
.oh-qf__actions{display:flex;gap:10px;margin-top:20px}
.oh-qf__actions .oh-qf__send{flex:1}
.oh-qf__back{flex:0 0 auto;padding-inline:18px}
.oh-opt{font-weight:500;font-size:12px;color:var(--text-faint)}

.oh-qf__trust{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:6px 16px}
.oh-qf__trust li{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text-faint)}

/* --- Quote band (dark, two columns) ------------------------ */
.oh-qband__wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.oh-qband__aside h2{font-size:38px;line-height:1.15;margin:0;color:var(--on-dark)}
.oh-qband__aside>p{margin:16px 0 0;font-size:16px;line-height:1.7;color:#B8C3D2;max-width:44ch}
.oh-qband__alt{display:flex;flex-direction:column;gap:12px;margin-top:30px}
.oh-qband__wa,.oh-qband__call{display:flex;align-items:center;gap:13px;
  padding:14px 16px;border-radius:13px;background:var(--ink-soft);
  border:1px solid var(--ink-line);color:var(--on-dark);transition:border-color .18s ease,transform .18s ease}
.oh-qband__wa:hover,.oh-qband__call:hover{transform:translateX(3px);color:var(--on-dark)}
.oh-qband__wa:hover{border-color:#25D366}
.oh-qband__wa svg{color:#25D366;flex:0 0 auto}
.oh-qband__call:hover{border-color:var(--teal)}
.oh-qband__call svg{color:var(--teal-bright);flex:0 0 auto}
.oh-qband__wa strong,.oh-qband__call strong{display:block;font-size:15px}
.oh-qband__wa em,.oh-qband__call em{display:block;font-style:normal;font-size:12.5px;color:#93A1B4;margin-top:1px}

/* --- WhatsApp handoff on the thank-you page ---------------- */
.oh-handoff{display:flex;align-items:center;gap:16px;text-align:left;
  max-width:620px;margin:32px auto 0;padding:18px 20px;
  background:var(--ink-soft);border:1px solid #25D366;border-radius:16px}
.oh-handoff__ico{display:flex;align-items:center;justify-content:center;
  width:46px;height:46px;flex:0 0 46px;border-radius:50%;background:#25D366;color:#fff}
.oh-handoff__text{flex:1 1 auto}
.oh-handoff__text strong{display:block;font-size:16px;color:var(--on-dark)}
.oh-handoff__text span{display:block;font-size:13.5px;color:#A9B7C8;margin-top:2px}
.oh-btn--wa{background:#25D366;color:#fff;border:0;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.oh-btn--wa:hover{background:#1FB856;color:#fff}

/* --- Responsive -------------------------------------------- */
@media (max-width:1100px){
  .oh-qband__wrap{grid-template-columns:1fr;gap:36px}
  .oh-qband__aside h2{font-size:30px}
}
@media (max-width:820px){
  /* Three targets in thumb reach: call, WhatsApp, quote. */
  .oh-sticky-call{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:80;
    align-items:center;background:var(--ink);border-top:1px solid var(--ink-line);
    padding:9px 12px;gap:9px;padding-bottom:calc(9px + env(safe-area-inset-bottom,0px))}
  body{padding-bottom:78px}
  /* Lift the bubble clear of the sticky bar. */
  .oh-wa{right:14px;bottom:calc(80px + env(safe-area-inset-bottom,0px));gap:10px}
  .oh-wa__btn{width:50px;height:50px}
  .oh-wa__bubble{width:min(274px,calc(100vw - 28px))}
  .oh-qf{padding:22px 18px 20px;border-radius:15px}
  .oh-qf__head h2{font-size:22px}
  .oh-handoff{flex-direction:column;text-align:center;gap:12px}
}
@media (max-width:420px){
  .oh-chips{grid-template-columns:1fr}
  .oh-sticky-call__cta{font-size:14px}
}

/* Respect a reduced-motion preference. */
@media (prefers-reduced-motion:reduce){
  .oh-wa__pulse{animation:none;opacity:0}
  .oh-wa__bubble,.js .oh-qf__step.is-on{animation:none}
}

/* Keep both out of print. */
@media print{.oh-wa,.oh-sticky-call{display:none!important}}

/* A shake when someone hits Continue without choosing anything. */
.oh-chips.is-nudge .oh-chip{animation:ohNudge .38s ease}
@keyframes ohNudge{0%,100%{transform:none}25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}
@media (prefers-reduced-motion:reduce){.oh-chips.is-nudge .oh-chip{animation:none}}

/* ============================================================
   29. TABLES IN ARTICLES
   ============================================================ */
.oh-prose .oh-table{width:100%;border-collapse:collapse;margin:26px 0;font-size:15px}
.oh-prose .oh-table th{text-align:left;font-size:12.5px;font-weight:700;letter-spacing:.04em;
  text-transform:uppercase;color:var(--text-faint);padding:0 14px 10px;
  border-bottom:2px solid var(--border-2)}
.oh-prose .oh-table td{padding:13px 14px;border-bottom:1px solid var(--border);
  color:var(--text);vertical-align:top;line-height:1.55}
.oh-prose .oh-table tbody tr:nth-child(odd){background:var(--sand)}
.oh-prose .oh-table td:first-child{font-weight:600}

/* A table is the one thing in an article allowed to scroll sideways. */
@media (max-width:640px){
  .oh-prose .oh-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;
    white-space:nowrap;font-size:14px}
  .oh-prose .oh-table td,.oh-prose .oh-table th{padding-inline:11px}
}

/* The quote card sits inside a dark band but is a light island of its own,
   so it must not inherit the band's text and control colours. */
.oh-band--ink .oh-qf,
.oh-qf{color:var(--text)}
.oh-qf h2,.oh-qf h3,.oh-qf legend{color:var(--text)}
.oh-qf label,.oh-qf .oh-field label{color:var(--text);font-size:13px;font-weight:600}
.oh-qf input[type=text],.oh-qf input[type=tel],.oh-qf input[type=email],
.oh-qf select,.oh-qf textarea{
  width:100%;background:var(--white);color:var(--text);
  border:1.5px solid var(--border-2);border-radius:10px;
  padding:11px 13px;font:inherit;font-size:15px;
  transition:border-color .16s ease,box-shadow .16s ease}
.oh-qf input:focus,.oh-qf select:focus,.oh-qf textarea:focus{
  outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(47,179,159,.16)}
.oh-qf input::placeholder,.oh-qf textarea::placeholder{color:#9AA3AE}
.oh-qf select{appearance:none;-webkit-appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 13px center;padding-right:34px}
.oh-qf .oh-field{margin-top:16px}
.oh-qf .oh-field--row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}
@media (max-width:520px){.oh-qf .oh-field--row{grid-template-columns:1fr}}

/* ============================================================
   30. ABOUT — TIMELINE AND FOUNDER
   ============================================================ */
.oh-timeline{list-style:none;margin:44px 0 0;padding:0;position:relative}
/* The spine runs behind the year markers, stopping short of the last one so
   it does not dangle past the final milestone. */
.oh-timeline::before{content:"";position:absolute;left:73px;top:10px;bottom:38px;
  width:2px;background:linear-gradient(var(--border-2),var(--teal-soft))}

.oh-timeline__item{position:relative;display:grid;
  grid-template-columns:90px 1fr;gap:26px;padding-bottom:34px}
.oh-timeline__item:last-child{padding-bottom:0}

.oh-timeline__year{position:relative;justify-self:start;
  font-family:var(--font-display);font-size:19px;font-weight:700;
  color:var(--text);line-height:1;padding-top:3px}
/* The dot sits on the spine, with a ring of page background cutting the line. */
.oh-timeline__year::after{content:"";position:absolute;left:83px;top:2px;
  width:15px;height:15px;border-radius:50%;background:var(--teal);
  border:3px solid var(--ivory)}
.oh-timeline__item:last-child .oh-timeline__year{color:var(--teal)}
.oh-timeline__item:last-child .oh-timeline__year::after{background:var(--clay)}

.oh-timeline__body{padding-left:8px}
.oh-timeline__body h3{margin:0;font-size:18.5px;line-height:1.3}
.oh-timeline__body p{margin:8px 0 0;font-size:15px;line-height:1.7;
  color:var(--text-muted);max-width:60ch}

/* --- Founder ---------------------------------------------- */
.oh-founder__photo{width:200px;height:200px;border-radius:50%;overflow:hidden;
  background:var(--ink);display:flex;align-items:center;justify-content:center;
  border:3px solid var(--white);box-shadow:0 14px 34px rgba(16,24,40,.14)}
.oh-founder__photo img{width:100%;height:100%;object-fit:cover}
.oh-founder__initials{font-family:var(--font-display);font-size:64px;
  font-weight:700;color:var(--teal-bright);letter-spacing:.02em}

.oh-founder__quote{margin:14px 0 0;padding:0;border:0;background:none}
.oh-founder__quote p{margin:0;font-family:var(--font-display);
  font-size:25px;line-height:1.45;color:var(--text)}
.oh-founder__quote p::before{content:"\201C"}
.oh-founder__quote p::after{content:"\201D"}
.oh-founder__who{margin-top:20px}
.oh-founder__who strong{display:block;font-size:15.5px;color:var(--text)}
.oh-founder__who span{display:block;font-size:13.5px;color:var(--text-faint);margin-top:2px}

@media (max-width:820px){
  .oh-timeline::before{left:5px}
  .oh-timeline__item{grid-template-columns:1fr;gap:6px;padding-left:30px;padding-bottom:28px}
  .oh-timeline__year{font-size:17px;padding-top:0}
  .oh-timeline__year::after{left:-30px;top:4px;width:13px;height:13px;border:2px solid var(--ivory)}
  .oh-timeline__body{padding-left:0}
  .oh-timeline__body h3{font-size:17px}
  .oh-founder__photo{width:140px;height:140px}
  .oh-founder__initials{font-size:46px}
  .oh-founder__quote p{font-size:20px}
}
