/*
 * Gipfel, Gäste & Geschichten
 * Marken-CSS + lokale Webfonts
 *
 * Fonts liegen in:
 * /assets/fonts/
 */

/* =========================================================
   1. LOKALE SCHRIFTEN
   ========================================================= */

/* Oswald – 500 */
@font-face {
    font-family: "Oswald";
    src:
        url("../fonts/oswald-500-latin-ext.woff2") format("woff2"),
        url("../fonts/oswald-500-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

/* Oswald – 600 */
@font-face {
    font-family: "Oswald";
    src:
        url("../fonts/oswald-600-latin-ext.woff2") format("woff2"),
        url("../fonts/oswald-600-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

/* Oswald – 700 */
@font-face {
    font-family: "Oswald";
    src:
        url("../fonts/oswald-700-latin-ext.woff2") format("woff2"),
        url("../fonts/oswald-700-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* Kaushan Script – 400 */
@font-face {
    font-family: "Kaushan Script";
    src:
        url("../fonts/kaushan-script-400-latin-ext.woff2") format("woff2"),
        url("../fonts/kaushan-script-400-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Source Sans 3 – 400 */
@font-face {
    font-family: "Source Sans 3";
    src:
        url("../fonts/source-sans-3-400-latin-ext.woff2") format("woff2"),
        url("../fonts/source-sans-3-400-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Source Sans 3 – 600 */
@font-face {
    font-family: "Source Sans 3";
    src:
        url("../fonts/source-sans-3-600-latin-ext.woff2") format("woff2"),
        url("../fonts/source-sans-3-600-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

/* Source Sans 3 – 700 */
@font-face {
    font-family: "Source Sans 3";
    src:
        url("../fonts/source-sans-3-700-latin-ext.woff2") format("woff2"),
        url("../fonts/source-sans-3-700-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}


/* =========================================================
   2. MARKENFARBEN
   ========================================================= */

:root {
    --ggg-huettenkreide: #F5F0E6;
    --ggg-huettenschwarz: #1E2220;
    --ggg-rostrot: #B84E2D;
    --ggg-tannengruen: #33483D;
    --ggg-schieferblau: #53636A;
    --ggg-altolz: #8A6A4A;
    --ggg-weiss: #FFFFFF;
}


/* =========================================================
   3. GRUNDLEGENDE TYPOGRAFIE
   ========================================================= */

/*
 * Wir setzen hier bewusst nur die Schriftfamilien.
 * Größen, Abstände und konkrete Farben bleiben vorerst
 * unter der Kontrolle von GeneratePress.
 */

body {
    font-family: "Source Sans 3", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

.site-title,
.main-title {
    font-family: "Oswald", sans-serif;
}

.main-navigation,
.main-navigation a {
    font-family: "Oswald", sans-serif;
}


/* =========================================================
   4. HANDSCHRIFT-AKZENT
   ========================================================= */

/*
 * Für Elemente, denen wir später die Klasse
 * .ggg-script geben, z. B.:
 *
 * Zwei auf Hütte
 *
 * Wichtig: Wir wenden Kaushan Script nicht global an.
 */

.ggg-script {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
}


/* =========================================================
   5. KLEINE BASIS-OPTIMIERUNGEN
   ========================================================= */

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

/* =========================================================
   6. GGG FOOTER – Zwei auf Hütte
   ========================================================= */
.ggg-footer {
    --footer-bg: #18352b;
    --footer-bg-deep: #122a22;
    --footer-cream: #f5f0e4;
    --footer-muted: #d8d5c8;
    --footer-gold: #c4944d;
    --footer-line: rgba(245,240,228,.20);
    background: var(--footer-bg);
    color: var(--footer-cream);
    margin-top: 0;
    font-family: "Source Sans 3", sans-serif;
}
.ggg-footer * { box-sizing: border-box; }
.ggg-footer-top { padding: 72px 24px 58px; }
.ggg-footer-inner { max-width: 1280px; margin: 0 auto; }
.ggg-footer-grid { display: grid; grid-template-columns: minmax(300px, 1.15fr) minmax(360px, 1.2fr) minmax(300px, 1.15fr); gap: 42px; align-items: stretch; }
.ggg-footer-card { border: 1px solid var(--footer-line); border-radius: 15px; padding: 38px 36px; position: relative; overflow: hidden; background: rgba(255,255,255,.015); }
.ggg-footer-about { min-height: 470px; }
.ggg-footer-affiliate { min-height: 470px; }
.ggg-footer-label { color: var(--footer-gold); font: 700 13px/1.2 "Oswald", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.ggg-footer-label .ggg-icon { font-family: "Source Sans 3", sans-serif; font-size: 19px; margin-right: 9px; vertical-align: -1px; }
.ggg-footer h2 { color: var(--footer-cream); font: 600 clamp(30px,3vw,44px)/1.04 "Oswald", sans-serif; margin: 28px 0 22px; letter-spacing: -.01em; }
.ggg-footer-about p, .ggg-footer-affiliate p { color: var(--footer-muted); font: 400 17px/1.58 "Source Sans 3", sans-serif; margin: 0 0 17px; max-width: 460px; }
.ggg-footer-about strong, .ggg-footer-affiliate strong { color: var(--footer-cream); }
.ggg-footer-button { display: inline-flex; align-items: center; gap: 12px; margin-top: 14px; padding: 12px 18px; border-radius: 7px; background: var(--footer-gold); color: #fffaf0!important; font: 700 14px/1 "Oswald", sans-serif; letter-spacing: .07em; text-decoration: none!important; }
.ggg-footer-button span { font-size: 18px; line-height: 0; }
.ggg-footer-navigation { display: grid; grid-template-columns: 1.2fr .9fr; gap: 28px; align-content: center; padding: 12px 0; }
.ggg-footer-linkgroup { min-width: 0; }
.ggg-footer-linkgroup + .ggg-footer-linkgroup { border-left: 1px solid var(--footer-line); padding-left: 28px; }
.ggg-footer-linkgroup .ggg-footer-label { margin-bottom: 18px; }
.ggg-footer-linkgroup a { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--footer-line); color: var(--footer-cream); font: 400 17px/1.2 "Source Sans 3", sans-serif; text-decoration: none; }
.ggg-footer-linkgroup a span { width: 18px; color: var(--footer-gold); text-align: center; font-size: 17px; }
.ggg-footer-linkgroup a:hover { color: var(--footer-gold); }
.ggg-footer-art { position: absolute; color: rgba(196,148,77,.38); font-size: 42px; letter-spacing: 12px; line-height: 1; }
.ggg-footer-art-left { bottom: 18px; left: 28px; transform: scaleX(1.4); }
.ggg-footer-art-right { right: 28px; bottom: 18px; font-size: 38px; }
.ggg-footer-brand { border-top: 1px solid var(--footer-line); border-bottom: 1px solid var(--footer-line); padding: 34px 24px; }
.ggg-footer-brand-inner { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.ggg-footer-brand-copy { position: relative; padding-left: 2px; }
.ggg-footer-mountain-mark { color: var(--footer-gold); font: 700 25px/1 "Oswald", sans-serif; letter-spacing: 7px; margin-bottom: 7px; }
.ggg-footer-brand-copy > strong { display: block; color: var(--footer-cream); font: 700 clamp(29px,4vw,52px)/.98 "Oswald", sans-serif; letter-spacing: .025em; }
.ggg-footer-brand-copy > span { display: block; margin-top: 9px; color: var(--footer-gold); font: 400 clamp(20px,2vw,30px)/1.1 "Kaushan Script", cursive; }
.ggg-footer-signature { color: var(--footer-gold); text-align: right; font: 400 28px/1.05 "Kaushan Script", cursive; white-space: nowrap; }
.ggg-footer-signature strong { font: 400 clamp(30px,3.2vw,46px)/1.05 "Kaushan Script", cursive; }
.ggg-footer-meta { background: var(--footer-bg-deep); padding: 16px 24px; }
.ggg-footer-meta-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: var(--footer-muted); font: 400 14px/1.4 "Source Sans 3", sans-serif; }
.ggg-footer-social { display: flex; gap: 18px; font-size: 20px; color: var(--footer-cream); }
.ggg-footer-top { padding: 0; color: var(--footer-cream); text-decoration: none; justify-self: end; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.07); font-size: 22px; }
@media (max-width: 950px) {
    .ggg-footer-grid { grid-template-columns: 1fr 1fr; }
    .ggg-footer-about { grid-row: span 2; }
    .ggg-footer-affiliate { grid-column: 1/-1; min-height: auto; }
}
@media (max-width: 700px) {
    .ggg-footer-top { padding: 42px 18px 36px; }
    .ggg-footer-grid { grid-template-columns: 1fr; gap: 22px; }
    .ggg-footer-about { grid-row: auto; min-height: 0; }
    .ggg-footer-affiliate { grid-column: auto; min-height: 0; }
    .ggg-footer-navigation { grid-template-columns: 1fr; gap: 28px; padding: 8px 4px; }
    .ggg-footer-linkgroup + .ggg-footer-linkgroup { border-left: 0; border-top: 1px solid var(--footer-line); padding: 26px 0 0; }
    .ggg-footer-card { padding: 28px 24px; }
    .ggg-footer h2 { font-size: 34px; }
    .ggg-footer-brand { padding: 30px 18px; }
    .ggg-footer-brand-inner { align-items: flex-start; flex-direction: column; gap: 26px; }
    .ggg-footer-signature { text-align: left; }
    .ggg-footer-meta-inner { grid-template-columns: 1fr auto; }
    .ggg-footer-meta-inner > span { grid-column: 1/-1; grid-row: 2; }
}
