@font-face {
    font-family: "GC EPICPRO";
    src: url("https://truenorthtunesmusic.ca/assets/fonts/GC%20EPICPRO.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("https://truenorthtunesmusic.ca/assets/fonts/static/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

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

html {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1.6vh, 16px);
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

.page {
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(12px, 2.5vh, 32px) clamp(16px, 3vw, 24px);
    overflow: hidden;
}

.claim-shell {
    position: relative;
    width: 100%;
    max-width: 560px;
    max-height: 100%;
    border: 1px solid #d9d9d9;
    padding: clamp(24px, 4vh, 44px) clamp(24px, 4vw, 40px) clamp(26px, 4vh, 48px);
    background: #ffffff;
    overflow: hidden;
}

.claim-topbar {
    display: flex;
    justify-content: flex-end;
    margin: clamp(-8px, -1vh, -4px) 0 clamp(8px, 1.5vh, 12px);
}

.lang-toggle {
    background: transparent;
    border: none;
    color: #000000;
    padding: 4px 8px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: clamp(12px, 1.6vh, 14px);
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.lang-toggle:hover {
    opacity: 0.65;
}

.lang-active {
    font-weight: 700;
    opacity: 1;
}

.lang-inactive {
    opacity: 0.45;
}

.claim-header {
    margin-bottom: clamp(18px, 3.5vh, 32px);
    text-align: center;
}

.claim-header h1 {
    margin: 0 0 clamp(8px, 1.5vh, 14px);
    font-family: "GC EPICPRO", "Arial Black", Arial, sans-serif;
    font-size: clamp(1.4rem, 3.5vh, 2.1rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.08;
    color: #000000;
}

.intro {
    margin: 0;
    text-align: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: clamp(13px, 1.8vh, 16px);
    font-weight: 700;
    line-height: 1.45;
    color: #000000;
}

#top100ClaimForm {
    display: flex;
    flex-direction: column;
}

.field {
    margin-bottom: clamp(16px, 2.8vh, 24px);
}

.field label {
    display: block;
    margin-bottom: clamp(6px, 1vh, 10px);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: clamp(11px, 1.4vh, 13px);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
}

.field input {
    width: 100%;
    padding: clamp(10px, 1.6vh, 14px) clamp(12px, 2vw, 16px);
    border: 1px solid #000000;
    border-radius: 0;
    background: #ffffff;
    color: #000000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1.8vh, 16px);
    font-weight: 700;
}

.field input::placeholder {
    color: #727272;
    font-weight: 700;
}

.field input:focus {
    outline: 2px solid #000000;
    outline-offset: 1px;
}

.checkbox-group {
    margin: clamp(4px, 1vh, 8px) 0 clamp(16px, 3vh, 28px);
    padding: 0;
    border: 0;
}

.checkbox-label {
    display: flex;
    gap: clamp(8px, 1.2vh, 12px);
    align-items: flex-start;
    margin-bottom: clamp(12px, 2vh, 18px);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: clamp(12px, 1.7vh, 15px);
    font-weight: 700;
    line-height: 1.45;
    color: #000000;
    cursor: pointer;
}

.checkbox-label:last-child {
    margin-bottom: 0;
}

.checkbox-label input {
    margin-top: 3px;
    flex-shrink: 0;
    width: clamp(15px, 2vh, 18px);
    height: clamp(15px, 2vh, 18px);
    accent-color: #000000;
    cursor: pointer;
}

.link {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.link:hover {
    color: #000000;
    opacity: 0.7;
}

.form-message {
    min-height: 1em;
    margin: 0 0 clamp(10px, 2vh, 18px);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: clamp(12px, 1.6vh, 14px);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.form-message:empty {
    min-height: 0;
    margin-bottom: clamp(6px, 1.2vh, 12px);
}

.form-message--error,
.form-message--success {
    color: #000000;
}

.submit-wrap {
    display: flex;
    justify-content: center;
}

.submit-btn {
    display: inline-block;
    padding: clamp(11px, 1.8vh, 14px) clamp(28px, 5vw, 40px);
    border: 0;
    border-radius: 999px;
    background: #d9d9d9;
    color: #000000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1.8vh, 16px);
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.submit-btn:hover:not(:disabled) {
    background: #b3b3b3;
}

.submit-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-height: 680px) {
    .claim-header h1 {
        font-size: clamp(1.25rem, 3vh, 1.65rem);
    }

    .checkbox-label {
        font-size: clamp(11px, 1.55vh, 13px);
        line-height: 1.38;
        margin-bottom: clamp(8px, 1.6vh, 12px);
    }

    .field {
        margin-bottom: clamp(12px, 2.2vh, 18px);
    }
}

@media (max-height: 560px) {
    .page {
        padding: 10px 14px;
    }

    .claim-shell {
        padding: 18px 20px 20px;
    }

    .claim-header {
        margin-bottom: 14px;
    }

    .claim-header h1 {
        margin-bottom: 6px;
        font-size: 1.2rem;
    }

    .intro {
        font-size: 12px;
        line-height: 1.35;
    }

    .field input {
        padding: 8px 12px;
    }

    .checkbox-group {
        margin-bottom: 12px;
    }

    .checkbox-label {
        font-size: 11px;
        gap: 7px;
        margin-bottom: 8px;
    }
}
