@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Italiana&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* AramLifeStyle - Ultra Luxury & Responsive Design */

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

:root {
    --bg-white: #faf9f6;
    --bg-light: #f5f3ef;
    --bg-page: #faf9f6;
    --bg-cream: #f7f5f1;
    --text-dark: #1a1815;
    --text-medium: #3a3630;
    --text-light: #6b665d;
    --border: #d9d5ce;
    --accent-gold: #d4af37;
    --accent-gold-light: #e6d08a;
    --accent-gold-dark: #b8941f;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.12);
    --shadow-luxury: 0 12px 60px rgba(0, 0, 0, 0.15);
    
    --font-primary: 'Cormorant Garamond', serif;
    --font-luxury: 'Playfair Display', serif;
    --font-persian: 'Vazirmatn', 'Tahoma', sans-serif;
    
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 3rem;
    --spacing-xl: 5rem;
    --spacing-xxl: 8rem;
    
    --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
    margin: 0;
    height: 100%;
}

body {
    font-family: var(--font-primary);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--text-dark);
    background: linear-gradient(180deg, var(--bg-white) 0%, var(--bg-cream) 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    margin: 0;
    min-height: 100%;
}

/* Persian Language Styling — font, sizes, letter-spacing; direction unchanged */
body.lang-fa,
body.lang-fa *,
body.lang-fa *::before,
body.lang-fa *::after {
    font-family: var(--font-persian) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.lang-fa {
    font-weight: 400;
    font-size: 1.125rem;      /* ~20px – خوانایی بهتر برای فارسی */
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.lang-fa h1,
body.lang-fa h2,
body.lang-fa h3,
body.lang-fa h4,
body.lang-fa h5,
body.lang-fa h6 {
    font-weight: 600;
    font-family: var(--font-persian) !important;
    letter-spacing: 0 !important;
}

/* اندازه‌های متناسب برای تیترها به فارسی */
body.lang-fa h1 { font-size: clamp(2rem, 5vw, 3.25rem) !important; line-height: 1.35; }
body.lang-fa h2 { font-size: clamp(1.6rem, 4vw, 2.5rem) !important; line-height: 1.4; }
body.lang-fa h3 { font-size: clamp(1.35rem, 3vw, 1.85rem) !important; line-height: 1.45; }
body.lang-fa h4 { font-size: clamp(1.15rem, 2.5vw, 1.5rem) !important; line-height: 1.5; }
body.lang-fa h5 { font-size: 1.15rem !important; line-height: 1.5; }
body.lang-fa h6 { font-size: 1.05rem !important; line-height: 1.55; }

/* پاراگراف و متن بدنه در فارسی */
body.lang-fa p,
body.lang-fa .intro-text-bold,
body.lang-fa .split-description {
    font-size: 1.1rem !important;
    line-height: 2.1;
}

/* ناو و لینک‌ها */
body.lang-fa .nav-link,
body.lang-fa .mega-menu a,
body.lang-fa .footer-column a {
    font-size: 1rem !important;
}

/* دکمه‌ها و برچسب‌ها */
body.lang-fa .btn-discover-more,
body.lang-fa button:not(.language-toggle):not(.mobile-menu-toggle),
body.lang-fa .btn {
    font-size: 1rem !important;
}

body.lang-fa .language-toggle {
    font-size: 0.95rem !important;
}

/* هیرو و عنوان‌های بزرگ */
body.lang-fa .hero-text-primary {
    font-size: clamp(2rem, 5vw, 3.25rem) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 1.4;
}

body.lang-fa .hero-text-secondary,
body.lang-fa .hero-discover-link {
    font-size: clamp(1.05rem, 2.2vw, 1.35rem) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.lang-fa .split-title,
body.lang-fa .split-title-mobile,
body.lang-fa .split-overlay-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem) !important;
    line-height: 1.45;
}

/* نقل‌قول و فوتر */
body.lang-fa .quote-content blockquote {
    font-size: 1.35rem !important;
    line-height: 2.1;
    font-style: normal;
}

body.lang-fa .quote-author {
    font-size: 1.05rem !important;
}

body.lang-fa .footer-column h4,
body.lang-fa .site-footer h3 {
    font-size: 1.15rem !important;
}

/* راست‌چین و جهت RTL وقتی زبان فارسی است */
html[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] body,
html[dir="rtl"] main,
html[dir="rtl"] .intro-content,
html[dir="rtl"] .intro-text-bold,
html[dir="rtl"] .split-text,
html[dir="rtl"] .split-description,
html[dir="rtl"] .text-content,
html[dir="rtl"] .text-content p,
html[dir="rtl"] .material-name-label,
html[dir="rtl"] .material-item-with-image,
html[dir="rtl"] .material-item-with-image h3 {
    text-align: right;
}

html[dir="rtl"] .section-container {
    text-align: right;
}

html[dir="rtl"] .footer-content,
html[dir="rtl"] .footer-left,
html[dir="rtl"] .footer-right {
    text-align: right;
}

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

a:hover {
    opacity: 0.6;
}

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

/* Transparent Nav - Landing Page */
.transparent-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none;
    transition: all var(--transition);
}

/* ARAM text above the navigation */
.nav-aram-top {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0 0.35rem 0;
    background: transparent;
}

.nav-aram-text {
    font-family: var(--font-luxury);
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.5em;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

body.scrolled .transparent-nav .nav-aram-text {
    color: var(--text-dark);
    text-shadow: none;
}

/* Nav inner container - single row */
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 3rem;
    max-width: 1600px;
    margin: 0 auto;
}


/* Left side - Language toggle */
.nav-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.language-toggle {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 0.2rem;
    font-size: 0.7rem;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 300;
    cursor: pointer;
    transition: opacity var(--transition);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    min-width: auto;
    text-align: center;
    border-radius: 0;
    opacity: 0.8;
}

.language-toggle:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.5);
}

body.scrolled .language-toggle {
    color: var(--text-dark);
    background: transparent;
    opacity: 0.7;
}

body.scrolled .language-toggle:hover {
    opacity: 1;
    color: var(--text-dark);
    border-color: rgba(26, 24, 21, 0.5);
}

/* Center - Navigation links */
.nav-links {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex: 2;
}

.nav-links a {
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all var(--transition);
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.nav-links a:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
}

body.scrolled .nav-links a {
    color: var(--text-dark);
    text-shadow: none;
}


/* Right side - Navigation buttons */
.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

/* Consolidation Button - Boxed style */
.nav-btn-consolidation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all var(--transition);
    cursor: pointer;
    font-family: inherit;
}

.nav-btn-consolidation:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

body.scrolled .nav-btn-consolidation {
    border-color: var(--text-dark);
    color: var(--text-dark);
    opacity: 0.8;
}

body.scrolled .nav-btn-consolidation:hover {
    background: rgba(26, 24, 21, 0.08);
    border-color: var(--text-dark);
    color: var(--text-dark);
    opacity: 1;
}

/* Contact Button - Icon style */
.nav-btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: rgba(255, 255, 255, 0.8);
    transition: all var(--transition);
    cursor: pointer;
    opacity: 0.85;
}

.nav-btn-contact svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.nav-btn-contact:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
}

body.scrolled .nav-btn-contact {
    color: var(--text-dark);
    opacity: 0.7;
}

body.scrolled .nav-btn-contact:hover {
    opacity: 1;
    color: var(--text-dark);
}

/* Location Button - Icon style */
.nav-btn-location {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: rgba(255, 255, 255, 0.8);
    transition: all var(--transition);
    cursor: pointer;
    opacity: 0.85;
}

.nav-btn-location svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.nav-btn-location:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
}

body.scrolled .nav-btn-location {
    color: var(--text-dark);
    opacity: 0.7;
}

body.scrolled .nav-btn-location:hover {
    opacity: 1;
    color: var(--text-dark);
}

/* Legacy meeting request icon (kept for compatibility) */
.meeting-request-icon {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity var(--transition);
    border-radius: 0;
    padding: 0;
    opacity: 0.8;
}

.meeting-request-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.meeting-request-icon:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
}

body.scrolled .meeting-request-icon {
    background: transparent;
    color: var(--text-dark);
    opacity: 0.7;
}

body.scrolled .meeting-request-icon:hover {
    opacity: 1;
    color: var(--text-dark);
}

/* Mobile toggle */
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

body.scrolled .mobile-toggle {
    color: var(--text-dark);
}

/* Responsive */
@media (max-width: 768px) {
    .nav-aram-top {
        padding: 0.4rem 0 0.2rem 0;
    }
    
    .nav-aram-text {
        font-size: 0.65rem;
        letter-spacing: 0.4em;
    }
    
    .nav-inner {
        padding: 0.5rem 1.25rem;
        flex-wrap: wrap;
    }
    
    .nav-left,
    .nav-right {
        flex: 0;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(250, 249, 246, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 1.5rem;
        gap: 1rem;
        border-bottom: 1px solid var(--border);
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links a {
        color: var(--text-dark);
        text-shadow: none;
        font-size: 1rem;
    }
    
    .language-toggle {
        padding: 0.4rem 0.6rem;
        font-size: 0.7rem;
        min-width: 36px;
    }
    
    .meeting-request-icon {
        width: 38px;
        height: 38px;
    }
    
    .meeting-request-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .mobile-toggle {
        display: block;
    }
}

/* Desktop - Taller navbar */
@media (min-width: 769px) {
    .transparent-nav {
        padding: 0.15rem 0;
    }
    
    .nav-inner {
        padding: 0.4rem 3rem;
    }
    
    .nav-aram-text {
        font-size: 0.85rem;
        letter-spacing: 0.5em;
    }
    
    .nav-links {
        gap: 2.5rem;
    }
    
    .nav-links a {
        font-size: 0.85rem;
    }
}

/* Header - Occhio-style: mirror/glass bar (آینه‌ای) */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    z-index: 1000;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
    transition: all var(--transition);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

/* Logo: image on hero (dark) vs scrolled (light) */
.logo .logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
}
.logo .logo-img {
    height: 52px;
    width: auto;
    object-fit: contain;
    display: block;
}
.logo .logo-on-light {
    display: none;
}
.site-header .logo .logo-on-dark {
    display: block;
}
body.scrolled .site-header .logo .logo-on-dark {
    display: none;
}
body.scrolled .site-header .logo .logo-on-light {
    display: block;
}

/* On hero: white/light text and icons (Occhio look) */
.site-header .header-icon {
    color: rgba(255, 255, 255, 0.98);
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}

.site-header .hamburger-line {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.site-header .nav-link {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Header scrolled state - still mirror/glass, lighter (Occhio-style) */
body.scrolled .site-header {
    background: rgba(250, 249, 246, 0.88);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid rgba(217, 213, 206, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, var(--shadow-sm);
}

body.scrolled .site-header .logo .logo-link:hover {
    opacity: 0.85;
}

body.scrolled .site-header .nav-link,
body.scrolled .site-header .header-icon {
    color: var(--text-dark);
    text-shadow: none;
    filter: none;
}

body.scrolled .site-header .hamburger-line {
    background: var(--text-dark);
    box-shadow: none;
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);
    opacity: 0.3;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 0;
}

@media (min-width: 769px) {
    .header-container {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto;
        align-items: center;
        gap: 0;
    }
    .header-left {
        display: none;
    }
    .logo {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    .header-right {
        grid-column: 3;
        grid-row: 1;
    }
    .main-navigation {
        grid-column: 2;
        grid-row: 1;
    }
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--text-dark);
    transition: color var(--transition);
    position: relative;
}

/* Message icon - circular hover box, no underline */
.header-icon.request-icon {
    border-radius: 50%;
    transition: all var(--transition);
}

.header-icon.request-icon::after,
.header-icon.request-icon:hover::after {
    display: none !important;
    content: none !important;
}

.header-icon.request-icon:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.site-header .header-icon.request-icon:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.25);
}

body.scrolled .site-header .header-icon.request-icon:hover {
    opacity: 1;
    color: var(--text-dark);
    background: rgba(212, 175, 55, 0.15);
}

/* Language Toggle Button - Compact & Elegant */
.language-toggle {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.95);
    padding: 0.3rem 0.6rem;
    border-radius: 2px;
    font-size: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition);
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 28px;
    text-align: center;
    line-height: 1;
}

.language-toggle:hover {
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

body.scrolled .language-toggle {
    border-color: rgba(212, 175, 55, 0.6);
    color: var(--text-dark);
    background: rgba(212, 175, 55, 0.08);
}

body.scrolled .language-toggle:hover {
    border-color: var(--accent-gold);
    color: var(--accent-gold);
    background: rgba(212, 175, 55, 0.15);
}

.header-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.header-icon:not(.request-icon):hover {
    color: var(--accent-gold-dark);
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

.header-icon:active {
    transform: translateY(0);
}

.request-icon {
    cursor: pointer;
}

.logo {
    font-family: var(--font-luxury);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--text-dark);
    justify-self: center;
    position: relative;
    transition: all var(--transition);
}

.logo-animate {
    animation: slideToCenter 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: translateX(-100px);
}

@keyframes slideToCenter {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.logo a {
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--accent-gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 3rem;
    background: rgba(250, 249, 246, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}

.main-navigation ul.active {
    display: flex;
}

@media (min-width: 769px) {
    .main-navigation {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        display: block;
        margin-top: 0;
        padding-top: 0;
    }
    
    .main-navigation ul {
        display: flex !important;
        position: static;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border-bottom: none;
        box-shadow: none;
        padding: 0;
        justify-content: center;
        gap: 2.5rem;
    }
}

.main-navigation li {
    line-height: 1.4;
    position: relative;
}

.nav-item-has-menu {
    position: relative;
}

.nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--text-dark);
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    transition: all var(--transition);
}


.nav-link:hover {
    color: var(--accent-gold-dark);
    transform: translateY(-1px);
}

.nav-link.active {
    color: var(--accent-gold-dark);
    font-weight: 600;
}

/* Mega Menu Styles */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(250, 249, 246, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2rem 1.5rem;
    display: none;
    min-width: 250px;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(217, 213, 206, 0.3);
    border-top: 2px solid var(--accent-gold);
    z-index: 1000;
    opacity: 0;
    transition: opacity var(--transition), transform var(--transition);
    transform: translateX(-50%) translateY(-10px);
}

.nav-item-has-menu:hover .mega-menu {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.mega-menu-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.mega-menu-column h4 {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.5rem;
}

.mega-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-column ul li {
    margin-bottom: 0.75rem;
}

.mega-menu-column ul li a {
    font-size: 0.9375rem;
    color: var(--text-medium);
    text-decoration: none;
    transition: all var(--transition);
    display: block;
    padding: 0.25rem 0;
    position: relative;
    padding-right: 1rem;
}

.mega-menu-column ul li a:hover {
    color: var(--accent-gold-dark);
}

@media (max-width: 1024px) {
    .mega-menu {
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    .mega-menu {
        position: static;
        transform: none;
        min-width: 100%;
        margin-top: 0.5rem;
        padding: 2rem 1.5rem;
        border: none;
        border-top: 1px solid var(--border);
        box-shadow: none;
    }
    
    .nav-item-has-menu:hover .mega-menu {
        transform: none;
    }
    
    .mega-menu-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.mobile-menu-toggle {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 0.5rem;
    position: relative;
    z-index: 1001;
}

@media (min-width: 769px) {
    .mobile-menu-toggle {
        display: none !important;
    }
}

.hamburger-line {
    width: 22px;
    height: 1px;
    background-color: var(--text-dark);
    transition: var(--transition);
}
/* Main Content */
main {
    margin-top: 0;
    padding-top: 0;
    animation: fadeIn 0.8s ease-out;
}

/* صفحه Material & Signature: فاصله بین نوار بالا (هدر) و متن تا زیر هدر نره */
/* دسکتاپ: هدر = لوگو 101px + ناوبری ~40px + پدینگ 64px ≈ 205px → حداقل 14rem */
body.page-material-signature main {
    padding-top: 14rem !important;
}
body.page-material-signature main .page-section.text-section {
    padding-top: 1rem;
}

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

/* Page Title Bar (category bar above hero, e.g. Experience Design page) */
.page-title-bar {
    width: 100%;
    background-color: var(--bg-white);
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--border);
    margin-top: 0;
}
.page-title-bar-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.page-title-bar-text {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: var(--text-dark);
    text-transform: none;
}

/* Hero Section */
.hero-section {
    width: 100%;
    height: 50vh;
    min-height: 380px;
    overflow: hidden;
    background-color: var(--bg-light);
    position: relative;
}

/* Hero with overlay (e.g. Experience Design page) */
.hero-with-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-with-overlay .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    margin: 0;
    justify-content: center;
    gap: 1.25rem;
}
.hero-with-overlay .hero-text-primary {
    font-family: var(--font-primary);
    text-transform: none;
    font-style: normal;
}
.hero-cta-btn {
    display: inline-block;
    font-family: var(--font-primary);
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: none;
    color: var(--bg-white);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: background var(--transition), border-color var(--transition), opacity var(--transition);
}
.hero-cta-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

/* Full Screen Hero - نصف صفحه مثل new4 */
.hero-fullscreen {
    height: 50vh;
    height: 50dvh;
    min-height: 50vh;
    min-height: 50dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(26, 24, 21, 0.25) 0%, rgba(26, 24, 21, 0.10) 40%, rgba(26, 24, 21, 0.30) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform var(--transition-slow);
    min-height: 100%;
}

.hero-section:hover .hero-image img {
    transform: scale(1.05);
}

/* Hero Overlay Text */
.hero-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--bg-white);
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.hero-text-primary {
    font-family: var(--font-primary);
    font-size: clamp(1.875rem, 4.5vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    margin: 0 0 0.9rem 0;
    line-height: 1.3;
    color: var(--bg-white);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: heroTextFadeIn 1.2s ease-out 0.3s forwards;
    text-transform: uppercase;
    font-style: normal;
}

.hero-text-secondary {
    font-family: var(--font-primary);
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    font-weight: 300;
    letter-spacing: 0.2em;
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: heroTextFadeIn 1.2s ease-out 0.6s forwards;
    text-transform: uppercase;
    font-style: normal;
}

.hero-discover-link {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 0.75rem 1.75rem;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.12);
    transition: all var(--transition);
}

.hero-discover-link:hover {
    opacity: 1;
}

.hero-discover-link::after {
    display: none !important;
}

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

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    animation: scrollIndicatorFadeIn 1s ease-out 1.5s forwards;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.scroll-indicator::after {
    display: none !important;
}

@keyframes scrollIndicatorFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.scroll-arrow {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, transparent, var(--bg-white));
    position: relative;
    animation: scrollBounce 2s ease-in-out infinite;
}

.scroll-arrow::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--bg-white);
}

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

/* Decorative Line Section */
.decorative-line-section {
    background-color: var(--bg-white);
    padding: var(--spacing-xl) 0;
    position: relative;
}

.decorative-line-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.line-with-star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    position: relative;
    opacity: 0;
    animation: lineAppear 1s ease-out 0.3s forwards;
}

@keyframes lineAppear {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.star-icon {
    width: 24px;
    height: 24px;
    color: var(--accent-gold);
    flex-shrink: 0;
    animation: starPulse 2s ease-in-out infinite;
}

@keyframes starPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.8;
    }
}

.decorative-text {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 300;
    color: var(--text-medium);
    letter-spacing: 0.03em;
    white-space: nowrap;
    flex-shrink: 0;
}

.decorative-line {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--accent-gold) 0%, var(--border) 50%, transparent 100%);
    position: relative;
    animation: lineGrow 1.5s ease-out 0.5s forwards;
    transform-origin: left;
    transform: scaleX(0);
}

@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.discover-more-link {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--text-dark);
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.75rem 1.75rem;
    border: 1.5px solid var(--text-dark);
    border-radius: 0;
    background: rgba(26, 24, 21, 0.06);
    transition: all var(--transition);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.discover-more-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--accent-gold-dark) 100%);
    transition: left var(--transition);
    z-index: -1;
}

.discover-more-link:hover {
    opacity: 0.8;
}

/* Page Sections */
.page-section {
    padding: var(--spacing-lg) 0;
    position: relative;
}

.section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

/* Text Content Sections */
.text-section {
    background-color: var(--bg-page);
}

.text-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.text-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--text-dark);
    text-align: left;
}

.text-section p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--text-medium);
    margin-bottom: 1rem;
    font-weight: 400;
}

.text-section .intro-text {
    margin-bottom: 2.5rem;
    max-width: 100%;
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--text-medium);
    font-weight: 400;
    text-align: left;
}

/* Intro Section */
.intro-section {
    background-color: var(--bg-white);
    padding: var(--spacing-xl) 0;
}

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

.intro-text-bold {
    font-size: 1.25rem;
    line-height: 1.75;
    color: var(--text-dark);
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.intro-text-center {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-dark);
    font-weight: 300;
    text-align: center;
    margin: 0;
}

/* Selected Projects Heading */
.selected-projects-heading {
    font-family: var(--font-primary);
    font-size: 1.75rem;
    font-weight: 300;
    color: var(--text-dark);
    text-align: center;
    margin: 0 0 2.5rem 0;
    letter-spacing: 0.05em;
}

body.lang-fa .selected-projects-heading {
    font-family: var(--font-persian) !important;
    font-size: 1.5rem !important;
    letter-spacing: 0 !important;
}

@media (max-width: 768px) {
    .selected-projects-heading {
        font-size: 1.35rem;
        margin-bottom: 1.5rem;
    }
    
    body.lang-fa .selected-projects-heading {
        font-size: 1.25rem !important;
    }
}

.text-section .link {
    margin-top: 1.5rem;
}

.text-section .link a {
    font-size: 0.9375rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--accent-gold);
    text-decoration-thickness: 1px;
}

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

.collaboration-section p {
    text-align: center;
    color: var(--text-medium);
}

/* Split Layout */
.split-layout {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 0;
    min-height: 380px;
    background-color: var(--bg-page);
}

.split-layout.text-left {
    grid-template-columns: 2fr 1fr;
}

/* ضربدری: سکشن دوم متن چپ، عکس راست */
.split-layout-reverse .split-text {
    order: 0;
}
.split-layout-reverse .split-image {
    order: 0;
}

/* دو سکشن عکس نزدیک و کمی کوچک‌تر، زیر هم */
.split-pair-tight.page-section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.split-pair-tight + .split-pair-tight.page-section {
    padding-top: 0.25rem;
    margin-top: -0.5rem;
}
.split-pair-tight.split-layout {
    grid-template-columns: 1fr 1.35fr;
    min-height: 400px;
}
.split-pair-tight.split-layout.split-layout-reverse {
    grid-template-columns: 1.35fr 1fr;
}
.split-pair-tight .split-image {
    min-height: 300px;
}

.split-text {
    padding: var(--spacing-lg) var(--spacing-xl);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--bg-page);
}

.split-image {
    position: relative;
    overflow: hidden;
    background-color: var(--bg-white);
}

.split-image {
    position: relative;
    overflow: hidden;
}

.split-image-mobile-overlay {
    display: none;
}

.split-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
    z-index: 1;
    opacity: 0;
    transition: opacity var(--transition-slow);
    pointer-events: none;
}

.split-image:hover::before {
    opacity: 1;
}

.split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform var(--transition-slow);
    filter: brightness(0.98) contrast(1.02);
    aspect-ratio: 4/5;
}

.split-image:hover img {
    transform: scale(1.08);
    filter: brightness(1) contrast(1.05);
}

.split-title-mobile {
    display: none;
}

.split-text h2,
.split-overlay-title {
    font-family: var(--font-primary) !important;
    font-style: normal !important;
}

.split-text h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--text-dark);
}

.split-text p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-medium);
    margin-bottom: 1rem;
    font-weight: 300;
}

.split-text .link {
    margin-top: 1.5rem;
}

.split-text .link a {
    font-size: 0.9375rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--accent-gold);
    text-decoration-thickness: 1px;
}

/* Centered Text Section */
.text-centric-section {
    background-color: var(--bg-page);
    padding: var(--spacing-lg) 0;
}

.text-centric-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-medium);
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    font-weight: 300;
}

/* Dual Images Section */
.dual-images-section {
    background-color: var(--bg-page);
    padding: var(--spacing-lg) 0;
}

.dual-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

/* About page specific tighter spacing overrides */
.page-about .split-image img {
    aspect-ratio: 4/5;
    max-height: none;
}


.page-about .text-centric-section,
.page-about .dual-images-section {
    padding: 1rem 0;
}

.page-about .dual-images-grid {
    gap: 1rem;
}

.dual-image-item {
    position: relative;
    overflow: hidden;
    background-color: var(--bg-white);
}

.dual-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform var(--transition-slow);
    filter: brightness(0.98) contrast(1.02);
    display: block;
}

.dual-image-item:hover img {
    transform: scale(1.05);
    filter: brightness(1) contrast(1.05);
}

/* Image Grid Sections - 2 columns like new4 */
.image-grid-three {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 2rem;
    align-items: start;
}


.image-item {
    position: relative;
    overflow: visible;
    background: var(--bg-white);
    border-radius: 12px;
    box-shadow: var(--shadow-luxury);
    transition: all var(--transition);
    padding: 20px;
    border: 2px solid rgba(212, 175, 55, 0.2);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
    min-height: 0;
    cursor: pointer;
}

.image-item::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(212, 175, 55, 0.15) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity var(--transition);
    border-radius: 8px;
    pointer-events: none;
}

.image-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    pointer-events: none;
    transition: all var(--transition);
}

.image-item:hover {
    box-shadow: 0 16px 80px rgba(212, 175, 55, 0.25), 0 4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-12px);
    border-color: rgba(212, 175, 55, 0.4);
}

.image-item:hover::before {
    opacity: 1;
}

.image-item:hover::after {
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.1);
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform var(--transition-slow);
    border-radius: 8px;
}

.image-item:hover img {
    transform: scale(1.08);
}

/* Full Width Image */
.full-image-section {
    padding: 0;
}

.full-image-section .image-item {
    width: 100%;
}

.full-image-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* Experience Design - larger images with captions, no frame (override base .image-item) */
.image-grid-experience .image-grid-three-lg {
    max-width: 1400px;
    gap: 2.5rem;
}

.image-grid-experience .image-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.image-grid-experience .image-item-wrapper .image-item {
    width: 100%;
    max-width: 420px;
    height: 525px;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s ease;
    aspect-ratio: 4/5;
}

.image-grid-experience .image-item-wrapper .image-item::before,
.image-grid-experience .image-item-wrapper .image-item::after {
    display: none;
}

.image-grid-experience .image-item-wrapper .image-item:hover {
    transform: scale(1.02);
    box-shadow: none;
    border-color: transparent;
}

.image-grid-experience .image-item-wrapper .image-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
}

.image-grid-experience .image-caption {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-muted, #888);
    text-align: center;
    margin: 0.5rem 0 0 0;
    font-family: var(--font-body);
    letter-spacing: 0.02em;
    line-height: 1.4;
    display: block;
    width: 100%;
}

/* Contact Form */
.contact-section {
    background-color: var(--bg-white);
    padding: var(--spacing-xxl) 0;
}

.contact-container {
    max-width: 700px;
    margin: 0 auto;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: var(--text-medium);
    font-weight: 300;
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 1rem 1.25rem;
    border: 1.5px solid var(--border);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    font-family: inherit;
    font-size: 1rem;
    color: var(--text-dark);
    transition: all var(--transition);
    font-weight: 400;
    border-radius: 2px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--accent-gold);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

.form-group input:hover,
.form-group textarea:hover,
.form-group select:hover {
    border-color: var(--accent-gold-light);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Customer Type Selection */
.customer-type-group {
    margin-bottom: 2rem;
}

.customer-type-label {
    display: block;
    margin-bottom: 1rem;
}

.customer-type-selection {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.customer-type-option {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    border: 2px solid var(--border);
    border-radius: 4px;
    cursor: pointer;
    transition: all var(--transition);
    position: relative;
    background: var(--bg-white);
}

.customer-type-option:hover {
    border-color: var(--accent-gold-light);
    background: rgba(212, 175, 55, 0.05);
}

.customer-type-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-custom {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--border);
    border-radius: 50%;
    margin-right: 1rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
    transition: all var(--transition);
}

.customer-type-option input[type="radio"]:checked + .radio-custom {
    border-color: var(--accent-gold);
    background: var(--accent-gold);
}

.customer-type-option input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--bg-white);
    border-radius: 50%;
}

.customer-type-option input[type="radio"]:checked ~ .customer-type-content {
    color: var(--text-dark);
}

.customer-type-content {
    flex: 1;
}

.customer-type-content strong {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.customer-type-content p {
    font-size: 0.875rem;
    color: var(--text-medium);
    margin: 0;
    line-height: 1.5;
}

/* Checkbox Styles */
.checkbox-group {
    margin-top: 1rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 0.9375rem;
    color: var(--text-medium);
    line-height: 1.6;
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-custom {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--border);
    border-radius: 2px;
    margin-right: 0.75rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
    transition: all var(--transition);
    background: var(--bg-white);
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    background: var(--accent-gold);
    border-color: var(--accent-gold);
}

.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bg-white);
    font-size: 14px;
    font-weight: bold;
}

.checkbox-label input[type="checkbox"]:focus + .checkbox-custom {
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

/* Form Message Styles */
.form-message {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 4px;
    animation: slideDown 0.3s ease-out;
}

.form-message.success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.form-message.error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.success-message h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #155724;
}

.success-details {
    margin-top: 1rem;
}

.success-details p {
    margin: 0.5rem 0;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.error-message {
    font-size: 0.9375rem;
    line-height: 1.6;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Button Loading State */
.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-loader {
    display: inline-block;
}

.name-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.required {
    color: var(--text-medium);
    font-weight: 300;
}

/* Contact Details Inline */
.contact-details-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.contact-detail-item {
    flex: 1;
    min-width: 200px;
}

.contact-detail-item h3 {
    font-family: var(--font-luxury);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-dark);
    margin: 0 0 1rem 0;
    letter-spacing: 0.02em;
}

.contact-detail-item p {
    font-size: 0.9375rem;
    color: var(--text-medium);
    font-weight: 300;
    margin: 0.25rem 0;
    line-height: 1.6;
}

.contact-detail-item a {
    display: block;
    font-size: 0.9375rem;
    color: var(--text-medium);
    font-weight: 300;
    text-decoration: none;
    transition: all var(--transition);
    margin: 0.25rem 0;
}

.contact-detail-item a:hover {
    color: var(--accent-gold-dark);
    opacity: 1;
}

/* Appointment Note */
.appointment-note {
    font-size: 0.875rem;
    color: var(--text-light);
    font-style: italic;
    font-weight: 300;
    margin-top: 1.5rem;
    text-align: center;
}

@media (max-width: 768px) {
    .contact-details-inline {
        flex-direction: column;
        gap: 2rem;
    }
    
    .contact-detail-item {
        min-width: 100%;
    }
}

.contact-info {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.contact-info p {
    margin: 0.5rem 0;
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 300;
}

.contact-info a {
    color: var(--text-dark);
    text-decoration: none;
    transition: opacity var(--transition);
}

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

.btn-submit {
    padding: 1.125rem 3rem;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--text-medium) 100%);
    color: var(--bg-white);
    border: none;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: all var(--transition);
    align-self: flex-start;
    font-weight: 500;
    margin-top: 0.5rem;
    letter-spacing: 0.05em;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.btn-collaboration {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: var(--bg-light);
    color: var(--text-dark);
    border: 1px solid var(--text-dark);
    border-radius: 0;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: opacity var(--transition);
    font-weight: 300;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-collaboration:hover {
    text-decoration: none;
}

/* Discover More Button */
.discover-more-btn-wrapper {
    margin-top: 2rem;
    position: relative;
    display: inline-block;
}


.btn-discover-more {
    display: inline-block;
    padding: 1.125rem 3rem;
    background: transparent;
    color: var(--text-dark);
    border: 2px solid var(--text-dark);
    border-radius: 0;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.btn-discover-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--accent-gold-dark) 100%);
    transition: left var(--transition);
    z-index: -1;
}

.btn-discover-more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--accent-gold);
    opacity: 0;
    transition: opacity var(--transition);
}

.btn-discover-more:hover {
    text-decoration: none;
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.btn-discover-more:active {
    transform: translateY(-1px);
}

/* Materials Section */
.materials-section {
    background-color: var(--bg-page);
    padding: var(--spacing-xl) 0;
}

.materials-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 3rem;
    color: var(--text-dark);
}

.materials-grid-horizontal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.material-item-with-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.material-item-with-image:hover {
    opacity: 0.8;
}

.material-image-small {
    width: 100%;
    height: 300px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: var(--shadow-md);
    position: relative;
    transition: all var(--transition);
}

.material-image-small::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(212, 175, 55, 0.15) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity var(--transition);
}

.material-image-small:hover {
    box-shadow: var(--shadow-luxury);
    transform: translateY(-6px);
}

.material-image-small:hover::before {
    opacity: 1;
}

.material-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.material-image-small:hover img {
    transform: scale(1.12);
}

.material-item-with-image h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: 0.01em;
    margin: 0;
    text-decoration: none;
}

.materials-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.materials-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.material-item-row h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: 0.01em;
    margin: 0;
}

.materials-image {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.materials-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.materials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.material-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
}

.material-item .material-description {
    font-size: 1rem;
    font-weight: 300;
    color: var(--text-dark);
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    opacity: 0.85;
}

.material-item .material-category {
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--text-dark);
    text-align: center;
    letter-spacing: 0.05em;
    opacity: 0.7;
    font-style: italic;
}

/* Materials Vertical Layout */
.materials-vertical {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xxl);
    max-width: 900px;
    margin: 0 auto;
}

.material-item-vertical {
    scroll-margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.material-card {
    width: 100%;
    max-width: 900px;
    background: var(--bg-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all var(--transition);
    position: relative;
}

.material-card:hover {
    box-shadow: var(--shadow-luxury);
    transform: translateY(-8px);
}

.material-item-vertical .material-info h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.material-image-vertical {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.material-image-vertical img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
    display: block;
}

.material-card:hover .material-image-vertical img {
    transform: scale(1.1);
}

.material-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 24, 21, 0.85) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--transition);
}

.material-card:hover .material-overlay {
    opacity: 1;
}

.material-overlay-content {
    text-align: center;
    color: var(--bg-white);
    padding: 2rem;
}

.material-overlay-content h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--bg-white);
}

.material-category-overlay {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.material-discover-btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: transparent;
    color: var(--bg-white);
    border: 2px solid var(--bg-white);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.material-discover-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--bg-white);
    transition: left var(--transition);
    z-index: -1;
}

.material-discover-btn:hover {
    opacity: 0.9;
}

.material-info {
    padding: 2.5rem;
    text-align: center;
}

.material-item-vertical .material-description {
    font-size: 1rem;
    font-weight: 300;
    color: var(--text-medium);
    text-align: center;
    line-height: 1.75;
    margin-bottom: 1rem;
    max-width: 600px;
}

.material-item-vertical .material-category {
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--text-dark);
    text-align: center;
    letter-spacing: 0.05em;
    opacity: 0.7;
    font-style: italic;
    margin: 0;
}

/* Material & Signature — new4-style layout */
.material-card-occhio {
    box-shadow: none;
    max-width: 100%;
}

.material-card-occhio:hover {
    transform: none;
    box-shadow: none;
}

.material-image-occhio {
    display: flex;
    flex-direction: column;
    width: 100%;
    aspect-ratio: auto;
    margin-bottom: 0;
}

.material-image-occhio-inner {
    width: 100%;
    aspect-ratio: 4 / 5;
    max-height: none;
    overflow: hidden;
    position: relative;
}

.material-image-occhio-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--transition-slow);
}

.material-card-occhio:hover .material-image-occhio-inner img {
    transform: none;
}

.material-name-label {
    display: block;
    text-align: left;
    padding: 1rem 0 0 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--text-dark);
    letter-spacing: 0.04em;
    line-height: 1.5;
}

/* Section spacing — benchmark (occhio) style: noticeable gap between sections */
.materials-section .materials-vertical {
    gap: 5.5rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.materials-section {
    padding-top: var(--spacing-xxl);
    padding-bottom: var(--spacing-xxl);
}

/* Material & Signature page: intro and card spacing */
.page-section.text-section + .materials-section .materials-vertical {
    margin-top: 0;
}

.material-item-vertical .material-card-occhio {
    border-radius: 8px;
    overflow: hidden;
}

.material-name-label {
    border-bottom: 1px solid var(--border);
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

.page-section.text-section + .materials-section {
    margin-top: 0;
    padding-top: var(--spacing-xl);
}

/* Material Item Link (clickable material cards) */
.material-item-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.material-item-link:hover {
    opacity: 1;
}

.material-item-link:hover .material-card-occhio {
    transform: none;
}

/* Material Detail Page */
body.page-material-detail main {
    padding-top: 0;
}

.hero-material-detail {
    height: 50vh;
    min-height: 360px;
}

.hero-material-detail .hero-text-primary {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 300;
}

.hero-about-tagline {
    margin-top: 1rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: none;
    opacity: 0.95;
}

/* About page: tagline between hero and first image */
.hero-tagline-section {
    padding: var(--spacing-xl) 0;
    margin-top: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.hero-tagline-section .section-container {
    text-align: center;
}

.hero-tagline-section .hero-tagline {
    margin: 0;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: var(--text-medium, #4a4541);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.material-detail-intro {
    padding: var(--spacing-xl) 0;
}

.material-detail-intro .intro-text-center {
    max-width: 780px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--text-medium);
    text-align: center;
    font-weight: 300;
}

.material-detail-split.split-layout {
    min-height: 420px;
}

.material-detail-split .split-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.material-detail-split .split-text p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--text-medium);
    font-weight: 300;
    max-width: 420px;
}

/* Quote Section */
.quote-section {
    background-color: var(--bg-page);
    padding: var(--spacing-xxl) 0;
}

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

.quote-content blockquote {
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--text-dark);
    font-weight: 300;
    font-style: italic;
    margin: 0 0 1.5rem 0;
    padding: 0;
    border: none;
    quotes: none;
}

.quote-content blockquote::before,
.quote-content blockquote::after {
    content: '';
}

.quote-author {
    font-size: 1rem;
    color: var(--text-medium);
    font-weight: 300;
    margin: 0;
    text-align: center;
    padding-right: 0;
}

/* Footer */
.site-footer {
    padding: var(--spacing-xl) 0;
    border-top: 1px solid var(--border);
    background: linear-gradient(180deg, var(--bg-white) 0%, var(--bg-cream) 100%);
    position: relative;
    margin-top: var(--spacing-xxl);
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);
    opacity: 0.3;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.footer-left {
    min-width: 200px;
}

.footer-left h3 {
    font-family: var(--font-luxury);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--accent-gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-left p {
    font-size: 0.875rem;
    color: var(--text-light);
    font-weight: 300;
    margin: 0.5rem 0;
    line-height: 1.6;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h4 {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 0.75rem;
}

.footer-column ul li a {
    font-size: 0.875rem;
    color: var(--text-medium);
    text-decoration: none;
    transition: all var(--transition);
    display: inline-block;
    position: relative;
    padding-right: 1rem;
}

.footer-column ul li a:hover {
    color: var(--accent-gold-dark);
}

.footer-right {
    min-width: 200px;
}

.footer-email {
    font-size: 1rem;
    font-weight: 300;
    color: var(--text-dark);
    margin: 0 0 1rem 0;
}

.footer-email a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color var(--transition);
}

.footer-email a:hover {
    color: var(--accent-gold-dark);
}

/* Newsletter Section */
.newsletter-section {
    margin-top: 1.5rem;
}

.newsletter-section h4 {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.newsletter-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1.5px solid var(--border);
    background: rgba(255, 255, 255, 0.8);
    font-family: inherit;
    font-size: 0.875rem;
    color: var(--text-dark);
    transition: all var(--transition);
    border-radius: 2px;
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--accent-gold);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.newsletter-btn {
    padding: 0.75rem 1.5rem;
    background: var(--text-dark);
    color: var(--bg-white);
    border: none;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.newsletter-message {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    padding: 0.5rem;
    border-radius: 2px;
    display: none;
}

.newsletter-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.newsletter-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* Social Media Links */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--border);
    border-radius: 50%;
    color: var(--text-medium);
    text-decoration: none;
    transition: all var(--transition);
}

.social-link:hover {
    border-color: var(--accent-gold);
    color: var(--accent-gold-dark);
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

.social-link svg {
    width: 18px;
    height: 18px;
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright {
    font-size: 0.8125rem;
    color: var(--text-light);
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-legal a {
    font-size: 0.8125rem;
    color: var(--text-medium);
    text-decoration: none;
    transition: color var(--transition);
}

.footer-legal a:hover {
    color: var(--accent-gold-dark);
}

/* Luxury Quote Section Enhancement */
.quote-content blockquote {
    position: relative;
    padding: 2rem 0;
}

.quote-content blockquote::before {
    content: '"';
    position: absolute;
    top: -0.5rem;
    left: -2rem;
    font-size: 4rem;
    color: var(--accent-gold);
    opacity: 0.3;
    font-family: var(--font-luxury);
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

/* Enhanced Micro-interactions */
.image-item,
.material-card,
.project-card {
    transition: all var(--transition);
    will-change: transform;
}

.image-item:active,
.material-card:active,
.project-card:active {
    transform: scale(0.98);
}

body.page-material-signature .material-card-occhio:active {
    transform: none;
}

/* Button micro-interactions */
.btn-submit,
.btn-discover-more,
.newsletter-btn {
    position: relative;
    overflow: hidden;
}

.btn-submit:active,
.btn-discover-more:active,
.newsletter-btn:active {
    transform: translateY(1px);
}

/* Enhanced hover effects for links */
a {
    position: relative;
}


/* Smooth image loading */
img {
    opacity: 0;
    animation: fadeInImage 0.5s ease-out forwards;
}

@keyframes fadeInImage {
    to {
        opacity: 1;
    }
}

/* Enhanced scroll animations */
@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-section {
    animation: slideUpFade 0.8s ease-out;
}

/* Parallax effect for hero */
.hero-section {
    overflow: hidden;
}

.hero-image img {
    will-change: transform;
}

/* Enhanced focus states for accessibility */
button:focus,
input:focus,
textarea:focus,
select:focus,
a:focus {
    outline: 2px solid var(--accent-gold);
    outline-offset: 2px;
}

/* Loading state animations */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.loading {
    animation: pulse 1.5s ease-in-out infinite;
}

/* Smooth transitions for all interactive elements */
button,
a,
input,
textarea,
select {
    transition: all var(--transition);
}

/* Enhanced card hover effects */
.image-item:hover,
.material-card:hover,
.project-card:hover {
    z-index: 10;
}

/* Stagger animation for grid items */
.projects-grid .project-card:nth-child(1) { animation-delay: 0.1s; }
.projects-grid .project-card:nth-child(2) { animation-delay: 0.2s; }
.projects-grid .project-card:nth-child(3) { animation-delay: 0.3s; }
.projects-grid .project-card:nth-child(4) { animation-delay: 0.4s; }
.projects-grid .project-card:nth-child(5) { animation-delay: 0.5s; }
.projects-grid .project-card:nth-child(6) { animation-delay: 0.6s; }

.materials-vertical .material-item-vertical:nth-child(1) { animation-delay: 0.1s; }
.materials-vertical .material-item-vertical:nth-child(2) { animation-delay: 0.3s; }
.materials-vertical .material-item-vertical:nth-child(3) { animation-delay: 0.5s; }

/* Loading Animation */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Ripple effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: ripple-animation 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Enhanced animations for animated elements */
.animated {
    animation: slideUpFade 0.8s ease-out forwards;
}

/* Projects Section */
.projects-section {
    background-color: var(--bg-page);
    padding: var(--spacing-xl) 0 var(--spacing-xxl);
}

.projects-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

.filter-btn {
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: 1.5px solid var(--border);
    color: var(--text-medium);
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all var(--transition);
    text-transform: uppercase;
}

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

.filter-btn.active {
    background: var(--text-dark);
    color: var(--bg-white);
    border-color: var(--text-dark);
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: var(--shadow-md);
    transition: all var(--transition);
    cursor: pointer;
    background: var(--bg-white);
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-luxury);
}

.project-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

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

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 24, 21, 0.7) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    color: var(--bg-white);
    opacity: 0;
    transition: opacity var(--transition);
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-overlay h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bg-white);
}

.project-overlay p {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.project-link {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent-gold);
    position: relative;
    display: inline-block;
    padding-bottom: 0.25rem;
}


/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 24, 21, 0.95);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: var(--shadow-luxury);
}

.lightbox-caption {
    margin-top: 1.5rem;
    text-align: center;
    color: var(--bg-white);
}

.lightbox-caption h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bg-white);
}

.lightbox-caption p {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.8;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: var(--bg-white);
    font-size: 2rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.lightbox-close {
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
    line-height: 1;
}

.lightbox-prev {
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.lightbox-prev:hover {
    transform: translateY(-50%) scale(1.1);
}

.lightbox-next:hover {
    transform: translateY(-50%) scale(1.1);
}

@media (max-width: 1024px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .projects-filter {
        gap: 0.75rem;
    }
    
    .filter-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.8125rem;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .lightbox-content {
        max-width: 95vw;
        padding: 1rem;
    }
    
    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .lightbox-close {
        top: 1rem;
        right: 1rem;
    }
    
    .lightbox-prev {
        left: 1rem;
    }
    
    .lightbox-next {
        right: 1rem;
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .section-container {
        padding: 0 2.5rem;
    }
    
    .header-container {
        padding: 0 2.5rem;
    }
}

@media (max-width: 1024px) {
    .split-layout {
        grid-template-columns: 1fr;
    }
    
    .split-image {
        height: 440px;
    }
    
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .image-grid-three {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .image-item {
        max-width: 100%;
    }
    
    .materials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .materials-grid-horizontal {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .material-image-small {
        height: 250px;
    }
    
    .materials-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .materials-image {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    main {
        margin-top: 0;
        padding-top: 0;
    }

    body.page-material-signature main {
        padding-top: 10rem !important;
    }
    body.page-material-signature main .page-section.text-section {
        padding-top: 1rem;
    }

    .header-container {
        padding: 0 1.25rem;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 0;
    }
    .header-left {
        grid-column: 1;
        justify-self: start;
    }
    .logo {
        grid-column: 2;
        justify-self: center;
    }
    .header-right {
        grid-column: 3;
        justify-self: end;
    }
    
    /* Hero Section Mobile - بدون نوار سفید */
    .hero-fullscreen {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
    }
    
    .hero-text-primary {
        font-size: clamp(1.5rem, 5vw, 2.25rem);
        margin-bottom: 0.5rem;
    }
    
    .hero-text-secondary {
        font-size: clamp(0.9rem, 2.5vw, 1.15rem);
    }
    
    .hero-overlay {
        padding: 1.5rem;
    }
    
    .scroll-indicator {
        bottom: 2rem;
    }
    
    .scroll-arrow {
        height: 35px;
    }
    
    /* Decorative Line Mobile */
    .decorative-line-container {
        padding: 0 1.25rem;
    }
    
    .line-with-star {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .decorative-line {
        width: 100%;
        order: 3;
        margin: 0.5rem 0;
    }
    
    .discover-more-link {
        width: 100%;
        text-align: center;
        order: 4;
    }
    
    .star-icon {
        order: 1;
    }
    
    .decorative-text {
        order: 2;
        white-space: normal;
        flex: 1;
    }
    
    .logo {
        font-size: 1.25rem;
    }
    .logo .logo-img {
        height: 94px;
    }

    /* دکمه ترجمه فقط تو گوشی خیلی ریز */
    .language-toggle {
        font-size: 10px;
        padding: 0.3rem 0.5rem;
        min-height: auto;
        line-height: 1;
        min-width: 28px;
    }
    
    .header-icon {
        width: 36px;
        height: 36px;
    }
    
    .header-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .main-navigation {
        display: block;
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    
    .main-navigation ul {
        position: static;
        top: auto;
        left: 0;
        right: 0;
        background: rgba(250, 249, 246, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 2.5rem 1.5rem;
        border-bottom: 1px solid var(--border);
        display: none;
        gap: 1.75rem;
        box-shadow: var(--shadow-lg);
        animation: slideDown 0.3s ease-out;
        justify-content: flex-start;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .main-navigation ul.active {
        display: flex;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .hamburger-line {
        transition: all var(--transition);
    }
    
    .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    
    .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    
    .section-container {
        padding: 0 1.25rem;
    }
    
    .split-layout {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }
    
    .split-title-mobile {
        display: none;
    }
    
    .split-text {
        display: none;
    }
    
    .split-image {
        order: 1;
        position: relative;
        min-height: 380px;
        height: 50vh;
    }

    .split-layout-reverse .split-text {
        display: flex !important;
        order: 1;
    }
    .split-layout-reverse .split-image {
        order: 2;
    }

    /* About page: always show split text on mobile (دنیای آرام) */
    .page-about .split-text {
        display: flex !important;
        order: 2;
        padding: var(--spacing-lg) var(--spacing-md);
    }
    .page-about .split-layout .split-image {
        order: 1;
    }
    .page-about .split-layout.text-left .split-text {
        order: 1;
    }
    .page-about .split-layout.text-left .split-image {
        order: 2;
    }

    .split-pair-tight.page-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .split-pair-tight + .split-pair-tight.page-section {
        padding-top: 0.25rem;
        margin-top: -0.5rem;
    }
    .split-pair-tight .split-image {
        min-height: 280px;
        height: 40vh;
    }

    /* Material Detail page: show text on mobile */
    .material-detail-split .split-text {
        display: flex !important;
        padding: var(--spacing-lg) var(--spacing-md);
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .material-detail-split .split-text p {
        max-width: 100%;
    }

    .material-detail-split .split-image {
        min-height: 300px;
        height: 45vh;
    }

    /* هیرو مثل experience-design: تمام صفحه، عکس کامل تا پایین (صفحات about, cashmere, patterned-fabric, pure-cotton) */
    .hero-material-detail {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
    }
    /* experience-design: هیرو بعد از page-title-bar تا پایین ویوپورت */
    .page-title-bar + .hero-section {
        height: calc(100dvh - 120px);
        min-height: calc(100dvh - 120px);
    }

    .material-detail-intro {
        padding: var(--spacing-lg) 0;
    }

    .material-detail-intro .intro-text-center {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .split-image-mobile-overlay {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2rem var(--spacing-md);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    }
    
    .split-overlay-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--bg-white);
        margin: 0 0 1rem 0;
        line-height: 1.3;
        letter-spacing: 0.02em;
    }
    
    .split-overlay-btn {
        padding: 0.75rem 1.75rem;
        background: rgba(255, 255, 255, 0.12);
        border: 1.5px solid rgba(255, 255, 255, 0.7);
        border-radius: 0;
        color: var(--bg-white);
        box-shadow: none;
    }
    
    .split-overlay-btn::before,
    .split-overlay-btn::after {
        display: none;
    }
    
    .split-overlay-btn:hover {
        background: rgba(255, 255, 255, 0.22);
        border-color: rgba(255, 255, 255, 0.9);
        color: var(--bg-white);
        opacity: 1;
    }
    
    /* فاصله بیشتر بین کاشمر و بخش بعدی (موبایل) */
    .split-layout {
        margin-top: 3.5rem;
    }
    
    .text-section h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .image-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .image-grid-three {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }
    
    .image-item {
        max-width: 100%;
        padding: 20px;
    }
    
    .image-item::before {
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
    
    .materials-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    /* موبایل: سه عکس مواد — عمودی، بزرگ‌تر، نزدیک‌تر به هم، نوشته بالاتر */
    .materials-grid-horizontal {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .material-item-with-image {
        align-items: flex-start;
        text-align: left;
    }

    .material-item-with-image h3 {
        text-align: left;
        margin-top: 0.4rem;
    }

    .material-image-small {
        height: auto;
        aspect-ratio: 3 / 4;
        min-height: 240px;
        margin-bottom: 0.5rem;
    }

    .materials-row {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .materials-image {
        min-height: 250px;
    }
    
    .intro-text-bold {
        font-size: 1.15rem;
        line-height: 1.7;
    }
    
    .material-item-vertical h3 {
        font-size: 1.5rem;
    }
    
    .material-image-vertical {
        height: 320px;
    }
    
    .material-image-occhio {
        height: auto;
    }
    
    .materials-vertical {
        gap: var(--spacing-xl);
    }
    
    .materials-section .materials-vertical {
        gap: 4rem;
    }
    
    .footer-container {
        padding: 0 1.25rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: left;
    }
    
    .footer-right {
        text-align: left;
        grid-column: 1;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-btn {
        width: 100%;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .footer-legal {
        justify-content: center;
    }
    
    .quote-content blockquote {
        font-size: 1.15rem;
        padding: 1.5rem 0;
    }
    
    .quote-content blockquote::before {
        font-size: 3rem;
        top: 0;
        left: -1rem;
    }
    
    .page-section {
        padding: var(--spacing-xl) 0;
    }
    
    .site-header {
        padding: 0.6rem 0;
    }
    
    .btn-discover-more {
        padding: 1rem 2.25rem;
        font-size: 0.875rem;
        width: 100%;
        text-align: center;
    }
    
    .btn-submit {
        width: 100%;
        padding: 1rem 2.5rem;
    }
    
    .discover-more-btn-wrapper {
        margin-top: 1.5rem;
    }
    
    .name-fields {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .contact-container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    main {
        margin-top: 0;
    }

    body.page-material-signature main {
        padding-top: 9rem !important;
    }
    body.page-material-signature main .page-section.text-section {
        padding-top: 1rem;
    }

    .header-container {
        padding: 0 1rem;
    }
    
    .logo {
        font-size: 1.1rem;
        letter-spacing: 0.05em;
    }
    .logo .logo-img {
        height: 83px;
    }
    
    .section-container {
        padding: 0 1rem;
    }
    
    /* Hero Section Small Mobile - مثل experience-design */
    .hero-fullscreen {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
    }
    .hero-material-detail {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
    }
    .page-title-bar + .hero-section {
        height: calc(100dvh - 120px);
        min-height: calc(100dvh - 120px);
    }
    
    .hero-text-primary {
        font-size: clamp(1.35rem, 5.5vw, 1.9rem);
        letter-spacing: 0.12em;
    }
    
    .hero-text-secondary {
        font-size: clamp(0.8rem, 3vw, 1rem);
        letter-spacing: 0.15em;
    }
    
    .hero-overlay {
        padding: 1rem;
    }
    
    .scroll-indicator {
        bottom: 1.5rem;
    }
    
    .scroll-arrow {
        height: 30px;
    }
    
    .scroll-arrow::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid var(--bg-white);
    }
    
    /* Decorative Line Small Mobile */
    .decorative-line-container {
        padding: 0 1rem;
    }
    
    .decorative-line-section {
        padding: var(--spacing-md) 0;
    }
    
    .star-icon {
        width: 20px;
        height: 20px;
    }
    
    .decorative-text {
        font-size: 0.9rem;
    }
    
    .discover-more-link {
        padding: 0.65rem 1.5rem;
        font-size: 0.8125rem;
    }
    
    .intro-text-bold {
        font-size: 1rem;
    }
    
    .split-overlay-title {
        font-size: 1.25rem;
    }
    
    .text-section h1 {
        font-size: 1.75rem;
    }
    
    /* موبایل کوچک: همان نسبت عمودی، فاصله کم بین عکس و متن */
    .material-image-small {
        height: auto;
        aspect-ratio: 3 / 4;
        min-height: 220px;
        margin-bottom: 0.4rem;
    }
    
    .material-item-with-image h3 {
        margin-top: 0.35rem;
    }
    
    .material-image-vertical {
        height: 250px;
    }
    
    .material-image-occhio {
        height: auto;
    }
    
    .materials-section .materials-vertical {
        gap: 3.5rem;
    }
    
    .materials-grid-horizontal {
        gap: 1rem;
    }
    
    .page-section {
        padding: var(--spacing-lg) 0;
    }
    
    .btn-discover-more {
        padding: 0.875rem 1.75rem;
        font-size: 0.8125rem;
    }
    
    .footer-container {
        padding: 0 1rem;
    }
    
    .footer-email {
        font-size: 1.25rem;
    }
}

/* Products Scroll - Horizontal Carousel */
.materials-section {
    position: relative;
}

.products-scroll-container {
    display: flex !important;
    flex-direction: row !important;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 0;
    margin: 0 4rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: stretch;
}

.products-scroll-container::-webkit-scrollbar {
    display: none;
}

.products-scroll-container .product-card-horizontal {
    flex: 0 0 auto;
    width: 320px;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.products-scroll-container .product-image-horizontal {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0.5rem;
    aspect-ratio: 3/4;
}

.products-scroll-container .product-image-horizontal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
    filter: none;
    opacity: 1;
}

.products-scroll-container .product-card-horizontal:hover .product-image-horizontal img {
    transform: scale(1.08);
}

.products-scroll-container .product-card-horizontal h3 {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.products-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--border);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
    z-index: 10;
    box-shadow: var(--shadow-md);
    opacity: 1;
    pointer-events: auto;
}

.products-scroll-btn:hover {
    transform: translateY(-50%) scale(1.1);
}

.products-scroll-btn svg {
    width: 20px;
    height: 20px;
    stroke: var(--text-dark);
    transition: stroke var(--transition);
}

.products-scroll-left {
    left: 0.5rem;
}

.products-scroll-right {
    right: 0.5rem;
}

/* Hide scroll buttons on mobile */
@media (max-width: 1024px) {
    .products-scroll-btn {
        display: none;
    }
    
    .products-scroll-container {
        margin: 0;
        padding: 1rem 0;
    }
    
    .products-scroll-container .product-card-horizontal {
        width: 340px;
    }
    
    .products-scroll-container .product-image-horizontal {
        height: 360px;
        aspect-ratio: 3/4;
    }
    
    .image-caption {
        font-size: 0.65rem;
        margin-top: 0.4rem;
        display: block;
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   DESKTOP REDESIGN - LUXURY & MINIMAL
   min-width: 1025px
   ============================================ */

@media (min-width: 1025px) {
    /* Desktop Variables */
    :root {
        --desktop-spacing-xs: 1rem;
        --desktop-spacing-sm: 2rem;
        --desktop-spacing-md: 4rem;
        --desktop-spacing-lg: 6rem;
        --desktop-spacing-xl: 8rem;
        --desktop-spacing-xxl: 12rem;
        --desktop-max-width: 1600px;
        --desktop-content-width: 1400px;
    }

    /* Global Desktop Improvements */
    body {
        font-size: 20px;
        line-height: 1.85;
    }

    .section-container {
        max-width: var(--desktop-content-width);
        padding: 0 4rem;
    }

    /* ============================================
       HEADER & NAVIGATION - DESKTOP
       ============================================ */
    
    .site-header {
        padding: 0.75rem 0;
        backdrop-filter: blur(32px);
        -webkit-backdrop-filter: blur(32px);
    }

    body.scrolled .site-header {
        padding: 0.6rem 0;
        background: rgba(250, 249, 246, 0.98);
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
    }

    .header-container {
        max-width: var(--desktop-max-width);
        padding: 0 4rem;
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto;
        align-items: center;
        gap: 0;
    }

    .logo {
        font-size: 1.75rem;
        letter-spacing: 0.1em;
    }
    .logo .logo-img {
        height: 56px;
    }

    .main-navigation {
        display: block;
        position: static;
        grid-column: 2;
        justify-self: center;
    }

    .main-navigation ul {
        display: flex !important;
        gap: 3.5rem;
        padding: 0;
        background: transparent;
        backdrop-filter: none;
        border: none;
        box-shadow: none;
        justify-content: center;
    }

    .nav-link {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.08em;
        padding: 0.75rem 0;
        transition: all var(--transition-slow);
    }

    .nav-link::before {
        height: 2px;
    }

    .nav-link:hover {
        transform: translateY(-2px);
        color: var(--accent-gold-dark);
    }

    /* Mega Menu Desktop */
    .mega-menu {
        min-width: 320px;
        padding: 2.5rem 2rem;
        border-top: 3px solid var(--accent-gold);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .mega-menu-column h4 {
        font-size: 0.9375rem;
        margin-bottom: 1.25rem;
        padding-bottom: 0.75rem;
    }

    .mega-menu-column ul li {
        margin-bottom: 1rem;
    }

    .mega-menu-column ul li a {
        font-size: 1rem;
        padding: 0.5rem 0;
    }

    .header-icon {
        width: 44px;
        height: 44px;
    }

    .header-icon svg {
        width: 22px;
        height: 22px;
    }

    /* ============================================
       HERO SECTIONS - DESKTOP
       ============================================ */

    .hero-section {
        height: 50vh;
        min-height: 480px;
    }

    .hero-fullscreen {
        height: 50vh;
        min-height: 50vh;
    }

    .hero-overlay {
        max-width: 1400px;
        padding: 3rem;
        gap: 1.25rem;
    }

    .hero-text-primary {
        font-size: clamp(2.75rem, 5vw, 4rem);
        font-weight: 300;
        letter-spacing: 0.2em;
        margin-bottom: 1.25rem;
        line-height: 1.2;
    }

    /* Experience Design page: smaller hero title on desktop only */
    .hero-exp-design .hero-text-primary {
        font-size: clamp(2rem, 3.5vw, 2.75rem);
    }

    .hero-text-secondary {
        font-size: clamp(1.25rem, 2.5vw, 1.75rem);
        letter-spacing: 0.25em;
        margin-bottom: 2rem;
    }

    .hero-discover-link {
        padding: 1.25rem 3rem;
        border-width: 2px;
        font-size: 1rem;
        letter-spacing: 0.2em;
    }

    .hero-cta-btn {
        padding: 1rem 2.5rem;
        font-size: 1.125rem;
        letter-spacing: 0.2em;
        border-width: 2px;
    }

    .hero-section::before {
        background: linear-gradient(180deg, rgba(26, 24, 21, 0.20) 0%, rgba(26, 24, 21, 0.08) 40%, rgba(26, 24, 21, 0.25) 100%);
    }

    /* ============================================
       TYPOGRAPHY - DESKTOP
       ============================================ */

    .intro-text-bold {
        font-size: 1.5rem;
        line-height: 1.8;
        max-width: 1000px;
    }

    .intro-text-center {
        font-size: 1.125rem;
        line-height: 1.85;
    }

    .text-section h1 {
        font-size: 3.5rem;
        line-height: 1.25;
        margin-bottom: 2rem;
    }

    .text-section p {
        font-size: 1.25rem;
        line-height: 1.9;
        margin-bottom: 1.5rem;
    }

    .text-content {
        max-width: 1000px;
    }

    .split-text h2 {
        font-size: 2.75rem;
        line-height: 1.25;
        margin-bottom: 2rem;
    }

    .split-text p {
        font-size: 1.125rem;
        line-height: 1.85;
        margin-bottom: 1.5rem;
    }

    .quote-content blockquote {
        font-size: 1.5rem;
        line-height: 2;
        padding: 3rem 0;
    }

    .quote-content blockquote::before {
        font-size: 5rem;
        top: -1rem;
        left: -3rem;
    }

    .quote-author {
        font-size: 1.125rem;
    }

    /* ============================================
       SECTIONS & SPACING - DESKTOP
       ============================================ */

    .page-section {
        padding: var(--desktop-spacing-xxl) 0;
    }

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

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

    .decorative-line-container {
        padding: 0 4rem;
    }

    .line-with-star {
        gap: 2rem;
    }

    .star-icon {
        width: 28px;
        height: 28px;
    }

    /* ============================================
       SPLIT LAYOUTS - DESKTOP
       ============================================ */

    .split-layout {
        grid-template-columns: 1.35fr 1fr;
        min-height: 540px;
        gap: 0;
    }

    .split-layout.text-left {
        grid-template-columns: 1.5fr 1fr;
    }

    .split-text {
        padding: var(--desktop-spacing-xl) var(--desktop-spacing-lg);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .split-image {
        min-height: 520px;
    }

    .split-pair-tight.split-layout {
        grid-template-columns: 1fr 1.35fr;
        min-height: 420px;
    }
    .split-pair-tight.split-layout.split-layout-reverse {
        grid-template-columns: 1.35fr 1fr;
    }
    .split-pair-tight .split-image {
        min-height: 340px;
    }
    .split-pair-tight.page-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .split-pair-tight + .split-pair-tight.page-section {
        padding-top: 0.5rem;
        margin-top: -1rem;
    }

    .split-image img {
        transition: transform var(--transition-slow);
    }

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

    .split-image-mobile-overlay {
        display: none;
    }

    .split-title-mobile {
        display: none;
    }

    .split-text {
        display: flex !important;
    }

    .discover-more-btn-wrapper {
        margin-top: 2.5rem;
    }

    .btn-discover-more {
        padding: 1.25rem 3.5rem;
        font-size: 1rem;
        letter-spacing: 0.15em;
        border-width: 2px;
    }

    /* ============================================
       MATERIAL CARDS - DESKTOP
       ============================================ */

    .materials-section {
        padding: var(--desktop-spacing-xxl) 0;
    }

    .materials-grid-horizontal {
        grid-template-columns: repeat(3, 1fr);
        gap: 5rem;
        max-width: 1400px;
    }

    .material-item-with-image {
        transition: transform var(--transition-slow);
    }

    .material-item-with-image:hover {
        opacity: 1;
        transform: translateY(-8px);
    }

    .material-image-small {
        height: 400px;
        margin-bottom: 2rem;
        border-radius: 8px;
    }

    .material-image-small:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 60px rgba(212, 175, 55, 0.2);
    }

    .material-image-small img {
        transition: transform var(--transition-slow);
    }

    .material-image-small:hover img {
        transform: scale(1.08);
    }

    .material-item-with-image h3 {
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.05em;
    }

    /* Materials Vertical */
    .materials-vertical {
        gap: 7rem;
        max-width: 820px;
    }

    .material-card {
        max-width: 1100px;
        border-radius: 12px;
        overflow: hidden;
    }

    .material-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
    }

    body.page-material-signature .material-card:hover {
        transform: none;
        box-shadow: none;
    }

    .material-image-vertical {
        aspect-ratio: 16 / 9;
    }

    /* Material & Signature page: cap image size, larger label */
    .material-image-occhio-inner {
        aspect-ratio: 16 / 9;
        max-height: 380px;
    }

    .material-name-label {
        font-size: 1.35rem;
        padding: 1.25rem 0 0 0;
        letter-spacing: 0.05em;
        font-weight: 600;
        line-height: 1.5;
    }

    /* ============================================
       IMAGE GRIDS - DESKTOP
       ============================================ */

    .image-grid-section {
        padding: var(--desktop-spacing-xxl) 0;
    }

    .image-grid-three {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.5rem;
        max-width: 1280px;
        padding: 0 2rem;
    }

    .image-item {
        max-width: 100%;
        padding: 26px;
        border-radius: 16px;
        aspect-ratio: 4 / 5;
        transition: all var(--transition-slow);
    }

    .image-item:hover {
        transform: translateY(-16px);
        box-shadow: 0 25px 100px rgba(212, 175, 55, 0.3), 0 8px 30px rgba(0, 0, 0, 0.2);
    }

    .image-item::before {
        top: 28px;
        left: 28px;
        right: 28px;
        bottom: 28px;
        border-radius: 12px;
    }

    .image-item img {
        border-radius: 12px;
        transition: transform var(--transition-slow);
    }

    .image-item:hover img {
        transform: scale(1.1);
    }

    /* Lightbox Desktop */
    .lightbox-content {
        max-width: 85vw;
        max-height: 85vh;
    }

    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        width: 60px;
        height: 60px;
        font-size: 2.5rem;
    }

    .lightbox-caption h3 {
        font-size: 2rem;
    }

    .lightbox-caption p {
        font-size: 1rem;
    }

    /* ============================================
       FORMS - DESKTOP
       ============================================ */

    .contact-section {
        padding: var(--desktop-spacing-xxl) 0;
    }

    .contact-container {
        max-width: 900px;
    }

    .contact-form {
        gap: 2rem;
        margin-top: 4rem;
    }

    .form-group {
        margin-bottom: 0;
    }

    .form-group label {
        font-size: 0.9375rem;
        margin-bottom: 0.75rem;
        letter-spacing: 0.05em;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 1.25rem 1.5rem;
        font-size: 1.125rem;
        border-width: 2px;
        border-radius: 4px;
    }

    .form-group textarea {
        min-height: 160px;
    }

    .name-fields {
        gap: 1.5rem;
    }

    .btn-submit {
        padding: 1.375rem 4rem;
        font-size: 1.125rem;
        letter-spacing: 0.08em;
        margin-top: 1rem;
    }

    .btn-collaboration {
        padding: 1.25rem 3.5rem;
        font-size: 1.125rem;
        letter-spacing: 0.05em;
    }

    /* ============================================
       FOOTER - DESKTOP
       ============================================ */

    .site-footer {
        padding: var(--desktop-spacing-xl) 0;
        margin-top: var(--desktop-spacing-xxl);
    }

    .footer-container {
        max-width: var(--desktop-max-width);
        padding: 0 4rem;
    }

    .footer-content {
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
        gap: 4rem;
        align-items: start;
    }

    .footer-left h3 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .footer-left p {
        font-size: 1rem;
        line-height: 1.8;
        margin: 1rem 0;
    }

    .footer-column h4 {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }

    .footer-column ul li {
        margin-bottom: 1rem;
    }

    .footer-column ul li a {
        font-size: 0.9375rem;
        transition: all var(--transition);
    }

    .footer-email {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }

    .social-links {
        gap: 1.25rem;
        margin-top: 1.5rem;
    }

    .social-link {
        width: 42px;
        height: 42px;
        border-width: 2px;
    }

    .social-link svg {
        width: 20px;
        height: 20px;
    }

    .footer-bottom {
        margin-top: 4rem;
        padding-top: 2.5rem;
    }

    .footer-copyright {
        font-size: 0.875rem;
    }

    .footer-legal {
        gap: 2rem;
    }

    .footer-legal a {
        font-size: 0.875rem;
    }

    /* ============================================
       PAGE TITLE BAR - DESKTOP
       ============================================ */

    .page-title-bar {
        padding: 1.5rem 4rem;
    }

    .page-title-bar-text {
        font-size: 1.125rem;
        letter-spacing: 0.1em;
    }

    /* ============================================
       BUTTONS - DESKTOP
       ============================================ */

    .btn-discover-more {
        padding: 1.25rem 3.5rem;
        font-size: 1rem;
        letter-spacing: 0.15em;
        border-width: 2px;
    }

    .btn-discover-more:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    }

    /* ============================================
       ADDITIONAL DESKTOP ENHANCEMENTS
       ============================================ */

    /* Smooth scroll padding */
    html {
        scroll-padding-top: 140px;
    }

    /* Enhanced hover states */
    a:hover {
        opacity: 0.75;
    }

    /* Better focus states */
    button:focus,
    input:focus,
    textarea:focus,
    select:focus,
    a:focus {
        outline: 3px solid var(--accent-gold);
        outline-offset: 4px;
    }

    /* Improved transitions */
    * {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* ============================================
       CUSTOMER TYPE OPTIONS - DESKTOP
       ============================================ */

    .customer-type-option {
        padding: 2rem;
        border-width: 2px;
        transition: all var(--transition-slow);
    }

    .customer-type-option:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(212, 175, 55, 0.15);
        border-color: var(--accent-gold);
    }

    .customer-type-content strong {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }

    .customer-type-content p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .text-section .intro-text {
        font-size: 1.25rem;
        line-height: 1.9;
        max-width: 1000px;
    }

    /* ============================================
       MATERIAL INFO SECTIONS - DESKTOP
       ============================================ */

    .material-info {
        padding: 3rem;
    }

    .material-item-vertical .material-info h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .material-item-vertical .material-description {
        font-size: 1.125rem;
        line-height: 1.85;
        margin-bottom: 1.5rem;
    }

    .material-item-vertical .material-category {
        font-size: 1rem;
        letter-spacing: 0.08em;
    }

    /* ============================================
       COLLABORATION SECTION - DESKTOP
       ============================================ */

    .collaboration-section {
        max-width: 900px;
        margin: 0 auto;
    }

    .collaboration-section p {
        font-size: 1.25rem;
        line-height: 1.9;
        margin-bottom: 2rem;
    }

    /* ============================================
       ENHANCED DECORATIVE LINE - DESKTOP
       ============================================ */

    .decorative-line {
        height: 1.5px;
    }

    /* ============================================
       ENHANCED HERO DISCOVER LINK - DESKTOP
       ============================================ */

    .hero-discover-link:hover {
        opacity: 1;
    }

    /* ============================================
       ENHANCED MATERIAL CARD OCCIO - DESKTOP
       ============================================ */

    .material-card-occhio {
        transition: all var(--transition-slow);
    }

    .material-card-occhio:hover {
        transform: none;
    }

    /* ============================================
       ENHANCED IMAGE GRID ITEMS - DESKTOP
       ============================================ */


    .material-card-occhio {
        transition: all var(--transition-slow);
    }

    .material-card-occhio:hover {
        transform: none;
    }

    /* ============================================
       ENHANCED IMAGE GRID ITEMS - DESKTOP
       ============================================ */

    .image-item::after {
        border-width: 2px;
    }

    .image-item:hover::after {
        border-color: rgba(212, 175, 55, 0.6);
        box-shadow: inset 0 0 30px rgba(212, 175, 55, 0.15);
    }

    /* ============================================
       ENHANCED FORM MESSAGES - DESKTOP
       ============================================ */

    .form-message {
        padding: 2rem;
        font-size: 1rem;
        border-radius: 8px;
    }

    .success-message h3 {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }

    .success-details p {
        font-size: 1rem;
        line-height: 1.8;
        margin: 0.75rem 0;
    }

    /* ============================================
       ENHANCED CHECKBOX & RADIO - DESKTOP
       ============================================ */

    .checkbox-custom,
    .radio-custom {
        width: 24px;
        height: 24px;
        border-width: 2px;
    }

    .checkbox-label,
    .customer-type-content {
        font-size: 1rem;
    }

    /* ============================================
       ENHANCED PAGE TITLE BAR INNER - DESKTOP
       ============================================ */

    .page-title-bar-inner {
        max-width: var(--desktop-max-width);
    }

    /* ============================================
       ENHANCED QUOTE SECTION - DESKTOP
       ============================================ */

    .quote-section {
        padding: var(--desktop-spacing-xxl) 0;
    }

    .quote-content {
        max-width: 900px;
    }

    /* ============================================
       ENHANCED SPLIT IMAGE OVERLAY - DESKTOP
       ============================================ */

    .split-image::before {
        opacity: 0.3;
    }

    .split-image:hover::before {
        opacity: 0.5;
    }

    /* ============================================
       ENHANCED MATERIAL IMAGE OVERLAY - DESKTOP
       ============================================ */

    .material-image-small::before {
        border-radius: 8px;
    }

    /* ============================================
       ENHANCED SOCIAL LINKS - DESKTOP
       ============================================ */

    .social-link:hover {
        transform: translateY(-3px) scale(1.05);
    }

    /* ============================================
       ENHANCED NAVIGATION HOVER - DESKTOP
       ============================================ */

    .nav-item-has-menu:hover .nav-link {
        color: var(--accent-gold-dark);
    }

    /* ============================================
       ENHANCED LIGHTBOX OVERLAY - DESKTOP
       ============================================ */

    .lightbox {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .lightbox-close:hover,
    .lightbox-prev:hover,
    .lightbox-next:hover {
        transform: scale(1.15);
        background: rgba(255, 255, 255, 0.25);
    }

    .lightbox-prev:hover {
        transform: translateY(-50%) scale(1.15);
    }

    .lightbox-next:hover {
        transform: translateY(-50%) scale(1.15);
    }

    /* ============================================
       ENHANCED BUTTON SUBMIT HOVER - DESKTOP
       ============================================ */

    .btn-submit:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    }

    /* ============================================
       ENHANCED COLLABORATION BUTTON - DESKTOP
       ============================================ */

    .btn-collaboration:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    /* ============================================
       ENHANCED MATERIAL OVERLAY - DESKTOP
       ============================================ */

    .material-overlay-content h3 {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }

    .material-category-overlay {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .material-discover-btn {
        padding: 1rem 2.5rem;
        font-size: 1rem;
    }

    /* ============================================
       ENHANCED PROJECT CARDS - DESKTOP (if used)
       ============================================ */

    .project-card {
        border-radius: 12px;
    }

    .project-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
    }

    .project-overlay h3 {
        font-size: 1.75rem;
    }

    .project-overlay p {
        font-size: 1rem;
    }

    /* ============================================
       ENHANCED NEWSLETTER FORM - DESKTOP
       ============================================ */

    .newsletter-input {
        padding: 1rem 1.25rem;
        font-size: 1rem;
        border-width: 2px;
    }

    .newsletter-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .newsletter-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    /* ============================================
       ENHANCED FOOTER LINKS - DESKTOP
       ============================================ */

    .footer-column ul li a:hover {
        transform: translateX(-4px);
    }

    .footer-email a:hover {
        color: var(--accent-gold-dark);
        transform: translateX(2px);
    }

    /* ============================================
       ENHANCED SCROLL INDICATOR - DESKTOP
       ============================================ */

    .scroll-indicator {
        bottom: 4rem;
    }

    .scroll-arrow {
        height: 50px;
    }

    /* ============================================
       ENHANCED HERO IMAGE PARALLAX - DESKTOP
       ============================================ */

    .hero-image img {
        will-change: transform;
    }

    /* ============================================
       ENHANCED ANIMATIONS - DESKTOP
       ============================================ */

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

    .page-section {
        animation: desktopFadeIn 1s ease-out;
    }

    /* ============================================
       ENHANCED TEXT CONTENT SPACING - DESKTOP
       ============================================ */

    .text-content h1 {
        margin-top: 0;
    }

    .text-content p:last-child {
        margin-bottom: 0;
    }

    /* ============================================
       ENHANCED SPLIT TEXT SPACING - DESKTOP
       ============================================ */

    .split-text p:last-child {
        margin-bottom: 0;
    }

    /* ============================================
       ENHANCED INTRO SECTION CENTERING - DESKTOP
       ============================================ */

    .intro-content {
        text-align: center;
    }

    /* ============================================
       ENHANCED CONTACT INFO - DESKTOP
       ============================================ */

    .contact-info p {
        font-size: 1.125rem;
        margin: 0.75rem 0;
    }

    .contact-info a {
        transition: all var(--transition);
    }

    .contact-info a:hover {
        color: var(--accent-gold-dark);
        transform: translateX(4px);
    }
}

/* Tablet adjustments (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .section-container {
        padding: 0 3rem;
    }

    .header-container {
        padding: 0 3rem;
    }

    .materials-grid-horizontal {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .image-grid-three {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .footer-content {
        grid-template-columns: 2fr 1fr 1fr;
        gap: 3rem;
    }
}

/* ============================================
   LUXURY FOOTER - NEW DESIGN
   ============================================ */

.luxury-footer {
    width: 100%;
    background: #1a1a1a;
    color: #f5f5f5;
}

/* Footer Statement Section */
.footer-statement {
    padding: 140px 2rem;
    text-align: center;
}

.footer-statement-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 2.5rem;
    color: #f5f5f5;
    line-height: 1.2;
}

.footer-statement-subtitle {
    font-family: 'Inter', 'Cormorant Garamond', sans-serif;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    font-weight: 400;
    color: rgba(245, 245, 245, 0.8);
}

/* Footer Main Content Grid */
.footer-main {
    padding: 100px 2rem;
    border-top: 1px solid rgba(245, 245, 245, 0.1);
}

.footer-container {
    max-width: 1320px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    align-items: start;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

/* Brand Column */
.footer-col-brand {
    gap: 1rem;
}

.footer-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #f5f5f5;
    margin-bottom: 0.5rem;
}

.footer-brand-desc {
    font-family: 'Inter', 'Cormorant Garamond', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: rgba(245, 245, 245, 0.6);
    line-height: 1.6;
}

/* Navigation & Contact Columns */
.footer-col-title {
    font-family: 'Inter', 'Cormorant Garamond', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(245, 245, 245, 0.6);
    margin-bottom: 2rem;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-nav a {
    font-family: 'Inter', 'Cormorant Garamond', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #f5f5f5;
    text-decoration: none;
    transition: all var(--transition);
    position: relative;
    display: inline-block;
    width: fit-content;
}



/* Contact Info */
.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-contact-info a,
.footer-contact-info p {
    font-family: 'Inter', 'Cormorant Garamond', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    color: rgba(245, 245, 245, 0.8);
    text-decoration: none;
    transition: color var(--transition);
}

.footer-contact-info a:hover {
    color: #f5f5f5;
}

.footer-appointment {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: rgba(245, 245, 245, 0.5);
    font-style: italic;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(245, 245, 245, 0.1);
}

.footer-bottom-content {
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.footer-copyright {
    font-family: 'Inter', 'Cormorant Garamond', sans-serif;
    font-size: 0.875rem;
    color: rgba(245, 245, 245, 0.5);
    font-weight: 300;
}

.footer-legal-links {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.footer-legal-links a {
    font-family: 'Inter', 'Cormorant Garamond', sans-serif;
    font-size: 0.875rem;
    color: rgba(245, 245, 245, 0.5);
    text-decoration: none;
    transition: color var(--transition);
}

.footer-legal-links a:hover {
    color: rgba(245, 245, 245, 0.8);
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-statement {
        padding: 80px 1.5rem;
    }

    .footer-statement-title {
        font-size: clamp(1.75rem, 5vw, 2.5rem);
        margin-bottom: 1.5rem;
    }

    .footer-statement-subtitle {
        font-size: 1rem;
    }

    .footer-main {
        padding: 60px 1.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-col-title {
        margin-bottom: 1.5rem;
    }

    .footer-nav {
        gap: 0.75rem;
    }

    .footer-bottom-content {
        padding: 1rem 1.5rem;
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-legal-links {
        gap: 1.5rem;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .footer-statement {
        padding: 60px 1rem;
    }

    .footer-statement-title {
        font-size: clamp(1.5rem, 4vw, 2rem);
        margin-bottom: 1rem;
    }

    .footer-statement-subtitle {
        font-size: 0.875rem;
    }

    .footer-main {
        padding: 40px 1rem;
    }

    .footer-grid {
        gap: 1.5rem;
    }

    .footer-brand-name {
        font-size: 1.25rem;
    }

    .footer-bottom-content {
        padding: 0.75rem 1rem;
        gap: 0.5rem;
    }

    .footer-copyright,
    .footer-legal-links a {
        font-size: 0.75rem;
    }
}

/* Footer language support */
body.lang-fa .luxury-footer,
body.lang-fa .footer-statement-title,
body.lang-fa .footer-statement-subtitle,
body.lang-fa .footer-brand-name,
body.lang-fa .footer-col-title,
body.lang-fa .footer-nav a,
body.lang-fa .footer-contact-info a,
body.lang-fa .footer-contact-info p,
body.lang-fa .footer-copyright,
body.lang-fa .footer-legal-links a {
    font-family: 'Vazirmatn', 'Tahoma', sans-serif !important;
}

body.lang-fa .footer-statement-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.4;
}

body.lang-fa .footer-statement-subtitle {
    font-size: clamp(0.95rem, 1.5vw, 1.25rem);
}
