/* =====================================================
   YATAKSAN — Premium Yatak & Uyku Teknolojileri
   Design System v2
   Palette: Warm Earth / Cream / Gold / Deep Walnut
   ===================================================== */

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

/* ================= CSS Variables ================= */
:root {
    --y-walnut:       #3d2b1f;   /* Koyu Ceviz – Ana Renk */
    --y-caramel:      #8b5e3c;   /* Karamel – Vurgu */
    --y-gold:         #c9a96e;   /* Altın – İkon & Aksan */
    --y-cream:        #f5eedc;   /* Krem – Açık Zemin */
    --y-parchment:    #faf7f2;   /* Parşömen – Sayfa Zemini */
    --y-white:        #ffffff;
    --y-text:         #4a3728;   /* Ana Metin */
    --y-muted:        #9c8575;   /* Soluk Metin */
    --y-border:       #e8dccf;
    --y-radius-xl:    48px;
    --y-radius-lg:    28px;
    --y-radius:       16px;
    --y-radius-sm:    10px;
    --y-shadow-sm:    0 4px 15px rgba(61, 43, 31, 0.06);
    --y-shadow-md:    0 12px 40px rgba(61, 43, 31, 0.10);
    --y-shadow-lg:    0 24px 60px rgba(61, 43, 31, 0.14);
    --y-transition:   all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html { scroll-behavior: smooth; }

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--y-parchment);
    color: var(--y-text);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

img { max-width: 100%; }

/* ================= Top Bar ================= */
.y-topbar {
    background: var(--y-walnut);
    color: rgba(245, 238, 220, 0.85);
    font-size: 12.5px;
    font-weight: 500;
    padding: 8px 0;
    letter-spacing: 0.3px;
}
.y-topbar a { color: var(--y-cream); text-decoration: none; transition: color 0.3s; }
.y-topbar a:hover { color: var(--y-gold); }
.y-topbar-divider {
    display: inline-block; width: 1px; height: 12px;
    background: rgba(201, 169, 110, 0.4); margin: 0 14px; vertical-align: middle;
}

/* ================= Main Header / Navbar ================= */
.y-header-wrap {
    background: var(--y-white);
    border-bottom: 1px solid var(--y-border);
    transition: var(--y-transition);
    position: relative;
    z-index: 980;
}
/* sticky ile sınıf eklenir */
.y-header-wrap.y-sticky-active {
    box-shadow: var(--y-shadow-md);
}

.y-logo-img { height: 52px; object-fit: contain; }
.y-logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px; font-weight: 400; font-style: italic;
    color: var(--y-muted);
    margin-left: 12px; border-left: 1px solid var(--y-border); padding-left: 12px;
}

.y-nav-link {
    font-size: 13px; font-weight: 700;
    color: var(--y-walnut) !important;
    text-transform: uppercase; letter-spacing: 1px;
    padding: 8px 14px !important;
    position: relative; transition: color 0.3s;
}
.y-nav-link::after {
    content: ''; position: absolute; bottom: 0; left: 14px;
    width: 0; height: 2px; background: var(--y-gold);
    transition: width 0.3s ease; border-radius: 2px;
}
.y-nav-link:hover, .y-nav-link.active { color: var(--y-caramel) !important; text-decoration: none; }
.y-nav-link:hover::after, .y-nav-link.active::after { width: calc(100% - 28px); }

.y-btn-nav {
    background: var(--y-walnut);
    color: var(--y-cream) !important;
    padding: 11px 24px !important;
    border-radius: var(--y-radius-sm);
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.5px; text-transform: uppercase;
    transition: var(--y-transition);
    text-decoration: none !important;
    display: inline-block;
}
.y-btn-nav:hover {
    background: var(--y-caramel);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(61, 43, 31, 0.25);
}

/* ================= Hero Slideshow ================= */
.y-hero { height: 100vh; min-height: 600px; }

.y-hero-item {
    height: 100vh; min-height: 600px;
    position: relative; overflow: hidden;
    display: flex; align-items: center;
}

.y-hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(
        110deg,
        rgba(61, 43, 31, 0.75) 0%,
        rgba(61, 43, 31, 0.35) 60%,
        rgba(61, 43, 31, 0.05) 100%
    );
}

.y-hero-content {
    position: relative; z-index: 5;
    max-width: 680px;
}

.y-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201, 169, 110, 0.18);
    border: 1px solid rgba(201, 169, 110, 0.4);
    color: var(--y-gold);
    padding: 6px 18px; border-radius: 50px;
    font-size: 12px; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    margin-bottom: 24px; backdrop-filter: blur(8px);
}

.y-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 7vw, 86px);
    font-weight: 700; line-height: 1.08;
    color: var(--y-white); margin-bottom: 24px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.y-hero-title em {
    font-style: italic; color: var(--y-gold);
}

.y-hero-desc {
    font-size: 17px; line-height: 1.7;
    color: rgba(245, 238, 220, 0.88);
    margin-bottom: 40px; max-width: 500px;
}

/* Hero Scroll Arrow */
.y-scroll-arrow {
    position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%);
    z-index: 10; text-align: center;
    animation: bounceArrow 2s ease-in-out infinite;
    color: var(--y-gold); opacity: 0.85;
}
@keyframes bounceArrow {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(8px); }
}

/* Hero Nav Dots */
.y-slideshow-nav {
    position: absolute; bottom: 40px; right: 60px; z-index: 20;
}

/* ================= Buttons ================= */
.y-btn-primary {
    background: var(--y-gold);
    color: var(--y-walnut) !important;
    padding: 17px 42px; border-radius: var(--y-radius-sm);
    font-weight: 800; font-size: 14px; letter-spacing: 1px;
    text-transform: uppercase; display: inline-flex;
    align-items: center; gap: 12px;
    transition: var(--y-transition);
    text-decoration: none !important; border: none;
    box-shadow: 0 8px 25px rgba(201, 169, 110, 0.35);
}
.y-btn-primary:hover {
    background: var(--y-caramel); color: var(--y-white) !important;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(139, 94, 60, 0.4);
}

.y-btn-outline {
    background: transparent;
    color: var(--y-cream) !important;
    padding: 15px 40px; border-radius: var(--y-radius-sm);
    font-weight: 700; font-size: 14px; letter-spacing: 1px;
    text-transform: uppercase; display: inline-flex;
    align-items: center; gap: 12px; transition: var(--y-transition);
    text-decoration: none !important;
    border: 2px solid rgba(201, 169, 110, 0.5);
}
.y-btn-outline:hover {
    background: rgba(201, 169, 110, 0.12);
    border-color: var(--y-gold); color: var(--y-gold) !important;
}

/* ================= Section Labels ================= */
.y-section { padding: 100px 0; }
.y-section-cream { background: var(--y-cream); }
.y-section-parchment { background: var(--y-parchment); }
.y-section-walnut { background: var(--y-walnut); }
.y-section-white { background: var(--y-white); }

.y-eyebrow {
    display: inline-block;
    color: var(--y-gold);
    font-size: 12px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase;
    margin-bottom: 20px; position: relative; padding-left: 28px;
}
.y-eyebrow::before {
    content: '';
    position: absolute; left: 0; top: 50%;
    transform: translateY(-50%);
    width: 18px; height: 1px; background: var(--y-gold);
}

.y-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 700; line-height: 1.12;
    color: var(--y-walnut); margin-bottom: 20px;
}
.y-section-title.light { color: var(--y-cream); }
.y-section-title em { font-style: italic; color: var(--y-gold); }

.y-section-sub {
    font-size: 17px; color: var(--y-muted); line-height: 1.7; max-width: 600px;
}
.y-section-sub.light { color: rgba(245, 238, 220, 0.75); }

.y-divider {
    width: 50px; height: 2px; background: var(--y-gold);
    margin: 20px 0; border-radius: 2px;
}
.y-divider.center { margin: 20px auto; }

/* ================= Breadcrumbs ================= */
.y-breadcrumb-wrap {
    background: var(--y-cream);
    border-bottom: 1px solid var(--y-border);
    padding: 16px 0;
}
.y-breadcrumb-item {
    font-size: 13px;
    font-weight: 500;
    color: var(--y-muted) !important;
}
.y-breadcrumb-item.active {
    color: var(--y-walnut) !important;
    font-weight: 700;
}

/* ================= Product Cards ================= */
.y-product-card {
    background: var(--y-white);
    border-radius: var(--y-radius-lg);
    overflow: hidden;
    transition: var(--y-transition);
    border: 1px solid var(--y-border);
    position: relative;
}
.y-product-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--y-shadow-lg);
    border-color: transparent;
}

.y-product-img-wrap {
    position: relative; overflow: hidden;
    background: var(--y-cream);
    aspect-ratio: 4 / 3;
}
.y-product-img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.y-product-card:hover .y-product-img-wrap img {
    transform: scale(1.06);
}

.y-product-badge {
    position: absolute; top: 16px; left: 16px;
    background: var(--y-gold);
    color: var(--y-walnut);
    font-size: 11px; font-weight: 800; letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 12px; border-radius: 50px;
    z-index: 10;
}

.y-product-series-badge {
    position: absolute; top: 20px; right: 20px; 
    background: rgba(255, 255, 255, 0.7); 
    padding: 0 18px; border-radius: 50px; 
    font-size: 10px; font-weight: 700; 
    color: var(--y-walnut) !important; 
    border: 1px solid rgba(201, 169, 110, 0.35); 
    backdrop-filter: blur(12px);
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.y-product-card:hover .y-product-series-badge {
    background: rgba(255, 255, 255, 0.95);
    border-color: var(--y-gold);
    transform: translateY(-2px);
}

.y-product-body {
    padding: 28px;
}
.y-product-category {
    font-size: 11px; font-weight: 700;
    color: var(--y-gold); letter-spacing: 2px;
    text-transform: uppercase; margin-bottom: 8px;
}
.y-product-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 700;
    color: var(--y-walnut); margin-bottom: 12px; line-height: 1.3;
}
.y-product-desc { font-size: 14px; color: var(--y-muted); line-height: 1.6; }
.y-product-footer {
    padding: 20px 28px;
    border-top: 1px solid var(--y-border);
    display: flex; align-items: center; justify-content: space-between;
    background: var(--y-parchment);
}

/* ================= Tech / Features ================= */
.y-feature-item {
    padding: 40px;
    border-radius: var(--y-radius-lg);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201, 169, 110, 0.2);
    transition: var(--y-transition);
    height: 100%;
}
.y-feature-item:hover {
    background: rgba(201, 169, 110, 0.08);
    border-color: rgba(201, 169, 110, 0.5);
    transform: translateY(-6px);
}
.y-feature-icon {
    width: 60px; height: 60px;
    border-radius: var(--y-radius-sm);
    background: rgba(201, 169, 110, 0.15);
    color: var(--y-gold);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px; font-size: 24px;
    transition: var(--y-transition);
}
.y-feature-item:hover .y-feature-icon {
    background: var(--y-gold); color: var(--y-walnut);
}
.y-feature-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 700;
    color: var(--y-cream); margin-bottom: 12px;
}
.y-feature-text { font-size: 14px; color: rgba(245, 238, 220, 0.7); line-height: 1.7; }

/* ================= Stats ================= */
.y-stat {
    text-align: center; padding: 40px 20px;
    border-right: 1px solid rgba(201, 169, 110, 0.2);
}
.y-stat:last-child { border-right: none; }
.y-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 6vw, 72px); font-weight: 700;
    color: var(--y-gold); line-height: 1;
}
.y-stat-lbl {
    font-size: 13px; color: rgba(245, 238, 220, 0.65);
    letter-spacing: 1px; text-transform: uppercase; margin-top: 8px;
}

/* ================= Testimonials ================= */
.y-testimonial {
    padding: 48px;
    background: var(--y-white);
    border-radius: var(--y-radius-lg);
    box-shadow: var(--y-shadow-sm);
    border: 1px solid var(--y-border);
    position: relative; height: 100%;
}
.y-testimonial-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-style: italic;
    color: var(--y-walnut); line-height: 1.5; margin-bottom: 28px;
}
.y-testimonial-quote::before {
    content: '\201C';
    font-size: 60px; color: var(--y-gold); opacity: 0.4;
    line-height: 0; vertical-align: -0.5em; margin-right: 4px;
}
.y-testimonial-author { font-weight: 700; color: var(--y-walnut); }
.y-testimonial-role { font-size: 13px; color: var(--y-gold); }

/* ================= Footer ================= */
.y-footer {
    background: var(--y-walnut);
    color: rgba(245, 238, 220, 0.8);
    padding: 80px 0 0;
}
.y-footer h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; font-weight: 700;
    color: var(--y-gold); margin-bottom: 24px; letter-spacing: 0.5px;
}
.y-footer-link {
    color: rgba(245, 238, 220, 0.65) !important;
    font-size: 14px; transition: color 0.3s; text-decoration: none !important;
    display: block; padding: 5px 0;
}
.y-footer-link:hover { color: var(--y-gold) !important; }
.y-footer-bottom {
    border-top: 1px solid rgba(201, 169, 110, 0.2);
    margin-top: 60px; padding: 24px 0;
    font-size: 13px; color: rgba(245, 238, 220, 0.4);
    text-align: center;
}

/* ================= Parallax Image Clip ================= */
.y-parallax-img-wrap {
    position: relative; border-radius: var(--y-radius-lg);
    overflow: hidden; height: 560px;
}
.y-parallax-img-wrap img {
    width: 100%; height: 130%;
    object-fit: cover; object-position: center;
    transform: translateY(-12%);
}

/* ================= Float Badge ================= */
.y-float-badge {
    position: absolute; right: -16px; bottom: 40px;
    background: var(--y-white); border-radius: var(--y-radius);
    padding: 24px 32px; box-shadow: var(--y-shadow-lg);
    z-index: 10; min-width: 200px;
}
.y-float-badge-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px; font-weight: 700;
    color: var(--y-gold); line-height: 1;
}
.y-float-badge-lbl {
    font-size: 13px; color: var(--y-muted);
    margin-top: 4px; letter-spacing: 0.3px;
}

/* ================= CTA Banner ================= */
.y-cta-banner {
    background: linear-gradient(135deg, var(--y-caramel) 0%, var(--y-walnut) 100%);
    border-radius: var(--y-radius-xl);
    padding: 80px 60px;
    position: relative; overflow: hidden;
    box-shadow: var(--y-shadow-lg);
}
.y-cta-ring {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(201, 169, 110, 0.15);
    pointer-events: none;
}

/* ================= Accordion ================= */
.uk-accordion > li > a.uk-accordion-title {
    font-family: 'Outfit', sans-serif;
    font-size: 16px; font-weight: 600;
    color: var(--y-walnut); padding: 20px 0;
    border-bottom: 1px solid var(--y-border);
    text-decoration: none !important;
    transition: color 0.3s;
}
.uk-accordion > li.uk-open > a.uk-accordion-title { color: var(--y-gold); }
.uk-accordion-content { padding: 16px 0; color: var(--y-muted); line-height: 1.7; font-size: 15px; }

/* ================= Utilities ================= */
.y-text-gold { color: var(--y-gold); }
.y-text-walnut { color: var(--y-walnut); }
.y-text-cream { color: var(--y-cream); }
.y-bg-cream { background: var(--y-cream); }
.y-bg-walnut { background: var(--y-walnut); }
.y-radius-lg { border-radius: var(--y-radius-lg); }

/* Stars */
.y-stars { color: var(--y-gold); letter-spacing: 2px; font-size: 14px; }

/* ================= Product Detail / Hardness Scale ================= */
.y-hardness-container {
    background: var(--y-white);
    padding: 32px;
    border-radius: var(--y-radius);
    border: 1px solid var(--y-border);
    margin-bottom: 30px;
}
.y-hardness-title {
    font-size: 13px; font-weight: 800; color: var(--y-walnut);
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px;
}
.y-hardness-scale-wrap { position: relative; padding: 0 10px; }
.y-hardness-labels {
    display: flex; justify-content: space-between; margin-bottom: 12px;
}
.y-hardness-label { font-size: 10px; font-weight: 800; color: var(--y-muted); text-transform: uppercase; letter-spacing: 0.5px; }
.y-hardness-bar {
    height: 4px; background: var(--y-border); border-radius: 2px; position: relative;
}
.y-hardness-indicator {
    position: absolute; top: 50%; transform: translate(-50%, -50%);
    width: 14px; height: 14px; background: var(--y-gold); border-radius: 50%;
    border: 2px solid var(--y-white); box-shadow: 0 2px 8px rgba(201,169,110,0.4);
}

/* ================= Technical Info Grid ================= */
.y-tech-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; margin-top: 40px;
}
.y-tech-item {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding: 24px 15px; background: var(--y-white); border-radius: var(--y-radius);
    border: 1px solid var(--y-border); transition: var(--y-transition);
}
.y-tech-item:hover {
    border-color: var(--y-gold); transform: translateY(-3px);
    box-shadow: var(--y-shadow-sm);
}
.y-tech-icon {
    width: 42px; height: 42px; margin-bottom: 15px; color: var(--y-gold);
}
.y-tech-label { font-size: 12px; font-weight: 700; color: var(--y-walnut); line-height: 1.3; text-transform: uppercase; }

/* ================= Sidebar ================= */
.y-sidebar-box { margin-bottom: 32px; }
.y-sidebar-title {
    font-family: 'Outfit', sans-serif;
    font-size: 11px; font-weight: 800; color: var(--y-muted);
    margin-bottom: 16px; letter-spacing: 2px; text-transform: uppercase;
}
.y-sidebar-nav { list-style: none; padding: 0; margin: 0; }
.y-sidebar-nav li { margin-bottom: 10px; }
.y-sidebar-nav a {
    display: block; padding: 14px 20px; background: var(--y-white);
    border-radius: var(--y-radius-sm); color: var(--y-walnut); text-decoration: none;
    font-size: 13px; font-weight: 700; border: 1px solid var(--y-border);
    transition: all 0.3s ease;
}
.y-sidebar-nav a:hover {
    border-color: var(--y-gold); background: var(--y-parchment);
    padding-left: 24px;
}

/* ================= Thumbnav below ================= */
.y-detail-thumbnav {
    display: flex; gap: 10px; margin-top: 20px; justify-content: start;
}
.y-detail-thumbnav img {
    width: 90px; height: 90px; object-fit: cover; border-radius: 8px;
    border: 2px solid transparent; cursor: pointer; transition: 0.3s;
}
.uk-active .y-detail-thumbnav img { border-color: var(--y-gold); }

/* ================= Detail Intro ================= */
.y-detail-intro {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-style: italic; color: var(--y-text);
    line-height: 1.6; margin-bottom: 40px;
}

/* ================= Product Detail / Hardness Scale ================= */
.y-hardness-container {
    background: var(--y-white);
    padding: 32px;
    border-radius: var(--y-radius);
    border: 1px solid var(--y-border);
    margin-bottom: 30px;
}
.y-hardness-title {
    font-size: 13px; font-weight: 800; color: var(--y-walnut);
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px;
}
.y-hardness-scale {
    display: flex; justify-content: space-between; position: relative;
    padding-bottom: 12px; margin-bottom: 8px;
}
.y-hardness-line {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 4px;
    background: var(--y-border); border-radius: 2px;
}
.y-hardness-fill {
    position: absolute; bottom: 0; left: 0; height: 4px;
    background: var(--y-gold); border-radius: 2px;
    transition: width 1s ease-out;
}
.y-hardness-point {
    position: absolute; bottom: -4px; width: 12px; height: 12px;
    background: var(--y-gold); border-radius: 50%;
    transform: translateX(-50%); border: 2px solid var(--y-white);
}
.y-hardness-label { font-size: 11px; font-weight: 700; color: var(--y-muted); text-transform: uppercase; }

/* ================= Technical Info Grid ================= */
.y-tech-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; margin-top: 40px;
}
.y-tech-item {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding: 24px; background: var(--y-parchment); border-radius: var(--y-radius);
    border: 1px solid transparent; transition: var(--y-transition);
}
.y-tech-item:hover {
    border-color: var(--y-gold); background: var(--y-white);
    box-shadow: var(--y-shadow-sm);
}
.y-tech-icon {
    width: 48px; height: 48px; margin-bottom: 12px; color: var(--y-gold);
}
.y-tech-label { font-size: 12px; font-weight: 700; color: var(--y-walnut); line-height: 1.3; }

/* ================= Sidebar ================= */
.y-sidebar-box {
    margin-bottom: 40px;
}
.y-sidebar-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 700; color: var(--y-walnut);
    margin-bottom: 24px; padding-bottom: 12px;
    border-bottom: 2px solid var(--y-gold); display: inline-block;
}
.y-sidebar-nav { list-style: none; padding: 0; margin: 0; }
.y-sidebar-nav li { margin-bottom: 8px; }
.y-sidebar-nav a {
    display: block; padding: 12px 16px; background: var(--y-white);
    border-radius: 8px; color: var(--y-text); text-decoration: none;
    font-size: 14px; font-weight: 600; border: 1px solid var(--y-border);
    transition: var(--y-transition);
}
.y-sidebar-nav a:hover {
    background: var(--y-cream); border-color: var(--y-gold);
    color: var(--y-walnut); padding-left: 20px;
}

/* ================= Thumbnav below ================= */
.y-detail-thumbnav {
    display: flex; gap: 12px; margin-top: 20px; justify-content: center;
}
.y-detail-thumbnav img {
    width: 80px; height: 80px; object-fit: cover; border-radius: 8px;
    border: 2px solid transparent; cursor: pointer; transition: 0.3s;
}
.uk-active .y-detail-thumbnav img { border-color: var(--y-gold); }

/* =====================================================
   ÜRÜN DETAY v3 — Premium Showroom Experience
   ===================================================== */

/* ── Hero ── */
.ypd-hero {
    position: relative; height: 78vh; min-height: 580px;
    display: flex; align-items: flex-end; overflow: hidden;
}
.ypd-hero-bg { position: absolute; inset: 0; background-color: var(--y-walnut); }
.ypd-hero-bg img {
    width: 100%; height: 100%; object-fit: cover; opacity: .42;
    transform: scale(1.05); animation: ypdHeroZoom 9s ease-out forwards;
}
@keyframes ypdHeroZoom { from { transform: scale(1.05); } to { transform: scale(1); } }
.ypd-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(22,12,6,.94) 0%, rgba(22,12,6,.55) 50%, rgba(22,12,6,.08) 100%);
}
.ypd-hero-content { position: relative; z-index: 10; width: 100%; padding-bottom: 80px; }
.ypd-hero-breadcrumb { position: absolute; top: 28px; left: 0; right: 0; z-index: 10; }
.ypd-hero-breadcrumb .uk-breadcrumb > * > * { color: rgba(245,238,220,.45) !important; font-size: 12px; }
.ypd-hero-breadcrumb .uk-breadcrumb > :last-child > span { color: rgba(245,238,220,.8) !important; }
.ypd-hero-series {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201,169,110,.13); border: 1px solid rgba(201,169,110,.38);
    color: var(--y-gold); padding: 5px 18px; border-radius: 50px;
    font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
    margin-bottom: 22px; backdrop-filter: blur(14px);
}
.ypd-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(50px, 8.5vw, 104px); font-weight: 700; line-height: 1.0;
    color: #fff; margin: 0; text-shadow: 0 4px 40px rgba(0,0,0,.35);
}
.ypd-hero-title em { font-style: italic; color: var(--y-gold); }
.ypd-hero-sub { margin-top: 20px; font-size: 17px; color: rgba(245,238,220,.72); max-width: 540px; line-height: 1.65; }

/* ── Sticky Tab Bar ── */
.ypd-tabs {
    position: sticky; top: 0; z-index: 200;
    background: rgba(255,255,255,.97); backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--y-border); box-shadow: 0 4px 20px rgba(61,43,31,.06);
}
.ypd-tabs-inner { display: flex; overflow-x: auto; scrollbar-width: none; }
.ypd-tabs-inner::-webkit-scrollbar { display: none; }
.ypd-tab-link {
    flex-shrink: 0; padding: 18px 28px; font-size: 12px; font-weight: 800;
    letter-spacing: 1.5px; text-transform: uppercase; color: var(--y-muted);
    text-decoration: none; position: relative; transition: color .3s;
    border: none; background: none; cursor: pointer; white-space: nowrap;
}
.ypd-tab-link::after {
    content: ''; position: absolute; bottom: 0; left: 28px; right: 28px;
    height: 2px; background: var(--y-gold);
    transform: scaleX(0); transition: transform .35s ease; border-radius: 2px;
}
.ypd-tab-link:hover, .ypd-tab-link.ypd-tab-active { color: var(--y-walnut); text-decoration: none; }
.ypd-tab-link:hover::after, .ypd-tab-link.ypd-tab-active::after { transform: scaleX(1); }

/* ── General Section ── */
.ypd-genel-section { padding: 80px 0; background: var(--y-white); }

/* ── Gallery ── */
.ypd-gallery-main {
    position: relative; border-radius: var(--y-radius-lg); overflow: hidden;
    background: var(--y-cream); aspect-ratio: 4/3;
    box-shadow: 0 20px 60px rgba(61,43,31,.13);
}
.ypd-gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.4,0,.2,1); }
.ypd-gallery-main:hover img { transform: scale(1.04); }
.ypd-zoom-btn {
    position: absolute; top: 16px; right: 16px;
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,.85); backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.5);
    display: flex; align-items: center; justify-content: center;
    color: var(--y-walnut); cursor: pointer; transition: .3s; z-index: 10;
}
.ypd-zoom-btn:hover { background: #fff; color: var(--y-gold); }
.ypd-gallery-badge {
    position: absolute; bottom: 20px; left: 20px;
    background: rgba(61,43,31,.8); backdrop-filter: blur(16px);
    border: 1px solid rgba(201,169,110,.3); color: var(--y-gold);
    padding: 6px 16px; border-radius: 50px;
    font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.ypd-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 12px; }
.ypd-thumb {
    border-radius: 10px; overflow: hidden; cursor: pointer;
    aspect-ratio: 1; border: 2px solid transparent; transition: .3s; background: var(--y-cream);
}
.ypd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ypd-thumb:hover, .ypd-thumb-active { border-color: var(--y-gold); }
.ypd-thumb-ghost { opacity: .3; pointer-events: none; }

/* ── Info Panel ── */
.ypd-info-panel { padding-left: 16px; }
@media(max-width:959px) { .ypd-info-panel { padding-left: 0; margin-top: 40px; } }
.ypd-label {
    font-size: 11px; font-weight: 800; letter-spacing: 2.5px;
    text-transform: uppercase; color: var(--y-gold);
    display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.ypd-label::before { content: ''; display: inline-block; width: 22px; height: 1px; background: var(--y-gold); }
.ypd-product-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4.5vw, 50px); font-weight: 700;
    color: var(--y-walnut); line-height: 1.1; margin-bottom: 20px;
}
.ypd-intro-text {
    font-family: 'Cormorant Garamond', serif; font-size: 19px; font-style: italic;
    color: var(--y-text); line-height: 1.65; margin-bottom: 28px;
    padding-bottom: 28px; border-bottom: 1px solid var(--y-border);
}
.ypd-hardness-block { margin-bottom: 28px; }
.ypd-block-head { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--y-muted); margin-bottom: 14px; }
.ypd-hardness-track { height: 6px; background: var(--y-border); border-radius: 3px; position: relative; margin: 20px 0 10px; }
.ypd-hardness-fill {
    position: absolute; left: 0; top: 0; height: 100%;
    background: linear-gradient(90deg, #7ec8a4, #c9a96e, #8b3a1a);
    border-radius: 3px; transition: width 1.2s cubic-bezier(.4,0,.2,1);
}
.ypd-hardness-dot {
    position: absolute; top: 50%; transform: translate(-50%, -50%);
    width: 18px; height: 18px; background: var(--y-gold); border-radius: 50%;
    border: 3px solid #fff; box-shadow: 0 2px 12px rgba(201,169,110,.55);
    transition: left 1.2s cubic-bezier(.4,0,.2,1);
}
.ypd-hardness-labels { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; color: var(--y-muted); text-transform: uppercase; letter-spacing: .5px; }
.ypd-sizes-block { margin-bottom: 28px; }
.ypd-size-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.ypd-size-btn {
    padding: 11px 20px; border-radius: 10px; border: 1.5px solid var(--y-border);
    background: var(--y-white); font-size: 13px; font-weight: 700; color: var(--y-text);
    cursor: pointer; transition: .25s; line-height: 1.2; text-align: center;
}
.ypd-size-btn span { display: block; font-size: 10px; font-weight: 500; color: var(--y-muted); }
.ypd-size-btn:hover, .ypd-size-active { border-color: var(--y-gold); background: var(--y-cream); color: var(--y-walnut); }
.ypd-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.ypd-btn-primary {
    flex: 1; min-width: 160px; padding: 15px 24px;
    background: var(--y-walnut); color: var(--y-cream) !important; border-radius: var(--y-radius-sm);
    font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
    text-decoration: none !important; display: inline-flex; align-items: center;
    justify-content: center; gap: 8px; transition: var(--y-transition); border: none; cursor: pointer;
}
.ypd-btn-primary:hover { background: var(--y-caramel); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(61,43,31,.22); }
.ypd-btn-ghost {
    flex: 1; min-width: 120px; padding: 13px 20px; background: transparent;
    border: 1.5px solid var(--y-border); color: var(--y-walnut) !important;
    border-radius: var(--y-radius-sm); font-size: 13px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px; text-decoration: none !important;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: .3s; cursor: pointer;
}
.ypd-btn-ghost:hover { border-color: var(--y-gold); background: var(--y-parchment); }
.ypd-trust-row { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 22px; border-top: 1px solid var(--y-border); }
.ypd-trust-item { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--y-muted); font-weight: 600; }

/* ── Stats Strip ── */
.ypd-stats-strip { background: var(--y-cream); border-top: 1px solid var(--y-border); border-bottom: 1px solid var(--y-border); }
.ypd-stat { padding: 40px 20px; text-align: center; }
.ypd-stat-border { border-right: 1px solid var(--y-border); }
.ypd-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 700; color: var(--y-walnut); line-height: 1; }
.ypd-stat-accent { color: var(--y-gold); }
.ypd-stat-label { font-size: 11px; font-weight: 700; color: var(--y-muted); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 8px; }

/* ── Layers Section ── */
.ypd-layers-section { background: var(--y-walnut); padding: 100px 0; }
.ypd-layers-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 58px); font-weight: 700; color: var(--y-cream); margin-bottom: 48px; line-height: 1.1; }
.ypd-layers-title em { color: var(--y-gold); font-style: italic; }
.ypd-mattress-visual { border-radius: 16px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.45); border: 1px solid rgba(201,169,110,.18); max-width: 420px; margin: 0 auto; }
.ypd-layer { border-bottom: 1px solid rgba(0,0,0,.08); transition: filter .3s; cursor: default; }
.ypd-layer:hover { filter: brightness(1.15); }
.ypd-layer-cotton  { background: #e8dccf; height: 44px; }
.ypd-layer-wool    { background: #d4c4b0; height: 34px; }
.ypd-layer-visco   { background: #8b7c6a; height: 52px; }
.ypd-layer-comfort { background: #7a6248; height: 44px; }
.ypd-layer-airflow { background: #6b5240; height: 36px; }
.ypd-layer-spring  { background: #5c4535; height: 80px; }
.ypd-layer-check   { background: #9c8575; height: 40px; }
.ypd-layer-hygiene { background: #b8a899; height: 32px; }
.ypd-layers-list { list-style: none; padding: 0; margin: 0; }
.ypd-layer-item { display: flex; gap: 18px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid rgba(201,169,110,.14); transition: .3s; }
.ypd-layer-item:first-child { padding-top: 0; }
.ypd-layer-item:last-child  { border-bottom: none; }
.ypd-layer-num { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; background: rgba(201,169,110,.12); border: 1px solid rgba(201,169,110,.28); color: var(--y-gold); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; transition: .3s; }
.ypd-layer-item:hover .ypd-layer-num { background: var(--y-gold); color: var(--y-walnut); }
.ypd-layer-info-name { font-size: 15px; font-weight: 700; color: var(--y-cream); margin-bottom: 4px; }
.ypd-layer-info-desc { font-size: 12px; color: rgba(245,238,220,.58); line-height: 1.5; }

/* ── Tech Section ── */
.ypd-tech-section { padding: 100px 0; background: var(--y-white); }
.ypd-section-header { max-width: 600px; margin: 0 auto 60px; }
.ypd-tech-card {
    padding: 36px 28px; border-radius: var(--y-radius-lg);
    background: var(--y-parchment); border: 1.5px solid var(--y-border);
    transition: var(--y-transition); text-align: center; height: 100%;
    position: relative; overflow: hidden;
}
.ypd-tech-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(201,169,110,.07) 0%, transparent 70%); transition: .6s; }
.ypd-tech-card:hover { border-color: var(--y-gold); transform: translateY(-8px); box-shadow: var(--y-shadow-lg); background: var(--y-white); }
.ypd-tech-card:hover::before { width: 220px; height: 220px; top: -90px; right: -90px; }
.ypd-tech-card-icon { width: 64px; height: 64px; border-radius: var(--y-radius-sm); background: rgba(201,169,110,.1); color: var(--y-gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: .35s; }
.ypd-tech-card:hover .ypd-tech-card-icon { background: var(--y-gold); color: var(--y-walnut); }
.ypd-tech-card-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; color: var(--y-walnut); margin-bottom: 10px; }
.ypd-tech-card-desc { font-size: 13px; color: var(--y-muted); line-height: 1.6; }

/* ── Description Section ── */
.ypd-desc-section { padding: 100px 0; background: var(--y-parchment); }
.ypd-showroom-cta-box { margin-top: 32px; padding: 32px; background: var(--y-walnut); border-radius: var(--y-radius-lg); }
.ypd-showroom-cta-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--y-gold); margin-bottom: 14px; font-weight: 700; }
.ypd-showroom-cta-desc { font-size: 14px; line-height: 1.7; color: rgba(245,238,220,.72); margin-bottom: 22px; }
.ypd-showroom-cta-btn { display: block; text-align: center; padding: 13px; background: var(--y-gold); color: var(--y-walnut) !important; border-radius: 10px; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; transition: .3s; }
.ypd-showroom-cta-btn:hover { background: var(--y-cream); }
.ypd-desc-quote { font-family: 'Cormorant Garamond', serif; font-size: 22px; line-height: 1.75; color: var(--y-text); font-style: italic; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--y-border); }
.ypd-desc-body { font-size: 16px; line-height: 1.85; color: var(--y-text); margin-bottom: 40px; }

/* ── Related Products ── */
.ypd-related-section { padding: 100px 0; background: var(--y-white); }
.ypd-related-card { border-radius: var(--y-radius-lg); overflow: hidden; border: 1px solid var(--y-border); transition: var(--y-transition); background: var(--y-white); }
.ypd-related-card:hover { transform: translateY(-10px); box-shadow: var(--y-shadow-lg); border-color: transparent; }
.ypd-related-img { aspect-ratio: 4/3; overflow: hidden; background: var(--y-cream); }
.ypd-related-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.ypd-related-card:hover .ypd-related-img img { transform: scale(1.07); }
.ypd-related-body { padding: 24px 28px; }
.ypd-related-series { font-size: 10px; font-weight: 800; letter-spacing: 2px; color: var(--y-gold); text-transform: uppercase; margin-bottom: 8px; }
.ypd-related-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; color: var(--y-walnut); margin-bottom: 10px; }
.ypd-related-desc { font-size: 13px; color: var(--y-muted); line-height: 1.6; margin-bottom: 20px; }
.ypd-related-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--y-walnut) !important; text-decoration: none !important; border-bottom: 1.5px solid var(--y-gold); padding-bottom: 2px; transition: .3s; }
.ypd-related-link:hover { color: var(--y-gold) !important; }

/* ── Floating CTA ── */
.ypd-floating-cta { position: fixed; bottom: 28px; right: 28px; z-index: 500; background: var(--y-walnut); color: var(--y-cream) !important; padding: 14px 28px; border-radius: 50px; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; box-shadow: 0 12px 40px rgba(61,43,31,.4); display: flex; align-items: center; gap: 10px; transition: var(--y-transition); transform: translateY(100px); opacity: 0; pointer-events: none; }
.ypd-floating-cta.ypd-float-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.ypd-floating-cta:hover { background: var(--y-caramel); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(61,43,31,.45); }

/* ── Lightbox ── */
.ypd-lightbox { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.93); align-items: center; justify-content: center; }
.ypd-lightbox.ypd-lightbox-open { display: flex; }
.ypd-lightbox img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: 8px; }
.ypd-lightbox-close { position: absolute; top: 20px; right: 24px; color: #fff; font-size: 28px; cursor: pointer; background: none; border: none; opacity: .65; transition: .3s; }
.ypd-lightbox-close:hover { opacity: 1; }


/* ====================================================
   YPD v4 — Yenilenen Ürün Sayfası Bileşenleri
   ==================================================== */

/* ── Hero v4 ── */
.ypd-hero-wrap {
    position: relative;
    background: linear-gradient(135deg, var(--y-walnut) 0%, #1c0e06 60%, #2a1508 100%);
    padding: 120px 0 0 0;
    overflow: hidden;
}
.ypd-hero-bg {
    position: absolute; inset: 0; pointer-events: none;
}
.ypd-hero-orb {
    position: absolute; border-radius: 50%; pointer-events: none;
}
.ypd-hero-orb--1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(201,169,110,0.12) 0%, transparent 70%);
    top: -200px; right: -100px;
    animation: orbFloat1 12s ease-in-out infinite alternate;
}
.ypd-hero-orb--2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(139,94,60,0.15) 0%, transparent 70%);
    bottom: -100px; left: 10%;
    animation: orbFloat2 9s ease-in-out infinite alternate;
}
.ypd-hero-orb--3 {
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(201,169,110,0.08) 0%, transparent 70%);
    top: 50%; left: 40%;
    animation: orbFloat1 15s ease-in-out infinite alternate-reverse;
}
@keyframes orbFloat1 { from { transform: translate(0, 0); } to { transform: translate(30px, 20px); } }
@keyframes orbFloat2 { from { transform: translate(0, 0); } to { transform: translate(-20px, 30px); } }

/* Breadcrumb */
.ypd-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    padding: 28px 0 0;
    flex-wrap: wrap;
}
.ypd-breadcrumb__link {
    font-size: 12px; font-weight: 600; letter-spacing: 0.5px;
    color: rgba(245,238,220,0.45) !important;
    text-decoration: none !important;
    transition: color 0.3s;
    text-transform: uppercase;
}
.ypd-breadcrumb__link:hover { color: var(--y-gold) !important; }
.ypd-breadcrumb__sep { color: rgba(201,169,110,0.3); font-size: 14px; }
.ypd-breadcrumb__current {
    font-size: 12px; font-weight: 700;
    color: rgba(245,238,220,0.75); text-transform: uppercase; letter-spacing: 0.5px;
}

/* Hero Content */
.ypd-hero-content {
    display: flex; align-items: flex-end; justify-content: space-between;
    flex-wrap: wrap; gap: 24px;
    padding: 40px 0 60px;
}
.ypd-hero-left { flex: 1; min-width: 280px; }

.ypd-series-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201,169,110,0.12);
    border: 1px solid rgba(201,169,110,0.35);
    color: var(--y-gold);
    padding: 6px 18px; border-radius: 50px;
    font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
    margin-bottom: 20px; backdrop-filter: blur(12px);
}
.ypd-series-badge__dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--y-gold);
    box-shadow: 0 0 6px rgba(201,169,110,0.8);
    animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot {
    0%, 100% { box-shadow: 0 0 6px rgba(201,169,110,0.8); }
    50% { box-shadow: 0 0 14px rgba(201,169,110,1); }
}

.ypd-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 700; line-height: 1.0;
    color: #fff; margin: 0;
    text-shadow: 0 4px 40px rgba(0,0,0,0.4);
    letter-spacing: -1px;
}
.ypd-hero-subtitle {
    font-size: 16px; color: rgba(245,238,220,0.65);
    line-height: 1.65; margin-top: 20px; max-width: 520px;
}

/* Hero Trust Pills */
.ypd-hero-trust {
    display: flex; flex-direction: column; gap: 10px;
    align-items: flex-end;
}
.ypd-trust-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(201,169,110,0.2);
    color: rgba(245,238,220,0.8);
    padding: 8px 16px; border-radius: 50px;
    font-size: 12px; font-weight: 600; letter-spacing: 0.3px;
    backdrop-filter: blur(8px);
    white-space: nowrap;
    transition: border-color 0.3s;
}
.ypd-trust-pill svg { color: var(--y-gold); flex-shrink: 0; }
.ypd-trust-pill:hover { border-color: rgba(201,169,110,0.5); }

@media (max-width: 767px) {
    .ypd-hero-trust { flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
    .ypd-hero-content { padding-bottom: 40px; }
}

/* ── Showcase v4 ── */
.ypd-showcase {
    background: var(--y-white);
    padding: 80px 0;
    border-bottom: 1px solid var(--y-border);
}
.ypd-showcase-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 64px;
    align-items: start;
}
@media (max-width: 959px) {
    .ypd-showcase-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Gallery */
.ypd-showcase-gallery { display: flex; flex-direction: column; gap: 16px; }
.ypd-gallery-main {
    border-radius: var(--y-radius-lg); overflow: hidden;
    background: var(--y-cream);
    border: 1px solid var(--y-border);
    box-shadow: var(--y-shadow-md);
}
.ypd-slides { border-radius: var(--y-radius-lg); }

.ypd-slide-arrow {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.9) !important;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    color: var(--y-walnut) !important;
    transition: all 0.3s;
}
.ypd-slide-arrow:hover { background: var(--y-walnut) !important; color: white !important; }
.ypd-dotnav > * > * { background: var(--y-gold) !important; }

/* Lifestyle Image */
.ypd-lifestyle-img {
    position: relative; border-radius: var(--y-radius-lg);
    overflow: hidden; height: 220px;
}
.ypd-lifestyle-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.ypd-lifestyle-img:hover img { transform: scale(1.04); }
.ypd-lifestyle-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(22,12,6,0.75) 0%, transparent 60%);
    display: flex; align-items: flex-end; padding: 20px 24px;
}
.ypd-lifestyle-overlay span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; font-style: italic; font-weight: 600;
    color: rgba(245,238,220,0.9);
    line-height: 1.3;
}

/* Info Panel */
.ypd-showcase-panel { display: flex; flex-direction: column; gap: 28px; }

.ypd-teaser-card {
    display: flex; gap: 0;
    background: var(--y-parchment);
    border-radius: var(--y-radius);
    overflow: hidden;
    border: 1px solid var(--y-border);
}
.ypd-teaser-bar { width: 5px; flex-shrink: 0; background: var(--y-gold); }
.ypd-teaser-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px; font-style: italic; font-weight: 600;
    color: var(--y-walnut); line-height: 1.55;
    padding: 22px 22px 22px 20px;
    margin: 0;
}

/* Hardness Card */
.ypd-hardness-card {
    background: var(--y-walnut);
    border-radius: var(--y-radius-lg);
    padding: 30px;
    border: 1px solid rgba(201,169,110,0.15);
    box-shadow: var(--y-shadow-md);
}
.ypd-hardness-header {
    display: flex; align-items: center;
    justify-content: space-between; margin-bottom: 28px;
}
.ypd-hardness-title {
    font-size: 11px; font-weight: 800; letter-spacing: 2px;
    text-transform: uppercase; color: rgba(245,238,220,0.7);
    margin: 0;
}
.ypd-hardness-badge {
    font-size: 11px; font-weight: 800; letter-spacing: 1px;
    background: rgba(201,169,110,0.15);
    border: 1px solid rgba(201,169,110,0.3);
    color: var(--y-gold);
    padding: 4px 12px; border-radius: 50px;
    text-transform: uppercase;
}
.ypd-hardness-track {
    height: 8px; background: rgba(0,0,0,0.3);
    border-radius: 100px; position: relative;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 8px;
}
.ypd-hardness-fill {
    position: absolute; left: 0; top: 0; height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, #7ec8a4 0%, var(--y-gold) 50%, #c0392b 100%);
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ypd-hardness-thumb {
    position: absolute; top: 50%;
    transform: translate(-50%, -50%);
    width: 22px; height: 22px;
    background: #fff;
    border: 3px solid var(--y-gold);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: left 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ypd-hardness-labels {
    display: flex; justify-content: space-between;
    font-size: 10px; font-weight: 700;
    color: rgba(245,238,220,0.4);
    text-transform: uppercase; letter-spacing: 0.5px;
    margin-top: 16px;
}

/* Feature Pills */
.ypd-feature-pills {
    display: flex; flex-wrap: wrap; gap: 8px;
}
.ypd-feature-pill {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 7px 14px; border-radius: 50px;
    background: var(--y-parchment);
    border: 1px solid var(--y-border);
    font-size: 12px; font-weight: 600; color: var(--y-walnut);
    transition: border-color 0.3s;
}
.ypd-feature-pill svg { color: var(--y-gold); flex-shrink: 0; }
.ypd-feature-pill:hover { border-color: var(--y-gold); }

/* CTA */
.ypd-cta-area { display: flex; flex-direction: column; gap: 16px; }
.ypd-cta-btn {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    background: var(--y-walnut);
    color: var(--y-cream) !important;
    padding: 18px 32px; border-radius: var(--y-radius);
    font-size: 14px; font-weight: 800; letter-spacing: 1.5px;
    text-transform: uppercase; text-decoration: none !important;
    transition: var(--y-transition);
    box-shadow: 0 8px 30px rgba(61,43,31,0.25);
    width: 100%;
}
.ypd-cta-btn:hover {
    background: var(--y-caramel);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(61,43,31,0.35);
}
.ypd-cta-trust {
    display: flex; flex-wrap: wrap; gap: 12px;
    justify-content: center;
    font-size: 12px; font-weight: 600; color: var(--y-muted);
}
.ypd-cta-trust span { display: flex; align-items: center; gap: 4px; }

/* ── Specs v4 ── */
.ypd-specs {
    background: linear-gradient(160deg, #ffffff 0%, var(--y-parchment) 100%);
    padding: 100px 0;
    position: relative; overflow: hidden;
}
.ypd-specs-bg-orb {
    position: absolute; top: -150px; right: -150px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(201,169,110,0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* Section Header (shared) */
.ypd-section-header { text-align: center; margin-bottom: 64px; }
.ypd-eyebrow-badge {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 6px 16px; border-radius: 50px;
    background: rgba(201,169,110,0.1);
    border: 1px solid rgba(201,169,110,0.25);
    color: var(--y-gold);
    font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
    margin-bottom: 20px;
}
.ypd-eyebrow-badge--dark {
    background: rgba(61,43,31,0.08);
    border-color: rgba(61,43,31,0.15);
    color: var(--y-caramel);
}
.ypd-eyebrow-badge--light {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    color: rgba(245,238,220,0.85);
}
.ypd-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 700; line-height: 1.1;
    color: var(--y-walnut); margin: 0 0 16px;
}
.ypd-section-title em { font-style: italic; color: var(--y-gold); }
.ypd-section-title--light { color: rgba(245,238,220,0.95); }
.ypd-section-desc {
    font-size: 16px; color: var(--y-muted);
    line-height: 1.7; max-width: 580px; margin: 0 auto;
}

/* Spec Cards Grid */
.ypd-specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 959px) { .ypd-specs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 639px) { .ypd-specs-grid { grid-template-columns: 1fr; } }

.ypd-spec-card {
    display: flex; align-items: center; gap: 20px;
    background: var(--y-white);
    border: 1.5px solid var(--y-border);
    border-radius: var(--y-radius-lg);
    padding: 28px 24px;
    transition: var(--y-transition);
    cursor: default; position: relative; overflow: hidden;
}
.ypd-spec-card::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(201,169,110,0.04) 0%, transparent 60%);
    opacity: 0; transition: opacity 0.4s;
    pointer-events: none;
}
.ypd-spec-card:hover {
    border-color: var(--y-gold);
    transform: translateY(-6px);
    box-shadow: var(--y-shadow-lg);
}
.ypd-spec-card:hover::before { opacity: 1; }

.ypd-spec-icon-wrap {
    width: 64px; height: 64px; flex-shrink: 0;
    background: var(--y-parchment);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    color: var(--y-gold);
    border: 1px solid var(--y-border);
    transition: var(--y-transition);
}
.ypd-spec-card:hover .ypd-spec-icon-wrap {
    background: var(--y-gold); color: var(--y-walnut);
    border-color: var(--y-gold);
}

.ypd-spec-info { flex: 1; }
.ypd-spec-title {
    font-size: 15px; font-weight: 700;
    color: var(--y-walnut); margin: 0 0 4px;
}
.ypd-spec-val {
    font-size: 11px; font-weight: 800;
    color: var(--y-gold); letter-spacing: 1.5px; text-transform: uppercase;
}

.ypd-spec-check {
    width: 26px; height: 26px; flex-shrink: 0;
    border-radius: 50%;
    background: rgba(201,169,110,0.1);
    display: flex; align-items: center; justify-content: center;
    color: var(--y-gold);
    transition: var(--y-transition);
}
.ypd-spec-card:hover .ypd-spec-check {
    background: var(--y-gold); color: var(--y-walnut);
}

/* ── Content v4 ── */
.ypd-content {
    background: var(--y-parchment);
    padding: 100px 0;
}
.ypd-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: start;
}
@media (max-width: 959px) {
    .ypd-content-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* Diagram */
.ypd-diagram-wrap { position: relative; }
.ypd-diagram-img {
    width: 100%;
    border-radius: var(--y-radius-lg);
    box-shadow: var(--y-shadow-lg);
    border: 1px solid var(--y-border);
    display: block;
}
.ypd-diagram-caption {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 600; color: var(--y-muted);
    margin-top: 14px; padding-left: 4px;
}
.ypd-diagram-caption svg { color: var(--y-gold); flex-shrink: 0; }

/* Content Text */
.ypd-content-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700; color: var(--y-walnut);
    margin: 0 0 28px; line-height: 1.1;
}
.ypd-content-title em { color: var(--y-gold); font-style: italic; }

.ypd-rich-content {
    font-size: 16px; line-height: 1.85;
    color: var(--y-text);
    margin-bottom: 36px;
}
.ypd-rich-content p { margin-bottom: 1em; }

/* Highlights */
.ypd-highlights { display: flex; flex-direction: column; gap: 20px; }
.ypd-highlight-item {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 20px;
    background: var(--y-white);
    border-radius: var(--y-radius);
    border: 1px solid var(--y-border);
    transition: var(--y-transition);
}
.ypd-highlight-item:hover {
    border-color: var(--y-gold);
    box-shadow: var(--y-shadow-sm);
    transform: translateX(4px);
}
.ypd-highlight-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    border-radius: 12px;
    background: rgba(201,169,110,0.1);
    display: flex; align-items: center; justify-content: center;
    color: var(--y-gold);
    transition: var(--y-transition);
}
.ypd-highlight-item:hover .ypd-highlight-icon {
    background: var(--y-gold); color: var(--y-walnut);
}
.ypd-highlight-item h5 {
    font-size: 15px; font-weight: 700;
    color: var(--y-walnut); margin: 0 0 4px;
}
.ypd-highlight-item p {
    font-size: 13px; color: var(--y-muted);
    line-height: 1.6; margin: 0;
}

/* ── Trust v4 ── */
.ypd-trust {
    background: var(--y-walnut);
    padding: 80px 0;
    position: relative; overflow: hidden;
}
.ypd-trust::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(201,169,110,0.05) 0%, transparent 50%);
    pointer-events: none;
}
.ypd-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(201,169,110,0.1);
    border-radius: var(--y-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(201,169,110,0.12);
}
@media (max-width: 767px) {
    .ypd-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 479px) {
    .ypd-trust-grid { grid-template-columns: 1fr; }
}

.ypd-trust-card {
    background: rgba(255,255,255,0.03);
    padding: 48px 32px 40px;
    text-align: center;
    transition: background 0.4s;
    cursor: default;
}
.ypd-trust-card:hover { background: rgba(201,169,110,0.07); }
.ypd-trust-card__icon {
    width: 56px; height: 56px; margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(201,169,110,0.1);
    border: 1px solid rgba(201,169,110,0.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--y-gold);
    transition: var(--y-transition);
}
.ypd-trust-card:hover .ypd-trust-card__icon {
    background: var(--y-gold); color: var(--y-walnut);
}
.ypd-trust-card__num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px; font-weight: 700;
    color: var(--y-gold); line-height: 1;
    margin-bottom: 6px;
}
.ypd-trust-card__label {
    font-size: 11px; font-weight: 800; letter-spacing: 2px;
    text-transform: uppercase; color: rgba(245,238,220,0.7);
    margin-bottom: 14px;
}
.ypd-trust-card__desc {
    font-size: 13px; color: rgba(245,238,220,0.45);
    line-height: 1.65; margin: 0;
}

/* ── FAQ v4 ── */
.ypd-faq {
    background: linear-gradient(180deg, #1c0e06 0%, var(--y-walnut) 100%);
    padding: 100px 0;
}
.ypd-section-header--light { text-align: center; margin-bottom: 60px; }

.ypd-faq-list { display: flex; flex-direction: column; gap: 0; }
.ypd-faq-item {
    border-bottom: 1px solid rgba(201,169,110,0.12);
}
.ypd-faq-item:first-child { border-top: 1px solid rgba(201,169,110,0.12); }

.ypd-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; padding: 24px 0;
    background: none; border: none; cursor: pointer;
    text-align: left; gap: 20px;
}
.ypd-faq-q span {
    font-size: 16px; font-weight: 700;
    color: rgba(245,238,220,0.9);
    transition: color 0.3s;
    line-height: 1.4;
}
.ypd-faq-q:hover span { color: var(--y-gold); }

.ypd-faq-icon {
    width: 36px; height: 36px; flex-shrink: 0;
    border-radius: 50%;
    background: rgba(201,169,110,0.08);
    border: 1px solid rgba(201,169,110,0.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--y-gold);
    transition: transform 0.3s ease, background 0.3s;
}
.ypd-faq-icon--open { transform: rotate(180deg); background: rgba(201,169,110,0.18); }

.ypd-faq-a {
    display: none;
    padding: 0 0 24px;
}
.ypd-faq-a p {
    font-size: 15px; color: rgba(245,238,220,0.55);
    line-height: 1.8; margin: 0;
    max-width: 680px;
}

.ypd-faq-cta {
    display: flex; align-items: center; justify-content: center;
    gap: 20px; flex-wrap: wrap;
    margin-top: 60px;
    padding-top: 48px;
    border-top: 1px solid rgba(201,169,110,0.12);
}
.ypd-faq-cta p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; font-style: italic;
    color: rgba(245,238,220,0.7); margin: 0;
}
.ypd-faq-cta-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 32px; border-radius: var(--y-radius-sm);
    background: var(--y-gold);
    color: var(--y-walnut) !important;
    font-size: 13px; font-weight: 800; letter-spacing: 1px;
    text-transform: uppercase; text-decoration: none !important;
    transition: var(--y-transition);
    box-shadow: 0 8px 25px rgba(201,169,110,0.3);
}
.ypd-faq-cta-btn:hover {
    background: var(--y-cream);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(201,169,110,0.35);
}

/* ── YPD v5 — Premium Showroom Redesign ── */
.ypd-gallery-main-full {
    border-radius: var(--y-radius-lg);
    overflow: hidden;
    background: var(--y-cream);
    box-shadow: var(--y-shadow-lg);
    border: 1px solid var(--y-border);
    margin-bottom: 20px;
}
.ypd-gallery-main-full img {
    object-fit: contain !important;
    background: #fff;
}

.ypd-teaser-card-full {
    background: transparent;
    border-left: 3px solid var(--y-gold);
    padding-left: 32px;
}
.ypd-teaser-text-premium {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(24px, 3.5vw, 32px);
    font-style: italic;
    font-weight: 600;
    color: var(--y-walnut);
    line-height: 1.4;
    margin: 0;
}

.ypd-hardness-card-new {
    background: var(--y-white);
    padding: 32px;
    border-radius: var(--y-radius-lg);
    border: 1px solid var(--y-border);
    box-shadow: var(--y-shadow-sm);
}

.ypd-feature-box {
    background: var(--y-parchment);
    padding: 24px;
    border-radius: var(--y-radius);
    border: 1px solid var(--y-border);
}
.ypd-feature-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ypd-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--y-walnut);
}

.ypd-cta-btn-full {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--y-walnut);
    color: var(--y-cream) !important;
    padding: 20px;
    border-radius: var(--y-radius);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: var(--y-transition);
    box-shadow: 0 8px 30px rgba(61,43,31,0.2);
}
.ypd-cta-btn-full:hover {
    background: var(--y-caramel);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(61,43,31,0.3);
}

@media (max-width: 959px) {
    .ypd-gallery-main-full { border-radius: 0; margin-left: -20px; margin-right: -20px; }
}

.ypd-height-card-new {
    background: var(--y-white);
    padding: 24px 28px;
    border-radius: var(--y-radius-lg);
    border: 1px solid var(--y-border);
    box-shadow: var(--y-shadow-sm);
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    transition: var(--y-transition);
}
.ypd-height-card-new:hover {
    transform: translateY(-20px);
    border-color: var(--y-gold);
    box-shadow: var(--y-shadow-md);
}
.ypd-height-icon-box {
    width: 48px;
    height: 48px;
    background: var(--y-parchment);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--y-gold);
    flex-shrink: 0;
}
.ypd-height-content {
    display: flex;
    flex-direction: column;
}
.ypd-height-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--y-walnut);
    opacity: 0.8;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.ypd-height-val {
    font-size: 22px;
    font-weight: 800;
    color: var(--y-walnut);
    line-height: 1;
    white-space: nowrap;
}
.ypd-hardness-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--y-walnut) !important;
    opacity: 0.8;
}
