:root {
    --bg: #090909;
    --surface: #11110f;
    --surface-soft: #171612;
    --line: rgba(214, 170, 73, 0.2);
    --line-light: rgba(255, 255, 255, 0.1);
    --text: #f7f2e8;
    --muted: #aaa59c;
    --gold: #d6aa49;
    --gold-light: #f1d38a;
    --dark-gold: #8c692b;
    --green: #82b68e;
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Manrope', system-ui, sans-serif;
    --max-width: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 80% 0%, rgba(139, 96, 25, 0.13), transparent 34rem),
        var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 100% 4px;
    z-index: 20;
}

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

button,
input,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    transform: translateY(-150%);
    background: var(--gold);
    color: #0a0907;
    padding: 0.7rem 1rem;
    z-index: 100;
}

.skip-link:focus {
    transform: translateY(0);
}

.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;
}

[hidden] {
    display: none !important;
}

.site-header {
    min-height: 88px;
    padding: 0 4vw;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid var(--line-light);
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(9, 9, 9, 0.88);
    backdrop-filter: blur(18px);
}

.brand {
    justify-self: start;
    width: 78px;
    height: 64px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.brand img {
    width: 100%;
    height: auto;
    display: block;
}

.brand::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #fffaf0;
    -webkit-mask: url('images/scenth-store-logo.png') center / contain no-repeat;
    mask: url('images/scenth-store-logo.png') center / contain no-repeat;
    clip-path: inset(65% 0 0 0);
    pointer-events: none;
}

.header-links {
    display: flex;
    gap: 2.2rem;
    color: var(--muted);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-links a:hover,
.header-links a:focus-visible {
    color: var(--gold-light);
}

.site-header > .button {
    justify-self: end;
}

.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    border: 1px solid var(--gold-light);
    color: #120e07;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.button-small {
    min-height: 40px;
    padding-inline: 1rem;
}

.header-whatsapp {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #29dc70, #16a94e);
    border-color: #53ea8b;
    color: #fff;
    box-shadow: 0 9px 26px rgba(37, 211, 102, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.header-whatsapp::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.24) 48%, transparent 70%);
    transform: translateX(-130%);
    transition: transform 480ms ease;
}

.header-whatsapp:hover::after,
.header-whatsapp:focus-visible::after {
    transform: translateX(130%);
}

.header-whatsapp img {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.header-whatsapp span {
    position: relative;
    z-index: 1;
}

.button-secondary {
    background: transparent;
    color: var(--text);
    border-color: var(--line-light);
}

.hero {
    max-width: var(--max-width);
    min-height: 690px;
    margin: 0 auto;
    padding: clamp(5rem, 9vw, 8rem) 2rem 3rem;
    position: relative;
    overflow: hidden;
}

.hero::after {
    display: none;
}

.hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    right: 4%;
    top: 17%;
    background: radial-gradient(circle, rgba(214, 170, 73, 0.16), transparent 65%);
    filter: blur(14px);
}

.eyebrow {
    margin: 0 0 1rem;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.contact-banner h2 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.025em;
}

.hero h1 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(4rem, 9vw, 7.7rem);
    line-height: 0.84;
    position: relative;
    z-index: 2;
}

.hero h1 em {
    color: var(--gold-light);
    font-weight: 500;
}

.hero-copy {
    max-width: 610px;
    margin: 2.2rem 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.7vw, 1.15rem);
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

.hero-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    position: relative;
    z-index: 2;
}

.trust-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem 3rem;
    margin: 4.5rem 0 0;
    padding: 1.4rem 0 0;
    border-top: 1px solid var(--line-light);
    color: var(--muted);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 2;
}

.trust-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.trust-icon {
    width: 1.9rem;
    height: 1.9rem;
    flex: 0 0 1.9rem;
    display: grid;
    place-items: center;
    color: var(--gold);
}

.trust-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalog-section,
.buying-section,
.contact-banner,
.site-footer {
    max-width: var(--max-width);
    margin-inline: auto;
}

.catalog-section {
    padding: 6.5rem 2rem;
    border-top: 1px solid var(--line-light);
}

.section-heading {
    display: grid;
    grid-template-columns: 1fr minmax(270px, 420px);
    gap: 3rem;
    align-items: end;
}

.section-heading.compact {
    grid-template-columns: 1fr;
}

.section-heading h2,
.contact-banner h2 {
    margin: 0;
    font-size: clamp(2.7rem, 6vw, 5rem);
    line-height: 0.95;
}

.section-heading > p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.catalog-tools {
    margin: 3rem 0 2.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.status-tabs {
    display: flex;
    gap: 0.55rem;
    padding: 0;
    background: transparent;
}

.status-tab {
    border: 1px solid var(--line-light);
    background: var(--surface);
    color: var(--text);
    padding: 0.78rem 1.1rem;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.status-tab:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-1px);
}

.status-tab span {
    margin-left: 0.3rem;
    color: var(--gold);
}

.status-tab.active {
    background: var(--gold);
    border-color: var(--gold);
    color: #0e0b06;
    box-shadow: 0 8px 20px rgba(213, 160, 22, 0.16);
}

.status-tab.active span {
    color: #0e0b06;
}

.search-row {
    display: flex;
    gap: 0.6rem;
}

.search-box,
.gender-select {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border: 1px solid var(--line-light);
    background: var(--surface);
    color: var(--muted);
}

.search-box {
    padding: 0 0.9rem;
}

.search-box span[aria-hidden] {
    font-size: 1.25rem;
}

.search-box input,
.gender-select select {
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
}

.search-box input {
    width: min(260px, 36vw);
}

.search-box input::placeholder {
    color: #716d66;
}

.gender-select select {
    min-width: 135px;
    padding: 0 0.7rem;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.order-panel:not([hidden]) + .catalog-grid {
    margin-top: 1.2rem;
}

.order-panel {
    min-height: 280px;
    margin-top: 2.2rem;
    padding: clamp(2rem, 5vw, 4.5rem);
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 85% 20%, rgba(214, 170, 73, 0.17), transparent 24rem),
        linear-gradient(125deg, rgba(214, 170, 73, 0.1), transparent 48%),
        var(--surface);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    position: relative;
    overflow: hidden;
}

.order-panel::after {
    content: '';
    width: 260px;
    height: 260px;
    position: absolute;
    right: -80px;
    top: -100px;
    border: 1px solid rgba(214, 170, 73, 0.18);
    transform: rotate(45deg);
    pointer-events: none;
}

.order-panel-copy {
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.order-kicker {
    width: fit-content;
    margin: 0 0 1rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--gold);
    color: var(--gold-light);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.order-panel h3 {
    max-width: 720px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-weight: 600;
    line-height: 0.96;
}

.order-panel-copy > p:not(.order-kicker) {
    max-width: 650px;
    margin: 1.2rem 0 0;
    color: var(--muted);
    line-height: 1.75;
}

.order-panel .order-lead-time {
    padding-left: 1rem;
    border-left: 2px solid var(--gold);
    color: #d0cbc2;
    font-size: 0.86rem;
}

.order-lead-time strong {
    color: var(--gold-light);
}

.order-whatsapp {
    flex: 0 0 auto;
    min-height: 58px;
    padding-inline: 1.4rem;
    background: linear-gradient(135deg, #29dc70, #16a94e);
    border-color: #53ea8b;
    color: #fff;
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.22);
    position: relative;
    z-index: 1;
}

.order-whatsapp img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.product-card {
    background: var(--surface);
    border: 1px solid var(--line-light);
    min-width: 0;
    position: relative;
    transition: border-color 180ms ease, transform 180ms ease;
}

.product-card:hover {
    border-color: var(--line);
    transform: translateY(-4px);
}

.product-image-wrap {
    aspect-ratio: 1 / 1;
    background: #f4f2ec;
    overflow: hidden;
    position: relative;
}

.product-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 300ms ease;
}

.product-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 0.35rem;
    color: #262119;
    background:
        radial-gradient(circle at 50% 35%, rgba(214, 170, 73, 0.26), transparent 42%),
        linear-gradient(145deg, #f8f5ed, #ded8ca);
}

.product-placeholder span {
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 7vw, 5rem);
    line-height: 1;
}

.product-placeholder small {
    color: #74644b;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.product-card:hover .product-image {
    transform: scale(1.025);
}

.stock-badge {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    padding: 0.45rem 0.55rem;
    background: rgba(11, 11, 10, 0.88);
    color: var(--gold-light);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.stock-badge.available {
    background: rgba(25, 55, 34, 0.9);
    color: #d8f2de;
}

.product-info {
    padding: 1.15rem;
}

.product-meta,
.product-price {
    margin: 0;
}

.product-meta {
    color: var(--gold);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.product-name {
    min-height: 2.3em;
    margin: 0.4rem 0 0;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.05;
}

.product-bottom {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.product-price {
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
}

.product-price.order {
    color: var(--muted);
    font-weight: 500;
}

.product-action {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0.55rem 0.72rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    border: 1px solid var(--gold-light);
    color: #120e07;
    box-shadow: 0 7px 18px rgba(214, 170, 73, 0.16);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.product-detail-hitarea {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

.product-detail-hitarea:focus-visible {
    outline: 2px solid var(--gold-light);
    outline-offset: -4px;
}

.product-action:hover,
.product-action:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 10px 24px rgba(214, 170, 73, 0.25);
}

.empty-state {
    margin-top: 1rem;
    padding: 4rem 1rem;
    border: 1px solid var(--line-light);
    color: var(--muted);
    text-align: center;
}

.empty-state button {
    border: 0;
    border-bottom: 1px solid var(--gold);
    background: transparent;
    color: var(--gold-light);
    cursor: pointer;
}

.buying-section {
    padding: 6.5rem 2rem;
    border-top: 1px solid var(--line-light);
}

.info-grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.info-card {
    min-height: 250px;
    padding: 1.5rem;
    border: 1px solid var(--line-light);
    background: linear-gradient(145deg, var(--surface-soft), var(--surface));
}

.info-number {
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 1.2rem;
}

.info-card h3 {
    margin: 4.2rem 0 0.7rem;
    font-family: var(--font-display);
    font-size: 1.8rem;
}

.info-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.7;
}

.contact-banner {
    margin-bottom: 6rem;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid var(--line);
    background:
        linear-gradient(115deg, rgba(214, 170, 73, 0.12), transparent 55%),
        var(--surface);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.contact-banner h2 {
    max-width: 740px;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
}

.contact-banner p:last-child {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--muted);
    line-height: 1.7;
}

.contact-banner .button {
    flex: 0 0 auto;
}

.site-footer {
    min-height: 160px;
    padding: 2.5rem 2rem;
    border-top: 1px solid var(--line-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    color: var(--muted);
    font-size: 0.82rem;
}

.site-footer strong {
    color: var(--text);
    font-family: var(--font-display);
    font-size: 1.5rem;
}

.site-footer p {
    margin: 0.4rem 0 0;
}

.site-footer .footer-legal {
    margin-top: 1rem;
    color: #817c73;
    font-size: 0.7rem;
}

.site-footer .footer-credit {
    margin-top: 0.3rem;
    color: #817c73;
    font-size: 0.68rem;
}

.footer-credit span {
    color: var(--gold-light);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--gold-light);
}

.whatsapp-widget {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.7rem;
}

.floating-whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42), 0 0 0 0 rgba(37, 211, 102, 0.35);
    transition: transform 180ms ease, filter 180ms ease;
    overflow: hidden;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
    transform: translateY(-2px) scale(1.04);
    filter: brightness(1.06);
}

.floating-whatsapp img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.whatsapp-nudge {
    width: min(315px, calc(100vw - 1.8rem));
    padding: 0.55rem 2.1rem 0.55rem 0.55rem;
    border: 1px solid rgba(37, 211, 102, 0.68);
    border-radius: 14px;
    background:
        radial-gradient(circle at 88% 10%, rgba(37, 211, 102, 0.22), transparent 42%),
        linear-gradient(135deg, rgba(14, 39, 25, 0.98), rgba(12, 14, 12, 0.99) 72%);
    color: #fff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), 0 0 24px rgba(37, 211, 102, 0.16);
    backdrop-filter: blur(14px);
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.98);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.whatsapp-nudge::after {
    content: '';
    position: absolute;
    right: 18px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border-right: 1px solid rgba(37, 211, 102, 0.68);
    border-bottom: 1px solid rgba(37, 211, 102, 0.68);
    background: #0d1d13;
    transform: rotate(45deg);
}

.whatsapp-nudge.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    animation: whatsapp-nudge-glow 2.4s ease-in-out 2;
}

.whatsapp-nudge-link {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    color: inherit;
    text-decoration: none;
}

.whatsapp-nudge-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #25d366;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.32);
    overflow: hidden;
}

.whatsapp-nudge-icon img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.whatsapp-nudge-copy,
.whatsapp-nudge-copy > span,
.whatsapp-nudge-copy strong {
    display: block;
}

.whatsapp-nudge-kicker {
    color: #8df0ad;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whatsapp-nudge-kicker i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.28rem;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.16);
}

.whatsapp-nudge-copy strong {
    margin-top: 0.2rem;
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.12rem;
    line-height: 1.05;
}

.whatsapp-nudge-message {
    margin-top: 0.18rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.69rem;
    line-height: 1.35;
}

.whatsapp-nudge-cta {
    margin-top: 0.34rem;
    color: #78e99b;
    font-size: 0.7rem;
    font-weight: 700;
}

.whatsapp-nudge-cta b {
    display: inline-block;
    margin-left: 0.18rem;
    transition: transform 180ms ease;
}

.whatsapp-nudge-link:hover .whatsapp-nudge-cta b,
.whatsapp-nudge-link:focus-visible .whatsapp-nudge-cta b {
    transform: translateX(3px);
}

.whatsapp-nudge-close {
    position: absolute;
    top: 0.45rem;
    right: 0.55rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 1.15rem;
    line-height: 1;
}

/* Ficha individual de producto */
.product-page main {
    min-height: 70vh;
}

.product-breadcrumb {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 2rem 2rem 0;
}

.product-breadcrumb a {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-breadcrumb a:hover,
.product-breadcrumb a:focus-visible {
    color: var(--gold-light);
}

.detail-hero {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 5rem) 2rem 6rem;
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 1.1fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: center;
}

.detail-product-visual {
    aspect-ratio: 1 / 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 50% 45%, rgba(214, 170, 73, 0.15), transparent 54%),
        #f5f3ed;
}

.detail-product-visual::after {
    content: '';
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: 5%;
    height: 7%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.14);
    filter: blur(18px);
    pointer-events: none;
}

.detail-product-visual > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.detail-stock {
    z-index: 2;
}

.detail-copy h1,
.detail-section-heading h2,
.detail-missing h1 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.025em;
}

.detail-copy h1 {
    margin: 0;
    font-size: clamp(4rem, 8vw, 7rem);
    line-height: 0.86;
}

.detail-facts {
    margin-top: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.detail-facts span,
.detail-highlights span {
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--line-light);
    color: var(--gold-light);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.detail-description {
    max-width: 670px;
    margin: 1.8rem 0 0;
    color: #c5c0b7;
    font-size: clamp(1rem, 1.55vw, 1.12rem);
    line-height: 1.85;
}

.detail-highlights {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.detail-highlights span {
    border-color: var(--line);
    background: rgba(214, 170, 73, 0.06);
    color: var(--text);
}

.detail-purchase {
    margin-top: 2.3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line-light);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.detail-price {
    margin: 0;
    color: var(--text);
    font-size: 1.55rem;
    font-weight: 700;
}

.detail-price.order {
    color: var(--muted);
    font-size: 1rem;
    font-weight: 500;
}

.detail-buy {
    min-width: 230px;
}

.detail-gallery-section {
    padding: 6rem max(2rem, calc((100vw - var(--max-width)) / 2 + 2rem));
    border-block: 1px solid var(--line-light);
    background:
        radial-gradient(circle at 50% 12%, rgba(214, 170, 73, 0.1), transparent 34rem),
        #0c0c0b;
}

.detail-section-heading {
    max-width: 760px;
    margin: 0 auto 2.8rem;
    text-align: center;
}

.detail-section-heading h2 {
    margin: 0;
    font-size: clamp(2.9rem, 6vw, 5.3rem);
    line-height: 0.95;
}

.detail-section-heading > p:last-child {
    margin: 1rem 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.detail-carousel {
    max-width: 960px;
    margin: 0 auto;
}

.detail-stage {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 1rem;
    align-items: center;
}

.detail-slide {
    margin: 0;
    min-width: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #080807;
}

.detail-slide img {
    width: 100%;
    max-height: min(72vh, 820px);
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: contain;
}

.detail-slide figcaption {
    display: none;
}

.carousel-arrow {
    width: 52px;
    height: 52px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--surface);
    color: var(--gold-light);
    cursor: pointer;
    font-size: 1.25rem;
    transition: transform 180ms ease, background 180ms ease;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
    transform: scale(1.06);
    background: var(--surface-soft);
}

.detail-thumbnails {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.detail-thumbnail {
    min-width: 0;
    padding: 0.55rem;
    border: 1px solid var(--line-light);
    background: var(--surface);
    color: var(--muted);
    cursor: pointer;
    text-align: left;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.detail-thumbnail:hover,
.detail-thumbnail:focus-visible,
.detail-thumbnail.active {
    border-color: var(--gold);
    color: var(--gold-light);
    transform: translateY(-2px);
}

.detail-thumbnail img {
    width: 100%;
    aspect-ratio: 16 / 8;
    display: block;
    object-fit: cover;
    object-position: center 18%;
}

.detail-thumbnail span {
    display: block;
    padding: 0.65rem 0.25rem 0.2rem;
    overflow: hidden;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.detail-missing {
    max-width: 780px;
    min-height: 60vh;
    margin: 0 auto;
    padding: 8rem 2rem;
    text-align: center;
}

.detail-missing h1 {
    margin: 0;
    font-size: clamp(3.4rem, 8vw, 6.4rem);
    line-height: 0.9;
}

.detail-missing > p:not(.eyebrow) {
    margin: 1.5rem auto 2rem;
    color: var(--muted);
    line-height: 1.75;
}

.detail-contact {
    margin-top: 6rem;
}

@keyframes whatsapp-nudge-glow {
    0%, 100% {
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), 0 0 22px rgba(37, 211, 102, 0.14);
    }
    50% {
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), 0 0 34px rgba(37, 211, 102, 0.32);
    }
}

:focus-visible {
    outline: 2px solid var(--gold-light);
    outline-offset: 3px;
}

@media (max-width: 980px) {
    .catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .order-panel {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 1.6rem;
    }

    .order-whatsapp {
        width: 100%;
    }

    .contact-banner {
        margin-inline: 1rem;
    }

    .detail-hero {
        grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
        gap: 2.5rem;
    }

    .detail-copy h1 {
        font-size: clamp(3.5rem, 8vw, 5.7rem);
    }
}

@media (max-width: 760px) {
    .site-header {
        min-height: 72px;
        grid-template-columns: 1fr auto;
        gap: 1rem;
        padding-inline: 1rem;
    }

    .brand {
        width: 62px;
        height: 54px;
    }

    .header-links {
        display: none;
    }

    .hero {
        min-height: 650px;
        padding: 5rem 1rem 2.5rem;
    }

    .hero::after {
        display: none;
    }

    .hero-glow {
        width: 320px;
        height: 320px;
        right: -7rem;
        top: 16%;
    }

    .hero h1 {
        font-size: clamp(3.7rem, 17vw, 6rem);
    }

    .trust-list {
        gap: 1rem 2rem;
    }

    .catalog-section,
    .buying-section {
        padding: 4.5rem 1rem;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .catalog-tools,
    .search-row {
        align-items: stretch;
        flex-direction: column;
    }

    .status-tabs {
        overflow-x: auto;
    }

    .status-tab {
        flex: 1 0 auto;
    }

    .search-box input,
    .gender-select select {
        width: 100%;
    }

    .gender-select select {
        min-height: 44px;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .product-info {
        padding: 0.85rem;
    }

    .product-name {
        font-size: 1.22rem;
    }

    .product-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .info-card {
        min-height: 210px;
    }

    .info-card h3 {
        margin-top: 3rem;
    }

    .contact-banner {
        margin: 0 1rem 4rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .whatsapp-widget {
        right: 0.9rem;
        bottom: 0.9rem;
    }

    .product-breadcrumb {
        padding: 1.4rem 1rem 0;
    }

    .detail-hero {
        padding: 1.5rem 1rem 4.5rem;
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }

    .detail-product-visual {
        width: min(100%, 560px);
        margin-inline: auto;
    }

    .detail-copy h1 {
        font-size: clamp(3.8rem, 17vw, 6rem);
    }

    .detail-purchase {
        align-items: stretch;
        flex-direction: column;
    }

    .detail-buy {
        width: 100%;
    }

    .detail-gallery-section {
        padding: 4.5rem 1rem;
    }

    .detail-stage {
        grid-template-columns: 1fr;
        position: relative;
    }

    .carousel-arrow {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 44px;
        height: 44px;
        transform: translateY(-50%);
        background: rgba(12, 12, 11, 0.82);
        backdrop-filter: blur(8px);
    }

    .carousel-arrow:hover,
    .carousel-arrow:focus-visible {
        transform: translateY(-50%) scale(1.04);
    }

    .carousel-arrow.previous {
        left: 0.7rem;
    }

    .carousel-arrow.next {
        right: 0.7rem;
    }

    .detail-slide img {
        max-height: none;
    }

    .detail-thumbnails {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .detail-thumbnail {
        flex: 0 0 44%;
        scroll-snap-align: start;
    }

    .detail-contact {
        margin-top: 4.5rem;
    }
}

@media (max-width: 390px) {
    .hero-actions .button {
        width: 100%;
    }
}

@media (max-width: 330px) {
    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .product-image-wrap {
        aspect-ratio: 4 / 3;
    }

}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
