/* ─── RESET ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#2c2c2c;background:#fff;overflow-x:hidden;padding-top:68px}
body.page-slug-program-detail,body.single-program{padding-left:0!important;padding-right:0!important}
body.page-slug-program-detail .wp-site-blocks,body.single-program .wp-site-blocks{padding-left:0!important;padding-right:0!important}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* ─── TOKENS ─── */
:root{
  --blue:#00aeef; --pink:#ff2d78; --purple:#9b3dff;
  --amber:#f5a623; --green:#a5d91a; --teal:#00c9b1;
  --dark:#1a1a1a; --char:#2c2c2c; --d60:#444444; --d40:#888888;
}

/* ─── TYPE ─── */
h1,h2,h3{font-family:'Bricolage Grotesque',sans-serif;letter-spacing:-0.5px;line-height:1.1;color:var(--dark)}
h1{font-size:40px;font-weight:700;line-height:44px;letter-spacing:-0.5px}
h2{font-size:40px;font-weight:700;line-height:44px}
p{line-height:1.7;color:#555}
.eyebrow{font-family:'Inter',sans-serif;font-size:14px!important;font-weight:400!important;line-height:1.2!important;letter-spacing:1.38px!important;text-transform:uppercase!important;color:var(--d60);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* ─── BUTTONS ─── */
.btn{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;border-radius:100px;border:none;cursor:pointer;font-family:'Inter',sans-serif;font-size:16px;font-weight:600;line-height:24px;letter-spacing:.2px;transition:background .2s;white-space:nowrap}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:#0090ca}
.btn[disabled],.btn:disabled{background:#d6d6d6;color:#7a7a7a;cursor:not-allowed;pointer-events:none;border-color:#d6d6d6}
.btn-outline{background:transparent;border:1.5px solid var(--dark);color:var(--dark)}
.btn-outline:hover{background:rgba(0,0,0,.04)}

/* ─── NAV (shared) ─── */
.header-wrap{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:flex-start;padding:0 max(24px, calc((100% - 1200px) / 2));background:transparent;border-bottom:1px solid transparent}
@keyframes stickySlideIn{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}
@keyframes navLogoIn{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}
.header-wrap.scrolled{background:#fff;border-bottom:1px solid rgba(0,0,0,0.06);animation:stickySlideIn .35s cubic-bezier(0.16,1,0.3,1) forwards}
.logo-panel{flex-shrink:0;overflow:hidden;width:fit-content}
.logo-box{display:block;background:transparent;padding:14px 0;line-height:0;max-height:200px;opacity:1;transition:max-height .2s ease,opacity .2s ease,padding .2s ease}
.logo-full{height:120px;width:auto;display:block}
.logo-compact-wrap{display:none;align-items:center;gap:10px;flex-shrink:0}
.logo-compact{width:40px;height:40px;border-radius:8px;background:transparent;display:block;object-fit:contain;flex-shrink:0}
.nav-brand .brand-name{font-family:'Inter',sans-serif;font-weight:700;font-size:14px;color:#1a1a1a;line-height:1.3}
.nav-brand .brand-tag{font-family:'Inter',sans-serif;font-size:10px;font-weight:600;color:var(--blue);line-height:1.4}
.header-wrap.scrolled .logo-panel{max-width:0;overflow:hidden}
.header-wrap.scrolled .logo-box{max-height:0;opacity:0;padding-top:0;padding-bottom:0}
.header-wrap.scrolled .nav{padding-left:0}
.header-wrap.scrolled .logo-compact-wrap{display:flex;animation:navLogoIn .3s .15s ease both}
.nav{flex:1;display:flex;align-items:center;padding:14px 0 14px 24px}
.nav-links{display:flex;align-items:center;margin-left:auto}
.nav-links a{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-family:'Inter',sans-serif;font-weight:400;font-size:14px;color:var(--dark);white-space:nowrap;transition:background .15s}
.nav-links a:hover{background:rgba(0,0,0,.04)}
.nav-chevron{width:14px;height:14px;display:block;flex-shrink:0;opacity:.7}
.nav-cta{background:var(--blue);color:#fff;padding:0 20px;height:40px;border-radius:100px;font-family:'Inter',sans-serif;font-weight:600;font-size:14.4px;display:inline-flex;align-items:center;flex-shrink:0;margin-left:24px;transition:background .2s}
.nav-cta:hover{background:#0090ca}
.nav-dropdown{position:relative}
.nav-dropdown .dropdown-menu{display:none;position:absolute;top:100%;left:0;padding-top:8px;min-width:200px;z-index:200}
.nav-dropdown .dropdown-menu-inner{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.1);padding:10px;display:flex;flex-direction:column;gap:4px}
.nav-dropdown:hover .dropdown-menu{display:block}
.dropdown-menu-inner a{display:flex;align-items:center;min-height:44px;padding:10px 20px;border-radius:7px;font-family:'Inter',sans-serif;font-size:14px;font-weight:500;color:var(--dark);white-space:nowrap;transition:background .12s}
.dropdown-menu-inner a:hover{background:rgba(0,0,0,.04)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;width:40px;height:40px;justify-content:center;align-items:center}
.hamburger span{display:block;width:22px;height:2px;background:var(--dark);transition:transform .25s,opacity .15s}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:none;position:fixed;top:52px;left:0;right:0;background:#fff;padding:4px 20px 24px;box-shadow:0 10px 30px rgba(0,0,0,.08);z-index:45;flex-direction:column;gap:0;border-top:1px solid rgba(0,0,0,.06)}
@keyframes mobMenuItemIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.mobile-menu.open > *{opacity:0;animation:mobMenuItemIn .32s cubic-bezier(.16,1,.3,1) forwards}
.mobile-menu.open > *:nth-child(n){animation-delay:calc(.04s * var(--i, 1))}
.mobile-menu.open{display:flex}
.mob-link{padding:14px 8px;font-size:16px;color:var(--d60);border-bottom:1px solid rgba(0,0,0,.05);display:block}
.mob-group{border-bottom:1px solid rgba(0,0,0,.05)}
.mob-group-trigger{padding:14px 8px;font-size:16px;color:var(--d60);display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none}
.mob-group-trigger svg{transition:transform .2s}
.mob-group.open .mob-group-trigger svg{transform:rotate(180deg)}
.mob-group .mob-sub{display:none;padding:0 8px 10px 20px;flex-direction:column;gap:0}
.mob-group.open .mob-sub{display:flex}
.mob-sub a{padding:10px 0;font-size:15px;color:var(--d60)}
.mob-group .mob-link{border-bottom:none}
.mob-cta{margin-top:12px}
.mob-cta .btn{width:100%;justify-content:center}

/* ─── PROGRAM COLUMN (720px reading wrapper, for body) ─── */
.pd-col{max-width:720px;margin:0 auto;padding:0 24px}

/* Hero split — content left, 4:5 image right */
.pd-hero-split{max-width:1200px;margin:0 auto;padding:72px 24px 56px;display:grid;grid-template-columns:1.15fr 1fr;gap:64px;align-items:center}
.pd-hero-text{min-width:0}
.pd-tag{display:inline-block;font-family:'Inter',sans-serif;font-size:14px;font-weight:500;border-radius:100px;padding:4px 12px;margin-bottom:20px;background:rgba(0,174,239,.12);color:var(--blue)}
.pd-hero-text h1{font-size:48px;line-height:1.08;letter-spacing:-0.8px;margin:0 0 18px}
.pd-hero-text .pd-lede{font-family:'Inter',sans-serif;font-size:18px;line-height:1.6;color:var(--d60);margin:0 0 28px;max-width:560px}
.pd-meta{display:flex;flex-wrap:wrap;gap:10px 14px;font-family:'Inter',sans-serif;font-size:14px;color:#888;align-items:center;margin-bottom:56px}
.pd-meta .label{color:var(--dark);font-weight:500}
.pd-meta .dot{width:3px;height:3px;border-radius:50%;background:#bbb;flex-shrink:0}
.pd-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.pd-hero-img{aspect-ratio:4/5;border-radius:16px;overflow:hidden;background:#eef3f7 center/cover no-repeat}

/* Body starts after split hero */
.pd-body-wrap{padding-top:24px;margin-bottom:48px}
/* When a related-events section follows, that section's own `padding-top`
   provides the gap — drop the body's bottom margin so spacing doesn't
   double up. (Footer is the last DOM child, so `:last-child` doesn't work
   here; using adjacent-sibling targeting instead.) */
.pd-body-wrap:has(+ .pd-related){margin-bottom:0}

/* Body */
.pd-body p{font-family:'Inter',sans-serif;font-size:17.5px;line-height:1.75;color:#333;margin-bottom:22px}
.pd-body p.lead{font-size:20px;line-height:1.6;color:var(--dark);margin-bottom:32px}
.pd-body h2{font-size:28px;line-height:1.25;letter-spacing:-0.3px;margin:56px 0 16px}
.pd-body h3{font-size:20px;line-height:1.3;letter-spacing:-0.2px;margin:32px 0 12px}
.pd-body ul{margin:0 0 22px 22px;padding-left:0}
.pd-body li{font-family:'Inter',sans-serif;font-size:17px;line-height:1.7;color:#333;margin-bottom:10px}
.pd-body strong{color:var(--dark);font-weight:600}
.pd-body blockquote{margin:48px 0;padding:6px 0 6px 28px;border-left:3px solid var(--blue);font-family:'Bricolage Grotesque',sans-serif;font-size:22px;line-height:1.4;font-weight:700;color:var(--dark);letter-spacing:-0.3px}
.pd-body blockquote p{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;letter-spacing:inherit;margin:0}
.pd-body blockquote p + p{margin-top:14px}

/* ─── Body media: covers both block editor (wp-block-image) and
   classic editor (<p><img class="aligncenter wp-image-N size-full">). ─── */
.pd-body img{width:100%;height:auto;max-width:100%;display:block;border-radius:16px;margin:36px auto}
.pd-body p > img{margin:0}
.pd-body p:has(> img){margin:36px 0;text-align:center}
.pd-body figure.wp-block-image,
.pd-body .wp-block-image{margin:36px 0;max-width:100%}
.pd-body .wp-block-image img{margin:0}
/* Alignment classes — classic editor or wp-block-image */
.pd-body img.alignleft,
.pd-body .wp-block-image.alignleft img{width:auto;max-width:50%;float:left;margin:8px 24px 16px 0}
.pd-body img.alignright,
.pd-body .wp-block-image.alignright img{width:auto;max-width:50%;float:right;margin:8px 0 16px 24px}
.pd-body img.aligncenter,
.pd-body .wp-block-image.aligncenter img{margin-left:auto;margin-right:auto}
.pd-body .wp-block-image.alignwide{max-width:none;margin-left:-40px;margin-right:-40px}
.pd-body .wp-block-image.alignfull{max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}
.pd-body .wp-block-image.alignfull img{border-radius:0}
/* Respect user-set inline width/height (block editor resize handles or manual style) */
.pd-body img[style*="width"]{width:auto}
.pd-body .wp-block-image.is-resized img{width:auto}
/* Caption */
.pd-body .wp-block-image figcaption,
.pd-body figcaption,
.pd-body .wp-caption-text{margin:14px 0 0;text-align:center;font-family:'Inter',sans-serif;font-size:15px;font-style:italic;color:#888;line-height:1.5}
/* Video / embeds */
.pd-body .wp-block-video,
.pd-body .wp-block-embed{margin:36px 0}
.pd-body .wp-block-video video,
.pd-body .wp-block-embed iframe,
.pd-body iframe{max-width:100%;border-radius:16px}

/* Image + caption figure (inline, 3:2 landscape) */
.pd-figure{margin:36px 0}
.pd-figure-img{aspect-ratio:3/2;width:100%;border-radius:14px;overflow:hidden;background:#eef3f7 center/cover no-repeat;margin-bottom:12px}
.pd-figure figcaption{font-family:'Inter',sans-serif;font-size:14px;line-height:1.55;color:#888;font-style:italic;text-align:center;max-width:560px;margin:0 auto}


/* Program details card */
.pd-facts{margin:20px 0 28px;background:#f8f9fb;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:26px 28px}
.pd-facts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 32px}
.pd-fact .pd-f-label{font-family:'Inter',sans-serif;font-size:12.5px;font-weight:500;letter-spacing:1.1px;text-transform:uppercase;color:var(--d40);margin-bottom:4px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.pd-fact .pd-f-value{font-family:'Inter',sans-serif;font-size:16px;line-height:1.45;color:var(--dark);font-weight:500}

/* Core areas — pill row */
.pd-core{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 28px}
.pd-core span{display:inline-block;font-family:'Inter',sans-serif;font-size:14.5px;font-weight:500;border-radius:100px;padding:8px 16px;background:#fff;border:1px solid rgba(0,0,0,.1);color:var(--dark)}

/* Closing CTA block */
.pd-cta-block{margin:56px 0 20px;padding:44px 36px;background:linear-gradient(180deg,rgba(0,174,239,.08) 0%,rgba(0,174,239,.02) 100%);border-radius:20px;text-align:center}
.pd-cta-block h2{font-size:28px;line-height:1.2;letter-spacing:-0.3px;margin:0 0 10px}
.pd-cta-block p{font-family:'Inter',sans-serif;font-size:16.5px;line-height:1.6;color:var(--d60);margin:0 auto 24px;max-width:480px}
.pd-cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ─── RELATED ─── */
.pd-related{padding:96px max(24px, calc((100% - 1200px) / 2)) 48px;background:#fff}
.pd-related-head{max-width:1200px;margin:0 auto 40px;text-align:center}
.pd-related-head .eyebrow{color:var(--blue);margin-bottom:12px;display:block}
.pd-related-head h2{font-size:36px;line-height:1.15;letter-spacing:-0.4px}
.pd-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}
.pg-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s;color:inherit}
.pg-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.06)}
.pg-thumb{aspect-ratio:4/5;background:#eef3f7 center/cover no-repeat}
.pg-card-body{padding:18px 18px 20px;display:flex;flex-direction:column}
.pg-tag{align-self:flex-start;display:inline-block;font-family:'Inter',sans-serif;font-size:14px;font-weight:500;border-radius:100px;padding:4px 12px;margin-bottom:12px;background:rgba(0,174,239,.12);color:var(--blue)}
.pg-card-body h3{font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:17px;line-height:1.3;color:var(--dark);margin:0 0 8px;letter-spacing:-0.2px}
.pg-meta{font-family:'Inter',sans-serif;font-size:14px;line-height:1.4;color:#888;display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0}
.pg-meta .dot{width:3px;height:3px;border-radius:50%;background:#bbb;flex-shrink:0}

/* ─── NEWSLETTER ─── */
.pd-news{background:#f8f8f8;padding:64px max(24px, calc((100% - 1200px) / 2))}
.pd-news-inner{max-width:820px;margin:0 auto;text-align:center}
.pd-news h2{font-size:32px;line-height:38px;margin:0 0 12px}
.pd-news h2 em{font-style:normal;color:var(--blue)}
.pd-news p{font-family:'Inter',sans-serif;font-size:15px;line-height:24px;color:#555;margin:0 auto 28px;max-width:520px}
.pd-news form{display:flex;gap:10px;max-width:480px;margin:0 auto}
.pd-news input,.pd-news button{height:52px;line-height:52px;box-sizing:border-box;border-radius:100px;border:0;font-family:'Inter',sans-serif;font-size:14.5px;-webkit-appearance:none;appearance:none;margin:0}
.pd-news input{flex:1;padding:0 20px;color:var(--dark);background:rgba(0,174,239,.1);outline:none;transition:background .15s,box-shadow .15s}
.pd-news input::placeholder{color:#7a8a95}
.pd-news input:focus{background:rgba(0,174,239,.15);box-shadow:0 0 0 2px rgba(0,174,239,.3)}
.pd-news button{padding:0 28px;background:var(--blue);color:#fff;font-weight:600;cursor:pointer;transition:background .15s}
.pd-news button:hover{background:#0090ca}

/* ─── FOOTER (shared) ─── */
footer{background:#1a1a1a;position:relative;overflow:hidden}
.f-deco{position:absolute;pointer-events:none;opacity:.4}
.f-deco img{width:100%;height:100%}
.fd1{left:58px;top:42px;width:50px;height:51px}
.fd2{right:87px;bottom:60px;width:86px;height:87px}
.footer-main{display:flex;justify-content:space-between;padding:60px max(24px, calc((100% - 1200px) / 2));gap:40px}
.footer-brand{width:320px;display:flex;flex-direction:column;gap:24px}
.footer-logo{display:flex;align-items:center;gap:12px}
.footer-logo img{width:44px;height:44px;border-radius:10px}
.footer-brand-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:18px;color:#fff}
.footer-brand-tag{font-family:'Inter',sans-serif;font-size:14px!important;font-weight:400!important;letter-spacing:1.38px!important;text-transform:uppercase!important;color:var(--blue);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.footer-desc{font-family:'Inter',sans-serif;font-size:14px;line-height:24px;color:#888;width:280px}
.footer-social-lbl{font-family:'Inter',sans-serif;font-size:14px!important;font-weight:400!important;letter-spacing:1.38px!important;text-transform:uppercase!important;color:#555;margin-bottom:12px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.social-icons{display:flex;gap:8px}
.s-icon{width:36px;height:36px;background:#2c2c2c;border:1px solid #333;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#fff}
.s-icon:hover{background:#3a3a3a}
.s-icon img{width:20px;height:20px;opacity:.9}
.footer-col{display:flex;flex-direction:column;gap:20px}
.footer-col-title{font-family:'Inter',sans-serif;font-size:14px!important;font-weight:400!important;letter-spacing:1.38px!important;text-transform:uppercase!important;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.footer-links-list{display:flex;flex-direction:column;gap:14px}
.footer-links-list a{font-family:'Inter',sans-serif;font-size:14px;color:#888;transition:color .2s}
.footer-links-list a:hover{color:#ccc}
.contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}
.contact-item:last-child{margin-bottom:0}
.c-icon{width:32px;height:32px;background:#2c2c2c;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.c-icon img{width:15px;height:15px}
.c-name{font-family:'Inter',sans-serif;font-size:14px;font-weight:600;color:#ccc;line-height:1.4;white-space:nowrap}
.c-addr{font-family:'Inter',sans-serif;font-size:14px;color:#888;line-height:20px;margin-top:2px;width:220px}
.c-link{font-family:'Inter',sans-serif;font-size:14px;color:#888;display:block;line-height:1.55}
.c-link:hover{color:#ccc}
.footer-bottom{border-top:1px solid #2c2c2c;display:flex;justify-content:space-between;align-items:center;padding:20px max(24px, calc((100% - 1200px) / 2));font-family:'Inter',sans-serif;font-size:14px;color:#555}
.footer-bottom-links{display:flex;gap:24px}
.footer-bottom-links a{color:#555}
.footer-bottom-links a:hover{color:#888}

/* ─── RESPONSIVE ─── */
@media (max-width:1024px){
  html,body{min-width:0;max-width:100%;overflow-x:hidden}
  .pd-hero-split{grid-template-columns:1fr;gap:36px;padding:140px 24px 40px}
  .pd-hero-text{order:2}
  .pd-hero-img{order:1;max-width:480px;margin:0 auto;width:100%}
  .pd-hero-text h1{font-size:36px;line-height:1.15}
  .pd-related-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
  body{padding-top:0}
  .header-wrap{display:flex;align-items:center;justify-content:center;padding:0;min-height:96px;background:transparent!important;border-color:transparent!important}
  .header-wrap.scrolled{background:#fff!important;border-color:rgba(0,0,0,0.06)!important;min-height:52px}
  .logo-panel{overflow:visible;flex-shrink:0}
  .logo-box{padding:0}
  .logo-full{height:80px}
  .nav{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;padding:0 20px;width:auto;flex:0}
  .nav-links,.nav-cta{display:none!important}
  .hamburger{display:flex}
  .header-wrap.scrolled{justify-content:flex-start;padding:0 16px}
  .header-wrap.scrolled .nav{position:static;flex:1;padding:8px 0;width:auto;justify-content:space-between}
  .header-wrap.scrolled .logo-compact-wrap{display:flex!important}

  h1{font-size:30px;line-height:36px}
  h2{font-size:28px;line-height:34px}

  .pd-col{padding:0 20px}
  .pd-hero-split{padding:120px 20px 32px;gap:28px}
  .pd-hero-text h1{font-size:30px;line-height:1.18;letter-spacing:-0.4px}
  .pd-hero-text .pd-lede{font-size:17px;margin-bottom:22px}
  .pd-body p{font-size:16.5px;line-height:1.7}
  .pd-body p.lead{font-size:18px;line-height:1.6}
  .pd-body h2{font-size:23px;margin:40px 0 14px}
  .pd-body h3{font-size:18.5px;margin:28px 0 12px}
  .pd-body blockquote{font-size:19px;padding-left:20px;margin:30px 0}
  .pd-facts{padding:22px 22px}
  .pd-facts-grid{grid-template-columns:1fr;gap:16px}
  .pd-cta-block{padding:32px 22px;margin:40px 0 16px}
  .pd-cta-block h2{font-size:24px}
  .pd-related{padding:64px 20px 32px}
  .pd-related-head h2{font-size:26px}
  .pd-related-grid{grid-template-columns:1fr;gap:20px;max-width:420px;margin:0 auto}
  .pd-news{padding:48px 20px}
  .pd-news h2{font-size:24px;line-height:30px}
  .pd-news form{flex-direction:column;gap:12px;max-width:360px}
  .pd-news input,.pd-news button{width:100%;height:56px;line-height:56px;padding:0 24px}

  /* FOOTER */
  .footer-main{flex-direction:column;gap:32px;padding:40px 20px}
  .footer-brand,.footer-col{width:100%}
  .footer-desc{width:100%}
  .c-addr{width:100%}
  .footer-bottom{flex-direction:column;gap:10px;padding:20px;text-align:center}
}