/*
Theme Name: Angelic Quiet Luxury V9
Theme URI:   https://isiksarsinsizi.com
Author:      Isik Sarsin Sizi
Author URI:  https://isiksarsinsizi.com
Description: Sessiz lüks, boşluklu tasarım ve zarif minimalizm.
Version: 1.2.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.2
License:     GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: angelic-minimalist
Tags:        custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce
*/

/* ============================================================
   0. CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ============================================================ */
:root {
    /* Palette - Yeni Işık Sarsın Sizi Konsepti */
    --color-bg:           #F5F1E8;  /* Krem / açık bej - Ana zemin */
    --color-bg-secondary: #A8C3A0;  /* Yumuşak yeşil - blok/ikincil zemin */
    --color-green:        #A8C3A0;  /* Soft Green */
    --color-teal:         #AEE3E1;  /* Açık turkuaz - alternatif zemin */
    --color-indigo:       #2C2F6E;  /* Indigo - vurgu / başlık arka planı */
    --color-gold:         #D4AF37;  /* Altın - CTA, limitli vurgu */
    --color-gold-light:   #EBD077;
    --color-text:         #2B2B2B;  /* Ana metin */
    --color-heading:      #1F1F1F;  /* Başlıklar */
    --color-white:        #FFFFFF;
    --color-cream:        #F5F1E8;
    --color-muted:        #6B6B6B;

    /* Indigo text overrides */
    --color-on-indigo:    #FFFFFF;

    /* Shadows — Almost completely flat for quiet luxury */
    --shadow-xs:  none;
    --shadow-sm:  none;
    --shadow-md:  0 20px 40px rgba(0,0,0,0.04);
    --shadow-lg:  0 30px 60px rgba(0,0,0,0.06);

    /* Glow (angelic aura) - extremely subtle */
    --glow-gold:   0 0 60px rgba(188,173,145,0.08), 0 0 100px rgba(188,173,145,0.04);
    --glow-white:  0 0 60px rgba(255,255,255,0.15), 0 0 100px rgba(255,255,255,0.08);
    --glow-indigo: 0 0 60px rgba(23,23,23,0.05),   0 0 100px rgba(23,23,23,0.03);

    /* Typography */
    --font-primary:   'Inter', 'Montserrat', system-ui, sans-serif;
    --font-secondary: 'Playfair Display', 'Cormorant Garamond', serif;
    --font-mono:      'JetBrains Mono', monospace;

    /* Scale */
    --text-xs:   0.75rem;   /* 12px */
    --text-sm:   0.875rem;  /* 14px */
    --text-base: 1rem;      /* 16px */
    --text-md:   1.125rem;  /* 18px */
    --text-lg:   1.25rem;   /* 20px */
    --text-xl:   1.5rem;    /* 24px */
    --text-2xl:  1.875rem;  /* 30px */
    --text-3xl:  2.25rem;   /* 36px */
    --text-4xl:  3rem;      /* 48px */
    --text-5xl:  3.75rem;   /* 60px */
    --text-hero: clamp(2.5rem, 6vw, 5rem);

    /* Spacing */
    --space-1:  0.25rem;
    --space-2:  0.5rem;
    --space-3:  0.75rem;
    --space-4:  1rem;
    --space-6:  1.5rem;
    --space-8:  2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;
    --space-32: 8rem;
    --space-40: 10rem;
    --space-48: 12rem;
    --space-64: 16rem; /* VAST NEGATIVE SPACE */

    /* Shape */
    --radius-sm:   8px;
    --radius-md:   16px;
    --radius-lg:   24px;   /* Standart kart/buton */
    --radius-xl:   32px;
    --radius-full: 9999px;

    /* Transitions */
    --transition-fast:   all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base:   all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow:   all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);

    /* Layout */
    --container-sm:   640px;
    --container-md:   768px;
    --container-lg:  1024px;
    --container-xl:  1280px;
    --container-2xl: 1440px;

    /* Z-index layers */
    --z-below:  -1;
    --z-base:    0;
    --z-raised:  10;
    --z-nav:     100;
    --z-modal:   1000;
    --z-toast:   2000;
}

/* ============================================================
   1. RESET & BASE
   ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}

body {
    font-family: var(--font-primary);
    font-size: var(--text-base);
    line-height: 1.75;
    color: var(--color-text);
    background-color: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    letter-spacing: 0.02em;
    text-align: left;
}

/* ============================================================
   2. GRAIN TEXTURE OVERLAY (kumlu doku)
   ============================================================ */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: var(--z-toast);
    opacity: 0.032;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23grain)' opacity='1'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 300px 300px;
}

/* ============================================================
   3. TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary);
    color: var(--color-heading);
    line-height: 1.25;
    letter-spacing: 0.01em;
    font-weight: 400;
}

h1 { font-size: var(--text-hero); }
h2 { font-size: var(--text-4xl); }
h3 { font-size: var(--text-3xl); }
h4 { font-size: var(--text-2xl); }
h5 { font-size: var(--text-xl); }
h6 { font-size: var(--text-lg); }

p { margin-bottom: var(--space-4); }
p:last-child { margin-bottom: 0; }

a {
    color: var(--color-indigo);
    text-decoration: none;
    transition: var(--transition-fast);
    letter-spacing: 0.02em;
}
a:hover { opacity: 0.7; }

strong, b { font-weight: 700; }
em, i { font-style: italic; }

/* ============================================================
   4. IMAGES — Lazy Load + Responsive
   ============================================================ */
img {
    max-width: 100%;
    height: auto;
    display: block;
    loading: lazy;
}

img[loading="lazy"] {
    transition: var(--transition-slow);
}

/* ============================================================
   5. THE ANGELIC GLOW CLASS
   ============================================================ */
.angelic-glow {
    position: relative;
    box-shadow: var(--glow-gold);
    transition: var(--transition-slow);
}

.angelic-glow::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: radial-gradient(
        ellipse 80% 50% at 50% 0%,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(212, 175, 55, 0.12) 40%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 1;
    transition: var(--transition-slow);
}

.angelic-glow:hover {
    box-shadow: var(--glow-gold), 0 20px 60px rgba(212,175,55,0.18);
    transform: translateY(-4px);
}

.angelic-glow > * { position: relative; z-index: 2; }

/* Soft white aura variant */
.angelic-glow--white {
    box-shadow: var(--glow-white);
}
.angelic-glow--white::before {
    background: radial-gradient(
        ellipse 80% 50% at 50% 0%,
        rgba(255, 255, 255, 0.80) 0%,
        rgba(255, 255, 255, 0.20) 50%,
        transparent 70%
    );
}

/* ============================================================
   6. LAYOUT — CONTAINER & GRID
   ============================================================ */
.container {
    width: 100%;
    max-width: var(--container-xl);
    margin-inline: auto;
    padding-inline: var(--space-6);
}

.container--narrow { max-width: var(--container-md); }
.container--wide   { max-width: var(--container-2xl); }

.grid {
    display: grid;
    gap: var(--space-6);
}

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

.flex { display: flex; }
.flex--center { align-items: center; justify-content: center; }
.flex--between { align-items: center; justify-content: space-between; }
.flex--col { flex-direction: column; }
.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-6); }
.gap-8 { gap: var(--space-8); }

/* ============================================================
   7. SECTION SPACING
   ============================================================ */
.section {
    padding-block: var(--space-24);
    position: relative;
    overflow: hidden;
}

.section--sm { padding-block: var(--space-16); }
.section--lg { padding-block: var(--space-40); }

/* ============================================================
   8. BACKGROUND VARIANTS
   ============================================================ */
.bg-cream   { background-color: var(--color-bg); }
.bg-green   { background-color: var(--color-green); }
.bg-teal    { background-color: var(--color-teal); }

.bg-indigo {
    background-color: var(--color-indigo);
    color: var(--color-on-indigo);
}
.bg-indigo h1, .bg-indigo h2, .bg-indigo h3,
.bg-indigo h4, .bg-indigo h5, .bg-indigo h6 {
    color: var(--color-cream);
}
.bg-indigo p, .bg-indigo span, .bg-indigo li {
    color: rgba(245, 241, 232, 0.90);
}
.bg-indigo a {
    color: var(--color-gold);
}
.bg-indigo a:hover {
    color: var(--color-gold-light);
}

.bg-gold {
    background-color: var(--color-gold);
    color: var(--color-indigo);
}

/* ============================================================
   9. CARDS
   ============================================================ */
.card {
    background: transparent;
    border-radius: 0;
    padding: var(--space-8) 0;
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    transition: var(--transition-slow);
}

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

.card--cream { background: var(--color-bg); }
.card--glass {
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.7);
}

/* ============================================================
   10. BUTTONS
   ============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-8);
    border-radius: var(--radius-lg);
    font-family: var(--font-primary);
    font-size: var(--text-sm);
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition-slow);
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.25) 0%, transparent 60%);
    opacity: 0;
    transition: var(--transition-fast);
}
.btn:hover::after { opacity: 1; }

/* Primary — Indigo */
.btn--primary {
    background: var(--color-indigo);
    color: var(--color-white);
    box-shadow: var(--shadow-sm), 0 0 0 0 rgba(44,47,110,0);
}
.btn--primary:hover {
    background: #232655;
    color: var(--color-white);
    box-shadow: var(--shadow-md), 0 0 24px rgba(44,47,110,0.28);
    transform: translateY(-2px);
}

/* CTA — Gold */
.btn--gold {
    background: var(--color-gold);
    color: var(--color-indigo);
    box-shadow: var(--shadow-sm);
}
.btn--gold:hover {
    background: var(--color-gold-light);
    color: var(--color-indigo);
    box-shadow: var(--shadow-md), 0 0 24px rgba(212,175,55,0.35);
    transform: translateY(-2px);
}

/* Outline */
.btn--outline {
    background: transparent;
    color: var(--color-indigo);
    border-color: var(--color-indigo);
}
.btn--outline:hover {
    background: var(--color-indigo);
    color: var(--color-white);
    transform: translateY(-2px);
}

/* Ghost */
.btn--ghost {
    background: transparent;
    color: var(--color-text);
    border-color: rgba(44,47,110,0.2);
}
.btn--ghost:hover {
    border-color: var(--color-indigo);
    color: var(--color-indigo);
}

/* Sizes */
.btn--sm { padding: var(--space-2) var(--space-6); font-size: var(--text-xs); }
.btn--lg { padding: var(--space-4) var(--space-10); font-size: var(--text-md); border-radius: var(--radius-xl); }

/* ============================================================
   11. FORM ELEMENTS
   ============================================================ */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="search"],
textarea,
select {
    width: 100%;
    padding: var(--space-3) var(--space-5);
    font-family: var(--font-primary);
    font-size: var(--text-base);
    color: var(--color-text);
    background: var(--color-white);
    border: 1.5px solid rgba(44,47,110,0.15);
    border-radius: var(--radius-lg);
    outline: none;
    transition: var(--transition-fast);
    appearance: none;
}

input:focus, textarea:focus, select:focus {
    border-color: var(--color-indigo);
    box-shadow: 0 0 0 3px rgba(44,47,110,0.10);
}

input::placeholder, textarea::placeholder {
    color: var(--color-muted);
    opacity: 0.8;
}

label {
    display: block;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: var(--space-2);
    letter-spacing: 0.01em;
}

/* ============================================================
   12. NAVIGATION
   ============================================================ */
.site-header {
    position: relative;
    width: 100%;
    z-index: var(--z-nav);
    padding-block: var(--space-4);
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    transition: var(--transition-base);
}

.site-header.scrolled {
    position: fixed;
    background: rgba(250,249,246,0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-md);
    padding-block: var(--space-4);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);
}

.site-logo {
    font-family: var(--font-secondary);
    font-size: var(--text-2xl);
    font-weight: 300;
    color: var(--color-indigo);
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: var(--space-2);
}
.site-logo:hover { color: var(--color-indigo); }

.site-logo .logo-accent { color: var(--color-gold); }

/* Primary Nav */
.primary-nav ul {
    display: flex;
    align-items: center;
    gap: var(--space-8);
    list-style: none;
}

.primary-nav a {
    font-size: var(--text-xs);
    font-weight: 400;
    color: var(--color-text);
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2px;
    transition: var(--transition-fast);
}

.primary-nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--color-gold);
    border-radius: var(--radius-full);
    transition: var(--transition-base);
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
    color: var(--color-indigo);
}
.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after {
    width: 100%;
}

/* Hamburger */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    z-index: 1001;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-indigo);
    border-radius: var(--radius-full);
    transition: var(--transition-base);
}

/* ============================================================
   13. HERO SECTION
   ============================================================ */
.hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        145deg,
        var(--color-bg) 0%,
        rgba(168,195,160,0.20) 40%,
        rgba(174,227,225,0.15) 70%,
        var(--color-bg) 100%
    );
}

.hero__eyebrow {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: var(--space-4);
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.hero__eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1.5px;
    background: var(--color-gold);
    border-radius: var(--radius-full);
}

.hero__title {
    font-size: var(--text-hero);
    color: var(--color-heading);
    margin-bottom: var(--space-6);
    max-width: 14ch;
}

.hero__title .highlight {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-indigo) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero__desc {
    font-size: var(--text-lg);
    color: var(--color-muted);
    max-width: 48ch;
    margin-bottom: var(--space-10);
    line-height: 1.8;
}

.hero__cta {
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
}

/* ============================================================
   14. SECTION HEADERS
   ============================================================ */
.section-header {
    text-align: center;
    margin-bottom: var(--space-16);
}

.section-header__label {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: var(--space-3);
    display: block;
}

.section-header__title {
    margin-bottom: var(--space-4);
}

.section-header__desc {
    font-size: var(--text-md);
    color: var(--color-muted);
    max-width: 60ch;
    margin-inline: auto;
    line-height: 1.8;
}

/* ============================================================
   15. FOOTER
   ============================================================ */
.site-footer {
    background: var(--color-teal);
    color: var(--color-indigo);
    padding-block: var(--space-20) var(--space-8);
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(212,175,55,0.08) 0%, transparent 60%);
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-12);
    margin-bottom: var(--space-16);
}

.footer-brand .site-logo { color: var(--color-cream); }
.footer-brand p { color: rgba(245,241,232,0.70); margin-top: var(--space-4); font-size: var(--text-sm); line-height: 1.8; }

.footer-col h6 {
    font-family: var(--font-primary);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: var(--space-5);
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: var(--space-3); }
.footer-col ul a {
    color: rgba(245,241,232,0.75);
    font-size: var(--text-sm);
    transition: var(--transition-fast);
    text-decoration: none;
}
.footer-col ul a:hover { color: var(--color-gold); }

.footer-bottom {
    padding-top: var(--space-8);
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-4);
}
.footer-bottom p { font-size: var(--text-xs); color: rgba(245,241,232,0.50); margin: 0; }

/* ============================================================
   16. UTILITY CLASSES
   ============================================================ */
.text-center  { text-align: center; }
.text-left    { text-align: left; }
.text-right   { text-align: right; }

.text-gold    { color: var(--color-gold); }
.text-indigo  { color: var(--color-indigo); }
.text-cream   { color: var(--color-cream); }
.text-muted   { color: var(--color-muted); }

.font-serif   { font-family: var(--font-secondary); }
.font-sans    { font-family: var(--font-primary); }

.fw-400 { font-weight: 400; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

.radius    { border-radius: var(--radius-lg); }
.radius-sm { border-radius: var(--radius-sm); }
.radius-xl { border-radius: var(--radius-xl); }
.pill      { border-radius: var(--radius-full); }

.mt-auto { margin-top: auto; }
.mb-0    { margin-bottom: 0; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

/* ============================================================
   17. KEYFRAME ANIMATIONS
   ============================================================ */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-16px); }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes shimmer {
    0%   { background-position: -200% center; }
    100% { background-position:  200% center; }
}
@keyframes pulse-glow {
    0%, 100% { box-shadow: var(--glow-gold); }
    50%       { box-shadow: 0 0 60px rgba(212,175,55,0.35), 0 0 120px rgba(212,175,55,0.15); }
}

.animate-float   { animation: float 6s ease-in-out infinite; }
.animate-fadeIn  { animation: fadeIn 0.8s cubic-bezier(0.4,0,0.2,1) both; }
.animate-pulse-glow { animation: pulse-glow 3s ease-in-out infinite; }

/* ============================================================
   18. WAVE DIVIDERS
   ============================================================ */
.wave-divider {
    position: relative;
    margin: 0;
    line-height: 0;
}

/* ============================================================
   19. DEEP-SCROLL REVEAL ANIMATIONS (Bodha/Habitas Style)
   ============================================================ */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.2s; }
.reveal-delay-2 { transition-delay: 0.4s; }
.reveal-delay-3 { transition-delay: 0.6s; }

.wave-divider svg {
    display: block;
    width: 100%;
}

/* ============================================================
   19. BADGES & TAGS
   ============================================================ */
.badge {
    display: inline-flex;
    align-items: center;
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.badge--gold   { background: rgba(212,175,55,0.12);  color: var(--color-gold); }
.badge--indigo { background: rgba(44,47,110,0.08);   color: var(--color-indigo); }
.badge--green  { background: rgba(168,195,160,0.30); color: #3d6b35; }
.badge--teal   { background: rgba(174,227,225,0.40); color: #1e6b69; }

/* ============================================================
   20. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .footer-grid         { grid-template-columns: 1fr 1fr; }
    .grid--4             { grid-template-columns: repeat(2, 1fr); }
    .grid--3             { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
    .primary-nav  { display: none; }
    .nav-toggle   { display: flex; }
}

@media (max-width: 768px) {
    :root {
        --text-hero: clamp(2rem, 8vw, 3rem);
    }

    .container { padding-inline: var(--space-4); }

    .footer-grid { grid-template-columns: 1fr; gap: var(--space-8); }
    .footer-bottom { flex-direction: column; text-align: center; }

    .grid--2 { grid-template-columns: 1fr; }
    .grid--3 { grid-template-columns: 1fr; }
    .grid--4 { grid-template-columns: 1fr; }

    .hero { min-height: 70vh; }
    .section { padding-block: var(--space-16); }
}

@media (max-width: 480px) {
    .btn--lg { width: 100%; }
    .hero__cta { flex-direction: column; }
}

/* ============================================================
   9. MODAL (Oluplama Kartı vb.)
   ============================================================ */
.am-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: var(--z-modal);
    background: rgba(245, 241, 232, 0.85); /* F5F1E8 soft overlay */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-slow);
}

.am-modal-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
}

.am-modal {
    background: var(--color-white);
    width: 90%;
    max-width: 480px;
    border-radius: var(--radius-xl);
    padding: var(--space-8);
    position: relative;
    box-shadow: var(--shadow-lg), var(--glow-gold);
    transform: translateY(30px) scale(0.95);
    transition: var(--transition-bounce);
    opacity: 0;
}

.am-modal-overlay.is-active .am-modal {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.am-modal__close {
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    background: none;
    border: none;
    font-size: var(--text-xl);
    color: var(--color-muted);
    cursor: pointer;
    transition: var(--transition-fast);
}

.am-modal__close:hover {
    color: var(--color-indigo);
    transform: rotate(90deg);
}

.am-modal__body {
    text-align: center;
}

.am-modal__title {
    color: var(--color-indigo);
    margin-bottom: var(--space-6);
    font-size: var(--text-lg);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.am-modal__content {
    font-family: var(--font-secondary);
    font-size: var(--text-2xl);
    color: var(--color-text);
    line-height: 1.4;
    font-style: italic;
}

/* ============================================================
   10. V3 DİNAMİK / VIBRANT GEÇİŞLER (Header & Flip Kartlar)
   ============================================================ */

/* Starry Background for Header */
.am-starry-bg {
    position: relative;
    background: linear-gradient(135deg, #e4ebf5 0%, #d8e4f8 100%);
    overflow: hidden;
}

.am-starry-bg::before,
.am-starry-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: 
        radial-gradient(circle at center, rgba(255,255,255,0.8) 1px, transparent 1px),
        radial-gradient(circle at center, rgba(255,255,255,0.8) 2px, transparent 2px),
        radial-gradient(circle at center, rgba(255,255,255,0.5) 1px, transparent 1px);
    background-size: 140px 140px, 90px 90px, 40px 40px;
    background-position: 0 0, 40px 60px, 130px 20px;
    opacity: 0.6;
    animation: slowDrift 60s linear infinite;
}

.am-starry-bg::after {
    background-image: 
        radial-gradient(circle at center, rgba(255,255,255,0.9) 1px, transparent 1px),
        radial-gradient(circle at center, rgba(255,255,255,0.4) 2px, transparent 2px);
    background-size: 180px 180px, 110px 110px;
    background-position: 20px 40px, 70px 90px;
    opacity: 0.4;
    animation: slowDrift 90s linear reverse infinite;
}

@keyframes slowDrift {
    0% { background-position: 0 0, 40px 60px, 130px 20px; }
    100% { background-position: -500px -500px, -460px -440px, -370px -480px; }
}

/* Primary Nav Vibrant Tweaks */
.primary-nav--vibrant ul {
    gap: var(--space-4);
}
.primary-nav--vibrant a {
    text-transform: uppercase;
    font-size: var(--text-sm);
    letter-spacing: 0.05em;
    color: var(--color-indigo);
    font-weight: 500;
}
.primary-nav--vibrant li:not(:last-child)::after {
    content: '•';
    color: var(--color-gold);
    margin-left: var(--space-4);
}

/* 3D Flip Card (Affirmations) */
.am-flip-card-wrapper {
    perspective: 1200px;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 3/4;
    cursor: pointer;
}

.am-flip-card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: var(--radius-xl);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.am-flip-card.is-flipped {
    transform: rotateY(180deg);
}

.am-flip-card__front,
.am-flip-card__back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    border-radius: var(--radius-xl);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-8);
    text-align: center;
}

.am-flip-card__front {
    background: #111; /* Will have image overlaid via HTML inline style */
}

.am-flip-card__back {
    transform: rotateY(180deg);
    background: #0f172a; /* Dark magical background */
}

.am-flip-card-overlay {
    position: absolute;
    inset: 0;
    background: inherit;
    filter: blur(4px) brightness(0.7);
    transform: scale(1.1);
    z-index: 0;
}

.am-flip-card-content {
    position: relative;
    z-index: 1;
    color: white;
}

.am-flip-card-content h3 {
    color: white;
    font-family: var(--font-secondary);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: var(--text-2xl);
    margin: 0;
    /* Dark gradient at bottom of text block like the original */
    background: rgba(0,0,0,0.5);
    padding: 1rem 2rem;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.am-flip-card__back .am-flip-card-content {
    font-size: var(--text-2xl);
    font-family: var(--font-secondary);
    font-style: italic;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

/* ============================================================
   11. DİNAMİK HEADER & GLASSMORPHISM (V3 Update)
   ============================================================ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}

.site-header .header-inner {
    transition: min-height 0.4s ease;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.site-header.scrolled .header-inner {
    min-height: 65px !important;
}

/* Elegant Underline Hover Effect */
.primary-nav--vibrant a {
    position: relative;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

.primary-nav--vibrant a::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    bottom: -4px;
    left: 20%;
    background-color: var(--color-gold);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 2px;
}

.primary-nav--vibrant a:hover {
    color: var(--color-gold) !important;
}

.primary-nav--vibrant a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

/* Smooth icons zoom on hover */
.header-actions a {
    transition: transform 0.3s ease, color 0.3s ease;
}
.header-actions a:hover {
    transform: translateY(-2px);
    color: var(--color-gold) !important;
}

/* ============================================================
   12. V4: GLOBAL AESTHETIC UPGRADE & ANIMATIONS
   ============================================================ */

/* 1. Global Headings Beautification */
body:not(.editor-styles-wrapper):not(.wp-admin) h1,
body:not(.editor-styles-wrapper):not(.wp-admin) h2,
.section-header__title {
    background: linear-gradient(135deg, var(--color-indigo) 0%, var(--color-gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

body:not(.editor-styles-wrapper):not(.wp-admin) .hero__title {
    background: linear-gradient(to right, #ffffff, var(--color-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 25px rgba(255,255,255,0.4);
}

/* Fix for flip-card back h3 to prevent clipping bug */
.am-flip-card-content h3 {
    -webkit-text-fill-color: var(--color-gold) !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

/* 2. Magical Ambient Orbs background to body */
body::before, body::after {
    content: '';
    position: fixed;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(120px) opacity(0.3);
    animation: orb-breathe 15s infinite alternate ease-in-out;
    pointer-events: none;
}
body::before {
    top: -200px;
    left: -200px;
    background: radial-gradient(circle, var(--color-gold) 0%, transparent 70%);
}
body::after {
    bottom: -200px;
    right: -200px;
    background: radial-gradient(circle, var(--color-green) 0%, transparent 70%);
    animation-delay: -7s;
}

@keyframes orb-breathe {
    0% { transform: scale(1); opacity: 0.1; }
    100% { transform: scale(1.3); opacity: 0.4; }
}

/* 3. Reveal Animations */
[data-animate] {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
[data-animate].is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* 4. Elegant Button Glow */
.btn--gold, .btn--primary {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease;
}
.btn--gold::before, .btn--primary::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: translateX(-100%);
    transition: 0.6s;
    z-index: -1;
}
.btn--gold:hover::before, .btn--primary:hover::before {
    transform: translateX(100%);
}
.btn--gold:hover, .btn--primary:hover {
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
    transform: translateY(-3px);
}


/* ============================================================
   18. QUIET LUXURY EXTENSIONS (BODHA / AMAN STYLE)
   ============================================================ */

/* Top Bar */
.top-bar-luxury {
    background: var(--color-bg);
    color: var(--color-text);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: var(--space-2) var(--space-4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    font-weight: 400;
}
.top-bar-luxury a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.top-bar-luxury a:hover { opacity: 0.6; }
.top-bar-socials { display: flex; gap: var(--space-3); }
.top-bar-icon-wrap {
    display: inline-flex;
    align-items: center; justify-content: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%; width: 20px; height: 20px;
}
.top-bar-icon-wrap svg { width: 10px; height: 10px; }

/* Refined Dropdown Menu */
.primary-nav li { position: relative; }
.primary-nav .sub-menu {
    position: absolute;
    top: 100%; left: 0;
    min-width: 240px;
    background: var(--color-white);
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: var(--space-4) 0;
    z-index: 100;
}
.primary-nav li:hover > .sub-menu {
    opacity: 1; visibility: visible; transform: translateY(0);
}
.primary-nav .sub-menu li {
    display: block; margin: 0;
}
.primary-nav .sub-menu a {
    display: flex; align-items: center; justify-content: space-between;
    padding: var(--space-2) var(--space-6);
    font-size: 0.75rem;
    text-transform: none; letter-spacing: 0.05em;
    color: var(--color-text); font-weight: 400;
}
.primary-nav .sub-menu a::after { display: none; }
.primary-nav .sub-menu a:hover {
    color: var(--color-indigo);
    background: transparent;
}
.primary-nav .sub-menu li:hover > a { padding-left: calc(var(--space-6) + 4px); } /* subtle shift */

/* WooCommerce 4-Column Grid Container */
.luxury-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-8);
}
@media(max-width: 1024px){ .luxury-products-grid { grid-template-columns: repeat(3, 1fr); } }
@media(max-width: 768px){ .luxury-products-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 480px){ .luxury-products-grid { grid-template-columns: 1fr; } }

/* WooCommerce Luxury Card Wrapper */
.luxury-product-card {
    display: flex; flex-direction: column;
    text-align: center;
    position: relative;
    group: hover;
    background: transparent;
}
.luxury-product-card .img-wrapper {
    position: relative;
    aspect-ratio: 1/1.1; 
    background: var(--color-white); /* Enforce white studio bg */
    overflow: hidden;
    margin-bottom: var(--space-4);
    border-radius: 4px;
}
.luxury-product-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 1.2s ease;
}
.luxury-product-card:hover img { transform: scale(1.05); }

/* Badges */
.luxury-product-badge {
    position: absolute; top: var(--space-3); left: var(--space-3);
    background: #2C3E50; /* specific lapis/navy observed */
    color: #FFF; font-size: 0.6rem; letter-spacing: 0.1em;
    padding: 3px 8px; border-radius: 2px; z-index: 10;
}

/* Typography on products */
.luxury-product-title {
    font-family: var(--font-primary);
    font-size: 1rem; font-weight: 400;
    color: var(--color-heading);
    margin-bottom: var(--space-1);
    line-height: 1.4;
}
.luxury-product-price {
    font-size: 0.85rem; color: var(--color-text);
    margin-bottom: var(--space-4);
}
.luxury-product-price del { opacity: 0.5; margin-right: 4px; }
.luxury-product-price .kdv { font-size: 0.75rem; color: var(--color-muted); opacity: 0.8; }

/* Cart Buttons */
.luxury-product-actions {
    display: flex; align-items: center; justify-content: center; gap: var(--space-2);
}
.btn-outline-minimal {
    border: 1px solid rgba(0,0,0,0.1); background: transparent;
    color: var(--color-text); font-size: 0.65rem; padding: 10px 16px;
    letter-spacing: 0.1em; text-transform: uppercase;
    transition: all 0.3s ease; cursor: pointer; border-radius: 4px;
}
.btn-outline-minimal:hover {
    border-color: var(--color-indigo); color: var(--color-indigo);
}
.btn-icon-minimal {
    width: 38px; height: 38px; border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px; display: inline-flex; align-items: center; justify-content: center;
    color: var(--color-text); transition: all 0.3s ease;
}
.btn-icon-minimal:hover {
    border-color: var(--color-indigo); color: var(--color-indigo);
}

/* ============================================================
   22. QUIET LUXURY COMPONENT STYLES
   ============================================================ */

/* ── QL Section Base ── */
.ql-section {
    padding-block: clamp(6rem, 12vw, 14rem);
    position: relative;
    overflow: hidden;
}
.ql-section-header { margin-bottom: clamp(3rem, 6vw, 6rem); }
.ql-section-header h2 {
    font-family: var(--font-secondary);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: var(--color-heading);
    margin-top: var(--space-4);
}
.ql-label {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--color-indigo);
    font-weight: 500;
}

/* ── Hero ── */
.ql-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: var(--color-bg);
}
.ql-hero__bg {
    position: absolute; inset: 0; z-index: 0;
}
.ql-hero__img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.6;
    animation: heroZoom 20s ease-in-out infinite alternate;
}
@keyframes heroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}
.ql-hero__overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(251,251,250,0.3) 0%, rgba(251,251,250,0.9) 100%);
}
.ql-hero__content {
    position: relative; z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: var(--space-8);
}
.ql-hero__eyebrow {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.5em;
    color: var(--color-gold);
    margin-bottom: var(--space-8);
    font-weight: 600;
}
.ql-hero__title {
    font-family: var(--font-secondary);
    font-size: clamp(3rem, 10vw, 7.5rem);
    font-weight: 300;
    color: var(--color-heading);
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: var(--space-12);
}
.ql-hero__desc {
    color: var(--color-text);
    font-size: var(--text-md);
    font-weight: 400;
    line-height: 2;
    max-width: 55ch;
    margin: 0 auto var(--space-16);
    letter-spacing: 0.03em;
}
.ql-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    color: var(--color-indigo);
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid rgba(44,47,110,0.2);
    padding: var(--space-4) var(--space-10);
    transition: all 0.5s ease;
}
.ql-hero__cta:hover {
    background: rgba(44,47,110,0.05);
    border-color: var(--color-indigo);
    transform: translateY(-2px);
    color: var(--color-indigo);
    opacity: 1;
}
.ql-hero__scroll-hint {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.ql-hero__scroll-hint span {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-muted);
}
.ql-hero__scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, var(--color-muted), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
    50% { opacity: 1; transform: scaleY(1); }
}

/* ── Story Section ── */
.ql-story { background: var(--color-bg); }
.ql-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}
.ql-story__image {
    overflow: hidden;
    aspect-ratio: 3/4;
}
.ql-story__image img {
    width: 100%; height: 100%; object-fit: cover;
    filter: grayscale(15%);
    transition: transform 1.5s ease;
}
.ql-story__image:hover img { transform: scale(1.04); }
.ql-story__title {
    font-family: var(--font-secondary);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    margin-bottom: var(--space-8);
    margin-top: var(--space-4);
}
.ql-story__content p {
    font-size: var(--text-md);
    font-weight: 300;
    line-height: 2;
    color: var(--color-text);
    margin-bottom: var(--space-6);
}

/* ── QL Link ── */
.ql-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-indigo);
    text-decoration: none;
    border-bottom: 1px solid var(--color-indigo);
    padding-bottom: 4px;
    transition: all 0.4s ease;
    margin-top: var(--space-8);
}
.ql-link:hover {
    gap: 14px;
    opacity: 0.7;
}

/* ── Quote Banner ── */
.ql-quote-banner {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ql-quote-banner__bg {
    position: absolute; inset: 0;
}
.ql-quote-banner__bg img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.4;
    transition: transform 12s ease;
}
.ql-quote-banner:hover .ql-quote-banner__bg img {
    transform: scale(1.05);
}
.ql-quote-banner__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(251,251,250,0.8), rgba(251,251,250,0.5));
}
.ql-quote-banner__content {
    position: relative; z-index: 2;
    text-align: center;
    padding: var(--space-8);
}
.ql-quote-banner__content blockquote {
    font-family: var(--font-secondary);
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: 300;
    color: var(--color-heading);
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto var(--space-8);
    font-style: italic;
}
.ql-quote-banner__content cite {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    color: var(--color-muted);
    text-transform: uppercase;
    font-style: normal;
}

/* ── Services ── */
.ql-services { background: var(--color-green); }
.ql-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-8);
}
.ql-service-card {
    background: var(--color-bg);
    overflow: hidden;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}
.ql-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.06);
}
.ql-service-card__img {
    aspect-ratio: 4/3;
    overflow: hidden;
}
.ql-service-card__img img {
    width: 100%; height: 100%; object-fit: cover;
    filter: grayscale(10%);
    transition: transform 1.2s ease;
}
.ql-service-card:hover .ql-service-card__img img {
    transform: scale(1.06);
}
.ql-service-card__body {
    padding: var(--space-8);
}
.ql-service-card__icon {
    width: 48px; height: 48px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: var(--space-6);
    color: var(--color-gold);
}
.ql-service-card__body h3 {
    font-family: var(--font-secondary);
    font-size: var(--text-xl);
    font-weight: 400;
    margin-bottom: var(--space-4);
}
.ql-service-card__body p {
    font-size: var(--text-sm);
    color: var(--color-muted);
    line-height: 1.8;
    margin-bottom: var(--space-4);
}

/* ── Affirmation Card ── */
.ql-affirmation { background: var(--color-bg); padding-block: clamp(5rem, 10vw, 10rem); }
.ql-affirmation-card {
    width: 280px; aspect-ratio: 9/14;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: var(--color-bg);
    border: 1px solid rgba(44,47,110,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    transition: transform 0.8s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.6s ease;
}
.ql-affirmation-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 40px 60px rgba(0,0,0,0.08);
}
.ql-affirmation-card__glow {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(212,175,55,0.08), transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(44,47,110,0.05), transparent 50%);
    animation: cardGlow 4s ease-in-out infinite alternate;
}
@keyframes cardGlow {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}
.ql-affirmation-card__inner {
    position: relative; z-index: 2;
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: var(--space-4);
}
.ql-affirmation-card__symbol {
    font-size: 2.5rem;
    color: var(--color-gold);
    animation: float 4s ease-in-out infinite;
}
.ql-affirmation-card__text {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    letter-spacing: 0.25em;
    color: var(--color-indigo);
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
}
.ql-affirmation-card__hint {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-muted);
    margin-top: var(--space-4);
}

/* ── Collection ── */
.ql-collection { background: var(--color-green); }

/* ── Testimonials ── */
.ql-testimonials {
    background: var(--color-bg);
    padding-block: clamp(6rem, 12vw, 14rem);
}
.ql-testimonials__slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    min-height: 200px;
}
.ql-testimonial {
    display: none;
    flex-direction: column;
    align-items: center;
    animation: fadeIn 0.8s ease both;
}
.ql-testimonial.is-active {
    display: flex;
}
.ql-testimonial__quote-icon {
    margin-bottom: var(--space-8);
}
.ql-testimonial__text {
    font-family: var(--font-secondary);
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.8;
    color: var(--color-heading);
    margin-bottom: var(--space-8);
}
.ql-testimonial__name {
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-muted);
}
.ql-testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: var(--space-12);
}
.ql-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    border: 1px solid var(--color-indigo);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}
.ql-dot.is-active {
    background: var(--color-indigo);
    transform: scale(1.3);
}

/* ── CTA ── */
.ql-cta {
    background: var(--color-bg-secondary);
    padding-block: clamp(6rem, 12vw, 12rem);
}
.ql-cta h2 {
    font-family: var(--font-secondary);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: var(--color-heading);
    margin-bottom: var(--space-6);
    background: none;
    -webkit-text-fill-color: initial;
}
.ql-cta p {
    color: var(--color-text);
    font-size: var(--text-md);
    font-weight: 300;
    max-width: 50ch;
    margin: 0 auto var(--space-12);
}
.ql-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    color: var(--color-indigo);
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(44,47,110,0.2);
    padding: var(--space-4) var(--space-10);
    transition: all 0.5s ease;
}
.ql-cta__btn:hover {
    background: rgba(44,47,110,0.05);
    border-color: var(--color-indigo);
    color: var(--color-indigo);
    opacity: 1;
}

/* ── Modal ── */
.am-modal-overlay {
    position: fixed; inset: 0;
    background: rgba(42,40,37,0.85);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    align-items: center; justify-content: center;
}
.am-modal-overlay.is-active { display: flex; }
.am-modal {
    background: var(--color-bg);
    max-width: 500px;
    width: 90%;
    padding: var(--space-16);
    text-align: center;
    position: relative;
    animation: fadeIn 0.5s ease both;
}
.am-modal__close {
    position: absolute; top: var(--space-4); right: var(--space-4);
    background: none; border: none; font-size: 1.5rem;
    cursor: pointer; color: var(--color-muted);
    transition: color 0.3s ease;
}
.am-modal__close:hover { color: var(--color-indigo); }
.am-modal__title {
    font-family: var(--font-secondary);
    font-size: var(--text-2xl);
    font-weight: 300;
    margin-bottom: var(--space-8);
}
.am-modal__content {
    font-size: var(--text-md);
    font-style: italic;
    color: var(--color-text);
    line-height: 2;
}

/* ── Responsive for new components ── */
@media (max-width: 768px) {
    .ql-story__grid { grid-template-columns: 1fr; }
    .ql-services__grid { grid-template-columns: 1fr; }
    .ql-hero__scroll-hint { display: none; }
    .ql-affirmation-card { width: 240px; }
}
















/* ============================================================
   PREMIUM FORMS & PRODUCTS (v9)
   ============================================================ */
.am-custom-form-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: clamp(20px, 5vw, 40px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border: 1px solid rgba(44,47,110,0.1);
    position: relative;
    overflow: hidden;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.am-custom-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 6px;
    background: linear-gradient(90deg, var(--color-gold), var(--color-gold-light));
}
.am-custom-form-wrapper .am-form-heading {
    font-family: var(--font-secondary);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--color-indigo);
    margin-bottom: 5px;
    text-align: center;
}
.am-custom-form-wrapper .am-form-desc {
    text-align: center;
    color: var(--color-muted);
    font-size: 0.9rem;
    margin-bottom: 30px;
}
.am-form input[type="text"], .am-form input[type="email"], .am-form textarea, .am-form select {
    background: #fdfdfc !important;
    transition: all 0.3s ease;
}
.am-form input:focus, .am-form textarea:focus, .am-form select:focus {
    border-color: var(--color-gold) !important;
    box-shadow: 0 0 0 3px rgba(212,175,55,0.15) !important;
    outline: none;
}
.am-form button[type="submit"] {
    background: var(--color-indigo) !important;
    color: white !important;
    padding: 18px 40px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    border-radius: 8px !important;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
.am-form button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(44,47,110,0.25) !important;
}

/* ============================================================
   SINGLE PRODUCT PREMIUM STYLING (v9)
   ============================================================
   Note: All WooCommerce and Single Product styling has been moved to 
   assets/css/woocommerce.css for maximum modularity and clean performance.
   ============================================================ */

/* Basliklar ve Metinlerin Farkli Renklerde Olmasi */
.ql-page h1, .ql-page h2, .entry-content h1, .entry-content h2 {
    color: var(--color-indigo);
}
.ql-page h3, .ql-page h4, .entry-content h3, .entry-content h4 {
    color: var(--color-heading);
}
.ql-page h5, .ql-page h6, .entry-content h5, .entry-content h6 {
    color: var(--color-heading);
}
.ql-page p, .ql-page li, .entry-content p, .entry-content li {
    color: var(--color-text) !important;
}