:root {
    --sgd-black: #101010;
    --sgd-charcoal: #1c1c1c;
    --sgd-white: #ffffff;
    --sgd-offwhite: #f5f4f1;
    --sgd-light: #ecebe7;
    --sgd-mid: #737373;
    --sgd-line: rgba(16, 16, 16, 0.14);
    --sgd-gold: #d7b233;
    --sgd-red: #c91e2b;
    --sgd-green: #1b6e45;
    --sgd-radius-sm: 12px;
    --sgd-radius: 22px;
    --sgd-radius-lg: 36px;
    --sgd-shadow: 0 24px 70px rgba(0, 0, 0, 0.13);
    --sgd-container: 1180px;
    --sgd-container-wide: 1400px;
    --sgd-header-height: 96px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--sgd-white);
    color: var(--sgd-black);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--sgd-gold); color: var(--sgd-black); }

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    background: var(--sgd-white);
    color: var(--sgd-black);
    border-radius: 8px;
    transform: translateY(-150%);
    transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container,
.container-wide {
    width: min(100% - 40px, var(--sgd-container));
    margin-inline: auto;
}
.container-wide { width: min(100% - 48px, var(--sgd-container-wide)); }

.section { padding: clamp(76px, 9vw, 136px) 0; }
.section--tight { padding: 32px 0; }
.section--dark { background: var(--sgd-black); color: var(--sgd-white); }

.eyebrow {
    margin: 0 0 16px;
    color: var(--sgd-mid);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}
.eyebrow--light { color: rgba(255,255,255,.72); }
.eyebrow--gold { color: var(--sgd-gold); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: -.035em;
}
h1 { font-size: clamp(3.35rem, 7.2vw, 6.9rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p { margin-bottom: 1.35em; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible,
.text-link:focus-visible,
a:focus-visible,
button:focus-visible { outline: 3px solid var(--sgd-gold); outline-offset: 4px; }
.button--small { min-height: 44px; padding: 12px 18px; font-size: .82rem; }
.button--dark { background: var(--sgd-black); color: var(--sgd-white); }
.button--dark:hover { background: #2b2b2b; }
.button--light { background: var(--sgd-white); color: var(--sgd-black); }
.button--light:hover { background: var(--sgd-gold); }
.button--outline-light { border-color: rgba(255,255,255,.64); color: var(--sgd-white); }
.button--outline-light:hover { background: var(--sgd-white); color: var(--sgd-black); border-color: var(--sgd-white); }
.button--outline-dark { border-color: rgba(16,16,16,.28); color: var(--sgd-black); }
.button--outline-dark:hover { background: var(--sgd-black); color: var(--sgd-white); border-color: var(--sgd-black); }
.text-link { font-size: .94rem; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { text-decoration-thickness: 2px; }

/* Header */
.site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--sgd-white);
    transition: background-color .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-scrolled,
body:not(.sgd-front-page) .site-header {
    background: rgba(255,255,255,.96);
    color: var(--sgd-black);
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
    backdrop-filter: blur(14px);
}
.site-header__inner {
    min-height: var(--sgd-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: max(10px, env(safe-area-inset-top));
    padding-bottom: 2px;
}
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 215px; }
.brand__crest { width: 48px; height: 56px; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(0,0,0,.18)); }
.brand__custom-logo img { width: auto; max-height: 58px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__text strong { font-size: 1.05rem; letter-spacing: -.025em; }
.brand__text small { margin-top: 4px; opacity: .72; font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav__list { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-nav__list li { position: relative; }
.primary-nav__list a { display: block; padding: 35px 0 25px; font-size: .86rem; font-weight: 750; }
.primary-nav__list > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease;
}
.primary-nav__list > li > a:hover::after,
.primary-nav__list > li.current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.primary-nav__list .sub-menu {
    position: absolute;
    top: calc(100% - 12px);
    left: -22px;
    min-width: 210px;
    margin: 0;
    padding: 12px;
    list-style: none;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    background: var(--sgd-white);
    color: var(--sgd-black);
    box-shadow: var(--sgd-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.primary-nav__list li:hover > .sub-menu,
.primary-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav__list .sub-menu a { padding: 10px 12px; border-radius: 8px; }
.primary-nav__list .sub-menu a:hover { background: var(--sgd-offwhite); }
.site-header:not(.is-scrolled) .nav-cta { background: var(--sgd-white); color: var(--sgd-black); }
.site-header.is-scrolled .nav-cta,
body:not(.sgd-front-page) .nav-cta { background: var(--sgd-black); color: var(--sgd-white); }
.nav-toggle { display: none; border: 0; background: transparent; color: inherit; align-items: center; gap: 10px; cursor: pointer; }
.nav-toggle__label { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.nav-toggle__icon { display: grid; gap: 4px; width: 24px; }
.nav-toggle__icon i { height: 2px; background: currentColor; border-radius: 99px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero {
    position: relative;
    min-height: min(860px, 100svh);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--sgd-black);
    color: var(--sgd-white);
}
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.55) 38%, rgba(0,0,0,.14) 72%, rgba(0,0,0,.22) 100%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 45%); }
.hero__content { position: relative; z-index: 2; padding-top: calc(var(--sgd-header-height) + 90px); padding-bottom: clamp(72px, 9vw, 126px); }
.hero h1 { max-width: 830px; margin-bottom: 24px; }
.hero__lead { max-width: 680px; margin-bottom: 32px; color: rgba(255,255,255,.88); font-size: clamp(1.16rem, 1.8vw, 1.48rem); line-height: 1.52; }
.hero__scroll { position: absolute; z-index: 3; right: 32px; bottom: 38px; width: 42px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }
.hero__scroll span { width: 5px; height: 9px; border-radius: 99px; background: var(--sgd-white); animation: scrollHint 1.8s infinite; }
@keyframes scrollHint { 0%, 100% { transform: translateY(-8px); opacity: .35; } 50% { transform: translateY(8px); opacity: 1; } }

.hero-social { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-social a { display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 8px 18px 8px 9px; border: 1px solid rgba(255,255,255,.46); border-radius: 999px; background: rgba(0,0,0,.18); font-size: .85rem; font-weight: 800; backdrop-filter: blur(8px); transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.hero-social a:hover { transform: translateY(-2px); border-color: var(--sgd-white); background: rgba(255,255,255,.14); }
.social-icon { position: relative; width: 36px; height: 36px; display: inline-grid; flex: 0 0 36px; place-items: center; border-radius: 50%; background: var(--sgd-white); color: var(--sgd-black); font-size: 1.25rem; font-weight: 800; line-height: 1; }
.social-icon--facebook { font-family: Arial, sans-serif; padding-top: 3px; }
.social-icon--instagram::before { content: ""; width: 17px; height: 17px; border: 2px solid currentColor; border-radius: 5px; }
.social-icon--instagram::after { content: ""; position: absolute; width: 5px; height: 5px; border: 2px solid currentColor; border-radius: 50%; }
.social-icon--instagram i { position: absolute; top: 10px; right: 9px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.social-icon--youtube i { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid currentColor; }

/* Quick links */
.quick-links { position: relative; z-index: 5; margin-top: -22px; }
.quick-links__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.quick-link {
    min-height: 116px;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--sgd-line);
    border-radius: var(--sgd-radius-sm);
    background: var(--sgd-white);
    box-shadow: 0 10px 34px rgba(0,0,0,.07);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.quick-link:hover { transform: translateY(-5px); box-shadow: 0 18px 48px rgba(0,0,0,.11); background: var(--sgd-offwhite); }
.quick-link__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--sgd-black); color: var(--sgd-white); font-weight: 800; }
.quick-link strong, .quick-link small { display: block; }
.quick-link strong { font-size: .95rem; line-height: 1.2; }
.quick-link small { margin-top: 5px; color: var(--sgd-mid); font-size: .73rem; line-height: 1.3; }
.quick-link__arrow { font-size: 1.2rem; transition: transform .2s ease; }
.quick-link:hover .quick-link__arrow { transform: translateX(4px); }

/* Sponsors carousel */
.sponsor-carousel-section { padding: clamp(52px, 6vw, 86px) 0; overflow: hidden; background: var(--sgd-white); }
.sponsor-carousel__heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.sponsor-carousel__heading h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 3rem); }
.sponsor-carousel__controls { display: flex; gap: 8px; }
.sponsor-carousel__controls button { width: 46px; height: 46px; border: 1px solid var(--sgd-line); border-radius: 50%; background: var(--sgd-white); color: var(--sgd-black); cursor: pointer; font-size: 1.15rem; transition: background-color .2s ease, color .2s ease; }
.sponsor-carousel__controls button:hover { background: var(--sgd-black); color: var(--sgd-white); }
.sponsor-carousel__viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.sponsor-carousel__viewport::-webkit-scrollbar { display: none; }
.sponsor-carousel__track { display: flex; gap: 14px; width: max-content; }
.sponsor-logo { width: clamp(210px, 20vw, 280px); height: 134px; display: grid; flex: 0 0 auto; place-items: center; margin: 0; padding: 22px; border: 1px solid var(--sgd-line); border-radius: 16px; background: var(--sgd-white); scroll-snap-align: start; }
.sponsor-logo img { width: 100%; height: 100%; object-fit: contain; }

/* Section heading */
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 80px; margin-bottom: clamp(38px, 5vw, 68px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 580px; margin: 0; color: var(--sgd-mid); font-size: 1.05rem; }
.section-heading--inline { display: flex; justify-content: space-between; align-items: end; }

/* Sports */
.sports-section { background: var(--sgd-offwhite); }
.sport-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, minmax(260px, 1fr)); gap: 18px; }
.sport-card { position: relative; min-height: 310px; overflow: hidden; border-radius: var(--sgd-radius); color: var(--sgd-white); box-shadow: 0 14px 36px rgba(0,0,0,.08); }
.sport-card--large { grid-row: 1 / 3; min-height: 640px; }
.sport-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.6,.2,1); }
.sport-card--large img { object-position: 50% 50%; }
.sport-card:nth-child(2) img { object-position: 52% 42%; }
.sport-card:nth-child(3) img { object-position: 50% 46%; }
.sport-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.86), rgba(0,0,0,.08) 65%); }
.sport-card__content { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(24px, 3vw, 42px); }
.sport-card__content small { margin-bottom: 8px; color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sport-card__content strong { font-size: clamp(2rem, 4vw, 4.6rem); line-height: .95; letter-spacing: -.05em; }
.sport-card:not(.sport-card--large) .sport-card__content strong { font-size: clamp(1.8rem, 3vw, 3.2rem); }
.sport-card__content em { margin-top: 20px; font-size: .82rem; font-style: normal; font-weight: 800; opacity: .78; }
.sport-card:hover img { transform: scale(1.045); }

/* JFV */
.jfv-band { padding: clamp(58px, 7vw, 94px) 0; }
.jfv-band__inner { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; align-items: center; gap: clamp(28px, 5vw, 72px); }
.jfv-band__inner img { width: 128px; max-height: 148px; object-fit: contain; }
.jfv-band h2 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2rem, 3.6vw, 4rem); }
.jfv-band p:not(.eyebrow) { max-width: 760px; margin: 0; color: rgba(255,255,255,.67); }

/* News */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { overflow: hidden; border: 1px solid var(--sgd-line); border-radius: var(--sgd-radius); background: var(--sgd-white); }
.news-card__image, .news-card__placeholder { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sgd-black); }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-card__image img { transform: scale(1.04); }
.news-card__placeholder { display: grid; place-items: center; color: var(--sgd-white); font-size: 2rem; font-weight: 900; letter-spacing: .18em; background: radial-gradient(circle at 25% 20%, #353535, #111 66%); }
.news-card__body { padding: 26px; }
.news-card__body time, .news-card__kicker { display: block; margin-bottom: 12px; color: var(--sgd-mid); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-card h3 { margin-bottom: 14px; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.12; }
.news-card p { color: var(--sgd-mid); font-size: .9rem; }
.instagram-feeds { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.instagram-feed-card { min-width: 0; overflow: hidden; border: 1px solid var(--sgd-line); border-radius: var(--sgd-radius); background: var(--sgd-white); }
.instagram-feed-card > header { display: flex; align-items: center; gap: 12px; padding: 20px 22px; border-bottom: 1px solid var(--sgd-line); }
.instagram-feed-card > header .social-icon { background: var(--sgd-black); color: var(--sgd-white); }
.instagram-feed-card > header strong, .instagram-feed-card > header a { display: block; line-height: 1.25; }
.instagram-feed-card > header strong { font-size: .92rem; }
.instagram-feed-card > header a { margin-top: 3px; color: var(--sgd-mid); font-size: .74rem; }
.instagram-feed-card__placeholder { min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(28px, 5vw, 54px); background: linear-gradient(145deg, var(--sgd-offwhite), var(--sgd-white)); }
.instagram-feed-card__placeholder p { max-width: 430px; color: var(--sgd-mid); }
.news-subheading { margin-top: clamp(58px, 7vw, 92px); margin-bottom: 28px; }
.news-subheading h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }

/* Identity */
.identity-section { overflow: hidden; }
.identity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 130px); align-items: center; }
.identity-copy h2 { max-width: 680px; }
.identity-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.66); font-size: 1.08rem; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.stats-grid div { min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.stats-grid strong { color: var(--sgd-gold); font-size: clamp(2.7rem, 5vw, 5.6rem); line-height: .9; letter-spacing: -.06em; }
.stats-grid span { margin-top: 10px; color: rgba(255,255,255,.66); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

/* Location */
.location-feature { position: relative; min-height: clamp(620px, 78vw, 870px); display: flex; align-items: flex-end; overflow: hidden; color: var(--sgd-white); }
.location-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.location-feature__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.05) 66%), linear-gradient(90deg, rgba(0,0,0,.35), transparent 58%); }
.location-feature__content { position: relative; z-index: 2; padding-bottom: clamp(58px, 8vw, 110px); }
.location-feature h2 { max-width: 900px; margin-bottom: 34px; }
.venue-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 340px)); gap: 14px; }
.venue-card { min-height: 150px; display: grid; grid-template-columns: 148px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; background: rgba(12,12,12,.72); backdrop-filter: blur(10px); }
.venue-card img { width: 100%; height: 100%; object-fit: cover; }
.venue-card div { display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.venue-card small { margin-bottom: 7px; color: rgba(255,255,255,.62); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.venue-card h3 { margin: 0; font-size: 1.2rem; line-height: 1.12; letter-spacing: -.02em; }

/* Story */
.story-section { background: var(--sgd-offwhite); }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(44px, 8vw, 120px); align-items: center; }
.story-image { position: relative; }
.story-image > img:first-child { width: 100%; border-radius: var(--sgd-radius); box-shadow: var(--sgd-shadow); }
.story-image__badge { position: absolute; right: -34px; bottom: -32px; width: min(42%, 290px); padding: 18px; border-radius: 18px; background: rgba(16,16,16,.94); box-shadow: var(--sgd-shadow); }
.story-copy p:not(.eyebrow) { color: var(--sgd-mid); font-size: 1.06rem; }

/* Teichstube */
.teichstube-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.teichstube-copy p:not(.eyebrow) { color: var(--sgd-mid); font-size: 1.06rem; }
.teichstube-gallery { position: relative; min-height: 590px; }
.teichstube-gallery img { position: absolute; object-fit: cover; border-radius: var(--sgd-radius); box-shadow: var(--sgd-shadow); }
.teichstube-gallery__main { inset: 0 16% 14% 0; width: 84%; height: 86%; }
.teichstube-gallery__small { right: 0; bottom: 0; width: 46%; height: 46%; border: 8px solid var(--sgd-white); }

/* Footer */
.site-footer { background: var(--sgd-black); color: var(--sgd-white); }
.site-footer__top { display: grid; grid-template-columns: 1fr auto; gap: 80px; padding-top: 74px; padding-bottom: 62px; }
.site-footer__brand { display: flex; align-items: center; gap: 22px; }
.site-footer__brand img { width: 70px; height: 80px; object-fit: contain; }
.site-footer__brand strong { display: block; font-size: 1.32rem; }
.site-footer__brand p { margin: 6px 0 0; color: rgba(255,255,255,.58); font-size: .86rem; }
.site-footer__links { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 62px; }
.site-footer__links h2 { margin-bottom: 18px; color: rgba(255,255,255,.5); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer__links a { display: block; margin: 10px 0; font-size: .86rem; font-weight: 700; }
.site-footer__links a:hover { color: var(--sgd-gold); }
.site-footer__bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .74rem; }
.site-footer__legal { display: flex; gap: 22px; }
.site-footer__legal a:hover { color: var(--sgd-white); }
.mobile-quick-nav { display: none; }

/* Standard content */
body:not(.sgd-front-page) { padding-top: var(--sgd-header-height); }
.content-area { min-height: 65vh; }
.content-layout, .prose { max-width: 980px; }
.page-header { margin-bottom: 46px; }
.page-header h1 { max-width: 920px; font-size: clamp(3rem, 7vw, 6.2rem); }
.entry-content { font-size: 1.05rem; }
.entry-content > * { max-width: 760px; }
.entry-content > .wp-block-shortcode,
.entry-content > .sgd-content-section { max-width: 980px; }
.page-intro { max-width: 860px!important; color: var(--sgd-mid); font-size: clamp(1.18rem, 2vw, 1.5rem); line-height: 1.5; }
.sgd-content-section { margin-top: 28px; padding: clamp(26px, 4vw, 44px); border: 1px solid var(--sgd-line); border-radius: var(--sgd-radius); background: var(--sgd-offwhite); }
.sgd-content-section h2 { margin-top: 0; margin-bottom: 16px; font-size: clamp(1.65rem, 3vw, 2.7rem); }
.sgd-content-section p:last-child, .sgd-content-section ul:last-child { margin-bottom: 0; }
.sgd-content-section li { margin: 7px 0; }
.entry-content > .alignwide { max-width: 1120px; margin-left: 50%; transform: translateX(-50%); width: min(1120px, calc(100vw - 40px)); }
.entry-content > .alignfull { max-width: none; margin-left: 50%; transform: translateX(-50%); width: 100vw; }
.entry-content h2 { margin-top: 2em; font-size: clamp(2rem, 4vw, 3.5rem); }
.entry-content h3 { margin-top: 1.8em; }
.entry-content a { text-decoration: underline; text-underline-offset: 4px; }
.page-featured-image { margin: 0 0 48px; }
.page-featured-image img { width: 100%; border-radius: var(--sgd-radius); }
.post-list { display: grid; gap: 22px; }
.list-card { display: grid; grid-template-columns: minmax(220px, 38%) 1fr; gap: 28px; padding: 18px; border: 1px solid var(--sgd-line); border-radius: var(--sgd-radius); }
.list-card__image img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.list-card time { display: block; margin-bottom: 8px; color: var(--sgd-mid); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.list-card h2 { margin-bottom: 12px; font-size: clamp(1.5rem, 2.5vw, 2.4rem); }
.list-card p { color: var(--sgd-mid); font-size: .92rem; }
.error-page { text-align: center; }

/* External feeds and official sports widgets */
.sports-widget { max-width: 980px; margin: 28px 0; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--sgd-line); border-radius: var(--sgd-radius); background: var(--sgd-white); }
.sports-widget--setup { background: #fff9e7; border-color: rgba(181,132,0,.28); }
.sports-widget strong { display: block; margin-bottom: 10px; font-size: 1.25rem; }
.sports-widget p { color: var(--sgd-mid); }
.external-widget__consent { max-width: 680px; }
.external-widget__consent[hidden] { display: none; }
.external-widget__grid { display: grid; gap: 28px; }
.external-widget__target:empty { display: none; }
.external-widget__target:not(:empty) { min-width: 0; overflow-x: auto; padding-top: 14px; }
.external-widget.has-error::after { content: "Der externe Inhalt konnte nicht geladen werden. Bitte versuche es später erneut."; display: block; margin-top: 16px; color: #a31621; font-weight: 700; }

/* Teichstube enquiry */
.enquiry-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(34px, 7vw, 86px); margin-top: 38px; padding: clamp(28px, 5vw, 62px); border-radius: var(--sgd-radius-lg); background: var(--sgd-offwhite); }
.enquiry-panel__intro h2 { margin-top: 0; font-size: clamp(2rem, 4vw, 3.7rem); }
.enquiry-panel__intro > p:not(.eyebrow) { color: var(--sgd-mid); }
.enquiry-form { display: grid; gap: 18px; }
.enquiry-form label > span { display: block; margin-bottom: 7px; font-size: .82rem; font-weight: 800; }
.enquiry-form input:not([type="checkbox"]), .enquiry-form textarea { width: 100%; border: 1px solid rgba(16,16,16,.22); border-radius: 10px; background: var(--sgd-white); padding: 13px 14px; color: var(--sgd-black); }
.enquiry-form input:focus, .enquiry-form textarea:focus { outline: 3px solid rgba(215,178,51,.45); border-color: var(--sgd-black); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.form-consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--sgd-black); }
.form-consent span { margin: 0!important; font-size: .76rem!important; font-weight: 600!important; }
.form-consent a { text-decoration: underline; }
.form-required { margin: -8px 0 0; color: var(--sgd-mid); font-size: .72rem; }
.form-honeypot { position: absolute; left: -9999px; }
.form-notice { padding: 14px 16px; border-radius: 10px; font-weight: 700; }
.form-notice--success { background: #e4f4e9; color: #165f33; }
.form-notice--error { background: #fde8e8; color: #921d24; }

@media (max-width: 1120px) {
    .primary-nav__list { gap: 18px; }
    .primary-nav__list a { font-size: .8rem; }
    .nav-cta { display: none; }
    .quick-links__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    :root { --sgd-header-height: 86px; }
    .container, .container-wide { width: min(100% - 32px, var(--sgd-container)); }
    .site-header__inner { min-height: var(--sgd-header-height); }
    .brand__crest { width: 42px; height: 48px; }
    .brand__text small { display: none; }
    .nav-toggle { display: inline-flex; z-index: 1010; }
    .primary-nav {
        position: fixed;
        inset: 0;
        z-index: 1005;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding: 90px 28px 44px;
        background: var(--sgd-black);
        color: var(--sgd-white);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
        overflow-y: auto;
    }
    .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .primary-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
    .primary-nav__list a { padding: 12px 0; font-size: clamp(1.55rem, 7vw, 2.5rem); font-weight: 700; letter-spacing: -.03em; }
    .primary-nav__list > li > a::after { display: none; }
    .primary-nav__list .sub-menu { position: static; min-width: 0; padding: 0 0 10px 18px; border: 0; background: transparent; color: inherit; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .primary-nav__list .sub-menu a { padding: 6px 0; font-size: 1rem; color: rgba(255,255,255,.65); }
    .nav-cta { display: inline-flex; align-self: flex-start; margin-top: 22px; background: var(--sgd-white)!important; color: var(--sgd-black)!important; }
    .site-header.is-scrolled .nav-toggle[aria-expanded="true"],
    body:not(.sgd-front-page) .nav-toggle[aria-expanded="true"] { color: var(--sgd-white); }

    .hero { min-height: 790px; }
    .hero__image { object-position: 51% 50%; }
    .hero__overlay { background: linear-gradient(0deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.45) 64%, rgba(0,0,0,.24) 100%); }
    .hero__content { padding-bottom: 70px; }
    .hero h1 { font-size: clamp(3.3rem, 12vw, 5.8rem); }
    .hero__scroll { display: none; }
    .section-heading { grid-template-columns: 1fr; gap: 22px; }
    .sport-grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .sport-card, .sport-card--large { grid-row: auto; min-height: 460px; }
    .jfv-band__inner { grid-template-columns: 100px 1fr; }
    .jfv-band__inner img { width: 94px; }
    .jfv-band__inner .button { grid-column: 2; justify-self: start; }
    .news-grid { grid-template-columns: 1fr; }
    .instagram-feeds { grid-template-columns: 1fr; }
    .identity-grid { grid-template-columns: 1fr; }
    .story-grid, .teichstube-grid { grid-template-columns: 1fr; }
    .teichstube-copy { order: 1; }
    .teichstube-gallery { min-height: 520px; }
    .site-footer__top { grid-template-columns: 1fr; }
    .enquiry-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    body { font-size: 16px; padding-bottom: 68px; }
    .section { padding: 72px 0; }
    .section--tight { padding: 18px 0; }
    .brand { min-width: 0; }
    .brand__text strong { font-size: .92rem; }
    .nav-toggle__label { display: none; }

    .hero { min-height: 760px; }
    .hero__image { object-position: 51% 42%; }
    .hero__content { padding-top: 150px; padding-bottom: 54px; }
    .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); margin-bottom: 18px; }
    .hero__lead { font-size: 1.08rem; }
    .button-row { align-items: stretch; }
    .button-row .button { width: 100%; }
    .hero-social a { flex: 1 1 calc(50% - 6px); padding-right: 12px; }
    .hero-social a:last-child { flex-basis: 100%; }

    .quick-links { margin-top: -12px; }
    .quick-links__grid { grid-template-columns: 1fr 1fr; gap: 9px; }
    .quick-link { min-height: 118px; grid-template-columns: 1fr auto; align-content: center; padding: 16px; }
    .quick-link__icon { display: none; }
    .quick-link__arrow { grid-column: 2; grid-row: 1; }
    .quick-link strong { font-size: .88rem; }
    .quick-link small { font-size: .67rem; }

    .section-heading--inline { display: block; }
    .section-heading--inline .text-link { display: inline-block; margin-top: 18px; }
    .sponsor-carousel__heading { align-items: center; }
    .sponsor-carousel__heading h2 { font-size: 1.75rem; }
    .sponsor-carousel__controls button { width: 42px; height: 42px; }
    .sponsor-logo { width: 205px; height: 118px; padding: 17px; }
    .sport-card, .sport-card--large { min-height: 420px; border-radius: 18px; }
    .sport-card__content { padding: 24px; }
    .sport-card__content strong,
    .sport-card:not(.sport-card--large) .sport-card__content strong { font-size: 2.5rem; }

    .jfv-band__inner { grid-template-columns: 74px 1fr; gap: 20px; }
    .jfv-band__inner img { width: 70px; }
    .jfv-band h2 { font-size: 2rem; }
    .jfv-band p:not(.eyebrow) { font-size: .88rem; }
    .jfv-band__inner .button { grid-column: 1 / -1; width: 100%; }

    .news-card__body { padding: 22px; }
    .stats-grid div { min-height: 140px; padding: 20px; }
    .stats-grid strong { font-size: 2.75rem; }
    .stats-grid span { font-size: .64rem; }

    .location-feature { min-height: 650px; }
    .location-feature > img { object-position: 55% 50%; }
    .location-feature h2 { font-size: 3rem; }
    .venue-cards { grid-template-columns: 1fr; }
    .venue-card { grid-template-columns: 118px 1fr; min-height: 125px; }

    .story-image__badge { right: -8px; bottom: -22px; width: 45%; padding: 10px; }
    .teichstube-gallery { min-height: 410px; }
    .teichstube-gallery__main { inset: 0 10% 12% 0; width: 90%; height: 88%; }
    .teichstube-gallery__small { width: 48%; height: 44%; border-width: 5px; }

    .sponsors-box { padding: 28px 20px; border-radius: 22px; }
    .site-footer__top { padding-top: 56px; padding-bottom: 38px; }
    .site-footer__brand { align-items: flex-start; }
    .site-footer__links { gap: 26px; }
    .site-footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 20px 0 88px; }

    .mobile-quick-nav {
        position: fixed;
        z-index: 990;
        bottom: 0;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        min-height: 68px;
        padding-bottom: env(safe-area-inset-bottom);
        border-top: 1px solid rgba(0,0,0,.1);
        background: rgba(255,255,255,.96);
        color: var(--sgd-black);
        box-shadow: 0 -8px 30px rgba(0,0,0,.08);
        backdrop-filter: blur(14px);
    }
    .mobile-quick-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 8px 2px; font-size: .61rem; font-weight: 800; }
    .mobile-quick-nav span { font-size: 1.02rem; }

    .page-header { margin-bottom: 30px; }
    .page-header h1 { font-size: 3.2rem; }
    .list-card { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .enquiry-panel { padding: 24px 18px; border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
