/* ===================================
   DisneyDawgs Global Variables
=================================== */

:root {

    /* ===================================
       COLORS
    =================================== */

    --color-primary: #173B74;      /* Midnight Blue */
    --color-secondary: #2E6EBE;    /* Royal Blue */
    --color-accent: #F4C542;       /* Gold */
    --color-highlight: #D91F26;    /* Red */

    --color-white: #FFFFFF;
    --color-off-white: #FAF8F2;
    --color-light-gray: #F5F7FA;
    --color-border: #E5E7EB;

    --color-text: #1F2937;
    --color-text-light: #6B7280;

    /* ===================================
       TYPOGRAPHY
    =================================== */

    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;

    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;

    --font-size-h6: 1rem;
    --font-size-h5: 1.25rem;
    --font-size-h4: 1.5rem;
    --font-size-h3: 2rem;
    --font-size-h2: 2.75rem;
    --font-size-h1: 4rem;

    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;

    --line-height-body: 1.7;
    --line-height-heading: 1.2;

    /* ===================================
       LAYOUT
    =================================== */

    --container-width: 1400px;
    --content-width: 850px;
    --wide-width: 1200px;

    /* ===================================
       SPACING
    =================================== */

    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 3rem;
    --space-xl: 5rem;
    --space-xxl: 8rem;

    /* ===================================
       BORDERS
    =================================== */

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-pill: 999px;

    /* ===================================
       SHADOWS
    =================================== */

    --shadow-sm: 0 2px 8px rgba(0,0,0,.05);

    --shadow-md: 0 8px 20px rgba(0,0,0,.08);

    --shadow-lg: 0 15px 40px rgba(0,0,0,.12);

    /* ===================================
       TRANSITIONS
    =================================== */

    --transition-fast: .2s ease;
    --transition-normal: .3s ease;

}



.hero-magazine { padding: clamp(2rem, 5vw, 5rem) 0 2rem; }
.hero-card { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.hero-card__image { border-radius: var(--dd-radius); overflow: hidden; box-shadow: var(--dd-shadow); background: var(--dd-cream); }
.hero-card__image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.hero-card__content { padding: 1rem 0; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: var(--dd-red); font-size: .77rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 4px; border-radius: 999px; background: var(--dd-gold); }
h1, h2, h3 { color: var(--dd-blue-dark); line-height: 1.05; margin: .4rem 0 1rem; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { font-size: clamp(1.5rem, 3vw, 3.6rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1rem, 2.5vw, 2.5rem); }
h3 { font-size: 1.35rem; }
p { color: var(--dd-muted); }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: .9rem 1.35rem; font-weight: 900; margin-top: .5rem; }
.button--gold { background: var(--dd-gold); color: var(--dd-blue-dark); box-shadow: 0 12px 30px rgba(244,197,66,.28); }
.button--gold:hover { transform: translateY(-1px); }
.section-spacing { padding: clamp(2.5rem, 6vw, 5rem) 0; }
.section-heading { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem; }
.gold-ring { width: 46px; height: 26px; border: 6px solid var(--dd-gold); border-radius: 999px; box-shadow: 0 0 0 2px rgba(23,59,116,.08); flex: 0 0 auto; }
.park-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.park-grid a { min-height: 150px; border: 2px solid var(--dd-line); border-radius: 999px; display: grid; place-items: center; text-align: center; padding: 1rem; color: var(--dd-blue-dark); font-weight: 900; background: linear-gradient(180deg, #fff, var(--dd-cream)); }
.park-grid a:hover { border-color: var(--dd-gold); background: var(--dd-blue-dark); color: #fff; transform: translateY(-2px); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.post-card { border: 1px solid var(--dd-line); border-radius: 26px; overflow: hidden; background: #fff; box-shadow: 0 12px 40px rgba(23,59,116,.08); }
.post-card__image { background: var(--dd-cream); }
.post-card__image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.post-card__content { padding: 1.25rem; }
.post-card h3 a:hover, .read-link:hover { color: var(--dd-red); }
.read-link { color: var(--dd-blue); font-weight: 900; }
.newsletter-band { margin-top: 3rem; background: radial-gradient(circle at top left, rgba(244,197,66,.35), transparent 30%), var(--dd-blue-dark); color: #fff; }
.newsletter-band__inner { padding: clamp(3rem, 7vw, 6rem) 0; text-align: center; }
.newsletter-band h2, .newsletter-band p { color: #fff; }
.site-footer { margin-top: 4rem; border-top: 1px solid var(--dd-line); background: var(--dd-cream); }
.site-footer__inner { display: flex; justify-content: space-between; gap: 2rem; padding: 2.5rem 0; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1rem; flex-wrap: wrap; }
.archive-header, .single-article__header { max-width: 860px; margin: 0 auto 2rem; text-align: center; padding-top: 3rem; }
.single-article__image { margin-top: 2rem; border-radius: var(--dd-radius); overflow: hidden; box-shadow: var(--dd-shadow); }
.content-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 3rem; align-items: start; justify-content: center; }
.entry-content { font-size: 1.08rem; }
.entry-content a { color: var(--dd-blue); font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.entry-content h2, .entry-content h3 { margin-top: 2.2rem; }
.sidebar { position: sticky; top: 170px; }
.widget { border: 1px solid var(--dd-line); border-radius: 22px; padding: 1.2rem; margin-bottom: 1.2rem; background: #fff; }

@media (max-width: 900px) {
  .hero-card,
  .content-layout { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .park-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__inner { flex-direction: column; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
