/* AACE Australian Section — child theme styles
   Derived from the approved redesign concept. */
:root{
    --navy:#0B2340;
    --navy-deep:#071626;
    --marine:#1E6FA8;
    --gold:#D4A441;
    --gold-soft:#F0DEB0;
    --gum:#4C7A63;
    --sand:#F6F3EC;
    --ink:#1B2430;
    --ink-soft:#5A6472;
    --line:#E4DECD;
    --linkedin:#0A66C2;
    --yt-red:#CE2E2E;
    --radius:2px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--sand);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,h4{
    font-family:'Fraunces',serif;
    font-weight:600;
    margin:0;
    letter-spacing:-0.01em;
    color:var(--navy);
  }
  a{color:inherit;text-decoration:none;}
  img{max-width:100%;display:block;}
  .eyebrow{
    font-family:'IBM Plex Mono',monospace;
    font-size:12px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--marine);
    font-weight:500;
  }
  .eyebrow.on-dark{color:var(--gold);}
  .wrap{max-width:1180px;margin:0 auto;padding:0 28px;}
  .btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:13px 26px;
    border-radius:var(--radius);
    font-weight:600;
    font-size:14.5px;
    cursor:pointer;
    border:1px solid transparent;
    transition:all .18s ease;
  }
  .btn-gold{background:var(--gold);color:var(--navy-deep);}
  .btn-gold:hover{background:#c2933a;}
  .btn-outline{border-color:rgba(255,255,255,0.35);color:#fff;}
  .btn-outline:hover{border-color:#fff;background:rgba(255,255,255,0.08);}
  .btn-navy{background:var(--navy);color:#fff;}
  .btn-navy:hover{background:var(--navy-deep);}
  .btn-ghost{border-color:var(--line);color:var(--navy);background:#fff;}
  .btn-ghost:hover{border-color:var(--navy);}

  /* ---------- Utility bar ---------- */
  .utility-bar{
    background:var(--navy-deep);
    color:#c9d3dd;
    font-size:12.5px;
  }
  .utility-bar .wrap{
    display:flex;justify-content:space-between;align-items:center;height:36px;
  }
  .utility-bar a{opacity:.85;margin-right:18px;}
  .utility-bar a:hover{opacity:1;color:var(--gold);}
  .utility-bar .socials{display:flex;align-items:center;gap:14px;}
  .utility-bar .socials a{
    margin:0;opacity:.8;display:flex;align-items:center;
  }
  .utility-bar .socials a:hover{opacity:1;}
  .utility-bar .socials svg{width:15px;height:15px;fill:currentColor;display:block;}
  .utility-bar .socials a:hover svg{fill:var(--gold);}

  /* ---------- Main nav ---------- */
  header.main-nav{
    background:var(--navy);
    position:sticky;top:0;z-index:50;
    box-shadow:0 1px 0 rgba(255,255,255,0.06);
  }
  .nav-inner{
    display:flex;align-items:center;justify-content:space-between;
    height:88px;
  }
  .brand{display:flex;align-items:center;flex:none;}
  .brand-logo{height:64px;width:auto;display:block;}
  nav.primary{display:flex;align-items:center;gap:2px;}
  nav.primary > .nav-item{position:relative;}
  nav.primary > .nav-item > a{
    display:block;padding:33px 16px;color:#dfe6ee;font-weight:600;font-size:14.5px;
  }
  nav.primary > .nav-item:hover > a{color:#fff;}
  nav.primary > .nav-item:hover .mega{opacity:1;visibility:visible;transform:translateY(0);}
  .mega{
    position:absolute;top:100%;left:0;
    background:#fff;
    min-width:260px;
    box-shadow:0 18px 34px rgba(7,22,38,0.18);
    padding:18px 0;
    opacity:0;visibility:hidden;transform:translateY(6px);
    transition:all .16s ease;
  }
  .mega a{
    display:block;padding:10px 24px;font-size:14px;color:var(--ink);font-weight:500;
  }
  .mega a:hover{background:var(--sand);color:var(--marine);}
  .mega .mega-label{
    padding:2px 24px 8px;font-family:'IBM Plex Mono',monospace;font-size:10.5px;
    letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);
  }
  .nav-cta{display:flex;align-items:center;gap:10px;}
  .hamburger{display:none;background:none;border:none;color:#fff;font-size:22px;cursor:pointer;}

  /* ---------- Hero ---------- */
  .hero{
    position:relative;
    background:linear-gradient(180deg,var(--navy) 0%, var(--navy-deep) 100%);
    color:#fff;
    overflow:hidden;
  }
  .hero-inner{
    display:grid;grid-template-columns:1.05fr 0.95fr;gap:40px;align-items:center;
    padding:88px 0 96px;
  }
  .hero h1{
    color:#fff;font-size:clamp(34px,4.6vw,58px);line-height:1.06;font-weight:600;
  }
  .hero h1 em{font-style:italic;color:var(--gold);font-weight:500;}
  .hero p.lede{
    margin-top:22px;font-size:17.5px;color:#c9d3dd;max-width:520px;line-height:1.65;
  }
  .hero-actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap;}
  .hero-stats{
    display:flex;gap:34px;margin-top:56px;flex-wrap:wrap;
  }
  .hero-stats div{border-left:2px solid rgba(212,164,65,0.5);padding-left:14px;}
  .hero-stats .num{font-family:'Fraunces',serif;font-size:26px;font-weight:600;color:var(--gold);}
  .hero-stats .lbl{font-size:12px;color:#aeb9c4;margin-top:2px;max-width:130px;}

  .constellation-wrap{position:relative;height:440px;}
  .globe-glow{
    position:absolute;inset:0;margin:auto;width:400px;height:400px;
    border-radius:50%;
    background:radial-gradient(circle at 32% 28%, rgba(30,111,168,0.55), rgba(11,35,64,0) 65%);
  }

  /* ---------- Sections ---------- */
  section{padding:96px 0;}
  section.tight{padding:70px 0;}
  .section-head{max-width:660px;margin-bottom:48px;}
  .section-head h2{font-size:clamp(26px,3vw,38px);margin-top:10px;}
  .section-head p{color:var(--ink-soft);margin-top:14px;font-size:16px;}
  .section-head-row{
    display:flex;align-items:flex-end;justify-content:space-between;gap:30px;
    margin-bottom:44px;flex-wrap:wrap;
  }
  .section-head-row .section-head{margin-bottom:0;}

  .band-sand{background:var(--sand);}
  .band-white{background:#fff;}
  .band-navy{background:var(--navy);color:#fff;}
  .band-navy h2{color:#fff;}
  .band-navy .section-head p{color:#c9d3dd;}

  /* Pillars (mission/vision/values) */
  .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line);}
  .pillar{padding:34px 32px;border-right:1px solid var(--line);background:#fff;}
  .pillar:last-child{border-right:none;}
  .pillar .eyebrow{margin-bottom:14px;}
  .pillar p{color:var(--ink-soft);font-size:15px;margin-top:12px;}

  /* Certification cards */
  .cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
  @media(max-width:1040px){.cert-grid{grid-template-columns:repeat(2,1fr);}}
  .cert-card{
    background:#fff;border:1px solid var(--line);padding:24px 22px;
    transition:box-shadow .2s ease, transform .2s ease;
  }
  .cert-card:hover{box-shadow:0 16px 30px rgba(11,35,64,0.1);transform:translateY(-3px);}
  .cert-tier{
    display:inline-block;font-family:'IBM Plex Mono',monospace;font-size:10.5px;
    letter-spacing:.08em;text-transform:uppercase;color:var(--gum);
    background:#EAF0EC;padding:4px 9px;margin-bottom:16px;
  }
  .cert-card h4{font-size:17px;line-height:1.28;}
  .cert-card .code{color:var(--marine);font-weight:700;font-size:13.5px;margin-top:4px;display:block;}
  .cert-card p{color:var(--ink-soft);font-size:13.5px;margin-top:9px;}
  .cert-note{
    margin-top:28px;font-size:14px;color:var(--ink-soft);
    border-left:3px solid var(--gold);padding:10px 18px;background:#fff;
  }

  /* Expo feature */
  .expo{
    display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;
  }
  .expo-card{
    background:var(--navy);color:#fff;padding:40px;position:relative;overflow:hidden;
  }
  .expo-card::after{
    content:"";position:absolute;right:-40px;top:-40px;width:180px;height:180px;
    border:1px solid rgba(212,164,65,0.35);border-radius:50%;
  }
  .expo-card .eyebrow{margin-bottom:12px;}
  .expo-card h3{color:#fff;font-size:26px;margin-top:6px;}
  .expo-card p{color:#c9d3dd;margin-top:14px;font-size:15px;}
  .expo-meta{
    display:flex;gap:24px;margin-top:26px;padding-top:22px;flex-wrap:wrap;
    border-top:1px solid rgba(255,255,255,0.14);position:relative;z-index:1;
  }
  .expo-meta div{font-size:12.5px;color:#aeb9c4;}
  .expo-meta strong{display:block;color:var(--gold);font-family:'Fraunces',serif;font-size:17px;font-weight:600;}
  .expo-list{
    margin:22px 0 0;padding:0;list-style:none;position:relative;z-index:1;
  }
  .expo-list li{
    display:flex;gap:10px;font-size:13.5px;color:#c9d3dd;padding:6px 0;line-height:1.5;
  }
  .expo-list li::before{
    content:"";width:5px;height:5px;border-radius:50%;background:var(--gold);
    flex:none;margin-top:8px;
  }
  .expo-streams{
    margin-top:26px;border-left:3px solid var(--gold);padding:4px 0 4px 18px;
  }
  .expo-streams .lbl{
    font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.08em;
    text-transform:uppercase;color:var(--ink-soft);margin-bottom:8px;
  }
  .expo-streams ul{margin:0;padding:0;list-style:none;}
  .expo-streams li{
    font-size:14.5px;color:var(--navy);font-weight:500;padding:3px 0;
  }
  .expo-partner{
    margin-top:20px;font-size:13.5px;color:var(--ink-soft);
    background:var(--sand);border:1px solid var(--line);padding:12px 16px;
  }

  /* Map / presence */
  .presence{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
  .city-list{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px;margin-top:26px;}
  .city-list div{
    display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;color:var(--navy);
    padding-bottom:10px;border-bottom:1px solid var(--line);
  }
  .dot{width:8px;height:8px;background:var(--gold);border-radius:50%;flex:none;}

  /* ---------- YouTube / video library ---------- */
  .yt-featured{
    display:grid;grid-template-columns:1.35fr 1fr;gap:0;
    border:1px solid var(--line);background:#fff;margin-bottom:22px;
  }
  .yt-featured-body{padding:38px 36px;display:flex;flex-direction:column;justify-content:center;}
  .yt-featured-body h3{font-size:clamp(21px,2.2vw,28px);line-height:1.22;margin-top:10px;}
  .yt-featured-body p{color:var(--ink-soft);font-size:15px;margin-top:14px;}
  .yt-featured-meta{
    display:flex;align-items:center;gap:14px;margin-top:24px;flex-wrap:wrap;
  }

  .yt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
  .yt-card{
    background:#fff;border:1px solid var(--line);
    display:flex;flex-direction:column;text-align:left;
    padding:0;font:inherit;color:inherit;cursor:pointer;
    transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
  }
  .yt-card:hover{box-shadow:0 16px 30px rgba(11,35,64,0.12);transform:translateY(-3px);border-color:#d8d0bd;}
  .yt-card:focus-visible{outline:2px solid var(--marine);outline-offset:2px;}

  .yt-thumb{
    position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;
    background:linear-gradient(135deg,var(--navy) 0%, var(--marine) 100%);
    flex:none;
  }
  .yt-thumb img{
    position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
    /* hqdefault is 4:3 with letterbox bars — scale up to crop them out */
    transform:scale(1.34);
  }
  .yt-thumb::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(180deg,rgba(7,22,38,0) 45%,rgba(7,22,38,0.55) 100%);
  }
  .yt-thumb .play{
    position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
    width:54px;height:38px;border-radius:9px;
    background:rgba(206,46,46,0.92);
    display:flex;align-items:center;justify-content:center;
    z-index:2;transition:background .18s ease, transform .18s ease;
  }
  .yt-thumb .play svg{width:17px;height:17px;fill:#fff;margin-left:2px;}
  .yt-card:hover .play,.yt-featured-thumb:hover .play{background:#e02f2f;transform:translate(-50%,-50%) scale(1.08);}
  .yt-thumb .dur{
    position:absolute;right:9px;bottom:9px;z-index:2;
    background:rgba(7,22,38,0.86);color:#fff;
    font-family:'IBM Plex Mono',monospace;font-size:11px;
    padding:2px 6px;border-radius:2px;letter-spacing:.02em;
  }
  .yt-featured-thumb{aspect-ratio:16/9;}
  .yt-featured-thumb .play{width:70px;height:49px;border-radius:12px;}
  .yt-featured-thumb .play svg{width:23px;height:23px;}

  .yt-body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1;}
  .yt-body .eyebrow{margin-bottom:9px;}
  .yt-body h4{font-size:16px;line-height:1.35;}
  .yt-body .who{
    font-size:13px;color:var(--ink-soft);margin-top:auto;padding-top:12px;
    display:flex;align-items:center;gap:7px;
  }
  .yt-body .who svg{width:14px;height:14px;fill:var(--yt-red);flex:none;}

  .yt-more{
    background:var(--navy);border-color:var(--navy);
    display:flex;align-items:stretch;position:relative;overflow:hidden;
  }
  .yt-more::after{
    content:"";position:absolute;right:-52px;bottom:-52px;width:170px;height:170px;
    border:1px solid rgba(212,164,65,0.32);border-radius:50%;
  }
  .yt-more-inner{
    padding:30px 26px;display:flex;flex-direction:column;justify-content:center;
    position:relative;z-index:1;
  }
  .yt-more h4{color:#fff;font-size:19px;line-height:1.3;margin-top:12px;}
  .yt-more .eyebrow{color:var(--gold);}
  .yt-more-link{
    margin-top:20px;font-family:'IBM Plex Mono',monospace;font-size:12px;
    letter-spacing:.06em;color:var(--gold);font-weight:500;
  }
  .yt-more:hover .yt-more-link{text-decoration:underline;}

  .yt-channel-bar{
    margin-top:26px;background:#fff;border:1px solid var(--line);
    padding:20px 26px;display:flex;align-items:center;justify-content:space-between;
    gap:22px;flex-wrap:wrap;
  }
  .yt-channel-id{display:flex;align-items:center;gap:14px;}
  .yt-channel-id .mark{
    width:44px;height:44px;flex:none;border-radius:50%;background:var(--yt-red);
    display:flex;align-items:center;justify-content:center;
  }
  .yt-channel-id .mark svg{width:22px;height:22px;fill:#fff;}
  .yt-channel-id .n1{font-weight:700;color:var(--navy);font-size:15.5px;}
  .yt-channel-id .n2{font-size:13px;color:var(--ink-soft);}

  /* Video lightbox */
  .lightbox{
    position:fixed;inset:0;z-index:200;
    background:rgba(7,22,38,0.93);
    display:none;align-items:center;justify-content:center;padding:28px;
  }
  .lightbox.open{display:flex;}
  .lightbox-inner{width:min(1000px,100%);}
  .lightbox-frame{
    position:relative;width:100%;aspect-ratio:16/9;background:#000;
    border:1px solid rgba(255,255,255,0.14);
  }
  .lightbox-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}
  .lightbox-bar{
    display:flex;align-items:center;justify-content:space-between;gap:20px;
    margin-top:16px;flex-wrap:wrap;
  }
  .lightbox-bar h4{color:#fff;font-size:17px;max-width:640px;}
  .lightbox-bar a{
    color:var(--gold);font-size:13.5px;font-weight:600;
    font-family:'IBM Plex Mono',monospace;letter-spacing:.04em;
  }
  .lightbox-close{
    position:absolute;top:18px;right:22px;
    background:none;border:none;color:#fff;font-size:30px;line-height:1;
    cursor:pointer;opacity:.8;
  }
  .lightbox-close:hover{opacity:1;}

  /* ---------- LinkedIn live feed ---------- */
  .li-layout{display:grid;grid-template-columns:330px 1fr;gap:34px;align-items:start;}

  .li-page-card{
    background:#fff;border:1px solid var(--line);position:sticky;top:112px;
  }
  .li-page-banner{
    height:76px;background:linear-gradient(115deg,var(--navy) 0%, var(--marine) 100%);
    position:relative;
  }
  .li-page-avatar{
    position:absolute;left:24px;bottom:-30px;
    width:82px;height:82px;border-radius:6px;background:#fff;
    border:4px solid #fff;box-shadow:0 2px 10px rgba(11,35,64,.18);
    display:flex;align-items:center;justify-content:center;padding:5px;
  }
  .li-page-avatar img{width:100%;height:auto;display:block;}
  .li-page-body{padding:44px 24px 24px;}
  .li-page-body h4{font-size:17px;line-height:1.3;}
  .li-page-body .li-sub{font-size:13.5px;color:var(--ink-soft);margin-top:6px;}
  .li-page-topics{
    margin:18px 0 20px;padding:16px 0;
    border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  }
  .li-page-topics .lbl{
    font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.08em;
    text-transform:uppercase;color:var(--ink-soft);margin-bottom:10px;
  }
  .li-page-topics ul{margin:0;padding:0;list-style:none;}
  .li-page-topics li{
    display:flex;align-items:center;gap:9px;font-size:13.5px;
    color:var(--navy);font-weight:500;padding:4px 0;
  }
  .li-page-topics li::before{
    content:"";width:5px;height:5px;border-radius:50%;
    background:var(--linkedin);flex:none;
  }
  .btn-li{
    background:var(--linkedin);color:#fff;width:100%;justify-content:center;
  }
  .btn-li:hover{background:#08529c;}
  .btn-li svg{width:15px;height:15px;fill:#fff;}

  .li-feed{display:flex;flex-direction:column;gap:16px;min-height:200px;}
  #li-fallback{display:flex;flex-direction:column;gap:16px;}
  .li-feed-status{
    display:flex;align-items:center;gap:10px;
    font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.08em;
    text-transform:uppercase;color:var(--ink-soft);margin-bottom:2px;
  }
  .li-live-dot{
    width:7px;height:7px;border-radius:50%;background:var(--gum);flex:none;
    box-shadow:0 0 0 0 rgba(76,122,99,.55);animation:liPulse 2.4s infinite;
  }
  @keyframes liPulse{
    0%{box-shadow:0 0 0 0 rgba(76,122,99,.5);}
    70%{box-shadow:0 0 0 7px rgba(76,122,99,0);}
    100%{box-shadow:0 0 0 0 rgba(76,122,99,0);}
  }
  @media (prefers-reduced-motion:reduce){
    .li-live-dot{animation:none;}
  }

  .li-post{
    background:#fff;border:1px solid var(--line);padding:20px 22px 16px;
  }
  .li-post-head{display:flex;align-items:center;gap:11px;}
  .li-post-avatar{
    width:42px;height:42px;border-radius:50%;flex:none;
    background:#fff;border:1px solid var(--line);
    display:flex;align-items:center;justify-content:center;
  }
  .li-post-avatar img{width:26px;height:26px;display:block;}
  .li-post-head .n{font-weight:700;font-size:14.5px;color:var(--navy);}
  .li-post-head .m{font-size:12.5px;color:var(--ink-soft);}
  .li-post p{font-size:14.5px;color:var(--ink);margin:14px 0 0;}
  .li-post .tags{margin-top:10px;font-size:14px;color:var(--linkedin);font-weight:500;}
  .li-post-foot{
    display:flex;align-items:center;gap:18px;margin-top:16px;padding-top:12px;
    border-top:1px solid var(--line);font-size:12.5px;color:var(--ink-soft);
  }
  .li-post-foot span{display:flex;align-items:center;gap:6px;}
  .li-post-foot svg{width:13px;height:13px;fill:var(--ink-soft);}

  .li-placeholder-note{
    background:#FFF8E6;border:1px dashed #D8BE7A;
    padding:13px 18px;font-size:13px;color:#7A6224;
    display:flex;align-items:flex-start;gap:10px;
  }
  .li-placeholder-note strong{color:#5E4A15;}
  .li-placeholder-note svg{width:15px;height:15px;fill:#B08D3A;flex:none;margin-top:2px;}
  .li-post.is-placeholder{opacity:.92;}

  /* Newsletters */
  .nl-band{
    display:flex;align-items:center;justify-content:space-between;gap:40px;
    flex-wrap:wrap;border:1px solid var(--line);background:#fff;padding:34px 36px;
    border-left:3px solid var(--gold);
  }
  .nl-band > div:first-child{flex:1 1 380px;min-width:0;max-width:62ch;}
  .nl-band > div:last-child{flex:0 1 auto;min-width:0;}
  .news-chip{
    background:#fff;border:1px solid var(--line);padding:18px 20px;font-weight:600;
    display:flex;align-items:center;justify-content:space-between;font-size:14.5px;
  }
  .news-chip:hover{border-color:var(--gold);}

  /* Committee */
  .people{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
  .person{background:#fff;border:1px solid var(--line);padding:24px 22px;display:flex;flex-direction:column;}
  .person .role{
    font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.09em;
    text-transform:uppercase;color:var(--marine);margin-bottom:12px;
  }
  .person h4{font-size:17px;line-height:1.25;}
  .person .creds{
    font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.06em;
    color:var(--gum);margin-top:6px;
  }
  .person p{color:var(--ink-soft);font-size:13.5px;margin-top:11px;}
  .chairs{
    margin-top:20px;border:1px dashed var(--line);background:#fff;
    padding:24px 28px;display:flex;align-items:center;justify-content:space-between;
    gap:28px;flex-wrap:wrap;
  }
  .chairs .states{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
  .chairs .states span{
    font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.05em;
    border:1px solid var(--line);padding:5px 11px;color:var(--navy);background:var(--sand);
  }

  /* CTA band */
  .cta-band{
    background:var(--navy);color:#fff;padding:70px 0;
    display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;
  }
  .cta-band h2{color:#fff;font-size:30px;max-width:520px;}
  .cta-band p{color:#c9d3dd;margin-top:10px;max-width:480px;}

  footer{background:var(--navy-deep);color:#aeb9c4;padding:64px 0 28px;font-size:14px;}
  .foot-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:32px;}
  .foot-logo{height:78px;width:auto;margin-bottom:20px;}
  .foot-grid h5{
    color:#fff;font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.08em;
    text-transform:uppercase;margin-bottom:16px;font-weight:500;
  }
  .foot-grid a{display:block;padding:6px 0;opacity:.85;}
  .foot-grid a:hover{opacity:1;color:var(--gold);}
  .foot-social{display:flex;align-items:center;gap:8px;}
  .foot-social svg{width:14px;height:14px;fill:currentColor;flex:none;}
  .foot-bottom{
    border-top:1px solid rgba(255,255,255,0.1);margin-top:44px;padding-top:22px;
    display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;
  }

  @media(max-width:1000px){
    .li-layout{grid-template-columns:1fr;}
    .li-page-card{position:static;}
    .yt-grid{grid-template-columns:repeat(2,1fr);}
  }
  @media(max-width:900px){
    nav.primary,.nav-cta .btn-outline{display:none;}
    .nav-inner{height:74px;}
    .brand-logo{height:46px;}
    .nav-cta{margin-left:14px;}
    .nav-cta .btn{padding:11px 15px;font-size:13px;}
    .foot-logo{height:66px;}
    .hamburger{display:block;}
    .hero-inner{grid-template-columns:1fr;}
    .constellation-wrap{height:280px;}
    .pillars{grid-template-columns:1fr;}
    .pillar{border-right:none;border-bottom:1px solid var(--line);}
    .cert-grid{grid-template-columns:1fr;}
    .people{grid-template-columns:1fr;}
    .nl-band{padding:26px 24px;}
    .nl-band > div{flex:1 1 100%;}
    .yt-grid{grid-template-columns:1fr;}
    .yt-featured{grid-template-columns:1fr;}
    .yt-featured-body{padding:28px 24px 32px;}
    .expo,.presence{grid-template-columns:1fr;}
    .newsletter-row{grid-template-columns:1fr 1fr;}
    .foot-grid{grid-template-columns:1fr 1fr;}
    .cta-band{flex-direction:column;align-items:flex-start;}
    .lightbox{padding:16px;}
  }

/* ---------- WordPress essentials ----------
   Newsup's stylesheet is dequeued, so the classes WordPress and its plugins
   expect have to be defined here. */
.screen-reader-text{
  border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;
  padding:0;position:absolute;width:1px;word-wrap:normal!important;
}
.skip-link{
  position:absolute;left:-9999px;top:0;z-index:200;
  background:var(--gold);color:var(--navy-deep);padding:12px 20px;font-weight:600;
}
.skip-link:focus{left:8px;top:8px;}
.alignleft{float:left;margin:6px 24px 18px 0;}
.alignright{float:right;margin:6px 0 18px 24px;}
.aligncenter{margin-left:auto;margin-right:auto;display:block;}
.alignwide,.alignfull{max-width:100%;}
.wp-caption{max-width:100%;}
.wp-caption-text,figcaption{font-size:13.5px;color:var(--ink-soft);margin-top:8px;}
.custom-logo{height:64px;width:auto;display:block;}
.sticky,.bypostauthor{}

/* Inner page shell for page.php / single.php */
.page-shell{background:var(--sand);padding:64px 0 88px;}
.page-shell .page-inner{
  background:#fff;border:1px solid var(--line);padding:48px 52px;max-width:820px;
}
.page-shell h1{font-size:clamp(28px,3.4vw,40px);margin-bottom:8px;}
.page-shell .page-body{margin-top:26px;}
.page-shell .page-body h2{font-size:24px;margin:32px 0 10px;}
.page-shell .page-body h3{font-size:19px;margin:26px 0 8px;}
.page-shell .page-body p{margin:0 0 1em;color:var(--ink);}
.page-shell .page-body ul,.page-shell .page-body ol{padding-left:22px;margin:0 0 1em;}
.page-shell .page-body li{margin-bottom:7px;}
.page-shell .page-body a{color:var(--marine);text-decoration:underline;text-underline-offset:2px;}
.page-shell .page-body img{margin:20px 0;}
.page-shell .page-body table{border-collapse:collapse;width:100%;margin:20px 0;}
.page-shell .page-body th,.page-shell .page-body td{
  border:1px solid var(--line);padding:9px 13px;text-align:left;font-size:14.5px;
}
@media(max-width:700px){
  .page-shell{padding:40px 0 56px;}
  .page-shell .page-inner{padding:30px 24px;}
}
