/* ============================================
   F.S. Creations — Static HTML Styles
   ============================================ */

:root {
    --primary: #D97C73;
    --primary-light: #E08A80;
    --primary-dark: #C56A62;
    --charcoal: #252129;
    --background: #F6F4F3;
    --border: #A8A9A9;
    --accent: #B6B8BA;
    --white: #FFFFFF;
    --text-light: #666666;
    --shadow-sm: 0 2px 15px rgba(0,0,0,.08);
    --shadow-md: 0 8px 30px rgba(0,0,0,.08);
    --shadow-lg: 0 15px 40px rgba(0,0,0,.12);
    --radius-sm: 12px;
    --radius-md: 16px;
    --radius-lg: 18px;
    --transition: .3s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--charcoal);
    background: var(--background);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: var(--charcoal);
    font-weight: 600;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
.site-header {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.site-logo {
    font-size: 1.8rem;
    font-weight: 800;
}

.site-logo a {
    color: var(--primary);
}

.site-logo a:hover {
    color: var(--primary-dark);
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: var(--charcoal);
    font-weight: 500;
    position: relative;
    padding: 5px 0;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: var(--transition);
}

.nav-links a:hover::after {
    width: 100%;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--charcoal);
    margin: 5px 0;
    transition: var(--transition);
}

/* ============================================
   HERO SECTION with ENHANCED PEARL DUST
   ============================================ */
.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: linear-gradient(
        135deg,
        rgba(246,244,243,.95) 50%,
        rgba(235,150,140,.92) 50%
    );
    position: relative;
    overflow: hidden;
}

/* Pearl dust sparkles (salmon half only) */
.pearl-dust::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Circles --%3E%3Ccircle cx='30' cy='40' r='2' fill='white' opacity='0.5'/%3E%3Ccircle cx='120' cy='25' r='1.5' fill='white' opacity='0.4'/%3E%3Ccircle cx='80' cy='80' r='1' fill='white' opacity='0.35'/%3E%3Ccircle cx='170' cy='60' r='2.5' fill='white' opacity='0.45'/%3E%3Ccircle cx='55' cy='130' r='1.5' fill='white' opacity='0.5'/%3E%3Ccircle cx='145' cy='110' r='1' fill='white' opacity='0.3'/%3E%3Ccircle cx='90' cy='160' r='2' fill='white' opacity='0.4'/%3E%3Ccircle cx='185' cy='140' r='1.5' fill='white' opacity='0.45'/%3E%3Ccircle cx='15' cy='90' r='1' fill='white' opacity='0.35'/%3E%3Ccircle cx='60' cy='55' r='2' fill='white' opacity='0.5'/%3E%3C!-- Diamonds --%3E%3Crect x='45' y='25' width='2.5' height='2.5' fill='white' opacity='0.45' transform='rotate(45 46.25 26.25)'/%3E%3Crect x='110' y='50' width='2' height='2' fill='white' opacity='0.5' transform='rotate(45 111 51)'/%3E%3Crect x='175' cy='30' width='2' height='2' fill='white' opacity='0.4' transform='rotate(45 176 31)'/%3E%3Crect x='65' y='115' width='2.5' height='2.5' fill='white' opacity='0.35' transform='rotate(45 66.25 116.25)'/%3E%3Crect x='140' y='135' width='2' height='2' fill='white' opacity='0.45' transform='rotate(45 141 136)'/%3E%3Crect x='50' y='170' width='2' height='2' fill='white' opacity='0.5' transform='rotate(45 51 171)'/%3E%3Crect x='160' y='165' width='2.5' height='2.5' fill='white' opacity='0.4' transform='rotate(45 161.25 166.25)'/%3E%3C!-- Stars --%3E%3Cpath d='M80 15 L81 18 L84 19 L81 20 L80 23 L79 20 L76 19 L79 18 Z' fill='white' opacity='0.5'/%3E%3Cpath d='M160 70 L161 73 L164 74 L161 75 L160 78 L159 75 L156 74 L159 73 Z' fill='white' opacity='0.45'/%3E%3Cpath d='M35 75 L36 78 L39 79 L36 80 L35 83 L34 80 L31 79 L34 78 Z' fill='white' opacity='0.4'/%3E%3Cpath d='M115 145 L116 148 L119 149 L116 150 L115 153 L114 150 L111 149 L114 148 Z' fill='white' opacity='0.5'/%3E%3Cpath d='M185 95 L186 98 L189 99 L186 100 L185 103 L184 100 L181 99 L184 98 Z' fill='white' opacity='0.35'/%3E%3Cpath d='M20 130 L21 133 L24 134 L21 135 L20 138 L19 135 L16 134 L19 133 Z' fill='white' opacity='0.45'/%3E%3Cpath d='M95 125 L96 128 L99 129 L96 130 L95 133 L94 130 L91 129 L94 128 Z' fill='white' opacity='0.4'/%3E%3Cpath d='M150 180 L151 183 L154 184 L151 185 L150 188 L149 185 L146 184 L149 183 Z' fill='white' opacity='0.5'/%3E%3C!-- Small dots for extra dust --%3E%3Ccircle cx='10' cy='10' r='0.8' fill='white' opacity='0.3'/%3E%3Ccircle cx='55' cy='5' r='0.6' fill='white' opacity='0.25'/%3E%3Ccircle cx='100' cy='8' r='0.7' fill='white' opacity='0.35'/%3E%3Ccircle cx='145' cy='12' r='0.5' fill='white' opacity='0.3'/%3E%3Ccircle cx='190' cy='20' r='0.8' fill='white' opacity='0.25'/%3E%3Ccircle cx='5' cy='50' r='0.6' fill='white' opacity='0.3'/%3E%3Ccircle cx='95' cy='55' r='0.7' fill='white' opacity='0.25'/%3E%3Ccircle cx='180' cy='50' r='0.5' fill='white' opacity='0.35'/%3E%3Ccircle cx='45' cy='145' r='0.8' fill='white' opacity='0.3'/%3E%3Ccircle cx='135' cy='155' r='0.6' fill='white' opacity='0.25'/%3E%3Ccircle cx='85' cy='185' r='0.7' fill='white' opacity='0.3'/%3E%3Ccircle cx='175' cy='190' r='0.5' fill='white' opacity='0.35'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    opacity: 0.9;
    pointer-events: none;
    z-index: 1;
}

/* Glossy shine overlay on salmon half */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        165deg,
        rgba(255,255,255,0.25) 0%,
        rgba(255,255,255,0.1) 20%,
        transparent 35%,
        transparent 50%,
        rgba(255,200,190,0.15) 65%,
        rgba(255,255,255,0.12) 80%,
        rgba(255,255,255,0.03) 100%
    );
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 2;
}

.pearl-content {
    position: relative;
    z-index: 3;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
}

.hero-text h1 span {
    color: var(--primary);
}

.hero-text p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: var(--text-light);
}

.hero-card {
    background: white;
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    text-align: center;
    position: relative;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary-light), transparent);
    border-radius: 50%;
    opacity: 0.3;
}

.hero-card h2 {
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 10px;
}

.hero-card p {
    color: var(--text-light);
    font-size: 0.95rem;
}

.hero-card .owner {
    margin-top: 15px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

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

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    color: white;
}

.btn-secondary {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-secondary:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
}

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

.btn-white:hover {
    background: var(--background);
    transform: translateY(-3px);
}

.btn-small {
    padding: 10px 20px;
    font-size: 0.9rem;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
    background: white;
}

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

.about-content p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
}

/* ============================================
   SERVICES SECTION
   ============================================ */
.services-section {
    background: var(--background);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.service-card {
    background: white;
    padding: 40px 35px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary);
    transform: scaleX(0);
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card .icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--charcoal);
}

.service-card p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* ============================================
   GALLERY SECTION
   ============================================ */
.gallery-section {
    background: linear-gradient(135deg, #f6f4f3, #fff);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.gallery-item {
    position: relative;
    height: 300px;
    background: var(--primary-light);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    cursor: pointer;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    transform: translateY(100%);
    transition: var(--transition);
}

.gallery-item:hover .overlay {
    transform: translateY(0);
}

.gallery-item .overlay h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.gallery-item .overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* ============================================
   PRODUCTS / SHOP SECTION
   ============================================ */
.products-section {
    background: white;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.product-card {
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.product-image {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: var(--background);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

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

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.product-info {
    padding: 25px;
}

.product-info h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--charcoal);
}

.product-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-section {
    background: var(--primary);
    color: white;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

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

.contact-content h2 {
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.contact-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.contact-info {
    margin-top: 30px;
    font-size: 1.1rem;
}

.contact-info p {
    margin: 10px 0;
}

.contact-info a {
    color: white;
    text-decoration: underline;
}

.contact-info a:hover {
    opacity: 0.8;
}

/* Contact Form */
.contact-form-wrapper {
    max-width: 600px;
    margin: 40px auto 0;
}

.contact-form {
    background: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: var(--radius-lg);
    backdrop-filter: blur(10px);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    text-align: left;
}

.required {
    color: #fff;
    opacity: 0.8;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.15);
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255,255,255,0.6);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.25);
}

.form-group textarea {
    resize: vertical;
}

.form-messages {
    margin-top: 15px;
    font-weight: 500;
}

.form-messages.success {
    color: #d4edda;
}

.form-messages.error {
    color: #f8d7da;
}

.noscript-notice {
    margin-top: 20px;
    font-size: 0.9rem;
    opacity: 0.9;
}

.noscript-notice a {
    color: white;
    text-decoration: underline;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.site-footer p {
    margin: 5px 0;
    opacity: 0.8;
    font-size: 0.9rem;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-text h1 {
        font-size: 3rem;
    }
    
    .hero-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .hero-section {
        background: linear-gradient(
            180deg,
            rgba(246,244,243,.95) 40%,
            rgba(235,150,140,.92) 40%
        );
        padding: 60px 0;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: var(--shadow-md);
        gap: 0;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid var(--border);
    }
    
    .services-grid,
    .gallery-grid,
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .contact-form {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }
    
    .hero-card {
        padding: 25px;
    }
    
    .section-title {
        font-size: 1.7rem;
    }
    
    .btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}
