:root {
    --bg: #090806;
    --panel: #12100d;
    --panel-soft: #17130f;
    --gold: #d7b36a;
    --gold2: #f0d69a;
    --text: #f7f2e8;
    --muted: #aaa194;
    --line: rgba(215, 179, 106, 0.22);
    --white-line: rgba(255, 255, 255, 0.12);
    --serif: "Cormorant Garamond", serif;
    --sans: Manrope, Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: var(--sans);
}

button,
input,
select {
    font: inherit;
}

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

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

.grain {
    position: fixed;
    inset: 0;
    z-index: 99;
    pointer-events: none;
    opacity: 0.045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

/* Announcement */
.announcement {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    overflow: hidden;
    white-space: nowrap;
    background: #c9a45e;
    color: #100d08;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-align: center;
}

/* Header */
header {
    position: sticky;
    top: 0;
    z-index: 40;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    border-bottom: 1px solid var(--line);
    background: rgba(9, 8, 6, 0.9);
    backdrop-filter: blur(16px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.brand img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.brand span {
    font-family: var(--serif);
    font-size: 24px;
    letter-spacing: 0.12em;
}

.brand small {
    display: block;
    color: var(--gold);
    font: 600 8px var(--sans);
    letter-spacing: 0.45em;
}

nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

nav a,
footer a {
    color: #d8d1c7;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.12em;
    transition: 0.25s ease;
}

nav > a:hover,
.nav-item > a:hover,
footer a:hover {
    color: var(--gold2);
}

.actions {
    display: flex;
    gap: 8px;
}

.actions button {
    cursor: pointer;
    padding: 11px 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: none;
    color: #fff;
    transition: 0.25s ease;
}

.actions button:hover {
    border-color: var(--gold);
    color: var(--gold2);
}

.cart-btn b {
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 50%;
    background: var(--gold);
    color: #120f0b;
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown > a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-menu {
    position: absolute;
    top: 120%;
    left: 50%;
    z-index: 999;
    min-width: 180px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 10px;
    background: #0d0d0d;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    transition: 0.25s ease;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 13px 18px;
    color: #d8d8d8;
    font-size: 13px;
    transition: 0.25s ease;
}

.dropdown-menu a:hover {
    padding-left: 24px;
    background: #151515;
    color: var(--gold);
}

/* Shared typography */
h1,
h2,
h3 {
    margin: 0;
    font-family: var(--serif);
}

.eyebrow {
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.28em;
}

/* Buttons and links */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 17px 25px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 10px;
    font-weight: 700;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.gold {
    background: linear-gradient(135deg, #b8893f, #efd28c);
    color: #171109;
}

.outline {
    margin: 38px auto 0;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--text);
}

.text-link {
    padding-bottom: 5px;
    border-bottom: 1px solid #8b7350;
    color: #eee3d1;
    text-decoration: none;
    font-size: 12px;
}

/* Hero */
.hero {
    min-height: 780px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    overflow: hidden;
    padding: 4vw 7vw;
    background: radial-gradient(circle at 77% 45%, rgba(193, 142, 54, 0.14), transparent 32%);
}

.hero h1 {
    margin: 28px 0;
    font-size: clamp(64px, 7.3vw, 112px);
    line-height: 0.85;
    letter-spacing: -0.04em;
}

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

.hero-copy > p {
    max-width: 620px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 36px 0;
}

.hero-stats {
    display: flex;
    gap: 34px;
    margin-top: 55px;
    color: #8f887e;
    font-size: 11px;
}

.hero-stats b {
    display: block;
    color: #fff;
    font: 600 28px var(--serif);
}

.hero-visual {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.halo {
    position: absolute;
    width: 520px;
    height: 520px;
    border: 1px solid var(--line);
    border-radius: 50%;
    box-shadow:
        0 0 100px rgba(215, 179, 106, 0.12),
        inset 0 0 70px rgba(215, 179, 106, 0.05);
}

.hero-bottle {
    z-index: 2;
    width: min(500px, 82%);
    filter: drop-shadow(0 45px 45px rgba(0, 0, 0, 0.55));
    mix-blend-mode: screen;
}

.floating-note {
    position: absolute;
    z-index: 3;
    padding: 14px 18px;
    border: 1px solid var(--line);
    background: rgba(10, 9, 7, 0.78);
    font: 600 11px var(--sans);
    letter-spacing: 0.16em;
}

.floating-note small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 0.06em;
}

.n1 {
    top: 30%;
    left: 0;
}

.n2 {
    right: 0;
    bottom: 23%;
}

/* Marquee */
.marquee {
    overflow: hidden;
    padding: 15px 0;
    border-block: 1px solid var(--line);
    color: var(--gold);
    white-space: nowrap;
}

.marquee div {
    font: 600 17px var(--serif);
    letter-spacing: 0.34em;
    animation: marquee 24s linear infinite;
}

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

/* Categories */
.categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 90px 5vw;
    background: var(--line);
}

.categories article {
    position: relative;
    min-height: 260px;
    padding: 42px;
    cursor: pointer;
    background: #100e0b;
    transition: 0.35s ease;
}

.categories article:hover {
    z-index: 2;
    background: #17130f;
    transform: translateY(-4px);
}

.categories span {
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 0.2em;
}

.categories h3 {
    margin: 35px 0 10px;
    font-size: 44px;
}

.categories p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.categories button {
    position: absolute;
    bottom: 30px;
    left: 42px;
    pointer-events: none;
    border: 0;
    background: none;
    color: var(--gold);
    font-size: 11px;
}

/* Collection */
.collection {
    padding: 80px 5vw 110px;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 45px;
}

.section-head h2,
.story h2 {
    margin-top: 10px;
    font-size: 64px;
}

.section-head p {
    max-width: 530px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
}

/* Toolbar */
.toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px) 150px;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-block: 1px solid var(--line);
}

.filters {
    display: flex;
    gap: 7px;
    min-width: 0;
}

.filters button {
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: none;
    color: #aaa;
    white-space: nowrap;
    transition: 0.25s ease;
}

.filters button:hover,
.filters button.active {
    border-color: var(--gold);
    color: var(--gold);
}

.search {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 11px 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.015);
}

.search span {
    color: var(--gold);
    font-size: 18px;
}

.search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: none;
    color: #fff;
}

.search input::placeholder {
    color: #756f66;
}

select {
    width: 100%;
    cursor: pointer;
    padding: 12px 14px;
    border: 1px solid var(--line);
    outline: none;
    background: #100e0b;
    color: #ddd;
}

.result-meta {
    margin: 22px 0;
    color: #8f887e;
    font-size: 11px;
}

/* Products */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.product {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 470px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.055);
    background: #100e0b;
    transition: 0.35s ease;
}

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

.product-img {
    position: relative;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(145deg, #16120d, #0b0a08);
}

.product-img img {
    width: 80%;
    height: 88%;
    padding: 20px 16px 8px;
    object-fit: contain;
    filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.42));
    transform: scale(0.94);
    transition: transform 0.45s ease, filter 0.45s ease;
}

.product:hover .product-img img {
    filter: drop-shadow(0 30px 28px rgba(0, 0, 0, 0.55));
    transform: scale(1.01) translateY(-5px);
}

.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 9px;
    border: 1px solid var(--line);
    color: var(--gold);
    font-size: 8px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.product-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
    background: linear-gradient(180deg, #100e0b, #0b0a08);
}

.product-info h3 {
    display: block;
    min-height: auto;
    margin-bottom: 9px;
    color: #fff;
    font: 600 24px/1.08 var(--serif);
}

.product-info p {
    margin: 0 0 15px;
    color: #8f887e;
    font-size: 10px;
    letter-spacing: 0.13em;
}

.product-info strong {
    margin-top: auto;
    color: var(--gold2);
    font-size: 13px;
}

.quick {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    cursor: pointer;
    padding: 12px;
    border: 1px solid rgba(240, 214, 154, 0.42);
    border-radius: 2px;
    background: rgba(8, 7, 5, 0.82);
    backdrop-filter: blur(10px);
    color: #f4d78f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    transition: 0.3s ease;
}

.product:hover .quick {
    background: linear-gradient(135deg, #b8893f, #efd28c);
    color: #171109;
}

/* Story */
.story {
    min-height: 650px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #d5b46f;
    color: #17110b;
}

.story-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #070706;
}

.story-mark img {
    width: 70%;
    max-width: 560px;
}

.story > div:last-child {
    padding: 9vw 8vw;
}

.story .eyebrow {
    color: #684b1e;
}

.story p {
    color: #4c3a22;
    font-size: 14px;
    line-height: 1.85;
}

.story .text-link {
    border-color: #34240f;
    color: #34240f;
}

/* Benefits */
.benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin: 1px 0;
    background: var(--line);
}

.benefits article {
    padding: 50px 35px;
    background: #0e0d0a;
}

.benefits b {
    color: var(--gold);
    font-size: 10px;
}

.benefits h3 {
    margin: 22px 0 10px;
    font-size: 30px;
}

.benefits p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

/* Footer */
footer {
    display: grid;
    grid-template-columns: 2fr 1fr 1.35fr 1.4fr;
    gap: 50px;
    padding: 70px 6vw 30px;
    border-top: 1px solid var(--line);
}

footer > div {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

footer h4 {
    margin: 0 0 8px;
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

footer p,
footer span {
    color: #8c857a;
    font-size: 12px;
    line-height: 1.7;
}

.foot-brand img {
    width: 95px;
}

.foot-brand h3 {
    font-size: 28px;
}



footer small {
    grid-column: 1 / -1;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: #625c54;
}

.whatsapp{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:9999;

    display:flex;
    align-items:center;
    gap:12px;

    background:#25D366;
    color:#fff;
    text-decoration:none;

    padding:14px 18px;
    border-radius:50px;

    box-shadow:0 10px 30px rgba(37,211,102,.35);

    transition:.3s ease;
}

.whatsapp i{
    font-size:28px;
    color:#fff;
}

.whatsapp span{
    font-size:15px;
    font-weight:600;
    white-space:nowrap;
}

.whatsapp:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(37,211,102,.45);
}
@media (max-width:768px){

    .whatsapp{
        width:60px;
        height:60px;
        padding:0;
        border-radius:50%;
        justify-content:center;
        right:18px;
        bottom:18px;
    }

    .whatsapp span{
        display:none;
    }

    .whatsapp i{
        font-size:30px;
    }

}
/* Overlay and cart */
.overlay {
    position: fixed;
    inset: 0;
    z-index: 70;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
}

.drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    width: min(500px, 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #11100d;
    transform: translateX(100%);
    transition: 0.35s;
}

.drawer.open {
    transform: none;
}

.drawer-head {
    display: flex;
    justify-content: space-between;
    padding: 25px 28px;
    border-bottom: 1px solid var(--line);
}

.drawer-head h2 {
    font-size: 35px;
}

.drawer-head button,
.modal-close {
    cursor: pointer;
    border: 0;
    background: none;
    color: #fff;
    font-size: 30px;
}

.cart-items {
    flex: 1;
    overflow: auto;
    padding: 20px 28px;
}

.cart-row {
    display: grid;
    grid-template-columns: 65px 1fr auto;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.cart-row img {
    width: 65px;
    height: 80px;
    object-fit: contain;
    background: #fff;
}

.cart-row h4 {
    margin: 4px 0;
    font: 600 18px var(--serif);
}

.cart-row p {
    color: var(--muted);
    font-size: 10px;
}

.cart-row button {
    border: 0;
    background: none;
    color: #947d59;
}

.drawer-empty {
    padding: 70px 15px;
    color: var(--muted);
    text-align: center;
}

.cart-footer {
    padding: 25px 28px;
    border-top: 1px solid var(--line);
}

.total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.total strong {
    color: var(--gold2);
    font-size: 22px;
}

.whatsapp-btn {
    width: 100%;
    background: #25d366;
    color: #08160d;
}

.cart-footer p {
    color: #756f66;
    font-size: 10px;
    text-align: center;
}

/* Product modal */
.modal {
    position: fixed;
    inset: 4vh 6vw;
    z-index: 85;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    max-height: 92vh;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    background: #0f0e0b;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
    transform: translateY(20px);
    transition: 0.3s;
}

.modal.open {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 5;
}

.modal-info {
    padding: 70px 55px;
}

.modal-info h2 {
    margin: 18px 0;
    font-size: 52px;
    line-height: 1.08;
}

.modal-copy {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
}

.sizes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 30px 0;
}

.sizes button {
    cursor: pointer;
    padding: 17px 7px;
    border: 1px solid var(--line);
    background: #16130f;
    color: #fff;
    transition: 0.25s ease;
}

.sizes button:hover,
.sizes button.active {
    border-color: var(--gold);
    background: #221b11;
}

.sizes b,
.sizes span {
    display: block;
}

.sizes span {
    margin-top: 6px;
    color: var(--gold);
    font-size: 11px;
}

.modal-info > .btn {
    width: 100%;
}

.buy-now {
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid var(--line);
    background: none;
    color: #ddd;
}

.modal-detail {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    color: #827a6e;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Fragrance profile */
.profile-showcase {
    position: relative;
    min-height: 650px;
    display: grid !important;
    grid-template-columns: 0.86fr 1.14fr;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 36px;
    overflow: hidden !important;
    padding: 58px 48px !important;
    background:
        radial-gradient(circle at 20% 40%, rgba(210, 163, 73, 0.22), transparent 35%),
        linear-gradient(145deg, #18130c, #090806) !important;
    color: #fff;
}

.profile-showcase::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(215, 179, 106, 0.25);
    pointer-events: none;
}

.profile-bottle {
    position: relative;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile-bottle img {
    z-index: 2;
    width: 100% !important;
    max-width: 360px !important;
    max-height: 500px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 38px 32px rgba(0, 0, 0, 0.72)) !important;
}

.profile-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(215, 179, 106, 0.18);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(231, 190, 104, 0.25), rgba(231, 190, 104, 0.03) 48%, transparent 72%);
}

.bottle-divider {
    position: relative;
    z-index: 3;
    width: 78%;
    height: 1px;
    margin: 8px auto 10px;
    background: rgba(255, 255, 255, 0.72);
}

.bottle-name {
    position: static !important;
    z-index: 3;
    display: block;
    width: 100%;
    padding: 0 12px 14px;
    color: var(--gold) !important;
    font-family: var(--serif);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
    transform: none !important;
}

.accord-panel {
    position: relative;
    z-index: 2;
    min-width: 0;
    align-self: center;
    padding: 20px 8px;
}

.accord-title {
    margin: 0 0 30px !important;
    color: #fff !important;
    text-align: left !important;
}

.accord-title span {
    color: #9b6c1d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.accord-title h3 {
    margin: 8px 0 !important;
    color: #fff;
    font-size: 54px !important;
    font-weight: 500;
}

.accord-title p {
    max-width: 470px;
    margin: 0;
    color: #aaa194 !important;
    font-size: 13px;
    line-height: 1.7 !important;
}

.accord-bars {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 11px;
    overflow: visible;
}

.accord-row {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(90px, 145px) minmax(0, 1fr) 40px;
    align-items: center;
    gap: 13px;
}

.accord-label {
    color: #e9dfce;
    font-size: 11px;
    letter-spacing: 0.13em;
    text-align: right;
    text-transform: uppercase;
}

.accord-track {
    position: relative;
    min-width: 0;
    height: 36px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
}

.accord-fill {
    position: relative;
    width: var(--w);
    height: 100%;
    background: linear-gradient(90deg, var(--c1), var(--c2));
    box-shadow: 0 0 24px color-mix(in srgb, var(--c2) 32%, transparent);
    transform-origin: left;
    animation: accordGrow 0.65s ease both;
}

.accord-fill::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, 0.22) 48%, transparent 72%);
}

.accord-rank {
    color: #cbb17c;
    font: 600 13px var(--serif);
}

.accord-empty {
    padding: 24px;
    border: 1px solid var(--line);
    color: #aaa194;
    font-size: 13px;
    line-height: 1.7;
}

@keyframes accordGrow {
    from {
        opacity: 0.3;
        transform: scaleX(0);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* Tablet */
/* Tablet and small laptop */
@media (max-width:1050px){

    nav{
        display:none;
    }

    .hero{
        grid-template-columns:1fr;
        min-height:auto;
        padding-top:90px;
    }

    .hero-visual{
        min-height:600px;
    }

    .product-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    /* Make the entire modal one column */
    .modal{
        inset:2vh 3vw;
        display:block;
        max-height:96vh;
        overflow-y:auto;
    }

    .profile-showcase{
        display:grid!important;
        grid-template-columns:minmax(250px,.8fr) minmax(360px,1.2fr);
        gap:28px;
        min-height:auto!important;
        padding:42px 34px!important;
        overflow:visible!important;
    }

    .profile-bottle{
        min-height:430px;
    }

    .profile-bottle img{
        max-width:280px!important;
        max-height:350px!important;
    }

    .profile-glow{
        width:300px;
        height:300px;
    }

    .bottle-name{
        color:var(--gold)!important;
        font-size:1.2rem;
    }

    .accord-panel{
        width:100%;
        align-self:center;
        padding:20px 0;
    }

    .accord-title{
        margin-bottom:22px!important;
    }

    .accord-title h3{
        font-size:44px!important;
    }

    .accord-row{
        grid-template-columns:100px minmax(0,1fr) 28px;
        gap:9px;
    }

    .accord-track{
        height:30px;
    }

    .accord-label{
        font-size:9px;
    }

    .modal-info{
        padding:45px 35px;
    }
    .toolbar{
        display:grid;
        grid-template-columns:1fr 260px;
        grid-template-areas:
            "filters sort"
            "search search";
        gap:14px;
        align-items:center;
    }

    .filters{
        grid-area:filters;
        display:flex;
        flex-wrap:wrap;
        gap:8px;
    }

    .search{
        grid-area:search;
        width:100%;
    }

    #sort{
        grid-area:sort;
        width:100%;
    }

    .filters button{
        padding:10px 14px;
        font-size:12px;
        white-space:nowrap;
    }
}
/* Narrow tablets */
@media (max-width:850px){

    .profile-showcase{
        grid-template-columns:1fr;
        gap:15px;
    }

    .profile-bottle{
        min-height:340px;
    }

    .profile-bottle img{
        max-width:240px!important;
        max-height:280px!important;
    }

    .accord-panel{
        padding:15px 0 10px;
    }
    .toolbar{
        display:flex;
        flex-direction:column;
        gap:14px;
        align-items:stretch;
    }

    .search{
        order:1;
        width:100%;
    }

    .filters{
        order:2;
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:10px;
        width:100%;
    }

    .filters button{
        width:100%;
    }

    #sort{
        order:3;
        width:100%;
    }
}
/* Mobile */
@media (max-width: 760px) {
    .announcement {
        min-height: 30px;
        padding: 7px 5px;
        font-size: 0.62rem;
        letter-spacing: 0.035em;
    }

    header {
        height: 74px;
        padding: 0 18px;
    }

    .brand img {
        width: 65px;
        height: 65px;
    }

    .brand span {
        font-size: 18px;
    }

    .actions button {
        padding: 9px 11px;
    }

    .hero {
        padding: 65px 22px 30px;
    }

    .hero h1 {
        font-size: 60px;
    }

    .hero-visual {
        min-height: 470px;
    }

    .halo {
        width: 360px;
        height: 360px;
    }

    .floating-note {
        display: none;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 18px;
    }

    .categories {
        grid-template-columns: 1fr;
        margin: 55px 18px;
    }

    .collection {
        padding: 55px 18px;
    }

    .section-head {
        display: block;
    }

    .section-head h2,
    .story h2 {
        font-size: 48px;
    }

    .toolbar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 16px 0;
    }

    .search {
        order: 1;
        width: 100%;
        min-height: 50px;
    }

    .filters {
        order: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        width: 100%;
    }

    .filters button {
        width: 100%;
        min-height: 44px;
        padding: 10px 8px;
        font-size: 0.82rem;
    }

    #sort {
        order: 3;
        min-height: 48px;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .product {
        min-height: 390px;
    }

    .product-img {
        height: 235px;
    }

    .product-info {
        padding: 14px;
    }

    .product-info h3 {
        font-size: 19px;
    }

    .quick {
        right: 8px;
        bottom: 8px;
        left: 8px;
        font-size: 8px;
    }

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

    .story-mark {
        min-height: 420px;
    }

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

    footer {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 45px 22px 24px;
        text-align: center;
    }

    footer > div {
        width: 100%;
        align-items: center;
    }

    .foot-brand img {
        width: 110px;
        margin-bottom: 8px;
    }

    .foot-brand h3 {
        margin: 0 0 8px;
        font-size: 1rem;
        letter-spacing: 0.16em;
    }

    footer h4 {
        margin-bottom: 8px;
        font-size: 0.78rem;
        letter-spacing: 0.18em;
    }

    footer p {
        max-width: 320px;
        margin: 0 auto;
        font-size: 0.9rem;
        line-height: 1.8;
    }

    footer a {
        width: max-content;
        max-width: 100%;
        margin: 4px auto;
    }

    .contact-link {
        width: 100%;
        justify-content: center;
        margin: 2px 0;
    }

    footer small {
        grid-column: 1;
        width: 100%;
        margin-top: 10px;
        padding-top: 22px;
        font-size: 0.72rem;
        line-height: 1.6;
    }

    .modal {
        inset: 0;
        display: block;
        max-height: 100vh;
    }

    .modal-info {
        padding: 35px 22px;
    }

    .modal-info h2 {
        font-size: 42px;
    }

    .profile-showcase {
        display: block !important;
        min-height: 0;
        max-height: none;
        padding: 38px 20px 34px !important;
    }

    .profile-bottle {
        min-height: 310px;
    }

    .profile-bottle img {
        max-width: 240px !important;
        max-height: 280px !important;
    }

    .profile-glow {
        width: 260px;
        height: 260px;
    }

    .bottle-name {
        color: var(--gold) !important;
        font-size: 1.25rem;
    }

    .accord-panel {
        width: 100%;
        padding: 28px 0 8px;
    }

    .accord-title {
        margin-bottom: 22px !important;
    }

    .accord-title h3 {
        font-size: 40px !important;
    }

    .accord-bars {
        gap: 9px;
    }

    .accord-row {
        grid-template-columns: minmax(72px, 88px) minmax(0, 1fr) 24px;
        gap: 7px;
    }

    .accord-label {
        font-size: 9px;
    }

    .accord-track {
        height: 29px;
    }

    .whatsapp {
        right: 16px;
        bottom: 16px;
    }
}

/* Small phones */
@media (max-width: 430px) {
    .announcement {
        font-size: 0.50rem;
        letter-spacing: 0.015em;
    }



    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-visual {
        min-height: 400px;
    }

    .product-img {
        height: 205px;
    }

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

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

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

.footer-link,
.contact-link,
.social-link{
    display:flex;
    align-items:center;
    gap:14px;
    padding:10px 0;
    text-decoration:none;
    color:#d4af37;
    font-size:13px;
    transition:.3s ease;
}

.footer-link{
    justify-content:flex-start;
}

.contact-link i,
.social-link i{
    width:22px;
    min-width:22px;
    text-align:center;
    font-size:13px;
    color:#d4af37;
    flex-shrink:0;
}

.contact-link span,
.social-link span{
    font-size:13px;
    line-height:1.4;
    color:#d4af37;
}

.footer-link:hover,
.contact-link:hover,
.social-link:hover{
    color:#f2d48b;
    transform:translateX(5px);
}

.contact-link:hover i,
.social-link:hover i,
.contact-link:hover span,
.social-link:hover span{
    color:#f2d48b;
}

/* ==========================================
   Mobile
========================================== */

@media (max-width:768px){

    .footer-section{
        text-align:center;
    }

    .footer-link,
    .contact-link,
    .social-link{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        margin:8px auto;
        padding:8px 0;
        font-size:13px;
    }

    .contact-link i,
    .social-link i{
        font-size:13px;
    }

    .contact-link span,
    .social-link span{
        font-size:13px;
    }

}
.visit{
    padding:100px 8%;
    text-align:center;
}

.visit-card{
    max-width:550px;
    margin:auto;
    padding:50px;
    border:1px solid rgba(212,175,55,.25);
    background:rgba(255,255,255,.03);
    border-radius:24px;
}

.visit-card i{
    font-size:38px;
    color:#d4af37;
    margin-bottom:20px;
}

.visit-card h3{
    margin-bottom:12px;
}

.visit-card p{
    color:#bdb6ae;
    margin-bottom:30px;
}
.cart-btn{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    background:transparent;
    border:none;
    cursor:pointer;
    color:var(--gold);
    font-size:22px;
    transition:.3s;
}

.cart-btn:hover{
    color:#f2d48b;
}

#cartCount{
    position:absolute;
    top:2px;
    right:0;
    width:18px;
    height:18px;
    border-radius:50%;
    background:var(--gold);
    color:#111;
    font-size:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}
.whatsapp.hide{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(20px);
    transition:.3s ease;
}