/*
Theme Name: Olde Dominion Dad
Author: Olde Dominion Dad
Author URI: https://m.facebook.com/austininva/
Description: A warm, hand-drawn family blog theme for Olde Dominion Dad.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: olde-dominion-dad
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&family=Patrick+Hand&display=swap');

:root {
  --navy: #112c3d;
  --navy-deep: #0b202d;
  --ink: #1e3038;
  --cream: #f5efe2;
  --paper: #fbf8f1;
  --red: #b94b3b;
  --red-dark: #91382e;
  --gold: #e5ad43;
  --sage: #bac4a8;
  --line: rgba(17, 44, 61, .18);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --hand: 'Patrick Hand', 'Comic Sans MS', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding-top: 112px; padding-bottom: 112px; }

.site-header { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--red); transform: rotate(-8deg); }
.brand-mark svg { width: 100%; height: 100%; }
.brand strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 4px; color: #6c746f; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--navy); font-size: 13px; font-weight: 600; }
.main-nav ul { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; }
.main-nav li { list-style: none; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .text-link:hover { color: var(--red); }
.nav-contact { display: inline-flex; gap: 8px; align-items: center; color: var(--red); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); cursor: pointer; font-size: 14px; font-weight: 600; }
.menu-toggle span { font-size: 20px; line-height: 0; vertical-align: -2px; }

.hero { min-height: 650px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 62px; padding-top: 74px; padding-bottom: 84px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-weight: 400; }
h1 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(56px, 7vw, 96px); letter-spacing: -.055em; line-height: .94; }
h1 em, h2 em, h3 em { color: var(--red); font-style: italic; }
.hero-intro { max-width: 415px; margin-bottom: 30px; color: #5e6965; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 2px; padding: 15px 21px; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 5px 5px 0 rgba(17, 44, 61, .13); }
.button-primary:hover { background: var(--red-dark); }
.button-light { background: var(--cream); color: var(--navy); }
.button-light:hover { background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 13px; font-weight: 700; transition: color .2s ease; }
.hero-note { position: relative; display: inline-flex; gap: 10px; margin-top: 46px; margin-left: 50px; color: var(--navy); font-family: var(--hand); font-size: 18px; line-height: 1.05; transform: rotate(-5deg); }
.note-arrow { color: var(--red); font-size: 24px; transform: rotate(14deg); }
.hero-art-wrap { position: relative; }
.hero-art-frame { position: relative; z-index: 1; padding: 12px; background: #fffdf7; box-shadow: 0 16px 36px rgba(17, 44, 61, .13); transform: rotate(2deg); }
.hero-art-frame::after { content: ''; position: absolute; inset: -9px -10px 10px 10px; z-index: -1; border: 1px solid rgba(17, 44, 61, .2); transform: rotate(-4deg); }
.hero-art-frame img { display: block; width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.stamp { position: absolute; right: -26px; bottom: -30px; z-index: 2; width: 104px; height: 104px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; border: 2px solid var(--navy); border-radius: 50%; background: var(--gold); color: var(--navy); text-align: center; transform: rotate(12deg); }
.stamp::before { content: ''; position: absolute; inset: 6px; border: 1px dashed var(--navy); border-radius: 50%; }
.stamp span { font-size: 8px; font-weight: 700; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.stamp strong { font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.2; }
.scribble { position: absolute; z-index: 2; color: var(--red); font-family: var(--hand); font-size: 21px; line-height: .9; }
.scribble-one { top: 14px; right: -36px; transform: rotate(8deg); }
.scribble-two { bottom: 55px; left: -36px; color: var(--gold); font-size: 34px; transform: rotate(-10deg); }

.stories { border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(48px, 5.5vw, 76px); letter-spacing: -.05em; line-height: .97; }
.story-grid { display: grid; grid-template-columns: 1.45fr .85fr; gap: 26px; }
.featured-story { display: grid; grid-template-columns: 1.02fr .98fr; background: #e9e0cf; }
.story-art { min-height: 370px; position: relative; display: flex; align-items: end; overflow: hidden; padding: 25px; background: var(--red); color: var(--cream); }
.story-art::before { content: ''; position: absolute; width: 260px; height: 260px; top: -100px; right: -70px; border: 1px solid rgba(245,239,226,.5); border-radius: 50%; }
.story-art svg { position: absolute; width: 100%; height: auto; left: 0; bottom: 68px; color: var(--cream); }
.art-label, .art-caption { position: relative; z-index: 1; font-size: 10px; font-weight: 700; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.art-caption { margin-left: auto; color: var(--cream); font-family: var(--hand); font-size: 18px; font-weight: 400; letter-spacing: 0; text-align: right; text-transform: none; transform: rotate(-4deg); }
.story-content { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.story-kicker { margin-bottom: 15px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.story-content h3 { margin-bottom: 15px; font-family: var(--serif); font-size: 40px; letter-spacing: -.04em; line-height: 1; }
.story-content p:not(.story-kicker) { margin-bottom: 28px; color: #637069; font-size: 15px; line-height: 1.65; }
.story-content .text-link { align-self: flex-start; }
.story-side { display: grid; gap: 26px; }
.mini-story { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.mini-story-gold { border-color: transparent; background: var(--gold); }
.mini-number { color: var(--red); font-family: var(--serif); font-size: 30px; line-height: 1; }
.mini-story h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 32px; letter-spacing: -.04em; line-height: .98; }
.mini-story p:not(.story-kicker) { margin-bottom: 21px; color: #637069; font-size: 14px; line-height: 1.55; }
.mini-story-gold p:not(.story-kicker), .mini-story-gold .mini-number { color: var(--navy); }

.quote-section { background: var(--navy); color: var(--cream); }
.quote-inner { display: grid; grid-template-columns: .32fr 1.15fr .65fr; align-items: center; gap: 54px; }
.quote-section h2 { color: var(--cream); font-size: clamp(50px, 6vw, 78px); }
.quote-section h2 em { color: var(--gold); }
.quote-section .eyebrow { color: var(--gold); }
.quote-context { margin-top: 20px; margin-bottom: 0; color: #bec7c0; font-family: var(--hand); font-size: 20px; }
.quote-badge { width: 125px; height: 125px; display: grid; place-content: center; border: 1px solid rgba(229, 173, 67, .65); border-radius: 50%; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; line-height: 1.25; text-align: center; transform: rotate(-12deg); }
.quote-aside { padding-left: 32px; border-left: 1px solid rgba(245,239,226,.22); }
.quote-aside p { max-width: 270px; margin-bottom: 25px; color: #bdc8c0; font-size: 15px; line-height: 1.6; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 108px; align-items: center; }
.about-portrait { min-height: 440px; position: relative; overflow: hidden; background: var(--sage); }
.about-portrait::before { content: ''; position: absolute; inset: 20px; border: 1px solid rgba(17, 44, 61, .35); }
.portrait-sun { position: absolute; top: 45px; right: 60px; width: 83px; height: 83px; border: 2px solid var(--navy); border-radius: 50%; background: var(--gold); }
.portrait-house { position: absolute; left: 20%; right: 14%; bottom: 93px; height: 150px; border: 2px solid var(--navy); background: #d9c7a4; }
.portrait-house::before { content: ''; position: absolute; left: -20px; top: -75px; width: calc(100% + 40px); height: 125px; border-top: 2px solid var(--navy); border-right: 2px solid var(--navy); transform: skewX(-42deg); background: var(--red); }
.portrait-house::after { content: ''; position: absolute; left: 15%; bottom: 0; width: 27%; height: 62%; border: 2px solid var(--navy); background: var(--cream); box-shadow: 120px 0 0 -2px var(--cream), 120px 0 0 0 var(--navy); }
.portrait-family { position: absolute; bottom: 30px; left: 30px; color: var(--navy); font-family: var(--hand); font-size: 48px; line-height: .7; transform: rotate(-6deg); }
.portrait-family small { font-size: 22px; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p:not(.eyebrow) { max-width: 470px; color: #647069; font-size: 16px; line-height: 1.7; }
.about-copy .text-link { margin-top: 10px; }

.contact { background: var(--gold); }
.contact-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.contact h2 { color: var(--navy); }
.contact-copy { max-width: 390px; }
.contact-copy p { margin-bottom: 26px; color: var(--navy); font-size: 18px; line-height: 1.55; }

.site-footer { padding: 30px 0; background: var(--navy-deep); color: #aebbb2; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.site-footer p { margin: 0; font-size: 11px; line-height: 1.5; }
.footer-motto { color: var(--gold); font-family: var(--hand); font-size: 18px !important; line-height: 1.05 !important; text-align: center; }
.back-top { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(245,239,226,.35); color: var(--cream); font-size: 20px; transition: background .2s ease; }
.back-top:hover { background: var(--red); }

.archive-page h1, .single-post-page h1 { margin-top: 18px; margin-bottom: 42px; }
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { padding: 30px; border: 1px solid var(--line); background: #e9e0cf; }
.post-card h2 { margin-bottom: 15px; font-size: 34px; }
.post-card h2 a:hover { color: var(--red); }
.post-card > p:not(.story-kicker) { color: #637069; font-size: 15px; line-height: 1.65; }
.single-post { max-width: 820px; }
.single-post h1 { max-width: 760px; }
.single-post-image { margin: 0 0 40px; }
.single-post-image img { display: block; width: 100%; height: auto; }
.entry-content { color: #52635d; font-size: 18px; line-height: 1.8; }
.entry-content h2, .entry-content h3 { margin-top: 36px; margin-bottom: 16px; }
.entry-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 30px 0; padding: 20px 26px; border-left: 4px solid var(--gold); color: var(--navy); font-family: var(--serif); font-size: 28px; line-height: 1.25; }
.nav-links { display: flex; gap: 16px; margin-top: 36px; }
.nav-links a, .nav-links span { padding: 10px 14px; border: 1px solid var(--line); color: var(--navy); }

@media (max-width: 900px) {
  .section-shell { width: min(100% - 42px, 680px); }
  .site-header { width: min(100% - 42px, 680px); }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 21px; right: 21px; z-index: 10; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--paper); box-shadow: 0 10px 25px rgba(17,44,61,.15); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 10px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 70px; }
  .hero-copy { max-width: 590px; }
  .hero-art-wrap { width: min(100%, 570px); margin-left: auto; }
  .story-grid, .featured-story { grid-template-columns: 1fr; }
  .story-art { min-height: 280px; }
  .quote-inner { grid-template-columns: auto 1fr; gap: 28px; }
  .quote-aside { grid-column: 2; padding-left: 0; border-left: 0; }
  .about { grid-template-columns: 1fr; gap: 56px; }
  .about-portrait { min-height: 330px; }
  .contact-inner { grid-template-columns: 1fr; gap: 35px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-motto { grid-row: 1 / span 2; grid-column: 2; }
  .post-list { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .section-shell { width: calc(100% - 34px); }
  .site-header { width: calc(100% - 34px); padding: 17px 0; }
  .brand strong { font-size: 17px; }
  .brand small { max-width: 180px; font-size: 8px; }
  .hero { min-height: 0; padding-top: 58px; padding-bottom: 70px; }
  h1 { font-size: clamp(52px, 16vw, 75px); }
  h2 { font-size: clamp(47px, 14vw, 65px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-note { margin-top: 30px; margin-left: 30px; }
  .scribble-one { right: -5px; top: -18px; }
  .scribble-two { left: -7px; bottom: 50px; }
  .stamp { right: -8px; bottom: -25px; transform: scale(.82) rotate(12deg); transform-origin: bottom right; }
  .section-pad { padding-top: 76px; padding-bottom: 76px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 32px; }
  .desktop-only { display: none; }
  .story-content { padding: 32px 26px; }
  .story-content h3 { font-size: 36px; }
  .mini-story { padding: 25px 20px; }
  .quote-inner { grid-template-columns: 1fr; gap: 28px; }
  .quote-badge { width: 105px; height: 105px; font-size: 9px; }
  .quote-aside { grid-column: auto; }
  .about { gap: 38px; }
  .about-portrait { min-height: 280px; }
  .portrait-house { bottom: 68px; height: 100px; }
  .portrait-family { bottom: 20px; font-size: 36px; }
  .footer-inner { grid-template-columns: 1fr auto; gap: 18px; }
  .footer-motto { display: none; }
  .main-nav ul { display: block; }
}

/* ==================================================
   JO'S CORNER — QUOTE VAULT
   ================================================== */

.jo-vault-page {
    max-width: 1200px;
    margin: 0 auto;
}

.jo-vault-header {
    max-width: 760px;
    margin-bottom: 60px;
}

.jo-vault-header h1 {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    line-height: .95;
    color: var(--navy);
    margin: 15px 0 25px;
}

.jo-vault-intro {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 650px;
}

/* The growing vault */

.jo-quote-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.jo-quote-card {
    background: var(--cream);
    border: 1px solid rgba(17, 44, 61, .15);
    padding: 38px;
    position: relative;
    box-shadow: 7px 7px 0 rgba(17, 44, 61, .08);
}

.jo-quote-card:nth-child(3n+1) {
    transform: rotate(-0.4deg);
}

.jo-quote-card:nth-child(3n+2) {
    transform: rotate(0.35deg);
}

.jo-quote-label {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
    font-weight: 700;
    color: var(--red);
    margin: 0 0 18px;
}

.jo-quote-title {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    color: var(--navy);
    margin: 0 0 24px;
}

.jo-quote-story {
    font-size: 1rem;
    line-height: 1.75;
}

.jo-quote-story p:last-child {
    margin-bottom: 0;
}

.jo-quote-date {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 44, 61, .12);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity
	: .65;
}/* ==================================================
   HOMEPAGE — JO QUOTE FEATURE
   ================================================== */

.jo-home-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 55px;
}

.jo-home-copy {
    min-width: 0;
}

.jo-home-copy h2 {
    margin: 16px 0 22px;
    font-size: clamp(3rem, 5vw, 5.4rem);
    line-height: .95;
}

.jo-home-excerpt {
    max-width: 540px;
    margin-bottom: 30px;
    font-size: 1.05rem;
    line-height: 1.65;
    opacity: .85;
}

.jo-home-image {
    width: 100%;
    max-width: 580px;
    justify-self: end;
}

.jo-home-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 14px 14px 0 rgba(0, 0, 0, .12);
}

/* Phones and smaller tablets */
@media (max-width: 500px) {
    .jo-home-feature {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .jo-home-copy h2 {
        font-size: clamp(2.8rem, 11vw, 4.5rem);
    }

    .jo-home-image {
        max-width: 600px;
        justify-self: start;
    }
}

.jo-quote-empty {
    padding: 60px;
    text-align: center;
    background: var(--cream);
}

/* Phones */

@media (max-width: 760px) {

    .jo-quote-grid {
        grid-template-columns: 1fr;
    }

    .jo-quote-card {
        padding: 28px 24px;
        transform: none !important;
    }

    .jo-vault-header {
        margin-bottom: 38px;
    }
}
/* Fix homepage Jo Quote layout */

#jo-quotes .quote-inner {
    display: grid !important;
    grid-template-columns: 38% 62% !important;
    align-items: center !important;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

#jo-quotes .quote-copy {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 2;
}

#jo-quotes .quote-feature-image {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: 650px;
    justify-self: end;
}

#jo-quotes .quote-feature-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

#jo-quotes .quote-badge {
    display: none;
}

/* Tablet / phone */
@media (max-width: 850px) {

    #jo-quotes .quote-inner {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }

    #jo-quotes .quote-copy,
    #jo-quotes .quote-feature-image {
        grid-column: 1;
        grid-row: auto;
    }

    #jo-quotes .quote-feature-image {
        max-width: 600px;
        justify-self: center;
    }
}
/* FORCE Jo homepage into two columns */

#jo-quotes .jo-home-feature {
    display: grid !important;
    grid-template-columns: 42% 58% !important;
    align-items: center !important;
    gap: 40px !important;
}

#jo-quotes .jo-home-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0;
}

#jo-quotes .jo-home-image {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 600px !important;
    justify-self: end !important;
}

#jo-quotes .jo-home-image img {
  width: 100% !important;
    height: auto !important;
    display: block;
}

@media (max-width: 500px) {
    #jo-quotes .jo-home-feature {
        grid-template-columns: 1fr !important;
    }

    #jo-quotes .jo-home-copy,
    #jo-quotes .jo-home-image {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}
/* Latest Dispatches - visual section break */
#stories {
    background: #eee4d5;
    border-top: 6px solid #d6a33a;
}
/* ==================================================
   STORIES ARCHIVE
   ================================================== */

.stories-archive {
    background: #f3eee4;
}

.stories-archive-header {
    max-width: 760px;
    margin-bottom: 55px;
}

.stories-archive-header h1 {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(3.8rem, 7vw, 6.5rem);
    line-height: .95;
    color: var(--navy);
    margin: 14px 0 24px;
}

.stories-archive-header h1 em {
    color: var(--red);
    font-weight: 400;
}

.stories-archive-intro {
    max-width: 700px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.stories-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.stories-archive-card {
    background: var(--cream);
    border: 1px solid rgba(17, 44, 61, .12);
    box-shadow: 7px 7px 0 rgba(17, 44, 61, .07);
    overflow: hidden;
}

.stories-archive-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.stories-archive-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stories-archive-content {
    padding: 30px;
}

.stories-archive-meta {
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    color: var(--red);
}

.stories-archive-content h2 {
    margin: 0 0 16px;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
}

.stories-archive-content h2 a {
    color: var(--navy);
    text-decoration: none;
}

.stories-archive-content p {
    line-height: 1.7;
}

.stories-pagination {
    margin-top: 55px;
    padding-top: 28px;
    border-top: 1px solid rgba(17, 44, 61, .15);
}

.stories-pagination .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.stories-pagination a,
.stories-pagination .current {
    text-decoration: none;
    font-weight: 700;
}

.stories-empty {
    padding: 50px 0;
}

@media (max-width: 760px) {
    .stories-archive-grid {
        grid-template-columns: 1fr;
    }

    .stories-archive-content {
        padding: 24px;
    }
}