/* ── SELF-HOSTED FONTS ────────────────────────── */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/cinzel-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/cinzel-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Crimson Pro';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('/assets/fonts/crimsonpro-italic-vi.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Crimson Pro';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('/assets/fonts/crimsonpro-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Crimson Pro';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('/assets/fonts/crimsonpro-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/fonts/crimsonpro-normal-vi.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/fonts/crimsonpro-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/fonts/crimsonpro-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --black:      #f4efe4;
    --dark:       #ede5d4;
    --panel:      #ffffff;
    --gold:       #8c6a18;
    --gold-light: #b8902e;
    --gold-dim:   rgba(140,106,24,0.22);
    --white:      #1c1610;
    --muted:      #8c7d64;
    --text:       #3d3020;
}

html { scroll-behavior: smooth; }

body {
    background: var(--black);
    color: var(--text);
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 1.125rem;
    line-height: 1.75;
    overflow-x: hidden;
}

/* ── NAV ──────────────────────────────────────── */
nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 200;
    padding: 1.25rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.45s ease, border-color 0.45s ease;
    border-bottom: 1px solid transparent;
}
nav.solid {
    background: rgba(244,239,228,0.96);
    border-color: var(--gold-dim);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.nav-logo {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--gold);
    letter-spacing: 0.12em;
    text-decoration: none;
}
.nav-links {
    display: flex;
    gap: 2.25rem;
    list-style: none;
}
.nav-links a {
    font-family: 'Cinzel', serif;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text);
    text-decoration: none;
    opacity: 0.75;
    transition: color 0.2s, opacity 0.2s;
}
.nav-links a:hover { color: var(--gold); opacity: 1; }

/* hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 1.5px;
    background: var(--gold);
    transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 150;
    background: rgba(244,239,228,0.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text);
    text-decoration: none;
    transition: color 0.2s;
}
.mobile-menu a:hover { color: var(--gold); }

/* ── HERO ─────────────────────────────────────── */
#hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: var(--black);
}

/* crosshatch texture */
#hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(45deg,  rgba(140,106,24,0.07) 0, rgba(140,106,24,0.07) 1px, transparent 1px, transparent 42px),
        repeating-linear-gradient(-45deg, rgba(140,106,24,0.07) 0, rgba(140,106,24,0.07) 1px, transparent 1px, transparent 42px);
    pointer-events: none;
}
/* radial focus */
#hero .hero-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 55% at 50% 50%, rgba(255,255,255,0.5) 0%, transparent 70%);
    pointer-events: none;
}
/* gold top bar */
#hero .hero-topbar {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--gold) 40%, var(--gold-light) 50%, var(--gold) 60%, transparent 100%);
}

.hero-inner {
    position: relative;
    z-index: 1;
    padding: 7rem 2rem 5rem;
    max-width: 900px;
    width: 100%;
}

/* The big N.E.W.S. */
.hero-acronym {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0;
    margin-bottom: 1.75rem;
    animation: fadeUp 0.9s cubic-bezier(0.22,1,0.36,1) both;
}
.hero-letter {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: clamp(5.5rem, 16vw, 13rem);
    color: var(--gold);
    line-height: 1;
    text-shadow:
        0 0 60px rgba(140,106,24,0.12),
        0 2px 4px rgba(0,0,0,0.08);
    letter-spacing: -0.01em;
}
.hero-dot {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: clamp(3rem, 9vw, 7rem);
    color: rgba(201,168,76,0.4);
    align-self: flex-start;
    margin-top: 0.25em;
    line-height: 1;
}

.hero-fullname {
    font-family: 'Cinzel', serif;
    font-size: clamp(0.6rem, 1.4vw, 0.88rem);
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--text);
    opacity: 0.6;
    margin-bottom: 2.5rem;
    animation: fadeUp 0.9s 0.18s cubic-bezier(0.22,1,0.36,1) both;
}

.hero-rule {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0 auto 2.5rem;
    animation: fadeUp 0.9s 0.3s cubic-bezier(0.22,1,0.36,1) both;
}

.hero-tagline {
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.1rem, 2.6vw, 1.55rem);
    color: var(--text);
    line-height: 1.65;
    max-width: 500px;
    margin: 0 auto;
    animation: fadeUp 0.9s 0.42s cubic-bezier(0.22,1,0.36,1) both;
}

.compass-rose-wrap {
    animation: fadeUp 0.9s 0.6s cubic-bezier(0.22,1,0.36,1) both;
    display: flex;
    justify-content: center;
}
.compass-rose {
    width: 488px;
    height: 488px;
    max-width: 85vw;
    max-height: 85vw;
    display: block;
}

.scroll-hint {
    position: absolute;
    bottom: 2.25rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    opacity: 0;
    animation: fadeIn 1s 1.2s ease forwards;
}
.scroll-hint span {
    font-family: 'Cinzel', serif;
    font-size: 0.58rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--muted);
}
.scroll-arrow {
    width: 1px;
    height: 44px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: arrowPulse 2.2s ease infinite;
}

/* ── SECTION SHARED ────────────────────────────── */
section { padding: 7rem 2rem; }
.section-inner { max-width: 1120px; margin: 0 auto; }

.section-label {
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 1rem;
}
.section-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.9rem, 5vw, 3.4rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 0;
}
.section-rule {
    width: 56px;
    height: 2px;
    background: var(--gold);
    margin: 1.6rem 0 2.75rem;
}

/* ── ABOUT ─────────────────────────────────────── */
#about {
    background: var(--dark);
    border-top: 1px solid var(--gold-dim);
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}
.about-text p {
    font-size: 1.13rem;
    line-height: 1.82;
    color: var(--text);
    margin-bottom: 1.4rem;
}
.about-text p:first-of-type::first-letter {
    font-family: 'Cinzel', serif;
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--gold);
    float: left;
    line-height: 0.78;
    margin-right: 0.08em;
    margin-top: 0.12em;
}

.about-seal {
    border: 1px solid var(--gold-dim);
    padding: 3rem 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}
/* inner frame */
.about-seal::before {
    content: '';
    position: absolute;
    top: 7px; right: 7px; bottom: 7px; left: 7px;
    border: 1px solid rgba(140,106,24,0.12);
    pointer-events: none;
}
/* corner ornaments */
.about-seal::after {
    content: '✦';
    position: absolute;
    top: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gold);
    font-size: 0.8rem;
    background: var(--dark);
    padding: 0 0.5rem;
}

.seal-svg {
    width: 110px;
    height: 110px;
    opacity: 0.55;
}

.about-facts {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.fact {
    border-left: 2px solid var(--gold);
    padding-left: 1.1rem;
}
.fact-label {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 0.15rem;
}
.fact-value {
    font-size: 0.97rem;
    color: var(--white);
}

/* ── GALLERY ───────────────────────────────────── */
#gallery {
    background: var(--black);
    border-top: 1px solid var(--gold-dim);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
}
.photo-slot {
    height: 350px;
    background: var(--dark);
    border: 1px solid rgba(140,106,24,0.15);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.photo-slot::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(0deg,   transparent 0, transparent 28px, rgba(140,106,24,0.06) 28px, rgba(140,106,24,0.06) 29px),
        repeating-linear-gradient(90deg,  transparent 0, transparent 28px, rgba(140,106,24,0.06) 28px, rgba(140,106,24,0.06) 29px);
    pointer-events: none;
}
.photo-slot:hover {
    border-color: rgba(140,106,24,0.38);
    box-shadow: inset 0 0 30px rgba(140,106,24,0.04);
}
.photo-slot img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.photo-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 2rem 1.25rem 1.1rem;
    background: linear-gradient(to top, rgba(28,22,16,0.82) 0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}
.photo-caption a { pointer-events: auto; }
.photo-caption-title {
    font-family: 'Cinzel', serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #f4efe4;
    display: block;
    letter-spacing: 0.04em;
    margin-bottom: 0.3rem;
}
.photo-caption-sub {
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    font-size: 0.82rem;
    color: rgba(244,239,228,0.75);
    display: block;
    margin-bottom: 0.35rem;
}
.photo-caption-link {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    color: var(--gold-light);
    text-decoration: none;
    border-bottom: 1px solid rgba(184,144,46,0.4);
    transition: border-color 0.2s;
}
.photo-caption-link:hover { border-color: var(--gold-light); }

/* HSN featured donation photo */
.giving-feature {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-bottom: 3rem;
}
.giving-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}
.giving-feature-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 2.5rem 2rem 1.5rem;
    background: linear-gradient(to top, rgba(28,22,16,0.8), transparent);
}
.giving-feature-caption span {
    font-family: 'Cinzel', serif;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    color: #f4efe4;
}

/* ── PHILANTHROPY ─────────────────────────────── */
#philanthropy {
    background: var(--dark);
    border-top: 1px solid var(--gold-dim);
}
.giving-intro {
    max-width: 660px;
    font-size: 1.13rem;
    line-height: 1.82;
    color: var(--text);
    margin-bottom: 4rem;
}
.giving-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.giving-card {
    background: var(--panel);
    border-top: 3px solid var(--gold);
    padding: 2.5rem 2.2rem 2.8rem;
    position: relative;
    transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease;
}
.giving-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(140,106,24,0.22), transparent);
}
.giving-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 24px 48px rgba(0,0,0,0.1),
        0 0 0 1px rgba(140,106,24,0.18);
}
.giving-amount {
    font-family: 'Cinzel', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.4rem;
}
.giving-amount-label {
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 1.75rem;
}
.giving-charity {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.75rem;
}
.giving-desc {
    font-size: 0.95rem;
    color: var(--text);
    line-height: 1.65;
    opacity: 0.82;
}

/* ── CONTACT ───────────────────────────────────── */
#contact {
    background: var(--black);
    border-top: 1px solid var(--gold-dim);
    text-align: center;
}
.contact-inner {
    max-width: 680px;
    margin: 0 auto;
}
.contact-lead {
    font-size: 1.15rem;
    line-height: 1.82;
    color: var(--text);
    margin-bottom: 3rem;
}
.contact-reasons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3.5rem;
    text-align: left;
}
.contact-reason {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 1.1rem 1.4rem;
    background: var(--dark);
    border-left: 2px solid var(--gold);
}
.contact-reason-icon {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    white-space: nowrap;
    flex-shrink: 0;
}
.contact-reason-text {
    font-size: 1rem;
    color: var(--text);
    line-height: 1.6;
}
.contact-email-wrap {
    display: inline-block;
}
.contact-email {
    font-family: 'Cinzel', serif;
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--gold-dim);
    padding-bottom: 0.2rem;
    transition: border-color 0.2s, color 0.2s;
}
.contact-email:hover {
    color: var(--gold-light);
    border-color: var(--gold);
}

/* ── FOOTER ────────────────────────────────────── */
footer {
    background: var(--black);
    border-top: 1px solid var(--gold-dim);
    padding: 5.5rem 2rem 3.5rem;
    text-align: center;
}
.footer-compass {
    width: 488px;
    height: 488px;
    max-width: 85vw;
    max-height: 85vw;
    margin: 0 auto 2rem;
    display: block;
}
.footer-logo {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 2.2rem;
    color: var(--gold);
    letter-spacing: 0.14em;
    display: block;
    margin-bottom: 0.4rem;
}
.footer-chapter {
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 2.5rem;
}
.footer-divider {
    width: 50px;
    height: 1px;
    background: var(--gold-dim);
    margin: 0 auto 2.5rem;
}
.footer-parent {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}
.footer-parent a {
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(201,168,76,0.3);
    transition: opacity 0.2s;
}
.footer-parent a:hover { opacity: 0.7; }
.footer-ontario-link {
    display: block;
    margin: 0 auto 1rem;
}
.footer-ontario-logo {
    width: 260px;
    max-width: 65vw;
    display: block;
    margin: 0 auto;
    opacity: 0.75;
    transition: opacity 0.2s;
}
.footer-ontario-link:hover .footer-ontario-logo { opacity: 1; }
.footer-ontario-desc {
    font-size: 0.82rem;
    color: var(--muted);
    max-width: 36em;
    margin: 0 auto 0;
    line-height: 1.6;
}
.footer-disclaimer {
    font-size: 0.83rem;
    color: var(--muted);
    font-style: italic;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(140,106,24,0.15);
    line-height: 1.7;
}
.footer-copy {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    color: var(--muted);
    margin-top: 1.2rem;
    opacity: 0.45;
}

/* ── FALL COLOURS ─────────────────────────────── */
#fall-colours {
    background: var(--dark);
    border-top: 1px solid var(--gold-dim);
}

.fall-intro {
    font-size: 1.13rem;
    line-height: 1.82;
    color: var(--text);
    margin-bottom: 1.4rem;
    max-width: 660px;
}
.fall-link {
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(140,106,24,0.35);
    transition: border-color 0.2s, color 0.2s;
}
.fall-link:hover { color: var(--gold-light); border-color: var(--gold); }

/* Responsive video */
.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    background: #000;
}
.video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
}

/* ── PHOTO CAROUSEL COMPONENT ──────────────────── */
.photo-carousel-wrap {
    position: relative;
    margin-top: 3rem;
    padding: 0 1.5rem;
}
.photo-carousel {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.photo-carousel::-webkit-scrollbar { display: none; }

.carousel-slide {
    flex: 0 0 calc(33.333% - 0.84rem);
    scroll-snap-align: start;
    height: 350px;
    background: var(--black);
    border: 1px solid rgba(140,106,24,0.15);
    position: relative;
    overflow: hidden;
    transition: border-color 0.35s ease;
}
.carousel-slide:hover { border-color: rgba(140,106,24,0.38); }
.carousel-slide img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; z-index: 1;
}

/* YouTube thumbnail */
.yt-thumb-btn {
    display: block;
    position: absolute; inset: 0;
    z-index: 1;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.yt-thumb-btn img { transition: transform 0.4s ease; }
.yt-thumb-btn:hover img { transform: scale(1.03); }
.yt-play-icon {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 3.5rem;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 2px 14px rgba(0,0,0,0.65);
    background: rgba(0,0,0,0.22);
    transition: background 0.2s;
    pointer-events: none;
}
.yt-thumb-btn:hover .yt-play-icon { background: rgba(0,0,0,0.38); }

/* Video modal */
.video-modal {
    display: none;
    position: fixed; inset: 0;
    z-index: 1080;
    background: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
}
.video-modal.open { display: flex; }
.video-modal-inner {
    position: relative;
    width: min(92vw, 1080px);
    aspect-ratio: 16/9;
}
.video-modal-inner iframe {
    width: 100%; height: 100%;
    border: 0;
}
.video-modal-close {
    position: absolute;
    top: -2.75rem; right: 0;
    background: none;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    transition: color 0.2s;
}
.video-modal-close:hover { color: #fff; }

.carousel-btn {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    background: rgba(244,239,228,0.92);
    border: 1px solid var(--gold-dim);
    color: var(--gold);
    font-size: 1.1rem;
    width: 2.8rem; height: 2.8rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s, border-color 0.2s;
}
.carousel-btn:hover { background: #fff; border-color: var(--gold); }
.carousel-btn.prev { left: -1.4rem; }
.carousel-btn.next { right: -1.4rem; }

@media (max-width: 900px) {
    .carousel-slide { flex: 0 0 calc(50% - 0.63rem); }
    .carousel-btn { display: none; }
    .photo-carousel-wrap { padding: 0; }
}
@media (max-width: 640px) {
    .carousel-slide { flex: 0 0 90%; }
}

/* ── ANIMATIONS ────────────────────────────────── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    to { opacity: 0.5; }
}
@keyframes compassSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@keyframes arrowPulse {
    0%, 100% { opacity: 0.5; transform: scaleY(1); transform-origin: top; }
    50%       { opacity: 1;   transform: scaleY(1.15); }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22,1,0.36,1);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── RESPONSIVE ────────────────────────────────── */
@media (max-width: 900px) {
    .about-grid    { grid-template-columns: 1fr; gap: 3rem; }
    .giving-cards  { grid-template-columns: 1fr; max-width: 420px; }
    .gallery-grid  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .gallery-grid { grid-template-columns: 1fr; }
    .hero-fullname { letter-spacing: 0.22em; }
    section { padding: 5rem 1.5rem; }
}
