/*
Theme Name: Qore MSO
Theme URI: https://qoremso.com
Author: Qore MSO
Description: Custom theme for Qore MSO, a management services organization for property-claims law firms and public adjusting firms. Homepage, blog (five series), and application forms.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary
Text Domain: qore-mso
*/

  :root{
    --navy:#0E2A4F; --navy-deep:#081C36; --slate:#6E7F96; --grey:#D5DBE3; --mist:#EEF1F5; --white:#FFFFFF; --black:#000000;
    --ink:#101B2A; --rule:#C9D1DC;
    --display:"Manrope",system-ui,sans-serif; --body:"IBM Plex Sans",system-ui,sans-serif;
    --measure:62ch;
  }
  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
  body{margin:0;background:var(--white);color:var(--ink);font-family:var(--body);font-weight:400;font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased}
  a{color:inherit}
  a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--navy);outline-offset:3px}
  h1,h2,h3,h4{font-family:var(--display);font-weight:800;letter-spacing:-.01em;margin:0}
  h1{font-size:clamp(38px,5.4vw,64px);line-height:1.02}
  h2{font-size:clamp(28px,3.4vw,40px);line-height:1.1}
  h3{font-size:22px;line-height:1.25}
  h4{font-size:17px;font-weight:700}
  p{margin:0}
  .wrap{max-width:1180px;margin:0 auto;padding:0 32px}
  @media(max-width:700px){.wrap{padding:0 20px}}
  .lede{font-size:19px;font-weight:300;max-width:var(--measure);line-height:1.5}
  .measure{max-width:var(--measure)}

  /* Header */
  header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--rule)}
  .nav{display:flex;align-items:center;gap:32px;height:76px}
  .logo{display:flex;align-items:center;gap:12px;text-decoration:none}
  .logo svg{height:40px;width:auto;display:block}
  .logo small{font-family:var(--display);font-weight:700;font-size:13px;color:var(--slate);letter-spacing:.06em;padding-left:12px;border-left:1px solid var(--rule);line-height:1}
  nav ul{list-style:none;display:flex;gap:22px;margin:0 0 0 auto;padding:0}
  nav a{text-decoration:none;font-size:15px;font-weight:500;color:var(--navy);white-space:nowrap}
  nav a:hover{text-decoration:underline;text-underline-offset:5px}
  .btn{display:inline-block;font-family:var(--display);font-weight:700;font-size:15px;text-decoration:none;padding:12px 20px;border-radius:4px;border:2px solid var(--navy);background:var(--navy);color:var(--white);cursor:pointer}
  .btn.ghost{background:transparent;color:var(--navy)}
  .btn.light{background:var(--white);color:var(--navy);border-color:var(--white)}
  .btn.light.ghost{background:transparent;color:var(--white)}
  .menu-btn{display:none;margin-left:auto;background:none;border:2px solid var(--navy);border-radius:4px;padding:8px 12px;font-family:var(--display);font-weight:700;color:var(--navy)}
  @media(max-width:980px){
    nav{display:none;position:absolute;left:0;right:0;top:76px;background:var(--white);border-bottom:1px solid var(--rule);padding:12px 32px 20px}
    nav.open{display:block}
    nav ul{flex-direction:column;gap:14px}
    .menu-btn{display:block}
    .nav .btn{display:none}
  }

  /* Hero (video background) */
  .hero{position:relative;background:var(--navy-deep);color:var(--white);padding:120px 0 150px;overflow:hidden;isolation:isolate}
  .hero-bg{position:absolute;inset:0;z-index:-1}
  .hero-bg video,.hero-bg img{width:100%;height:100%;object-fit:cover;display:block}
  .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,28,54,.92) 0%,rgba(8,28,54,.78) 45%,rgba(8,28,54,.45) 100%)}
  @media(prefers-reduced-motion:reduce){.hero-bg video{display:none}}
  .hero .top{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:end}
  .hero .kicker{color:var(--grey)}
  .hero h1{color:var(--white)}
  .hero .lede{margin-top:22px;color:#E7ECF3}
  .hero-mark{justify-self:end;width:min(280px,60%);filter:drop-shadow(0 8px 30px rgba(0,0,0,.35))}
  .hero-mark svg{width:100%;height:auto;display:block}
  .hero .actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}
  @media(max-width:860px){.hero{padding:72px 0 130px}.hero .top{grid-template-columns:1fr}.hero-mark{justify-self:start;width:130px;order:-1}}
  .ledger-band{margin-top:-96px;position:relative;z-index:1}
  .ledger{background:var(--white);box-shadow:0 20px 60px rgba(8,28,54,.18)}

  /* Ownership ledger */
  .ledger{display:grid;grid-template-columns:1fr 2.6fr;border:2px solid var(--navy);border-radius:6px;overflow:hidden}
  .ledger > div{padding:34px 32px}
  .ledger .keep{background:var(--white)}
  .ledger .run{background:var(--navy);color:var(--white)}
  .ledger h3{margin-bottom:18px}
  .ledger ul{list-style:none;margin:0;padding:0}
  .ledger .keep li{padding:12px 0;border-top:1px solid var(--rule);font-weight:500}
  .ledger .keep li:first-child{border-top:0}
  .ledger .keep li span{display:block;font-weight:300;font-size:15px;color:var(--slate);margin-top:2px}
  .ledger .run ul{columns:3;column-gap:32px}
  .ledger .run li{break-inside:avoid;padding:6px 0;font-weight:300;font-size:15.5px;border-top:1px solid rgba(255,255,255,.14)}
  .ledger .run p{margin-top:22px;font-size:14px;color:var(--grey);max-width:70ch;font-weight:300}
  @media(max-width:860px){.ledger{grid-template-columns:1fr}.ledger .run ul{columns:2}}
  @media(max-width:560px){.ledger .run ul{columns:1}}

  section{padding:96px 0}
  section.tight{padding:72px 0}
  .head{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:48px}
  .head p{max-width:52ch;font-weight:300;font-size:17.5px}
  @media(max-width:860px){.head{grid-template-columns:1fr;gap:16px}}

  /* Model */
  .model{background:var(--mist)}
  .structure{display:grid;grid-template-columns:1fr 250px 1fr;gap:0;align-items:stretch}
  .entity{background:var(--white);border:1px solid var(--rule);border-radius:6px;padding:28px}
  .entity h3{margin-bottom:8px}
  .entity p{font-weight:300;font-size:15.5px;color:#2A3A50}
  .entity ul{margin:16px 0 0;padding-left:18px;font-size:15px;font-weight:300}
  .entity li{margin:4px 0}
  .msa{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 26px;text-align:center}
  .msa .line{width:2px;flex:1;background:var(--navy)}
  .msa .tag{font-family:var(--display);font-weight:800;font-size:15px;color:var(--navy);padding:10px 0;line-height:1.25}
  .msa .tag small{display:block;font-family:var(--body);font-weight:300;color:var(--slate);font-size:13px;margin-top:6px;line-height:1.4}
  @media(max-width:860px){.structure{grid-template-columns:1fr}.msa{flex-direction:row;padding:14px 0}.msa .line{height:2px;width:auto}.msa .tag{padding:0 16px}}
  .tiers{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:6px;overflow:hidden}
  .tiers div{background:var(--white);padding:22px 24px}
  .tiers h4{margin-bottom:6px;color:var(--navy)}
  .tiers p{font-size:15px;font-weight:300}
  @media(max-width:700px){.tiers{grid-template-columns:1fr}}

  /* Modules */
  .modules{border-top:1px solid var(--rule)}
  .modlist{border-top:2px solid var(--navy)}
  details.mod{border-bottom:1px solid var(--rule)}
  details.mod summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(220px,1fr) 2fr auto;gap:24px;align-items:baseline;padding:22px 0}
  details.mod summary::-webkit-details-marker{display:none}
  details.mod summary h3{color:var(--navy)}
  details.mod summary .brief{font-weight:300;font-size:16px;color:#2A3A50;max-width:60ch}
  details.mod summary .tog{font-family:var(--display);font-weight:800;font-size:22px;color:var(--navy);width:28px;text-align:center;line-height:1}
  details.mod[open] summary .tog::before{content:"–"}
  details.mod summary .tog::before{content:"+"}
  details.mod .body{padding:0 0 30px;display:grid;grid-template-columns:minmax(220px,1fr) 2fr;gap:24px}
  details.mod .body .why{font-size:15px;font-weight:300;color:var(--slate);max-width:32ch}
  details.mod .body ul{margin:0;padding:0;list-style:none;columns:2;column-gap:32px}
  details.mod .body li{break-inside:avoid;padding:6px 0 6px 18px;position:relative;font-size:15.5px;font-weight:300}
  details.mod .body li::before{content:"";position:absolute;left:0;top:14px;width:8px;height:2px;background:var(--navy)}
  @media(max-width:860px){details.mod summary{grid-template-columns:1fr auto}details.mod summary .brief{grid-column:1/-1}details.mod .body{grid-template-columns:1fr}details.mod .body ul{columns:1}}

  /* Network */
  .network{background:var(--navy);color:var(--white)}
  .network .head p{color:var(--grey)}
  .netgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
  .netgrid h3{font-size:18px;padding-bottom:12px;border-bottom:2px solid rgba(255,255,255,.35);margin-bottom:12px}
  .netgrid ul{list-style:none;margin:0;padding:0}
  .netgrid li{font-weight:300;font-size:15px;padding:5px 0;color:#E7ECF3}
  @media(max-width:980px){.netgrid{grid-template-columns:repeat(2,1fr)}}
  @media(max-width:560px){.netgrid{grid-template-columns:1fr}}
  .netrun{margin-top:56px;display:grid;grid-template-columns:1fr 2fr;gap:40px;padding-top:40px;border-top:1px solid rgba(255,255,255,.25)}
  .netrun ul{list-style:none;margin:0;padding:0;columns:2;column-gap:32px}
  .netrun li{break-inside:avoid;font-weight:300;font-size:15.5px;padding:6px 0;color:#E7ECF3}
  .netrun li b{font-weight:600;color:var(--white)}
  .netrun .note{font-size:14px;color:var(--grey);margin-top:18px;font-weight:300;max-width:60ch}
  @media(max-width:860px){.netrun{grid-template-columns:1fr}.netrun ul{columns:1}}

  /* Audiences */
  .aud{display:grid;grid-template-columns:1fr 1fr;gap:32px}
  .aud article{border:1px solid var(--rule);border-radius:6px;padding:36px 34px}
  .aud article.pa{background:var(--mist)}
  .aud h3{color:var(--navy);margin-bottom:10px;font-size:26px}
  .aud .prob{font-weight:300;color:#2A3A50;margin-bottom:22px}
  .aud dl{margin:0}
  .aud dt{font-weight:600;font-size:15.5px;margin-top:14px}
  .aud dd{margin:2px 0 0;font-weight:300;font-size:15.5px}
  .aud .btn{margin-top:28px}
  @media(max-width:860px){.aud{grid-template-columns:1fr}}

  /* Storm */
  .storm{background:var(--black);color:var(--white)}
  .storm .head p{color:var(--grey)}
  .timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;margin-top:16px}
  .timeline::before{content:"";position:absolute;left:0;right:0;top:9px;height:2px;background:rgba(255,255,255,.35)}
  .timeline li{list-style:none;padding:0 22px 0 0;position:relative}
  .timeline li::before{content:"";display:block;width:20px;height:20px;border-radius:50%;background:var(--black);border:3px solid var(--white);margin-bottom:22px;position:relative}
  .timeline li.hot::before{background:var(--white)}
  .timeline h3{font-size:17px;margin-bottom:6px}
  .timeline .when{font-size:13px;color:var(--grey);font-weight:300;margin-bottom:8px}
  .timeline p{font-size:14.5px;font-weight:300;color:#E7ECF3}
  @media(max-width:980px){.timeline{grid-template-columns:1fr;gap:26px}.timeline::before{left:9px;right:auto;top:0;bottom:0;width:2px;height:auto}.timeline li{padding:0 0 0 40px}.timeline li::before{position:absolute;left:0;top:0;margin:0}}
  .storm .pool{margin-top:56px;display:grid;grid-template-columns:1fr 1fr;gap:40px;padding-top:40px;border-top:1px solid rgba(255,255,255,.25)}
  .storm .pool p,.storm .pool li{font-weight:300;color:#E7ECF3;font-size:15.5px}
  .storm .pool ul{margin:10px 0 0;padding-left:18px}
  @media(max-width:860px){.storm .pool{grid-template-columns:1fr}}

  /* Data */
  .data .rows{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:6px;overflow:hidden}
  .data .rows div{background:var(--white);padding:26px}
  .data h3{font-size:19px;color:var(--navy);margin-bottom:8px}
  .data .rows p{font-size:15.5px;font-weight:300}
  @media(max-width:860px){.data .rows{grid-template-columns:1fr}}

  /* Compliance */
  .compliance{background:var(--mist)}
  .rules{display:grid;grid-template-columns:1fr 1fr;gap:32px}
  .rules article{background:var(--white);border:1px solid var(--rule);border-radius:6px;padding:30px}
  .rules h3{color:var(--navy);font-size:20px;margin-bottom:14px}
  .rules ul{margin:0;padding-left:18px}
  .rules li{font-weight:300;font-size:15.5px;margin:8px 0}
  .rules li b{font-weight:600}
  .rules .cite{font-size:13.5px;color:var(--slate);margin-top:14px;font-weight:300}
  @media(max-width:860px){.rules{grid-template-columns:1fr}}

  /* Apply */
  .apply{border-top:1px solid var(--rule)}
  .forms{display:grid;grid-template-columns:1fr 1fr;gap:32px}
  form{border:1px solid var(--rule);border-radius:6px;padding:32px}
  form.vendor{background:var(--mist)}
  form h3{color:var(--navy);margin-bottom:4px}
  form .sub{font-size:15px;font-weight:300;color:#2A3A50;margin-bottom:20px}
  label{display:block;font-size:14px;font-weight:500;margin:14px 0 6px}
  input,select,textarea{width:100%;font:inherit;font-size:15px;padding:11px 12px;border:1px solid #AEB8C6;border-radius:4px;background:var(--white);color:var(--ink)}
  textarea{min-height:96px;resize:vertical}
  .two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .checks{display:grid;grid-template-columns:1fr 1fr;gap:6px 14px;margin-top:6px}
  .checks label{display:flex;align-items:center;gap:8px;margin:0;font-weight:300;font-size:14.5px}
  .checks input{width:auto}
  form .btn{margin-top:22px;width:100%;text-align:center}
  .done{display:none;padding:18px;border-radius:4px;background:var(--navy);color:var(--white);margin-top:18px;font-size:15px}
  @media(max-width:860px){.forms{grid-template-columns:1fr}}
  @media(max-width:520px){.two,.checks{grid-template-columns:1fr}}

  footer{background:var(--navy-deep);color:var(--grey);padding:56px 0 40px}
  .foot{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
  .foot svg{height:38px;width:auto;display:block;margin-bottom:18px}
  .foot p{font-size:14px;font-weight:300;max-width:52ch}
  .foot h4{color:var(--white);margin-bottom:10px}
  .foot ul{list-style:none;margin:0;padding:0}
  .foot li{margin:6px 0;font-size:14.5px;font-weight:300}
  .foot a{text-decoration:none}
  .foot a:hover{text-decoration:underline}
  .foot .social{display:flex;flex-wrap:wrap;gap:8px}
  .foot .social li{margin:0}
  .foot .social a{display:inline-block;padding:7px 12px;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-family:var(--display);font-weight:700;font-size:13px;color:var(--white)}
  .foot .social a:hover{background:var(--white);color:var(--navy-deep);text-decoration:none}
  @media(max-width:860px){.foot{grid-template-columns:1fr 1fr}}
  @media(max-width:560px){.foot{grid-template-columns:1fr}}
  .legal{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18);font-size:13px;font-weight:300;color:#AAB6C6;max-width:90ch;line-height:1.55}
  @media(max-width:860px){.foot{grid-template-columns:1fr}}

  /* ---------- Blog ---------- */
  .blog-hero{padding:72px 0 40px;border-bottom:1px solid var(--rule)}
  .blog-hero h1{font-size:clamp(34px,4.6vw,52px)}
  .blog-hero .lede{margin-top:16px}
  .series-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
  .series-nav a{text-decoration:none;font-family:var(--display);font-weight:700;font-size:14px;padding:8px 14px;border:1.5px solid var(--navy);border-radius:4px;color:var(--navy)}
  .series-nav a.current,.series-nav a:hover{background:var(--navy);color:var(--white)}
  .postgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:48px 0 80px}
  @media(max-width:980px){.postgrid{grid-template-columns:repeat(2,1fr)}}
  @media(max-width:600px){.postgrid{grid-template-columns:1fr}}
  .postcard{display:flex;flex-direction:column;border:1px solid var(--rule);border-radius:6px;overflow:hidden;background:var(--white)}
  .postcard img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid var(--rule)}
  .postcard .ph{aspect-ratio:16/9;background:var(--navy)}
  .postcard .in{padding:20px 22px 24px;display:flex;flex-direction:column;gap:8px;flex:1}
  .postcard .series{font-size:13px;font-weight:500;color:var(--slate)}
  .postcard .series a{text-decoration:none}
  .postcard h3{font-size:19px;line-height:1.25}
  .postcard h3 a{text-decoration:none;color:var(--navy)}
  .postcard h3 a:hover{text-decoration:underline;text-underline-offset:4px}
  .postcard p{font-size:15px;font-weight:300;color:#2A3A50}
  .postcard time{font-size:13px;color:var(--slate);margin-top:auto;padding-top:10px}
  .pagination{display:flex;gap:8px;justify-content:center;padding:0 0 72px}
  .pagination a,.pagination span{font-family:var(--display);font-weight:700;font-size:14px;padding:8px 14px;border:1.5px solid var(--navy);border-radius:4px;text-decoration:none;color:var(--navy)}
  .pagination .current{background:var(--navy);color:var(--white)}
  .article-hero{background:var(--navy);color:var(--white);padding:56px 0 48px}
  .article-hero .series{font-family:var(--display);font-weight:700;font-size:14px;color:var(--grey);margin-bottom:14px}
  .article-hero .series a{color:var(--grey);text-decoration:none}
  .article-hero h1{font-size:clamp(30px,4.2vw,50px);max-width:24ch}
  .article-hero .meta{margin-top:18px;font-size:14px;color:var(--grey);font-weight:300}
  .article-img{max-width:900px;margin:-40px auto 0;padding:0 32px}
  .article-img img{display:block;width:100%;border-radius:6px;border:1px solid var(--rule)}
  .article{max-width:720px;margin:0 auto;padding:48px 32px 80px}
  .article p{margin:0 0 22px;font-size:18px;line-height:1.65}
  .article h2{font-size:26px;margin:44px 0 14px}
  .article h3{font-size:20px;margin:32px 0 10px}
  .article ul,.article ol{margin:0 0 22px;padding-left:24px;font-size:17.5px;line-height:1.6}
  .article li{margin:6px 0}
  .article em{color:#2A3A50}
  .article strong{font-weight:600}
  .article blockquote{margin:28px 0;padding:4px 0 4px 22px;border-left:3px solid var(--navy);font-weight:300;color:#2A3A50}
  .article hr{border:0;border-top:1px solid var(--rule);margin:36px 0}
  .article img{max-width:100%;height:auto;border-radius:4px}
  .article .cta{margin-top:44px;padding:28px 30px;background:var(--mist);border:1px solid var(--rule);border-radius:6px}
  .article .cta h3{margin:0 0 8px;color:var(--navy)}
  .article .cta p{font-size:16px;margin:0 0 16px;font-weight:300}
  .related{background:var(--mist);padding:64px 0 80px;border-top:1px solid var(--rule)}
  .related h2{margin-bottom:28px}
  .related .postgrid{padding:0}
  .page-body{max-width:760px;margin:0 auto;padding:64px 32px 96px}
  .page-body h1{margin-bottom:20px}
  .page-body p{margin:0 0 20px;font-size:17.5px;line-height:1.6}
  .wp-block-image img,.alignwide,.alignfull{max-width:100%;height:auto}
  .screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

  /* Trust strip */
  .trust{background:var(--white);border-bottom:1px solid var(--rule);padding:48px 0}
  .trust-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
  .trust-list li{padding-left:16px;border-left:3px solid var(--navy)}
  .trust-list b{display:block;font-family:var(--display);font-weight:800;font-size:16px;color:var(--navy);margin-bottom:6px}
  .trust-list span{font-size:14.5px;font-weight:300;color:#2A3A50;line-height:1.5}
  @media(max-width:980px){.trust-list{grid-template-columns:1fr 1fr}}
  @media(max-width:560px){.trust-list{grid-template-columns:1fr}}
  /* After you apply */
  .after{margin-top:48px;padding:36px;border:1px solid var(--rule);border-radius:6px;background:var(--white)}
  .after h3{color:var(--navy);margin-bottom:18px}
  .after ol{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;counter-reset:step}
  .after li{counter-increment:step;font-size:15.5px;font-weight:300;line-height:1.55;padding-top:34px;position:relative}
  .after li::before{content:counter(step);position:absolute;top:0;left:0;font-family:var(--display);font-weight:800;font-size:22px;color:var(--navy)}
  .after li b{font-weight:600;display:block;margin-bottom:4px}
  @media(max-width:860px){.after ol{grid-template-columns:1fr}}
  /* FAQ */
  .faq{background:var(--mist)}
  .faqlist{border-top:2px solid var(--navy)}
  .faqlist details.mod summary{grid-template-columns:1fr auto}
  .faqlist details.mod summary h3{font-size:19px}
  .faqlist details.mod .body{grid-template-columns:1fr;padding-bottom:24px}
  .faqlist details.mod .body p{font-weight:300;font-size:16.5px;max-width:70ch}
  /* Newsletter */
  .newsletter{margin-top:48px;padding:28px 32px;border:1px solid rgba(255,255,255,.18);border-radius:6px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
  .newsletter h4{color:var(--white);margin-bottom:4px}
  .newsletter p{font-size:14px;font-weight:300;margin:0}
  .newsletter .nl{display:flex;gap:10px}
  .newsletter .nl input[type=email]{min-width:260px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.06);color:var(--white)}
  .newsletter .nl input::placeholder{color:#AAB6C6}
  .newsletter .nl-done{grid-column:1/-1;color:var(--white);font-weight:500}
  @media(max-width:860px){.newsletter{grid-template-columns:1fr}.newsletter .nl{flex-wrap:wrap}.newsletter .nl input[type=email]{min-width:0;flex:1}}
  .legal a{color:#AAB6C6}
  /* Team (About page) */
  .team{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:32px 0 48px}
  .team figure{margin:0}
  .team img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;background:var(--grey)}
  .team figcaption{margin-top:12px}
  .team b{display:block;font-family:var(--display);font-weight:800;color:var(--navy)}
  .team i{display:block;font-style:normal;font-size:14px;color:var(--slate);margin-bottom:8px}
  .team p{font-size:15px;font-weight:300;margin:0}
  @media(max-width:860px){.team{grid-template-columns:1fr 1fr}}
  @media(max-width:560px){.team{grid-template-columns:1fr}}
