/*
Theme Name: CELT Journals
Theme URI: https://celtjournals.com
Author: CELT Educational Consultancy Centre
Author URI: https://celtjournals.com
Description: Official WordPress theme for CELT Journals — a multi-disciplinary open-access research publishing platform covering Computer Sciences & AI, Business Research, Medical Sciences, and Social Sciences. Fully customizable, mobile-optimized.
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: celt-journals
Tags: academic, journal, research, open-access, responsive, custom-logo, custom-menu, customizer
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --purple: #3D3580;
  --purple-dk: #2C256A;
  --purple-lt: #EEEDFB;
  --amber: #F5A623;
  --amber-dk: #C4841A;
  --amber-lt: #FEF3DC;
  --cyan: #00AEEF;
  --cyan-dk: #0080C0;
  --cyan-lt: #E0F6FF;
  --cream: #F8F6F1;
  --cream2: #F0EDE4;
  --ink: #1A1A2E;
  --ink2: #3D3D5C;
  --muted: #7A7490;
  --border: rgba(61,53,128,0.13);
  --white: #fff;
  --red: #C0392B;
}

* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: #fafaf7; color: var(--ink); font-size: 14px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* TOP BANNER */
.celt-banner { background: var(--amber); text-align: center; padding: 8px 12px; font-size: 12px; color: #fff; font-weight: 500; }
.celt-banner a { color: #fff; text-decoration: underline; margin-left: 6px; }

/* HEADER */
.celt-header { background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 1px 3px rgba(0,0,0,0.03); position: sticky; top: 0; z-index: 1000; }
.celt-header-inner { max-width: 1180px; margin: 0 auto; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.celt-brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.celt-logo-wrap { width: 54px; height: 54px; border-radius: 50%; background: #fff; border: 2.5px solid var(--amber); padding: 3px; box-shadow: 0 4px 12px rgba(61,53,128,0.12); flex-shrink: 0; }
.celt-logo-wrap img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.celt-brand-name { font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 700; color: var(--purple); line-height: 1.05; letter-spacing: -0.5px; }
.celt-brand-sub { font-size: 10px; color: var(--cyan); letter-spacing: 1.8px; text-transform: uppercase; margin-top: 3px; font-weight: 600; }

.celt-nav { display: flex; align-items: center; gap: 4px; }
.celt-nav a, .celt-nav .menu-item > a { padding: 10px 14px; font-size: 14px; color: var(--ink2); font-weight: 500; border-radius: 6px; display: flex; align-items: center; gap: 5px; cursor: pointer; transition: all 0.15s; text-decoration: none; }
.celt-nav a:hover, .celt-nav .menu-item > a:hover { background: var(--purple-lt); color: var(--purple); }
.celt-nav a.active, .celt-nav .current-menu-item > a { color: var(--purple); background: var(--purple-lt); }
.celt-nav .nav-cta, .celt-nav .nav-cta-link { background: var(--purple) !important; color: #fff !important; padding: 10px 20px !important; border-radius: 7px; margin-left: 8px; font-weight: 600 !important; }
.celt-nav .nav-cta:hover, .celt-nav .nav-cta-link:hover { background: var(--purple-dk) !important; color: #fff !important; }

/* DROPDOWN */
.dd-wrap { position: relative; }
.dd-menu { position: absolute; top: calc(100% + 8px); left: 0; background: #fff; border: 1px solid rgba(61,53,128,0.15); border-radius: 10px; box-shadow: 0 12px 36px rgba(61,53,128,0.18); min-width: 340px; padding: 8px; z-index: 50; display: none; }
.dd-wrap:hover .dd-menu, .dd-wrap.open .dd-menu { display: block; }
.dd-wrap::before { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }
.dd-item { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 7px; cursor: pointer; text-decoration: none; color: inherit; transition: background 0.15s; }
.dd-item:hover { background: var(--purple-lt); }
.dd-icon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: 11px; flex-shrink: 0; letter-spacing: 0.5px; }
.dd-icon.cs { background: #3D3580; }
.dd-icon.biz { background: #C4841A; }
.dd-icon.med { background: #C0392B; }
.dd-icon.soc { background: #0080C0; }
.dd-text { flex: 1; line-height: 1.25; }
.dd-name { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 600; color: var(--ink); }
.dd-sub { font-size: 11px; color: var(--muted); margin-top: 2px; }
.dd-ext { font-size: 14px; color: var(--muted); }
.dd-divider { height: 1px; background: rgba(61,53,128,0.08); margin: 6px 8px; }
.dd-foot { display: block; padding: 10px 14px; font-size: 12px; color: var(--purple); font-weight: 600; text-align: center; border-radius: 7px; }
.dd-foot:hover { background: var(--purple-lt); }

/* MOBILE NAV TOGGLE */
.nav-toggle { display: none; background: transparent; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 4px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--purple); transition: all 0.2s; }
.nav-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* HERO */
.hero { background: linear-gradient(135deg, #1d1654 0%, #2C256A 50%, #0a3d6e 100%); padding: 0; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -120px; right: -80px; width: 480px; height: 480px; background: rgba(245,166,35,0.07); border-radius: 50%; }
.hero::after { content: ''; position: absolute; bottom: -180px; left: -100px; width: 420px; height: 420px; background: rgba(0,174,239,0.06); border-radius: 50%; }
.hero-logo-strip { padding: 32px 0 0; display: flex; align-items: center; justify-content: center; gap: 20px; position: relative; z-index: 1; }
.hero-logo { width: 84px; height: 84px; border-radius: 50%; background: #fff; padding: 5px; border: 3px solid rgba(245,166,35,0.6); box-shadow: 0 8px 28px rgba(0,0,0,0.3); flex-shrink: 0; }
.hero-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.hero-logo-text { text-align: left; }
.hero-logo-name { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: #fff; letter-spacing: -0.5px; line-height: 1; }
.hero-logo-sub { font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 2.5px; text-transform: uppercase; margin-top: 5px; font-weight: 600; }
.hero-body { max-width: 1180px; margin: 0 auto; padding: 48px 28px 80px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { font-size: 12px; letter-spacing: 3px; color: var(--amber); font-weight: 700; text-transform: uppercase; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; display: block; width: 36px; height: 2px; background: var(--amber); }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 52px; color: #fff; line-height: 1.1; margin-bottom: 24px; letter-spacing: -1px; }
.hero h1 em { color: var(--amber); font-style: normal; }
.hero-lead { font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.75; margin-bottom: 36px; font-weight: 300; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-hero-primary { background: var(--amber); color: #fff; padding: 14px 28px; border-radius: 8px; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: all 0.2s; }
.btn-hero-primary:hover { background: var(--amber-dk); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(245,166,35,0.4); color: #fff; }
.btn-hero-secondary { background: rgba(255,255,255,0.08); color: #fff; padding: 14px 28px; border-radius: 8px; font-size: 14px; font-weight: 500; border: 1.5px solid rgba(255,255,255,0.3); display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: all 0.2s; }
.btn-hero-secondary:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.5); color: #fff; }

.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hstat { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); padding: 24px; border-radius: 14px; }
.hstat.feat { background: rgba(245,166,35,0.18); border-color: rgba(245,166,35,0.35); }
.hstat-v { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 6px; }
.hstat.feat .hstat-v { color: var(--amber); }
.hstat-v.small { font-size: 20px; }
.hstat-l { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.4; }

/* SECTIONS */
.section-pad { padding: 80px 28px; }
.container { max-width: 1180px; margin: 0 auto; }
.section-head { margin-bottom: 44px; text-align: center; }
.section-tag { font-size: 12px; letter-spacing: 3px; color: var(--cyan); font-weight: 700; text-transform: uppercase; margin-bottom: 10px; display: inline-flex; align-items: center; gap: 10px; }
.section-tag::before, .section-tag::after { content: ''; width: 24px; height: 2px; background: var(--amber); }
.section-title { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; color: var(--ink); margin-bottom: 10px; letter-spacing: -0.5px; }
.section-sub { font-size: 15px; color: var(--muted); max-width: 560px; margin: 0 auto; }
.section-journals { background: linear-gradient(180deg, #fafaf7 0%, var(--cream2) 100%); }
.section-about { background: #fff; }

/* JOURNAL CARDS */
.j-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.jcard { background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); transition: all 0.3s; display: block; cursor: pointer; text-decoration: none; color: inherit; }
.jcard:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(61,53,128,0.15); text-decoration: none; color: inherit; }
.jcard-img { height: 170px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.jcard-img.cs { background: linear-gradient(135deg, #1a0a4e 0%, #3D3580 60%, #0a3d6e 100%); }
.jcard-img.biz { background: linear-gradient(135deg, #7a4500 0%, #C4841A 60%, #e8a020 100%); }
.jcard-img.med { background: linear-gradient(135deg, #5a0a0a 0%, #C0392B 60%, #e85555 100%); }
.jcard-img.soc { background: linear-gradient(135deg, #004a70 0%, #0080C0 60%, #00AEEF 100%); }
.jcard-deco { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0.18; }
.jcard-deco svg { width: 75%; height: 75%; }
.jcard-abbr { position: relative; z-index: 1; background: rgba(255,255,255,0.18); color: #fff; font-size: 13px; font-weight: 700; padding: 6px 18px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.3); letter-spacing: 1.5px; }
.jcard-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.5)); padding: 14px 22px; }
.jcard-overlay-title { font-family: 'Playfair Display', serif; color: #fff; font-size: 17px; font-weight: 600; line-height: 1.25; }
.jcard-body { padding: 22px 24px 18px; }
.jcard-badges { display: flex; gap: 7px; margin-bottom: 12px; flex-wrap: wrap; }
.badge { font-size: 10px; font-weight: 600; padding: 3px 10px; border-radius: 14px; letter-spacing: 0.5px; }
.badge.bp { background: var(--purple-lt); color: var(--purple); }
.badge.ba { background: var(--amber-lt); color: var(--amber-dk); }
.badge.bc { background: var(--cyan-lt); color: var(--cyan-dk); }
.jcard-desc { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 16px; }
.jcard-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--border); font-size: 12px; color: var(--muted); }
.jcard-link { font-size: 13px; color: var(--purple); font-weight: 600; display: flex; align-items: center; gap: 5px; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; }
.about-eyebrow { font-size: 12px; letter-spacing: 3px; color: var(--cyan); font-weight: 700; text-transform: uppercase; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.about-eyebrow::before { content: ''; display: block; width: 30px; height: 2px; background: var(--amber); }
.about-title { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--ink); font-weight: 700; margin-bottom: 20px; letter-spacing: -0.5px; line-height: 1.2; }
.about-text { font-size: 15px; color: var(--ink2); line-height: 1.85; margin-bottom: 18px; }
.about-text strong { color: var(--purple); font-weight: 600; }
.about-values { display: flex; flex-direction: column; gap: 14px; margin: 30px 0; }
.av { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: var(--cream); border-radius: 12px; border: 1px solid var(--border); }
.av-icon { width: 40px; height: 40px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.av-icon.p { background: var(--purple-lt); color: var(--purple); }
.av-icon.a { background: var(--amber-lt); color: var(--amber-dk); }
.av-icon.c { background: var(--cyan-lt); color: var(--cyan-dk); }
.av-title { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.av-desc { font-size: 13px; color: var(--muted); line-height: 1.55; }
.about-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-p { background: var(--purple); color: #fff; padding: 12px 24px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; }
.btn-p:hover { background: var(--purple-dk); color: #fff; }
.btn-s { background: #fff; color: var(--purple); padding: 12px 24px; border-radius: 8px; font-size: 13px; font-weight: 600; border: 2px solid var(--purple); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; }
.btn-s:hover { background: var(--purple); color: #fff; }

.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.as-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px 18px; text-align: center; box-shadow: 0 4px 12px rgba(61,53,128,0.05); }
.as-card.feat { background: var(--purple); border-color: var(--purple); color: #fff; }
.as-card.amb { background: var(--amber-lt); border-color: rgba(245,166,35,0.3); }
.as-val { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: var(--purple); line-height: 1; margin-bottom: 6px; }
.as-card.feat .as-val { color: #fff; }
.as-card.amb .as-val { color: var(--amber-dk); }
.as-val.s { font-size: 22px; color: var(--cyan-dk); }
.as-lbl { font-size: 12px; color: var(--muted); line-height: 1.4; }
.as-card.feat .as-lbl { color: rgba(255,255,255,0.7); }
.as-quote { grid-column: span 2; background: var(--purple-lt); border: 1px solid rgba(61,53,128,0.2); border-radius: 14px; padding: 20px; text-align: center; }
.as-quote-text { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--purple); font-weight: 600; line-height: 1.3; }
.as-quote-sub { font-size: 11px; color: var(--muted); margin-top: 6px; letter-spacing: 0.5px; }

/* JOURNALS PAGE */
.section-jpage { background: linear-gradient(180deg, var(--cream) 0%, #fafaf7 100%); }
.jpage-list { display: flex; flex-direction: column; gap: 20px; }
.jpage-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px 28px; display: flex; gap: 24px; align-items: flex-start; transition: all 0.25s; }
.jpage-card:hover { box-shadow: 0 12px 28px rgba(61,53,128,0.1); transform: translateY(-2px); }
.jpage-icon { width: 64px; height: 64px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 15px; flex-shrink: 0; letter-spacing: 0.5px; }
.jpage-content { flex: 1; min-width: 0; }
.jpage-title-row { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; flex-wrap: wrap; }
.jpage-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--ink); line-height: 1.2; text-decoration: none; }
.jpage-title:hover { color: var(--purple); }
.jpage-meta { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.jpage-meta strong { color: var(--ink2); font-weight: 500; }
.jpage-desc { font-size: 14px; color: var(--ink2); line-height: 1.65; margin-bottom: 16px; }
.jpage-pills { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.jpage-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.btn-view { background: var(--amber); color: #fff; padding: 11px 22px; border-radius: 7px; font-size: 13px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; }
.btn-view:hover { background: var(--amber-dk); transform: translateY(-1px); box-shadow: 0 6px 14px rgba(245,166,35,0.35); color: #fff; }
.btn-view .ext { font-size: 11px; opacity: 0.85; }
.btn-submit-card { background: var(--purple); color: #fff; padding: 11px 20px; border-radius: 7px; font-size: 13px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: background 0.2s; }
.btn-submit-card:hover { background: var(--purple-dk); color: #fff; }
.btn-issues { background: transparent; color: var(--purple); border: 1.5px solid var(--purple); padding: 9px 18px; border-radius: 7px; font-size: 13px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; }
.btn-issues:hover { background: var(--purple); color: #fff; }

/* PAGE HEADER (for non-home pages) */
.page-header { background: linear-gradient(135deg, var(--purple) 0%, var(--purple-dk) 100%); padding: 60px 28px 50px; color: #fff; text-align: center; }
.page-header h1 { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.5px; }
.page-header p { font-size: 15px; color: rgba(255,255,255,0.75); max-width: 600px; margin: 0 auto; }

.page-content { max-width: 900px; margin: 0 auto; padding: 60px 28px 80px; }
.page-content h2 { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--purple); margin: 30px 0 16px; }
.page-content h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--ink); margin: 24px 0 12px; }
.page-content p { font-size: 15px; line-height: 1.8; color: var(--ink2); margin-bottom: 16px; }
.page-content ul, .page-content ol { padding-left: 28px; margin-bottom: 18px; }
.page-content li { margin-bottom: 8px; color: var(--ink2); line-height: 1.7; }
.page-content a { color: var(--purple); }
.page-content a:hover { text-decoration: underline; }

/* FOOTER */
.footer { background: #1A1830; color: rgba(255,255,255,0.6); padding: 56px 28px 24px; border-top: 4px solid var(--amber); }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.footer-logo { width: 60px; height: 60px; border-radius: 50%; background: #fff; padding: 4px; border: 2.5px solid var(--amber); flex-shrink: 0; box-shadow: 0 4px 14px rgba(0,0,0,0.3); }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.footer-brand-name { font-family: 'Playfair Display', serif; color: #fff; font-size: 19px; font-weight: 700; line-height: 1.05; }
.footer-brand-sub { font-size: 10px; color: var(--cyan); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 3px; }
.footer-tag { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,0.4); max-width: 320px; margin-bottom: 14px; }
.footer-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(245,166,35,0.15); border: 1px solid rgba(245,166,35,0.3); color: var(--amber); font-size: 11px; font-weight: 500; padding: 5px 14px; border-radius: 20px; }
.footer-col h6 { font-size: 11px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 18px; font-weight: 600; }
.footer-col a, .footer-col .menu-item a { display: flex !important; align-items: center; gap: 6px; color: rgba(255,255,255,0.6); font-size: 13px; padding: 6px 0; text-decoration: none; transition: color 0.15s; }
.footer-col a:hover, .footer-col .menu-item a:hover { color: var(--amber); }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col .ext-arrow { font-size: 10px; opacity: 0.6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; font-size: 12px; color: rgba(255,255,255,0.35); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: rgba(255,255,255,0.4); }
.footer-bottom a:hover { color: var(--amber); }

/* MOBILE OPTIMIZATION */
@media (max-width: 900px) {
  .celt-header-inner { padding: 12px 18px; }
  .nav-toggle { display: flex; }
  .celt-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px; gap: 4px; border-top: 1px solid var(--border); box-shadow: 0 8px 20px rgba(0,0,0,0.08); z-index: 999; }
  .celt-nav.open { display: flex; }
  .celt-nav a, .celt-nav .menu-item > a { padding: 12px 16px; font-size: 15px; width: 100%; }
  .dd-wrap { width: 100%; }
  .dd-menu { position: static; min-width: 100%; box-shadow: none; border: none; background: var(--cream); margin-top: 4px; padding: 6px; display: block; }
  .celt-nav .nav-cta, .celt-nav .nav-cta-link { margin: 4px 0 0 0 !important; text-align: center; justify-content: center; }
  .hero-body { grid-template-columns: 1fr; gap: 36px; padding: 36px 20px 60px; }
  .hero h1 { font-size: 36px; }
  .hero-lead { font-size: 15px; }
  .hero-logo-strip { flex-direction: column; text-align: center; padding: 24px 0 0; gap: 12px; }
  .hero-logo-text { text-align: center; }
  .hero-logo-name { font-size: 24px; }
  .hero-stats { gap: 10px; }
  .hstat { padding: 18px; }
  .hstat-v { font-size: 26px; }
  .section-pad { padding: 60px 20px; }
  .section-title { font-size: 28px; }
  .j-grid { grid-template-columns: 1fr; gap: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-title { font-size: 28px; }
  .footer { padding: 40px 20px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { gap: 12px; }
  .footer-logo { width: 50px; height: 50px; }
  .jpage-card { flex-direction: column; padding: 20px; }
  .jpage-icon { width: 56px; height: 56px; }
  .jpage-title { font-size: 19px; }
  .page-header { padding: 40px 20px 32px; }
  .page-header h1 { font-size: 28px; }
  .page-content { padding: 40px 20px 60px; }
}

@media (max-width: 540px) {
  .hero h1 { font-size: 30px; }
  .section-title { font-size: 24px; }
  .about-title { font-size: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions > a { width: 100%; justify-content: center; }
  .about-btns > a { flex: 1; justify-content: center; }
  .jpage-actions > a { flex: 1; justify-content: center; }
}

/* WordPress admin bar adjustment */
.admin-bar .celt-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .celt-header { top: 46px; } }
