/*
Theme Name: Save Kilkee Cliff Walk
Theme URI: https://www.gofundme.com/f/save-kilkee-cliff-walk
Author: Save Kilkee Cliff Walk Campaign
Description: A focused, responsive one-page campaign website for Save Kilkee Cliff Walk.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: save-kilkee-cliff-walk
Tags: one-column, custom-logo, custom-colors, accessibility-ready
*/

:root {
    --skcw-ink: #051223;
    --skcw-deep: #072d66;
    --skcw-sea: #0d56a5;
    --skcw-white: #ffffff;
    --skcw-mist: rgba(255, 255, 255, .82);
    --skcw-soft: rgba(255, 255, 255, .66);
    --skcw-accent: #f3c400;
    --skcw-accent-strong: #d3a700;
    --skcw-sun: #ffd84f;
    --skcw-sun-soft: #fff2ad;
    --skcw-line: rgba(255, 255, 255, .14);
    --skcw-shadow: 0 28px 90px rgba(2, 14, 34, .32);
    --skcw-radius: 28px;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--skcw-white);
    background: var(--skcw-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.screen-reader-text,
.skip-link {
    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:focus {
    top: 12px;
    left: 12px;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 14px 20px;
    clip: auto;
    color: var(--skcw-ink);
    background: var(--skcw-sun);
    border-radius: 999px;
    font-weight: 800;
}

.site-background {
    position: fixed;
    inset: 0;
    z-index: -3;
    background-image: url('assets/images/kilkee-cliffs.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(3, 14, 29, .76) 0%, rgba(4, 22, 44, .62) 34%, rgba(5, 28, 56, .28) 62%, rgba(4, 18, 36, .46) 100%),
        linear-gradient(180deg, rgba(3, 14, 28, .10) 0%, rgba(4, 17, 33, .22) 36%, rgba(4, 16, 31, .72) 100%);
}

.site-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(26, 146, 255, .22), transparent 30%),
        radial-gradient(circle at 84% 22%, rgba(243, 196, 0, .12), transparent 24%);
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 24px 0;
}

.admin-bar .site-header {
    top: 32px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.custom-logo {
    width: auto;
    max-height: 74px;
}

.brand-mark {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
    color: var(--skcw-white);
}

.brand-wave {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(11, 77, 151, .42), rgba(243, 196, 0, .18));
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .06);
    color: var(--skcw-sun);
}

.brand-wave svg {
    width: 27px;
    height: 27px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 900;
}

.brand-text small {
    margin-top: 6px;
    color: var(--skcw-sun);
    font-size: .62rem;
    letter-spacing: .18em;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.site-nav a {
    position: relative;
    color: rgba(255, 255, 255, .92);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .035em;
}

.site-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 2px;
    background: var(--skcw-sun);
    transition: right .2s ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after {
    right: 0;
}

.nav-cta {
    padding: 15px 22px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: var(--skcw-ink);
    background: linear-gradient(135deg, var(--skcw-accent), var(--skcw-sun));
    box-shadow: 0 14px 32px rgba(243, 196, 0, .26);
}

.hero {
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 160px 0 96px;
}

.hero-content {
    max-width: 920px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
    padding: 10px 16px;
    border: 1px solid rgba(243, 196, 0, .34);
    border-radius: 999px;
    background: rgba(243, 196, 0, .14);
    color: var(--skcw-sun);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.eyebrow::before,
.section-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px rgba(243, 196, 0, .14);
}

.hero h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(3.6rem, 8.4vw, 7.9rem);
    line-height: .88;
    letter-spacing: -.067em;
    text-wrap: balance;
    text-shadow: 0 10px 38px rgba(0, 8, 14, .34);
}

.hero h1 span {
    display: block;
    color: var(--skcw-sun);
}

.hero-lead {
    max-width: 760px;
    margin: 34px 0 0;
    color: var(--skcw-mist);
    font-size: clamp(1.1rem, 2vw, 1.42rem);
    line-height: 1.55;
}

.campaign-line {
    max-width: 720px;
    margin: 30px 0 0;
    padding: 18px 22px;
    border: 1px solid rgba(243, 196, 0, .24);
    border-left: 6px solid var(--skcw-accent);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(8, 30, 62, .62), rgba(8, 26, 54, .38));
    color: var(--skcw-white);
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    font-weight: 800;
    line-height: 1.3;
    box-shadow: 0 18px 48px rgba(0, 6, 10, .24);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 66px;
    padding: 18px 30px;
    border: 2px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: .01em;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

.button:focus-visible,
.site-nav a:focus-visible,
.action-card:focus-within {
    outline: 3px solid var(--skcw-sun);
    outline-offset: 4px;
}

.button-primary {
    color: var(--skcw-ink);
    background: linear-gradient(135deg, var(--skcw-accent), var(--skcw-sun));
    box-shadow: 0 18px 42px rgba(243, 196, 0, .26);
}

.button-secondary {
    border-color: rgba(243, 196, 0, .42);
    color: var(--skcw-white);
    background: rgba(7, 45, 102, .48);
    backdrop-filter: blur(12px);
}

.button-donate {
    color: var(--skcw-ink);
    background: linear-gradient(135deg, var(--skcw-accent), var(--skcw-sun-soft));
    box-shadow: 0 18px 42px rgba(243, 196, 0, .22);
}

.button svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
}

.content-wrap {
    position: relative;
    padding: 34px 0 110px;
}

.glass-panel {
    padding: clamp(30px, 5vw, 66px);
    border: 1px solid var(--skcw-line);
    border-top: 4px solid rgba(243, 196, 0, .82);
    border-radius: var(--skcw-radius);
    background: linear-gradient(155deg, rgba(6, 29, 61, .78), rgba(4, 18, 38, .62));
    box-shadow: var(--skcw-shadow);
    backdrop-filter: blur(18px);
}

.intro-grid {
    display: grid;
    grid-template-columns: .85fr 1.5fr;
    gap: clamp(30px, 6vw, 78px);
    align-items: start;
}

.section-kicker {
    margin-bottom: 14px;
}

.section-title {
    margin: 0;
    font-size: clamp(2.3rem, 5vw, 4.6rem);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.intro-copy p {
    margin: 0 0 1.15em;
    color: var(--skcw-mist);
}

.intro-copy p:first-child {
    color: var(--skcw-white);
    font-size: 1.15rem;
    font-weight: 650;
}

.take-action {
    padding-top: 88px;
    scroll-margin-top: 35px;
}

.action-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.action-heading p:last-child {
    margin: 18px 0 0;
    color: var(--skcw-soft);
}

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

.action-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding: clamp(26px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-top: 4px solid rgba(243, 196, 0, .88);
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(8, 38, 80, .78), rgba(4, 24, 51, .60));
    box-shadow: 0 22px 64px rgba(3, 22, 54, .24);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.action-card::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -82px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(33, 160, 255, .22), rgba(33, 160, 255, 0) 72%);
    pointer-events: none;
}

.action-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 196, 0, .32);
    background: linear-gradient(160deg, rgba(9, 47, 98, .82), rgba(5, 26, 56, .66));
}

.action-card.donate-card {
    border-top-color: rgba(243, 196, 0, .92);
    background: linear-gradient(160deg, rgba(53, 35, 11, .94), rgba(27, 21, 10, .88));
}

.card-number {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    min-width: 54px;
    height: 54px;
    padding-inline: 14px;
    margin-bottom: 24px;
    border: 1px solid rgba(243, 196, 0, .35);
    border-radius: 999px;
    color: var(--skcw-white);
    background: rgba(243, 196, 0, .96);
    font-size: .84rem;
    font-weight: 900;
    color: var(--skcw-ink);
    box-shadow: 0 12px 28px rgba(243, 196, 0, .20);
}

.donate-card .card-number {
    color: var(--skcw-ink);
    background: var(--skcw-accent);
}

.action-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 3vw, 2.05rem);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.action-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
    color: var(--skcw-soft);
}

.action-card .button {
    position: relative;
    z-index: 1;
    align-self: flex-start;
    margin-top: auto;
}

.email-note {
    margin: 28px 0 0;
    padding: 20px 24px;
    border: 1px solid rgba(243, 196, 0, .18);
    border-left: 5px solid var(--skcw-accent);
    border-radius: 18px;
    color: var(--skcw-soft);
    background: rgba(6, 27, 55, .58);
    font-size: .92rem;
}

.site-footer {
    padding: 34px 0 42px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    background: rgba(4, 13, 18, .94);
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.footer-title {
    margin: 0 0 6px;
    font-weight: 850;
}

.footer-copy,
.footer-meta {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: .8rem;
}

.footer-meta {
    text-align: right;
}

@media (max-width: 880px) {
    .site-nav a:not(.nav-cta) {
        display: none;
    }

    .hero {
        min-height: auto;
        padding-top: 180px;
    }

    .intro-grid {
        grid-template-columns: 1fr;
    }

    .action-grid {
        grid-template-columns: 1fr;
    }

    .action-card {
        min-height: 320px;
    }
}

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

    .admin-bar .site-header {
        top: 46px;
    }

    .container {
        width: min(100% - 26px, 1180px);
    }

    .site-header {
        padding-top: 18px;
    }

    .brand-wave {
        width: 44px;
        height: 44px;
    }

    .brand-text {
        font-size: .82rem;
    }

    .nav-cta {
        padding: 13px 16px;
        font-size: .78rem !important;
    }

    .hero {
        padding: 150px 0 70px;
    }

    .hero h1 {
        font-size: clamp(3.2rem, 17vw, 5.15rem);
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .button {
        width: 100%;
    }

    .button {
        min-height: 64px;
        padding: 18px 24px;
    }

    .content-wrap {
        padding-bottom: 70px;
    }

    .glass-panel {
        border-radius: 22px;
    }

    .take-action {
        padding-top: 62px;
    }

    .action-card {
        min-height: 0;
    }

    .action-card .button {
        width: 100%;
    }

    .footer-inner {
        flex-direction: column;
    }

    .footer-meta {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   CAMPAIGN VISUAL REFINEMENT
   ========================================================= */
:root {
    --skcw-display: "Arial Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.hero h1,
.section-title,
.action-card h3,
.donation-feature h2 {
    font-family: var(--skcw-display);
    text-transform: uppercase;
    font-weight: 900;
}

.hero h1 {
    max-width: 980px;
    letter-spacing: -.055em;
}

.hero h1 span,
.section-title span,
.donation-feature h2 span,
.share-heading .section-title span {
    color: var(--skcw-accent);
}

.campaign-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    max-width: 760px;
    padding: 22px 26px;
}

.campaign-line span {
    color: rgba(255, 255, 255, .78);
    font-size: .8em;
    font-weight: 700;
}

.campaign-line strong {
    color: var(--skcw-sun);
    font-family: var(--skcw-display);
    font-size: 1.22em;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.button {
    min-height: 70px;
    padding: 20px 34px;
}

.nav-cta {
    padding: 16px 25px;
}

.section-title {
    letter-spacing: -.035em;
}

.campaign-principles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.campaign-principles span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid rgba(243, 196, 0, .26);
    border-radius: 999px;
    color: var(--skcw-white);
    background: rgba(243, 196, 0, .10);
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.campaign-principles span::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--skcw-accent);
}

.hub-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: clamp(34px, 7vw, 96px);
    align-items: end;
    margin-bottom: 38px;
}

.hub-heading > p {
    margin: 0 0 7px;
    padding: 24px 0 3px 24px;
    border-left: 4px solid var(--skcw-accent);
    color: var(--skcw-mist);
    font-size: 1.05rem;
}

.card-topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 25px;
}

.card-topline .card-number {
    margin-bottom: 0;
}

.card-type {
    color: var(--skcw-sun);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-align: right;
    text-transform: uppercase;
}

.action-card h3 {
    font-size: clamp(1.55rem, 3vw, 2.18rem);
    letter-spacing: -.015em;
}

.action-card .button {
    min-width: 230px;
}

.action-card-share {
    border-top-color: rgba(243, 196, 0, .92);
    background: linear-gradient(160deg, rgba(7, 43, 92, .78), rgba(5, 26, 55, .66));
}

.action-card-share::after {
    background: radial-gradient(circle, rgba(243, 196, 0, .22), rgba(243, 196, 0, 0) 72%);
}

.action-card-share .button-secondary {
    border-color: rgba(243, 196, 0, .52);
    background: rgba(243, 196, 0, .10);
}

.donation-feature {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: clamp(38px, 7vw, 100px);
    align-items: center;
    margin-top: 92px;
    padding: clamp(34px, 6vw, 72px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 30px;
    background:
        linear-gradient(120deg, rgba(7, 41, 92, .96), rgba(11, 77, 151, .92) 58%, rgba(6, 52, 108, .90));
    box-shadow: 0 30px 90px rgba(3, 23, 58, .32);
}

.donation-feature::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    top: -210px;
    right: -90px;
    border: 2px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(255, 255, 255, .05), 0 0 0 90px rgba(255, 255, 255, .035);
}

.donation-copy,
.donation-action {
    position: relative;
    z-index: 1;
}

.donation-feature .section-kicker {
    border-color: rgba(243, 196, 0, .24);
    color: var(--skcw-sun);
    background: rgba(255, 255, 255, .08);
}

.donation-feature h2 {
    margin: 0;
    color: var(--skcw-white);
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: .88;
    letter-spacing: -.04em;
}

.donation-feature h2 span {
    color: var(--skcw-accent);
}

.donation-feature p {
    max-width: 690px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .84);
    font-weight: 700;
}

.donation-action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
}

.donation-label {
    color: var(--skcw-sun);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-align: center;
    text-transform: uppercase;
}

.button-large {
    width: 100%;
    min-height: 78px;
    padding: 23px 34px;
    border: 2px solid rgba(243, 196, 0, .18);
    box-shadow: 0 22px 48px rgba(3, 23, 58, .24);
}

.share-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
    gap: clamp(38px, 7vw, 92px);
    align-items: center;
    margin-top: 92px;
    padding: clamp(30px, 5vw, 62px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    background: linear-gradient(150deg, rgba(7, 41, 92, .72), rgba(4, 22, 47, .60));
    box-shadow: var(--skcw-shadow);
}

.share-heading > p:last-child {
    max-width: 620px;
    margin: 22px 0 0;
    color: var(--skcw-soft);
}

.share-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 17px 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    color: var(--skcw-white);
    background: rgba(11, 77, 151, .18);
    font: inherit;
    font-size: .82rem;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.share-button:hover,
.share-button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(243, 196, 0, .42);
    background: rgba(243, 196, 0, .12);
}

.share-button:focus-visible {
    outline: 3px solid var(--skcw-sun);
    outline-offset: 3px;
}

.copy-link {
    color: var(--skcw-ink);
    background: var(--skcw-accent);
}

.copy-status {
    grid-column: 2;
    min-height: 1.4em;
    margin: -18px 0 0;
    color: var(--skcw-sun);
    font-size: .78rem;
    text-align: center;
}

@media (max-width: 880px) {
    .hub-heading,
    .donation-feature,
    .share-section {
        grid-template-columns: 1fr;
    }

    .hub-heading > p {
        margin-bottom: 0;
    }

    .donation-action {
        max-width: 480px;
    }

    .copy-status {
        grid-column: 1;
    }
}

@media (max-width: 600px) {
    .campaign-line {
        padding: 18px 20px;
    }

    .button {
        min-height: 66px;
        padding: 19px 24px;
    }

    .campaign-principles {
        align-items: stretch;
        flex-direction: column;
    }

    .campaign-principles span {
        justify-content: flex-start;
    }

    .hub-heading > p {
        padding: 18px 0 0 18px;
    }

    .card-topline {
        align-items: flex-start;
    }

    .card-type {
        max-width: 150px;
    }

    .action-card .button {
        min-width: 0;
    }

    .donation-feature,
    .share-section {
        margin-top: 64px;
        border-radius: 22px;
    }

    .donation-feature h2 {
        font-size: clamp(2.8rem, 14vw, 4.7rem);
    }

    .share-buttons {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   PASS 4: STRONGER CAMPAIGN / POSTER TREATMENT
   ========================================================= */

.site-background::before {
    background:
        linear-gradient(110deg, rgba(2, 11, 24, .68) 0%, rgba(2, 17, 39, .54) 32%, rgba(4, 25, 54, .20) 62%, rgba(3, 16, 35, .38) 100%),
        linear-gradient(180deg, rgba(3, 13, 29, .08) 0%, rgba(4, 17, 34, .18) 36%, rgba(3, 14, 28, .62) 100%);
}

.hero {
    padding: 172px 0 108px;
}

.hero-content {
    max-width: 1060px;
    position: relative;
}

.poster-headline {
    margin: 0;
}

.headline-line,
.title-line {
    display: block;
}

.headline-line {
    max-width: 10ch;
    font-family: var(--skcw-display);
    font-size: clamp(4rem, 9vw, 8.2rem);
    line-height: .84;
    letter-spacing: -.055em;
    text-transform: uppercase;
    text-wrap: balance;
}

.headline-accent,
.title-accent {
    position: relative;
    display: inline-block;
    isolation: isolate;
}

.headline-accent {
    color: #ff7448;
}

.headline-accent::after,
.title-accent::after,
.campaign-line-poster strong::after {
    content: "";
    position: absolute;
    left: -.08em;
    right: -.08em;
    bottom: .06em;
    height: .22em;
    background: var(--skcw-accent);
    clip-path: polygon(0 34%, 5% 14%, 17% 22%, 31% 8%, 46% 20%, 63% 4%, 78% 16%, 100% 0, 99% 88%, 84% 100%, 67% 87%, 52% 98%, 35% 87%, 19% 96%, 0 82%);
    transform: rotate(-1.2deg) skewX(-12deg);
    z-index: -1;
    opacity: .96;
}

.eyebrow-poster,
.section-kicker {
    position: relative;
    overflow: visible;
    padding: 12px 22px 12px 18px;
    border-radius: 999px;
    background: rgba(41, 21, 15, .55);
    border-color: rgba(255, 133, 87, .42);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .16), inset 0 0 0 1px rgba(255, 201, 94, .06);
}

.eyebrow-poster::after,
.section-kicker::after {
    content: "";
    position: absolute;
    inset: 3px 7px auto 7px;
    height: calc(100% - 6px);
    border-radius: inherit;
    border: 1px solid rgba(255, 214, 92, .12);
    pointer-events: none;
}

.hero-lead {
    max-width: 790px;
    font-size: clamp(1.12rem, 2vw, 1.46rem);
}

.campaign-line-poster {
    position: relative;
    max-width: 760px;
    margin-top: 34px;
    padding: 24px 26px 22px;
    border: 1px solid rgba(255, 196, 0, .20);
    border-left: 0;
    background: linear-gradient(135deg, rgba(5, 27, 56, .68), rgba(6, 26, 51, .32));
    overflow: hidden;
}

.campaign-line-poster::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 8px;
    background: linear-gradient(180deg, #ff7448, #f3c400);
    clip-path: polygon(0 2%, 100% 0, 76% 18%, 100% 44%, 72% 58%, 100% 100%, 0 98%, 20% 72%, 0 47%, 22% 22%);
}

.campaign-line-poster strong {
    position: relative;
    color: #ffffff;
    font-size: clamp(1.38rem, 2.8vw, 2rem);
    letter-spacing: -.025em;
}

.campaign-line-poster strong::after {
    left: -.04em;
    right: -.04em;
    bottom: .03em;
    height: .19em;
}

.hero-actions {
    margin-top: 42px;
}

.button-primary {
    color: var(--skcw-ink);
    background: linear-gradient(135deg, #ffd94d, #f3c400);
}

.button-primary:hover,
.button-primary:focus-visible {
    box-shadow: 0 20px 50px rgba(243, 196, 0, .34);
}

.button-secondary {
    background: rgba(5, 34, 70, .62);
}

.intro-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .78fr);
    gap: clamp(34px, 4vw, 48px);
}

.intro-story {
    display: flex;
    flex-direction: column;
}

.poster-block-title {
    max-width: 10.5ch;
    font-size: clamp(3rem, 5.2vw, 5.55rem);
    line-height: .88;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.poster-block-title .title-line + .title-line {
    margin-top: .05em;
}

.intro-visuals {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(190px, .78fr);
    gap: 18px;
    margin-top: 28px;
    align-items: stretch;
}

.feature-photo {
    position: relative;
    min-height: 340px;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 22px 60px rgba(2, 17, 38, .26);
    background: #04111f;
}

.feature-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 12, 26, 0) 28%, rgba(2, 12, 26, .76) 100%);
    z-index: 1;
}

.feature-photo::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 20px;
    bottom: 66px;
    height: 14px;
    background: var(--skcw-accent);
    clip-path: polygon(0 44%, 7% 26%, 16% 35%, 27% 24%, 42% 18%, 59% 30%, 78% 12%, 100% 0, 96% 100%, 76% 88%, 59% 100%, 44% 86%, 27% 98%, 12% 86%, 0 100%);
    z-index: 2;
    opacity: .96;
}

.feature-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feature-photo figcaption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    z-index: 2;
    color: var(--skcw-white);
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.mini-callout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(165deg, rgba(7, 40, 84, .82), rgba(4, 20, 43, .72));
    box-shadow: 0 16px 42px rgba(3, 21, 53, .24);
}

.mini-callout-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(243, 196, 0, .14);
    color: var(--skcw-sun);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mini-callout p {
    margin: 0;
    color: var(--skcw-white);
    font-weight: 700;
    line-height: 1.45;
}

.intro-copy {
    align-self: stretch;
    padding-left: clamp(8px, 1.6vw, 18px);
}

.hub-heading {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    align-items: center;
    gap: clamp(28px, 4vw, 48px);
    margin-bottom: 42px;
}

.hub-heading-main {
    min-width: 0;
}

.hub-title {
    max-width: 8.8ch;
    font-size: clamp(3.1rem, 6vw, 5.95rem);
    line-height: .84;
    letter-spacing: -.05em;
    text-transform: uppercase;
}

.hub-title .title-line + .title-line {
    margin-top: .02em;
}

.hub-heading > p {
    align-self: center;
    margin: 0;
    padding: 18px 0 18px 28px;
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    line-height: 1.55;
}

.action-card {
    background: linear-gradient(160deg, rgba(7, 43, 92, .84), rgba(3, 21, 45, .68));
}

.action-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ff7448 0%, #f3c400 100%);
}

.action-card h3 {
    font-size: clamp(1.62rem, 3vw, 2.24rem);
    line-height: .96;
}

.action-card .button {
    min-width: 246px;
}

@media (max-width: 980px) {
    .intro-grid,
    .hub-heading {
        grid-template-columns: 1fr;
    }

    .poster-block-title,
    .hub-title {
        max-width: none;
    }

    .intro-visuals {
        grid-template-columns: 1fr;
    }

    .feature-photo {
        min-height: 300px;
    }

    .hub-heading > p {
        padding-left: 18px;
    }
}

@media (max-width: 720px) {
    .headline-line {
        font-size: clamp(3.3rem, 15vw, 5.8rem);
    }

    .poster-block-title,
    .hub-title {
        font-size: clamp(2.7rem, 12vw, 4.7rem);
    }

    .feature-photo {
        min-height: 250px;
    }

    .hub-heading > p {
        padding: 14px 0 0 16px;
    }
}

/* =========================================================
   PASS 5: RESPONSIVE CLEANUP + SIMPLER CAMPAIGN TREATMENT
   ========================================================= */

/* Remove swashes that interfere with legibility */
.headline-accent::after,
.title-accent::after,
.campaign-line-poster strong::after,
.feature-photo::after {
    display: none;
}

/* Keep the hero bold but cleaner */
.poster-headline,
.poster-block-title,
.hub-title {
    text-transform: uppercase;
}

.headline-line {
    max-width: 9.5ch;
    font-size: clamp(3.4rem, 8vw, 7.4rem);
    line-height: .88;
}

.headline-accent,
.title-accent {
    color: var(--skcw-accent);
}

.hero-lead {
    max-width: 860px;
}

.campaign-line-poster {
    max-width: 920px;
}

.campaign-line-poster strong {
    display: block;
    margin-top: 2px;
}

/* About section: image fills the left feature area, no empty side box */
.intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
    gap: clamp(26px, 3.5vw, 44px);
}

.poster-block-title {
    max-width: 9.2ch;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: .9;
}

.intro-visuals,
.intro-visuals-single {
    display: block;
    margin-top: 26px;
}

.mini-callout,
.mini-callout-kicker {
    display: none !important;
}

.feature-photo,
.feature-photo-large {
    min-height: 380px;
    width: 100%;
}

.feature-photo figcaption {
    background: linear-gradient(180deg, rgba(4, 17, 36, 0) 0%, rgba(4, 17, 36, .82) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 22px 20px;
}

.intro-copy {
    padding-left: 0;
}

/* Communications heading: constrain size so it never crashes into the copy */
.hub-heading {
    grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr);
    align-items: start;
    gap: clamp(22px, 3vw, 40px);
}

.hub-title {
    max-width: 7.2ch;
    font-size: clamp(2.7rem, 4.7vw, 4.8rem);
    line-height: .9;
    overflow-wrap: anywhere;
}

.hub-heading > p {
    padding: 20px 0 0 22px;
    min-width: 0;
}

/* Cards and buttons */
.action-grid {
    gap: 20px;
}

.action-card {
    min-height: 0;
}

.action-card h3 {
    font-size: clamp(1.5rem, 2.3vw, 2.05rem);
    line-height: 1;
}

.action-card .button {
    min-width: 0;
}

/* Large tablets / small laptops */
@media (max-width: 1180px) {
    .hub-title {
        font-size: clamp(2.4rem, 4vw, 4.2rem);
        max-width: 7ch;
    }

    .hub-heading {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
    }

    .poster-block-title {
        font-size: clamp(2.6rem, 4.3vw, 4.6rem);
    }
}

/* Tablets */
@media (max-width: 980px) {
    .hero {
        padding: 150px 0 84px;
    }

    .headline-line {
        max-width: none;
        font-size: clamp(3.1rem, 11vw, 5.8rem);
    }

    .intro-grid,
    .hub-heading {
        grid-template-columns: 1fr;
    }

    .poster-block-title,
    .hub-title {
        max-width: none;
    }

    .hub-heading > p {
        padding: 0;
        border-left-width: 4px;
    }

    .feature-photo,
    .feature-photo-large {
        min-height: 340px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .site-header {
        padding: 16px 0;
    }

    .header-inner {
        gap: 14px;
    }

    .site-nav {
        gap: 12px;
    }

    .site-nav a:not(.nav-cta) {
        display: none;
    }

    .nav-cta {
        padding: 12px 16px;
    }

    .hero {
        padding: 132px 0 66px;
    }

    .eyebrow-poster,
    .section-kicker {
        font-size: .72rem;
        letter-spacing: .12em;
        padding: 10px 14px;
    }

    .headline-line {
        font-size: clamp(2.85rem, 14vw, 4.6rem);
        line-height: .9;
    }

    .hero-lead {
        font-size: 1.05rem;
        line-height: 1.6;
    }

    .campaign-line-poster {
        padding: 18px 18px 18px 22px;
        border-radius: 18px;
    }

    .campaign-line-poster strong {
        font-size: 1.6rem;
        line-height: 1.05;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .button,
    .action-card .button,
    .button-large {
        width: 100%;
    }

    .glass-panel {
        padding: 22px;
    }

    .poster-block-title,
    .hub-title,
    .section-title {
        font-size: clamp(2.3rem, 12vw, 4rem);
        line-height: .92;
    }

    .feature-photo,
    .feature-photo-large {
        min-height: 280px;
    }

    .action-grid {
        grid-template-columns: 1fr;
    }

    .card-topline {
        gap: 12px;
        align-items: center;
    }

    .card-type {
        font-size: .72rem;
        letter-spacing: .12em;
    }

    .action-card {
        padding: 22px;
    }

    .action-card h3 {
        font-size: 1.6rem;
    }

    .donation-feature {
        padding: 26px 22px;
    }

    .share-section {
        padding: 22px;
    }

    .share-buttons {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .container {
        width: min(100% - 20px, 1180px);
    }

    .headline-line {
        font-size: clamp(2.45rem, 13vw, 3.8rem);
    }

    .poster-block-title,
    .hub-title,
    .section-title {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .card-number {
        min-width: 48px;
        height: 48px;
    }

    .feature-photo,
    .feature-photo-large {
        min-height: 240px;
    }
}

/* =========================================================
   PASS 6: FINAL VISUAL POLISH
   ========================================================= */

/* Consistent campaign palette and tighter vertical rhythm */
.content-wrap {
    padding-top: 24px;
    padding-bottom: 88px;
}

.hero {
    padding-top: 158px;
    padding-bottom: 82px;
}

.hero-lead {
    margin-top: 26px;
}

.campaign-line-poster {
    margin-top: 24px;
}

.hero-actions {
    gap: 14px;
    margin-top: 30px;
}

.glass-panel {
    padding: clamp(28px, 4.4vw, 58px);
    border-top-color: var(--skcw-accent);
}

.take-action {
    padding-top: 68px;
}

.hub-heading {
    margin-bottom: 30px;
}

.action-grid {
    gap: 18px;
}

.action-card {
    padding: clamp(24px, 3vw, 34px);
    border-top-color: var(--skcw-accent);
}

.action-card::before {
    height: 4px;
    background: var(--skcw-accent);
}

.action-card p {
    margin-bottom: 24px;
}

.email-note {
    margin-top: 20px;
    padding: 16px 20px;
}

.eyebrow-poster,
.section-kicker {
    border-color: rgba(243, 196, 0, .34);
    background: rgba(5, 28, 59, .64);
    color: var(--skcw-sun);
}

.card-number {
    border-color: rgba(243, 196, 0, .44);
    background: var(--skcw-accent);
    color: var(--skcw-ink);
}

.card-type {
    color: var(--skcw-sun);
}

/* Donation and sharing sections now use the same campaign card language */
.donation-feature,
.share-section {
    margin-top: 68px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-top: 5px solid var(--skcw-accent);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(7, 48, 101, .94), rgba(3, 24, 53, .92));
    box-shadow: 0 24px 70px rgba(2, 17, 43, .28);
}

.donation-feature {
    padding: clamp(32px, 5vw, 60px);
}

.donation-feature::before {
    top: -235px;
    right: -130px;
    border-color: rgba(243, 196, 0, .20);
    box-shadow:
        0 0 0 42px rgba(243, 196, 0, .045),
        0 0 0 84px rgba(243, 196, 0, .025);
}

.donation-feature .section-kicker {
    background: rgba(3, 24, 53, .46);
}

.donation-feature h2 {
    color: var(--skcw-white);
}

.donation-feature h2 span {
    color: var(--skcw-accent);
}

.donation-feature p {
    margin-top: 20px;
    color: rgba(255, 255, 255, .80);
}

.donation-label {
    color: var(--skcw-sun);
}

.button-donate {
    color: var(--skcw-ink);
    background: linear-gradient(135deg, #ffe063, var(--skcw-accent));
    box-shadow: 0 18px 40px rgba(243, 196, 0, .24);
}

.share-section {
    padding: clamp(30px, 4.6vw, 54px);
}

.share-heading > p:last-child {
    margin-top: 16px;
}

.share-buttons {
    gap: 10px;
}

.share-button {
    min-height: 58px;
    padding: 15px 18px;
    border-color: rgba(255, 255, 255, .14);
    background: rgba(5, 38, 81, .78);
}

.share-button:hover,
.share-button:focus-visible {
    border-color: rgba(243, 196, 0, .58);
    background: rgba(8, 62, 127, .82);
}

.copy-link {
    border-color: var(--skcw-accent);
    color: var(--skcw-ink);
    background: var(--skcw-accent);
}

/* Tablet typography and spacing */
@media (max-width: 1024px) {
    .hero {
        padding-top: 144px;
        padding-bottom: 74px;
    }

    .headline-line {
        font-size: clamp(3rem, 9vw, 5.35rem);
    }

    .poster-block-title {
        font-size: clamp(2.45rem, 5.7vw, 4.15rem);
    }

    .hub-title {
        font-size: clamp(2.35rem, 5.3vw, 3.9rem);
    }

    .donation-feature h2 {
        font-size: clamp(2.65rem, 7vw, 4.8rem);
    }

    .take-action {
        padding-top: 58px;
    }

    .donation-feature,
    .share-section {
        margin-top: 56px;
    }
}

/* Mobile button, spacing and type refinement */
@media (max-width: 767px) {
    .content-wrap {
        padding-top: 16px;
        padding-bottom: 58px;
    }

    .hero {
        padding-top: 122px;
        padding-bottom: 54px;
    }

    .hero-lead {
        margin-top: 20px;
    }

    .campaign-line-poster {
        margin-top: 20px;
    }

    .hero-actions {
        gap: 10px;
        margin-top: 24px;
    }

    .button,
    .button-large {
        min-height: 58px;
        padding: 15px 19px;
        gap: 9px;
        font-size: .92rem;
    }

    .nav-cta {
        min-height: 44px;
        padding: 10px 14px;
        font-size: .76rem !important;
    }

    .glass-panel {
        padding: 20px;
    }

    .take-action {
        padding-top: 48px;
    }

    .hub-heading {
        gap: 16px;
        margin-bottom: 22px;
    }

    .hub-heading > p {
        padding: 12px 0 0 14px;
    }

    .action-card {
        padding: 20px;
    }

    .action-card p {
        margin-bottom: 20px;
    }

    .email-note {
        margin-top: 16px;
        padding: 14px 16px;
    }

    .donation-feature,
    .share-section {
        margin-top: 46px;
        padding: 22px 20px;
        border-radius: 21px;
    }

    .donation-action {
        gap: 10px;
    }

    .share-heading > p:last-child {
        margin-top: 12px;
    }

    .share-buttons {
        gap: 8px;
    }

    .share-button {
        min-height: 54px;
        padding: 14px 16px;
        font-size: .82rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding-top: 112px;
    }

    .headline-line {
        font-size: clamp(2.35rem, 12.5vw, 3.45rem);
    }

    .poster-block-title,
    .hub-title,
    .section-title {
        font-size: clamp(1.95rem, 10.5vw, 3rem);
    }

    .button,
    .button-large {
        min-height: 56px;
        padding: 14px 17px;
        font-size: .88rem;
    }

    .feature-photo,
    .feature-photo-large {
        min-height: 230px;
    }
}

/* =========================================================
   PASS 7: FULL-WIDTH ABOUT CARD REBALANCE
   ========================================================= */

@media (min-width: 900px) {
    .intro-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
        grid-template-areas:
            "kicker kicker"
            "title title"
            "visual copy";
        column-gap: clamp(28px, 4vw, 52px);
        row-gap: 20px;
        align-items: start;
    }

    .intro-story {
        display: contents;
    }

    .intro-story > .section-kicker {
        grid-area: kicker;
        justify-self: start;
        margin: 0;
    }

    .poster-block-title {
        grid-area: title;
        max-width: none;
        margin: 0 0 6px;
        font-size: clamp(3rem, 4.35vw, 5rem);
        line-height: .9;
        overflow-wrap: normal;
        word-break: normal;
    }

    .intro-visuals,
    .intro-visuals-single {
        grid-area: visual;
        margin: 0;
        min-width: 0;
    }

    .feature-photo,
    .feature-photo-large {
        width: 100%;
        height: clamp(360px, 38vw, 470px);
        min-height: 0;
    }

    .feature-photo img,
    .feature-photo-large img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 48%;
    }

    .intro-copy {
        grid-area: copy;
        align-self: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        padding: 4px 0 4px 4px;
    }

    .intro-copy p:first-child {
        font-size: clamp(1.05rem, 1.4vw, 1.18rem);
        line-height: 1.55;
    }

    .intro-copy p {
        line-height: 1.6;
    }

    .campaign-principles {
        margin-top: 18px;
    }
}

@media (min-width: 900px) and (max-width: 1100px) {
    .poster-block-title {
        font-size: clamp(2.75rem, 4.2vw, 3.45rem);
    }

    .feature-photo,
    .feature-photo-large {
        height: 380px;
    }

    .intro-grid {
        column-gap: 30px;
    }
}

/* =========================================================
   PASS 8: COMMUNICATIONS HEADING + OPTIONAL LOGO FIX
   ========================================================= */

/* When no custom logo is uploaded, show navigation only and align it right. */
.header-inner.no-logo {
    justify-content: flex-end;
}

/* Keep the communications heading on its intended three lines. */
.hub-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: center;
    gap: clamp(28px, 4vw, 54px);
}

.hub-heading-main {
    min-width: 0;
}

.hub-title {
    max-width: none;
    min-width: 0;
    font-size: clamp(2.8rem, 4.2vw, 4.5rem);
    line-height: .88;
    overflow-wrap: normal;
    word-break: normal;
}

.hub-title .title-line {
    display: block;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
}

.hub-heading > p {
    min-width: 0;
    margin: 0;
    padding: 18px 0 18px 28px;
}

/* Stack before the two columns become too narrow. */
@media (max-width: 1099px) {
    .hub-heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 18px;
    }

    .hub-title {
        font-size: clamp(2.45rem, 6.4vw, 4rem);
    }

    .hub-heading > p {
        padding: 14px 0 0 18px;
    }
}

@media (max-width: 600px) {
    .hub-title {
        font-size: clamp(2rem, 10.2vw, 3.25rem);
        line-height: .92;
    }

    .hub-heading > p {
        padding: 12px 0 0 14px;
    }
}

/* =========================================================
   PASS 9: MEDIA / NEWS + MOBILE NAVIGATION
   ========================================================= */

.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 15px;
    border: 1px solid rgba(243, 196, 0, .34);
    border-radius: 999px;
    color: var(--skcw-white);
    background: rgba(5, 34, 70, .76);
    font: inherit;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-toggle-icon {
    display: grid;
    gap: 3px;
    width: 18px;
}

.nav-toggle-icon span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: var(--skcw-accent);
}

.media-section {
    margin-top: 62px;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-top: 4px solid var(--skcw-accent);
    border-radius: 28px;
    background: linear-gradient(150deg, rgba(7, 41, 92, .80), rgba(4, 22, 47, .70));
    box-shadow: var(--skcw-shadow);
    scroll-margin-top: 34px;
}

.media-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
    margin-bottom: 30px;
}

.media-heading .section-title {
    max-width: 7ch;
    font-family: var(--skcw-display);
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: .88;
    text-transform: uppercase;
}

.media-heading .section-title span {
    color: var(--skcw-accent);
}

.media-heading > p {
    margin: 0 0 7px;
    padding: 18px 0 2px 22px;
    border-left: 4px solid var(--skcw-accent);
    color: var(--skcw-mist);
    font-size: 1.02rem;
    line-height: 1.6;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.media-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(7, 43, 92, .88), rgba(3, 21, 45, .78));
    box-shadow: 0 18px 48px rgba(2, 15, 36, .24);
    transition: transform .2s ease, border-color .2s ease;
}

.media-card:hover,
.media-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(243, 196, 0, .36);
}

.media-card-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #071f42;
}

.media-card-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(3, 17, 36, .55));
    pointer-events: none;
}

.media-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.media-card:hover .media-card-image img {
    transform: scale(1.035);
}

.media-card-image-fallback {
    background-image:
        linear-gradient(135deg, rgba(7, 45, 102, .42), rgba(4, 18, 38, .32)),
        url('assets/images/kilkee-cliffs.jpg');
    background-position: center;
    background-size: cover;
}

.media-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.media-card-meta {
    margin: 0 0 10px;
    color: var(--skcw-sun);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.media-card h3,
.media-card h2 {
    margin: 0 0 12px;
    font-family: var(--skcw-display);
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    line-height: 1;
    text-transform: uppercase;
}

.media-card h3 a,
.media-card h2 a {
    text-decoration: none;
}

.media-card-content > p:not(.media-card-meta) {
    margin: 0 0 22px;
    color: var(--skcw-soft);
    font-size: .94rem;
    line-height: 1.6;
}

.media-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: auto;
    color: var(--skcw-sun);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.media-card-link span {
    font-size: 1.2em;
    transition: transform .2s ease;
}

.media-card-link:hover span,
.media-card-link:focus-visible span {
    transform: translateX(4px);
}

.media-empty {
    padding: 26px;
    border: 1px dashed rgba(243, 196, 0, .30);
    border-radius: 18px;
    color: var(--skcw-mist);
    background: rgba(4, 22, 47, .42);
    text-align: center;
}

.media-empty p {
    margin: 0;
}

/* Blog archive and single-post presentation */
.editorial-main {
    min-height: 100vh;
    padding: 150px 0 84px;
}

.editorial-shell {
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-top: 4px solid var(--skcw-accent);
    border-radius: 28px;
    background: linear-gradient(150deg, rgba(7, 41, 92, .88), rgba(4, 22, 47, .82));
    box-shadow: var(--skcw-shadow);
}

.editorial-header {
    max-width: 900px;
    margin-bottom: 30px;
}

.editorial-title {
    margin: 0;
    font-family: var(--skcw-display);
    font-size: clamp(2.8rem, 6vw, 5.6rem);
    line-height: .9;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.editorial-title span {
    color: var(--skcw-accent);
}

.editorial-intro {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--skcw-mist);
}

.news-pagination {
    margin-top: 30px;
}

.news-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.news-pagination a,
.news-pagination span {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    min-height: 44px;
    padding: 8px 13px;
    border: 1px solid rgba(243, 196, 0, .24);
    border-radius: 999px;
    text-decoration: none;
}

.news-pagination .current {
    color: var(--skcw-ink);
    background: var(--skcw-accent);
}

.single-article {
    max-width: 900px;
    margin-inline: auto;
}

.single-article-header {
    margin-bottom: 26px;
}

.single-article-meta {
    margin: 0 0 12px;
    color: var(--skcw-sun);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.single-article-title {
    margin: 0;
    font-family: var(--skcw-display);
    font-size: clamp(2.5rem, 5.5vw, 5rem);
    line-height: .92;
    text-transform: uppercase;
}

.single-article-image {
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 22px;
}

.single-article-image img {
    width: 100%;
    height: auto;
    display: block;
}

.single-article-content {
    color: var(--skcw-mist);
    font-size: 1.08rem;
    line-height: 1.75;
}

.single-article-content h2,
.single-article-content h3,
.single-article-content h4 {
    color: var(--skcw-white);
    line-height: 1.15;
}

.single-article-content a {
    color: var(--skcw-sun);
}

.single-article-content img {
    border-radius: 16px;
}

.back-to-media {
    display: inline-flex;
    margin-top: 30px;
    color: var(--skcw-sun);
    font-weight: 850;
    text-decoration: none;
}

@media (max-width: 980px) {
    .media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .media-heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .media-heading .section-title {
        max-width: none;
    }

    .media-heading > p {
        padding: 12px 0 0 16px;
    }
}

@media (max-width: 767px) {
    .header-inner {
        position: relative;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        display: none;
        width: min(320px, calc(100vw - 20px));
        padding: 12px;
        border: 1px solid rgba(243, 196, 0, .24);
        border-radius: 20px;
        background: rgba(4, 22, 47, .97);
        box-shadow: 0 22px 54px rgba(0, 8, 24, .42);
        backdrop-filter: blur(16px);
    }

    .site-nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }

    .site-nav a,
    .site-nav a:not(.nav-cta) {
        display: flex;
        justify-content: center;
        padding: 12px 15px;
        border-radius: 14px;
    }

    .site-nav a:not(.nav-cta)::after {
        display: none;
    }

    .site-nav .nav-cta {
        margin-top: 4px;
    }

    .media-section {
        margin-top: 46px;
        padding: 22px 20px;
        border-radius: 21px;
    }

    .media-grid {
        grid-template-columns: 1fr;
    }

    .media-heading {
        margin-bottom: 22px;
    }

    .media-heading .section-title {
        font-size: clamp(2.3rem, 12vw, 4rem);
    }

    .media-card-content {
        padding: 20px;
    }

    .editorial-main {
        padding: 118px 0 58px;
    }

    .editorial-shell {
        padding: 22px 20px;
        border-radius: 21px;
    }

    .single-article-content {
        font-size: 1rem;
    }
}


/* =========================================================
   PASS 10: ALL NEWS PAGE + HOMEPAGE NEWS CTA
   ========================================================= */
.media-more {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.button-news {
    min-width: 220px;
}

.news-list {
    display: grid;
    gap: 20px;
}

.news-list-item {
    display: grid;
    grid-template-columns: minmax(240px, 34%) minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(7, 43, 92, .88), rgba(3, 21, 45, .78));
    box-shadow: 0 18px 48px rgba(2, 15, 36, .24);
    transition: transform .2s ease, border-color .2s ease;
}

.news-list-item:hover,
.news-list-item:focus-within {
    transform: translateY(-3px);
    border-color: rgba(243, 196, 0, .36);
}

.news-list-image {
    position: relative;
    display: block;
    min-height: 230px;
    overflow: hidden;
    background-color: #071f42;
    background-position: center;
    background-size: cover;
}

.news-list-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 70%, rgba(3, 17, 36, .24));
    pointer-events: none;
}

.news-list-image img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.news-list-item:hover .news-list-image img {
    transform: scale(1.025);
}

.news-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(24px, 4vw, 38px);
}

.news-list-content h2 {
    margin: 0 0 12px;
    font-family: var(--skcw-display);
    font-size: clamp(1.7rem, 3vw, 2.65rem);
    line-height: .98;
    text-transform: uppercase;
}

.news-list-content h2 a {
    text-decoration: none;
}

.news-list-content > p:not(.media-card-meta) {
    max-width: 760px;
    margin: 0 0 20px;
    color: var(--skcw-soft);
    line-height: 1.65;
}

.news-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 820px) {
    .news-list-item {
        grid-template-columns: 1fr;
    }

    .news-list-image,
    .news-list-image img {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .news-list-image::after {
        background: linear-gradient(180deg, transparent 68%, rgba(3, 17, 36, .28));
    }
}

@media (max-width: 767px) {
    .media-more {
        margin-top: 22px;
    }

    .button-news {
        width: 100%;
        min-width: 0;
    }

    .news-list {
        gap: 16px;
    }

    .news-list-content {
        padding: 22px 20px;
    }

    .news-list-content h2 {
        font-size: clamp(1.55rem, 8vw, 2.25rem);
    }
}
