/* Self-hosted fonts - see DESIGN-SYSTEM.md font section */

@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/barlow-condensed-400-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/barlow-condensed-500-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/barlow-condensed-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/barlow-condensed-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/barlow-condensed-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/barlow-condensed-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/barlow-condensed-900.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/bebas-neue-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto-400-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --black: #0A0A0A; --charcoal: #1A1A1A; --dark-gray: #2A2A2A;
  --mid-gray: #888; --light-gray: #999; --off-white: #F0EDE8;
  --white: #FAFAF8; --gold: #C4A35A; --gold-light: #D4B96A;
  --bronze: #A0753B; --bronze-light: #B8884A;
  --red: #8B2020; --red-bright: #B83030; --silver: #C0C0C0;
  --font-title: 'Barlow Condensed', 'Oswald', sans-serif;
  --font-author: 'Bebas Neue', sans-serif;
  --font-message: 'Roboto', sans-serif;
  --bw: 500px; --bh: 714px; --bd: 55px;
}
html { scroll-behavior: smooth; }
body { font-family: 'Roboto', sans-serif; background: var(--black); color: var(--off-white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }

/* ─── NAV ─── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(10,10,10,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--dark-gray); padding: 0 40px; height: 70px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-brain { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.nav-logo { font-family: var(--font-title); font-size: 22px; font-weight: 700; text-transform: uppercase; color: #888; letter-spacing: 2px; text-decoration: none; }
.nav-logo span { color: var(--off-white); }
.nav-logo .nav-logo-forge { background: linear-gradient(180deg, #D4D4D4 0%, #999 40%, #707070 80%, #555 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.nav-links { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 35px; }
.nav-links a { font-family: var(--font-author); font-size: 15px; letter-spacing: 3px; text-transform: uppercase; color: var(--light-gray); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); }
.nav-social { display: flex; gap: 20px; align-items: center; }
.nav-social a { color: var(--mid-gray); text-decoration: none; font-size: 14px; transition: color 0.3s; }
.nav-social a:hover { color: var(--gold); }

/* ─── MOBILE NAV (HAMBURGER + DRAWER) ─── */
.nav-burger { display: none; background: transparent; border: none; padding: 0; cursor: pointer; position: relative; width: 44px; height: 44px; z-index: 1001; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--off-white); margin: 5px auto; transition: transform 0.3s ease, opacity 0.2s ease, background 0.3s; transform-origin: center; }
.nav-burger:hover span { background: var(--gold); }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--gold); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--gold); }
.nav-drawer { position: fixed; top: 70px; left: 0; right: 0; background: rgba(10, 10, 10, 0.98); backdrop-filter: blur(14px); border-bottom: 1px solid var(--dark-gray); padding: 12px 0 20px; display: none; flex-direction: column; z-index: 999; transform: translateY(-8px); opacity: 0; transition: transform 0.28s ease, opacity 0.28s ease; pointer-events: none; }
.nav-drawer.open { display: flex; transform: translateY(0); opacity: 1; pointer-events: auto; }
.nav-drawer a { font-family: var(--font-author); font-size: 18px; letter-spacing: 3px; text-transform: uppercase; color: var(--off-white); text-decoration: none; padding: 18px 28px; border-bottom: 1px solid var(--dark-gray); transition: color 0.2s, background 0.2s; }
.nav-drawer a:last-of-type { border-bottom: none; }
.nav-drawer a:hover, .nav-drawer a:active { color: var(--gold); background: var(--charcoal); }
.nav-drawer a.active { color: var(--gold); }
.nav-drawer .drawer-social { display: flex; gap: 24px; padding: 20px 28px 4px; border-top: 1px solid var(--dark-gray); margin-top: 4px; }
.nav-drawer .drawer-social a { font-size: 13px; padding: 6px 0; border: none; color: var(--mid-gray); letter-spacing: 2px; }
.nav-drawer .drawer-social a:hover { color: var(--gold); background: transparent; }

/* ─── SHARED ─── */
section { padding: 120px 40px; }
.section-label { font-family: var(--font-author); font-size: 14px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 30px; }
.section-title { font-family: var(--font-title); font-size: clamp(32px, 5vw, 64px); font-weight: 900; line-height: 1.1; max-width: 800px; }
.section-body { font-family: var(--font-message); font-size: 17px; font-weight: 400; line-height: 1.8; color: var(--light-gray); max-width: 600px; margin-top: 30px; }
.btn { font-family: var(--font-author); font-size: 16px; letter-spacing: 3px; text-transform: uppercase; padding: 18px 40px; border: none; cursor: pointer; text-decoration: none; transition: all 0.4s ease; display: inline-block; }
.btn-gold { background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 50%, var(--bronze) 100%); color: var(--black); box-shadow: inset 0 1px 0 rgba(255, 240, 200, 0.4), 0 2px 8px rgba(0, 0, 0, 0.4); }
.btn-gold:hover { background: linear-gradient(180deg, #E8CC88 0%, var(--gold-light) 50%, var(--gold) 100%); transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255, 240, 200, 0.5), 0 8px 30px rgba(196,163,90,0.4); }
.btn-outline { background: transparent; color: var(--off-white); border: 1px solid var(--mid-gray); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline.btn-cta-primary { background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 50%, var(--bronze) 100%); color: var(--black); border: none; box-shadow: inset 0 1px 0 rgba(255, 240, 200, 0.4), 0 2px 8px rgba(0, 0, 0, 0.4); }
.btn-outline.btn-cta-primary:hover { background: linear-gradient(180deg, #E8CC88 0%, var(--gold-light) 50%, var(--gold) 100%); border: none; transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255, 240, 200, 0.5), 0 8px 30px rgba(196,163,90,0.4); color: var(--black); }

/* ─── MARQUEE ─── */
.marquee { overflow: hidden; border-top: 1px solid var(--dark-gray); border-bottom: 1px solid var(--dark-gray); padding: clamp(12px, 1.6vw, 18px) 0; background: var(--charcoal); }
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-text { font-family: var(--font-author); font-size: clamp(28px, 4vw, 52px); letter-spacing: 6px; text-transform: uppercase; white-space: nowrap; padding: 0 30px; line-height: 1; background: linear-gradient(180deg, #F5E5B8 0%, var(--gold-light) 30%, var(--gold) 60%, var(--bronze-light) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.marquee-text .dot { display: inline-block; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; vertical-align: middle; margin: 0 32px; }

/* ─── QUOTE BANNER ─── */
.quote-banner { padding: 100px 40px; text-align: center; background: var(--charcoal); border-top: 1px solid var(--dark-gray); border-bottom: 1px solid var(--dark-gray); }
.quote-text { font-family: var(--font-title); font-size: clamp(24px, 4vw, 48px); font-style: italic; font-weight: 400; max-width: 900px; margin: 0 auto; line-height: 1.4; color: var(--off-white); }
.quote-attr { font-family: var(--font-message); font-size: 14px; color: var(--gold); margin-top: 30px; letter-spacing: 2px; }

/* ─── NEWSLETTER ─── */
.newsletter { text-align: center; max-width: 700px; margin: 0 auto; }
.newsletter .section-title { margin: 0 auto; }
.mc-form { margin-top: 40px; max-width: 500px; margin-left: auto; margin-right: auto; }
.mc-row { display: flex; gap: 12px; margin-bottom: 12px; }
.mc-row.full { display: block; }
.mc-input { flex: 1; padding: 16px 20px; background: var(--charcoal); border: 1px solid var(--dark-gray); color: var(--off-white); font-family: var(--font-message); font-size: 14px; outline: none; transition: border-color 0.3s; width: 100%; }
.mc-input::placeholder { color: var(--mid-gray); }
.mc-input:focus { border-color: var(--gold); }
.mc-submit { font-family: var(--font-author); font-size: 15px; letter-spacing: 3px; text-transform: uppercase; padding: 16px 30px; background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 50%, var(--bronze) 100%); color: var(--black); border: none; cursor: pointer; transition: background 0.3s, transform 0.3s, box-shadow 0.3s; width: 100%; margin-top: 8px; box-shadow: inset 0 1px 0 rgba(255, 240, 200, 0.4), 0 2px 8px rgba(0, 0, 0, 0.4); }
.mc-submit:hover { background: linear-gradient(180deg, #E8CC88 0%, var(--gold-light) 50%, var(--gold) 100%); transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255, 240, 200, 0.5), 0 8px 30px rgba(196,163,90,0.4); }
.mc-disclosure { font-family: var(--font-message); font-size: 12px; color: var(--mid-gray); margin-top: 12px; line-height: 1.5; }
.mc-disclosure a { color: var(--light-gray); text-decoration: underline; }
.mc-disclosure a:hover { color: var(--gold); }
.mc-note { font-size: 13px; color: var(--mid-gray); margin-top: 16px; }
.mc-note a { color: var(--gold); text-decoration: none; }
.mc-bot { position: absolute; left: -5000px; }

/* ─── FOOTER ─── */
footer { padding: 60px 40px; border-top: 1px solid var(--dark-gray); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.footer-brand { font-family: var(--font-title); font-size: 24px; font-weight: 700; text-transform: uppercase; color: #888; letter-spacing: 2px; }
.footer-brand span { color: var(--off-white); }
.footer-brand .footer-brand-forge { background: linear-gradient(180deg, #D4D4D4 0%, #999 40%, #707070 80%, #555 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.footer-links { display: flex; gap: 30px; flex-wrap: wrap; justify-content: center; }
.footer-links a { font-family: var(--font-message); font-size: 13px; color: var(--mid-gray); text-decoration: none; letter-spacing: 1px; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 12px; color: var(--mid-gray); }

/* Footer credits row: publisher credit + EGM credit on a single centered row,
   separated by a thin pipe. Wrapped in .footer-credits div in each page's HTML. */
.footer-credits {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--dark-gray);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-publisher,
.footer-egm {
  margin: 0;
  padding: 0;
  border: none;
  display: inline-flex;
  align-items: center;
}
.footer-publisher a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.footer-publisher a:hover { opacity: 1; }
.footer-publisher .pub-label {
  font-family: var(--font-author);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--mid-gray);
}
.footer-publisher .pub-mark { height: 28px; width: auto; display: block; }
/* The pipe separator */
.footer-credits-sep {
  width: 1px;
  height: 18px;
  background: var(--mid-gray);
  opacity: 0.4;
  display: inline-block;
}
@media (max-width: 600px) {
  .footer-credits { gap: 14px; flex-direction: column; }
  .footer-credits-sep { display: none; }
  .footer-publisher .pub-mark { height: 24px; }
  .footer-publisher .pub-label { font-size: 10px; letter-spacing: 2px; }
  .footer-publisher a { gap: 8px; }
}

/* End Goal Media credit - subtle "signed by" line below the main footer row.
   Uses Barlow Condensed (matching hero/footer-brand treatment) instead of EGM canonical Oswald.
   Link points to .ca until endgoalmedia.com goes live - see DESIGN-SYSTEM.md open thread. */
.egm-credit { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; opacity: 0.6; transition: opacity 0.3s ease; }
.egm-credit-icon { width: 18px; height: 18px; object-fit: contain; display: block; }
.egm-credit-text { font-family: var(--font-title); font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #888; transition: color 0.3s ease; }
.egm-credit-arrow { font-family: var(--font-message); font-size: 13px; color: var(--gold); margin-left: 2px; transition: transform 0.3s ease; display: inline-block; }
.egm-credit:hover { opacity: 1; }
.egm-credit:hover .egm-credit-text { color: var(--off-white); }
.egm-credit:hover .egm-credit-arrow { transform: translateX(4px); }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scrollPulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
@keyframes carousel { from { transform: rotateY(0deg); } to { transform: rotateY(360deg); } }
@keyframes shadowCarousel { 0% { transform: translateX(-50%) scaleX(0.9); opacity: 0.5; } 25% { transform: translateX(-45%) scaleX(0.6); opacity: 0.3; } 50% { transform: translateX(-50%) scaleX(0.9); opacity: 0.5; } 75% { transform: translateX(-55%) scaleX(0.6); opacity: 0.3; } 100% { transform: translateX(-50%) scaleX(0.9); opacity: 0.5; } }

/* ─── 3D BOOK (shared across homepage + product pages) ─── */
.hero-book-wrapper { margin: 40px 0 30px; position: relative; z-index: 10; --book-front: image-set(url('cover-front.webp') type('image/webp'), url('cover-front.png') type('image/png')); --book-back: image-set(url('cover-back.webp') type('image/webp'), url('cover-back.png') type('image/png')); --book-spine: image-set(url('cover-spine.webp') type('image/webp'), url('cover-spine.png') type('image/png')); }
.scene { perspective: 2000px; width: var(--bw); height: var(--bh); position: relative; margin: 0 auto; }
.book { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; animation: carousel 12s linear infinite; }
.face { position: absolute; backface-visibility: visible; }
.front { width: var(--bw); height: var(--bh); transform: translateZ(calc(var(--bd)/2)); background: var(--book-front) center/cover no-repeat; background-color: var(--black); box-shadow: 4px 0 25px rgba(0,0,0,0.5); border-radius: 0 3px 3px 0; }
.back { width: var(--bw); height: var(--bh); transform: rotateY(180deg) translateZ(calc(var(--bd)/2)); background: var(--book-back) center/cover no-repeat; background-color: var(--black); box-shadow: -4px 0 25px rgba(0,0,0,0.5); border-radius: 3px 0 0 3px; }
.spine-face { width: var(--bd); height: var(--bh); transform: rotateY(-90deg) translateZ(calc(var(--bd)/2)); background: var(--book-spine) center/cover no-repeat; background-color: var(--black); }
.spine-left { width: var(--bd); height: var(--bh); transform: rotateY(90deg) translateZ(calc(var(--bw) - var(--bd)/2)); background: repeating-linear-gradient(to bottom, #F5F0E0 0px, #F5F0E0 1px, #EDE5D5 1px, #EDE5D5 3px); box-shadow: inset 3px 0 12px rgba(0,0,0,0.2); }
.book-top { width: var(--bw); height: var(--bd); transform: rotateX(90deg) translateZ(calc(var(--bd)/2)); background: linear-gradient(180deg, #F0EBD8, #E0D8C5); display: none; }
.book-bottom { width: var(--bw); height: var(--bd); transform: rotateX(-90deg) translateZ(calc(var(--bh) - var(--bd)/2)); background: linear-gradient(0deg, #E8E0CC, #D8D0BC); display: none; }
.pages { position: absolute; width: calc(var(--bw) - 5px); height: calc(var(--bh) - 8px); right: 0; top: 4px; transform: translateZ(calc(var(--bd)/-2 + 2px)); background: linear-gradient(90deg, #F5F0E0, #EDE8D5, #F5F0E0); border-radius: 0 2px 2px 0; box-shadow: inset -5px 0 15px rgba(0,0,0,0.12); }
.front::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,0.07) 0%, transparent 40%, transparent 60%, rgba(0,0,0,0.18) 100%); border-radius: 0 3px 3px 0; pointer-events: none; }
.book-shadow { position: absolute; bottom: -55px; left: 50%; transform: translateX(-50%); width: 480px; height: 55px; background: radial-gradient(ellipse, rgba(0,0,0,0.5) 0%, transparent 70%); filter: blur(15px); animation: shadowCarousel 12s linear infinite; }
.scene:hover .book, .scene:hover .book-shadow { animation-play-state: paused; }
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── ACCESSIBILITY: KEYBOARD FOCUS ─── */
/* Shown only when user navigates via keyboard (Tab), hidden for mouse clicks */
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
.mc-input:focus-visible, .cf-input:focus-visible { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(196, 163, 90, 0.25); }
.btn:focus-visible, .shop-btn:focus-visible, .mc-submit:focus-visible, .cf-submit:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1000px) { :root { --bw: 320px; --bh: 457px; --bd: 40px; } }
@media (max-width: 900px) {
  .nav { padding: 0 20px; }
  .nav-links { gap: 20px; }
  .mc-row { flex-direction: column; }
  footer .footer-inner { flex-direction: column; gap: 20px; text-align: center; }
  footer .footer-links { gap: 18px 22px; max-width: 320px; margin: 0 auto; }
  section { padding: 80px 24px; }
}
@media (max-width: 768px) {
  /* Switch to hamburger: hide desktop nav items, show burger */
  .nav-links, .nav-social { display: none; }
  .nav-burger { display: block; }
}
@media (max-width: 600px) {
  :root { --bw: 250px; --bh: 357px; --bd: 32px; }
  .nav-logo { font-size: 16px; }
}
