/*
Theme Name: Azizul Awang Cinematic
Theme URI: https://azizulawang.com
Author: Digital Legacy Platform
Description: Official website theme for Dato' Azizulhasni Awang — The Pocket Rocketman. Dark cinematic design.
Version: 1.0.0
License: Private
Text Domain: azizulawang
Tags: dark, cinematic, athlete, sport, portfolio
*/

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,300&family=Barlow:wght@200;300;400;500&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400;1,600&display=swap');

/* ══════════════════════════════════
   CSS VARIABLES
══════════════════════════════════ */
:root {
    --black:     #080808;
    --red:       #C8001E;
    --gold:      #B8941A;
    --gold-lt:   #D4AA35;
    --cream:     #EDE8E0;
    --white:     #FAFAF8;
    --grey:      #111111;
    --mid:       #1e1e1e;
    --rule:      #1a1a1a;
    --muted:     #666666;
    --font-hero: 'Bebas Neue', sans-serif;
    --font-cond: 'Barlow Condensed', sans-serif;
    --font-body: 'Barlow', sans-serif;
    --font-serif:'Cormorant Garamond', serif;
}

/* ══════════════════════════════════
   RESET & BASE
══════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    background: var(--black);
    color: var(--cream);
    font-family: var(--font-body);
    font-weight: 300;
    line-height: 1.7;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color .2s; }
ul { list-style: none; }

/* ══════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════ */
h1, h2, h3, h4 {
    font-family: var(--font-hero);
    line-height: 0.9;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cream);
}
h1 { font-size: clamp(60px, 9vw, 120px); }
h2 { font-size: clamp(40px, 6vw, 72px); }
h3 { font-size: clamp(24px, 3vw, 36px); }
h4 { font-size: 20px; letter-spacing: 2px; }

p {
    font-family: var(--font-body);
    font-weight: 300;
    line-height: 1.8;
    color: rgba(237,232,224,.6);
}

/* ══════════════════════════════════
   UTILITY CLASSES
══════════════════════════════════ */
.text-red    { color: var(--red) !important; }
.text-gold   { color: var(--gold) !important; }
.text-cream  { color: var(--cream) !important; }
.text-muted  { color: var(--muted) !important; }

.bg-black    { background: var(--black); }
.bg-grey     { background: var(--grey); }
.bg-mid      { background: var(--mid); }

.section-label {
    font-family: var(--font-cond);
    font-size: 10px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--red);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.section-label::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--red);
    opacity: .5;
    flex-shrink: 0;
}

.eyebrow {
    font-family: var(--font-cond);
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--gold);
}

.rule-line {
    width: 100%;
    height: 1px;
    background: var(--rule);
    margin: 40px 0;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 56px;
}

/* ══════════════════════════════════
   BUTTONS
══════════════════════════════════ */
.btn {
    font-family: var(--font-cond);
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 14px 36px;
    display: inline-block;
    cursor: pointer;
    border: none;
    transition: all .2s;
}
.btn-red {
    background: var(--red);
    color: var(--cream);
}
.btn-red:hover { background: #a00018; color: var(--cream); }
.btn-outline {
    background: transparent;
    color: var(--cream);
    border: 1px solid rgba(237,232,224,.2);
}
.btn-outline:hover {
    border-color: var(--gold-lt);
    color: var(--gold-lt);
}
.btn-cream {
    background: var(--cream);
    color: var(--black);
}
.btn-cream:hover { background: var(--gold-lt); }

/* ══════════════════════════════════
   SITE HEADER / NAV
══════════════════════════════════ */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(8,8,8,0.95);
    border-bottom: 1px solid var(--rule);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all .3s;
}
.site-header.scrolled {
    background: rgba(8,8,8,0.99);
    box-shadow: 0 4px 40px rgba(0,0,0,.5);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 56px;
    max-width: 1440px;
    margin: 0 auto;
}
.site-logo {
    font-family: var(--font-cond);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cream);
}
.site-logo .logo-dot { color: var(--red); }

.main-nav ul {
    display: flex;
    gap: 36px;
    align-items: center;
}
.main-nav a {
    font-family: var(--font-cond);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(237,232,224,.82);
    transition: color .2s;
}
.main-nav a:hover,
.main-nav .current-menu-item a { color: var(--cream); }

.nav-cta {
    font-family: var(--font-cond);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px 24px;
    border: 1px solid var(--gold);
    color: var(--gold);
    transition: all .2s;
}
.nav-cta:hover {
    background: var(--gold);
    color: var(--black);
}

/* Mobile hamburger */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 1.5px;
    background: var(--cream);
    transition: all .3s;
}

/* ══════════════════════════════════
   MOBILE NAV
══════════════════════════════════ */
.mobile-nav {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(8,8,8,.98);
    z-index: 99;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
    font-family: var(--font-hero);
    font-size: 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cream);
}
.mobile-nav a:hover { color: var(--red); }
.mobile-nav .close-nav {
    position: absolute;
    top: 28px; right: 28px;
    font-family: var(--font-cond);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--muted);
    cursor: pointer;
}

/* ══════════════════════════════════
   HERO SECTION
══════════════════════════════════ */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-top: 0;
    padding-top: 80px;
}
.hero-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 20%;
    filter: brightness(.45) contrast(1.1);
    transform: scale(1.02);
    transition: transform 8s ease;
}
.hero-bg-image.loaded { transform: scale(1.0); }
.hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(8,8,8,.2) 0%,
        rgba(8,8,8,.0) 25%,
        rgba(8,8,8,.5) 60%,
        rgba(8,8,8,.97) 100%
    );
}
.hero-red-line {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--red);
    z-index: 3;
}
.hero-content {
    position: relative;
    z-index: 5;
    padding: 0 56px 72px;
    max-width: 900px;
}
.hero-dato {
    font-family: var(--font-cond);
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(237,232,224,.3);
    margin-bottom: 6px;
}
.hero-name {
    font-family: var(--font-hero);
    font-size: clamp(72px, 10vw, 138px);
    line-height: .88;
    letter-spacing: -2px;
    color: var(--cream);
    margin-bottom: 4px;
}
.hero-name .surname {
    display: block;
    color: var(--red);
}
.hero-nickname {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 22px;
    color: rgba(237,232,224,.45);
    margin-bottom: 28px;
}
.hero-medals {
    display: flex;
    gap: 20px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.medal-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(8,8,8,.6);
    border: 1px solid rgba(237,232,224,.08);
    padding: 8px 14px 8px 8px;
    backdrop-filter: blur(8px);
}
.medal-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-cond);
    font-size: 9px;
    font-weight: 800;
    flex-shrink: 0;
}
.medal-circle.gold   { background: var(--gold); color: #000; }
.medal-circle.silver { background: #C0C0C0; color: #000; }
.medal-circle.bronze { background: #A0673A; color: #fff; }
.medal-text strong {
    display: block;
    font-family: var(--font-cond);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--cream);
    text-transform: uppercase;
}
.medal-text span {
    font-family: var(--font-cond);
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
}
.hero-cta { display: flex; gap: 14px; }
.hero-scroll {
    position: absolute;
    right: 56px;
    bottom: 72px;
    z-index: 5;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-cond);
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(237,232,224,.2);
}
.hero-scroll::before {
    content: '';
    display: block;
    width: 1px;
    height: 48px;
    background: rgba(237,232,224,.15);
}

/* ══════════════════════════════════
   STATS BAR
══════════════════════════════════ */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid var(--rule);
    border-top: 1px solid var(--rule);
    background: #0d0d0d;
}
.stat-item {
    padding: 28px 20px;
    border-right: 1px solid var(--rule);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.stat-item:last-child { border-right: none; }
.stat-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--red), transparent);
    opacity: 0;
    transition: opacity .3s;
}
.stat-item:hover::before { opacity: 1; }
.stat-number {
    font-family: var(--font-hero);
    font-size: 44px;
    color: var(--cream);
    line-height: 1;
    margin-bottom: 6px;
    display: block;
}
.stat-number .accent { color: var(--red); }
.stat-desc {
    font-family: var(--font-cond);
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--muted);
}

/* ══════════════════════════════════
   MARQUEE / TICKER
══════════════════════════════════ */
.ticker-wrap {
    overflow: hidden;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    background: #080808;
    padding: 12px 0;
}
.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker 30s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.ticker-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 32px;
    border-right: 1px solid #1c1c1c;
    white-space: nowrap;
}
.ticker-val {
    font-family: var(--font-hero);
    font-size: 22px;
    color: var(--gold);
    letter-spacing: 2px;
}
.ticker-lbl {
    font-family: var(--font-cond);
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #444;
}

/* ══════════════════════════════════
   STORY / SPLIT SECTION
══════════════════════════════════ */
.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    border-bottom: 1px solid var(--rule);
}
.split-visual {
    position: relative;
    overflow: hidden;
    background: #070707;
    min-height: 500px;
}
.split-visual-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 120% 80% at 50% 110%, #1a0000 0%, #070707 55%);
}
.split-visual-lines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -30deg,
        transparent,
        transparent 80px,
        rgba(200,0,30,.025) 80px,
        rgba(200,0,30,.025) 81px
    );
}
.split-visual-rings {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(200,0,30,.1);
}
.ring:nth-child(1) { width: 260px; height: 260px; }
.ring:nth-child(2) { width: 180px; height: 180px; border-color: rgba(184,148,26,.08); }
.ring:nth-child(3) { width: 380px; height: 380px; border-color: rgba(200,0,30,.05); }
.ring-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--red);
    opacity: .5;
    position: relative; z-index: 2;
}
.split-visual-label {
    position: absolute;
    bottom: 32px;
    left: 0; right: 0;
    text-align: center;
    font-family: var(--font-cond);
    font-size: 9px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(237,232,224,.1);
    z-index: 5;
}
.split-visual-year {
    position: absolute;
    bottom: 20px; left: -10px;
    font-family: var(--font-hero);
    font-size: 180px;
    letter-spacing: -8px;
    color: rgba(237,232,224,.025);
    line-height: 1;
    pointer-events: none;
}
.split-right-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 70%, var(--black) 100%);
    z-index: 3;
}
.split-content {
    padding: 72px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid var(--rule);
}
.split-headline {
    font-family: var(--font-hero);
    font-size: 56px;
    line-height: .9;
    color: var(--cream);
    margin-bottom: 20px;
}
.split-body {
    font-size: 14px;
    color: rgba(237,232,224,.5);
    max-width: 400px;
    margin-bottom: 32px;
    line-height: 1.8;
}

/* ══════════════════════════════════
   TIMELINE
══════════════════════════════════ */
.timeline { display: flex; flex-direction: column; gap: 0; }
.tl-item {
    display: grid;
    grid-template-columns: 52px 1px 1fr;
    gap: 0 16px;
    padding: 12px 0;
    border-bottom: 1px solid #141414;
    align-items: start;
}
.tl-item:last-child { border-bottom: none; }
.tl-year {
    font-family: var(--font-cond);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--gold);
    padding-top: 1px;
}
.tl-line {
    background: #1e1e1e;
    align-self: stretch;
    margin-top: 8px;
}
.tl-text {
    font-family: var(--font-cond);
    font-size: 14px;
    letter-spacing: .5px;
    color: rgba(237,232,224,.6);
    line-height: 1.5;
}
.tl-text strong {
    color: var(--cream);
    font-weight: 600;
    display: block;
}

/* ══════════════════════════════════
   THE PULSE SECTION (Homepage)
══════════════════════════════════ */
.pulse-preview {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid var(--rule);
}
.pulse-preview-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 100% 70% at 50% 100%, #200000 0%, #050505 55%);
}
.pulse-preview-scanlines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        0deg, transparent, transparent 3px,
        rgba(0,0,0,.08) 3px, rgba(0,0,0,.08) 4px
    );
    pointer-events: none;
}
.pulse-preview-content {
    position: relative;
    z-index: 5;
    padding: 72px 56px;
    max-width: 680px;
}
.film-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--red);
    padding: 5px 14px;
    margin-bottom: 24px;
}
.film-badge .badge-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #fff;
    animation: blink 1.5s infinite;
}
@keyframes blink {
    0%,100% { opacity: 1; }
    50%      { opacity: .2; }
}
.film-badge span {
    font-family: var(--font-cond);
    font-size: 9px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}
.pulse-the {
    font-family: var(--font-cond);
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: rgba(237,232,224,.25);
    display: block;
    margin-bottom: 4px;
}
.pulse-title {
    font-family: var(--font-hero);
    font-size: clamp(72px, 12vw, 140px);
    letter-spacing: -4px;
    line-height: .85;
    color: var(--cream);
    display: block;
    margin-bottom: 18px;
}
.pulse-tagline {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 20px;
    color: var(--gold);
    margin-bottom: 14px;
}
.pulse-excerpt {
    font-size: 13px;
    color: rgba(237,232,224,.4);
    line-height: 1.8;
    max-width: 440px;
    margin-bottom: 32px;
}

/* ══════════════════════════════════
   PAGE HERO (inner pages)
══════════════════════════════════ */
.page-hero {
    position: relative;
    height: 50vh;
    min-height: 360px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding-top: 80px;
    border-bottom: 1px solid var(--rule);
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, #140000 0%, var(--black) 70%);
}
.page-hero-content {
    position: relative;
    z-index: 5;
    padding: 0 56px 52px;
}
.page-hero-title {
    font-family: var(--font-hero);
    font-size: clamp(52px, 8vw, 100px);
    color: var(--cream);
    line-height: .88;
    margin-bottom: 12px;
}
.page-hero-sub {
    font-family: var(--font-cond);
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(237,232,224,.3);
}

/* ══════════════════════════════════
   ACHIEVEMENTS PAGE
══════════════════════════════════ */
.achievements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--rule);
    border: 1px solid var(--rule);
}
.achievement-card {
    background: var(--black);
    padding: 32px 28px;
    transition: background .2s;
}
.achievement-card:hover { background: #0d0d0d; }
.ach-medal {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-cond);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 16px;
}
.ach-event {
    font-family: var(--font-cond);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 4px;
    display: block;
}
.ach-year {
    font-family: var(--font-cond);
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 10px;
}
.ach-desc {
    font-size: 12px;
    color: rgba(237,232,224,.4);
    line-height: 1.6;
}

/* ══════════════════════════════════
   GALLERY
══════════════════════════════════ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}
.gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    cursor: pointer;
}
.gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: grayscale(20%) brightness(.8);
    transition: all .4s;
}
.gallery-item:hover img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.04);
}
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8,8,8,.5);
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-zoom {
    font-family: var(--font-cond);
    font-size: 13px;
    letter-spacing: 3px;
    text-transform:uppercase;
    color: var(--cream);
    border: 1px solid rgba(237,232,224,.4);
    padding: 8px 16px;
}

/* ══════════════════════════════════
   CONTACT FORM
══════════════════════════════════ */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid var(--rule);
}
.contact-info {
    padding: 72px 60px;
    border-right: 1px solid var(--rule);
}
.contact-form-wrap { padding: 72px 60px; }
.contact-info-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #141414;
}
.contact-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ci-label {
    font-family: var(--font-cond);
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--red);
    display: block;
    margin-bottom: 8px;
}
.ci-value {
    font-family: var(--font-cond);
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(237,232,224,.7);
}

/* Form fields */
.wpcf7-form .form-row { margin-bottom: 16px; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    background: #0d0d0d;
    border: 1px solid #1e1e1e;
    color: var(--cream);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 300;
    padding: 14px 18px;
    outline: none;
    transition: border-color .2s;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus { border-color: var(--gold); }
.wpcf7-form textarea { min-height: 140px; resize: vertical; }
.wpcf7-form input[type="submit"] {
    background: var(--red);
    color: var(--cream);
    font-family: var(--font-cond);
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 14px 36px;
    border: none;
    cursor: pointer;
    transition: background .2s;
    width: 100%;
}
.wpcf7-form input[type="submit"]:hover { background: #a00018; }

/* ══════════════════════════════════
   FOOTER
══════════════════════════════════ */
.site-footer {
    background: #050505;
    border-top: 1px solid var(--rule);
}
.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 0;
    padding: 60px 56px;
    border-bottom: 1px solid var(--rule);
}
.footer-col { padding-right: 40px; }
.footer-logo {
    font-family: var(--font-cond);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 14px;
    display: block;
}
.footer-logo .logo-dot { color: var(--red); }
.footer-about {
    font-size: 14px;
    font-weight: 300;
    color: rgba(237,232,224,.72);
    line-height: 1.8;
    margin-bottom: 20px;
}
.footer-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-social-link {
    font-family: var(--font-cond);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(237,232,224,.65);
    border: 1px solid #3a3a3a;
    padding: 6px 12px;
    transition: all .2s;
}
.footer-social-link:hover {
    color: var(--cream);
    border-color: #666;
}
.footer-col-title {
    font-family: var(--font-cond);
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(237,232,224,.45);
    display: block;
    margin-bottom: 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
    font-family: var(--font-cond);
    font-size: 15px;
    letter-spacing: 1px;
    color: rgba(237,232,224,.75);
    transition: color .2s;
}
.footer-links a:hover { color: var(--cream); }
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 56px;
}
.footer-copy {
    font-family: var(--font-cond);
    font-size: 13px;
    letter-spacing: 2px;
    color: rgba(237,232,224,.45);
}
.footer-domains { display: flex; gap: 20px; }
.footer-domains a {
    font-family: var(--font-cond);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(237,232,224,.45);
    transition: color .2s;
}
.footer-domains a:hover { color: var(--cream); }

/* ══════════════════════════════════
   RESPONSIVE — TABLET
══════════════════════════════════ */
@media (max-width: 1024px) {
    .container { padding: 0 32px; }
    .header-inner { padding: 18px 32px; }
    .main-nav { display: none; }
    .nav-cta  { display: none; }
    .nav-toggle { display: flex; }
    .hero-content { padding: 0 32px 56px; }
    .stats-bar { grid-template-columns: repeat(3, 1fr); }
    .stats-bar .stat-item:nth-child(4),
    .stats-bar .stat-item:nth-child(5) { border-top: 1px solid var(--rule); }
    .split-section { grid-template-columns: 1fr; }
    .split-visual { min-height: 280px; }
    .split-content { padding: 48px 32px; border-left: none; border-top: 1px solid var(--rule); }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-info { border-right: none; border-bottom: 1px solid var(--rule); padding: 48px 32px; }
    .contact-form-wrap { padding: 48px 32px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; padding: 48px 32px; }
    .achievements-grid { grid-template-columns: 1fr 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .hero-scroll { display: none; }
}

/* ══════════════════════════════════
   RESPONSIVE — MOBILE
══════════════════════════════════ */
@media (max-width: 640px) {
    .hero-content { padding: 0 20px 48px; }
    .hero-medals { gap: 10px; }
    .medal-chip { padding: 7px 10px 7px 7px; }
    .hero-cta { flex-direction: column; }
    .btn { text-align: center; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
    .stats-bar .stat-item:nth-child(5) {
        grid-column: span 2;
        border-top: 1px solid var(--rule);
    }
    .footer-main { grid-template-columns: 1fr; padding: 40px 20px; }
    .footer-bottom { flex-direction: column; gap: 12px; padding: 18px 20px; }
    .achievements-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .split-content { padding: 40px 20px; }
    .pulse-preview-content { padding: 48px 20px; }
    .page-hero-content { padding: 0 20px 40px; }
    .contact-info,
    .contact-form-wrap { padding: 40px 20px; }
}

/* ══════════════════════════════════
   WORDPRESS CORE OVERRIDES
══════════════════════════════════ */
.wp-block-image img { max-width: 100%; }
.aligncenter { display: block; margin: 0 auto; }
.alignleft  { float: left; margin-right: 24px; }
.alignright { float: right; margin-left: 24px; }
.wp-caption { max-width: 100%; }
.screen-reader-text { position: absolute; left: -9999px; }

/* ══════════════════════════════════════════════
   DESIGN SYSTEM — BUTTON CLASSES
   3 button types. Uniform. All have working hover.
══════════════════════════════════════════════ */

/* PRIMARY — Red fill */
.az-btn-primary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 14px 36px;
    background: #C8001E;
    color: #EDE8E0;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #C8001E;
    cursor: pointer;
    transition: background .25s, border-color .25s, color .25s;
    line-height: 1;
}
.az-btn-primary:hover {
    background: #A00018;
    border-color: #A00018;
    color: #ffffff;
}

/* SECONDARY — Transparent + cream border */
.az-btn-secondary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 14px 36px;
    background: transparent;
    color: #EDE8E0;
    text-decoration: none;
    display: inline-block;
    border: 2px solid rgba(237,232,224,.45);
    cursor: pointer;
    transition: border-color .25s, color .25s;
    line-height: 1;
}
.az-btn-secondary:hover {
    border-color: #D4AA35;
    color: #D4AA35;
}

/* WHITE — Cream fill, dark text (e.g. on dark pulse section) */
.az-btn-white {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 14px 36px;
    background: #EDE8E0;
    color: #080808;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #EDE8E0;
    cursor: pointer;
    transition: background .25s, border-color .25s, color .25s;
    line-height: 1;
}
.az-btn-white:hover {
    background: #D4AA35;
    border-color: #D4AA35;
    color: #080808;
}

/* NAV CTA button */
.nav-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px 24px;
    border: 2px solid #B8941A;
    color: #B8941A;
    text-decoration: none;
    transition: background .25s, color .25s;
}
.nav-cta:hover {
    background: #B8941A;
    color: #080808;
}

/* ══════════════════════════════════════════════
   DESIGN SYSTEM — TEXT COLOUR CLASSES
══════════════════════════════════════════════ */
.az-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #C8001E;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.az-label::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #C8001E;
    opacity: .5;
    flex-shrink: 0;
}
.az-body { font-size: 16px; font-weight: 300; color: rgba(237,232,224,.78); line-height: 1.85; }
.az-muted { color: rgba(237,232,224,.55); }

