:root{--orange:#f4701f;--orange-dark:#e05a13;--ink:#16324b;--body:#5a6b7a;--green:#2e9c6a;
    --green-bg:#e9f6ef;--cream:#fff7f0;--line:#eee2d6;--white:#fff}
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  /* Quicksand, self-hosted. One variable file per unicode subset: latin covers the
     site's text, punctuation and the euro; latin-ext is only fetched when a page
     actually shows a character from it, which in practice means the rupee price. */
  @font-face{font-family:'Quicksand';font-style:normal;font-weight:300 700;font-display:swap;
    src:url('../assets/fonts/quicksand-latin-ext.woff2') format('woff2');
    unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
  @font-face{font-family:'Quicksand';font-style:normal;font-weight:300 700;font-display:swap;
    src:url('../assets/fonts/quicksand-latin.woff2') format('woff2');
    unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
  body{font-family:'Quicksand',system-ui,sans-serif;color:var(--body);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
  @font-face{font-family:'Material Symbols Outlined';font-style:normal;font-weight:100 700;
    font-display:block;src:url('../assets/fonts/material-symbols-subset.woff2') format('woff2')}
  .material-symbols-outlined{font-family:'Material Symbols Outlined';font-weight:normal;font-style:normal;
    font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;
    white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:'liga';
    -webkit-font-smoothing:antialiased}
  .material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;vertical-align:middle}
  .fill{font-variation-settings:'FILL' 1}
  a{text-decoration:none;color:inherit}
  .wrap{max-width:900px;margin:0 auto;padding:0 24px}
  .wrap-wide{max-width:1200px;margin:0 auto;padding:0 24px}
  h1,h2,h3,h4{color:var(--ink);font-weight:700;line-height:1.2}
  .accent{color:var(--orange)}
  .brand-logo{display:inline-block;background-image:url('../assets/logo-web.webp');background-size:contain;background-repeat:no-repeat;background-position:left center}
  .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:16px;border-radius:999px;cursor:pointer;border:2px solid transparent;transition:all .2s}
  .btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(244,112,31,.28)}
  .btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}
  .btn-sm{padding:11px 22px;font-size:15px}
  .btn-lg{padding:15px 30px;font-size:16.5px}
  .btn-ghost{background:#fff;color:var(--ink);border-color:#f0d9c2}
  .btn-ghost:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-2px)}
  header.nav{position:fixed;top:0;left:0;width:100%;z-index:50;
    background:linear-gradient(180deg,rgba(255,249,244,.94) 0%,rgba(255,249,244,.88) 68%,rgba(255,249,244,.70) 100%);
    border-bottom:1px solid transparent;
    transition:background .28s ease,box-shadow .28s ease,border-color .28s ease}
  /* feathers the bar into the hero photo instead of cutting a hard line across it */
  header.nav::after{content:'';position:absolute;left:0;right:0;top:100%;height:70px;pointer-events:none;z-index:-1;
    background:linear-gradient(180deg,rgba(255,249,244,.70) 0%,rgba(255,249,244,.30) 42%,rgba(255,249,244,0) 100%);
    transition:opacity .28s ease}
  header.nav.scrolled{background:rgba(255,251,247,.95);
    backdrop-filter:blur(14px) saturate(135%);-webkit-backdrop-filter:blur(14px) saturate(135%);
    border-bottom-color:rgba(22,50,75,.06);box-shadow:0 6px 22px rgba(22,50,75,.06)}
  header.nav.scrolled::after{opacity:0}
  .nav-inner{display:flex;align-items:center;justify-content:space-between;height:96px}
  .nav-logo .brand-logo{width:108px;height:78px}
  .nav-links{display:flex;align-items:center;gap:30px}
  .nav-links a{font-weight:600;font-size:15px;color:#43535f;transition:color .15s}
  .nav-links a:hover,.nav-links a.active{color:var(--orange)}
  .nav-toggle{display:none;background:none;border:none;color:var(--orange);cursor:pointer}
  .nav-toggle .material-symbols-outlined{font-size:32px}
  .page-hero{padding:144px 0 46px;background:linear-gradient(160deg,#fff8f1,#fff5fa 55%,#fef1ea);text-align:center}
  .page-hero h1{font-size:44px;letter-spacing:-.02em;margin-bottom:12px}
  .page-hero p{font-size:18px}
  .content{padding:54px 0 72px}
  .sec-block{margin-bottom:30px}
  .sec-block h2{font-size:22px;margin-bottom:8px}
  .sec-block p{font-size:16px;margin-bottom:10px}
  .sec-block a{color:var(--orange);font-weight:600;text-decoration:underline}
  .legal-list{margin:8px 0 0 20px;padding:0}
  .legal-list li{font-size:16px;color:var(--body);margin-bottom:7px;line-height:1.6}
  .check-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:6px}
  .check-list li{display:flex;gap:11px;align-items:flex-start;font-size:16px}
  .check-list .material-symbols-outlined{color:var(--green);flex:0 0 auto;margin-top:2px}
  .check-list b{color:var(--ink)}
  .contact-card{background:linear-gradient(120deg,#ffe9d3,#ffd7b5);border-radius:20px;padding:38px;text-align:center;margin-top:14px}
  .contact-card h3{font-size:22px;margin-bottom:8px}
  .contact-card p{color:#7a5c3f;font-weight:600;margin-bottom:18px}
  footer{background:#fbf5ef;border-top:1px solid var(--line);padding:56px 0 30px}
  .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}
  .foot-brand .brand-logo{width:104px;height:75px;margin-bottom:14px}
  .foot-brand p{font-size:14.5px;max-width:280px;margin-bottom:16px}
  .foot-social{display:flex;gap:10px}
  .foot-social a{width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--orange);border:1px solid var(--line);transition:all .2s}
  .foot-social a:hover{background:var(--orange);color:#fff}
  .foot-mail{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:700;
    color:var(--orange);border:1px solid var(--line);background:#fff;border-radius:999px;
    padding:9px 16px;transition:all .2s}
  .foot-mail:hover{background:var(--orange);color:#fff;border-color:var(--orange)}
  .foot-mail .material-symbols-outlined{font-size:18px}
  .foot-col h6{color:var(--ink);font-size:15px;margin-bottom:14px}
  .foot-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}
  .foot-col a{font-size:14.5px;color:var(--body)}
  .foot-col a:hover{color:var(--orange)}
  .foot-bottom{border-top:1px solid var(--line);margin-top:38px;padding-top:22px;text-align:center;font-size:13.5px;color:#8a7a6a}
  @media(max-width:780px){
    .nav-links{position:absolute;top:96px;left:0;width:100%;flex-direction:column;align-items:flex-start;background:#fff;box-shadow:0 12px 24px rgba(0,0,0,.08);padding:22px 24px;gap:18px;display:none;border-top:1px solid var(--line)}
    .nav-links.open{display:flex}
    .nav-toggle{display:block}
  }
  @media(max-width:760px){.foot-grid{grid-template-columns:1fr 1fr}.page-hero h1{font-size:34px}}
  @media(max-width:480px){.foot-grid{grid-template-columns:1fr}}

  /* ---- The Difference page ---- */
  .diff-red{--red:#e05348;--red-bg:#fdeceb;--red-border:#f6cec9}
  .hero-figure{max-width:1100px;margin:0 auto 8px;border-radius:20px;overflow:hidden;box-shadow:0 18px 44px rgba(22,50,75,.14)}
  .hero-figure img{display:block;width:100%;height:auto}
  .figcap{text-align:center;font-size:13.5px;color:var(--body);margin-top:12px}
  .ps-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start;max-width:880px;margin:0 auto}
  .ps-card{border:2px solid;border-radius:20px;padding:26px}
  .ps-card.bad{background:#fdeceb;border-color:#f6cec9}
  .ps-card.good{background:var(--green-bg);border-color:#c3e7d5}
  .ps-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.07em;
    text-transform:uppercase;padding:6px 14px;border-radius:999px;background:#fff;margin-bottom:14px}
  .ps-card.bad .ps-eyebrow{color:#e05348}
  .ps-card.good .ps-eyebrow{color:var(--green)}
  .ps-eyebrow .material-symbols-outlined{font-size:16px}
  .ps-eyebrow .hb{text-transform:none;letter-spacing:0;font-size:13px}
  .ps-card h2{font-size:24px;margin-bottom:16px}
  .ps-list{list-style:none;display:flex;flex-direction:column;gap:13px}
  .ps-list li{display:flex;gap:11px;align-items:flex-start;font-size:15.5px;font-weight:600;color:#42525f}
  .ps-list .material-symbols-outlined{font-size:21px;flex:0 0 auto;margin-top:1px}
  .ps-card.bad .ps-list .material-symbols-outlined{color:#e05348}
  .ps-card.good .ps-list .material-symbols-outlined{color:var(--green)}
  .ps-quote{margin-top:18px;padding-top:16px;border-top:1px dashed rgba(0,0,0,.12);font-weight:700;color:var(--ink);font-size:15.5px}
  /* COMPARISON TABLE */
  .cmp-table-wrap{margin:46px auto 0;max-width:860px}
  .cmp-title{font-size:22px;font-weight:700;color:var(--ink);margin-bottom:10px}
  .cmp-sub{font-size:16px;color:var(--body);margin-bottom:24px}
  .cmp-table{border:1px solid #e5e9ed;border-radius:16px;overflow:hidden}
  .cmp-row{display:grid;grid-template-columns:1fr 1fr}
  .cmp-header{background:#f7f8fa;font-size:14px;font-weight:700;letter-spacing:.03em}
  .cmp-col{padding:14px 20px;font-size:15px;color:var(--ink);border-bottom:1px solid #eaedf0;display:flex;align-items:flex-start;gap:10px}
  .cmp-col span:first-child{font-size:20px;flex:0 0 auto;line-height:1.2}
  .cmp-row:last-child .cmp-col{border-bottom:none}
  .cmp-col-bad{border-right:1px solid #eaedf0;font-weight:500}
  .cmp-col-good{font-weight:500}
  .cmp-header .cmp-col-bad{color:#e05348}
  .cmp-header .cmp-col-good{color:var(--green)}
  @media(max-width:640px){
    .cmp-row{grid-template-columns:1fr}
    .cmp-col-bad{border-right:none}
    .cmp-header .cmp-col-good{border-top:2px solid var(--green)}
    .cmp-header .cmp-col-bad{border-top:2px solid #e05348}
  }
  .brandline{text-align:center;margin:38px auto 0;max-width:520px}
  .brandline .bl-logo{width:116px;height:84px;margin:0 auto 10px}
  .brandline p{font-size:19px;font-weight:700;color:var(--ink)}
  .brandline small{display:block;font-size:15px;color:var(--body);margin-top:4px}
  .values-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:14px}
  .val{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}
  .val .vic{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff}
  .val .vic .material-symbols-outlined{font-size:24px}
  .val b{font-size:16px;color:var(--ink)}
  .val small{font-size:13.5px;color:var(--body)}
  .v1{background:#e05348}.v2{background:#f6a609}.v3{background:var(--green)}.v4{background:#35a3d8}
  .cta-band{margin-top:20px;background:linear-gradient(120deg,#ffe9d3,#ffd7b5);border-radius:20px;padding:26px 30px;
    display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
  .cta-band p{font-weight:700;color:var(--ink);font-size:18px}
  .cta-band p b{color:#e05348}
  @media(max-width:760px){
    .ps-grid{grid-template-columns:1fr}
    .values-row{grid-template-columns:repeat(2,1fr)}
    .cta-band{flex-direction:column;text-align:center}
  }

  /* brand wordmark in logo colours */
  .hb{white-space:nowrap}
  .hb i{font-style:normal}
  .hb .c1{color:#fa5a3c}.hb .c2{color:#faa000}.hb .c3{color:#1eb432}
  .hb .c4{color:#008cf0}.hb .c5{color:#8250c8}.hb .cb{color:#001e50}

  /* ABOUT PAGE */
  .ab-hero{background:linear-gradient(160deg,#fff8f1,#fff5fa 55%,#fef1ea);padding:132px 0 58px;overflow:hidden}
  .ab-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
  .ab-hero h1{font-size:44px;margin-bottom:10px}
  .ab-lede{font-size:16.5px;max-width:560px;margin:0}
  .ab-hero-art{width:100%;max-width:440px;display:block;margin-left:auto}

  .ab-band{padding:58px 0}
  .ab-band.tint{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

  .ab-head{display:flex;align-items:center;gap:13px;margin-bottom:18px}
  .ab-head h2{font-size:27px}
  .ab-ic{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto}
  .ab-ic .material-symbols-outlined{font-size:25px}

  .ab-split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
  .ab-split p{font-size:16px;margin-bottom:12px}
  .ab-split p:last-child{margin-bottom:0}
  .ab-art{width:100%;display:block;border-radius:22px;box-shadow:0 18px 40px rgba(22,50,75,.11)}





  @media(max-width:960px){
    .ab-hero{padding:118px 0 46px}
    .ab-hero h1{font-size:36px}
    .ab-hero-grid{grid-template-columns:1fr;gap:26px}
    .ab-hero-art{margin:0 auto;max-width:300px}
    .ab-split{grid-template-columns:1fr;gap:26px}
    .ab-split .ab-art-wrap{order:-1}
  }
  @media(max-width:640px){
    .ab-promise{flex-direction:column;text-align:center;align-items:center}
    .ab-head{flex-direction:column;text-align:center;gap:9px}
    .ab-head h2{font-size:23px}
  }
  @media(max-width:460px){
  }
  .ab-intro{font-size:16.5px;max-width:720px;margin:-4px 0 22px}

  .ab-compare{display:grid;grid-template-columns:1fr 1fr;gap:20px}
  .ab-col{border-radius:20px;padding:26px 24px;border:1px solid}
  .ab-col.yes{background:#eef9f3;border-color:#c6e7d6}
  .ab-col.no{background:#fdf0ef;border-color:#f7d3cf}
  .ab-col h3{font-size:18px;margin-bottom:15px;display:flex;align-items:center;gap:9px}
  .ab-col.yes h3{color:#217a52}
  .ab-col.no h3{color:#c0473c}
  .ab-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}
  .ab-col li{display:flex;gap:10px;align-items:flex-start;font-size:15px;line-height:1.55}
  .ab-col li .material-symbols-outlined{font-size:19px;flex:0 0 auto;margin-top:2px}
  .ab-col.yes li .material-symbols-outlined{color:#2e9c6a}
  .ab-col.no li .material-symbols-outlined{color:#e05348}



  .ab-cta{background:linear-gradient(120deg,#ffe9d3,#ffd7b5);border-radius:24px;padding:40px 34px;text-align:center}
  .ab-cta h2{font-size:26px;margin-bottom:9px}
  .ab-cta p{font-size:16px;color:#7a5c3f;font-weight:600;margin-bottom:22px}
  .ab-cta .row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

  @media(max-width:960px){
  }
  @media(max-width:640px){
    .ab-compare{grid-template-columns:1fr}
    .ab-cta{padding:30px 22px}
  }

  /* CONTACT PAGE */
  .ct-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  .ct-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px 24px;
    display:flex;flex-direction:column}
  .ct-card .cic{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;margin-bottom:14px}
  .ct-card .cic .material-symbols-outlined{font-size:26px}
  .ct-card h3{font-size:18px;margin-bottom:7px}
  .ct-card p{font-size:14.5px;line-height:1.6;margin:0 0 18px}
  .ct-card .btn{margin-top:auto;align-self:flex-start;word-break:break-all}
  .ct-links{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
  .ct-link{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);
    border-radius:16px;padding:18px;transition:all .2s;box-shadow:0 4px 12px rgba(22,50,75,.05)}
  .ct-link:hover{border-color:var(--orange);transform:translateY(-3px)}
  .ct-link .lic{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;
    background:#fff2e8;color:var(--orange)}
  .ct-link b{display:block;font-size:15px;color:var(--ink);margin-bottom:2px}
  .ct-link small{display:block;font-size:13px;color:var(--body);line-height:1.45}
  .ct-link .go{margin-left:auto;color:var(--orange)}
  .ct-checklist{display:grid;grid-template-columns:1fr 1fr;gap:12px 26px;list-style:none;margin-top:4px}
  .ct-checklist li{display:flex;gap:11px;align-items:flex-start;font-size:15.5px;line-height:1.55}
  .ct-checklist .material-symbols-outlined{color:var(--green);font-size:20px;flex:0 0 auto;margin-top:2px}
  @media(max-width:860px){
    .ct-cards,.ct-links{grid-template-columns:1fr}
    .ct-checklist{grid-template-columns:1fr}
  }

  /* contact form */
  .ct-form{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px 28px;
    box-shadow:0 10px 30px rgba(22,50,75,.06)}
  .ct-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .ct-field{margin-bottom:16px}
  .ct-field label{display:block;font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:6px}
  .ct-field input,.ct-field select,.ct-field textarea{width:100%;font-family:inherit;font-size:15.5px;
    color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 14px;
    outline:none;transition:border-color .15s}
  .ct-field textarea{min-height:150px;resize:vertical}
  .ct-field input:focus,.ct-field select:focus,.ct-field textarea:focus{border-color:var(--orange)}
  .ct-field .err{display:none;font-size:13px;color:#c0473c;margin-top:5px}
  .ct-field.invalid input,.ct-field.invalid textarea{border-color:#e8a49d}
  .ct-field.invalid .err{display:block}
  .ct-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
  .ct-note{font-size:13px;margin-top:14px}
  .ct-note a{color:var(--orange);font-weight:700;text-decoration:underline}
  .ct-status{border-radius:12px;padding:14px 16px;font-size:15px;font-weight:600;margin-bottom:18px;display:none}
  .ct-status.ok{display:block;background:#e9f6ef;border:1px solid #c3e7d5;color:#217a52}
  .ct-status.bad{display:block;background:#fdeceb;border:1px solid #f6cec9;color:#b23b31}
  @media(max-width:640px){.ct-row{grid-template-columns:1fr}.ct-form{padding:24px 20px}}

  .ab-promise{display:flex;gap:18px;align-items:center;background:linear-gradient(120deg,#f4eeff,#eae1fb);
    border:1px solid #ddd0f5;border-radius:22px;padding:28px 30px}
  .ab-promise .pic{width:54px;height:54px;border-radius:17px;background:#7c5cd6;color:#fff;
    display:grid;place-items:center;flex:0 0 auto}
  .ab-promise .pic .material-symbols-outlined{font-size:27px}
  .ab-promise b{display:block;color:#6a49c9;font-size:17px;margin-bottom:5px}
  .ab-promise p{margin:0;font-size:16px}
  /* About - editorial layout */
  .ab-eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
    color:var(--orange);margin-bottom:10px}
  .ab-hero h1{font-size:42px;line-height:1.14;letter-spacing:-.01em}
  .ab-sechead{max-width:640px;margin-bottom:30px}
  .ab-sechead h2{font-size:30px;line-height:1.2;margin-bottom:8px}
  .ab-sechead p{font-size:16px}
  .ab-split h2{font-size:28px;line-height:1.22;margin-bottom:14px}

  /* pull quote */
  .ab-quote{text-align:center;margin:0;padding:12px 0}
  .ab-quote p{font-size:31px;line-height:1.3;font-weight:700;color:var(--ink);letter-spacing:-.01em;margin:0 0 14px}
  .ab-quote cite{font-style:normal;font-size:13px;font-weight:700;letter-spacing:.1em;
    text-transform:uppercase;color:#a2b0bc}

  /* numbered principles */
  .ab-rules{list-style:none;counter-reset:none;margin:0;padding:0;
    display:grid;grid-template-columns:1fr 1fr;gap:2px 44px}
  .ab-rules li{display:flex;gap:18px;align-items:flex-start;padding:20px 0;border-top:1px solid var(--line)}
  .ab-rules .n{font-size:14px;font-weight:700;color:var(--orange);letter-spacing:.06em;
    padding-top:3px;flex:0 0 auto;min-width:26px}
  .ab-rules h3{font-size:17px;margin-bottom:5px;line-height:1.3}
  .ab-rules p{font-size:15px;line-height:1.6;margin:0}
  .ab-rules a{color:var(--orange);font-weight:700;text-decoration:underline}

  /* closing band */
  .ab-close{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:center}
  .ab-close-art{width:100%;display:block;border-radius:22px;box-shadow:0 18px 40px rgba(22,50,75,.11)}
  .ab-close h2{font-size:28px;line-height:1.22;margin-bottom:12px}
  .ab-close p{font-size:16.5px;margin-bottom:22px}
  .ab-close-cta{display:flex;gap:12px;flex-wrap:wrap}

  @media(max-width:960px){
    .ab-rules{grid-template-columns:1fr;gap:0}
    .ab-close{grid-template-columns:1fr;gap:26px}
    .ab-close-art{max-width:340px}
    .ab-quote p{font-size:24px}
    .ab-hero h1{font-size:33px}
    .ab-sechead h2,.ab-split h2,.ab-close h2{font-size:24px}
  }

  /* Icon fallback guard.
     Material Symbols renders the ligature NAME as fallback text, so a slow or
     blocked font shows the words "play_circle", "check_circle" etc. across the
     page. Hide them until the font reports ready; the script adds .icons-ready.
     If the font never loads the icons stay blank, which is far better than
     English words scattered through the design. */
  .material-symbols-outlined{visibility:hidden}
  html.icons-ready .material-symbols-outlined{visibility:visible}
