*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { line-height: 1.5; -webkit-font-smoothing: antialiased; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; }
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } }
@media (max-width: 768px) { body { padding-left: 6px; padding-right: 6px; } }

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/brumal-harbor/icons/cormorant-garamond-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/brumal-harbor/icons/cormorant-garamond-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/brumal-harbor/icons/open-sans-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/brumal-harbor/icons/open-sans-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("/brumal-harbor/icons/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("/brumal-harbor/icons/fa-regular-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fa-solid,
.fa-regular {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    display: inline-block;
    line-height: 1;
}
.fa-solid { font-weight: 900; }
.fa-regular { font-weight: 400; }

.fa-circle::before { content: "\f111"; }
.fa-house::before { content: "\f015"; }
.fa-user-plus::before { content: "\f234"; }
.fa-key::before { content: "\f084"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-circle-check::before { content: "\f058"; }

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f0f8ff;
    color: #0e1720;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; }
h1 { font-weight: 700; }
@media (max-width: 480px) { h1 { font-family: 'Cormorant Garamond', serif; } }

img[srcset] { width: auto; height: auto; }
@media (min-width: 1201px) { img[srcset] { max-width: 1200px; } }
@media (min-width: 721px) and (max-width: 1200px) { img[srcset] { max-width: 720px; } }
@media (max-width: 720px) { img[srcset] { max-width: 360px; } }

@media (prefers-contrast: high) { body { background-color: #ffffff; color: #000000; } }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.age-hidden, .jku-hidden {
    display: none !important;
}

.age-ribbon {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 9999;
    background: #2b1650;
    color: #ffffff;
    border-left: 4px solid #7a3ff2;
    padding: 24px;
    width: 320px;
    max-width: 90vw;
    box-shadow: 0 4px 20px rgba(43, 22, 80, 0.32);
    border-radius: 8px 0 0 8px;
}
.ribbon-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #d7c8ff;
}
.ribbon-text {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.4;
}
.ribbon-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.ribbon-accept, .ribbon-decline {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 1;
    min-width: 120px;
}
.ribbon-accept {
    background: #7a3ff2;
    color: white;
}
.ribbon-accept:hover, .ribbon-accept:focus {
    background: #6932e6;
}
.ribbon-decline {
    background: #4b1fb8;
    color: white;
}
.ribbon-decline:hover, .ribbon-decline:focus {
    background: #3f199b;
}

.jku-tray {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9998;
    background: #1f0f3c;
    color: #ffffff;
    padding: 18px 24px;
    width: 90%;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 -2px 15px rgba(31, 15, 60, 0.26);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.tray-text {
    font-size: 0.95rem;
    line-height: 1.4;
    flex: 1;
    min-width: 300px;
}
.tray-link {
    color: #d7c8ff;
    text-decoration: underline;
}
.tray-link:hover {
    color: #ffffff;
}
.tray-confirm {
    background: #5a2fb8;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}
.tray-confirm:hover, .tray-confirm:focus {
    background: #4b1fb8;
}

.rink-top {
    background: #2b1650;
    color: white;
    padding: 16px 0;
    position: relative;
}
.top-frame {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}
.rink-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}
.brand-glyph {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.brand-name {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #f6f0ff;
}
.puck-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background 0.2s ease;
}
.puck-toggle:hover {
    background: rgba(255, 255, 255, 0.12);
}
.puck-toggle[aria-expanded="true"] .fa-circle::before {
    content: "\f00d";
}
.rink-nav {
    display: flex;
}
.nav-list {
    display: flex;
    list-style: none;
    gap: 28px;
}
.nav-link {
    color: #d7c8ff;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
    padding: 6px 0;
}
.nav-link:hover, .nav-link:focus {
    color: #ffffff;
}
.nav-link::before {
    font-size: 1.1em;
}


@media (max-width: 992px) {
    .age-ribbon {
        width: 280px;
        padding: 20px;
    }
    .jku-tray {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .tray-text {
        min-width: auto;
    }
}

@media (max-width: 768px) {
    .top-frame {
        padding: 0 16px;
        flex-wrap: wrap;
    }
    .puck-toggle {
        display: block;
        order: 2;
    }
    .rink-brand {
        order: 1;
        flex: 1;
    }
    .rink-nav {
        order: 3;
        width: 100%;
        display: none;
        margin-top: 16px;
    }
    .rink-nav[data-nav-visible] {
        display: block;
    }
   .nav-list {
        flex-direction: column;
        gap: 0;
        background: #1f0f3c;
        border-radius: 8px;
        overflow: hidden;
    }
    .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .nav-item:last-child {
        border-bottom: none;
    }
    .nav-link {
        padding: 14px 20px;
        justify-content: flex-start;
    }
    .age-ribbon {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 20px auto;
        border-radius: 8px;
        border-left: none;
        border-top: 4px solid #7a3ff2;
    }
    .jku-tray {
        width: 95%;
        bottom: 10px;
    }
}

@media (max-width: 480px) {
    .brand-name {
        font-size: 1.1rem;
    }
    .ribbon-actions {
        flex-direction: column;
    }
    .ribbon-accept, .ribbon-decline {
        width: 100%;
    }
}

.ice-countdown {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    background: linear-gradient(135deg, #2b1650 0%, #7b3ff2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sbfew-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.sbfew-center {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}
.sbfew-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    color: #f6f0ff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sbfew-text {
    font-size: 1.2rem;
    color: #d7c8ff;
    margin-bottom: 40px;
    line-height: 1.6;
}
.sbfew-prize {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 700;
    color: #a78bff;
    margin-bottom: 40px;
    text-shadow: 0 0 20px rgba(122, 63, 242, 0.22);
}
.sbfew-timer {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.timer-unit {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    min-width: 120px;
    border: 1px solid rgba(215, 200, 255, 0.22);
}
.fhbfr-value {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #f6f0ff;
    line-height: 1;
}
.fhbfr-label {
    display: block;
    font-size: 1rem;
    color: #d7c8ff;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sbfew-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.sbfew-link {
    padding: 16px 40px;
    border-radius: 8px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    min-width: 180px;
}
.sbfew-login {
    background: #5a2fb8;
    color: white;
}
.sbfew-login:hover {
    background: #4b1fb8;
    transform: translateY(-2px);
}
.sbfew-register {
    background: #7a3ff2;
    color: white;
}
.sbfew-register:hover {
    background: #6932e6;
    transform: translateY(-2px);
}

.pack-stack {
    padding: 100px 0;
    background: #f7f5ff;
}
.lkgfdc-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.lkgfdc-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    color: #2b1650;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.lkgfdc-description {
    text-align: center;
    color: #5a2fb8;
    font-size: 1.1rem;
    margin-bottom: 60px;
    line-height: 1.6;
}
.lkgfdc-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.lkgfdc-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(43, 22, 80, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}
.lkgfdc-card:hover {
    transform: translateY(-5px);
    border-color: #7a3ff2;
    box-shadow: 0 15px 40px rgba(43, 22, 80, 0.14);
}
.sfjt-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #2b1650;
    margin-bottom: 15px;
}
.sfjt-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #5a2fb8;
    margin-bottom: 25px;
}
.sfjt-features {
    list-style: none;
    margin-bottom: 30px;
}
.feature-item {
    padding: 10px 0;
    color: #1f0f3c;
    border-bottom: 1px solid #f1ecff;
    display: flex;
    align-items: center;
}
.feature-item::before {
    content: "✓";
    color: #7a3ff2;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
}
.sfjt-action {
    display: inline-block;
    padding: 14px 32px;
    background: #2b1650;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    transition: background 0.3s ease;
}
.sfjt-action:hover {
    background: #1f0f3c;
}
.sfjt-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #7a3ff2;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}


@media (max-width: 768px) {
    .ice-countdown {
        min-height: 600px;
    }
    .sbfew-title {
        font-size: 2.5rem;
    }
    .sbfew-prize {
        font-size: 3rem;
    }
    .timer-unit {
        min-width: 90px;
        padding: 15px;
    }
    .fhbfr-value {
        font-size: 2.2rem;
    }
    .sbfew-canvas {
        animation: none;
    }
    .lkgfdc-heading {
        font-size: 2.2rem;
    }
    .lkgfdc-card {
        padding: 30px 25px;
    }
    .sfjt-title {
        font-size: 1.7rem;
    }
    .sfjt-price {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .sbfew-timer {
        gap: 15px;
    }
    .timer-unit {
        min-width: 70px;
        padding: 12px;
    }
    .fhbfr-value {
        font-size: 1.8rem;
    }
    .fhbfr-label {
        font-size: 0.9rem;
    }
    .sbfew-link {
        min-width: 140px;
        padding: 14px 25px;
    }
    .feature-item {
        font-size: 0.95rem;
    }
}

.partner-grid {
    padding: 80px 0;
    background: #092c00;
}
.djnt-frame {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.djnt-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    color: #f6f0ff;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.djnt-text {
    text-align: center;
    color: #d7c8ff;
    font-size: 1.1rem;
    margin-bottom: 50px;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.djnt-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.djnt-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 80px;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.djnt-link:hover {
    transform: translateY(-5px);
    border-color: #7a3ff2;
    box-shadow: 0 10px 20px rgba(43, 22, 80, 0.25);
}
.link-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(35%);
    transition: filter 0.3s ease;
}
.djnt-link:hover .link-image {
    filter: grayscale(0%);
}

.rink-bottom {
    background: #1f0f3c;
    color: #d7c8ff;
    padding: 60px 0 30px;
}
.lamd-frame {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.lamd-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(215, 200, 255, 0.25);
}
.lamd-link {
    color: #f6f0ff;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    padding: 5px 0;
}
.lamd-link:hover {
    color: #7a3ff2;
}
.lamd-warning {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10px;
}
.lspp-age {
    display: inline-block;
    background: #7a3ff2;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.lspp-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    color: #f6f0ff;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.lspp-details {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #b8a6ff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.lspp-message {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #d7c8ff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.lamd-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(215, 200, 255, 0.15);
    font-size: 0.9rem;
    color: #b8a6ff;
}

.copyright-year, .copyright-name {
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .partner-grid {
        padding: 60px 0;
    }
    .djnt-heading {
        font-size: 2rem;
    }
    .djnt-links {
        gap: 20px;
    }
    .djnt-link {
        width: 140px;
        height: 70px;
    }
    .lamd-links {
        gap: 15px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .lamd-link {
        font-size: 0.9rem;
    }
    .lspp-age {
        font-size: 1.7rem;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .lspp-text {
        font-size: 1.3rem;
    }
    .lspp-details, .lspp-message {
        font-size: 0.8rem;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .djnt-heading {
        font-size: 1.7rem;
    }
    .djnt-links {
        gap: 15px;
    }
    .djnt-link {
        width: 120px;
        height: 60px;
    }
    .lamd-links {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}
