/*
Theme Name: DJ Nicolay
Theme URI: https://djnicolay.com/
Author: DJ Nicolay
Author URI: https://djnicolay.com/
Description: Tema WordPress propio para DJ Nicolay, desarrollado sin constructores visuales ni dependencias de otros temas.
Version: 1.7.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: dj-nicolay
*/

:root {
    --dn-background: #121212;
    --dn-surface: #181818;
    --dn-surface-light: #202020;
    --dn-text: #ffffff;
    --dn-text-muted: rgba(255, 255, 255, 0.68);
    --dn-border: rgba(255, 255, 255, 0.12);
    --dn-accent: #f72616;
    --dn-accent-hover: #d91e10;
    --dn-container: 1200px;
    --dn-header-height: 96px;
    --dn-radius: 4px;
}

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

html {
    scroll-behavior: smooth;
    background: var(--dn-background);
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--dn-text);
    background: var(--dn-background);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
    top: 32px;
}

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

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--dn-accent);
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
[type="button"],
[type="submit"] {
    cursor: pointer;
}

:focus-visible {
    outline: 2px solid var(--dn-accent);
    outline-offset: 4px;
}

::selection {
    color: #fff;
    background: var(--dn-accent);
}

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

.screen-reader-text:focus {
    z-index: 100000;
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    color: #fff;
    background: var(--dn-accent);
    border-radius: var(--dn-radius);
}

.site-container {
    width: min(calc(100% - 64px), var(--dn-container));
    margin-inline: auto;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: var(--dn-header-height);
    background: rgba(18, 18, 18, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.16);
    -webkit-backdrop-filter: blur(24px) saturate(145%);
    backdrop-filter: blur(24px) saturate(145%);
}

.site-header__inner {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    gap: 36px;
    align-items: center;
    min-height: var(--dn-header-height);
}

.site-branding {
    justify-self: start;
}

.custom-logo-link,
.site-branding__link {
    display: inline-flex;
    align-items: center;
}

.custom-logo {
    width: auto;
    max-width: 190px;
    max-height: 52px;
}

.site-branding__logo {
    display: block;
    width: auto;
    max-width: 138px;
    max-height: 64px;
    object-fit: contain;
}

.site-branding__text {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-branding__text::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    background: var(--dn-accent);
    border-radius: 50%;
    vertical-align: 2px;
}

.primary-navigation {
    justify-self: center;
}

.primary-navigation .menu,
.primary-navigation ul,
.mobile-navigation .menu,
.mobile-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-navigation .menu {
    display: flex;
    align-items: center;
    gap: clamp(24px, 3vw, 42px);
}

.primary-navigation a {
    position: relative;
    display: block;
    padding: 36px 0 34px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: color 180ms ease;
}

.primary-navigation a::after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 25px;
    left: 0;
    height: 2px;
    background: var(--dn-accent);
    transition: right 180ms ease;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
    color: #fff;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after,
.primary-navigation .current-menu-item > a::after,
.primary-navigation .current_page_item > a::after {
    right: 0;
}

.site-header__actions {
    display: flex;
    justify-self: end;
    align-items: center;
    gap: 6px;
}

.header-action {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    transition: color 180ms ease, background-color 180ms ease;
}

.header-action:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.header-action svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.header-action__count {
    position: absolute;
    top: 1px;
    right: 0;
    display: grid;
    min-width: 17px;
    height: 17px;
    place-items: center;
    padding-inline: 4px;
    color: #fff;
    background: var(--dn-accent);
    border-radius: 20px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.account-menu {
    position: relative;
}

.account-menu__trigger {
    padding: 0;
    background: transparent;
    border: 0;
}

.account-menu__trigger::after {
    content: "";
    position: absolute;
    top: 100%;
    right: -12px;
    width: 190px;
    height: 14px;
}

.account-avatar {
    position: relative;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--dn-accent);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

.account-avatar__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.account-avatar__image.is-missing {
    display: none;
}

.account-menu__popover {
    position: absolute;
    z-index: 100;
    top: calc(100% + 12px);
    right: 0;
    min-width: 205px;
    padding: 8px;
    visibility: hidden;
    background: rgba(24, 24, 24, 0.97);
    border: 1px solid var(--dn-border);
    border-radius: 8px;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.48);
    opacity: 0;
    transform: translateY(-7px);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    backdrop-filter: blur(20px) saturate(140%);
    transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}

.account-menu:hover .account-menu__popover,
.account-menu:focus-within .account-menu__popover,
.account-menu.is-open .account-menu__popover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.account-menu__popover a {
    display: block;
    padding: 11px 12px;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.35;
}

.account-menu__popover a:hover,
.account-menu__popover a:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.account-menu__name {
    padding: 7px 12px 9px;
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid var(--dn-border);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mobile-menu-toggle,
.mobile-header-actions,
.mobile-drawer {
    display: none;
}

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 1px solid var(--dn-border);
    border-radius: 50%;
}

.mobile-menu-toggle svg,
.mobile-drawer__close svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.6;
    stroke-linejoin: round;
}

.mobile-navigation a {
    display: block;
    padding: 13px 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 4.8vw, 20px);
    font-weight: 400;
    letter-spacing: -0.02em;
}

.mobile-navigation .current-menu-item > a,
.mobile-navigation .current_page_item > a {
    color: var(--dn-accent);
}

.mobile-drawer__account {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}

.mobile-drawer__account svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.mobile-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 24px;
}

.mobile-social a {
    position: relative;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mobile-social a:hover,
.mobile-social a:focus-visible {
    color: #fff;
}

/* Content base. Discover will be designed in the next phase. */
.site-main {
    min-height: calc(100vh - var(--dn-header-height));
}

/* Portada: hero Descubrir */
.discover-hero {
    position: relative;
    display: flex;
    min-height: clamp(640px, calc(100vh - var(--dn-header-height)), 860px);
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: var(--dn-background);
    border-bottom: 1px solid var(--dn-border);
}

.discover-hero__media,
.discover-hero__shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    pointer-events: none;
}

.discover-hero__media {
    background-color: var(--dn-background);
    overflow: hidden;
}

.discover-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.discover-hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg, #121212 0%, #121212 24%, rgba(18, 18, 18, 0.96) 36%, rgba(18, 18, 18, 0.56) 54%, rgba(18, 18, 18, 0.08) 76%),
        linear-gradient(0deg, rgba(18, 18, 18, 0.32), transparent 32%);
}

.discover-hero__inner {
    width: min(calc(100% - 64px), var(--dn-container));
    margin-inline: auto;
    padding-block: 84px;
}

.discover-hero__content {
    width: min(720px, 60%);
}

.discover-hero__eyebrow {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.discover-hero__title {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.discover-hero__title-line {
    display: block;
    white-space: nowrap;
}

.discover-hero__rule {
    width: 116px;
    height: 4px;
    margin: 30px 0 28px;
    background: #fff;
    border-radius: 10px;
}

.discover-hero__lead {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.62;
}

.discover-hero__lead--mobile {
    display: none;
}

.discover-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.discover-button {
    display: inline-flex;
    min-width: 210px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--dn-radius);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.discover-button--primary {
    color: #fff;
    background: var(--dn-accent);
    border-color: var(--dn-accent);
}

.discover-button:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-2px);
}

.discover-button--primary:hover {
    background: var(--dn-accent-hover);
    border-color: var(--dn-accent-hover);
}

.discover-benefits {
    position: relative;
    z-index: 2;
    background: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.discover-benefits__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.discover-benefit {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
    padding: 30px 38px;
}

.discover-benefit + .discover-benefit {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.discover-benefit__icon.dashicons {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    color: #fff;
    font-size: 36px;
    line-height: 1;
}

.discover-benefit__content {
    min-width: 0;
}

.discover-benefit__title {
    margin: 0 0 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.discover-benefit p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.5;
}

.stage-carousel {
    overflow: hidden;
    padding: 88px 0 100px;
    background: #121212;
}

.stage-carousel__header {
    display: flex;
    width: min(calc(100% - 64px), var(--dn-container));
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin: 0 auto 34px;
}

.stage-carousel__eyebrow {
    margin: 0 0 9px;
    color: var(--dn-accent);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.stage-carousel__title {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.045em;
}

.stage-carousel__intro {
    margin: 14px 0 0;
    color: var(--dn-text-muted);
    font-size: 14px;
    line-height: 1.6;
}

.stage-carousel__controls {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
}

.stage-carousel__controls button,
.stage-lightbox__arrow,
.stage-lightbox__close {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0 0 4px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    font-size: 31px;
    line-height: 1;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.stage-carousel__controls button:hover,
.stage-lightbox__arrow:hover,
.stage-lightbox__close:hover {
    color: #fff;
    background: var(--dn-accent);
    border-color: var(--dn-accent);
}

.stage-carousel__controls button:disabled {
    opacity: 0.28;
    cursor: default;
}

.stage-carousel__viewport {
    overflow-x: auto;
    padding: 0 max(32px, calc((100vw - var(--dn-container)) * 0.5));
    scroll-behavior: smooth;
    scroll-padding-inline: max(32px, calc((100vw - var(--dn-container)) * 0.5));
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.stage-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.stage-carousel__track {
    display: flex;
    width: max-content;
    gap: 14px;
}

.stage-carousel__item {
    position: relative;
    width: calc((min(calc(100vw - 64px), var(--dn-container)) - 42px) * 0.25);
    flex: 0 0 auto;
    aspect-ratio: 1;
    overflow: hidden;
    padding: 0;
    background: #080808;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    scroll-snap-align: start;
}

.stage-carousel__item::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.34));
    opacity: 0;
    transition: opacity 220ms ease;
}

.stage-carousel__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.stage-carousel__item:hover img {
    transform: scale(1.035);
}

.stage-carousel__item:hover::after {
    opacity: 1;
}

.stage-lightbox {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 32px 84px;
    color: #fff;
    background: rgba(5, 5, 5, 0.94);
    border: 0;
}

.stage-lightbox[open] {
    display: grid;
    place-items: center;
}

.stage-lightbox::backdrop {
    background: rgba(0, 0, 0, 0.9);
}

.stage-lightbox img {
    max-width: min(86vw, 1080px);
    max-height: 88vh;
    border-radius: 8px;
    object-fit: contain;
}

.stage-lightbox__close {
    position: fixed;
    z-index: 2;
    top: 25px;
    right: 25px;
    padding-bottom: 3px;
    font-size: 28px;
}

.stage-lightbox__arrow {
    position: fixed;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.stage-lightbox__arrow--previous {
    left: 24px;
}

.stage-lightbox__arrow--next {
    right: 24px;
}

.content-shell {
    width: min(calc(100% - 64px), var(--dn-container));
    margin-inline: auto;
    padding-block: 72px 100px;
}

.entry-title,
.page-title {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(38px, 6vw, 70px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.entry-content {
    color: var(--dn-text-muted);
}

.entry-content a {
    color: var(--dn-accent);
}

/* Footer base */
.site-footer {
    background: #0e0e0e;
    border-top: 1px solid var(--dn-border);
}

.site-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-block: 32px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

@media (max-width: 1040px) {

    .stage-carousel__item {
        width: 42vw;
    }
    .site-header__inner {
        grid-template-columns: 1fr auto 1fr;
        gap: 14px;
    }

    .primary-navigation,
    .site-header__actions {
        display: none;
    }

    .mobile-menu-toggle {
        display: grid;
        justify-self: start;
    }

    .site-branding {
        justify-self: center;
    }

    .mobile-header-actions {
        display: flex;
        justify-self: end;
        align-items: center;
        gap: 2px;
    }

    .mobile-header-actions .header-action {
        width: 38px;
        height: 38px;
    }

    .mobile-drawer {
        position: fixed;
        z-index: 1200;
        inset: 0;
        display: block;
        visibility: hidden;
        background: rgba(0, 0, 0, 0);
        pointer-events: none;
        transition: visibility 0s linear 320ms, background-color 320ms ease;
    }

    .mobile-drawer.is-open {
        visibility: visible;
        background: rgba(0, 0, 0, 0.48);
        pointer-events: auto;
        transition-delay: 0s;
    }

    .mobile-drawer__panel {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        padding: max(20px, env(safe-area-inset-top)) 34px max(28px, env(safe-area-inset-bottom));
        background: rgba(18, 18, 18, 0.98);
        border-right: 1px solid var(--dn-border);
        box-shadow: 24px 0 70px rgba(0, 0, 0, 0.4);
        transform: translateX(-102%);
        transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .mobile-drawer.is-open .mobile-drawer__panel {
        transform: translateX(0);
    }

    .mobile-drawer__top {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        min-height: 58px;
    }

    .mobile-drawer__close {
        display: grid;
        width: 44px;
        height: 44px;
        place-items: center;
        padding: 0;
        color: #fff;
        background: transparent;
        border: 0;
    }

    .mobile-drawer__logo {
        width: auto;
        max-width: 108px;
        max-height: 54px;
        object-fit: contain;
    }

    .mobile-drawer__icons {
        display: flex;
        justify-self: end;
        gap: 2px;
    }

    .mobile-navigation {
        margin-top: clamp(42px, 10vh, 86px);
    }

    .mobile-drawer__footer {
        margin-top: clamp(52px, 9vh, 84px);
        padding-top: 28px;
        border-top: 1px solid var(--dn-border);
    }

    .account-menu--mobile .account-menu__popover,
    .account-menu--drawer .account-menu__popover {
        min-width: 190px;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .discover-hero__content {
        width: min(660px, 68%);
    }

    .discover-hero__title {
        font-size: 64px;
    }

    .discover-hero__shade {
        background: linear-gradient(90deg, #121212 0%, rgba(18, 18, 18, 0.98) 35%, rgba(18, 18, 18, 0.45) 72%, rgba(18, 18, 18, 0.12));
    }
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

@media (max-width: 640px) {
    :root {
        --dn-header-height: 76px;
    }

    .stage-carousel {
        padding: 62px 0 74px;
    }

    .stage-carousel__header {
        width: calc(100% - 32px);
        align-items: flex-end;
        gap: 14px;
        margin-bottom: 25px;
    }

    .stage-carousel__title {
        font-size: 32px;
    }

    .stage-carousel__intro {
        max-width: 290px;
        font-size: 12px;
    }

    .stage-carousel__controls button {
        width: 38px;
        height: 38px;
        font-size: 26px;
    }

    .stage-carousel__viewport {
        padding-inline: 16px;
        scroll-padding-inline: 16px;
    }

    .stage-carousel__item {
        width: 78vw;
        border-radius: 9px;
    }

    .stage-lightbox {
        padding: 68px 16px 24px;
    }

    .stage-lightbox img {
        max-width: 100%;
        max-height: 78vh;
    }

    .stage-lightbox__close {
        top: 14px;
        right: 14px;
    }

    .stage-lightbox__arrow {
        top: auto;
        bottom: 18px;
        transform: none;
    }

    .stage-lightbox__arrow--previous {
        left: calc(50% - 54px);
    }

    .stage-lightbox__arrow--next {
        right: calc(50% - 54px);
    }

    .discover-benefits__inner {
        grid-template-columns: 1fr;
        padding: 0 26px;
    }

    .discover-benefit {
        gap: 17px;
        padding: 22px 4px;
    }

    .discover-benefit + .discover-benefit {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .discover-benefit__icon.dashicons {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 30px;
    }

    .site-container,
    .content-shell {
        width: min(calc(100% - 32px), var(--dn-container));
    }

    .custom-logo {
        max-width: 150px;
        max-height: 42px;
    }

    .site-branding__text {
        font-size: 15px;
    }

    .site-branding__logo {
        max-width: 102px;
        max-height: 50px;
    }

    .discover-hero {
        min-height: 900px;
        align-items: flex-start;
    }

    .discover-hero__media {
        top: auto;
        bottom: 0;
        height: 43%;
        opacity: 1;
    }

    .discover-hero__media img {
        object-position: 69% center;
    }

    .discover-hero__shade {
        background:
            linear-gradient(180deg, #121212 0%, #121212 54%, rgba(18, 18, 18, 0.96) 61%, rgba(18, 18, 18, 0.2) 82%, rgba(18, 18, 18, 0.06) 100%);
    }

    .discover-hero__inner {
        width: min(calc(100% - 32px), var(--dn-container));
        padding: 54px 0 410px;
    }

    .discover-hero__content {
        width: 100%;
        text-align: center;
    }

    .discover-hero__eyebrow {
        margin-bottom: 20px;
        font-size: 11px;
    }

    .discover-hero__title {
        max-width: 520px;
        margin-inline: auto;
        font-size: clamp(31px, 9.7vw, 48px);
        line-height: 1.02;
        letter-spacing: -0.045em;
    }

    .discover-hero__title-line {
        white-space: nowrap;
    }

    .discover-hero__rule {
        width: 92px;
        height: 3px;
        margin: 26px auto 24px;
    }

    .discover-hero__lead {
        max-width: 520px;
        margin-inline: auto;
        font-size: 13px;
        line-height: 1.58;
    }

    .discover-hero__lead--desktop {
        display: none;
    }

    .discover-hero__lead--mobile {
        display: block;
    }

    .discover-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 26px;
    }

    .discover-button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        font-size: 11px;
    }

    .site-footer__inner {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
