.hybrid-v3-page {
    --v3-ink: #111313;
    --v3-paper: #f6f2e9;
    --v3-gold: #c99b37;
    --v3-gold-light: #e0bd64;
    --v3-line: rgba(174, 131, 38, 0.42);
}

.hybrid-v3-page .hero-hybrid-v3 {
    position: relative;
    display: grid;
    grid-template-columns: minmax(410px, 41%) minmax(0, 59%);
    gap: 0;
    align-items: stretch;
    min-height: min(760px, calc(100vh - 112px));
    height: auto;
    padding: 0;
    overflow: hidden;
    background: #101212;
    color: #f8f4eb;
    isolation: isolate;
}

.hybrid-v3-page .hybrid-hero-copy {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px clamp(28px, 3vw, 64px) 70px clamp(36px, 7vw, 132px);
    background: #040303;
    border-right: 0;
}

.hybrid-v3-page .hybrid-hero-copy .hero-editorial-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 34px 14px;
    color: #746d63;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
    transform: translateY(24px);
}

.hybrid-v3-page .hybrid-hero-copy .hero-editorial-eyebrow span {
    width: 35px;
    height: 1px;
    background: currentColor;
}

.hybrid-v3-page .hybrid-hero-copy h1 {
    margin: 0;
    max-width: 610px;
    color: #f8f3eb;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: 0.01em;
    text-wrap: balance;
    transform: scaleX(1.05);
    transform-origin: left center;
}

.hybrid-v3-page .hybrid-hero-copy h1 span,
.hybrid-v3-page .hybrid-hero-copy h1 em {
    display: block;
}

.hybrid-v3-page .hybrid-hero-copy h1 span {
    white-space: nowrap;
}

.hybrid-v3-page .hybrid-hero-copy h1 em {
    margin-top: 10px;
    color: #d8b55a;
    font-size: 0.7em;
    font-weight: 400;
}

.hybrid-v3-page .hybrid-hero-copy .hero-editorial-lede {
    max-width: 560px;
    margin: 30px 0 0;
    color: #746d63;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}

.hybrid-v3-page .hybrid-hero-copy .hero-actions {
    display: flex;
    justify-content: flex-start;
    width: min(560px, 100%);
    margin-top: 36px;
}

.hybrid-v3-page .hybrid-hero-copy .hero-editorial-cta {
    width: min(350px, 100%);
    min-height: 52px;
    justify-content: center;
    border-color: #7f7255;
    background: rgba(13, 10, 10, 0.46);
    color: #fffaf2;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.hybrid-v3-page .hybrid-hero-copy .hero-editorial-cta:hover,
.hybrid-v3-page .hybrid-hero-copy .hero-editorial-cta:focus-visible {
    border-color: #d8b55a;
    background: rgba(216, 181, 90, 0.14);
    color: #fff;
}

.hybrid-v3-page .hybrid-hero-copy .hero-editorial-facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 18px;
    width: min(560px, 100%);
    margin: 34px 0 0;
    padding: 20px 32px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: #9c9893;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hybrid-v3-page .hybrid-hero-visual {
    position: relative;
    align-self: stretch;
    min-width: 0;
    overflow: hidden;
    background: #a1835f;
}

.hybrid-v3-page .hybrid-hero-visual::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: -1px;
    width: clamp(180px, 18vw, 360px);
    pointer-events: none;
    background: linear-gradient(90deg,
            #040303 0%,
            rgba(4, 3, 3, 0.96) 18%,
            rgba(4, 3, 3, 0.72) 46%,
            rgba(4, 3, 3, 0.32) 74%,
            transparent 100%);
}

.hybrid-v3-page .hybrid-stage-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.hybrid-v3-page .hybrid-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(26, 18, 10, 0.1), transparent 38%);
}

.hybrid-v3-page .hybrid-new-badge {
    display: none;
}

.hybrid-v3-page .hybrid-drop-seal {
    position: absolute;
    z-index: 8;
    top: 6%;
    right: auto;
    left: calc(41% + clamp(105px, 9vw, 170px));
    width: 112px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid rgba(216, 181, 90, 0.95);
    border-radius: 50%;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(216, 181, 90, 0.035) 36%,
            rgba(4, 3, 3, 0.1) 100%);
    color: #d8b55a;
    text-align: center;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px) saturate(1.12);
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
    animation: hybrid-seal-glow 2.8s ease-in-out infinite;
}

.hybrid-v3-page .hybrid-drop-seal::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(216, 181, 90, 0.28);
    border-radius: inherit;
    pointer-events: none;
}

.hybrid-v3-page .hybrid-drop-seal::after {
    content: "";
    position: absolute;
    bottom: 17px;
    width: 22px;
    height: 1px;
    background: rgba(216, 181, 90, 0.62);
}

.hybrid-v3-page .hybrid-drop-seal:hover,
.hybrid-v3-page .hybrid-drop-seal:focus-visible {
    border-color: #f0cf75;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(216, 181, 90, 0.06) 38%,
            rgba(4, 3, 3, 0.14) 100%);
    transform: translateY(-4px) scale(1.025);
}

.hybrid-v3-page .hybrid-drop-seal:focus-visible {
    outline: 2px solid #f0cf75;
    outline-offset: 4px;
}

.hybrid-v3-page .hybrid-drop-seal strong {
    transform: translateY(-5px);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.22rem;
    font-weight: 500;
    line-height: 0.88;
    letter-spacing: 0.045em;
}

.hybrid-v3-page .hybrid-drop-seal strong br {
    display: initial;
}

@keyframes hybrid-seal-glow {
    0%,
    100% {
        border-color: rgba(216, 181, 90, 0.72);
        box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22), 0 0 0 0 rgba(216, 181, 90, 0), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    50% {
        border-color: rgba(240, 207, 117, 1);
        box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24), 0 0 24px 5px rgba(216, 181, 90, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hybrid-v3-page .hybrid-drop-seal {
        animation: none;
    }
}

.hybrid-v3-page .hero-hybrid-v3 .hero-scroll-cue {
    position: absolute;
    z-index: 9;
    right: 6%;
    bottom: 52px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
}

.hybrid-v3-page .hero-hybrid-v3 .hero-scroll-cue i {
    position: relative;
    width: 76px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.25);
}

.hybrid-v3-page .hero-hybrid-v3 .hero-scroll-cue i::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #d8b55a;
    transform: translateX(-100%);
    animation: hybrid-scroll-line 2.4s ease-in-out infinite;
}

@keyframes hybrid-scroll-line {
    0%, 100% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
}

.hybrid-v3-page .new-arrivals-showcase {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: clamp(28px, 3vw, 56px);
    padding: clamp(42px, 4vw, 68px) clamp(30px, 5vw, 92px) 0;
    background: var(--v3-paper);
    color: var(--v3-ink);
    overflow: hidden;
}

.hybrid-v3-page .new-arrivals-intro {
    position: relative;
    align-self: start;
    display: flex;
    flex-direction: column;
    height: 375px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(183, 137, 39, 0.72);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(247, 241, 230, 0.88));
    box-shadow: inset 0 0 0 4px rgba(183, 137, 39, 0.08), 0 18px 42px rgba(78, 58, 22, 0.06);
    box-sizing: border-box;
}

.hybrid-v3-page .new-arrivals-intro > * {
    position: relative;
    z-index: 1;
}

.hybrid-v3-page .new-arrivals-kicker {
    margin: 0 0 16px;
    color: #b78927;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.hybrid-v3-page .new-arrivals-intro h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.1rem, 2.2vw, 2.5rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.hybrid-v3-page .new-arrivals-copy {
    max-width: 390px;
    margin: 18px 0 0;
    color: #5f5b54;
    font-size: 0.92rem;
    line-height: 1.55;
}

.hybrid-v3-page .new-arrivals-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: min(286px, 100%);
    min-height: 50px;
    margin-top: 30px;
    padding: 0 22px;
    border: 1px solid #2c2b28;
    border-radius: 8px;
    background: linear-gradient(135deg, #292929, #111);
    color: #fffaf0;
    box-shadow: 0 12px 28px rgba(20, 18, 14, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hybrid-v3-page .new-arrivals-all span {
    color: #d8b55a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
}

.hybrid-v3-page .new-arrivals-all:hover,
.hybrid-v3-page .new-arrivals-all:focus-visible {
    border-color: #b78927;
    box-shadow: 0 16px 34px rgba(58, 43, 15, 0.2), 0 0 0 3px rgba(183, 137, 39, 0.1);
    transform: translateY(-2px);
}

.hybrid-v3-page .new-arrivals-all:focus-visible {
    outline: 2px solid #b78927;
    outline-offset: 3px;
}

.hybrid-v3-page .new-arrivals-rule {
    position: absolute;
    z-index: 0;
    right: -52px;
    bottom: -62px;
    width: 190px;
    height: 160px;
    border: 1px solid rgba(183, 137, 39, 0.35);
    border-radius: 100% 0 100% 0;
    transform: rotate(-14deg);
}

.hybrid-v3-page .new-arrivals-rule::before,
.hybrid-v3-page .new-arrivals-rule::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(183, 137, 39, 0.22);
    border-radius: inherit;
}

.hybrid-v3-page .new-arrivals-rule::before {
    inset: 22px 30px;
}

.hybrid-v3-page .new-arrivals-rule::after {
    inset: 46px 58px;
}

.hybrid-v3-page .new-arrivals-rail-shell {
    position: relative;
    min-width: 0;
}

.hybrid-v3-page .new-arrivals-track {
    display: flex;
    gap: 18px;
    padding: 0 2px 28px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.hybrid-v3-page .new-arrivals-arrow {
    position: absolute;
    top: 50%;
    z-index: 7;
    display: grid;
    width: 48px;
    height: 76px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #aeb3bb;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.hybrid-v3-page .new-arrivals-arrow-prev {
    left: -54px;
}

.hybrid-v3-page .new-arrivals-arrow-next {
    right: -54px;
}

.hybrid-v3-page .new-arrivals-arrow span {
    width: 20px;
    height: 20px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.hybrid-v3-page .new-arrivals-arrow-prev span {
    transform: rotate(-135deg);
}

.hybrid-v3-page .new-arrivals-arrow-next span {
    transform: rotate(45deg);
}

.hybrid-v3-page .new-arrivals-arrow:hover {
    color: #8a6b18;
}

.hybrid-v3-page .new-arrivals-arrow:focus-visible {
    outline: 2px solid #8a6b18;
    outline-offset: 2px;
}

.hybrid-v3-page .new-arrivals-arrow:disabled {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.hybrid-v3-page .new-arrivals-track::-webkit-scrollbar {
    display: none;
}

.hybrid-v3-page .new-drop-card {
    position: relative;
    flex: 0 0 min(610px, 76vw);
    min-height: 375px;
    display: grid;
    grid-template-columns: 52% 48%;
    overflow: hidden;
    border: 1px solid rgba(90, 70, 30, 0.2);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 16px 40px rgba(66, 52, 28, 0.07);
    scroll-snap-align: start;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

@media (min-width: 1440px) {
    .hybrid-v3-page .new-arrivals-intro {
        width: calc(100% + 30px);
        margin-left: -30px;
    }

    .hybrid-v3-page .new-drop-card {
        flex-basis: calc((100% - 18px) / 2);
    }
}

.hybrid-v3-page .new-drop-card:hover,
.hybrid-v3-page .new-drop-card:focus-within {
    border-color: rgba(185, 137, 37, 0.7);
    box-shadow: 0 20px 48px rgba(94, 63, 10, 0.14);
    transform: translateY(-2px);
}

.hybrid-v3-page .new-drop-card-featured {
    border-color: rgba(185, 137, 37, 0.66);
    box-shadow: 0 19px 46px rgba(94, 63, 10, 0.12);
}

.hybrid-v3-page .new-drop-media {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98), rgba(236, 229, 216, 0.9) 58%, #ddd2bf 100%);
}

.hybrid-v3-page .new-drop-media-dark {
    background:
        radial-gradient(circle at 50% 42%, #ecebea 0%, #dedbd5 57%, #c9c4bb 100%);
}

.hybrid-v3-page .new-drop-media-soft {
    background:
        radial-gradient(circle at 50% 42%, #fffdfa 0%, #f1e9e4 58%, #dfd1cb 100%);
}

.hybrid-v3-page .new-drop-media > span {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: auto;
    padding: 10px 16px;
    background: #d4a62f;
    color: #111313;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

/* Same editorial flag used by the new-arrival cards. */
.hybrid-v3-page .bestseller-section .product-card::after {
    content: "BESTSELLER";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    padding: 10px 16px;
    background: #d4a62f;
    color: #111313;
    font-family: Inter, Arial, sans-serif;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    pointer-events: none;
}

.hybrid-v3-page .new-drop-media img {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.hybrid-v3-page .new-drop-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(26px, 3vw, 44px);
}

.hybrid-v3-page .new-drop-info > p {
    margin: 0 0 14px;
    color: #af8226;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hybrid-v3-page .new-drop-info h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.9rem, 2.4vw, 2.7rem);
    font-weight: 500;
    line-height: 0.96;
}

.hybrid-v3-page .new-drop-info > span {
    margin-top: 12px;
    color: #777268;
    font-size: 0.74rem;
    line-height: 1.45;
}

.hybrid-v3-page .new-drop-info > i {
    width: 34px;
    height: 1px;
    margin: 22px 0;
    background: var(--v3-gold);
}

.hybrid-v3-page .new-drop-info small {
    color: #5a574f;
    font-size: 0.72rem;
    font-style: normal;
    line-height: 1.5;
}

.hybrid-v3-page .new-drop-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 20px;
    font-family: "Inter", Arial, sans-serif;
}

.hybrid-v3-page .new-drop-price s {
    color: #99958f;
    font-size: 0.86rem;
    font-weight: 500;
    text-decoration-thickness: 1px;
}

.hybrid-v3-page .new-drop-price strong {
    color: #9a761d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
    font-weight: 800;
}

.hybrid-v3-page .new-drop-card-link {
    position: absolute;
    z-index: 3;
    inset: 0;
    border-radius: inherit;
}

.hybrid-v3-page .new-drop-card-link:focus-visible {
    outline: 3px solid #b78927;
    outline-offset: -4px;
}

.hybrid-v3-page .new-drop-cart {
    position: absolute;
    z-index: 4;
    right: clamp(20px, 2vw, 30px);
    bottom: clamp(20px, 2vw, 28px);
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #242525;
    box-shadow: none;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.hybrid-v3-page .new-drop-cart:hover,
.hybrid-v3-page .new-drop-cart:focus-visible,
.hybrid-v3-page .new-drop-cart.is-added {
    background: transparent;
    color: #9a761d;
    transform: translateY(-2px);
}

.hybrid-v3-page .new-drop-cart:focus-visible {
    outline: 2px solid #b78927;
    outline-offset: 3px;
}

.hybrid-v3-page .new-drop-cart svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hybrid-v3-page .new-drop-variant-picker {
    position: absolute;
    z-index: 6;
    right: clamp(18px, 2vw, 28px);
    bottom: clamp(62px, 5vw, 76px);
    width: 212px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.52));
    box-shadow: 0 20px 48px rgba(24, 22, 18, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 0 0 3px rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(26px) saturate(112%);
    -webkit-backdrop-filter: blur(26px) saturate(112%);
    box-sizing: border-box;
    animation: new-drop-picker-in 160ms ease-out;
}

.hybrid-v3-page .new-drop-variant-picker::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.64);
    transform: rotate(45deg);
}

.hybrid-v3-page .new-drop-variant-picker[hidden] {
    display: none;
}

.hybrid-v3-page .new-drop-variant-picker > span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 3px 11px;
    color: #605b52;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
}

.hybrid-v3-page .new-drop-variant-picker > span::before {
    content: "";
    width: 18px;
    height: 1px;
    background: #b78927;
}

.hybrid-v3-page .new-drop-variant-picker button {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    margin-top: 6px;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.34);
    color: #242525;
    cursor: pointer;
}

.hybrid-v3-page .new-drop-variant-picker button:hover,
.hybrid-v3-page .new-drop-variant-picker button:focus-visible {
    border-color: rgba(183, 137, 39, 0.48);
    background: rgba(255, 255, 255, 0.72);
    color: #9a761d;
}

.hybrid-v3-page .new-drop-variant-picker button:focus-visible {
    outline: 1px solid #b78927;
    outline-offset: 1px;
}

.hybrid-v3-page .new-drop-variant-picker b {
    font-size: 0.73rem;
    letter-spacing: 0.04em;
}

.hybrid-v3-page .new-drop-variant-picker button > span {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.hybrid-v3-page .new-drop-variant-picker s {
    color: #9b968d;
    font-size: 0.58rem;
    font-weight: 500;
    text-decoration-thickness: 1px;
}

.hybrid-v3-page .new-drop-variant-picker em {
    color: #9a761d;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
}

@keyframes new-drop-picker-in {
    from {
        opacity: 0;
        transform: translateY(5px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (min-width: 1181px) and (max-width: 1400px) {
    .hybrid-v3-page .hybrid-hero-copy h1 {
        font-size: 84px;
    }

    .hybrid-v3-page .hybrid-drop-seal {
        top: 5%;
    }
}

@media (max-width: 1180px) {
    .hybrid-v3-page .hero-hybrid-v3 {
        grid-template-columns: minmax(360px, 44%) minmax(0, 56%);
        min-height: 680px;
    }

    .hybrid-v3-page .hybrid-drop-seal {
        top: 4%;
        right: auto;
        left: calc(44% + clamp(70px, 8vw, 100px));
        width: 104px;
    }

    .hybrid-v3-page .hybrid-hero-copy h1 {
        font-size: 76px;
    }

    .hybrid-v3-page .new-arrivals-intro {
        padding: 32px 28px 36px;
    }

    .hybrid-v3-page .new-arrivals-intro h2 {
        font-size: 2.15rem;
    }

    .hybrid-v3-page .new-arrivals-arrow-prev {
        left: 6px;
    }

    .hybrid-v3-page .new-arrivals-arrow-next {
        right: 6px;
    }

    .hybrid-v3-page .new-arrivals-arrow {
        width: 42px;
        background: rgba(255, 255, 255, 0.86);
        border-radius: 999px;
        box-shadow: 0 8px 24px rgba(29, 27, 24, 0.08);
    }
}

@media (max-width: 850px) {
    .hybrid-v3-page .hero-hybrid-v3 {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hybrid-v3-page .hybrid-hero-copy {
        grid-row: 2;
        min-height: 470px;
        padding: 70px 28px 62px;
        border-right: 0;
        border-top: 0;
        border-bottom: 0;
    }

    .hybrid-v3-page .hybrid-hero-copy h1 {
        font-size: 72px;
    }

    .hybrid-v3-page .hybrid-hero-visual {
        grid-row: 1;
        min-height: clamp(390px, 70vw, 500px);
    }

    .hybrid-v3-page .hybrid-hero-visual::before {
        top: auto;
        right: 0;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: clamp(170px, 32vw, 240px);
        background: linear-gradient(0deg,
                #040303 0%,
                rgba(4, 3, 3, 0.98) 12%,
                rgba(4, 3, 3, 0.88) 34%,
                rgba(4, 3, 3, 0.42) 64%,
                transparent 100%);
    }

    .hybrid-v3-page .hybrid-drop-seal {
        top: 24px;
        right: auto;
        bottom: auto;
        left: 24px;
        width: 98px;
        transform: none;
    }

    .hybrid-v3-page .hybrid-drop-seal:hover,
    .hybrid-v3-page .hybrid-drop-seal:focus-visible {
        transform: translateY(-4px) scale(1.025);
    }

    .hybrid-v3-page .hero-hybrid-v3 .hero-scroll-cue {
        right: 18px;
        bottom: 18px;
        gap: 10px;
        padding: 0;
        color: #fff;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        font-size: 9px;
        font-weight: 700;
    }

    .hybrid-v3-page .hero-hybrid-v3 .hero-scroll-cue i {
        width: 48px;
        height: 2px;
        background: rgba(255, 255, 255, 0.42);
    }

    .hybrid-v3-page .hero-hybrid-v3 .hero-scroll-cue i::after {
        background: #f0cf75;
        box-shadow: 0 0 8px rgba(240, 207, 117, 0.72);
    }

    .hybrid-v3-page .new-arrivals-showcase {
        grid-template-columns: 1fr;
        padding: 68px 22px 0;
    }

    .hybrid-v3-page .new-arrivals-intro {
        width: min(520px, 100%);
        height: auto;
        min-height: auto;
        padding: 38px 32px 42px;
    }

    .hybrid-v3-page .new-arrivals-intro h2 {
        font-size: clamp(2.25rem, 8vw, 3rem);
    }

    .hybrid-v3-page .new-arrivals-intro h2 br {
        display: block;
    }

    .hybrid-v3-page .new-arrivals-rule {
        display: none;
    }

    .hybrid-v3-page .new-arrivals-arrow {
        display: none;
    }
}

@media (max-width: 560px) {
    .hybrid-v3-page .hybrid-hero-copy {
        min-height: 430px;
        padding-top: 58px;
        padding-bottom: 54px;
        padding-right: clamp(20px, 7vw, 28px);
        padding-left: clamp(20px, 7vw, 28px);
    }

    .hybrid-v3-page .hybrid-hero-copy h1 {
        max-width: 100%;
        font-size: clamp(43px, 13.2vw, 50px);
        line-height: 0.9;
        transform: none;
    }

    .hybrid-v3-page .hybrid-hero-copy .hero-editorial-facts {
        justify-content: flex-start;
        gap: 8px 16px;
        padding-right: 0;
        padding-left: 0;
        font-size: 9px;
        letter-spacing: 0.12em;
    }

    .hybrid-v3-page .hybrid-hero-visual {
        min-height: clamp(350px, 96vw, 410px);
    }

    .hybrid-v3-page .hybrid-stage-image {
        object-position: 60% 50%;
    }

    .hybrid-v3-page .hybrid-drop-seal {
        top: 18px;
        left: 18px;
        width: 88px;
    }

    .hybrid-v3-page .hybrid-drop-seal strong {
        font-size: 1.05rem;
    }

    .hybrid-v3-page .new-drop-card {
        flex-basis: 84vw;
        grid-template-columns: 1fr;
        min-height: 630px;
    }

    .hybrid-v3-page .new-arrivals-intro {
        width: 100%;
    }

    .hybrid-v3-page .new-drop-media {
        min-height: 320px;
    }

    .hybrid-v3-page .new-drop-media img {
        width: 100%;
        height: 100%;
    }

    .hybrid-v3-page .new-drop-info {
        min-height: 300px;
    }

}

/* Keep short landscape phones compact without changing tablet portrait layouts. */
@media (orientation: landscape) and (min-width: 540px) and (max-width: 850px) and (max-height: 500px) {
    .hybrid-v3-page .hero-hybrid-v3 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        min-height: 460px;
    }

    .hybrid-v3-page .hybrid-hero-copy {
        grid-row: auto;
        grid-column: auto;
        min-height: 460px;
        padding: 34px 24px 32px;
        border-right: 1px solid rgba(201, 155, 55, 0.5);
        border-bottom: 0;
    }

    .hybrid-v3-page .hybrid-hero-copy .hero-editorial-eyebrow {
        gap: 8px;
        margin: 0 0 22px;
        font-size: 10px;
        letter-spacing: 0.14em;
        transform: none;
    }

    .hybrid-v3-page .hybrid-hero-copy .hero-editorial-eyebrow span {
        width: 24px;
    }

    .hybrid-v3-page .hybrid-hero-copy h1 {
        font-size: clamp(46px, 7.8vw, 56px);
        line-height: 0.9;
        transform: none;
    }

    .hybrid-v3-page .hybrid-hero-copy .hero-editorial-lede {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.5;
    }

    .hybrid-v3-page .hybrid-hero-copy .hero-actions {
        margin-top: 20px;
    }

    .hybrid-v3-page .hybrid-hero-copy .hero-editorial-cta {
        min-height: 44px;
        padding: 0 14px;
        font-size: 10px;
    }

    .hybrid-v3-page .hybrid-hero-copy .hero-editorial-facts {
        justify-content: flex-start;
        gap: 7px 14px;
        margin-top: 18px;
        padding: 12px 0 0;
        font-size: 8px;
        letter-spacing: 0.11em;
    }

    .hybrid-v3-page .hybrid-hero-visual {
        grid-row: auto;
        grid-column: auto;
        min-height: 460px;
    }

    .hybrid-v3-page .hybrid-hero-visual::before {
        top: 0;
        right: auto;
        bottom: 0;
        left: -1px;
        width: 110px;
        height: auto;
        background: linear-gradient(90deg, #040303 0%, rgba(4, 3, 3, 0.62) 48%, transparent 100%);
    }

    .hybrid-v3-page .hybrid-drop-seal {
        top: 24px;
        right: auto;
        left: calc(50% + 22px);
        width: 72px;
        transform: none;
    }

    .hybrid-v3-page .hybrid-drop-seal:hover,
    .hybrid-v3-page .hybrid-drop-seal:focus-visible {
        transform: translateY(-3px) scale(1.02);
    }

    .hybrid-v3-page .hybrid-drop-seal strong {
        font-size: 0.86rem;
    }

    .hybrid-v3-page .hybrid-drop-seal::after {
        bottom: 11px;
        width: 16px;
    }

    .hybrid-v3-page .hero-hybrid-v3 .hero-scroll-cue {
        right: 20px;
        bottom: 20px;
        gap: 10px;
        font-size: 8px;
    }

    .hybrid-v3-page .hero-hybrid-v3 .hero-scroll-cue i {
        width: 42px;
    }
}

@media (max-width: 360px) {
    .hybrid-v3-page .hybrid-drop-seal {
        top: 16px;
        left: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hybrid-v3-page .new-arrivals-track {
        scroll-behavior: auto;
    }
}
