.noscript-page {
    margin: 0;
    background: #0a0a0a;
    color: #f3efe0;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

.noscript-page a {
    color: #f3efe0;
    text-decoration: none;
}

.noscript-page a:hover {
    color: #d4af37;
}

.noscript-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

.noscript-utility {
    border-bottom: 1px solid #262626;
    background: #0a0a0a;
    padding: 0.5rem 1.5rem;
    font-size: 10px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(201, 196, 180, 0.85);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
}

.noscript-header {
    border-bottom: 1px solid #262626;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.noscript-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.noscript-brand img {
    height: 2.25rem;
    width: auto;
}

.noscript-brand p {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.8);
}

.noscript-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.noscript-nav a {
    color: rgba(243, 239, 224, 0.85);
}

.noscript-main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem 4rem;
}

.noscript-hero {
    position: relative;
    overflow: hidden;
    margin: 0 -1.5rem 2.5rem;
    min-height: clamp(360px, 62vh, 560px);
    display: flex;
    align-items: flex-end;
}

.noscript-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0.55;
}

.noscript-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0a0a0a 0%, rgba(10, 10, 10, 0.65) 45%, transparent 100%);
}

.noscript-hero__content {
    position: relative;
    padding: 2.5rem 1.5rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.noscript-eyebrow {
    margin: 0 0 0.75rem;
    color: #d4af37;
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-weight: 600;
}

.noscript-hero h1 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    line-height: 0.95;
    font-weight: 400;
    max-width: 14ch;
}

.noscript-lead {
    margin: 1.5rem 0 0;
    max-width: 42rem;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(243, 239, 224, 0.85);
}

.noscript-actions {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.noscript-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.5rem;
    border: 1px solid rgba(212, 175, 55, 0.55);
    background: #800020;
    color: #f3efe0;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
}

.noscript-btn--ghost {
    background: transparent;
    border-color: rgba(212, 175, 55, 0.25);
}

.noscript-intro {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    line-height: 1.35;
    margin: 0 0 2.5rem;
}

.noscript-section {
    margin-bottom: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #262626;
}

.noscript-section h2 {
    margin: 0 0 1rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.05;
    font-weight: 400;
}

.noscript-section p {
    margin: 0 0 1rem;
    color: #c9c4b4;
    max-width: 65ch;
}

.noscript-note {
    margin: 2rem 0 0;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: #121212;
    color: #c9c4b4;
    font-size: 14px;
}

.noscript-footer {
    border-top: 1px solid #262626;
    margin-top: 3rem;
    padding: 2.5rem 1.5rem 3rem;
    background: #0a0a0a;
}

.noscript-footer__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .noscript-footer__inner {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }
}

.noscript-footer h3 {
    margin: 0 0 1rem;
    font-size: 11px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #d4af37;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
}

.noscript-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.noscript-footer li {
    margin-bottom: 0.65rem;
    font-size: 14px;
    color: #c9c4b4;
}

.noscript-footer__disclaimer {
    grid-column: 1 / -1;
    font-size: 12px;
    color: rgba(201, 196, 180, 0.85);
    line-height: 1.7;
    max-width: 60rem;
}

.noscript-footer__copy {
    grid-column: 1 / -1;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(201, 196, 180, 0.8);
}
