/*
 * Asperaco Boutique — Cinematic Theme
 * This layer intentionally sits after the legacy stylesheet. It changes only
 * presentation; commerce, account and product interactions remain untouched.
 */

:root {
    --cine-ink: #17120f;
    --cine-ink-soft: #2a211c;
    --cine-wine: #651f31;
    --cine-wine-deep: #43121f;
    --cine-rose: #a86270;
    --cine-gold: #c3a46d;
    --cine-gold-light: #e3cfaa;
    --cine-cream: #f5efe7;
    --cine-paper: #fcf8f2;
    --cine-white: #fffdf9;
    --cine-smoke: #8f8378;
    --cine-line: rgba(74, 54, 43, 0.16);
    --cine-line-light: rgba(255, 255, 255, 0.17);
    --cine-shadow: 0 28px 80px rgba(33, 20, 15, 0.14);
    --cine-shadow-soft: 0 18px 46px rgba(33, 20, 15, 0.09);
    --cine-ease: cubic-bezier(.22, 1, .36, 1);
    --bg-color: var(--cine-cream);
    --surface: var(--cine-white);
    --surface-warm: #eee4d8;
    --text-color: var(--cine-ink);
    --muted-text: #776b62;
    --primary: var(--cine-wine);
    --primary-hover: var(--cine-wine-deep);
    --accent: var(--cine-gold);
    --accent-soft: var(--cine-gold-light);
    --secondary: #eee5db;
    --border-color: var(--cine-line);
    --white: var(--cine-white);
    --glass-bg: rgba(255, 253, 249, 0.84);
    --shadow-soft: var(--cine-shadow-soft);
    --shadow-card: var(--cine-shadow-soft);
    --font-main: 'Mulish', sans-serif;
    --font-heading: 'Cormorant Garamond', serif;
}

html {
    background: var(--cine-ink);
    scroll-padding-top: 88px;
}

body {
    position: relative;
    background:
        radial-gradient(circle at 7% 16%, rgba(195, 164, 109, 0.09), transparent 26rem),
        linear-gradient(180deg, var(--cine-paper) 0%, var(--cine-cream) 56%, #eee4d8 100%);
    color: var(--cine-ink);
    font-family: var(--font-main);
    letter-spacing: 0.008em;
}

::selection {
    background: var(--cine-wine);
    color: var(--cine-white);
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9997;
    pointer-events: none;
    background: radial-gradient(360px circle at var(--cine-pointer-x, 50%) var(--cine-pointer-y, 50%), rgba(221, 193, 143, 0.055), transparent 72%);
    opacity: 0;
    transition: opacity .35s ease;
}

body.cine-pointer-active::after { opacity: 1; }

.cinematic-grain {
    position: fixed;
    inset: -45%;
    z-index: 9996;
    pointer-events: none;
    opacity: .038;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
    animation: cineGrain .28s steps(2) infinite;
}

.cinematic-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    height: 2px;
    pointer-events: none;
}

.cinematic-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--cine-wine), var(--cine-gold-light));
    transform: scaleX(var(--cine-scroll-progress, 0));
    transform-origin: left center;
    box-shadow: 0 0 14px rgba(227, 207, 170, .55);
}

main { min-height: 45vh; }

.container { max-width: 1320px; padding-inline: clamp(20px, 4vw, 58px); }

h1, h2, h3, h4, h5, h6, .title {
    font-family: var(--font-heading);
    text-wrap: balance;
}

p { text-wrap: pretty; }

.section-padding { padding: clamp(76px, 9vw, 138px) 0; }

/* Header */
.main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 17px 0;
    background: rgba(23, 18, 15, .94);
    color: var(--cine-white);
    border-bottom: 1px solid var(--cine-line-light);
    box-shadow: none;
    backdrop-filter: blur(22px) saturate(120%);
    transition: padding .45s var(--cine-ease), background .45s ease, box-shadow .45s ease;
}

.main-header.scrolled {
    padding: 10px 0;
    background: rgba(23, 18, 15, .975);
    box-shadow: 0 18px 50px rgba(10, 7, 5, .22);
}

.header-container::before {
    content: 'BOUTIQUE  ·  EST. 2026';
    position: absolute;
    left: 50%;
    top: calc(100% + 18px);
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .5);
    font-size: .55rem;
    font-weight: 700;
    letter-spacing: .34em;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.main-header:not(.scrolled) .header-container::before { opacity: .72; }

.logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .52rem;
    padding: .28rem .12rem .38rem;
    color: var(--cine-white);
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    isolation: isolate;
}

.logo::before {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 1px;
    opacity: .74;
    background: linear-gradient(90deg, transparent 0%, var(--cine-gold-light) 36%, #fff 50%, var(--cine-gold-light) 64%, transparent 100%);
    background-size: 220% 100%;
    animation: logoGleam 5.5s ease-in-out infinite;
}

.logo-name {
    font-size: 1.28rem;
    letter-spacing: .16em;
    text-shadow: 0 0 22px rgba(255, 243, 221, .12);
}

.logo-mark {
    color: var(--cine-gold-light);
    font-size: .42rem;
    filter: drop-shadow(0 0 6px rgba(225, 190, 132, .48));
    animation: logoStarPulse 3.8s ease-in-out infinite;
}

.logo-boutique {
    color: rgba(255, 253, 249, .68);
    font-family: var(--font-main);
    font-size: .46rem;
    font-weight: 800;
    letter-spacing: .28em;
}

.logo:hover .logo-name,
.logo:focus-visible .logo-name {
    color: #fff;
    text-shadow: 0 0 24px rgba(255, 243, 221, .24);
}

.logo:hover .logo-boutique,
.logo:focus-visible .logo-boutique {
    color: var(--cine-gold-light);
}

.nav-link {
    color: rgba(255, 253, 249, .76);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .16em;
    padding: 8px 0;
}

.nav-link:hover { color: var(--cine-white); }
.nav-link::after { height: 1px; background: var(--cine-gold-light); }

.icon-link,
.mobile-menu-btn,
.close-sidebar-btn,
.close-cart-btn {
    color: var(--cine-white);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.icon-link:hover,
.mobile-menu-btn:hover,
.close-sidebar-btn:hover,
.close-cart-btn:hover {
    color: var(--cine-ink);
    background: var(--cine-gold-light);
    border-color: var(--cine-gold-light);
}

.cart-count {
    top: -4px;
    right: -4px;
    width: 17px;
    height: 17px;
    background: var(--cine-wine);
    color: var(--cine-white);
    box-shadow: 0 0 0 2px var(--cine-ink);
}

.dropdown-content {
    display: block;
    top: calc(100% + 17px);
    min-width: 228px;
    padding: 12px;
    background: rgba(28, 22, 18, .98);
    border: 1px solid var(--cine-line-light);
    border-radius: 0;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .3s ease, transform .3s var(--cine-ease), visibility .3s;
}

.dropdown-content::before {
    content: '';
    position: absolute;
    inset: -18px 0 auto;
    height: 18px;
}

.nav-dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: none;
}

.dropdown-content a {
    color: rgba(255, 253, 249, .72);
    padding: 11px 14px;
    font-size: .75rem;
    letter-spacing: .08em;
}

.dropdown-content a:hover { background: rgba(255,255,255,.06); color: var(--cine-gold-light); }

/* Home hero */
.page-index .hero-section {
    height: calc(100svh - 77px);
    min-height: 680px;
    max-height: 1040px;
    padding: 0;
    background: var(--cine-ink);
}

.hero-slide {
    padding: clamp(90px, 11vh, 150px) 0 90px;
    background-position: center calc(30% + var(--cine-hero-shift, 0px));
    filter: saturate(.82) contrast(1.07);
    transform: scale(1.07);
    transition: opacity 1.25s ease, transform 8s linear;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 11, 9, .84) 0%, rgba(20, 13, 11, .57) 47%, rgba(20, 13, 11, .12) 78%),
        linear-gradient(180deg, rgba(12, 9, 8, .15) 45%, rgba(12, 9, 8, .76) 100%);
    pointer-events: none;
}

.hero-slide::after {
    content: '';
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(255, 255, 255, .16);
    pointer-events: none;
}

.hero-slide.active { transform: scale(1); }

.hero-slider .hero-content {
    max-width: 780px;
    margin: 0;
    padding-left: clamp(30px, 7vw, 112px);
}

.hero-content .subtitle {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    color: var(--cine-gold-light);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .33em;
}

.hero-content .subtitle::before { content: ''; width: 52px; height: 1px; background: currentColor; }

.title {
    max-width: 740px;
    margin-bottom: 26px;
    color: var(--cine-white);
    font-size: clamp(4.25rem, 8.2vw, 8.3rem);
    font-weight: 500;
    line-height: .79;
    letter-spacing: -.035em;
    text-shadow: 0 15px 45px rgba(0,0,0,.28);
}

.hero-content .description {
    max-width: 580px;
    margin-bottom: 30px;
    color: rgba(255, 253, 249, .76);
    font-size: clamp(.98rem, 1.2vw, 1.12rem);
    font-weight: 300;
    line-height: 1.9;
}

.hero-actions { gap: 12px; }

.btn,
.about-cta-btn,
.contact-submit-btn,
.tracking-btn {
    position: relative;
    overflow: hidden;
    min-height: 51px;
    padding: 14px 30px;
    border-radius: 0;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .2em;
    transition: color .35s ease, background .35s ease, border-color .35s ease, transform .35s var(--cine-ease), box-shadow .35s ease;
}

.btn:hover,
.about-cta-btn:hover,
.contact-submit-btn:hover,
.tracking-btn:hover { transform: translateY(-3px); }

.btn-primary {
    background: var(--cine-wine);
    border-color: var(--cine-wine);
    color: var(--cine-white);
    box-shadow: 0 16px 36px rgba(67, 18, 31, .24);
}

.btn-primary:hover { background: var(--cine-ink); border-color: var(--cine-ink); color: var(--cine-white); }

.hero-actions .btn-primary {
    background: var(--cine-white);
    border-color: var(--cine-white);
    color: var(--cine-ink);
}

.hero-actions .btn-primary:hover { background: var(--cine-gold-light); border-color: var(--cine-gold-light); color: var(--cine-ink); }

.btn-soft {
    color: var(--cine-white);
    background: rgba(255,255,255,.04);
    border-color: rgba(255,255,255,.38);
    backdrop-filter: blur(12px);
}

.btn-soft:hover { background: var(--cine-white); color: var(--cine-ink); }

.btn-outline { border-color: currentColor; }
.btn-outline:hover { background: var(--cine-ink); border-color: var(--cine-ink); color: var(--cine-white); }

.hero-trust-row { gap: 0; margin-top: 32px; }
.hero-trust-row span {
    min-height: auto;
    padding: 0 18px;
    color: rgba(255, 253, 249, .62);
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.22);
    border-radius: 0;
    font-size: .63rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.hero-trust-row span:first-child { padding-left: 0; }
.hero-trust-row span:last-child { border-right: 0; }

.hero-slider-btn {
    width: 54px;
    height: 54px;
    color: var(--cine-white);
    background: rgba(23,18,15,.28);
    border: 1px solid rgba(255,255,255,.28);
    backdrop-filter: blur(12px);
    transition: background .3s, color .3s, border-color .3s;
}
.hero-slider-btn:hover { background: var(--cine-gold-light); border-color: var(--cine-gold-light); color: var(--cine-ink); }
.hero-slider-prev { left: 38px; }
.hero-slider-next { right: 38px; }

.hero-slider-dots { bottom: 40px; gap: 8px; }
.hero-slider-dots button { width: 34px; height: 2px; border: 0; border-radius: 0; background: rgba(255,255,255,.32); }
.hero-slider-dots button.active { background: var(--cine-gold-light); }

/* Announcement and editorial sections */
.announcement-bar {
    position: relative;
    overflow: hidden;
    padding: 14px 0;
    background: var(--cine-wine-deep);
    color: var(--cine-gold-light);
    border: 0;
}
.announcement-bar::before,
.announcement-bar::after { opacity: .3; color: var(--cine-gold-light); }
.announcement-inner span { font-size: .62rem; letter-spacing: .26em; }

.category-banners-section { padding: clamp(28px, 4vw, 60px); background: var(--cine-ink); }
.category-banners-shell { max-width: 1560px; }
.category-banner-grid { gap: clamp(10px, 1.4vw, 22px); }

.cat-banner-item {
    min-height: clamp(360px, 42vw, 640px);
    border-radius: 0;
    background: var(--cine-ink-soft);
    box-shadow: none;
}
.cat-banner-item::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 1px solid rgba(255,255,255,.14);
    margin: 12px;
    transition: margin .55s var(--cine-ease), border-color .55s;
}
.cat-banner-item::after { background: linear-gradient(180deg, rgba(0,0,0,.04) 35%, rgba(10,7,5,.84)); }
.cat-banner-item:hover::before { margin: 20px; border-color: rgba(227,207,170,.48); }
.cat-banner-item img { filter: saturate(.72) contrast(1.04); transition: transform 1.25s var(--cine-ease), filter .8s ease; }
.cat-banner-item:hover img { transform: scale(1.075); filter: saturate(.95) contrast(1.03); }
.cat-banner-overlay { inset: auto 0 30px; z-index: 3; }
.cat-banner-title {
    padding: 0;
    color: var(--cine-white);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-family: var(--font-heading);
    font-size: clamp(1.55rem, 2.3vw, 2.55rem);
    font-weight: 500;
    letter-spacing: .08em;
}

.products-section { position: relative; overflow: hidden; background: var(--cine-paper); }
.products-section::before {
    content: 'ASPERACO';
    position: absolute;
    top: -2vw;
    right: -1vw;
    color: rgba(74,54,43,.04);
    font-family: var(--font-heading);
    font-size: clamp(8rem, 22vw, 25rem);
    line-height: .7;
    pointer-events: none;
}

.section-header { position: relative; z-index: 1; margin-bottom: 56px; }
.section-header h2,
.about-values-header h2 {
    color: var(--cine-ink);
    font-size: clamp(3.15rem, 6vw, 6.7rem);
    font-weight: 500;
    line-height: .88;
    letter-spacing: -.035em;
}
.section-header p { max-width: 620px; color: var(--muted-text); font-size: .95rem; line-height: 1.8; }
.section-kicker,
.about-section-tag {
    color: var(--cine-wine);
    font-family: var(--font-main);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .28em;
}

.mooi-tabs { position: relative; z-index: 1; gap: 32px; margin-bottom: 50px; border-bottom: 1px solid var(--cine-line); }
.mooi-tabs li {
    min-height: 50px;
    padding: 0 0 17px;
    color: var(--cine-smoke);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: .67rem;
    letter-spacing: .18em;
}
.mooi-tabs li::before { content: ''; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--cine-wine); transition: right .35s var(--cine-ease); }
.mooi-tabs li.active { color: var(--cine-ink); background: transparent; }
.mooi-tabs li.active::before { right: 0; }

/* Product cards */
@property --boutique-frame-angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(34px, 4vw, 72px) clamp(12px, 2vw, 30px); }
.product-card { padding: 0; border-radius: 0; background: transparent; box-shadow: none; transform: translateZ(0); }
.product-card:hover { transform: translateY(-9px); background: transparent; box-shadow: none; }
.product-img-wrapper { isolation: isolate; margin-bottom: 20px; border-radius: 0; background: #ded2c5; box-shadow: 0 18px 44px rgba(33,20,15,.08); }
.product-img-wrapper::before {
    content: '';
    position: absolute;
    inset: 9px;
    z-index: 3;
    padding: 1px;
    background: conic-gradient(
        from var(--boutique-frame-angle),
        rgba(187,145,93,.16) 0deg,
        rgba(187,145,93,.16) 247deg,
        rgba(231,196,145,.62) 282deg,
        rgba(255,246,216,.98) 307deg,
        rgba(205,157,94,.76) 329deg,
        rgba(187,145,93,.16) 360deg
    );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    filter: drop-shadow(0 0 4px rgba(223,184,126,.28));
    pointer-events: none;
    opacity: .58;
    animation: boutiqueFrameOrbit 9s linear infinite;
    transition: inset .65s var(--cine-ease), opacity .55s ease, filter .55s ease;
}
.product-img-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,.26);
    background:
        linear-gradient(90deg, rgba(218,177,119,.72), transparent) top left / 34px 1px no-repeat,
        linear-gradient(180deg, rgba(218,177,119,.72), transparent) top left / 1px 34px no-repeat,
        linear-gradient(270deg, rgba(255,243,211,.7), transparent) bottom right / 34px 1px no-repeat,
        linear-gradient(0deg, rgba(255,243,211,.7), transparent) bottom right / 1px 34px no-repeat;
    pointer-events: none;
    z-index: 2;
    transition: inset .65s var(--cine-ease), border-color .5s, box-shadow .55s ease;
}
.product-card:nth-child(4n + 2) .product-img-wrapper::before { animation-delay: -2.25s; }
.product-card:nth-child(4n + 3) .product-img-wrapper::before { animation-delay: -4.5s; }
.product-card:nth-child(4n + 4) .product-img-wrapper::before { animation-delay: -6.75s; }
.product-card:hover .product-img-wrapper::before { inset: 12px; opacity: .96; filter: drop-shadow(0 0 7px rgba(245,215,166,.5)); }
.product-card:hover .product-img-wrapper::after { inset: 10px; border-color: rgba(255,255,255,.58); box-shadow: inset 0 0 34px rgba(44,25,18,.08); }
.product-img { filter: saturate(.84); transition: transform 1.1s var(--cine-ease), opacity .55s ease, filter .55s ease; }
.product-card:hover .product-img { filter: saturate(1); }
.product-card.has-hover-img:hover .hover-img,
.product-card:not(.has-hover-img):hover .product-img { transform: scale(1.06); }
.product-info { padding: 0 3px; }
.product-brand { color: var(--cine-rose); font-size: .58rem; letter-spacing: .22em; }
.product-title { margin-top: 4px; font-family: var(--font-heading); font-size: 1.28rem; font-weight: 600; line-height: 1.15; }
.product-title a { color: var(--cine-ink); }
.product-price { margin-top: 9px; color: var(--cine-ink); font-size: .84rem; font-weight: 700; letter-spacing: .05em; }
.mooi-new-badge,
.discount-badge,
.stock-badge {
    padding: 7px 11px;
    color: var(--cine-white);
    background: var(--cine-wine);
    border-radius: 0;
    font-size: .55rem;
    letter-spacing: .16em;
}
.mooi-fav-btn,
.mooi-cart-btn {
    width: 42px;
    height: 42px;
    color: var(--cine-ink);
    background: rgba(255,253,249,.9);
    border: 1px solid rgba(23,18,15,.08);
    border-radius: 50%;
    backdrop-filter: blur(10px);
}
.mooi-fav-btn:hover,
.mooi-cart-btn:hover { color: var(--cine-white); background: var(--cine-wine); }

.banner-section { padding-top: 0; background: var(--cine-paper); }
.banner-box {
    min-height: clamp(520px, 68vw, 820px);
    padding: 110px 40px;
    background-position: center 28%;
    background-attachment: fixed;
    isolation: isolate;
}
.banner-box::before { background: linear-gradient(100deg, rgba(18,12,9,.85), rgba(18,12,9,.32) 58%, rgba(18,12,9,.52)); }
.banner-box::after { content: ''; position: absolute; inset: 22px; z-index: 1; border: 1px solid rgba(255,255,255,.22); }
.banner-text { position: relative; z-index: 2; max-width: 760px; }
.banner-text h2 { color: var(--cine-white); font-size: clamp(4rem, 7vw, 7.4rem); font-weight: 500; line-height: .82; }
.banner-text p { max-width: 540px; margin: 26px auto 34px; color: rgba(255,255,255,.76); }
.banner-text .btn-outline { color: var(--cine-white); border-color: rgba(255,255,255,.55); }
.banner-text .btn-outline:hover { color: var(--cine-ink); background: var(--cine-gold-light); border-color: var(--cine-gold-light); }

/* Footer */
.main-footer { overflow: hidden; padding-top: 0; background: var(--cine-ink); color: var(--cine-white); border: 0; }
.footer-marquee { overflow: hidden; padding: 28px 0; border-bottom: 1px solid var(--cine-line-light); }
.footer-marquee-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 40px;
    color: var(--cine-gold-light);
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 4.2rem);
    letter-spacing: .12em;
    white-space: nowrap;
    animation: cineMarquee 26s linear infinite;
}
.footer-marquee-track i { color: var(--cine-wine); font-size: .42em; font-style: normal; }
.footer-grid { padding-top: 88px; margin-bottom: 72px; grid-template-columns: 1.25fr .8fr 1fr 1.15fr; }
.footer-logo { color: var(--cine-white); font-family: var(--font-heading); font-size: 3rem; letter-spacing: .18em; }
.footer-col h4 { color: var(--cine-gold-light); font-size: .7rem; font-family: var(--font-main); font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.footer-col p,
.footer-col a,
.footer-bottom { color: rgba(255,253,249,.56); }
.footer-col a { position: relative; width: fit-content; font-size: .82rem; }
.footer-col a:hover { color: var(--cine-white); transform: translateX(5px); }
.newsletter-form { border-bottom: 1px solid rgba(255,255,255,.28); }
.newsletter-form input { color: var(--cine-white); background: transparent; border: 0; border-radius: 0; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.42); }
.newsletter-form button { color: var(--cine-gold-light); background: transparent; border: 0; font-size: .68rem; letter-spacing: .15em; }
.footer-bottom { border-color: var(--cine-line-light); }
.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
}
.footer-credit-separator { color: rgba(211, 166, 105, .68); }
.footer-credit-link {
    position: relative;
    color: rgba(255, 245, 230, .82);
    font-weight: 700;
    letter-spacing: .12em;
    text-decoration: none;
    transition: color .3s ease, text-shadow .3s ease;
}
.footer-credit-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -.28rem;
    height: 1px;
    background: linear-gradient(90deg, #7acfff, #d3a669);
    transition: right .35s ease;
}
.footer-credit-link:hover,
.footer-credit-link:focus-visible {
    color: #fff;
    text-shadow: 0 0 18px rgba(94, 190, 255, .36);
}
.footer-credit-link:hover::after,
.footer-credit-link:focus-visible::after { right: 0; }
.footer-payment img { filter: grayscale(1) invert(1); opacity: .62 !important; }

@media (max-width: 640px) {
    .footer-copyright { justify-content: center; }
}

/* Side panels, modal, mobile navigation */
.mobile-sidebar,
.cart-drawer {
    background: var(--cine-ink);
    color: var(--cine-white);
    border-left: 1px solid var(--cine-line-light);
    box-shadow: -28px 0 80px rgba(0,0,0,.32);
}
.mobile-sidebar-header h2,
.cart-drawer-header h2 { color: var(--cine-white); font-size: 2rem; }
.mobile-nav-link { color: rgba(255,253,249,.8); border-color: var(--cine-line-light); font-family: var(--font-heading); font-size: 1.35rem; }
.mobile-nav-link:hover { color: var(--cine-gold-light); }
.mobile-sub-nav-link { color: rgba(255,253,249,.5); font-family: var(--font-main); font-size: .75rem; }
.cart-drawer-header { border-color: var(--cine-line-light); }
.sidebar-overlay { background: rgba(11,8,6,.66); backdrop-filter: blur(8px); }
.modal { background: rgba(11,8,6,.76); backdrop-filter: blur(12px); }
.modal-content { border-radius: 0; background: var(--cine-paper); box-shadow: var(--cine-shadow); }
.mobile-bottom-nav { background: rgba(23,18,15,.96) !important; border-top-color: var(--cine-line-light) !important; }
.mobile-bottom-nav .nav-item { color: rgba(255,253,249,.72); }
.mobile-bottom-nav .nav-item:hover { color: var(--cine-gold-light); }

/* Category */
.category-header {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 390px;
    display: grid;
    place-items: center;
    margin-bottom: 0 !important;
    padding: 105px 0 !important;
    color: var(--cine-white);
    background-color: var(--cine-ink) !important;
}
.category-header::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(14,10,8,.88), rgba(14,10,8,.42), rgba(14,10,8,.72)); }
.category-header::after { content: ''; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.18); z-index: -1; }
.category-header h1 { color: var(--cine-white) !important; font-size: clamp(3.5rem, 7vw, 7.2rem) !important; font-weight: 500 !important; line-height: .85; }
.category-header p { color: rgba(255,255,255,.68) !important; }
.category-layout { gap: clamp(35px, 5vw, 76px); padding-top: 86px !important; }
.category-sidebar {
    padding: 28px;
    background: rgba(255,253,249,.66);
    border: 1px solid var(--cine-line);
    backdrop-filter: blur(14px);
}
.filter-header { border-color: var(--cine-line) !important; }
.filter-title { color: var(--cine-wine); font-size: .65rem; letter-spacing: .18em; }
.price-inputs input,
.elegant-filter-form input[type='number'] { background: transparent; border-color: var(--cine-line); border-radius: 0; }
.size-box { border-radius: 0 !important; border-color: var(--cine-line) !important; }
.size-label input:checked + .size-box { color: var(--cine-white) !important; background: var(--cine-wine) !important; border-color: var(--cine-wine) !important; }

/* Product detail */
.page-product main {
    background:
        radial-gradient(circle at 87% 8%, rgba(176,137,113,.1), transparent 27rem),
        linear-gradient(180deg, #fcf9f5 0%, var(--cine-paper) 44%, #f3ece4 100%);
}
.product-elite-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr);
    max-width: 1540px;
    gap: clamp(50px, 6.5vw, 104px);
    padding: clamp(64px, 7vw, 112px) clamp(28px, 5vw, 80px) clamp(88px, 8vw, 132px);
}
.product-elite-gallery { min-width: 0; gap: 18px; }
.elite-main-image-wrapper {
    isolation: isolate;
    background: #d9ccbf;
    box-shadow:
        0 42px 110px rgba(41,24,18,.14),
        0 0 0 1px rgba(105,72,54,.12);
}
.elite-main-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 16px;
    z-index: 2;
    border: 1px solid rgba(255,250,237,.48);
    background:
        linear-gradient(135deg, rgba(255,246,222,.13), transparent 19%),
        linear-gradient(315deg, rgba(90,38,44,.08), transparent 22%);
    box-shadow: inset 0 0 64px rgba(34,20,16,.055);
    pointer-events: none;
}
.elite-main-img { filter: saturate(.9) contrast(1.015); }
.elite-gallery-motion-frame {
    position: absolute;
    inset: 13px;
    z-index: 3;
    padding: 1px;
    background: conic-gradient(
        from var(--boutique-frame-angle),
        rgba(178,130,77,.18) 0deg,
        rgba(245,220,173,.9) 24deg,
        rgba(255,247,221,.28) 44deg,
        rgba(122,58,64,.2) 102deg,
        rgba(193,148,88,.14) 210deg,
        rgba(255,232,190,.78) 270deg,
        rgba(178,130,77,.18) 360deg
    );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    filter: drop-shadow(0 0 5px rgba(229,191,129,.22));
    opacity: .7;
    pointer-events: none;
    animation: boutiqueFrameOrbit 11s linear infinite;
    transition: inset .65s var(--cine-ease), opacity .5s ease, filter .5s ease;
}
.elite-main-image-wrapper:hover .elite-gallery-motion-frame {
    inset: 18px;
    opacity: .96;
    filter: drop-shadow(0 0 9px rgba(238,205,147,.36));
}
.elite-gallery-corners {
    position: absolute;
    inset: 13px;
    z-index: 4;
    background:
        linear-gradient(90deg, rgba(255,231,185,.96), transparent) top left / 62px 1px no-repeat,
        linear-gradient(180deg, rgba(255,231,185,.96), transparent) top left / 1px 62px no-repeat,
        linear-gradient(270deg, rgba(255,239,207,.88), transparent) bottom right / 62px 1px no-repeat,
        linear-gradient(0deg, rgba(255,239,207,.88), transparent) bottom right / 1px 62px no-repeat;
    pointer-events: none;
    transition: inset .65s var(--cine-ease);
}
.elite-main-image-wrapper:hover .elite-gallery-corners { inset: 18px; }
.elite-gallery-index {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 124px;
    padding: 10px 13px 9px;
    color: #fff8eb;
    border: 1px solid rgba(255,237,203,.32);
    background: rgba(31,20,18,.66);
    box-shadow: 0 12px 32px rgba(23,13,12,.18);
    backdrop-filter: blur(12px) saturate(.8);
    -webkit-backdrop-filter: blur(12px) saturate(.8);
    pointer-events: none;
}
.elite-gallery-index small {
    padding-right: 14px;
    border-right: 1px solid rgba(255,239,210,.22);
    font-size: .43rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .2em;
}
.elite-gallery-index > span { display: flex; align-items: baseline; gap: 5px; }
.elite-gallery-index strong {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1;
}
.elite-gallery-index i,
.elite-gallery-index em {
    color: rgba(255,244,221,.62);
    font-size: .57rem;
    font-style: normal;
}
.gallery-media-changed .elite-main-img,
.gallery-media-changed .elite-main-video { animation: eliteGalleryReveal .68s var(--cine-ease); }
.elite-gallery-rail {
    margin-top: 1px;
    padding: 15px 2px 4px;
    border-top: 1px solid rgba(71,47,37,.13);
}
.elite-gallery-rail-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--cine-muted);
}
.elite-gallery-rail-heading span,
.elite-gallery-rail-heading small {
    flex: 0 0 auto;
    font-size: .49rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.elite-gallery-rail-heading small { color: rgba(75,61,54,.54); letter-spacing: .14em; }
.elite-gallery-rail-heading i {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(101,31,49,.22), transparent);
}
.elite-thumbnails { gap: 14px; padding: 4px 4px 15px; scrollbar-color: rgba(101,31,49,.26) transparent; }
.elite-thumbnails::-webkit-scrollbar-thumb { background: rgba(101,31,49,.24); }
.elite-thumb {
    position: relative;
    width: 84px;
    height: 112px;
    opacity: .52;
    border: 1px solid transparent;
    filter: saturate(.72);
    box-shadow: 0 9px 24px transparent;
    transition: opacity .45s ease, transform .55s var(--cine-ease), filter .45s ease, border-color .45s ease, box-shadow .45s ease;
}
.elite-thumb::after {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(255,255,255,.24);
    pointer-events: none;
}
.elite-thumb:hover {
    opacity: .88;
    transform: translateY(-3px);
    filter: saturate(.9);
}
.elite-thumb.active {
    opacity: 1;
    border-color: rgba(101,31,49,.4);
    outline: 1px solid rgba(205,163,102,.45);
    outline-offset: 3px;
    filter: saturate(.96);
    box-shadow: 0 14px 30px rgba(45,25,20,.16);
    transform: translateY(-3px);
}
.product-share-bar { border-color: var(--cine-line); }
.share-btn { color: var(--cine-ink); background: transparent; border-color: var(--cine-line); border-radius: 50%; }
.product-elite-details-wrapper { width: 100%; max-width: 540px; justify-self: end; }
.product-elite-details { top: 105px; }
.elite-breadcrumb { margin-bottom: 20px; color: #8c8079; font-size: .55rem; letter-spacing: .19em; }
.elite-breadcrumb a { color: var(--cine-wine); }
.elite-product-title { margin-bottom: 20px; font-size: clamp(3rem, 4.45vw, 4.85rem); font-weight: 500; line-height: .93; letter-spacing: -.028em; text-wrap: balance; }
.elite-product-price { margin-bottom: 30px; color: var(--cine-wine); font-family: var(--font-heading); font-size: 1.5rem; letter-spacing: .035em; }
.elite-product-desc { color: var(--muted-text); line-height: 1.9; }
.elite-size-title { color: var(--cine-ink); font-size: .64rem; font-weight: 800; letter-spacing: .22em; }
.elite-size-section { margin-bottom: 32px; }
.elite-color-option { min-height: 44px; color: var(--cine-ink); background: rgba(255,255,255,.34); border-color: var(--cine-line); border-radius: 999px; padding-inline: 15px; }
.elite-color-option:hover,
.elite-color-option.active { color: var(--cine-wine); background: #f8eeeb; border-color: rgba(101,31,49,.55); box-shadow: 0 8px 22px rgba(58,33,25,.06); }
.elite-color-option span { width: 16px; height: 16px; }
.elite-size-selector { gap: 10px; }
.elite-size-label span { min-width: 56px; padding: 13px 18px; text-align: center; background: rgba(255,255,255,.28); border-color: var(--cine-line); }
.elite-size-label.in-stock:hover span { border-color: var(--cine-wine); }
.elite-size-label input:checked + span { color: var(--cine-wine); background: #f8eeeb; border-color: rgba(101,31,49,.65); box-shadow: inset 0 -2px 0 var(--cine-wine); }
.elite-qty-box { min-height: 58px; border-color: var(--cine-line); background: rgba(255,255,255,.36); }
.elite-add-to-cart-btn { min-height: 58px; background: var(--cine-wine); border: 1px solid var(--cine-wine); }
.elite-add-to-cart-btn:hover { background: var(--cine-ink); }
.elite-wishlist-btn { width: 58px; min-width: 58px; border-color: var(--cine-line); background: rgba(255,255,255,.28); }
.elite-product-meta { border-color: var(--cine-line); }
.product-help-box,
.elite-review-login-note { background: rgba(255,253,249,.65) !important; border-color: var(--cine-line) !important; border-radius: 0 !important; }
.elite-reviews-header { color: var(--cine-ink); border-color: var(--cine-line); font-size: clamp(2.8rem, 5vw, 5rem); }
.elite-review-item { border-color: var(--cine-line); }
.elite-textarea { border-color: var(--cine-line); background: transparent; }
.btn-elite { background: var(--cine-wine); }
.page-product .products-section { background: #e9dfd4 !important; }
.page-product .product-elite-layout { position: relative; isolation: isolate; }
.page-product .product-elite-layout::before {
    content: 'ATELIER';
    position: absolute;
    top: 1.2rem;
    right: 2vw;
    z-index: -1;
    color: rgba(101,31,49,.033);
    font-family: var(--font-heading);
    font-size: clamp(7rem, 15vw, 15rem);
    line-height: .7;
    pointer-events: none;
}
.page-product .product-elite-gallery { position: relative; }
.page-product .product-elite-gallery::before {
    content: 'ASPERACO BOUTIQUE · PRIVATE SELECTION';
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--cine-wine);
    font-size: .54rem;
    font-weight: 800;
    letter-spacing: .25em;
}
.page-product .product-elite-gallery::after {
    content: '';
    position: absolute;
    top: .32rem;
    right: 0;
    width: min(27%, 170px);
    height: 1px;
    background: linear-gradient(90deg, var(--cine-line), transparent);
}
.page-product .elite-main-image-wrapper { isolation: isolate; }
.page-product .elite-main-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(150deg, rgba(255,255,255,.11), transparent 35%, rgba(31,18,15,.09));
    pointer-events: none;
}
.page-product .product-elite-details {
    position: sticky;
    overflow: hidden;
    padding: clamp(34px, 3.4vw, 50px);
    background: rgba(255,252,248,.8);
    border: 1px solid rgba(104,80,69,.19);
    box-shadow: 0 34px 90px rgba(43,26,20,.065);
    backdrop-filter: blur(18px);
}
.page-product .product-elite-details::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, transparent, #b88a68 35%, #6d293b 64%, transparent);
    opacity: .62;
}
.elite-product-heading { position: relative; padding-bottom: 5px; }
.elite-product-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #9a7664;
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .24em;
    text-transform: uppercase;
}
.elite-product-kicker i { width: 24px; height: 1px; background: #b88a68; }
.elite-product-story { padding: 25px 0; border-top: 1px solid var(--cine-line); border-bottom: 1px solid var(--cine-line); }
.elite-story-label {
    display: block;
    margin-bottom: 11px;
    color: #9a7664;
    font-size: .52rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.page-product .elite-product-desc { margin: 0; color: #726861; font-size: .96rem; line-height: 1.85; }
.page-product .elite-action-group { margin-bottom: 14px; gap: 10px; }
.elite-order-note { margin: 0 0 26px; color: #8b7d75; font-size: .72rem; letter-spacing: .025em; text-align: center; }
.elite-order-note span { margin-right: 7px; color: #b88a68; }
.page-product .elite-product-meta { gap: 0; padding-top: 7px; border-top-color: rgba(104,80,69,.18); }
.page-product .meta-item { gap: 14px; padding: 15px 2px; border-bottom: 1px solid rgba(104,80,69,.11); }
.page-product .meta-item:last-child { border-bottom: 0; }
.page-product .meta-item > svg { flex: 0 0 auto; color: #9b6f5c; }
.meta-copy { display: grid; gap: 3px; }
.meta-copy small { color: #9a7664; font-size: .48rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.meta-copy > span { color: #6f655f; font-size: .8rem; letter-spacing: .01em; }
.page-product .products-section .section-header { max-width: 760px; margin-inline: auto; }
.page-product .products-section .section-header h2 { font-size: clamp(3.5rem, 6.2vw, 6.8rem); line-height: .88; text-wrap: balance; }
.trendyol-product-link {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: 116px minmax(0,1fr) auto;
    align-items: center;
    gap: 17px;
    min-height: 82px;
    margin: 0 0 34px;
    padding: 12px 16px 12px 13px;
    color: #34241d;
    background:
        radial-gradient(circle at 10% 0, rgba(242,122,26,.1), transparent 34%),
        linear-gradient(118deg, rgba(255,253,249,.98), rgba(250,239,228,.93));
    border: 1px solid rgba(221,162,112,.52);
    box-shadow: 0 14px 34px rgba(94,55,31,.075);
    text-decoration: none;
    transition: color .4s, transform .5s var(--cine-ease), box-shadow .45s, border-color .4s;
}
.trendyol-product-link::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.72) 43%, transparent 64%);
    transform: translateX(-115%);
    transition: transform .9s var(--cine-ease);
}
.trendyol-product-link::after {
    content: '';
    position: absolute;
    inset: 8px;
    z-index: -1;
    border: 1px solid rgba(242,122,26,.12);
    pointer-events: none;
}
.trendyol-product-link:hover { color: #34241d; border-color: rgba(242,122,26,.78); transform: translateY(-4px); box-shadow: 0 22px 50px rgba(127,65,18,.14); }
.trendyol-product-link:hover::before { transform: translateX(115%); }
.trendyol-logo-shell {
    display: grid;
    width: 116px;
    min-height: 54px;
    place-items: center;
    padding: 7px 10px;
    border-right: 1px solid rgba(117,73,46,.13);
    background: rgba(255,255,255,.54);
}
.trendyol-logo-shell img { display: block; width: 96px; height: auto; }
.trendyol-product-copy { min-width: 0; }
.trendyol-product-link small, .trendyol-product-link strong { display: block; }
.trendyol-product-link small { margin-bottom: 4px; color: #9c7259; font-size: .46rem; font-weight: 800; letter-spacing: .18em; }
.trendyol-product-link strong { font-family: var(--font-heading); font-size: 1.28rem; font-weight: 600; }
.trendyol-product-arrow {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #b95813;
    border: 1px solid rgba(242,122,26,.25);
    border-radius: 50%;
    transition: color .35s, background .35s, transform .45s var(--cine-ease);
}
.trendyol-product-link:hover .trendyol-product-arrow { color: #fff; background: #f27a1a; transform: rotate(7deg); }

/* Wishlist collection */
.page-wishlist main { background: var(--cine-cream); }
.page-wishlist main > .container { padding-top: clamp(65px, 8vw, 110px) !important; }
.wishlist-panel {
    position: relative;
    overflow: hidden;
    min-height: 580px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(101,31,49,.11);
    background: rgba(255,253,249,.8);
    box-shadow: 0 24px 70px rgba(35,24,20,.07);
}
.wishlist-panel::before {
    content: 'FAVORITES';
    position: absolute;
    top: -22px;
    right: -12px;
    color: rgba(101,31,49,.028);
    font-family: var(--font-heading);
    font-size: clamp(5rem, 10vw, 9rem);
    line-height: 1;
    pointer-events: none;
}
.wishlist-panel-heading {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--cine-line);
}
.wishlist-panel-heading span { color: var(--cine-wine); font-size: .52rem; font-weight: 800; letter-spacing: .23em; }
.wishlist-panel-heading h1 { margin: 5px 0 0; color: var(--cine-ink); font-size: clamp(2.9rem, 5vw, 4.6rem) !important; line-height: .9; }
.wishlist-panel-heading p { color: var(--cine-smoke); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.wishlist-panel-heading p strong { color: var(--cine-wine); font-family: var(--font-heading); font-size: 1.25rem; font-weight: 500; }
.wishlist-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 22px; }
.wishlist-item-card { transition: opacity .4s ease, transform .55s var(--cine-ease), filter .4s ease; }
.wishlist-item-card.is-removing { opacity: 0; filter: blur(3px); transform: scale(.94) translateY(15px); pointer-events: none; }
.wishlist-card-brand { display: block; margin-bottom: 7px; color: var(--cine-wine); font-size: .47rem; font-weight: 800; letter-spacing: .18em; }
.wishlist-remove-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 43px;
    margin-top: 14px;
    padding: 9px 12px;
    color: var(--cine-wine);
    border: 1px solid rgba(101,31,49,.22);
    background: transparent;
    font-family: var(--font-body);
    font-size: .61rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .35s, background .35s, border-color .35s, transform .4s var(--cine-ease);
}
.wishlist-remove-button:hover { color: #fffaf4 !important; border-color: var(--cine-wine); background: var(--cine-wine); transform: translateY(-2px); }
.wishlist-remove-button:disabled { cursor: wait; opacity: .58; }
.wishlist-remove-button.is-loading svg { animation: accountOrbit 1s linear infinite; }
.wishlist-empty { max-width: 540px; margin: 75px auto; text-align: center; }
.wishlist-empty[hidden] { display: none; }
.wishlist-empty > span { display: block; color: rgba(101,31,49,.35); font-family: var(--font-heading); font-size: 5.4rem; line-height: 1; }
.wishlist-empty h2 { margin: 9px 0 8px; color: var(--cine-ink); font-size: 2.4rem; font-weight: 500; }
.wishlist-empty p { margin: 0 auto 24px; color: var(--cine-smoke); font-size: .86rem; line-height: 1.7; }

/* Cart, checkout, auth and account */
.page-cart main,
.page-checkout main,
.page-login main,
.page-register main,
.page-profile main,
.page-profile_edit main,
.page-addresses main,
.page-orders main,
.page-favorites main,
.page-notifications main { background: var(--cine-cream); }

.page-cart main > .container,
.page-checkout main > .container,
.page-login main > .container,
.page-register main > .container,
.page-profile main > .container,
.page-profile_edit main > .container,
.page-addresses main > .container,
.page-orders main > .container,
.page-favorites main > .container,
.page-notifications main > .container { padding-top: clamp(65px, 8vw, 110px) !important; }

.page-cart h1,
.page-checkout h1,
.page-login h1,
.page-register h1,
.page-profile h1,
.page-addresses h1,
.page-orders h1,
.page-favorites h1,
.page-notifications h1 { font-size: clamp(3.2rem, 6vw, 5.8rem) !important; font-weight: 500 !important; line-height: .9; }

.page-login main > .container > div,
.page-register main > .container > div {
    position: relative;
    max-width: 560px !important;
    padding: clamp(34px, 5vw, 60px) !important;
    background: rgba(255,253,249,.78) !important;
    border: 1px solid var(--cine-line);
    border-radius: 0 !important;
    box-shadow: var(--cine-shadow-soft) !important;
    backdrop-filter: blur(14px);
}
.page-login main > .container > div::before,
.page-register main > .container > div::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(101,31,49,.1); pointer-events: none; }

input:not([type='checkbox']):not([type='radio']):not([type='hidden']),
select,
textarea {
    color: var(--cine-ink);
    background-color: rgba(255,253,249,.54);
    border-color: var(--cine-line) !important;
    border-radius: 0 !important;
    transition: border-color .3s, box-shadow .3s, background .3s;
}
input:not([type='checkbox']):not([type='radio']):focus,
select:focus,
textarea:focus {
    outline: 0;
    background-color: var(--cine-white);
    border-color: var(--cine-wine) !important;
    box-shadow: 0 0 0 3px rgba(101,31,49,.08);
}

.page-cart table { border-collapse: separate; border-spacing: 0 12px; }
.page-cart thead { color: var(--cine-smoke); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }
.page-cart tbody tr { background: rgba(255,253,249,.78); box-shadow: 0 10px 30px rgba(33,20,15,.05); }
.page-cart tbody td { padding-block: 18px !important; border: 0 !important; }
.cart-summary { background: var(--cine-ink) !important; color: var(--cine-white); border: 1px solid var(--cine-line-light); border-radius: 0 !important; box-shadow: var(--cine-shadow) !important; }
.cart-summary h3,
.cart-summary span { color: inherit; }
.cart-summary .cart-agreement { color: var(--cine-ink); background: var(--cine-cream) !important; border-color: transparent !important; }
.cart-summary .btn-primary { background: var(--cine-gold-light); border-color: var(--cine-gold-light); color: var(--cine-ink); }

#checkout-form > div > div {
    background: rgba(255,253,249,.76) !important;
    border: 1px solid var(--cine-line);
    border-radius: 0 !important;
    box-shadow: var(--cine-shadow-soft) !important;
}
#checkout-form label[onclick],
#checkout-form label:has(input[type='radio']) { border-radius: 0 !important; background: transparent !important; }
#checkout-form label:has(input[type='radio']:checked) { border-color: var(--cine-wine) !important; box-shadow: inset 4px 0 0 var(--cine-wine); }

.order-card,
.order-tracking-card,
.policy-item,
.policy-contact-card,
.shipping-highlight-card,
.contact-card-item {
    border-color: var(--cine-line) !important;
    border-radius: 0 !important;
    background: rgba(255,253,249,.7) !important;
    box-shadow: none;
}
.order-card:hover,
.policy-contact-card:hover,
.shipping-highlight-card:hover,
.contact-card-item:hover { border-color: rgba(101,31,49,.46) !important; box-shadow: var(--cine-shadow-soft); }
.order-header { background: rgba(233,223,212,.58) !important; border-color: var(--cine-line) !important; }
.tracking-btn { background: var(--cine-ink); }

/* Cinematic member dashboard */
.page-profile main {
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 32%, rgba(101,31,49,.09), transparent 30rem),
        var(--cine-cream);
}

.account-dashboard-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--cine-white);
    background:
        linear-gradient(105deg, rgba(13,9,7,.96), rgba(31,19,16,.89) 55%, rgba(67,18,31,.78)),
        url('https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&q=80') center 38% / cover;
    isolation: isolate;
}

.account-dashboard-hero::before {
    content: 'MEMBER';
    position: absolute;
    right: -1vw;
    bottom: -4vw;
    z-index: -1;
    color: rgba(255,255,255,.035);
    font-family: var(--font-heading);
    font-size: clamp(9rem, 24vw, 24rem);
    line-height: .7;
    pointer-events: none;
}

.account-dashboard-hero::after {
    content: '';
    position: absolute;
    inset: 22px;
    z-index: 0;
    border: 1px solid rgba(255,255,255,.14);
    pointer-events: none;
}

.account-dashboard-hero-glow {
    position: absolute;
    top: -38%;
    right: 4%;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(227,207,170,.17);
    border-radius: 50%;
    box-shadow: 0 0 90px rgba(195,164,109,.07), inset 0 0 90px rgba(101,31,49,.09);
    animation: accountOrbit 18s linear infinite;
}

.account-dashboard-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding-top: 80px;
    padding-bottom: 110px;
}

.account-dashboard-welcome { max-width: 760px; }

.account-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: var(--cine-gold-light);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .3em;
}

.account-eyebrow::before { content: ''; width: 44px; height: 1px; background: currentColor; }

.account-dashboard-welcome h1 {
    margin: 0 0 22px;
    color: var(--cine-white);
    font-size: clamp(4.2rem, 8vw, 8rem) !important;
    font-weight: 500 !important;
    line-height: .77;
    letter-spacing: -.04em;
}

.account-dashboard-welcome h1 em { color: var(--cine-gold-light); font-weight: 500; }
.account-dashboard-welcome p { max-width: 590px; color: rgba(255,253,249,.62); font-size: .96rem; line-height: 1.85; }

.account-member-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    padding: 9px 14px;
    color: rgba(255,253,249,.74);
    border: 1px solid rgba(255,255,255,.14);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.account-member-dot { width: 6px; height: 6px; background: #7bbf8c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(123,191,140,.1); }

.account-dashboard-monogram {
    position: relative;
    width: 240px;
    height: 240px;
    flex: 0 0 240px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(227,207,170,.34);
    border-radius: 50%;
    box-shadow: inset 0 0 0 18px rgba(255,255,255,.018), 0 28px 80px rgba(0,0,0,.25);
}

.account-dashboard-monogram::before,
.account-dashboard-monogram::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.09);
}
.account-dashboard-monogram::before { inset: -18px; }
.account-dashboard-monogram::after { inset: 22px; border-style: dashed; animation: accountOrbit 22s linear infinite reverse; }
.account-dashboard-monogram span { color: var(--cine-gold-light); font-family: var(--font-heading); font-size: 5rem; font-weight: 500; letter-spacing: -.08em; }
.account-dashboard-monogram small { position: absolute; right: -20px; bottom: 30px; color: rgba(255,255,255,.42); font-size: .5rem; font-weight: 800; letter-spacing: .2em; line-height: 1.7; }

.page-profile main > .container.account-dashboard-shell {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    padding-top: 0 !important;
    padding-bottom: 120px;
    margin-top: -70px;
}

.account-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 64px;
    background: var(--cine-white);
    border: 1px solid var(--cine-line);
    box-shadow: 0 28px 80px rgba(23,18,15,.14);
}

.account-stat-card {
    position: relative;
    min-height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 27px;
    overflow: hidden;
    color: var(--cine-ink);
    background: rgba(255,253,249,.92);
    border-right: 1px solid var(--cine-line);
    transition: background .4s ease, color .4s ease, transform .4s var(--cine-ease);
}

.account-stat-card:last-child { border-right: 0; }
.account-stat-card:hover { color: var(--cine-white); background: var(--cine-wine-deep); transform: translateY(-8px); }
.account-stat-index { position: absolute; top: 18px; right: 20px; color: var(--cine-gold); font-size: .55rem; font-weight: 800; letter-spacing: .18em; }
.account-stat-card strong { display: block; margin-bottom: 7px; font-family: var(--font-heading); font-size: clamp(2.1rem, 3.3vw, 3.65rem); font-weight: 500; line-height: .8; }
.account-stat-card strong small { font-family: var(--font-main); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.account-stat-card > span:last-child { color: var(--cine-smoke); font-size: .61rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: color .4s; }
.account-stat-card:hover > span:last-child { color: rgba(255,253,249,.55); }

.account-dashboard-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.account-dashboard-content { min-width: 0; }
.account-orders-panel { position: relative; }

.account-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--cine-line);
}

.account-section-heading span { color: var(--cine-wine); font-size: .59rem; font-weight: 800; letter-spacing: .24em; }
.account-section-heading h2 { margin: 5px 0 0; color: var(--cine-ink); font-size: clamp(3.15rem, 5vw, 5.5rem); font-weight: 500; line-height: .84; letter-spacing: -.03em; }
.account-section-heading > p { color: var(--cine-ink); font-size: .78rem; font-weight: 700; text-align: right; }
.account-section-heading > p small { color: var(--cine-smoke); font-weight: 400; }

.page-profile .order-card {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: rgba(255,253,249,.78) !important;
    border: 1px solid var(--cine-line) !important;
    box-shadow: 0 16px 42px rgba(23,18,15,.06);
}

.page-profile .order-card::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--cine-wine); transform: scaleY(0); transform-origin: bottom; transition: transform .5s var(--cine-ease); }
.page-profile .order-card:hover::before { transform: scaleY(1); }
.page-profile .order-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(23,18,15,.11); }
.page-profile .order-header { padding: 22px 26px 18px; background: rgba(233,223,212,.52) !important; border-bottom: 1px solid var(--cine-line) !important; }
.page-profile .order-body { padding: 4px 26px 26px; }
.account-order-flash {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    padding: 14px 18px;
    border: 1px solid;
    background: rgba(255,253,249,.88);
    font-size: .84rem;
    font-weight: 650;
    letter-spacing: .01em;
}
.account-order-flash span {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: var(--font-heading);
}
.account-order-flash-success { color: #55705b; border-color: rgba(85,112,91,.24); }
.account-order-flash-error { color: #8c3448; border-color: rgba(140,52,72,.24); }
.order-cancel-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 4px;
}
.order-cancel-form small { color: var(--cine-smoke); font-size: .65rem; letter-spacing: .015em; }
.order-cancel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 15px;
    border: 1px solid rgba(101,31,49,.28);
    color: var(--cine-wine);
    background: rgba(255,253,249,.72);
    font-family: var(--font-body);
    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .35s ease, background .35s ease, border-color .35s ease, transform .45s var(--cine-ease);
}
.order-cancel-button:hover {
    color: #fffaf1;
    border-color: var(--cine-wine);
    background: var(--cine-wine);
    transform: translateY(-2px);
}
.order-cancel-button:focus-visible { outline: 2px solid var(--cine-gold); outline-offset: 3px; }

@keyframes accountOrbit { to { transform: rotate(360deg); } }

/* Member profile editor */
.page-profile_edit main { overflow: hidden; }
.account-dashboard-hero-compact { min-height: 455px; }
.account-dashboard-hero-compact .account-dashboard-hero-inner { padding-top: 90px; padding-bottom: 105px; }
.account-dashboard-hero-compact .account-dashboard-welcome h1 { font-size: clamp(3.9rem, 6.5vw, 7rem) !important; }
.account-profile-portrait { overflow: hidden; }
.account-profile-portrait img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; filter: saturate(.8) contrast(1.03); }
.page-profile_edit main > .container.account-dashboard-shell {
    position: relative;
    z-index: 5;
    max-width: 1320px;
    padding-top: 0 !important;
    padding-bottom: 120px;
    margin-top: -62px;
}
.page-profile_edit .account-dashboard-layout { padding-top: 34px; }
.profile-edit-form { display: grid; gap: 25px; }
.profile-photo-editor { display: grid; grid-template-columns: 150px minmax(0,1fr); align-items: center; gap: 28px; padding: 26px; background: rgba(255,253,249,.66); border: 1px solid var(--cine-line); }
.profile-photo-preview { width: 150px; height: 180px; display: grid; place-items: center; overflow: hidden; color: var(--cine-gold-light); background: linear-gradient(155deg, var(--cine-ink), var(--cine-wine-deep)); font-family: var(--font-heading); font-size: 3.6rem; }
.profile-photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.profile-field-kicker { color: var(--cine-wine); font-size: .54rem; font-weight: 800; letter-spacing: .22em; }
.profile-photo-editor h3, .profile-password-panel h3 { margin: 4px 0 7px; color: var(--cine-ink); font-family: var(--font-heading); font-size: 2rem; font-weight: 600; }
.profile-photo-editor p, .profile-password-panel p { margin: 0 0 16px; color: var(--cine-smoke); font-size: .75rem; line-height: 1.7; }
.profile-upload-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 17px; color: var(--cine-white); background: var(--cine-wine); cursor: pointer; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .3s, background .3s; }
.profile-upload-button:hover { background: var(--cine-ink); transform: translateY(-2px); }
.profile-remove-check { display: inline-flex; align-items: center; gap: 7px; margin-left: 14px; color: var(--cine-smoke); font-size: .68rem; }
.profile-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.profile-form-grid label { display: grid; gap: 8px; }
.profile-form-grid label > span { color: var(--cine-ink); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profile-form-grid input { width: 100%; min-height: 51px; padding: 13px 15px; color: var(--cine-ink); background: rgba(255,253,249,.67); border: 1px solid var(--cine-line); border-radius: 0; outline: none; }
.profile-form-grid input:focus { border-color: var(--cine-wine); box-shadow: 0 0 0 3px rgba(101,31,49,.07); }
.profile-form-wide { grid-column: 1 / -1; }
.profile-password-panel { display: grid; grid-template-columns: minmax(190px,.65fr) minmax(0,1.35fr); gap: 28px; align-items: end; padding: 25px; background: rgba(233,223,212,.48); border: 1px solid var(--cine-line); }
.profile-save-button { min-height: 57px; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; color: var(--cine-white); background: var(--cine-wine); border: 0; cursor: pointer; font: 800 .67rem var(--font-main); letter-spacing: .12em; text-transform: uppercase; transition: background .35s, transform .35s; }
.profile-save-button:hover { background: var(--cine-ink); transform: translateY(-3px); }
.profile-save-button span { font-size: 1.15rem; }
.profile-form-alert { padding: 14px 17px; margin-bottom: 18px; border: 1px solid; font-size: .76rem; font-weight: 700; }
.profile-form-alert.is-success { color: #2f6340; background: #eaf4ec; border-color: #bfd9c6; }
.profile-form-alert.is-error { color: #8c3042; background: #fae8ec; border-color: #e5b9c2; }

/* About, contact and legal content */
.about-hero,
.contact-hero,
.policy-hero {
    min-height: 560px;
    height: 62vh;
    isolation: isolate;
}
.about-hero::after,
.contact-hero::after,
.policy-hero::after { content: ''; position: absolute; inset: 22px; z-index: 1; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.about-hero-overlay,
.contact-hero-overlay { background: linear-gradient(100deg, rgba(15,10,8,.84), rgba(15,10,8,.42), rgba(15,10,8,.76)); }
.about-hero-content h1,
.contact-hero-content h1,
.policy-hero h1 { color: var(--cine-white); font-size: clamp(4rem, 8vw, 8rem); font-weight: 500; line-height: .84; letter-spacing: -.02em; }
.about-tag { color: var(--cine-gold-light); border-color: rgba(227,207,170,.48); }
.about-grid { gap: clamp(48px, 8vw, 118px); }
.about-text h2 { color: var(--cine-ink); font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 500; line-height: .9; }
.about-text p { color: var(--muted-text); }
.about-visual-inner::before,
.about-visual-inner::after { border-color: var(--cine-gold); }
.about-visual-inner img { filter: saturate(.78); transition: transform 1.1s var(--cine-ease), filter .6s; }
.about-visual:hover img { filter: saturate(1); transform: scale(1.045); }
.about-highlight,
.about-closing { background: var(--cine-wine-deep); }
.about-highlight blockquote { font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: 1.4; }
.about-value-card { border-color: var(--cine-line); background: rgba(255,253,249,.42); }
.about-value-card:hover { border-color: var(--cine-wine); transform: translateY(-8px); box-shadow: var(--cine-shadow-soft); }
.about-cta-btn { border-color: rgba(255,255,255,.5); }

.contact-hero { background: var(--cine-ink); }
.contact-card-icon,
.contact-info-block h3,
.contact-faq-item[open] summary { color: var(--cine-wine); }
.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea { background: rgba(255,253,249,.68); }
.contact-submit-btn { background: var(--cine-wine); }
.contact-social-block,
.policy-footer-note { background: rgba(255,253,249,.5); border-color: var(--cine-wine); }
.contact-social-link { border-color: var(--cine-line); }
.contact-social-link:hover { background: var(--cine-wine); border-color: var(--cine-wine); }
.policy-nav { border-color: var(--cine-line); }
.policy-nav-link.active { color: var(--cine-wine); border-color: var(--cine-wine); }
.policy-section-number { color: rgba(101,31,49,.13); }

/* Reveal choreography */
.cine-reveal {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity .95s var(--cine-ease), transform .95s var(--cine-ease);
    transition-delay: var(--cine-delay, 0ms);
}
.cine-reveal.cine-visible { opacity: 1; transform: translateY(0); }
.product-grid .product-card.cine-reveal:nth-child(even),
.category-banner-grid .cat-banner-item.cine-reveal:nth-child(even) { transform: translateY(64px); }
.product-grid .product-card.cine-reveal:nth-child(even).cine-visible,
.category-banner-grid .cat-banner-item.cine-reveal:nth-child(even).cine-visible { transform: translateY(0); }

@keyframes cineGrain {
    0% { transform: translate3d(-2%, 1%, 0); }
    25% { transform: translate3d(1%, -2%, 0); }
    50% { transform: translate3d(2%, 2%, 0); }
    75% { transform: translate3d(-1%, -1%, 0); }
    100% { transform: translate3d(1%, 1%, 0); }
}

@keyframes cineMarquee { to { transform: translateX(-50%); } }

@keyframes logoGleam {
    0%, 100% { background-position: 100% 0; opacity: .5; }
    50% { background-position: 0 0; opacity: .9; }
}

@keyframes logoStarPulse {
    0%, 100% { opacity: .52; filter: drop-shadow(0 0 3px rgba(225, 190, 132, .22)); }
    50% { opacity: 1; filter: drop-shadow(0 0 8px rgba(225, 190, 132, .58)); }
}

@keyframes boutiqueFrameOrbit {
    to { --boutique-frame-angle: 360deg; }
}

@keyframes eliteGalleryReveal {
    0% { opacity: .38; filter: saturate(.64) blur(4px); }
    100% { opacity: 1; filter: saturate(.9) blur(0); }
}

@media (max-width: 1100px) {
    .desktop-nav { gap: 15px; }
    .header-left { gap: 22px; }
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .account-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .account-stat-card:nth-child(2) { border-right: 0; }
    .account-stat-card:nth-child(-n+2) { border-bottom: 1px solid var(--cine-line); }
    .page-product .product-elite-layout { grid-template-columns: minmax(0,1fr) minmax(360px,.76fr); gap: 46px; padding-inline: 36px; }
}

@media (max-width: 768px) {
    html { scroll-padding-top: 70px; }
    .cinematic-grain { opacity: .025; }
    body::after { display: none; }
    .page-index .whatsapp-float { transition: opacity .35s ease, transform .35s var(--cine-ease); }
    .page-index:not(.cine-scrolled) .whatsapp-float { opacity: 0; pointer-events: none; transform: translateY(16px) scale(.86); }
    .account-dashboard-hero { min-height: 570px; align-items: flex-end; }
    .account-dashboard-hero::after { inset: 12px; }
    .account-dashboard-hero-inner { padding-top: 95px; padding-bottom: 125px; }
    .account-dashboard-welcome h1 { font-size: clamp(3.9rem, 18vw, 5.8rem) !important; }
    .account-dashboard-welcome p { font-size: .88rem; }
    .account-dashboard-monogram { display: none; }
    .account-dashboard-hero-glow { width: 340px; height: 340px; right: -42%; }
    .page-profile main > .container.account-dashboard-shell { margin-top: -82px; padding-inline: 16px; padding-bottom: 90px; }
    .account-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 42px; }
    .account-stat-card { min-height: 138px; padding: 21px 18px; }
    .account-stat-card strong { font-size: clamp(1.7rem, 9vw, 2.5rem); }
    .account-stat-card > span:last-child { font-size: .52rem; letter-spacing: .1em; }
    .account-dashboard-layout { grid-template-columns: 1fr; gap: 38px; }
    .account-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .account-section-heading > p { text-align: left; }
    .account-section-heading h2 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
    .page-profile .order-header,
    .page-profile .order-body { padding-inline: 20px; }
    .order-cancel-form { align-items: flex-end; flex-direction: column; gap: 8px; }
    .order-cancel-button { width: 100%; }
    .account-dashboard-hero-compact { min-height: 535px; }
    .account-dashboard-hero-compact .account-dashboard-hero-inner { padding-top: 105px; padding-bottom: 118px; }
    .account-dashboard-hero-compact .account-dashboard-welcome h1 { font-size: clamp(3.45rem, 16vw, 5rem) !important; }
    .page-profile_edit main > .container.account-dashboard-shell { margin-top: -76px; padding-inline: 16px; padding-bottom: 90px; }
    .page-profile_edit .account-dashboard-layout { padding-top: 20px; }
    .profile-photo-editor { grid-template-columns: 95px minmax(0,1fr); gap: 17px; padding: 18px; }
    .profile-photo-preview { width: 95px; height: 120px; font-size: 2.35rem; }
    .profile-upload-button { width: 100%; }
    .profile-remove-check { margin: 11px 0 0; }
    .profile-form-grid { grid-template-columns: 1fr; }
    .profile-form-wide { grid-column: auto; }
    .profile-password-panel { grid-template-columns: 1fr; }
    .trendyol-product-link { margin-bottom: 28px; }
    .trendyol-product-link { grid-template-columns: 96px minmax(0,1fr) auto; gap: 11px; padding-inline: 10px; }
    .trendyol-logo-shell { width: 96px; padding-inline: 6px; }
    .trendyol-logo-shell img { width: 83px; }
    .trendyol-product-link small { letter-spacing: .12em; }
    .trendyol-product-link strong { font-size: 1.08rem; }
    .trendyol-product-arrow { width: 34px; height: 34px; }
    .wishlist-panel { min-height: 480px; padding: 25px 18px; }
    .wishlist-panel-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
    .wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 13px; }
    .wishlist-card-brand { font-size: .42rem; letter-spacing: .12em; }
    .wishlist-remove-button { min-height: 41px; padding-inline: 8px; font-size: .52rem; letter-spacing: .07em; }
    .page-product .product-elite-details { padding: 32px 22px; }
    .container { padding-inline: 18px; }
    .main-header { padding: 11px 0; }
    .main-header:not(.scrolled) .header-container::before { display: none; }
    .logo {
        left: calc(50% - 12px);
        flex-direction: column;
        gap: .08rem;
        width: max-content;
        padding: .12rem .22rem .28rem;
    }
    .logo-name { font-size: .82rem; letter-spacing: .1em; }
    .logo-mark { display: none; }
    .logo-boutique { font-size: .33rem; letter-spacing: .2em; }
    .header-icons { gap: 3px; }
    .icon-link,
    .mobile-menu-btn { min-width: 40px; min-height: 40px; border-color: transparent; }

    .page-index .hero-section { height: calc(100svh - 63px); min-height: 650px; max-height: none; }
    .hero-slide { padding: 92px 0 58px; align-items: flex-end; background-position: center var(--cine-hero-shift, 0px); }
    .hero-slide::before { background: linear-gradient(180deg, rgba(12,9,7,.06) 10%, rgba(12,9,7,.27) 44%, rgba(12,9,7,.92) 100%); }
    .hero-slide::after { inset: 12px; }
    .hero-slider .hero-content { max-width: none; padding: 0 28px 35px; }
    .hero-content .subtitle { margin-bottom: 17px; font-size: .58rem; }
    .hero-content .subtitle::before { width: 30px; }
    .title { font-size: clamp(4rem, 20vw, 6.3rem); line-height: .79; }
    .hero-content .description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .9rem; line-height: 1.7; }
    .hero-actions { grid-template-columns: 1fr 1fr; }
    .hero-actions .btn { min-width: 0; padding-inline: 12px; font-size: .6rem; }
    .hero-trust-row { display: none; }
    .hero-slider-dots { bottom: 21px; }

    .category-banners-section { padding: 10px; }
    .category-banner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .cat-banner-item { min-height: 390px; }
    .cat-banner-item::before { margin: 8px; }
    .cat-banner-title { font-size: 1.5rem; }

    .section-padding { padding: 78px 0; }
    .section-header { margin-bottom: 40px; text-align: left; }
    .section-header h2,
    .about-values-header h2 { font-size: clamp(3.3rem, 16vw, 5rem); }
    .section-header p { margin-left: 0; }
    .mooi-tabs { justify-content: flex-start; gap: 25px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 10px; }
    .product-card:hover { transform: none; }
    .product-img-wrapper { margin-bottom: 14px; }
    .product-img-wrapper::before { inset: 7px; opacity: .42; animation-duration: 11s; }
    .product-card:hover .product-img-wrapper::after { inset: 0; }
    .product-title { min-height: 0; font-size: 1.05rem; }
    .product-brand { font-size: .52rem; }
    .product-price { font-size: .76rem; }

    .banner-box { min-height: 610px; padding: 80px 25px; background-attachment: scroll; }
    .banner-box::after { inset: 12px; }
    .banner-text h2 { font-size: clamp(4rem, 18vw, 6rem); }
    .footer-marquee-track { gap: 22px; }
    .footer-grid { grid-template-columns: 1fr; padding-top: 62px; }

    .category-header { min-height: 330px; padding: 75px 0 !important; }
    .category-header::after { inset: 12px; }
    .category-layout { padding-top: 50px !important; }
    .category-sidebar { padding: 20px; }

    .page-product .product-elite-layout { display: block; padding: 32px 0 68px; }
    .page-product .product-elite-gallery { margin-bottom: 50px; padding-inline: 14px; }
    .elite-main-image-wrapper::after { inset: 9px; }
    .elite-gallery-motion-frame,
    .elite-gallery-corners { inset: 9px; }
    .elite-main-image-wrapper:hover .elite-gallery-motion-frame,
    .elite-main-image-wrapper:hover .elite-gallery-corners { inset: 9px; }
    .elite-gallery-index { right: 18px; bottom: 18px; min-width: 0; padding: 8px 10px; }
    .elite-gallery-index small { display: none; }
    .elite-gallery-rail { padding-top: 13px; }
    .elite-gallery-rail-heading { margin-bottom: 12px; }
    .elite-thumb { width: 76px; height: 102px; }
    .product-elite-details-wrapper { padding: 0 14px; }
    .elite-product-title { font-size: clamp(2.85rem, 14vw, 4.25rem); line-height: .94; }
    .elite-product-kicker { margin-bottom: 15px; }
    .elite-product-story { padding-block: 22px; }
    .elite-action-group { display: grid; grid-template-columns: 112px minmax(0,1fr) 54px; gap: 9px; }
    .elite-qty-box { width: auto; }
    .elite-wishlist-btn { width: 54px; min-width: 54px; }
    .elite-add-to-cart-btn { min-width: 0; padding-inline: 10px; font-size: .7rem; letter-spacing: .13em; }
    .page-product .products-section .section-header h2 { font-size: clamp(3.05rem, 14vw, 4.8rem); }

    .page-cart table { border-spacing: 0 8px; }
    .cart-summary { padding: 25px !important; }
    #checkout-form { gap: 22px !important; }
    #checkout-form > div > div { padding: 24px !important; }
    .page-login main > .container > div,
    .page-register main > .container > div { padding: 32px 24px !important; }

    .about-hero,
    .contact-hero,
    .policy-hero { height: 54vh; min-height: 430px; }
    .about-hero::after,
    .contact-hero::after,
    .policy-hero::after { inset: 12px; }
    .about-hero-content h1,
    .contact-hero-content h1,
    .policy-hero h1 { font-size: clamp(3.5rem, 17vw, 5.8rem); }
    .about-grid { gap: 44px; }
    .about-text h2 { font-size: clamp(3.2rem, 15vw, 4.7rem); }
    .about-highlight blockquote { font-size: 1.75rem; }

    .cine-reveal { transform: translateY(25px); }
    .product-grid .product-card.cine-reveal:nth-child(even),
    .category-banner-grid .cat-banner-item.cine-reveal:nth-child(even) { transform: translateY(35px); }
    .product-grid .product-card.cine-reveal:nth-child(even).cine-visible,
    .category-banner-grid .cat-banner-item.cine-reveal:nth-child(even).cine-visible { transform: translateY(0); }
}

@media (max-width: 430px) {
    .category-banner-grid { grid-template-columns: 1fr; }
    .cat-banner-item { min-height: 118vw; }
    .hero-actions { grid-template-columns: 1fr; }
    .hero-content .description { -webkit-line-clamp: 2; }
    .title { font-size: clamp(3.7rem, 21vw, 5.25rem); }
    .elite-action-group { grid-template-columns: 102px minmax(0,1fr) 50px; }
    .elite-wishlist-btn { width: 50px; min-width: 50px; }
    .elite-order-note { font-size: .68rem; line-height: 1.55; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .cine-reveal,
    .product-grid .product-card.cine-reveal:nth-child(even),
    .category-banner-grid .cat-banner-item.cine-reveal:nth-child(even) { opacity: 1; transform: none; }
    .cinematic-grain { display: none; }
}
