/* =====================================================
   SWEET SCENT — Premium stylesheet
   ===================================================== */

/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Arial', 'Helvetica', sans-serif;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

h1, h2, h3, h4 {
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.eyebrow {
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.nav-link {
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.btn-primary, .btn-whatsapp, .btn-outline {
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.product-name {
    font-family: 'Arial', 'Helvetica', sans-serif;
}

/* ===== FONTS ===== */
@font-face {
    font-family: 'Brilliant Demo';
    src: url('../fonts/BrilliantDemo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* These elements will use Brilliant Demo */
em, .accent-italic, .script-text, 
.hero-title em, 
.about-founder-line, 
.note-label {
    font-family: 'Brilliant Demo', cursive;
    font-style: normal;
    font-weight: normal;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

button, input, textarea {
    font-family: 'Arial', 'Helvetica', sans-serif;
}

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

::selection {
    background: #a5d86f;
    color: #fff;
}

/* ===== TOKENS ===== */
:root {
    /* Business Card Colours */
    --dark-olive: #3B401B;
    --sage: #c3d822;
    --cream: #D9D0B4;
    --black: #1A1A1A;
    --pink: #F7C6D0; 
    --dark-brown: #3C2F2F;
    --white: #FFFFFF;
    
    /* Support colours */
    --ink: #1A1A1A;
    --ink-soft: #3C2F2F;
    --paper: #F5F3EF;
    --paper-deep: #EBE7E0;
    --line: rgba(26, 26, 26, 0.1);
    --shadow-sm: 0 2px 14px rgba(26, 26, 26, 0.05);
    --shadow: 0 14px 40px rgba(26, 26, 26, 0.08);
    --shadow-hover: 0 24px 60px rgba(26, 26, 26, 0.14);
    --radius: 18px;
    --radius-sm: 10px;
    --ease: cubic-bezier(.22, .7, .2, 1);
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    letter-spacing: -0.01em;
    font-weight: 700;
}

em, .accent-italic, .script-text, .hero-title em, .perfume-plate-label, .about-founder-line, .note-label {
    font-family: 'Brilliant Demo', cursive;
    font-style: normal;
    font-weight: normal;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #2F3E2F;
    font-weight: 600;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.eyebrow::before {
    content: '';
    width: 26px;
    height: 1px;
    background: #9CAF88;
}

.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.section-header .eyebrow {
    justify-content: center;
}

.section-header .eyebrow::before {
    display: none;
}

.section-header .eyebrow::after {
    content: '';
    width: 26px;
    height: 1px;
    background: #9CAF88;
}

.section-title {
    font-size: clamp(2rem, 3.2vw, 2.9rem);
    color: #2F3E2F;
    margin-top: 12px;
    font-weight: 700;
    line-height: 1.15;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.section-lede {
    max-width: 540px;
    margin: 16px auto 0;
    color: #3C2F2F;
    font-size: 1.02rem;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

/* ===== HEADER ===== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(245, 243, 239, 0.92);
    backdrop-filter: blur(14px);
    z-index: 1000;
    padding: 12px 0;
    border-bottom: 1px solid transparent;
    transition: all 0.35s var(--ease);
}

.header-scrolled {
    padding: 8px 0;
    border-bottom-color: var(--line);
    box-shadow: 0 4px 24px rgba(26, 26, 26, 0.05);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2F3E2F;
}

.logo-img {
    height: 80px;
    width: auto;
    border-radius: 50%;
    transition: transform 0.35s var(--ease);
}

.logo:hover .logo-img { transform: rotate(-4deg) scale(1.04); }

.logo span {
    font-size: 1.3rem;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 32px;
}

.nav-link {
    text-decoration: none;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 0.88rem;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 4px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: #2F3E2F;
    transition: width 0.35s var(--ease);
}

.nav-link:hover::after,
.nav-link.active::after { width: 100%; }
.nav-link:hover, .nav-link.active { color: #2F3E2F; }

.header-cta {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-cta .btn-whatsapp {
    padding: 8px 18px;
    font-size: 0.82rem;
}

.hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: #1A1A1A;
    cursor: pointer;
    padding: 8px;
    transition: transform 0.3s ease;
    z-index: 1001;
}

.hamburger:hover {
    transform: rotate(90deg);
}

/* ===== BUTTONS ===== */
.btn-primary, .btn-whatsapp, .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: all 0.35s var(--ease);
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.btn-primary {
    background: #2F3E2F;
    color: #FFFFFF;
    box-shadow: 0 10px 26px rgba(47, 62, 47, 0.28);
}

.btn-primary:hover {
    background: #3C2F2F;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(47, 62, 47, 0.36);
}

.btn-whatsapp {
    background: #25D366;
    color: #FFFFFF;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
    background: #1fb957;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.32);
}

.btn-outline {
    background: transparent;
    color: #2F3E2F;
    border-color: #2F3E2F;
}

.btn-outline:hover {
    background: #2F3E2F;
    color: #FFFFFF;
    transform: translateY(-2px);
}

/* ===== HERO ===== */
.hero {
    padding: 148px 0 80px;
    background: #F5F3EF;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 85% 15%, rgba(156, 175, 136, 0.16), transparent 60%),
        radial-gradient(ellipse 50% 40% at 5% 90%, rgba(60, 47, 47, 0.08), transparent 60%);
    pointer-events: none;
}

.hero-trail {
    position: absolute;
    top: 12%;
    right: -4%;
    width: 46%;
    opacity: 0.55;
    pointer-events: none;
}

.hero-trail path {
    stroke: #9CAF88;
    stroke-width: 1.2;
    fill: none;
    stroke-dasharray: 6 8;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content { max-width: 600px; }

.hero-title {
    font-size: clamp(2.6rem, 5vw, 4rem);
    font-weight: 700;
    color: #2F3E2F;
    line-height: 1.08;
    margin: 18px 0 22px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.hero-title em {
    font-family: 'Brilliant Demo', cursive;
    font-weight: normal;
    color: #2F3E2F;
}

.hero-description {
    font-size: 1.12rem;
    color: #3C2F2F;
    margin-bottom: 32px;
    max-width: 480px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 38px;
}

.hero-social span {
    color: #3C2F2F;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.hero-social a {
    color: #3C2F2F;
    font-size: 1.1rem;
    transition: all 0.3s var(--ease);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid var(--line);
}

.hero-social a:hover {
    color: #FFFFFF;
    background: #2F3E2F;
    border-color: #2F3E2F;
    transform: translateY(-2px);
}

.hero-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-wrapper {
    width: 100%;
    max-width: 450px;
    position: relative;
    animation: float 5s ease-in-out infinite;
}

.hero-perfume-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.6s ease;
    animation: zoomIn 1.2s ease-out;
    filter: drop-shadow(0 30px 60px rgba(47, 62, 47, 0.15));
}

.hero-perfume-image:hover {
    transform: scale(1.03) rotate(-2deg);
}

@keyframes zoomIn {
    0% { transform: scale(0.85); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.floating-tag {
    position: absolute;
    bottom: 30px;
    right: -10px;
    background: #1A1A1A;
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    box-shadow: 0 10px 28px rgba(26, 26, 26, 0.25);
    z-index: 3;
    animation: pulse 2s ease-in-out infinite;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.scroll-indicator {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #3C2F2F;
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    z-index: 1;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.scroll-indicator i {
    display: block;
    margin-top: 8px;
    font-size: 1rem;
    color: #9CAF88;
}

/* ===== WHY CHOOSE ===== */
.why-choose {
    padding: 90px 0;
    background: #FFFFFF;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.why-card {
    text-align: left;
    padding: 38px 30px;
    background: #FFFFFF;
    transition: all 0.35s var(--ease);
}

.why-card:hover {
    background: #F5F3EF;
}

.why-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #2F3E2F;
    margin-bottom: 18px;
    border: 1px solid var(--line);
    border-radius: 50%;
    transition: all 0.35s var(--ease);
}

.why-card:hover .why-icon {
    background: #2F3E2F;
    color: #FFFFFF;
    border-color: #2F3E2F;
}

.why-card h3 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #2F3E2F;
    margin-bottom: 8px;
}

.why-card p {
    color: #3C2F2F;
    font-size: 0.92rem;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

/* ===== CATALOGUE ===== */
.catalogue {
    padding: 100px 0 90px;
    background: #F5F3EF;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 11px 30px;
    border: 1.5px solid var(--line);
    background: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1A1A1A;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.tab-btn:hover {
    border-color: #9CAF88;
    transform: translateY(-2px);
}

.tab-btn.active {
    background: #2F3E2F;
    color: #FFFFFF;
    border-color: #2F3E2F;
    box-shadow: 0 10px 24px rgba(47, 62, 47, 0.25);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 28px;
    align-items: stretch;
}

.product-card {
    background: #FFFFFF;
    border-radius: var(--radius);
    padding: 22px 22px 20px;
    box-shadow: var(--shadow-sm);
    transition: all 0.4s var(--ease);
    border: 1px solid var(--line);
    text-align: left;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: #9CAF88;
}

.product-image {
    width: 100%;
    height: 210px;
    background: linear-gradient(165deg, #EBE7E0, #FFFFFF);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s var(--ease);
}

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

.product-image i {
    font-size: 4.2rem;
    color: #9CAF88;
}

/* Price Bubble */
.price-bubble {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #2F3E2F;
    color: white;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(47, 62, 47, 0.3);
    z-index: 2;
    animation: pulse 2s ease-in-out infinite;
}

.product-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    background: #9CAF88;
    z-index: 2;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.product-name {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1.22rem;
    font-weight: 700;
    color: #2F3E2F;
    margin-bottom: 3px;
    flex-shrink: 0;
}

.product-inspired {
    font-size: 0.78rem;
    color: #9CAF88;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
    font-family: 'Arial', 'Helvetica', sans-serif;
    flex-shrink: 0;
}

.product-description {
    font-size: 0.88rem;
    color: #3C2F2F;
    margin-bottom: 10px;
    line-height: 1.6;
    font-family: 'Arial', 'Helvetica', sans-serif;
    flex-shrink: 0;
}

.product-notes {
    background: #F5F3EF;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    margin-bottom: 14px;
    border: 1px solid var(--line);
    flex-shrink: 0;
}

.notes-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2F3E2F;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.notes-text {
    font-size: 0.8rem;
    color: #3C2F2F;
    line-height: 1.5;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.product-sizes {
    margin: 14px 0 16px;
    flex-shrink: 0;
    margin-top: auto;
}

.size-label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #3C2F2F;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.size-options {
    display: flex;
    gap: 8px;
}

.size-option {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 12px;
    border: 2px solid var(--line);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    background: #FFFFFF;
}

.size-option:hover {
    border-color: #9CAF88;
    background: #F5F3EF;
}

.size-option.active {
    border-color: #2F3E2F;
    background: #2F3E2F;
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(47, 62, 47, 0.25);
}

.size-option input[type="radio"] {
    display: none;
}

.size-name {
    font-size: 0.8rem;
    font-weight: 700;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.size-price {
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.size-option.active .size-name,
.size-option.active .size-price {
    color: #FFFFFF;
}

.product-card .btn-whatsapp {
    margin-top: auto;
    width: 100%;
    justify-content: center;
    font-size: 0.84rem;
    padding: 11px 20px;
}

/* ===== DIFFUSERS ===== */
.diffusers-section {
    padding: 90px 0;
    background: #2F3E2F;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.diffusers-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 80% 20%, rgba(255,255,255,0.06), transparent 60%);
}

.diffusers-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.diffusers-image-wrapper {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.diffusers-image {
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
    transition: transform 0.4s ease;
}

.diffusers-image:hover {
    transform: scale(1.02);
}

.diffusers-content .eyebrow {
    color: #9CAF88;
    justify-content: center;
}

.diffusers-content .eyebrow::before,
.diffusers-content .eyebrow::after {
    background: rgba(255,255,255,0.3);
}

.diffusers-content .section-title {
    color: #FFFFFF;
}

.diffusers-content p {
    color: rgba(255,255,255,0.78);
    font-size: 1.05rem;
    margin: 16px 0 28px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.diffusers-preview {
    display: flex;
    justify-content: center;
    gap: 22px;
    font-size: 2.2rem;
    margin-bottom: 32px;
    opacity: 0.9;
}

.coming-soon-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255,255,255,0.3);
    color: #FFFFFF;
    padding: 11px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.88rem;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.coming-soon-badge i { margin-right: 8px; }

/* ===== ABOUT ===== */
.about {
    padding: 110px 0 100px;
    background: #FFFFFF;
}

.about-header { text-align: center; margin-bottom: 64px; }

.about-founder-line {
    text-align: center;
    font-family: 'Brilliant Demo', cursive;
    font-size: 1.5rem;
    color: #3C2F2F;
    margin: 18px auto 0;
    max-width: 560px;
    font-weight: normal;
}

.notes-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin: 70px 0 80px;
    position: relative;
}

.notes-timeline::before {
    content: '';
    position: absolute;
    top: 26px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: repeating-linear-gradient(90deg, #9CAF88 0 8px, transparent 8px 16px);
    z-index: 0;
}

.note-block { position: relative; z-index: 1; }

.note-label {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #F5F3EF;
    border: 1.5px solid #9CAF88;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Brilliant Demo', cursive;
    font-size: 1rem;
    color: #2F3E2F;
    margin-bottom: 22px;
    font-weight: normal;
}

.note-tag {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    color: #2F3E2F;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.note-block h3 {
    font-size: 1.3rem;
    color: #2F3E2F;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.note-block p {
    color: #3C2F2F;
    font-size: 0.96rem;
    margin-bottom: 10px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.note-block strong { color: #2F3E2F; font-weight: 700; }

.about-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 56px;
    align-items: start;
}

.about-highlight {
    display: flex;
    gap: 0;
    margin-bottom: 36px;
    background: #F5F3EF;
    border-radius: var(--radius);
    overflow: hidden;
}

.highlight-item {
    text-align: center;
    flex: 1;
    padding: 26px 14px;
}

.highlight-item:not(:last-child) {
    border-right: 1px solid var(--line);
}

.highlight-number {
    display: block;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #2F3E2F;
}

.highlight-label {
    font-size: 0.76rem;
    color: #3C2F2F;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.about-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.value-card {
    padding: 26px 26px;
    border-radius: var(--radius);
    background: #FFFFFF;
    border: 1px solid var(--line);
    transition: all 0.35s var(--ease);
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: #9CAF88;
}

.value-card.vision { border-top: 3px solid #9CAF88; }
.value-card.mission { border-top: 3px solid #2F3E2F; }

.value-icon {
    font-size: 1.5rem;
    color: #9CAF88;
    margin-bottom: 10px;
    display: block;
}

.value-card h4 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #2F3E2F;
    margin-bottom: 8px;
}

.value-card p {
    font-size: 0.9rem !important;
    color: #3C2F2F !important;
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.about-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 110px;
}

.quick-facts, .brand-values {
    background: #F5F3EF;
    border-radius: var(--radius);
    padding: 30px 30px;
    border: 1px solid var(--line);
}

/* ===== VALUE POPUP ===== */
.value-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;  /* ← No background */
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    pointer-events: none;  /* ← Allow clicks to pass through except on card */
}

.value-popup-overlay.active {
    display: flex;
    pointer-events: all;  /* ← Enable clicks on the card */
}

.value-popup-card {
    background: #FFFFFF;
    border-radius: var(--radius);
    max-width: 500px;
    width: 100%;
    padding: 40px 35px 35px;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease;
    border-top: 5px solid #9CAF88;
    pointer-events: all;
}

.value-popup-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 2rem;
    background: none;
    border: none;
    color: #1A1A1A;
    cursor: pointer;
    transition: transform 0.3s ease;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    padding: 5px 10px;
    z-index: 10;
}

.value-popup-close:hover {
    transform: rotate(90deg);
}

.value-popup-content h3 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2F3E2F;
    margin-bottom: 12px;
}

.value-popup-content p {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1rem;
    color: #3C2F2F;
    line-height: 1.8;
}

/* Value Tag Clickable */
.value-tag {
    cursor: pointer;
    transition: all 0.3s ease;
}

.value-tag:hover {
    transform: translateY(-3px) scale(1.05);
    background: #9CAF88;
    color: #FFFFFF;
    border-color: #9CAF88;
    box-shadow: 0 4px 15px rgba(156, 175, 136, 0.3);
}

/* Responsive */
@media (max-width: 480px) {
    .value-popup-card {
        padding: 30px 20px 25px;
        margin: 10px;
        max-width: 95%;
    }
    
    .value-popup-content h3 {
        font-size: 1.4rem;
    }
    
    .value-popup-content p {
        font-size: 0.9rem;
    }
    
    .value-popup-close {
        font-size: 1.6rem;
        top: 8px;
        right: 12px;
    }
}

.quick-facts h4, .brand-values h4 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #2F3E2F;
    margin-bottom: 18px;
    font-size: 0.96rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.quick-facts h4::after, .brand-values h4::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--line);
}

.quick-facts ul { list-style: none; }

.quick-facts ul li {
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    color: #3C2F2F;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.quick-facts ul li:last-child { border-bottom: none; }

.quick-facts ul li i {
    color: #9CAF88;
    width: 20px;
    font-size: 0.95rem;
}

.value-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.value-tags span {
    background: #FFFFFF;
    border: 1px solid var(--line);
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    color: #2F3E2F;
    font-weight: 500;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

/* ===== CONTACT ===== */
.contact {
    padding: 100px 0;
    background: #F5F3EF;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-card-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: var(--radius-sm);
    transition: all 0.3s var(--ease);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.contact-card-item:hover {
    background: #FFFFFF;
    box-shadow: var(--shadow-sm);
    transform: translateX(4px);
}

.contact-card-item--static {
    cursor: default;
}

.contact-card-item--static:hover {
    transform: none;
}

.contact-link {
    color: #3C2F2F;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.contact-link:hover {
    color: #2F3E2F;
    text-decoration: underline;
}

.contact-link--alt {
    color: #9c948a;
    font-size: 0.84rem;
}

.contact-link--alt:hover {
    color: #2F3E2F;
}

.contact-icon {
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #2F3E2F;
    flex-shrink: 0;
    transition: all 0.35s var(--ease);
}

.contact-card-item:hover .contact-icon {
    background: #2F3E2F;
    color: #FFFFFF;
    border-color: #2F3E2F;
}

.contact-card-item h4 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #2F3E2F;
    margin-bottom: 3px;
}

.contact-card-item p {
    color: #3C2F2F;
    font-size: 0.93rem;
    margin: 0;
    word-break: break-word;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.contact-card-item .contact-alt {
    color: #9c948a;
    font-size: 0.84rem;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.contact-buttons .btn-primary,
.contact-buttons .btn-whatsapp,
.contact-buttons .btn-outline {
    padding: 12px 26px;
    font-size: 0.9rem;
    flex: 1;
    min-width: 160px;
}

.contact-form {
    background: #FFFFFF;
    padding: 42px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.contact-form h3 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #2F3E2F;
    margin-bottom: 22px;
}

.form-group { margin-bottom: 15px; }

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #F5F3EF;
    color: #1A1A1A;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: #a39a8e; }

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #9CAF88;
    background: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(156, 175, 136, 0.14);
}

/* ===== DELIVERY ===== */
.delivery-section {
    padding: 70px 0;
    background: #FFFFFF;
    border-top: 1px solid var(--line);
}

.delivery-content {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.delivery-content > i:first-child {
    font-size: 2.2rem;
    color: #9CAF88;
    margin-bottom: 14px;
}

.delivery-content h2 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #2F3E2F;
    margin-bottom: 28px;
    font-size: 1.8rem;
    font-weight: 700;
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.delivery-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    background: #F5F3EF;
    border-radius: var(--radius-sm);
    border: 1px solid var(--line);
    text-align: left;
}

.delivery-item i {
    color: #2F3E2F;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.delivery-item p {
    color: #3C2F2F;
    font-size: 0.92rem;
    margin: 0;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

/* ===== FOOTER ===== */
.footer {
    background: #1A1A1A;
    color: #C9C2B8;
    padding: 64px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
    gap: 40px;
    margin-bottom: 44px;
}

.footer-brand .logo {
    margin-bottom: 14px;
    color: #FFFFFF;
}

.logo-img-footer {
    height: 46px;
    width: auto;
    border-radius: 50%;
}

.footer-brand .logo span {
    font-size: 1.3rem;
    color: #FFFFFF;
}

.footer-brand p {
    color: #A39A8E;
    font-size: 0.94rem;
    margin-bottom: 16px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.footer-badges span {
    background: rgba(255, 255, 255, 0.06);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.72rem;
    color: #C9C2B8;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    color: #C9C2B8;
    transition: all 0.3s ease;
    font-size: 1.05rem;
    text-decoration: none;
}

.footer-social a:hover {
    background: #9CAF88;
    color: #1A1A1A;
}

.footer-links h4,
.footer-contact h4,
.footer-info h4 {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.footer-links ul { list-style: none; }
.footer-links ul li { margin-bottom: 9px; }

.footer-links ul li a {
    color: #A39A8E;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.92rem;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.footer-links ul li a:hover { color: #9CAF88; }

.footer-contact p {
    margin-bottom: 10px;
    font-size: 0.92rem;
    color: #A39A8E;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.footer-contact p i { width: 22px; color: #9CAF88; }

.footer-info p {
    color: #A39A8E;
    font-size: 0.92rem;
    margin-bottom: 9px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.footer-info .coming-tag {
    color: #9CAF88;
    font-weight: 600;
    margin-top: 8px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 26px;
    text-align: center;
    font-size: 0.86rem;
    color: #7A7268;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

/* ===== FLOATING WHATSAPP ===== */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: #25D366;
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    transition: all 0.35s var(--ease);
    z-index: 999;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 14px 38px rgba(37, 211, 102, 0.48);
}

.tooltip {
    position: absolute;
    right: 70px;
    background: #1A1A1A;
    color: white;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.whatsapp-float:hover .tooltip {
    opacity: 1;
    transform: translateX(-5px);
}

/* ===== ACCESSIBILITY ===== */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
    outline: 2px solid #2F3E2F;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
    html { scroll-behavior: auto; }
}

/* ===== ROOM DIFFUSER IMAGE ===== */
.diffusers-image-wrapper {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.diffusers-image {
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease;
}

.diffusers-image:hover {
    transform: scale(1.02);
}

/* ===== PRODUCT DETAIL MODAL ===== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.85);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    animation: fadeIn 0.3s ease;
}

.modal-overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ===== FULL SCREEN MODAL - NO SCROLL ===== */


.modal-container {
    background: #FFFFFF;
    border-radius: 0;
    max-width: 100vw;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;  /* ← No scrolling */
    padding: 20px 30px 20px;  /* ← Reduced padding */
    position: relative;
    box-shadow: none;
    animation: slideUp 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* ← Center content vertically */
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 2.2rem;
    background: none;
    border: none;
    color: #1A1A1A;
    cursor: pointer;
    transition: transform 0.3s ease;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    padding: 5px 10px;
    z-index: 10;
}

.modal-close:hover {
    transform: rotate(90deg);
}

.modal-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.modal-product-image-wrapper {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
}

.modal-product-image {
    width: 100%;
    max-width: 140px;  /* ← Smaller image */
    height: auto;
    border-radius: var(--radius-sm);
    transition: opacity 0.4s ease;
}

.modal-product-name {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 1.6rem;  /* ← Smaller heading */
    font-weight: 700;
    color: #2F3E2F;
    margin-bottom: 2px;
}

.modal-product-inspired {
    font-size: 0.8rem;
    color: #9CAF88;
    font-weight: 600;
    margin-bottom: 6px;
}

.modal-product-description {
    font-size: 0.85rem;
    color: #3C2F2F;
    line-height: 1.5;
    margin-bottom: 8px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.modal-product-notes {
    background: #F5F3EF;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    margin-bottom: 10px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.modal-notes-label {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2F3E2F;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.modal-notes-text {
    font-size: 0.8rem;
    color: #3C2F2F;
    line-height: 1.4;
}

.modal-product-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2F3E2F;
    margin-bottom: 8px;
}

.modal-size-selector {
    margin-bottom: 8px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.modal-size-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #3C2F2F;
    margin-bottom: 5px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.modal-size-buttons {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-size-btn {
    padding: 6px 18px;
    border: 2px solid var(--line);
    background: #FFFFFF;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-weight: 600;
    color: #1A1A1A;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Arial', 'Helvetica', sans-serif;
    flex: 1;
    min-width: 70px;
}

.modal-size-btn:hover {
    border-color: #9CAF88;
    background: #F5F3EF;
}

.modal-size-btn.active {
    border-color: #2F3E2F;
    background: #2F3E2F;
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(47, 62, 47, 0.25);
}

.modal-quantity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.modal-quantity-selector label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #3C2F2F;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.modal-quantity-selector select {
    padding: 5px 12px;
    border: 2px solid var(--line);
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-family: 'Arial', 'Helvetica', sans-serif;
    background: #FFFFFF;
    color: #1A1A1A;
    cursor: pointer;
    transition: border-color 0.3s ease;
    min-width: 60px;
}

.modal-quantity-selector select:focus {
    outline: none;
    border-color: #9CAF88;
}

.modal-total-price {
    font-size: 1rem;
    color: #3C2F2F;
    margin-bottom: 10px;
}

.modal-total-price strong {
    color: #2F3E2F;
    font-size: 1.2rem;
}

.modal-whatsapp-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 10px 20px;
    font-size: 0.9rem;
    margin: 0 auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .modal-container {
        padding: 15px 15px 12px;
    }
    
    .modal-product-image {
        max-width: 110px;
    }
    
    .modal-product-name {
        font-size: 1.3rem;
    }
    
    .modal-product-description {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    .modal-close {
        top: 10px;
        right: 15px;
        font-size: 1.8rem;
    }
    
    .modal-size-btn {
        padding: 5px 14px;
        font-size: 0.75rem;
        min-width: 60px;
    }
    
    .modal-whatsapp-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .modal-container {
        padding: 12px 12px 10px;
    }
    
    .modal-product-image {
        max-width: 90px;
    }
    
    .modal-product-name {
        font-size: 1.1rem;
    }
    
    .modal-product-inspired {
        font-size: 0.7rem;
    }
    
    .modal-product-description {
        font-size: 0.75rem;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .modal-product-notes {
        padding: 6px 10px;
        margin-bottom: 6px;
    }
    
    .modal-notes-text {
        font-size: 0.7rem;
    }
    
    .modal-product-price {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    
    .modal-size-label {
        font-size: 0.7rem;
        margin-bottom: 3px;
    }
    
    .modal-size-btn {
        padding: 4px 10px;
        font-size: 0.7rem;
        min-width: 50px;
    }
    
    .modal-quantity-selector {
        gap: 6px;
        margin-bottom: 6px;
    }
    
    .modal-quantity-selector label {
        font-size: 0.7rem;
    }
    
    .modal-quantity-selector select {
        padding: 4px 8px;
        font-size: 0.7rem;
        min-width: 50px;
    }
    
    .modal-total-price {
        font-size: 0.85rem;
        margin-bottom: 6px;
    }
    
    .modal-total-price strong {
        font-size: 1rem;
    }
    
    .modal-whatsapp-btn {
        padding: 6px 12px;
        font-size: 0.75rem;
        max-width: 250px;
    }
    
    .modal-close {
        top: 8px;
        right: 12px;
        font-size: 1.5rem;
    }
}

.swidi-text {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #1b2214;
}

/* Remove Choose Your Size from main catalogue */
.product-sizes .size-label {
    display: none !important;
}

.product-sizes .size-options {
    display: none !important;
}

/* ===== DISCLAIMER ===== */
.disclaimer-section {
    padding: 30px 0;
    background: #F5F3EF;
    border-top: 2px solid var(--line);
}

.disclaimer-content {
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-warning {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFF5F5;
    border: 2px solid #E74C3C;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 15px;
    color: #C0392B;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

.disclaimer-warning i {
    font-size: 1.2rem;
    color: #E74C3C;
}

.disclaimer-text {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 25px;
    border: 1px solid var(--line);
}

.disclaimer-text p {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 0.78rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

.disclaimer-text strong {
    color: #2F3E2F;
    font-weight: 700;
}

.disclaimer-price-note {
    margin-top: 12px !important;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    font-weight: 600;
    color: #3C2F2F !important;
    font-size: 0.8rem !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.disclaimer-price-note i {
    color: #9CAF88;
}

/* Responsive */
@media (max-width: 768px) {
    .disclaimer-section {
        padding: 20px 0;
    }
    
    .disclaimer-warning {
        padding: 10px 14px;
        font-size: 0.7rem;
        flex-wrap: wrap;
    }
    
    .disclaimer-text {
        padding: 15px 18px;
    }
    
    .disclaimer-text p {
        font-size: 0.7rem;
    }
    
    .disclaimer-price-note {
        font-size: 0.7rem !important;
    }
}

@media (max-width: 480px) {
    .disclaimer-warning {
        font-size: 0.6rem;
        padding: 8px 10px;
        gap: 8px;
    }
    
    .disclaimer-warning i {
        font-size: 0.9rem;
    }
    
    .disclaimer-text {
        padding: 12px 14px;
    }
    
    .disclaimer-text p {
        font-size: 0.65rem;
    }
}

/* ===== RESPONSIVE ===== */

/* Tablet / small laptop */
@media (max-width: 992px) {
    .hero-container { grid-template-columns: 1fr; text-align: center; }
    .hero-content { max-width: 100%; margin: 0 auto; }
    .hero-description { margin-left: auto; margin-right: auto; }
    .hero-buttons, .hero-social { justify-content: center; }
    .hero-image { order: -1; max-width: 320px; margin: 0 auto 10px; }
    .hero-image-wrapper { max-width: 300px; }
    .hero-trail { display: none; }
    .about-container { grid-template-columns: 1fr; gap: 40px; }
    .about-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .notes-timeline { grid-template-columns: 1fr; gap: 40px; }
    .notes-timeline::before { display: none; }
    .contact-container { grid-template-columns: 1fr; gap: 44px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .delivery-grid { grid-template-columns: 1fr 1fr; }
    .header-cta .btn-whatsapp span { display: none; }
    .header-cta .btn-whatsapp { padding: 8px 14px; }
    .logo-img { height: 50px; }
    .logo span { font-size: 1.1rem; }
    .nav-list { gap: 22px; }
    .product-grid { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
}

/* Mobile */
@media (max-width: 768px) {
    .container { padding: 0 18px; }

    .header {
        padding: 8px 0;
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
        flex-wrap: nowrap;
    }

    .logo {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.95rem;
        z-index: 1001;
        flex: 0 1 auto;
    }

    .logo-img {
        height: 42px;
        width: auto;
        border-radius: 50%;
    }

    .logo span {
        font-size: 0.9rem;
        display: block;
    }

    .hamburger {
        display: block;
        z-index: 1001;
        background: none;
        border: none;
        font-size: 1.8rem;
        color: #1A1A1A;
        cursor: pointer;
        padding: 5px 0 5px 15px;
        transition: transform 0.3s ease;
        flex: 0 0 auto;
        order: 3;
        margin-left: auto;
    }

    .hamburger:hover {
        transform: rotate(90deg);
    }

    .header-cta {
        display: none;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #FFFFFF;
        padding: 80px 24px 30px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        transform: translateY(-120%);
        transition: transform 0.4s cubic-bezier(.22, .7, .2, 1);
        border-bottom: 1px solid var(--line);
        max-height: 100vh;
        overflow-y: auto;
        z-index: 1000;
        border-radius: 0 0 20px 20px;
    }

    .nav-menu.active {
        transform: translateY(0);
    }

    .nav-list {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .nav-link {
        font-size: 1.1rem;
        padding: 8px 0;
        display: block;
        text-align: center;
        font-weight: 500;
        color: #1A1A1A;
        text-decoration: none;
        transition: color 0.3s ease;
        position: relative;
        width: 100%;
    }

    .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background: #2F3E2F;
        transition: width 0.3s ease;
    }

    .nav-link:hover::after,
    .nav-link.active::after {
        width: 60%;
    }

    .nav-link:hover,
    .nav-link.active {
        color: #2F3E2F;
    }

    .nav-whatsapp-mobile {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid var(--line);
        width: 100%;
    }

    .nav-whatsapp-mobile .btn-whatsapp {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 24px;
        font-size: 0.95rem;
    }

    .hero { padding: 100px 0 56px; min-height: auto; }
    .why-choose { padding: 60px 0; }
    .catalogue { padding: 64px 0 56px; }
    .diffusers-section { padding: 60px 0; }
    .about { padding: 70px 0 64px; }
    .contact { padding: 64px 0; }
    .delivery-section { padding: 50px 0; }
    .footer { padding: 48px 0 24px; }

    .section-header { margin-bottom: 38px; }
    .section-title { font-size: 1.8rem; }
    .eyebrow { letter-spacing: 0.18em; font-size: 0.68rem; }

    .hero-title { margin: 14px 0 16px; }
    .hero-description { font-size: 1.02rem; }

    .why-grid { grid-template-columns: 1fr; }
    .why-card { text-align: center; padding: 30px 24px; }
    .why-icon { margin-left: auto; margin-right: auto; }

    .category-tabs { gap: 8px; }
    .tab-btn { padding: 10px 22px; font-size: 0.86rem; }

    .product-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 18px; }

    .notes-timeline { margin: 48px 0 56px; gap: 36px; }
    .notes-timeline::before { display: none; }
    .about-founder-line { font-size: 1.3rem; padding: 0 10px; }
    .about-sidebar { grid-template-columns: 1fr; }
    .about-highlight { flex-direction: column; }
    .highlight-item:not(:last-child) { border-right: none; border-bottom: 1px solid var(--line); }
    .about-values { grid-template-columns: 1fr; }

    .contact-buttons { flex-direction: column; }
    .contact-buttons .btn-primary, .contact-buttons .btn-whatsapp, .contact-buttons .btn-outline { width: 100%; min-width: auto; }
    .contact-form { padding: 26px; }
    .contact-card-item { padding: 14px; }

    .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 32px; }
    .footer-links h4::after, .footer-contact h4::after, .footer-info h4::after { display: none; }
    .footer-social, .footer-badges { justify-content: center; }
    .footer-contact p, .footer-info p { justify-content: center; display: flex; gap: 8px; }

    .delivery-grid { grid-template-columns: 1fr; }
    .delivery-item { text-align: left; }
    .delivery-content h2 { font-size: 1.5rem; }

    .scroll-indicator, .tooltip { display: none; }

    .whatsapp-float { width: 52px; height: 52px; font-size: 1.6rem; bottom: 18px; right: 18px; }
    .hero-image-wrapper { max-width: 250px; }
    .floating-tag { font-size: 0.65rem; padding: 6px 16px; bottom: 15px; right: -5px; }
    .product-description { font-size: 0.82rem; }
    .size-option { padding: 6px 10px; }
    .size-name { font-size: 0.7rem; }
    .size-price { font-size: 0.65rem; }
    .price-bubble { font-size: 0.65rem; padding: 4px 12px; bottom: 8px; left: 8px; }
    .product-notes { padding: 8px 10px; }
    .notes-text { font-size: 0.72rem; }
    .product-inspired { font-size: 0.7rem; }
}

/* Modal Responsive */
@media (max-width: 480px) {
    .modal-container {
        padding: 30px 20px 25px;
        margin: 10px;
    }
    
    .modal-product-name {
        font-size: 1.4rem;
    }
    
    .modal-product-image {
        max-width: 150px;
    }
    
    .modal-quantity-selector {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .diffusers-image {
        max-width: 200px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .logo-img { height: 36px; }
    .logo span { font-size: 0.8rem; display: none; }
    .hamburger { font-size: 1.6rem; padding: 4px 0 4px 12px; }
    .nav-menu { padding: 70px 20px 25px; }
    .nav-link { font-size: 1rem; padding: 6px 0; }

    .hero-buttons { flex-direction: column; align-items: stretch; }
    .hero-buttons .btn-primary, .hero-buttons .btn-whatsapp { width: 100%; }
    .hero-title { font-size: 2.1rem; }
    .hero-social { flex-wrap: wrap; justify-content: center; }
    .hero-image { max-width: 240px; }
    .hero-image-wrapper { max-width: 200px; }
    .floating-tag { font-size: 0.55rem; padding: 5px 12px; bottom: 10px; right: -5px; }

    .product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .product-card { padding: 14px 14px 16px; }
    .product-image { height: 130px; margin-bottom: 12px; }
    .product-image i { font-size: 2.6rem; }
    .product-name { font-size: 0.98rem; }
    .product-description { font-size: 0.75rem; min-height: 0; margin-bottom: 8px; }
    .product-details { font-size: 0.78rem; flex-wrap: wrap; gap: 6px; }
    .product-price { font-size: 1rem; }
    .product-card .btn-whatsapp { font-size: 0.76rem; padding: 9px 12px; gap: 6px; }
    .product-badge { font-size: 0.6rem; padding: 4px 10px; top: 12px; right: 12px; }

    .tab-btn { padding: 9px 16px; font-size: 0.8rem; flex: 1 1 auto; text-align: center; }

    .note-block h3 { font-size: 1.15rem; }
    .about-highlight { border-radius: var(--radius-sm); }
    .highlight-number { font-size: 1.4rem; }

    .contact-form { padding: 20px; }
    .contact-icon { width: 40px; height: 40px; font-size: 1rem; }

    .footer-badges span { font-size: 0.68rem; }

    .header { padding: 6px 0; }
    .header-scrolled { padding: 4px 0; }
    .size-option { padding: 5px 8px; }
    .size-name { font-size: 0.6rem; }
    .size-price { font-size: 0.55rem; }
}

/* Very small phones */
@media (max-width: 360px) {
    .container { padding: 0 14px; }
    .hero-title { font-size: 1.85rem; }
    .section-title { font-size: 1.55rem; }
    .product-grid { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; }
}

/* Landscape phones */
@media (max-height: 480px) and (orientation: landscape) {
    .hero { min-height: auto; padding: 90px 0 40px; }
    .scroll-indicator { display: none; }
    .hero-image { max-width: 180px; }
    .hero-image-wrapper { max-width: 160px; }
    .floating-tag { font-size: 0.5rem; padding: 4px 10px; bottom: 8px; right: -3px; }
    .nav-menu { padding: 60px 20px 20px; max-height: 100vh; }
    .nav-list { gap: 12px; }
    .nav-link { font-size: 0.9rem; padding: 4px 0; }
}