/*
Theme Name: AACI Modern
Theme URI: https://www.aaciusa.org
Author: Creative Sphere Media
Description: Modern, accessible (WCAG AA) theme for Albanian-American Community of Illinois. Custom post types, Customizer integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: aaci
*/

:root{
  --red:#C1293A;--red-dark:#9E1F2E;--red-light:#E8475A;--red-glow:rgba(193,41,58,.08);
  --white:#FFFFFF;--off-white:#FAFAFA;--cream:#F5F5F3;--light-gray:#EEEEEB;
  --border:#E2E2DF;--border-light:#EDEDEA;
  --dark:#1A1A1A;--dark-2:#2A2A2A;--dark-3:#3A3A3A;
  --text-primary:#1A1A1A;--text-secondary:#4A4A4A;--text-muted:#6B6B6B;--text-subtle:#767676;
  --accent:#C1293A;--accent-dim:rgba(193,41,58,.06);
  --focus-ring:#C1293A;
  --card-bg:#FFFFFF;--card-border:#E8E8E5;--card-hover:#F8F8F6;
  --nav-bg:rgba(255,255,255,.92);--nav-border:rgba(0,0,0,.06);
  --footer-bg:#1A1A1A;--footer-text:#B3B3B3;--footer-muted:#909090;
  --radius:16px;--radius-sm:10px;--radius-pill:100px;
  --font-display:'Raleway',sans-serif;--font-body:'Ubuntu',sans-serif;
  --shadow-sm:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.06);
  --shadow-md:0 4px 16px rgba(0,0,0,.06);
  --shadow-lg:0 12px 40px rgba(0,0,0,.08);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:var(--font-body);background:var(--white);color:var(--text-primary);overflow-x:hidden;line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}ul,ol{list-style:none}
button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}

/* Accessibility */
*:focus-visible{outline:2px solid var(--focus-ring)!important;outline-offset:2px!important}
*:focus:not(:focus-visible){outline:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-100px;left:16px;z-index:9999;background:var(--red);color:#fff;padding:12px 24px;border-radius:8px;font-weight:700;font-size:.9rem;text-decoration:none;transition:top .2s}.skip-link:focus{top:16px}

/* Layout */
.container{max-width:1280px;margin:0 auto;padding:0 48px}
@media(max-width:768px){.container{padding:0 20px}}
.section{padding:96px 0}.section--alt{background:var(--cream)}
@media(max-width:768px){.section{padding:56px 0}}
.grid{display:grid;gap:16px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--auto{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.grid--auto-sm{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}
@media(max-width:1024px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}

/* Typography */
h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;letter-spacing:-.5px;line-height:1.1;color:var(--text-primary)}
h1{font-size:clamp(2.2rem,5vw,3.4rem);letter-spacing:-1.5px}
h2{font-size:clamp(1.8rem,3.5vw,2.6rem);letter-spacing:-1px}
h3{font-size:1.1rem;letter-spacing:-.2px;font-weight:700}
.text-muted{color:var(--text-muted)}.text-subtle{color:var(--text-subtle)}.text-secondary{color:var(--text-secondary)}
.text-gradient{background:linear-gradient(135deg,var(--red),#E8475A);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.text-dim{color:var(--text-subtle)}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:.88rem;font-weight:600;border-radius:var(--radius-pill);border:none;text-decoration:none;transition:all .3s;line-height:1}
.btn--primary{background:var(--red);color:#fff}.btn--primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(193,41,58,.2)}
.btn--secondary{background:var(--white);color:var(--text-primary);border:1.5px solid var(--border)}.btn--secondary:hover{border-color:var(--text-subtle);background:var(--off-white)}

/* Chip */
.chip{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;background:var(--accent-dim);border:1px solid rgba(193,41,58,.12);border-radius:var(--radius-pill);font-size:.68rem;font-weight:600;color:var(--red);text-transform:uppercase;letter-spacing:2px}

/* Cards */
.card{background:var(--card-bg);border:1.5px solid var(--card-border);border-radius:var(--radius);padding:28px;transition:all .3s;box-shadow:var(--shadow-sm)}
.card:hover,.card:focus-within{border-color:rgba(193,41,58,.2);box-shadow:var(--shadow-md)}
.card--interactive:hover,.card--interactive:focus-within{transform:translateY(-3px);box-shadow:var(--shadow-lg)}
.card--interactive{cursor:pointer}
.card__icon-box{width:44px;height:44px;background:var(--accent-dim);border:1px solid rgba(193,41,58,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--red);margin-bottom:16px}
.card__link{font-size:.75rem;font-weight:600;color:var(--red);text-transform:uppercase;letter-spacing:1px;display:inline-flex;align-items:center;gap:6px}

/* ═══ NAVIGATION ═══ */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:68px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;background:var(--nav-bg);backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid var(--nav-border);transition:box-shadow .3s}
.site-logo{display:flex;align-items:center;gap:10px;text-decoration:none;padding:4px}
.site-logo__img{height:40px;width:auto;max-width:180px;object-fit:contain}
.site-logo__mark{width:32px;height:32px;background:var(--red);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:13px;font-family:var(--font-display)}
.site-logo__text{font-family:var(--font-display);font-weight:800;font-size:1.2rem;letter-spacing:-.5px;color:var(--text-primary)}
.main-nav ul{display:flex;gap:2px;background:var(--off-white);border:1px solid var(--border-light);padding:3px;border-radius:var(--radius-pill);flex-wrap:nowrap}
.main-nav li{flex-shrink:0}
.main-nav a{display:block;padding:7px 12px;border-radius:var(--radius-pill);font-size:.72rem;font-weight:500;color:var(--text-muted);transition:all .3s;white-space:nowrap}
.main-nav a:hover{color:var(--text-primary);background:var(--white)}
.main-nav .current-menu-item a,.main-nav .current_page_item a,.main-nav .current-menu-ancestor>a{color:var(--text-primary);background:var(--white);font-weight:600;box-shadow:var(--shadow-sm)}
/* Dropdown */
.main-nav .has-dropdown{position:relative}
.main-nav .has-dropdown>a{display:flex;align-items:center;gap:4px}
.main-nav .dropdown-chevron{transition:transform .3s;flex-shrink:0}
.main-nav .has-dropdown:hover .dropdown-chevron,.main-nav .has-dropdown:focus-within .dropdown-chevron{transform:rotate(180deg)}
.main-nav .sub-menu{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:220px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px;z-index:200;list-style:none;box-shadow:var(--shadow-lg)}
.main-nav .sub-menu::before{content:'';position:absolute;top:-8px;left:0;right:0;height:8px}
.main-nav .has-dropdown:hover>.sub-menu,.main-nav .has-dropdown:focus-within>.sub-menu{display:block}
.main-nav .sub-menu li{margin:0}
.main-nav .sub-menu a{padding:10px 14px;border-radius:8px;font-size:.8rem;font-weight:500;color:var(--text-secondary);display:block;white-space:nowrap;transition:all .2s}
.main-nav .sub-menu a:hover,.main-nav .sub-menu a:focus{color:var(--red);background:var(--accent-dim)}
.main-nav .sub-menu .current-menu-item a{color:var(--red);background:var(--accent-dim);font-weight:600}
.nav-actions{display:flex;gap:10px;align-items:center}
.nav-actions__donate{color:var(--text-muted);font-size:.8rem;font-weight:500;padding:8px 4px;transition:color .3s}.nav-actions__donate:hover{color:var(--red)}
.nav-actions__join{background:var(--red);color:#fff;padding:9px 22px;border-radius:var(--radius-pill);font-size:.8rem;font-weight:600;transition:all .3s}.nav-actions__join:hover{background:var(--red-dark)}
.nav-toggle{display:none;background:none;border:none;color:var(--text-primary);padding:8px;line-height:0}.nav-toggle svg{width:24px;height:24px}
@media(max-width:1440px){.main-nav a{padding:6px 10px;font-size:.66rem}}
@media(max-width:1280px){.site-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--white)}.main-nav{display:none}.main-nav.is-open{display:block;position:fixed;top:68px;left:0;right:0;bottom:0;background:var(--white);padding:24px;z-index:9998;overflow-y:auto;overscroll-behavior:contain}.main-nav.is-open ul{flex-direction:column;background:transparent;border:none;padding:0;gap:4px}.main-nav.is-open a{padding:14px 20px;font-size:1rem;border-radius:var(--radius-sm);color:var(--text-secondary)}.main-nav.is-open .sub-menu{display:block;position:static;transform:none;background:transparent;border:none;box-shadow:none;padding:0 0 0 20px;min-width:0}.main-nav.is-open .sub-menu::before{display:none}.main-nav.is-open .sub-menu a{font-size:.9rem;padding:12px 20px;color:var(--text-muted)}.nav-toggle{display:block}}

/* ═══ HERO (dark section with image) ═══ */
.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:140px 48px 80px;position:relative;overflow:hidden;background:var(--dark);color:#fff}
.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,26,26,.7) 0%,rgba(26,26,26,.5) 40%,rgba(26,26,26,.85) 100%);z-index:1}
.hero__orb{position:absolute;border-radius:50%;filter:blur(80px);z-index:2;pointer-events:none}
.hero__orb--1{width:500px;height:500px;background:var(--red);top:-100px;left:-150px;opacity:.1}
.hero__orb--2{width:400px;height:400px;background:#FFD166;bottom:-80px;right:-100px;opacity:.06}
.hero__content{position:relative;z-index:3;max-width:860px}
.hero__badge{display:inline-flex;align-items:center;gap:10px;padding:8px 20px 8px 8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-pill);margin-bottom:32px;font-size:.76rem;font-weight:500;color:rgba(255,255,255,.8)}
.hero__badge-dot{width:24px;height:24px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center}.hero__badge-dot::after{content:'';width:7px;height:7px;background:#fff;border-radius:50%;animation:pulse 2s ease-in-out infinite}
.hero h1{font-size:clamp(2.2rem,4.5vw,3.2rem);line-height:1.12;letter-spacing:-1.5px;margin-bottom:24px;color:#fff;max-width:680px}
.hero__desc{font-size:1.05rem;line-height:1.7;color:rgba(255,255,255,.7);max-width:520px;margin:0 auto 36px}
.hero__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.hero .btn--secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.hero .btn--secondary:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}
.hero__stats{display:flex;gap:48px;margin-top:64px;flex-wrap:wrap;justify-content:center}
.hero__stat{text-align:center}.hero__stat-num{font-family:var(--font-display);font-size:2rem;font-weight:800;color:#fff}.hero__stat-num span{color:var(--red-light)}
.hero__stat-label{font-size:.7rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:2px;font-weight:500;margin-top:4px}


/* Page header */
.page-header{padding:140px 0 56px}.page-header .chip{margin-bottom:18px}
.section-header{margin-bottom:44px}.section-header .chip{margin-bottom:16px}.section-header h2 span{color:var(--text-subtle)}
.section-header--flex{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px}

/* Events */
.event-card{display:grid;grid-template-columns:120px 1fr auto;gap:24px;align-items:center}
.event-card__date{border-radius:12px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}
.event-card__month{font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:rgba(255,255,255,.8)}
.event-card__day{font-family:var(--font-display);font-size:1.8rem;font-weight:800;line-height:1}


/* Blog cards */
.blog-card{padding:0;overflow:hidden}.blog-card__image{height:160px;display:flex;align-items:flex-end;padding:14px;position:relative;background-size:cover;background-position:center}
.blog-card__tag{background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:4px 12px;border-radius:var(--radius-pill);font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--red)}
.blog-card__body{padding:22px}.blog-card__date{font-size:.72rem;color:var(--text-subtle);margin-bottom:8px;font-weight:500}
.blog-card__excerpt{font-size:.82rem;line-height:1.6;color:var(--text-muted)}

/* Directory */
.directory-filters{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:28px}
.directory-filters button,.directory-filters a{background:var(--off-white);color:var(--text-muted);border:1.5px solid var(--border);padding:7px 16px;border-radius:var(--radius-pill);font-size:.75rem;font-weight:500;transition:all .3s;display:inline-block;text-decoration:none}
.directory-filters button[aria-pressed="true"],.directory-filters button.active,.directory-filters a.active{background:var(--red);color:#fff;border-color:var(--red)}
.directory-card{display:grid;grid-template-columns:64px 1fr auto;grid-template-areas:"logo body cta" "logo facts cta";column-gap:20px;row-gap:8px;align-items:start;position:relative}
.directory-card__go{display:none}
.directory-card__logo{grid-area:logo;width:64px;height:64px;background:var(--cream);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--text-subtle);overflow:hidden;flex:0 0 auto}
.directory-card__logo img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.directory-card__body{min-width:0}
.directory-card__top{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:5px}
.directory-card__name{font-size:1.12rem;font-weight:700;letter-spacing:-.3px;margin:0;line-height:1.25}
.directory-card__name a{color:inherit}
.directory-card__name a:hover{color:var(--red)}
.directory-card__cat{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--red);background:rgba(193,41,58,.07);border:1px solid rgba(193,41,58,.12);padding:3px 9px;border-radius:var(--radius-pill);white-space:nowrap}
.directory-card__excerpt{font-size:.84rem;line-height:1.55;color:var(--text-muted);margin:0 0 8px}
.dc-short{display:none}


/* Community links */
.community-link{background:var(--off-white);border:1.5px solid var(--border-light);border-radius:var(--radius-sm);padding:14px 18px;display:flex;justify-content:space-between;align-items:center;font-size:.88rem;color:var(--text-secondary);transition:all .3s}
.community-link:hover,.community-link:focus{border-color:var(--red);background:var(--accent-dim);color:var(--red)}

/* Forms */
.form-group{margin-bottom:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.form-input{width:100%;background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;color:var(--text-primary);font-size:.88rem;transition:border-color .3s}
.form-input:focus{border-color:var(--red);background:var(--white)}.form-input::placeholder{color:var(--text-subtle)}
textarea.form-input{resize:vertical}


/* Board members */
.board-card__avatar{width:64px;height:64px;border-radius:14px;background:var(--cream);display:flex;align-items:center;justify-content:center;margin-bottom:14px;overflow:hidden}
.board-card__avatar img{width:100%;height:100%;object-fit:cover}
.board-card__initials{font-size:1.3rem;color:var(--text-subtle);font-family:var(--font-display);font-weight:800}
.board-card__role{font-size:.82rem;color:var(--red);font-weight:600;margin-bottom:4px}
.board-card__origin{font-size:.78rem;color:var(--text-subtle)}

/* CTA section */
.cta-section{background:var(--dark);border-radius:24px;padding:72px 56px;text-align:center;position:relative;overflow:hidden;color:#fff}
.cta-section__glow{position:absolute;top:-150px;left:50%;transform:translateX(-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(193,41,58,.15),transparent 70%);opacity:.8;pointer-events:none}
.cta-section>*{position:relative;z-index:2}
.cta-section h2{color:#fff}.cta-section p{font-size:1rem;color:rgba(255,255,255,.6);line-height:1.7;max-width:480px;margin:0 auto 28px}
.cta-section .btn-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cta-section .btn--secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.cta-section .btn--secondary:hover{background:rgba(255,255,255,.15)}


/* ═══ FOOTER (dark) ═══ */
.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:56px 0 28px}
.site-footer a{color:var(--footer-text)}
.site-footer__grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}
.site-footer__brand p{font-size:.85rem;color:var(--footer-muted);line-height:1.7;margin-bottom:16px;max-width:300px}
.site-footer__contact{font-size:.8rem;color:var(--footer-muted);margin-bottom:4px;display:flex;align-items:center;gap:8px}
.site-footer__contact a{color:var(--footer-muted);transition:color .3s}.site-footer__contact a:hover{color:#fff}
.site-footer__col-title{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:var(--footer-text);margin-bottom:16px}
.site-footer__col a{display:block;font-size:.85rem;color:var(--footer-muted);margin-bottom:10px;transition:color .3s}.site-footer__col a:hover{color:#fff}
.site-footer__bottom{padding-top:20px;display:flex;justify-content:space-between;font-size:.7rem;color:var(--footer-muted)}
.site-footer__bottom a{color:var(--footer-muted);text-decoration:underline;transition:color .3s}.site-footer__bottom a:hover{color:#fff}
.site-footer .form-input{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:#fff}.site-footer .form-input::placeholder{color:rgba(255,255,255,.4)}.site-footer .form-input:focus{border-color:var(--red)}



/* Testimonial */
blockquote.testimonial{text-align:center;padding:44px 36px}
blockquote.testimonial p{font-size:1.05rem;line-height:1.8;color:var(--text-secondary);font-style:italic;max-width:600px;margin:0 auto 20px}
blockquote.testimonial cite{font-family:var(--font-display);font-weight:700;font-size:.95rem;font-style:normal;display:block;color:var(--text-primary)}

/* Testimonials carousel */
.testimonials__head{text-align:center;margin-bottom:26px}
.testimonials__chip{display:inline-block;font-family:var(--font-display,inherit);font-size:.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--red,#C1293A);margin-bottom:8px}
.testimonials__title{font-family:var(--font-display,inherit);font-size:2rem;font-weight:800;letter-spacing:-.5px;color:var(--text-primary,#1a1a1a);margin:0}
.testimonials__viewport{overflow:hidden}
.testimonials__track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.testimonials.is-carousel .testimonials__slide{flex:0 0 100%;width:100%;margin:0}
.testimonials.is-carousel{position:relative}
blockquote.testimonial{position:relative}
.testimonial__mark{position:absolute;top:30px;right:34px;color:var(--red,#C1293A);opacity:.9;line-height:0}
.testimonial__avatar{display:block;width:96px;height:96px;margin:0 auto 22px;border-radius:50%;padding:4px;border:2px solid var(--red,#C1293A);box-shadow:var(--shadow-sm)}
.testimonial__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}
blockquote.testimonial footer{margin-top:6px}
.testimonial__role{display:block;font-size:.82rem;color:var(--text-subtle,#767676);margin-top:2px}
.testimonials__controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;flex-wrap:wrap}
.testimonials__arrows{display:flex;gap:12px;margin-left:auto}
.testimonials__arrow{width:52px;height:52px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid var(--border);background:#fff;color:var(--navy,#3F3C71);cursor:pointer;transition:all .2s;box-shadow:var(--shadow-sm)}
.testimonials__arrow:hover{border-color:var(--red,#C1293A);color:var(--red,#C1293A)}
.testimonials__arrow:active{transform:scale(.94)}
.testimonials__arrow:focus-visible{outline:3px solid var(--red,#C1293A);outline-offset:2px}
.testimonials__dots{display:flex;align-items:center;gap:10px}
.testimonials__dot{width:12px;height:12px;padding:0;border:none;border-radius:50%;background:var(--border,#E2E2DF);cursor:pointer;transition:all .2s}
.testimonials__dot:hover{background:#bfbfbb}
.testimonials__dot.is-active{background:var(--red,#C1293A);transform:scale(1.25)}
.testimonials__dot:focus-visible{outline:3px solid var(--red,#C1293A);outline-offset:3px}
@media (prefers-reduced-motion: reduce){.testimonials__track{transition:none}}
@media (max-width:600px){
  .testimonials__title{font-size:1.5rem}
  .testimonial__mark{top:20px;right:20px}
  .testimonial__mark svg{width:34px;height:34px}
  .testimonial__avatar{width:80px;height:80px}
  .testimonials__controls{justify-content:center}
  .testimonials__arrows{margin-left:0}
}

/* Gallery */
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}
.gallery-preview{grid-template-columns:repeat(4,1fr)}
.gallery-item{aspect-ratio:1;border-radius:var(--radius);border:1.5px solid var(--border-light);overflow:hidden;transition:all .4s;background:var(--cream)}
.gallery-item:hover{transform:scale(1.02);border-color:var(--red);box-shadow:var(--shadow-md)}
.gallery-item img{width:100%;height:100%;object-fit:cover}

/* Animations */
@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.4}}

/* Admin bar */
body.admin-bar .site-header{top:32px}body.admin-bar .skip-link:focus{top:48px}body.admin-bar .main-nav.is-open{top:100px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}body.admin-bar .main-nav.is-open{top:114px}}

/* Popup */
#aaci-popup-overlay{animation:popupFadeIn .4s ease}
@keyframes popupFadeIn{from{opacity:0}to{opacity:1}}
#aaci-popup-overlay>div{animation:popupSlideUp .4s cubic-bezier(.23,1,.32,1)}
@keyframes popupSlideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}

/* ═══════════════════════════════════════════
   MOBILE RESPONSIVE — comprehensive overrides
   ═══════════════════════════════════════════ */

/* Tablet */
@media(max-width:1024px){
  .site-footer__grid{grid-template-columns:1fr 1fr}
  .about-grid{gap:40px!important}
}

/* Mobile */
@media(max-width:768px){
  /* Global */
  .section{padding:56px 0}
  .section-header{margin-bottom:28px}
  .section-header--flex{flex-direction:column;align-items:flex-start;gap:8px}
  h2{font-size:1.6rem!important}
  .btn{padding:12px 24px;font-size:.84rem}

  /* Header */
  .site-header{padding:0 16px;height:60px}
  .nav-actions{gap:8px}
  .nav-actions__donate{display:none}
  .nav-actions__join,.nav-join{padding:8px 16px!important;font-size:.75rem!important}

  /* Hero */
  .hero{min-height:auto;padding:100px 20px 48px}
  .hero h1{font-size:1.8rem!important;letter-spacing:-0.5px!important}
  .hero__desc{font-size:.92rem}
  .hero__badge{font-size:.65rem;padding:6px 14px 6px 6px}
  .hero__actions{flex-direction:column;align-items:stretch;width:100%;max-width:320px;margin:0 auto}
  .hero__actions .btn{justify-content:center}
  .hero__stats{gap:20px;margin-top:40px;justify-content:center}
  .hero__stat-num{font-size:1.4rem}
  .hero__stat-label{font-size:.6rem;letter-spacing:1.5px}

  /* Page header */
  .page-header{padding:100px 0 36px}

  /* Cards */
  .card{padding:20px}
  .card__icon-box{width:38px;height:38px}

  /* Quick links */
  .ql-grid{grid-template-columns:repeat(2,1fr)!important}

  /* Gallery preview */
  .gallery-preview{grid-template-columns:repeat(2,1fr)!important}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}

  /* Event archive card */
  .event-list-card{grid-template-columns:80px 1fr!important;gap:14px!important}
  .event-list-card .ev-actions{grid-column:1/-1;display:flex;gap:8px;align-items:center}
  .ev-date-sm{height:80px!important;border-radius:10px!important}

  /* Directory card — mobile: stripped to logo + name + category + actions */
  .directory-card{grid-template-columns:52px 1fr!important;grid-template-areas:"logo body" "facts facts"!important;column-gap:14px!important;row-gap:10px!important;align-items:start!important;padding:18px!important}
  .directory-card__logo{width:52px!important;height:52px!important}
  .directory-card__body{padding-right:26px}
  .directory-card__name{font-size:1.08rem!important}
  .directory-card__top{margin-bottom:6px!important}
  /* whole card taps through to the listing */
  .directory-card__name a::after{content:"";position:absolute;inset:0;z-index:1}
  /* drop the blurb and the redundant Details row on mobile */
  .directory-card__excerpt,.directory-card__details{display:none!important}
  /* tappable chevron affordance, top-right */
  .directory-card__go{display:flex;position:absolute;top:18px;right:14px;color:var(--text-subtle);z-index:1}
  /* action buttons sit above the card-wide link so they stay independently tappable */
  .directory-card__facts{gap:8px!important;margin-top:0!important}
  .directory-card__fact{font-size:.85rem!important}
  .directory-card__fact--link{position:relative;z-index:2;min-height:44px;padding:0 16px;border:1.5px solid var(--border);border-radius:var(--pill);background:var(--off-white);color:var(--text-secondary);font-weight:600;gap:7px}
  .directory-card__fact--link:active{background:var(--cream)}
  .directory-card__fact--call{background:var(--red);border-color:var(--red);color:#fff}
  .directory-card__fact .dc-full{display:none}
  .directory-card__fact .dc-short{display:inline}

  /* Job card */
  .job-card{flex-direction:column!important;align-items:flex-start!important}

  /* About page */
  .about-grid{grid-template-columns:1fr!important;gap:32px!important}

  /* Board member grid */
  .board-grid{grid-template-columns:repeat(2,1fr)!important}

  /* CTA section */
  .cta-section{padding:40px 20px!important;border-radius:16px!important}
  .cta-section h2{font-size:1.5rem!important}
  .btn-group,.cta-section .btn-group{flex-direction:column;align-items:stretch;gap:8px}
  .btn-group .btn,.cta-section .btn{justify-content:center}

  /* Footer */
  .site-footer__grid{grid-template-columns:1fr!important}
  .site-footer__bottom{flex-direction:column;gap:8px;text-align:center}
  .site-footer{padding:40px 0 20px}

  /* Forms */
  .form-row{grid-template-columns:1fr}

  /* Blog card */
  .blog-card__image{height:140px}

  /* Testimonial */
  blockquote.testimonial{padding:28px 20px}
  blockquote.testimonial p{font-size:.92rem}

  /* Popup */
  #aaci-popup-overlay{padding:16px}
  #aaci-popup-overlay>div{border-radius:16px!important;max-width:100%!important}
}

/* Small phones */
@media(max-width:480px){
  .hero h1{font-size:1.5rem!important}
  .hero__stats{flex-direction:row;flex-wrap:wrap}
  .hero__stat{flex:1 0 40%}
  .ql-grid{grid-template-columns:1fr!important}
  .board-grid{grid-template-columns:1fr!important}
  .gallery-preview{grid-template-columns:repeat(2,1fr)!important}
  .event-list-card{grid-template-columns:1fr!important}
  .ev-date-sm{height:60px!important;flex-direction:row!important;gap:8px!important}
}

/* Fix mobile nav top to match mobile header height */
@media(max-width:768px){
  .main-nav.is-open{top:60px}
  body.admin-bar .main-nav.is-open{top:106px}
}

/* ═══════════════════════════════════════════════════════════════
   AACI HIGH-TECH PRELOADER  ·  red + black HUD boot sequence
   ═══════════════════════════════════════════════════════════════ */
html.aaci-loading,html.aaci-loading body{overflow:hidden!important;height:100%}

.aaci-loader{
  --l-red:#C1293A;--l-red-bright:#ff2f48;--l-red-deep:#5e0d18;
  --l-black:#050506;--l-ink:#0c0c0f;
  position:fixed;inset:0;z-index:100000;
  display:none;flex-direction:column;align-items:center;justify-content:center;
  background:
    radial-gradient(ellipse 60% 50% at 50% 42%,rgba(193,41,58,.16),transparent 70%),
    radial-gradient(circle at 50% 50%,#101014 0%,#050506 60%,#000 100%);
  font-family:var(--font-display,'Raleway',sans-serif);
  overflow:hidden;opacity:1;
  transition:opacity .6s ease,visibility .6s ease;
  -webkit-tap-highlight-color:transparent;
}
html.aaci-loading .aaci-loader{display:flex}
.aaci-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}

/* ── perspective grid floor ── */
.aaci-loader__grid{
  position:absolute;inset:-40% 0 0 0;
  background-image:
    linear-gradient(rgba(193,41,58,.10) 1px,transparent 1px),
    linear-gradient(90deg,rgba(193,41,58,.10) 1px,transparent 1px);
  background-size:46px 46px;
  -webkit-mask-image:radial-gradient(circle at 50% 44%,#000 0%,transparent 68%);
          mask-image:radial-gradient(circle at 50% 44%,#000 0%,transparent 68%);
  animation:aaci-grid-pan 6s linear infinite;
  opacity:.7;
}
@keyframes aaci-grid-pan{to{background-position:0 46px,46px 0}}

/* ── breathing core glow ── */
.aaci-loader__glow{
  position:absolute;width:560px;height:560px;border-radius:50%;
  top:42%;left:50%;transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(193,41,58,.30),rgba(193,41,58,0) 62%);
  filter:blur(14px);animation:aaci-pulse 3.2s ease-in-out infinite;
}
@keyframes aaci-pulse{0%,100%{opacity:.5;transform:translate(-50%,-50%) scale(.92)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}

/* ── vertical scan sweep ── */
.aaci-loader__scan{
  position:absolute;left:0;right:0;height:2px;top:0;
  background:linear-gradient(90deg,transparent,rgba(255,47,72,.9) 50%,transparent);
  box-shadow:0 0 24px 4px rgba(255,47,72,.55);
  animation:aaci-scan 3.6s cubic-bezier(.6,0,.4,1) infinite;opacity:.8;
}
@keyframes aaci-scan{0%{top:-2%;opacity:0}8%{opacity:.85}92%{opacity:.85}100%{top:102%;opacity:0}}

/* faint horizontal CRT scanlines overlay */
.aaci-loader::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:repeating-linear-gradient(0deg,rgba(0,0,0,.16) 0 1px,transparent 1px 3px);
  mix-blend-mode:overlay;opacity:.4;
}

/* ── corner HUD brackets ── */
.aaci-loader__corner{position:absolute;width:46px;height:46px;border:2px solid rgba(193,41,58,.6);box-shadow:0 0 12px rgba(193,41,58,.35) inset;animation:aaci-corner 2.4s ease-in-out infinite}
.aaci-loader__corner--tl{top:30px;left:30px;border-right:0;border-bottom:0}
.aaci-loader__corner--tr{top:30px;right:30px;border-left:0;border-bottom:0;animation-delay:.3s}
.aaci-loader__corner--bl{bottom:30px;left:30px;border-right:0;border-top:0;animation-delay:.6s}
.aaci-loader__corner--br{bottom:30px;right:30px;border-left:0;border-top:0;animation-delay:.9s}
@keyframes aaci-corner{0%,100%{opacity:.45}50%{opacity:1}}

/* ── rotating reactor rings ── */
.aaci-loader__core{position:relative;width:230px;height:230px;display:flex;align-items:center;justify-content:center;z-index:2}
.aaci-loader__rings{position:absolute;inset:0;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 6px rgba(255,47,72,.5))}
.aaci-loader__rings .r-track{fill:none;stroke:rgba(193,41,58,.14);stroke-width:1.5}
.aaci-loader__rings .r-arc{fill:none;stroke-linecap:round}
.r-arc-1{stroke:url(#aaciGrad);stroke-width:3;transform-origin:100px 100px;animation:aaci-spin 2.4s linear infinite}
.r-arc-2{stroke:var(--l-red-bright);stroke-width:2;transform-origin:100px 100px;animation:aaci-spin 3.6s linear infinite reverse;opacity:.85}
.r-arc-3{stroke:url(#aaciGrad);stroke-width:1.5;transform-origin:100px 100px;animation:aaci-spin 6s linear infinite;stroke-dasharray:2 10}
.r-tick{stroke:rgba(255,47,72,.55);stroke-width:2;transform-origin:100px 100px;animation:aaci-spin 9s linear infinite reverse}
@keyframes aaci-spin{to{transform:rotate(360deg)}}

/* ── center waving flag ── */
.aaci-loader__flag{
  width:158px;height:114px;overflow:visible;position:relative;z-index:3;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.55)) drop-shadow(0 0 18px rgba(255,47,72,.40));
  transform-origin:50% 50%;
  animation:aaci-flag-sway 6s ease-in-out infinite;
}
@keyframes aaci-flag-sway{
  0%,100%{transform:rotate(-1.6deg) translateY(0)}
  50%{transform:rotate(1.6deg) translateY(-3px)}
}

/* ── wordmark ── */
.aaci-loader__brand{display:flex;gap:.05em;margin-top:34px;z-index:2}
.aaci-loader__brand span{
  font-size:2.5rem;font-weight:800;letter-spacing:.32em;color:#fff;
  text-shadow:0 0 18px rgba(255,47,72,.55);
  opacity:0;transform:translateY(14px);
  animation:aaci-rise .6s forwards;
}
.aaci-loader__brand span:nth-child(1){animation-delay:.15s}
.aaci-loader__brand span:nth-child(2){animation-delay:.30s}
.aaci-loader__brand span:nth-child(3){animation-delay:.45s}
.aaci-loader__brand span:nth-child(4){animation-delay:.60s}
@keyframes aaci-rise{to{opacity:1;transform:translateY(0)}}

.aaci-loader__sub{
  margin-top:14px;font-family:var(--font-body,'Ubuntu',sans-serif);
  font-size:.62rem;font-weight:600;letter-spacing:.42em;
  color:rgba(255,255,255,.5);text-transform:uppercase;z-index:2;
  opacity:0;animation:aaci-fade 1s .8s forwards;
}
@keyframes aaci-fade{to{opacity:1}}

/* ── progress bar ── */
.aaci-loader__bar{
  position:relative;width:min(300px,62vw);height:3px;margin-top:34px;z-index:2;
  background:rgba(255,255,255,.08);border-radius:3px;overflow:hidden;
  opacity:0;animation:aaci-fade .6s 1s forwards;
}
.aaci-loader__bar-fill{
  position:absolute;inset:0;width:0%;border-radius:3px;
  background:linear-gradient(90deg,var(--l-red-deep),var(--l-red),var(--l-red-bright));
  box-shadow:0 0 14px rgba(255,47,72,.8);transition:width .25s ease;
}
.aaci-loader__bar-fill::after{
  content:"";position:absolute;top:0;right:0;width:36px;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.9));opacity:.7;
}

/* ── status row ── */
.aaci-loader__status{
  display:flex;align-items:center;justify-content:space-between;
  width:min(300px,62vw);margin-top:12px;z-index:2;
  font-family:var(--font-body,'Ubuntu',sans-serif);
  font-size:.66rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.55);
  opacity:0;animation:aaci-fade .6s 1.1s forwards;
}
.aaci-loader__status-text::before{content:"› "}
.aaci-loader__pct-wrap{color:var(--l-red-bright);font-variant-numeric:tabular-nums;text-shadow:0 0 10px rgba(255,47,72,.6)}

/* ── reduced motion ── */
@media (prefers-reduced-motion:reduce){
  .aaci-loader__grid,.aaci-loader__glow,.aaci-loader__scan,.aaci-loader__corner,
  .r-arc-1,.r-arc-2,.r-arc-3,.r-tick,.aaci-loader__flag,.aaci-loader::after{animation:none!important}
  .aaci-loader__brand span{opacity:1;transform:none;animation:none}
  .aaci-loader__sub,.aaci-loader__bar,.aaci-loader__status{opacity:1;animation:none}
}

@media (max-width:600px){
  .aaci-loader__core{width:180px;height:180px}
  .aaci-loader__flag{width:122px;height:88px}
  .aaci-loader__brand span{font-size:1.9rem;letter-spacing:.26em}
  .aaci-loader__corner{width:34px;height:34px}
}

/* ─── Business Directory submission form ─── */
.container--narrow{max-width:760px}
.page-header__lead{margin-top:14px;max-width:620px;color:var(--text-muted);font-size:1.02rem;line-height:1.6}
.btn--lg{padding:17px 38px;font-size:1rem;width:100%;justify-content:center}
.aaci-biz-form .form-group{margin-bottom:20px}
.form-label{display:block;margin-bottom:7px;font-weight:600;font-size:.95rem;color:var(--text-primary)}
.form-label .req{color:var(--red)}
.form-hint{margin-top:6px;font-size:.85rem;color:var(--text-muted)}
.aaci-file{display:block;width:100%;font-size:.92rem;padding:14px 16px;background:var(--off-white);border:1.5px dashed var(--border);border-radius:var(--radius-sm);cursor:pointer}
.aaci-file::file-selector-button{margin-right:14px;padding:10px 18px;border:none;border-radius:var(--radius-pill);background:var(--red);color:#fff;font-weight:600;font-size:.85rem;cursor:pointer}
.aaci-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.aaci-notice{padding:18px 20px;border-radius:var(--radius-sm);margin-bottom:24px;font-size:.98rem;line-height:1.55;border:1.5px solid transparent}
.aaci-notice--ok{background:#EAF6EC;border-color:#BFE3C6;color:#1E5B2A}
.aaci-notice--err{background:#FBEAEC;border-color:#F0C2C8;color:#8E1F2B}

/* ─── Directory: Add Your Business CTA ─── */
.directory-header__cta{margin-top:22px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.directory-header__cta p{margin:0;color:var(--text-muted);font-size:1rem;max-width:420px}
@media(max-width:640px){.directory-header__cta{flex-direction:column;align-items:flex-start}.directory-header__cta .btn{width:100%;justify-content:center}}

/* ─── Directory: sidebar layout ─── */
.directory-intro{margin:0 0 28px;max-width:640px;color:var(--text-muted);font-size:.98rem;line-height:1.7;text-align:left}
.directory-header__cta .btn{flex-shrink:0}
.directory-header__cta p{flex:1 1 280px}
.directory-layout{display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:start}
.directory-sidebar{position:sticky;top:88px}
.directory-sidebar__title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--text-subtle);margin:0 0 14px;padding:0 4px}
.directory-cats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}
.directory-cats a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px;border-radius:var(--radius-sm);font-size:.95rem;font-weight:500;color:var(--text-secondary);background:var(--off-white);border:1.5px solid var(--border);transition:all .2s;text-decoration:none}
.directory-cats a:hover{border-color:var(--red);color:var(--red)}
.directory-cats a.is-active{background:var(--red);border-color:var(--red);color:#fff;font-weight:600}
.directory-cats__count{font-size:.78rem;font-weight:600;min-width:24px;height:24px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(0,0,0,.06);color:inherit}
.directory-cats a.is-active .directory-cats__count{background:rgba(255,255,255,.25)}
.directory-main{min-width:0}
.directory-list{display:flex;flex-direction:column;gap:14px}

/* Results header (orientation on every screen, vital on mobile) */
.directory-results-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:0 0 16px}
.directory-results-head__title{font-size:1.25rem;font-weight:800;letter-spacing:-.4px;margin:0}
.directory-results-head__count{font-size:.85rem;color:var(--text-muted);font-weight:500}

/* Card facts — phone/email are tap-to-call / tap-to-email */
.directory-card__facts{grid-area:facts;display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:8px;align-items:center}
.directory-card__fact{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-subtle);max-width:100%}
.directory-card__fact svg{flex:0 0 auto}
.directory-card__fact--link{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s}
.directory-card__fact--link:hover,.directory-card__fact--link:focus{color:var(--red)}
.directory-card__fact .dc-full{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.directory-card__details{grid-area:cta;align-self:center;font-size:.8rem;color:var(--red);font-weight:600;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;text-decoration:none}

/* Mobile category dropdown — native picker, hidden on desktop */
.directory-mobile-filter{display:none;margin:0 0 24px}
.directory-mobile-filter__label{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;color:var(--text-secondary);margin:0 0 10px}
.directory-mobile-filter__label svg{color:var(--red);flex:0 0 auto}
.directory-mobile-filter__row{display:flex;gap:10px}
.directory-mobile-filter__select{flex:1 1 auto;width:100%;min-height:56px;padding:14px 16px;font-size:1.05rem;font-weight:500;color:var(--text-primary);background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-sm)}
.directory-mobile-filter__select:focus{outline:none;border-color:var(--red);background:var(--white)}
.directory-mobile-filter__go{min-height:56px;padding:0 26px;flex:0 0 auto;font-size:1rem}
.directory-mobile-filter.js-auto .directory-mobile-filter__go{display:none}

@media(max-width:900px){
	.directory-layout{grid-template-columns:1fr;gap:0}
	.directory-sidebar{display:none}
	.directory-mobile-filter{display:block}
}

/* ─── ARCHIVES PAGE ─────────────────────────────────────── */
.container--narrow{max-width:880px}
.archives-intro{font-size:1.05rem;line-height:1.8;color:var(--text-muted);margin-bottom:40px;max-width:680px}
.archives-subhead{font-size:1.5rem;margin-bottom:24px}
.archives-accordion-list{display:flex;flex-direction:column;gap:14px}

.archive-year{border:1.5px solid var(--border);border-radius:var(--radius);background:var(--white);overflow:hidden;transition:border-color .25s,box-shadow .25s}
.archive-year[open]{border-color:rgba(193,41,58,.35);box-shadow:var(--shadow-sm)}

.archive-year__head{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;
	min-height:64px;padding:14px 24px;font-family:var(--font-display);font-weight:700;color:var(--navy,#3F3C71);
	user-select:none;transition:background .2s}
.archive-year__head::-webkit-details-marker{display:none}
.archive-year__head:hover{background:var(--off-white)}
.archive-year__head:focus-visible{outline:3px solid var(--red);outline-offset:-3px}
.archive-year__title{font-size:1.5rem;line-height:1.2}
.archive-year__icon{color:var(--red);display:flex;flex-shrink:0;transition:transform .3s ease}
.archive-year[open] .archive-year__icon{transform:rotate(180deg)}

.archive-year__body{padding:4px 24px 28px}
.archive-year__body p,
.archive-year__body li,
.archive-year__body span{font-size:1.02rem;line-height:1.85;color:var(--text-secondary)}
.archive-year__body h1,
.archive-year__body h2,
.archive-year__body h3,
.archive-year__body h4{font-family:var(--font-display);color:var(--navy,#3F3C71);margin:28px 0 12px;line-height:1.3}
.archive-year__body h1{font-size:1.35rem}
.archive-year__body h2{font-size:1.2rem}
.archive-year__body h3,.archive-year__body h4{font-size:1.08rem}
.archive-year__body > *:first-child{margin-top:0}
.archive-year__body p{margin:0 0 14px}
.archive-year__body ul,.archive-year__body ol{margin:0 0 16px;padding-left:24px}
.archive-year__body li{margin-bottom:6px}
.archive-year__body a{color:var(--red);text-decoration:underline;text-underline-offset:2px;word-break:break-word}
.archive-year__body a:hover{color:var(--red-dark)}
.archive-year__body img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:12px 0}
.archive-year__body figure{margin:16px 0}

@media(max-width:768px){
	.archive-year__head{padding:12px 18px;min-height:60px}
	.archive-year__title{font-size:1.3rem}
	.archive-year__body{padding:4px 18px 22px}
	.archive-year__body p,.archive-year__body li,.archive-year__body span{font-size:1rem}
}
