.topbar { height: 34px; color: rgba(255,255,255,.86); background: #04100d; font-size: .68rem; font-weight: 700; letter-spacing: .07em; }
.topbar .shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; text-transform: uppercase; }
.topbar div div { display: flex; align-items: center; gap: 13px; }
.topbar a:hover { color: var(--gold-light); }
.site-header { position: sticky; top: 0; z-index: 100; color: #fff; background: rgba(4,16,13,.93); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.header-row { height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 195px; height: 67px; object-fit: contain; }
.desktop-nav { height: 100%; display: flex; align-items: center; gap: 6px; }
.desktop-nav > a, .nav-group > button { height: 100%; padding: 0 17px; border: 0; display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.82); background: transparent; cursor: pointer; font-size: .75rem; font-weight: 760; letter-spacing: .055em; text-transform: uppercase; }
.desktop-nav > a:hover, .desktop-nav > a.is-current, .nav-group:hover > button, .nav-group:focus-within > button { color: var(--gold-light); }
.nav-group { height: 100%; position: relative; }
.nav-group > button span { color: var(--gold); }
.mega-menu, .sub-menu { position: absolute; top: calc(100% - 1px); left: 50%; opacity: 0; visibility: hidden; transform: translate(-50%, 12px); transition: .22s ease; }
.nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu, .nav-group:hover .sub-menu, .nav-group:focus-within .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-menu { width: min(720px, 80vw); padding: 16px; display: grid; grid-template-columns: 1.15fr .85fr; color: var(--ink); background: rgba(255,253,247,.98); border: 1px solid rgba(255,255,255,.5); border-radius: 0 0 22px 22px; box-shadow: var(--shadow); }
.mega-menu > div:first-child { padding: 20px; }
.mega-kicker { display: block; margin-bottom: 10px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mega-menu > div:first-child > a { padding: 13px 10px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.mega-menu > div:first-child > a:hover { color: var(--emerald); }
.mega-menu strong, .mega-menu small { display: block; }
.mega-menu strong { font-size: .89rem; }
.mega-menu small { color: var(--muted); font-size: .72rem; }
.mega-feature { min-height: 270px; padding: 22px; border-radius: 16px; overflow: hidden; position: relative; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-end; color: #fff; }
.mega-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 20%, rgba(4,16,13,.85)); }
.mega-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mega-feature p, .mega-feature a { position: relative; z-index: 1; }
.mega-feature p { margin: 0 0 4px; font-family: var(--display); font-size: 1.55rem; line-height: 1; }
.mega-feature a { color: var(--gold-light); font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.sub-menu { min-width: 240px; padding: 12px; display: grid; color: var(--ink); background: var(--paper); border-radius: 0 0 18px 18px; box-shadow: var(--shadow); }
.sub-menu a { padding: 11px 13px; border-radius: 10px; font-size: .82rem; font-weight: 700; }
.sub-menu a:hover { color: #fff; background: var(--emerald); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-icon { width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; display: grid; place-items: center; position: relative; color: #fff; background: rgba(255,255,255,.04); cursor: pointer; }
.header-icon .ui-icon { filter: brightness(0) invert(1); }
.header-icon:hover { background: var(--emerald); }
.cart-link span { width: 18px; height: 18px; border-radius: 50%; position: absolute; top: -3px; right: -2px; display: grid; place-items: center; color: var(--ink); background: var(--lime); font-size: .61rem; font-weight: 900; }
.menu-toggle { width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; display: none; place-content: center; gap: 4px; background: transparent; }
.menu-toggle span { width: 19px; height: 1px; display: block; background: #fff; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.mobile-menu { max-height: calc(100dvh - var(--header-height)); overflow-y: auto; padding: 28px max(20px, calc((100vw - var(--shell)) / 2)); background: #071713; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: var(--display); font-size: 1.6rem; }
.mobile-menu nav a.priority { color: var(--gold-light); }
.mobile-menu > div { padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mobile-menu p { margin: 0; }
.search-panel { position: fixed; inset: 0; z-index: 500; padding: 30px; display: grid; place-items: center; background: rgba(4,16,13,.92); backdrop-filter: blur(18px); }
.search-panel > button { position: absolute; right: 32px; top: 25px; border: 0; color: #fff; background: transparent; cursor: pointer; font-family: var(--display); font-size: 3.3rem; }
.search-panel > div { width: min(780px, 100%); padding: clamp(30px, 6vw, 72px); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.search-panel label { display: block; margin-bottom: 22px; font-family: var(--display); font-size: clamp(2rem, 5vw, 4.5rem); line-height: .98; }
.search-panel form { display: flex; gap: 12px; }
.search-panel input { min-width: 0; flex: 1; padding: 15px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.quick-links { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.quick-links a { padding: 8px 13px; border-radius: 999px; background: #e6f7ef; font-size: .73rem; font-weight: 800; }

.hero-slider { height: min(78vh, 830px); min-height: 610px; position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero-track, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity 1.35s ease, visibility 1.35s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 9s linear; }
.hero-slide.is-active > img { transform: scale(1); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,11,.84) 0%, rgba(4,14,11,.38) 46%, rgba(4,14,11,.08) 75%), linear-gradient(0deg, rgba(4,14,11,.54), transparent 48%); }
.hero-copy { height: 100%; position: relative; z-index: 2; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 3vh; }
.hero-copy h1 { max-width: 830px; margin-bottom: 23px; font-size: clamp(3.7rem, 8vw, 8.3rem); text-wrap: balance; text-shadow: 0 8px 28px rgba(0,0,0,.22); }
.hero-copy p { max-width: 520px; margin-bottom: 30px; color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-controls { position: absolute; z-index: 5; right: 0; bottom: 33px; left: 0; display: flex; align-items: center; justify-content: flex-end; gap: 15px; pointer-events: none; }
.slider-arrow, .slider-dot { pointer-events: auto; }
.slider-arrow { width: 42px; height: 42px; padding: 0 0 4px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(7,19,15,.3); cursor: pointer; font-family: var(--display); font-size: 1.8rem; backdrop-filter: blur(7px); }
.slider-dots { display: flex; gap: 8px; }
.slider-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.slider-dot.is-active { width: 25px; border-radius: 999px; background: var(--gold-light); }
.hero-progress { height: 3px; position: absolute; z-index: 6; right: 0; bottom: 0; left: 0; background: rgba(255,255,255,.14); }
.hero-progress span { width: 0; height: 100%; display: block; background: linear-gradient(90deg, var(--gold), var(--lime)); }
.hero-slider.is-playing .hero-progress span { animation: slideProgress var(--slider-interval, 6800ms) linear forwards; }
@keyframes slideProgress { to { width: 100%; } }

.promise-strip { color: #fff; background: var(--forest); }
.promise-strip .shell { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.promise-strip span { min-height: 28px; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; gap: 9px; font-size: .73rem; font-weight: 800; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.promise-strip span:first-child { padding-left: 0; }
.promise-strip span:last-child { padding-right: 0; border-right: 0; }
.promise-strip .ui-icon { filter: brightness(0) invert(1); }
.ginseng-strip { background: linear-gradient(90deg, #6d1827, #341014); }
.lingerie-strip { background: linear-gradient(90deg, #541342, #291125); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 1px 0 rgba(7,19,15,.04); transition: transform .35s ease, box-shadow .35s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-soft); }
.product-media { aspect-ratio: 1 / 1.05; display: block; position: relative; overflow: hidden; background: #eeeae1; }
.product-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-media > img { transform: scale(1.045); }
.product-badge { position: absolute; left: 14px; top: 14px; padding: 7px 10px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: .61rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.media-count { position: absolute; right: 12px; bottom: 12px; padding: 6px 9px; border-radius: 999px; display: flex; align-items: center; gap: 5px; color: #fff; background: rgba(7,19,15,.72); font-size: .66rem; font-weight: 800; backdrop-filter: blur(8px); }
.media-count .ui-icon { width: 15px; height: 15px; filter: brightness(0) invert(1); }
.product-body { padding: 21px; }
.product-meta { min-height: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--emerald); font-size: .65rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.product-meta span:last-child { color: var(--ink); text-align: right; }
.product-card h3 { min-height: 48px; margin: 11px 0 8px; font-family: var(--display); font-size: 1.35rem; }
.product-card h3 a:hover { color: var(--emerald); }
.product-card p { min-height: 65px; margin-bottom: 18px; color: var(--muted); display: -webkit-box; overflow: hidden; font-size: .82rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.story-card { border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow-soft); }
.story-image { aspect-ratio: 1.42; display: block; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-card:hover .story-image img { transform: scale(1.05); }
.story-body { padding: 26px; }
.story-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--emerald); font-size: .65rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.story-meta time { color: var(--muted); }
.story-card h3 { margin: 14px 0 11px; font-family: var(--display); font-size: clamp(1.45rem, 2vw, 2rem); }
.story-card h3 a:hover { color: var(--emerald); }
.story-card p { color: var(--muted); font-size: .88rem; }

.premium-form { padding: clamp(28px, 4vw, 54px); border-radius: var(--radius); color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.form-kicker { display: block; margin-bottom: 25px; color: var(--gold-light); font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.premium-form label, .cart-summary label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.premium-form input, .premium-form select, .premium-form textarea, .cart-summary input, .cart-summary textarea { width: 100%; padding: 13px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; color: #fff; background: rgba(255,255,255,.06); outline: none; text-transform: none; }
.premium-form input:focus, .premium-form select:focus, .premium-form textarea:focus, .cart-summary input:focus, .cart-summary textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(199,255,67,.12); }
.premium-form select option { color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.check-line { display: flex !important; align-items: flex-start; grid-template-columns: 20px 1fr; gap: 11px !important; color: rgba(255,255,255,.7); font-weight: 600 !important; letter-spacing: 0 !important; line-height: 1.4; text-transform: none !important; }
.check-line input { width: 18px; height: 18px; margin: 2px 0 0; }
.form-status { min-height: 25px; margin: 15px 0 0; color: var(--lime); font-size: .78rem; }

.site-footer { padding-top: 90px; position: relative; overflow: hidden; color: rgba(255,255,255,.72); background: #030c09; }
.footer-glow { width: 580px; height: 580px; border-radius: 50%; position: absolute; right: -260px; top: -320px; background: radial-gradient(circle, rgba(8,119,92,.48), transparent 68%); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.7fr .75fr .75fr 1.2fr; gap: 48px; }
.footer-brand img { width: 220px; margin-bottom: 22px; }
.footer-brand > p { max-width: 370px; }
.footer-contact { display: grid; gap: 4px; color: #fff; font-weight: 700; }
.footer-grid > div:not(:first-child) { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-grid h2 { margin-bottom: 16px; color: #fff; font-family: var(--sans); font-size: .77rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { font-size: .86rem; }
.footer-grid a:hover { color: var(--gold-light); }
.newsletter p { margin-bottom: 12px; font-size: .86rem; }
.newsletter form { width: 100%; display: flex; border-bottom: 1px solid rgba(255,255,255,.32); }
.newsletter input { min-width: 0; padding: 12px 0; border: 0; flex: 1; color: #fff; background: transparent; outline: none; }
.newsletter button { width: 42px; border: 0; color: var(--gold-light); background: transparent; cursor: pointer; font-size: 1.4rem; }
.newsletter small { font-size: .65rem; }
.footer-bottom { margin-top: 70px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.11); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.whatsapp-float { position: fixed; z-index: 90; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); padding: 12px 18px 12px 13px; border-radius: 999px; display: flex; align-items: center; gap: 9px; color: #fff; background: #08775c; box-shadow: 0 14px 38px rgba(4,51,39,.38); font-size: .73rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.whatsapp-float .ui-icon { filter: brightness(0) invert(1); }
.toast-region { position: fixed; z-index: 800; right: 20px; bottom: 86px; display: grid; gap: 10px; }
.toast { max-width: 340px; padding: 14px 17px; border-radius: 14px; color: #fff; background: var(--ink); box-shadow: var(--shadow); font-size: .82rem; animation: toastIn .35s ease; }
@keyframes toastIn { from { opacity: 0; transform: translateY(15px); } }
.gallery-dialog { width: min(92vw, 1040px); height: min(92vh, 900px); padding: 42px; border: 0; border-radius: 24px; overflow: hidden; background: #090d0b; }
.gallery-dialog::backdrop { background: rgba(2,7,5,.88); backdrop-filter: blur(8px); }
.gallery-dialog img { width: 100%; height: 100%; object-fit: contain; }
.gallery-dialog button { width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; position: absolute; display: grid; place-items: center; color: #fff; background: rgba(7,19,15,.6); cursor: pointer; font-family: var(--display); font-size: 2rem; }
.gallery-dialog [data-gallery-close] { right: 12px; top: 12px; z-index: 2; }
.gallery-dialog [data-gallery-prev] { left: 12px; top: 50%; }
.gallery-dialog [data-gallery-next] { right: 12px; top: 50%; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.4fr .7fr .7fr; }
  .newsletter { grid-column: 1 / -1; max-width: 520px; }
}
@media (max-width: 820px) {
  .topbar div div { display: none; }
  .topbar .shell { justify-content: center; }
  .hero-slider { height: min(75vh, 720px); min-height: 560px; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,14,11,.82), rgba(4,14,11,.08) 75%), linear-gradient(90deg, rgba(4,14,11,.45), transparent); }
  .hero-copy { justify-content: flex-end; padding-bottom: 100px; }
  .hero-copy h1 { font-size: clamp(3.25rem, 12vw, 6rem); }
  .hero-controls { justify-content: flex-start; bottom: 30px; }
  .promise-strip .shell { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .promise-strip span { min-height: 45px; border-right: 0; font-size: .65rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .story-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .newsletter { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .topbar { height: 30px; }
  .topbar p { font-size: .6rem; }
  .brand img { width: 155px; height: 55px; }
  .header-actions { gap: 4px; }
  .header-actions .header-icon:first-child { display: none; }
  .header-icon, .menu-toggle { width: 40px; height: 40px; }
  .mobile-menu > div { align-items: stretch; flex-direction: column; }
  .search-panel { padding: 14px; }
  .search-panel form { flex-direction: column; }
  .hero-slider { height: 72svh; min-height: 530px; }
  .hero-copy { padding-bottom: 84px; }
  .hero-copy h1 { margin-bottom: 16px; font-size: clamp(2.85rem, 14vw, 4.7rem); }
  .hero-copy p { margin-bottom: 23px; font-size: .93rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .slider-arrow { width: 38px; height: 38px; }
  .promise-strip span { padding: 0 8px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { border-radius: 21px; }
  .product-media { aspect-ratio: 1.08; }
  .product-card h3, .product-card p { min-height: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 52px; height: 52px; padding: 0; justify-content: center; }
  .gallery-dialog { padding: 35px 8px 8px; }
}
