/* WildSage brand — WildSage_Brand_Guide_2022
   colours: purple #31006F / #60269E, fire #FF5F00, ice #63CFE3, gold #E69E6C, leather #794039
   type: La Belman Bold (title), Plateia Bold (heading), Forum Regular (body) */

@font-face {
    font-family: "La Belman Pro";
    src: url("../fonts/LaBelmanPro-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Plateia";
    src: url("../fonts/Plateia-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Forum";
    src: url("../fonts/Forum-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #31006f;
    color: #2b2b2b;
    font-family: "Forum", Georgia, serif;
    font-size: 15px;
    line-height: 1.7;
}

.page-header {
    background-color: #31006f;
    text-align: center;
    padding: 3rem 1rem 2rem;
}

.page-header img {
    max-width: 320px;
    width: 60%;
    height: auto;
}

.page-header h1 {
    font-family: "La Belman Pro", "Trebuchet MS", sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 5vw, 44px);
    color: #63cfe3;
    letter-spacing: 0.06em;
    margin: 1.5rem 0 0;
    text-transform: lowercase;
}

.page-content {
    background-color: #fdfbf7;
    max-width: 860px;
    margin: 0 auto;
    padding: 3rem clamp(1.25rem, 5vw, 4rem);
}

.page-content h2 {
    font-family: "Plateia", "Trebuchet MS", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #60269e;
    margin: 2.5rem 0 0.75rem;
}

.page-content a {
    color: #60269e;
    text-decoration: underline;
    text-decoration-color: #e69e6c;
    transition: color 0.2s ease;
    word-break: break-word;
}

.page-content a:hover,
.page-content a:focus {
    color: #ff5f00;
}

.page-content .updated {
    text-align: right;
    font-style: italic;
    color: #794039;
    margin-top: 3rem;
}

.legal-nav {
    font-family: "Plateia", "Trebuchet MS", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 2rem 1rem;
}

.legal-nav a {
    color: #63cfe3;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.legal-nav a:hover,
.legal-nav a:focus {
    color: #ff5f00;
    border-bottom-color: #ff5f00;
}

.legal-nav .separator {
    color: #e69e6c;
    margin: 0 0.75rem;
}
