* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --cream: #f5eedc;
    --warm-white: #faf7f0;
    --rose: #c47a8a;
    --rose-dark: #b06678;
    --teal-dark: #2d5858;
    --sage: #8aacac;
    --border: #cfdede;
    --text: #2d5858;
    --text-muted: #5a7a7a;
}

body {
    font-family: 'Raleway', Arial, sans-serif;
    background-color: var(--cream);
    color: var(--text);
    line-height: 1.7;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---- HEADER ---- */

#main-header {
    background-color: var(--warm-white);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: box-shadow 0.3s ease;
}

#main-header.scrolled {
    box-shadow: 0 2px 20px rgba(45, 88, 88, 0.1);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--teal-dark);
}

.logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

nav h1 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
}

nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
}

nav a {
    text-decoration: none;
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: color 0.2s;
}

nav a:hover {
    color: var(--rose);
}

.nav-shop-btn {
    background-color: var(--rose);
    color: white !important;
    padding: 8px 18px;
    border-radius: 6px;
    transition: background-color 0.3s ease !important;
}

.nav-shop-btn:hover {
    background-color: var(--rose-dark) !important;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--teal-dark);
    transition: 0.3s;
}

/* ---- HERO ---- */

#hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(150deg, #2d5858 0%, #4a7a7a 45%, #8aacac 100%);
    overflow: hidden;
    text-align: center;
    padding: 0;
}

#hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 60%, rgba(196, 122, 138, 0.18) 0%, transparent 55%),
        radial-gradient(circle at 85% 20%, rgba(245, 238, 220, 0.1) 0%, transparent 50%);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 80px 20px;
}

.hero-sub {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #dbc87a;
    margin-bottom: 18px;
}

.hero-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 76px;
    font-weight: 700;
    color: var(--cream);
    line-height: 1.1;
    margin-bottom: 18px;
}

.hero-desc {
    font-size: 18px;
    color: rgba(245, 238, 220, 0.8);
    max-width: 480px;
    margin: 0 auto 36px;
    font-weight: 300;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.hero-note {
    font-size: 13px;
    color: rgba(245, 238, 220, 0.6);
}

#hero .btn-secondary {
    border-color: rgba(245, 238, 220, 0.7);
    color: var(--cream);
}

#hero .btn-secondary:hover {
    background-color: var(--cream);
    color: var(--teal-dark);
    border-color: var(--cream);
}

.hero-scroll-hint {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    color: rgba(245, 238, 220, 0.6);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(8px); }
}

/* ---- BUTTONS ---- */

.btn {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--rose);
    color: white;
}

.btn-primary:hover {
    background-color: var(--rose-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(196, 122, 138, 0.35);
}

.btn-secondary {
    background-color: transparent;
    color: var(--teal-dark);
    border: 1.5px solid var(--teal-dark);
}

.btn-secondary:hover {
    background-color: var(--teal-dark);
    color: white;
    transform: translateY(-2px);
}

.btn-outline {
    background-color: transparent;
    color: var(--rose);
    border: 1.5px solid var(--rose);
}

.btn-outline:hover {
    background-color: var(--rose);
    color: white;
}

/* ---- SECTIONS ---- */

section {
    padding: 90px 0;
}

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

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: var(--teal-dark);
    margin-bottom: 10px;
}

.section-header p {
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 300;
}

/* ---- PRODUCTS ---- */

#products {
    background-color: var(--warm-white);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.product-card {
    background-color: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(45, 88, 88, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(45, 88, 88, 0.14);
}

.product-img-wrap {
    height: 280px;
    background-color: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow: hidden;
}

.product-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img-wrap img {
    transform: scale(1.04);
}

.product-info {
    padding: 20px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--teal-dark);
    margin-bottom: 6px;
}

.product-info p {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 14px;
}

.product-link {
    font-size: 13px;
    color: var(--rose);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: letter-spacing 0.2s;
}

.product-link:hover {
    letter-spacing: 1px;
}

.products-cta {
    text-align: center;
    margin-top: 44px;
}

/* ---- ABOUT ---- */

#about {
    background-color: var(--cream);
}

#about h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: var(--teal-dark);
    margin-bottom: 16px;
}

.divider {
    width: 48px;
    height: 2px;
    background-color: var(--rose);
    margin-bottom: 26px;
}

.about-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-lead {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--teal-dark);
    margin-bottom: 16px;
    line-height: 1.65;
}

.about-text p {
    color: var(--text-muted);
    margin-bottom: 14px;
    font-weight: 300;
}

.about-text .btn {
    margin-top: 10px;
}

.about-quote {
    background-color: var(--warm-white);
    border-left: 3px solid var(--rose);
    padding: 36px 32px;
    border-radius: 0 14px 14px 0;
}

.about-quote blockquote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 21px;
    color: var(--teal-dark);
    line-height: 1.65;
}

/* ---- CONTACT ---- */

#contact {
    background-color: var(--warm-white);
}

.contact-inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: start;
}

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

.contact-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contact-icon {
    font-size: 22px;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-item strong {
    display: block;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--rose);
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-item p,
.contact-item a {
    color: var(--text-muted);
    font-size: 14px;
    text-decoration: none;
    line-height: 1.6;
    font-weight: 300;
}

.contact-item a:hover {
    color: var(--rose);
}

.contact-map iframe {
    width: 100%;
    height: 320px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(45, 88, 88, 0.1);
}

/* ---- FOOTER ---- */

footer {
    background-color: var(--teal-dark);
    color: rgba(245, 238, 220, 0.65);
    padding: 40px 0 28px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(245, 238, 220, 0.12);
    margin-bottom: 20px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-brand img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.footer-brand span {
    font-family: 'Playfair Display', serif;
    color: var(--cream);
    font-size: 18px;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    color: rgba(245, 238, 220, 0.65);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--rose);
}

.footer-copy {
    text-align: center;
    font-size: 13px;
}

/* ---- SCROLL ANIMATIONS ---- */

.fade-section {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.fade-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---- RESPONSIVE ---- */

@media (max-width: 900px) {
    .about-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .contact-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    nav ul {
        display: none;
        position: absolute;
        top: calc(100% + 18px);
        left: -20px;
        right: -20px;
        background-color: var(--warm-white);
        flex-direction: column;
        padding: 20px;
        gap: 18px;
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
        box-shadow: 0 8px 24px rgba(45, 88, 88, 0.1);
        z-index: 99;
    }

    nav ul.open {
        display: flex;
    }

    #hero {
        min-height: 80vh;
    }

    .hero-content h2 {
        font-size: 52px;
    }

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

    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-content h2 {
        font-size: 38px;
    }

    .section-header h2,
    #about h2 {
        font-size: 28px;
    }

    .about-quote blockquote {
        font-size: 18px;
    }
}
