/* =====================================================
   KAMIGIN FUSION MASÁŽE - Art Nouveau Frame Design
   ===================================================== */

/* Boecklins Universe Font */
@font-face {
    font-family: 'Boecklins Universe';
    src: url('../fonts/Boecklins Universe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* CSS Custom Properties */
:root {
    /* Colors */
    --ivory-cream: #F7F4EF;
    --warm-sand: #E8E2D8;
    --antique-gold: #C9A962;
    --dark-gold: #A68B4B;
    --copper-bronze: #B8956E;
    --deep-walnut: #3D3528;
    --muted-brown: #5C4D3C;
    --taupe: #8B7355;
    --white: #FFFFFF;

    /* Typography */
    --font-logo: 'Boecklins Universe', 'Cinzel Decorative', serif;
    --font-heading: 'Boecklins Universe', 'Cormorant SC', serif;
    --font-body: 'Cormorant Garamond', Georgia, serif;

    /* Spacing */
    --spacing-xs: 8px;
    --spacing-sm: 12px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-2xl: 48px;
    --spacing-3xl: 64px;
    --spacing-4xl: 96px;

    /* Transitions */
    --transition-fast: 0.3s ease;
    --transition-normal: 0.4s ease;
    --transition-slow: 0.6s ease;

    /* Z-index */
    --z-navbar: 1000;
    --z-promo: 999;
    --z-mobile-menu: 998;
    --z-modal: 1100;
}

/* Reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    background: var(--ivory-cream);
    color: var(--deep-walnut);
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Art Nouveau Background Pattern */
.art-nouveau-bg {
    position: relative;
}

.art-nouveau-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 8 Q48 20, 40 32 Q32 20, 40 8' fill='none' stroke='%23C9A962' stroke-width='1.2' opacity='0.25'/%3E%3Cpath d='M40 48 Q48 60, 40 72 Q32 60, 40 48' fill='none' stroke='%23C9A962' stroke-width='1.2' opacity='0.25'/%3E%3Ccircle cx='40' cy='40' r='3' fill='%23C9A962' opacity='0.2'/%3E%3Ccircle cx='8' cy='8' r='2' fill='%23C9A962' opacity='0.15'/%3E%3Ccircle cx='72' cy='72' r='2' fill='%23C9A962' opacity='0.15'/%3E%3Ccircle cx='72' cy='8' r='1.5' fill='%23C9A962' opacity='0.12'/%3E%3Ccircle cx='8' cy='72' r='1.5' fill='%23C9A962' opacity='0.12'/%3E%3C/svg%3E");
    background-size: 80px 80px;
    pointer-events: none;
    z-index: 0;
}

.art-nouveau-bg > * {
    position: relative;
    z-index: 1;
}

/* Large Decorative Motif */
.art-nouveau-motif {
    position: relative;
    overflow: hidden;
}

.art-nouveau-motif::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background-image: url("data:image/svg+xml,%3Csvg width='500' height='500' viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='250' cy='250' r='30' fill='none' stroke='%23C9A962' stroke-width='2' opacity='0.3'/%3E%3Ccircle cx='250' cy='250' r='50' fill='none' stroke='%23C9A962' stroke-width='1.5' opacity='0.25'/%3E%3Ccircle cx='250' cy='250' r='80' fill='none' stroke='%23C9A962' stroke-width='1' opacity='0.2'/%3E%3Ccircle cx='250' cy='250' r='120' fill='none' stroke='%23C9A962' stroke-width='0.8' opacity='0.15'/%3E%3Cpath d='M250 170 Q280 200, 250 250 Q220 200, 250 170' fill='none' stroke='%23C9A962' stroke-width='1.5' opacity='0.3'/%3E%3Cpath d='M250 330 Q280 300, 250 250 Q220 300, 250 330' fill='none' stroke='%23C9A962' stroke-width='1.5' opacity='0.3'/%3E%3Cpath d='M170 250 Q200 280, 250 250 Q200 220, 170 250' fill='none' stroke='%23C9A962' stroke-width='1.5' opacity='0.3'/%3E%3Cpath d='M330 250 Q300 280, 250 250 Q300 220, 330 250' fill='none' stroke='%23C9A962' stroke-width='1.5' opacity='0.3'/%3E%3Cpath d='M250 50 Q300 150, 250 250 Q200 350, 250 450' fill='none' stroke='%23C9A962' stroke-width='1' opacity='0.2'/%3E%3Cpath d='M50 250 Q150 300, 250 250 Q350 200, 450 250' fill='none' stroke='%23C9A962' stroke-width='1' opacity='0.2'/%3E%3Cpath d='M100 100 Q150 130, 180 180' fill='none' stroke='%23C9A962' stroke-width='1' opacity='0.2'/%3E%3Cpath d='M400 100 Q350 130, 320 180' fill='none' stroke='%23C9A962' stroke-width='1' opacity='0.2'/%3E%3Cpath d='M100 400 Q150 370, 180 320' fill='none' stroke='%23C9A962' stroke-width='1' opacity='0.2'/%3E%3Cpath d='M400 400 Q350 370, 320 320' fill='none' stroke='%23C9A962' stroke-width='1' opacity='0.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.art-nouveau-motif.motif-left::after {
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
}

.art-nouveau-motif.motif-right::after {
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
}

.art-nouveau-motif.motif-center::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.art-nouveau-motif > * {
    position: relative;
    z-index: 1;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-xl);
}

/* Typography */
h1, h2, h3 {
    font-family: var(--font-heading);
    font-weight: normal;
    line-height: 1.3;
}

h4, h5, h6 {
    font-family: var(--font-body);
    font-weight: 500;
}

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

a:hover {
    color: var(--antique-gold);
}

/* =====================================================
   NAVIGATION
   ===================================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-navbar);
    background: rgba(247, 244, 239, 0.98);
    backdrop-filter: blur(10px);
    padding: var(--spacing-md) var(--spacing-md);
    border-bottom: none;
    box-shadow: 0 4px 20px rgba(61, 53, 40, 0.1);
}

/* Simple gold bottom border - no centerpiece */
.navbar::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #C9A962;
    z-index: 1001;
}

.navbar.scrolled {
}

.navbar-container {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(12px, 1.5vw, 24px);
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.logo-spiral {
    width: clamp(28px, 3.5vw, 42px);
    height: clamp(28px, 3.5vw, 42px);
    border-radius: 50%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.logo:hover .logo-spiral {
    transform: rotate(15deg);
}

/* Logo Full Name - Boecklins Universe */
.logo-full-name {
    font-family: 'Boecklins Universe', var(--font-logo);
    font-size: clamp(12px, 1.8vw, 22px);
    color: var(--deep-walnut);
    letter-spacing: clamp(0.3px, 0.1vw, 1px);
    line-height: 1.2;
    white-space: nowrap;
    font-weight: 600;
}

/* Footer Logo Full Name */
.footer-full-name {
    font-family: 'Boecklins Universe', var(--font-logo);
    font-size: 18px;
    color: var(--deep-walnut);
    letter-spacing: 1px;
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: clamp(6px, 1.2vw, 20px);
    list-style: none;
    flex-shrink: 0;
}

/* Ornamental separator between nav items */
.nav-menu li:not(:last-child)::after {
    content: '✦';
    margin-left: clamp(6px, 1.2vw, 20px);
    color: #C9A962;
    font-size: 6px;
    opacity: 0.6;
    vertical-align: middle;
}

.nav-link {
    font-size: clamp(13px, 1.1vw, 17px);
    letter-spacing: clamp(0.3px, 0.08vw, 1px);
    color: var(--deep-walnut);
    font-weight: 700;
    position: relative;
    padding: var(--spacing-xs) 0;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--antique-gold), transparent);
    transition: width 0.3s ease;
}

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

.nav-link:hover,
.nav-link.active {
    color: var(--antique-gold);
}

/* Nav CTA - Art Nouveau styled button */
.nav-cta {
    margin-left: clamp(6px, 1vw, 16px);
    position: relative;
    padding: clamp(6px, 0.8vw, 10px) clamp(12px, 1.5vw, 24px);
    background: linear-gradient(135deg, #C9A962 0%, #D4B896 50%, #C9A962 100%);
    color: var(--deep-walnut);
    font-weight: 600;
    font-size: clamp(12px, 1vw, 15px);
    letter-spacing: 0.5px;
    border: none;
    border-radius: 25px;
    box-shadow: 0 3px 10px rgba(201, 169, 98, 0.3);
    flex-shrink: 0;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.nav-cta::before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(201, 169, 98, 0.4);
    background: linear-gradient(135deg, #D4B896 0%, #C9A962 50%, #D4B896 100%);
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--spacing-xs);
    flex-direction: column;
    gap: 5px;
}

.hamburger-line {
    width: 24px;
    height: 2px;
    background: var(--deep-walnut);
    transition: all var(--transition-fast);
}

.mobile-menu-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(247, 244, 239, 0.98);
    z-index: var(--z-mobile-menu);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-menu {
    list-style: none;
    text-align: center;
}

.mobile-nav-link {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    letter-spacing: 2px;
    padding: var(--spacing-md) 0;
    color: var(--muted-brown);
}

.mobile-nav-link:hover {
    color: var(--antique-gold);
}

.mobile-cta {
    margin-top: var(--spacing-xl);
}

/* =====================================================
   PROMO BAR
   ===================================================== */
.promo-bar {
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    z-index: var(--z-promo);
    background: var(--warm-sand);
    padding: var(--spacing-md) 0;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 2px solid var(--antique-gold);
    box-shadow: 0 2px 8px rgba(61, 53, 40, 0.1);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.promo-bar.hidden {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

.promo-bar-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--spacing-sm);
    animation: scroll-promo 30s linear infinite;
    white-space: nowrap;
}

.promo-ornament {
    color: var(--antique-gold);
    font-size: 18px;
}

.promo-divider {
    color: var(--antique-gold);
    opacity: 0.5;
}

.promo-text {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 800;
    color: var(--deep-walnut);
    letter-spacing: 2px;
}

@keyframes scroll-promo {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =====================================================
   BUTTONS
   ===================================================== */
.btn {
    display: inline-block;
    font-family: 'Cormorant SC', serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    padding: var(--spacing-sm) var(--spacing-lg);
    border-radius: 30px;
    cursor: pointer;
    transition: all var(--transition-fast);
    border: none;
    text-transform: uppercase;
    text-align: center;
}

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

.btn-primary {
    background: linear-gradient(135deg, var(--antique-gold) 0%, var(--copper-bronze) 100%);
    color: var(--white);
    box-shadow: 0 4px 20px rgba(201, 169, 98, 0.3);
}

.btn-primary:hover {
    color: var(--white);
    box-shadow: 0 8px 30px rgba(201, 169, 98, 0.4);
}

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

.btn-outline:hover {
    background: rgba(201, 169, 98, 0.1);
    color: var(--antique-gold);
}

.btn-sm {
    padding: var(--spacing-xs) var(--spacing-md);
    font-size: 11px;
}

.btn-lg {
    padding: var(--spacing-md) var(--spacing-2xl);
    font-size: 15px;
    letter-spacing: 3px;
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.hero {
    width: 100%;
    min-height: 50vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* Odsazení pro navbar (75px) + promo bar (~50px) */
    margin-top: 130px;
    padding: var(--spacing-xl);
    background: var(--ivory-cream);
    overflow: hidden;
    scroll-margin-top: 130px;
}

/* Hero Background Image */
.hero-bg-image {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-frame-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Hero Content - Top */
.hero-content-top {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 80%;
    max-width: 800px;
    padding-top: clamp(20px, 4vw, 60px);
}

/* Hero Content - Bottom */
.hero-content-bottom {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 80%;
    max-width: 800px;
    padding-bottom: clamp(20px, 4vw, 60px);
}

/* Legacy hero-content for compatibility */
.hero-content {
    position: absolute;
    z-index: 10;
    text-align: left;
    max-width: 400px;
    padding: clamp(10px, 3vw, 30px);
    left: 23%;
    top: 45%;
    transform: translateY(-50%);
}

.hero-ornament-top {
    margin-bottom: var(--spacing-lg);
}

.hero-welcome {
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 52px);
    color: var(--deep-walnut);
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 600;
}

.hero-welcome-line2 {
    font-size: clamp(22px, 3vw, 42px);
    font-style: italic;
    white-space: nowrap;
}

.hero-logo {
    width: clamp(50px, 8vw, 90px);
    height: clamp(50px, 8vw, 90px);
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto var(--spacing-md);
    display: block;
    box-shadow: 0 8px 30px rgba(61, 53, 40, 0.15);
}

.hero-title {
    font-family: var(--font-logo);
    font-size: clamp(26px, 4vw, 58px);
    color: var(--deep-walnut);
    letter-spacing: clamp(2px, 0.3vw, 4px);
    margin-bottom: clamp(15px, 2vw, 30px);
    font-weight: 600;
    white-space: normal;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    line-height: 1.2;
}

.hero-title-line1 {
    display: block;
    font-size: clamp(32px, 5vw, 72px);
}

.hero-title-line2 {
    display: block;
    font-size: clamp(26px, 4vw, 58px);
}

.hero-title-line3 {
    display: block;
    font-size: clamp(24px, 3.5vw, 52px);
}

.hero-divider {
    margin: 0 auto;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #C9A962;
    border-radius: 50%;
    animation: bounce 2.5s ease-in-out infinite;
    transition: filter 0.3s ease, background 0.3s ease;
}

.scroll-indicator:hover {
    animation-play-state: paused;
    background: rgba(255, 255, 255, 1);
    filter: drop-shadow(0 0 12px rgba(201, 169, 98, 0.6));
}

.scroll-indicator-arrow {
    display: block;
}

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

/* Floating Leaves */
.floating-leaves-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.floating-leaf {
    position: absolute;
    pointer-events: none;
}

.floating-leaf svg {
    width: 100%;
    height: 100%;
}

@keyframes leafFloat {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-8px) translateX(4px);
    }
    50% {
        transform: translateY(-4px) translateX(-3px);
    }
    75% {
        transform: translateY(-10px) translateX(2px);
    }
}

/* =====================================================
   SECTIONS
   ===================================================== */
.section {
    padding: var(--spacing-4xl) 0;
    position: relative;
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(201, 169, 98, 0.12), transparent);
    pointer-events: none;
}

.section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(201, 169, 98, 0.12), transparent);
    pointer-events: none;
}

.section-masaze {
    position: relative;
    background:
        linear-gradient(to right, var(--ivory-cream) 0%, transparent 20%, transparent 80%, var(--ivory-cream) 100%),
        url("data:image/svg+xml,%3Csvg width='100' height='800' viewBox='0 0 100 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0 C60 80, 70 160, 60 240 C50 320, 40 400, 50 480 C60 560, 70 640, 60 720 C55 760, 50 800, 50 800' fill='none' stroke='%238B7355' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M30 0 C38 80, 45 160, 38 240 C30 320, 22 400, 30 480 C38 560, 45 640, 38 720 C34 760, 30 800, 30 800' fill='none' stroke='%23A68B4B' stroke-width='4' stroke-linecap='round'/%3E%3Cg transform='translate(52,40) rotate(25)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(55,80) rotate(-30)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(35,100) rotate(20)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(62,140) rotate(35)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(66,180) rotate(-25)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(40,220) rotate(30)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(55,260) rotate(-35)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(35,300) rotate(20)'%3E%3Cpath d='M35 0 C27 -4, 18 -8, 9 -6 S3 -2, 0 0 S3 2, 9 6 C18 8, 27 4, 35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(48,340) rotate(-30)'%3E%3Cpath d='M-38 0 C-29 -5, -19 -9, -10 -7 S-3 -3, 0 0 S-3 3, -10 7 C-19 9, -29 5, -38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(28,380) rotate(25)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(45,420) rotate(35)'%3E%3Cpath d='M42 0 C32 -6, 21 -11, 11 -8 S3 -3, 0 0 S3 3, 11 8 C21 11, 32 6, 42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(52,460) rotate(-25)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(32,500) rotate(20)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(58,540) rotate(-35)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(62,580) rotate(30)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(40,620) rotate(-20)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(65,660) rotate(25)'%3E%3Cpath d='M42 0 C32 -6, 21 -11, 11 -8 S3 -3, 0 0 S3 3, 11 8 C21 11, 32 6, 42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(42,700) rotate(-30)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(60,740) rotate(35)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(55,780) rotate(-25)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg width='100' height='800' viewBox='0 0 100 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0 C40 80, 30 160, 40 240 C50 320, 60 400, 50 480 C40 560, 30 640, 40 720 C45 760, 50 800, 50 800' fill='none' stroke='%238B7355' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M70 0 C62 80, 55 160, 62 240 C70 320, 78 400, 70 480 C62 560, 55 640, 62 720 C66 760, 70 800, 70 800' fill='none' stroke='%23A68B4B' stroke-width='4' stroke-linecap='round'/%3E%3Cg transform='translate(48,40) rotate(-25)'%3E%3Cpath d='M-38 0 C-29 -5, -19 -9, -10 -7 S-3 -3, 0 0 S-3 3, -10 7 C-19 9, -29 5, -38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(45,80) rotate(30)'%3E%3Cpath d='M42 0 C32 -6, 21 -11, 11 -8 S3 -3, 0 0 S3 3, 11 8 C21 11, 32 6, 42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(65,120) rotate(-20)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(38,160) rotate(-35)'%3E%3Cpath d='M-38 0 C-29 -5, -19 -9, -10 -7 S-3 -3, 0 0 S-3 3, -10 7 C-19 9, -29 5, -38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(34,200) rotate(25)'%3E%3Cpath d='M35 0 C27 -4, 18 -8, 9 -6 S3 -2, 0 0 S3 2, 9 6 C18 8, 27 4, 35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(60,240) rotate(-30)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(35,280) rotate(35)'%3E%3Cpath d='M42 0 C32 -6, 21 -11, 11 -8 S3 -3, 0 0 S3 3, 11 8 C21 11, 32 6, 42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(42,320) rotate(-20)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(52,360) rotate(30)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(72,400) rotate(-25)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(55,440) rotate(-35)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(48,480) rotate(25)'%3E%3Cpath d='M35 0 C27 -4, 18 -8, 9 -6 S3 -2, 0 0 S3 2, 9 6 C18 8, 27 4, 35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(68,520) rotate(-20)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(45,560) rotate(35)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(42,600) rotate(-30)'%3E%3Cpath d='M-38 0 C-29 -5, -19 -9, -10 -7 S-3 -3, 0 0 S-3 3, -10 7 C-19 9, -29 5, -38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(60,640) rotate(20)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(38,680) rotate(-25)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(35,720) rotate(30)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(58,760) rotate(-35)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(40,790) rotate(25)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E"),
        var(--warm-sand);
    background-size: 100% 100%, 100px 800px, 100px 800px, auto;
    background-position: center, left top, right top, center;
    background-repeat: no-repeat, repeat-y, repeat-y, repeat;
}

/* Art Nouveau decorative border - flowing vine with iris motifs */
.section-masaze::before,
.section-masaze::after {
    content: '';
    position: absolute;
    top: 0;
    width: 35px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-repeat: repeat-y;
    background-size: 35px 320px;
}

.section-masaze::before {
    left: 0;
    right: auto;
    background-position: left top;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='320' viewBox='0 0 35 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0 C4 40, 12 60, 8 100 C4 140, 4 160, 10 200 C16 240, 8 280, 4 320' fill='none' stroke='%23C9A962' stroke-width='1.5'/%3E%3Cpath d='M8 45 C2 35, 1 25, 6 18 C8 22, 10 28, 8 45' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M8 45 C14 35, 18 28, 16 18 C12 22, 9 30, 8 45' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M8 45 C8 55, 6 65, 8 75' fill='none' stroke='%23C9A962' stroke-width='0.6' opacity='0.5'/%3E%3Ccircle cx='8' cy='45' r='2' fill='%23C9A962' opacity='0.6'/%3E%3Cpath d='M10 95 C18 90, 25 85, 28 92 C30 98, 26 102, 20 100' fill='none' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='20' cy='100' r='1.5' fill='%23C9A962' opacity='0.4'/%3E%3Cpath d='M6 130 C-2 140, -2 160, 6 170 C10 160, 10 140, 6 130' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M6 135 C4 145, 4 155, 6 165' fill='none' stroke='%23C9A962' stroke-width='0.5' opacity='0.5'/%3E%3Cpath d='M12 200 C6 190, 4 180, 8 172 C10 178, 12 186, 12 200' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M12 200 C18 190, 22 183, 20 172 C16 178, 13 188, 12 200' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='12' cy='200' r='2' fill='%23C9A962' opacity='0.6'/%3E%3Cellipse cx='6' cy='240' rx='3' ry='6' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.7'/%3E%3Cpath d='M6 234 C6 230, 8 228, 10 230' fill='none' stroke='%23C9A962' stroke-width='0.5'/%3E%3Cpath d='M8 280 C16 275, 22 272, 26 278 C28 284, 22 288, 16 286' fill='none' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='16' cy='286' r='1' fill='%23C9A962' opacity='0.4'/%3E%3C/svg%3E");
}

.section-masaze::after {
    right: 0;
    left: auto;
    background-position: right top;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='320' viewBox='0 0 35 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 0 C31 40, 23 60, 27 100 C31 140, 31 160, 25 200 C19 240, 27 280, 31 320' fill='none' stroke='%23C9A962' stroke-width='1.5'/%3E%3Cpath d='M27 45 C33 35, 34 25, 29 18 C27 22, 25 28, 27 45' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M27 45 C21 35, 17 28, 19 18 C23 22, 26 30, 27 45' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M27 45 C27 55, 29 65, 27 75' fill='none' stroke='%23C9A962' stroke-width='0.6' opacity='0.5'/%3E%3Ccircle cx='27' cy='45' r='2' fill='%23C9A962' opacity='0.6'/%3E%3Cpath d='M25 95 C17 90, 10 85, 7 92 C5 98, 9 102, 15 100' fill='none' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='15' cy='100' r='1.5' fill='%23C9A962' opacity='0.4'/%3E%3Cpath d='M29 130 C37 140, 37 160, 29 170 C25 160, 25 140, 29 130' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M29 135 C31 145, 31 155, 29 165' fill='none' stroke='%23C9A962' stroke-width='0.5' opacity='0.5'/%3E%3Cpath d='M23 200 C29 190, 31 180, 27 172 C25 178, 23 186, 23 200' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M23 200 C17 190, 13 183, 15 172 C19 178, 22 188, 23 200' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='23' cy='200' r='2' fill='%23C9A962' opacity='0.6'/%3E%3Cellipse cx='29' cy='240' rx='3' ry='6' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.7'/%3E%3Cpath d='M29 234 C29 230, 27 228, 25 230' fill='none' stroke='%23C9A962' stroke-width='0.5'/%3E%3Cpath d='M27 280 C19 275, 13 272, 9 278 C7 284, 13 288, 19 286' fill='none' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='19' cy='286' r='1' fill='%23C9A962' opacity='0.4'/%3E%3C/svg%3E");
}

.section-akce {
    background: var(--ivory-cream);
    position: relative;
    overflow: hidden;
}


.section-about {
    position: relative;
    background:
        linear-gradient(to right, var(--ivory-cream) 0%, transparent 20%, transparent 80%, var(--ivory-cream) 100%),
        url("data:image/svg+xml,%3Csvg width='100' height='800' viewBox='0 0 100 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0 C60 80, 70 160, 60 240 C50 320, 40 400, 50 480 C60 560, 70 640, 60 720 C55 760, 50 800, 50 800' fill='none' stroke='%238B7355' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M30 0 C38 80, 45 160, 38 240 C30 320, 22 400, 30 480 C38 560, 45 640, 38 720 C34 760, 30 800, 30 800' fill='none' stroke='%23A68B4B' stroke-width='4' stroke-linecap='round'/%3E%3Cg transform='translate(52,40) rotate(25)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(55,80) rotate(-30)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(35,100) rotate(20)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(62,140) rotate(35)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(66,180) rotate(-25)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(40,220) rotate(30)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(55,260) rotate(-35)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(35,300) rotate(20)'%3E%3Cpath d='M35 0 C27 -4, 18 -8, 9 -6 S3 -2, 0 0 S3 2, 9 6 C18 8, 27 4, 35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(48,340) rotate(-30)'%3E%3Cpath d='M-38 0 C-29 -5, -19 -9, -10 -7 S-3 -3, 0 0 S-3 3, -10 7 C-19 9, -29 5, -38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(28,380) rotate(25)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(45,420) rotate(35)'%3E%3Cpath d='M42 0 C32 -6, 21 -11, 11 -8 S3 -3, 0 0 S3 3, 11 8 C21 11, 32 6, 42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(52,460) rotate(-25)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(32,500) rotate(20)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(58,540) rotate(-35)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(62,580) rotate(30)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(40,620) rotate(-20)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(65,660) rotate(25)'%3E%3Cpath d='M42 0 C32 -6, 21 -11, 11 -8 S3 -3, 0 0 S3 3, 11 8 C21 11, 32 6, 42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(42,700) rotate(-30)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(60,740) rotate(35)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(55,780) rotate(-25)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg width='100' height='800' viewBox='0 0 100 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0 C40 80, 30 160, 40 240 C50 320, 60 400, 50 480 C40 560, 30 640, 40 720 C45 760, 50 800, 50 800' fill='none' stroke='%238B7355' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M70 0 C62 80, 55 160, 62 240 C70 320, 78 400, 70 480 C62 560, 55 640, 62 720 C66 760, 70 800, 70 800' fill='none' stroke='%23A68B4B' stroke-width='4' stroke-linecap='round'/%3E%3Cg transform='translate(48,40) rotate(-25)'%3E%3Cpath d='M-38 0 C-29 -5, -19 -9, -10 -7 S-3 -3, 0 0 S-3 3, -10 7 C-19 9, -29 5, -38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(45,80) rotate(30)'%3E%3Cpath d='M42 0 C32 -6, 21 -11, 11 -8 S3 -3, 0 0 S3 3, 11 8 C21 11, 32 6, 42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(65,120) rotate(-20)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(38,160) rotate(-35)'%3E%3Cpath d='M-38 0 C-29 -5, -19 -9, -10 -7 S-3 -3, 0 0 S-3 3, -10 7 C-19 9, -29 5, -38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(34,200) rotate(25)'%3E%3Cpath d='M35 0 C27 -4, 18 -8, 9 -6 S3 -2, 0 0 S3 2, 9 6 C18 8, 27 4, 35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(60,240) rotate(-30)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(35,280) rotate(35)'%3E%3Cpath d='M42 0 C32 -6, 21 -11, 11 -8 S3 -3, 0 0 S3 3, 11 8 C21 11, 32 6, 42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(42,320) rotate(-20)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(52,360) rotate(30)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(72,400) rotate(-25)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(55,440) rotate(-35)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(48,480) rotate(25)'%3E%3Cpath d='M35 0 C27 -4, 18 -8, 9 -6 S3 -2, 0 0 S3 2, 9 6 C18 8, 27 4, 35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(68,520) rotate(-20)'%3E%3Cpath d='M-32 0 C-24 -4, -16 -7, -8 -5 S-2 -2, 0 0 S-2 2, -8 5 C-16 7, -24 4, -32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(45,560) rotate(35)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(42,600) rotate(-30)'%3E%3Cpath d='M-38 0 C-29 -5, -19 -9, -10 -7 S-3 -3, 0 0 S-3 3, -10 7 C-19 9, -29 5, -38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(60,640) rotate(20)'%3E%3Cpath d='M32 0 C24 -4, 16 -7, 8 -5 S2 -2, 0 0 S2 2, 8 5 C16 7, 24 4, 32 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.3'/%3E%3C/g%3E%3Cg transform='translate(38,680) rotate(-25)'%3E%3Cpath d='M-42 0 C-32 -6, -21 -11, -11 -8 S-3 -3, 0 0 S-3 3, -11 8 C-21 11, -32 6, -42 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(35,720) rotate(30)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(58,760) rotate(-35)'%3E%3Cpath d='M-35 0 C-27 -4, -18 -8, -9 -6 S-3 -2, 0 0 S-3 2, -9 6 C-18 8, -27 4, -35 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.4'/%3E%3C/g%3E%3Cg transform='translate(40,790) rotate(25)'%3E%3Cpath d='M38 0 C29 -5, 19 -9, 10 -7 S3 -3, 0 0 S3 3, 10 7 C19 9, 29 5, 38 0 Z' fill='%23E8E0D0' stroke='%23A68B4B' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E"),
        var(--warm-sand);
    background-size: 100% 100%, 100px 800px, 100px 800px, auto;
    background-position: center, left top, right top, center;
    background-repeat: no-repeat, repeat-y, repeat-y, repeat;
}

/* Art Nouveau decorative border - flowing vine with iris motifs */
.section-about::before,
.section-about::after {
    content: '';
    position: absolute;
    top: 0;
    width: 35px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-repeat: repeat-y;
    background-size: 35px 320px;
}

.section-about::before {
    left: 0;
    right: auto;
    background-position: left top;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='320' viewBox='0 0 35 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0 C4 40, 12 60, 8 100 C4 140, 4 160, 10 200 C16 240, 8 280, 4 320' fill='none' stroke='%23C9A962' stroke-width='1.5'/%3E%3Cpath d='M8 45 C2 35, 1 25, 6 18 C8 22, 10 28, 8 45' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M8 45 C14 35, 18 28, 16 18 C12 22, 9 30, 8 45' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M8 45 C8 55, 6 65, 8 75' fill='none' stroke='%23C9A962' stroke-width='0.6' opacity='0.5'/%3E%3Ccircle cx='8' cy='45' r='2' fill='%23C9A962' opacity='0.6'/%3E%3Cpath d='M10 95 C18 90, 25 85, 28 92 C30 98, 26 102, 20 100' fill='none' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='20' cy='100' r='1.5' fill='%23C9A962' opacity='0.4'/%3E%3Cpath d='M6 130 C-2 140, -2 160, 6 170 C10 160, 10 140, 6 130' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M6 135 C4 145, 4 155, 6 165' fill='none' stroke='%23C9A962' stroke-width='0.5' opacity='0.5'/%3E%3Cpath d='M12 200 C6 190, 4 180, 8 172 C10 178, 12 186, 12 200' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M12 200 C18 190, 22 183, 20 172 C16 178, 13 188, 12 200' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='12' cy='200' r='2' fill='%23C9A962' opacity='0.6'/%3E%3Cellipse cx='6' cy='240' rx='3' ry='6' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.7'/%3E%3Cpath d='M6 234 C6 230, 8 228, 10 230' fill='none' stroke='%23C9A962' stroke-width='0.5'/%3E%3Cpath d='M8 280 C16 275, 22 272, 26 278 C28 284, 22 288, 16 286' fill='none' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='16' cy='286' r='1' fill='%23C9A962' opacity='0.4'/%3E%3C/svg%3E");
}

.section-about::after {
    right: 0;
    left: auto;
    background-position: right top;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='320' viewBox='0 0 35 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 0 C31 40, 23 60, 27 100 C31 140, 31 160, 25 200 C19 240, 27 280, 31 320' fill='none' stroke='%23C9A962' stroke-width='1.5'/%3E%3Cpath d='M27 45 C33 35, 34 25, 29 18 C27 22, 25 28, 27 45' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M27 45 C21 35, 17 28, 19 18 C23 22, 26 30, 27 45' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M27 45 C27 55, 29 65, 27 75' fill='none' stroke='%23C9A962' stroke-width='0.6' opacity='0.5'/%3E%3Ccircle cx='27' cy='45' r='2' fill='%23C9A962' opacity='0.6'/%3E%3Cpath d='M25 95 C17 90, 10 85, 7 92 C5 98, 9 102, 15 100' fill='none' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='15' cy='100' r='1.5' fill='%23C9A962' opacity='0.4'/%3E%3Cpath d='M29 130 C37 140, 37 160, 29 170 C25 160, 25 140, 29 130' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M29 135 C31 145, 31 155, 29 165' fill='none' stroke='%23C9A962' stroke-width='0.5' opacity='0.5'/%3E%3Cpath d='M23 200 C29 190, 31 180, 27 172 C25 178, 23 186, 23 200' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Cpath d='M23 200 C17 190, 13 183, 15 172 C19 178, 22 188, 23 200' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='23' cy='200' r='2' fill='%23C9A962' opacity='0.6'/%3E%3Cellipse cx='29' cy='240' rx='3' ry='6' fill='%23F5F0E6' stroke='%23C9A962' stroke-width='0.7'/%3E%3Cpath d='M29 234 C29 230, 27 228, 25 230' fill='none' stroke='%23C9A962' stroke-width='0.5'/%3E%3Cpath d='M27 280 C19 275, 13 272, 9 278 C7 284, 13 288, 19 286' fill='none' stroke='%23C9A962' stroke-width='0.8'/%3E%3Ccircle cx='19' cy='286' r='1' fill='%23C9A962' opacity='0.4'/%3E%3C/svg%3E");
}

.section-gallery {
    background: var(--ivory-cream);
    position: relative;
    overflow: hidden;
}

.section-gallery::after {
    display: none;
}

.section-contact {
    background: var(--ivory-cream);
    position: relative;
    overflow: hidden;
}

.section-contact::before {
    display: none;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: var(--spacing-3xl);
    position: relative;
    z-index: 3;
}

.section-title {
    font-size: clamp(28px, 4vw, 40px);
    color: var(--deep-walnut);
    letter-spacing: 4px;
    margin-bottom: var(--spacing-md);
    position: relative;
    z-index: 3;
}

.section-ornament {
    display: block;
    margin: 0 auto;
    shape-rendering: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    z-index: 3;
}

.section-ornament path {
    stroke: var(--antique-gold);
    stroke-width: 2;
    opacity: 0.8;
    vector-effect: non-scaling-stroke;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.section-ornament circle {
    vector-effect: non-scaling-stroke;
}

/* Section Divider */
.section-divider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: none;
    height: 64px;
    overflow: visible;
    position: relative;
    z-index: 100;
    margin-top: -32px;
    margin-bottom: -32px;
}

.section-divider-wrapper::before,
.section-divider-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.section-divider-wrapper::before {
    left: 0;
    width: calc(50% - 350px);
    background: linear-gradient(to left, transparent 0%, #C9A962 100%);
}

.section-divider-wrapper::after {
    right: 0;
    width: calc(50% - 350px);
    background: linear-gradient(to right, transparent 0%, #C9A962 100%);
}

.section-divider-wrapper.show {
    display: flex;
}

.section-divider {
    shape-rendering: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.section-divider path {
    vector-effect: non-scaling-stroke;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.section-divider circle {
    vector-effect: non-scaling-stroke;
}

/* =====================================================
   CATEGORIES GRID
   ===================================================== */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xl);
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Category Box */
.category-box {
    background: var(--ivory-cream);
    padding: var(--spacing-xl);
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 30px rgba(61, 53, 40, 0.08);
    border: 1px solid rgba(201, 169, 98, 0.2);
    transition: all 0.5s ease;
    border-radius: 20px;
}

.category-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(61, 53, 40, 0.12);
    border-color: rgba(201, 169, 98, 0.4);
}

/* Box Corners - Art Nouveau botanical decorative */
.box-corner {
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0.85;
    transition: opacity var(--transition-fast);
}

.box-corner svg {
    width: 100%;
    height: 100%;
}

.category-box:hover .box-corner {
    opacity: 1;
}

.box-corner-tl { top: 6px; left: 6px; }
.box-corner-tr { top: 6px; right: 6px; }
.box-corner-bl { bottom: 6px; left: 6px; }
.box-corner-br { bottom: 6px; right: 6px; }

/* Side decorations */
.box-side {
    position: absolute;
    opacity: 0.85;
    transition: opacity var(--transition-fast);
}

.box-side svg {
    width: 100%;
    height: 100%;
}

.category-box:hover .box-side {
    opacity: 1;
}

.box-side-top {
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 16px;
}

.box-side-bottom {
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 16px;
}

.box-side-left {
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 80px;
}

.box-side-right {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 80px;
}

/* Category Image */
.category-image {
    margin-bottom: var(--spacing-lg);
    display: flex;
    justify-content: center;
}

.category-image img {
    width: 100%;
    max-width: 280px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(201, 169, 98, 0.3);
}

/* Seasonal box - same size as other boxes, centered */
.category-box.category-box-wide {
    grid-column: 2 / 3;
    margin: var(--spacing-xl) auto 0;
}

.category-box-wide .category-image img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
    border-radius: 10px;
    object-fit: contain;
    border: none;
}

@media (max-width: 992px) {
    .category-box.category-box-wide {
        grid-column: 1 / -1;
        max-width: 350px;
        margin: var(--spacing-xl) auto 0;
    }
}

.image-placeholder {
    background: linear-gradient(135deg, var(--warm-sand) 0%, var(--ivory-cream) 100%);
    border: 1px dashed rgba(201, 169, 98, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--taupe);
    opacity: 0.6;
}

/* Oval image placeholder for category cards - horizontal */
.category-image .image-placeholder {
    width: 100%;
    max-width: 280px;
    height: 140px;
    border-radius: 50%;
    border: 2px dashed rgba(201, 169, 98, 0.5);
    background: linear-gradient(145deg, var(--warm-sand) 0%, rgba(201, 169, 98, 0.15) 50%, var(--ivory-cream) 100%);
}

.image-placeholder span {
    font-size: 14px;
    font-weight: 500;
}

.image-placeholder small {
    font-size: 11px;
    margin-top: 4px;
}

/* Category Title */
.category-title {
    font-family: var(--font-heading);
    font-size: 20px;
    color: var(--deep-walnut);
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: var(--spacing-lg);
}

/* Category Buttons */
.category-buttons {
    display: flex;
    gap: var(--spacing-sm);
    justify-content: center;
}

/* =====================================================
   OFFERS
   ===================================================== */
.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xl);
    max-width: 1100px;
    margin: 0 auto;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-xl);
    max-width: 1100px;
    margin: 0 auto;
}

.partner-card {
    background: var(--warm-sand);
    padding: var(--spacing-xl);
    text-align: center;
    border-radius: 8px;
    transition: all var(--transition-normal);
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(61, 53, 40, 0.1);
}

.partner-logo {
    width: 120px;
    height: 80px;
    margin: var(--spacing-md) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ivory-cream);
    border: 1px dashed var(--taupe);
    border-radius: 8px;
}

.partner-logo span {
    font-size: 12px;
    color: var(--muted-brown);
}

.partner-name {
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--deep-walnut);
    letter-spacing: 1px;
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xl);
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-card {
    background: var(--warm-sand);
    padding: var(--spacing-xl);
    text-align: center;
    border-radius: 8px;
    transition: all var(--transition-normal);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(61, 53, 40, 0.1);
}

.testimonial-text {
    font-size: 15px;
    color: var(--muted-brown);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: var(--spacing-lg);
}

.testimonial-author {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--deep-walnut);
    letter-spacing: 1px;
}

.section-subtitle {
    font-size: 15px;
    color: var(--muted-brown);
    max-width: 700px;
    margin: var(--spacing-md) auto 0;
    line-height: 1.7;
    text-align: center;
}

.offer-card {
    background: var(--warm-sand);
    padding: var(--spacing-xl);
    text-align: center;
    border-radius: 8px;
    position: relative;
    transition: all var(--transition-normal);
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(61, 53, 40, 0.1);
}

.offer-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--antique-gold);
    color: var(--white);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.offer-title {
    font-family: var(--font-heading);
    font-size: 22px;
    color: var(--deep-walnut);
    margin-bottom: var(--spacing-md);
    letter-spacing: 1px;
}

.offer-description {
    font-size: 15px;
    color: var(--muted-brown);
    line-height: 1.7;
    margin-bottom: var(--spacing-lg);
}

/* =====================================================
   ABOUT SECTION
   ===================================================== */
.about-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.about-founder {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: var(--spacing-2xl);
    align-items: start;
    margin-bottom: var(--spacing-3xl);
}

.founder-image .image-placeholder {
    width: 250px;
    height: 300px;
    border-radius: 8px;
}

.placeholder-portrait {
    aspect-ratio: 3/4;
}

.placeholder-landscape {
    aspect-ratio: 16/9;
}

.founder-text h3 {
    font-family: var(--font-heading);
    font-size: 26px;
    color: var(--deep-walnut);
    margin-bottom: var(--spacing-md);
    letter-spacing: 2px;
}

.founder-text p {
    font-size: 16px;
    color: var(--muted-brown);
    margin-bottom: var(--spacing-md);
    line-height: 1.8;
}

.about-island {
    text-align: center;
    margin-bottom: var(--spacing-3xl);
}

.island-image .image-placeholder {
    max-width: 600px;
    height: 300px;
    margin: 0 auto;
    border-radius: 8px;
}

.island-caption {
    font-style: italic;
    color: var(--taupe);
    margin-top: var(--spacing-md);
    font-size: 14px;
}

.about-team {
    text-align: center;
}

.about-team h3 {
    font-family: var(--font-heading);
    font-size: 26px;
    color: var(--deep-walnut);
    margin-bottom: var(--spacing-md);
    letter-spacing: 2px;
}

.about-team > p {
    max-width: 700px;
    margin: 0 auto var(--spacing-2xl);
    color: var(--muted-brown);
    line-height: 1.8;
}

.team-grid {
    display: flex;
    justify-content: center;
    gap: var(--spacing-2xl);
}

.team-member {
    text-align: center;
}

.team-member .image-placeholder {
    width: 180px;
    height: 220px;
    margin: 0 auto var(--spacing-md);
    border-radius: 8px;
}

.team-member h4 {
    font-size: 18px;
    color: var(--deep-walnut);
    margin-bottom: 4px;
}

.team-member p {
    font-size: 14px;
    color: var(--taupe);
}

/* =====================================================
   GALLERY SECTION
   ===================================================== */
.section-gallery {
    padding-bottom: var(--spacing-2xl);
}

.gallery-location {
    margin-bottom: var(--spacing-3xl);
}

.gallery-location:last-child {
    margin-bottom: 0;
}

.gallery-location-title {
    font-family: var(--font-heading);
    font-size: 24px;
    color: var(--deep-walnut);
    text-align: center;
    margin-bottom: var(--spacing-xl);
    letter-spacing: 2px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-lg);
}

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

.gallery-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(61, 53, 40, 0.1);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(61, 53, 40, 0.15);
}

.placeholder-gallery {
    width: 100%;
    height: 200px;
}

/* =====================================================
   CONTACT SECTION
   ===================================================== */
.contact-location {
    margin-bottom: var(--spacing-3xl);
}

.contact-location:last-of-type {
    margin-bottom: var(--spacing-2xl);
}

.contact-location-title {
    font-family: var(--font-heading);
    font-size: 28px;
    color: var(--deep-walnut);
    text-align: center;
    margin-top: calc(var(--spacing-3xl) * -0.5);
    margin-bottom: var(--spacing-md);
    letter-spacing: 2px;
}

.contact-intro {
    text-align: center;
    max-width: 600px;
    margin: 0 auto var(--spacing-2xl);
    color: var(--muted-brown);
    line-height: 1.8;
}

.contact-branch-title {
    font-family: var(--font-heading);
    font-size: 24px;
    color: var(--antique-gold);
    margin-bottom: var(--spacing-md);
    letter-spacing: 2px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: var(--spacing-2xl);
    margin-bottom: var(--spacing-lg);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

.contact-item h4 {
    font-size: 14px;
    color: var(--antique-gold);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: var(--spacing-xs);
}

.contact-item p {
    font-size: 16px;
    color: var(--muted-brown);
    line-height: 1.6;
}

.contact-item a {
    color: var(--muted-brown);
}

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

.contact-map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(61, 53, 40, 0.2);
}

.contact-hours {
    text-align: center;
    margin-bottom: var(--spacing-2xl);
    padding: var(--spacing-lg) var(--spacing-xl);
    background: transparent;
    border-top: 1px solid rgba(201, 169, 98, 0.2);
    border-bottom: 1px solid rgba(201, 169, 98, 0.2);
}

.contact-hours-title {
    font-family: var(--font-heading);
    font-size: 20px;
    color: var(--deep-walnut);
    margin-bottom: var(--spacing-sm);
    letter-spacing: 2px;
}

.contact-hours-text {
    font-size: 16px;
    color: var(--muted-brown);
    line-height: 1.6;
}

.contact-cta {
    text-align: center;
}

/* =====================================================
   FOOTER
   ===================================================== */
.footer {
    background:
        linear-gradient(to right, transparent 0%, #d4ba89 25%, #d4ba89 75%, transparent 100%),
        url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Art Nouveau stylized flower --%3E%3Ccircle cx='40' cy='40' r='4' fill='%235C4D3C' opacity='0.15'/%3E%3Ccircle cx='40' cy='40' r='8' fill='none' stroke='%235C4D3C' stroke-width='0.8' opacity='0.12'/%3E%3C!-- Petals radiating out --%3E%3Cpath d='M40 32 Q44 24, 40 16 Q36 24, 40 32' fill='%235C4D3C' opacity='0.1'/%3E%3Cpath d='M48 40 Q56 44, 64 40 Q56 36, 48 40' fill='%235C4D3C' opacity='0.1'/%3E%3Cpath d='M40 48 Q44 56, 40 64 Q36 56, 40 48' fill='%235C4D3C' opacity='0.1'/%3E%3Cpath d='M32 40 Q24 44, 16 40 Q24 36, 32 40' fill='%235C4D3C' opacity='0.1'/%3E%3C!-- Curved connecting lines --%3E%3Cpath d='M10 10 Q20 20, 30 32' fill='none' stroke='%235C4D3C' stroke-width='0.6' opacity='0.08'/%3E%3Cpath d='M70 70 Q60 60, 50 48' fill='none' stroke='%235C4D3C' stroke-width='0.6' opacity='0.08'/%3E%3C/svg%3E"),
        #d4ba89;
    background-size: 100% 100%, 80px 80px, auto;
    border-top: 2px solid var(--antique-gold);
    padding: 0;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
    pointer-events: none;
    z-index: 1;
}

.footer-main {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: var(--spacing-4xl) var(--spacing-xl);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-lg);
}

/* Brand Section */
.footer-brand-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
    text-align: center;
}

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

.footer-title {
    font-family: var(--font-heading);
    font-size: 26px;
    color: var(--deep-walnut);
    letter-spacing: 2px;
    margin: 0;
}

/* Divider Lines */
.footer-divider-line {
    width: 200px;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8), transparent);
    margin: var(--spacing-md) 0;
}

/* Contact Section */
.footer-contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
    text-align: center;
}

.footer-address {
    font-size: 15px;
    color: var(--deep-walnut);
    margin: 0;
    line-height: 1.6;
}

.footer-contact-links {
    display: flex;
    gap: var(--spacing-md);
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-link {
    font-size: 15px;
    color: var(--deep-walnut);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer-link:hover {
    color: var(--antique-gold);
}

.footer-separator {
    color: var(--muted-brown);
    font-size: 15px;
}

/* Partners Section */
.footer-partners-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
    text-align: center;
}

.footer-partners-title {
    font-family: var(--font-heading);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
    margin: 0;
}

.footer-partners-list {
    display: flex;
    gap: var(--spacing-sm);
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-partners-list span {
    font-size: 14px;
    color: var(--deep-walnut);
}

/* Legal Section */
.footer-legal-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
    text-align: center;
}

.footer-legal-links {
    display: flex;
    gap: var(--spacing-md);
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-legal-links a {
    font-size: 13px;
    color: var(--muted-brown);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.footer-legal-links a:hover {
    color: var(--deep-walnut);
}

.footer-legal-links span {
    color: var(--muted-brown);
    font-size: 13px;
}

.footer-copy {
    font-size: 13px;
    color: var(--muted-brown);
    margin: 0;
}

/* =====================================================
   MODAL
   ===================================================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(61, 53, 40, 0.8);
    z-index: var(--z-modal);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
    padding: var(--spacing-lg);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    background: var(--white);
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    transform: scale(0.9);
    transition: transform var(--transition-normal);
}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: var(--spacing-md);
    right: var(--spacing-md);
    background: var(--ivory-cream);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    color: var(--deep-walnut);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all var(--transition-fast);
}

.modal-close:hover {
    background: var(--antique-gold);
    color: var(--white);
}

/* =====================================================
   ANIMATIONS
   ===================================================== */
[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

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

/* Large Desktop (1400px+) */
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }

    .hero {
        min-height: 45vw;
    }

    .section {
        padding: var(--spacing-4xl) 0;
    }
}

/* Tablet (768px - 1023px) */
@media (max-width: 1024px) {
    .navbar {
        padding: var(--spacing-sm) var(--spacing-sm);
    }

    .promo-bar {
        top: 70px;
    }

    .promo-text {
        font-size: 16px;
    }

    .hero {
        margin-top: 120px;
        min-height: 55vw;
        scroll-margin-top: 120px;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .offers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-founder {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .founder-image .image-placeholder {
        margin: 0 auto;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .contact-location-title {
        font-size: 24px;
    }

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

/* Mobile Navigation (switch to hamburger menu at 900px) */
@media (max-width: 900px) {
    .nav-menu,
    .nav-cta {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
    }
}

/* Mobile (481px - 767px) */
@media (max-width: 768px) {
    .navbar {
        padding: var(--spacing-sm) var(--spacing-md);
    }

    .logo-full-name {
        font-size: 18px;
    }

    .logo-spiral {
        width: 40px;
        height: 40px;
    }

    .promo-bar {
        top: 60px;
        padding: var(--spacing-sm) 0;
    }

    .promo-text {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .promo-ornament {
        font-size: 14px;
    }

    .promo-divider {
        display: none;
    }

    .hero {
        min-height: 60vw;
        max-height: 75vh;
        margin-top: 105px;
        padding: var(--spacing-md);
        scroll-margin-top: 105px;
    }

    .hero-content {
        left: 21%;
        top: 45%;
        max-width: 350px;
    }

    .hero-content-top {
        width: 85%;
        padding-top: clamp(15px, 3vw, 40px);
    }

    .hero-content-bottom {
        width: 85%;
        padding-bottom: clamp(15px, 3vw, 40px);
    }

    .hero-frame-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .hero-welcome {
        font-size: clamp(18px, 5vw, 30px);
    }

    .hero-welcome-line2 {
        font-size: clamp(14px, 4vw, 24px);
    }

    .hero-title {
        font-size: clamp(16px, 4.5vw, 28px);
        letter-spacing: 1px;
        white-space: normal;
    }

    .hero-title-line1 {
        font-size: clamp(24px, 5vw, 48px);
    }

    .hero-title-line2 {
        font-size: clamp(20px, 4vw, 40px);
    }

    .hero-title-line3 {
        font-size: clamp(18px, 3.5vw, 36px);
    }

    .hero-divider {
        width: clamp(120px, 35vw, 200px);
    }

    .scroll-indicator {
        bottom: var(--spacing-md);
    }

    .section {
        padding: var(--spacing-2xl) 0;
    }

    .container {
        padding: 0 var(--spacing-md);
    }

    .section-title {
        font-size: 28px;
    }

    .section-divider-wrapper {
        padding: var(--spacing-lg) 0;
    }

    .section-divider {
        width: 80%;
        max-width: 400px;
    }

    .categories-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }

    .category-box {
        max-width: 400px;
        margin: 0 auto;
    }

    .offers-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-lg);
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }

    .partner-card {
        max-width: 200px;
        margin: 0 auto;
    }

    .offer-card {
        max-width: 400px;
        margin: 0 auto;
    }

    .about-founder {
        gap: var(--spacing-xl);
    }

    .founder-text h3 {
        font-size: 22px;
    }

    .about-team h3 {
        font-size: 22px;
    }

    .team-grid {
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-xl);
    }

    .gallery-location-title {
        font-size: 20px;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--spacing-md);
    }

    .contact-location {
        margin-bottom: var(--spacing-2xl);
        padding-bottom: var(--spacing-xl);
    }

    .contact-location-title {
        font-size: 22px;
    }

    .contact-intro {
        font-size: 15px;
    }

    .contact-info {
        text-align: center;
        margin-bottom: var(--spacing-lg);
    }

    .contact-hours {
        padding: var(--spacing-lg);
    }

    .contact-hours-title {
        font-size: 20px;
    }

    .footer {
        padding: var(--spacing-2xl) var(--spacing-md);
    }

    .footer-logo {
        flex-direction: column;
        gap: var(--spacing-sm);
    }

    .footer-full-name {
        font-size: 16px;
    }

    .partners-logos {
        gap: var(--spacing-sm);
    }

    .partners-logos span {
        font-size: 12px;
        padding: var(--spacing-xs) var(--spacing-sm);
    }

    .modal-container {
        max-width: 95%;
        max-height: 85vh;
    }

    .modal-container iframe {
        height: 500px;
    }
}

/* Small Mobile (max 480px) */
@media (max-width: 480px) {
    .navbar {
        padding: var(--spacing-xs) var(--spacing-sm);
    }

    .logo-full-name {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .logo-spiral {
        width: 35px;
        height: 35px;
    }

    .promo-bar {
        top: 55px;
        padding: var(--spacing-xs) 0;
    }

    .promo-text {
        font-size: 12px;
        font-weight: 700;
    }

    .promo-ornament {
        font-size: 12px;
    }

    .hero {
        min-height: 70vw;
        max-height: 80vh;
        margin-top: 95px;
        scroll-margin-top: 95px;
    }

    .hero-content {
        left: 19%;
        top: 45%;
        max-width: 280px;
        padding: var(--spacing-sm);
    }

    .hero-content-top {
        width: 90%;
        padding-top: clamp(10px, 2vw, 25px);
    }

    .hero-content-bottom {
        width: 90%;
        padding-bottom: clamp(10px, 2vw, 25px);
    }

    .hero-welcome {
        font-size: clamp(14px, 5vw, 22px);
        line-height: 1.2;
    }

    .hero-welcome-line2 {
        font-size: clamp(12px, 4vw, 18px);
        white-space: normal;
    }

    .hero-title {
        font-size: clamp(12px, 4vw, 20px);
        letter-spacing: 0.5px;
        margin-bottom: clamp(5px, 1vw, 10px);
    }

    .hero-title-line1 {
        font-size: clamp(20px, 5vw, 36px);
    }

    .hero-title-line2 {
        font-size: clamp(17px, 4vw, 30px);
    }

    .hero-title-line3 {
        font-size: clamp(16px, 3.5vw, 28px);
    }

    .hero-divider {
        width: clamp(80px, 30vw, 150px);
    }

    .scroll-indicator {
        display: none;
    }

    .section {
        padding: var(--spacing-xl) 0;
    }

    .section-title {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .section-ornament {
        width: 120px;
    }

    .category-box {
        padding: var(--spacing-md);
    }

    .category-title {
        font-size: 18px;
    }

    .category-buttons {
        flex-direction: column;
        gap: var(--spacing-sm);
    }

    .category-buttons .btn {
        width: 100%;
    }

    .offer-card {
        padding: var(--spacing-lg);
    }

    .offer-title {
        font-size: 20px;
    }

    .offer-description {
        font-size: 14px;
    }

    .about-founder {
        gap: var(--spacing-lg);
    }

    .founder-text p {
        font-size: 15px;
    }

    .team-member .image-placeholder {
        width: 150px;
        height: 180px;
    }

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

    .placeholder-gallery {
        height: 200px;
    }

    .contact-location-title {
        font-size: 20px;
    }

    .contact-item h4 {
        font-size: 12px;
    }

    .contact-item p {
        font-size: 14px;
    }

    .contact-map iframe {
        height: 250px;
    }

    .contact-hours-text {
        font-size: 16px;
    }

    .btn-lg {
        padding: var(--spacing-sm) var(--spacing-xl);
        font-size: 13px;
    }

    .footer-spiral {
        width: 40px;
        height: 40px;
    }

    .footer-contact p {
        font-size: 13px;
    }

    .footer-legal a {
        font-size: 11px;
    }

    .modal-container iframe {
        height: 400px;
    }

    .mobile-nav-link {
        font-size: 20px;
        padding: var(--spacing-sm) 0;
    }
}

/* Extra Small Mobile (max 360px) */
@media (max-width: 360px) {
    .logo-full-name {
        font-size: 12px;
    }

    .logo-spiral {
        width: 30px;
        height: 30px;
    }

    .hero-content {
        left: 17%;
        top: 45%;
        max-width: 200px;
    }

    .hero-welcome {
        font-size: 12px;
    }

    .hero-welcome-line2 {
        font-size: 10px;
    }

    .hero-title {
        font-size: 10px;
    }

    .hero-title-line1 {
        font-size: 16px;
    }

    .hero-title-line2 {
        font-size: 14px;
    }

    .hero-title-line3 {
        font-size: 12px;
    }

    .section-title {
        font-size: 18px;
    }

    .category-title {
        font-size: 16px;
    }

    .contact-location-title {
        font-size: 18px;
    }
}

/* Landscape Mobile */
@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
    .hero {
        min-height: 90vh;
        max-height: none;
    }

    .hero-content {
        left: 19%;
        top: 45%;
        max-width: 300px;
    }

    .mobile-menu-overlay {
        padding-top: 80px;
    }

    .mobile-nav-link {
        font-size: 18px;
        padding: var(--spacing-xs) 0;
    }
}

/* Print */
@media print {
    .navbar,
    .promo-bar,
    .mobile-menu-overlay,
    .modal-overlay,
    .scroll-indicator,
    .hero-frame {
        display: none;
    }

    .hero {
        min-height: auto;
        padding: var(--spacing-xl) 0;
    }
}

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

    html {
        scroll-behavior: auto;
    }
}

