/*
 Theme Name: Nyriana - Premium Zeytinyağı
 Theme URI: https://nyriana.com
 Description: Nyriana premium zeytinyağı markası için özel Blocksy child theme
 Author: Antigravity
 Author URI: https://nyriana.com
 Template: blocksy
 Version: 1.0.0
 Text Domain: nyriana
*/

/* ==========================================================================
   GOOGLE FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

/* ==========================================================================
   CSS CUSTOM PROPERTIES
   ========================================================================== */
:root {
    /* Brand Colors — Apple-style cinematic monochrome + gold */
    --olive-green: #1a2e1a;          /* was #1a2e1a → prompt olive-dark */
    --harvest-gold: #c9a84c;         /* was #c9a84c → prompt gold */
    --cream: #f5f0e8;                /* was #f5f0e8 → prompt cream */
    --dark: #0a0a0a;                 /* was #0a0a0a → prompt black */
    --white: #ffffff;
    --olive-light: #3d5a3d;          /* was #3d5a3d → prompt olive-mid */
    --gold-light: #d4b86a;           /* was #d4b86a → prompt gold-light */

    /* Extended Palette */
    --olive-dark: #0d1a0d;
    --olive-muted: #6e7d55;
    --cream-dark: #ede5d6;
    --gold-dark: #a88a3a;
    --gray-light: #fafafa;
    --gray-medium: #e5e5e5;
    --gray-text: #6e6e6e;             /* prompt text-secondary */
    --text-muted: #999999;
    --border-color: rgba(0,0,0,0.08);
    --shadow-sm: 0 2px 20px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 40px rgba(0,0,0,0.12);
    --shadow-lg: 0 12px 60px rgba(0,0,0,0.18);
    --shadow-gold: 0 4px 20px rgba(201, 168, 76, 0.15);

    /* Typography */
    --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Source Sans 3', sans-serif;

    /* Spacing — Apple dramatic whitespace */
    --section-padding: 120px;
    --section-padding-compact: 80px;
    --container-max: 1280px;

    /* Transitions — Apple cubic-bezier */
    --transition-fast: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-base: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-slow: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-xl: 24px;
}

/* ==========================================================================
   BASE / TYPOGRAPHY
   ========================================================================== */
body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--dark);
    background-color: var(--cream);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
    color: var(--dark);
}

h1 { font-size: clamp(2rem, 4vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
h4 { font-size: clamp(1.15rem, 2vw, 1.5rem); }

p {
    margin-bottom: 1.25em;
    color: var(--dark);
}

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

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

/* ==========================================================================
   BLOCKSY OVERRIDES
   ========================================================================== */
.ct-container {
    max-width: var(--container-max);
}

[data-header] {
    background: var(--white);
    border-bottom: 1px solid var(--border-color);
}

/* ==========================================================================
   CUSTOM HEADER - BOUTIQUE FEEL
   ========================================================================== */
.site-header,
header[data-id="type-1"] {
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-base);
}

.site-header.scrolled {
    box-shadow: var(--shadow-md);
}

.site-header .site-branding img {
    max-height: 60px;
    transition: transform var(--transition-base);
}

.site-header .site-branding img:hover {
    transform: scale(1.02);
}

/* Navigation */
header .ct-menu > li > a {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--dark);
    padding: 8px 16px;
    transition: color var(--transition-fast);
    position: relative;
}

header .ct-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--harvest-gold);
    transition: width var(--transition-base), left var(--transition-base);
}

header .ct-menu > li > a:hover::after,
header .ct-menu > li.current-menu-item > a::after {
    width: 100%;
    left: 0;
}

header .ct-menu > li > a:hover {
    color: var(--olive-green);
}

/* Header Cart Icon */
.ct-header-cart .ct-icon {
    color: var(--olive-green);
}

.ct-header-cart .ct-cart-count {
    background: var(--harvest-gold);
    color: var(--white);
}

/* ==========================================================================
   HERO / BANNER SECTION
   ========================================================================== */
.nyriana-hero {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.nyriana-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(26, 46, 26, 0.85) 0%,
        rgba(26, 46, 26, 0.5) 40%,
        rgba(10, 10, 10, 0.3) 70%,
        transparent 100%
    );
    z-index: 1;
}

.nyriana-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 40px 20px;
}

.nyriana-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nyriana-hero .hero-subtitle {
    font-family: var(--font-body);
    font-size: clamp(1rem, 2vw, 1.35rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.nyriana-hero .hero-cta {
    display: inline-block;
    padding: 16px 48px;
    background: var(--harvest-gold);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition-base);
    text-decoration: none;
}

.nyriana-hero .hero-cta:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
    color: var(--white);
}

.hero-trust-indicators {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
}

.hero-trust-item svg {
    width: 20px;
    height: 20px;
    fill: var(--gold-light);
}

/* ==========================================================================
   TRUST BADGES
   ========================================================================== */
.nyriana-trust-badges {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    padding: 40px 20px;
    flex-wrap: wrap;
    max-width: var(--container-max);
    margin: 0 auto;
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    background: var(--white);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    transition: all var(--transition-base);
    flex: 1;
    min-width: 180px;
    max-width: 260px;
    position: relative;
}

.trust-badge:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--harvest-gold);
}

.trust-badge .badge-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--olive-green), var(--olive-light));
    border-radius: 50%;
    margin-bottom: 16px;
    color: var(--white);
    font-size: 24px;
}

.trust-badge .badge-title {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 6px;
}

.trust-badge .badge-desc {
    font-size: 13px;
    color: var(--gray-text);
    line-height: 1.5;
}

/* Trust badge tooltip */
.trust-badge .badge-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: var(--dark);
    color: var(--white);
    padding: 10px 16px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-fast);
    pointer-events: none;
    z-index: 100;
}

.trust-badge .badge-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--dark);
}

.trust-badge:hover .badge-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-6px);
}

/* ==========================================================================
   PRODUCT CARDS
   ========================================================================== */
.products .product,
.wc-block-grid__product,
.nyriana-product-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: all var(--transition-base);
    position: relative;
}

.products .product:hover,
.nyriana-product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--harvest-gold);
}

.products .product::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--olive-green), var(--harvest-gold));
    opacity: 0;
    transition: opacity var(--transition-base);
}

.products .product:hover::after {
    opacity: 1;
}

.products .product .woocommerce-loop-product__title,
.nyriana-product-card .product-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    padding: 16px 20px 8px;
    margin: 0;
}

.products .product .price {
    padding: 0 20px 16px;
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 700;
    color: var(--olive-green);
}

.products .product .price del {
    font-size: 14px;
    color: var(--gray-text);
    font-weight: 400;
}

.products .product .price ins {
    text-decoration: none;
    color: var(--olive-green);
}

.products .product .button,
.nyriana-product-card .add-to-cart-btn {
    display: block;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 12px 20px;
    background: var(--olive-green);
    color: var(--white);
    text-align: center;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition-base);
}

.products .product .button:hover,
.nyriana-product-card .add-to-cart-btn:hover {
    background: var(--olive-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 46, 26, 0.3);
    color: var(--white);
}

/* Sale Badge */
.products .product .onsale,
.woocommerce span.onsale {
    background: var(--harvest-gold);
    color: var(--white);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: var(--radius-sm);
    top: 12px;
    right: 12px;
    left: auto;
    line-height: 1;
    min-height: auto;
    min-width: auto;
}

/* Star Ratings */
.star-rating span::before,
.star-rating::before {
    color: var(--harvest-gold);
}

.star-rating {
    color: var(--gray-medium);
}

/* ==========================================================================
   PRODUCT ATTRIBUTES DISPLAY
   ========================================================================== */
.product-attributes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin: 30px 0;
}

.product-attribute-card {
    background: var(--cream);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 20px;
    text-align: center;
    transition: all var(--transition-base);
}

.product-attribute-card:hover {
    border-color: var(--olive-light);
    box-shadow: var(--shadow-sm);
}

.product-attribute-card .attr-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.product-attribute-card .attr-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gray-text);
    margin-bottom: 4px;
    font-weight: 500;
}

.product-attribute-card .attr-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--olive-green);
}

/* ==========================================================================
   PRODUCT COMPARISON TABLE
   ========================================================================== */
.nyriana-compare-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 40px 0;
    padding: 0 20px;
}

.nyriana-compare-table {
    width: 100%;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.nyriana-compare-table thead th {
    background: var(--olive-green);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    padding: 24px 20px;
    text-align: center;
    border: none;
}

.nyriana-compare-table thead th:first-child {
    background: var(--olive-dark);
    text-align: left;
}

.nyriana-compare-table thead th.highlight {
    background: var(--harvest-gold);
    position: relative;
}

.nyriana-compare-table thead th.highlight::before {
    content: 'En Popüler';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold-dark);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 16px;
    border-radius: 12px;
    white-space: nowrap;
}

.nyriana-compare-table tbody tr {
    transition: background var(--transition-fast);
}

.nyriana-compare-table tbody tr:nth-child(even) {
    background: var(--cream);
}

.nyriana-compare-table tbody tr:hover {
    background: rgba(201, 168, 76, 0.08);
}

.nyriana-compare-table tbody td {
    padding: 18px 20px;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    font-size: 15px;
    color: var(--dark);
}

.nyriana-compare-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--olive-green);
}

.nyriana-compare-table tbody td.highlight {
    background: rgba(201, 168, 76, 0.05);
    font-weight: 600;
}

.nyriana-compare-table tfoot td {
    padding: 24px 20px;
    text-align: center;
    border: none;
    background: var(--gray-light);
}

.nyriana-compare-table .compare-atc-btn {
    display: inline-block;
    padding: 12px 32px;
    background: var(--olive-green);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition-base);
    text-decoration: none;
}

.nyriana-compare-table .compare-atc-btn:hover {
    background: var(--olive-dark);
    color: var(--white);
}

.nyriana-compare-table .compare-atc-btn.highlight-btn {
    background: var(--harvest-gold);
}

.nyriana-compare-table .compare-atc-btn.highlight-btn:hover {
    background: var(--gold-dark);
}

/* ==========================================================================
   STICKY MOBILE ADD-TO-CART BAR
   ========================================================================== */
.sticky-atc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--white);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 2px solid var(--harvest-gold);
    transform: translateY(100%);
    transition: transform var(--transition-base);
}

.sticky-atc.visible {
    display: flex;
    transform: translateY(0);
}

.sticky-atc .sticky-atc-info {
    flex: 1;
    min-width: 0;
}

.sticky-atc .sticky-atc-title {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticky-atc .sticky-atc-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--olive-green);
}

.sticky-atc .sticky-atc-btn {
    flex-shrink: 0;
    padding: 12px 28px;
    background: var(--olive-green);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background var(--transition-fast);
}

.sticky-atc .sticky-atc-btn:hover {
    background: var(--olive-dark);
}

/* ==========================================================================
   LIVE SEARCH BAR
   ========================================================================== */
.nyriana-live-search {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.nyriana-live-search input[type="search"] {
    width: 100%;
    padding: 14px 50px 14px 20px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--dark);
    background: var(--white);
    border: 2px solid var(--border-color);
    border-radius: 50px;
    outline: none;
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.nyriana-live-search input[type="search"]:focus {
    border-color: var(--olive-green);
    box-shadow: 0 0 0 4px rgba(26, 46, 26, 0.1);
}

.nyriana-live-search .search-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--olive-green);
    font-size: 18px;
    pointer-events: none;
}

.nyriana-live-search .search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.nyriana-live-search .search-results.active {
    display: block;
}

.nyriana-live-search .search-result-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-color);
    transition: background var(--transition-fast);
    text-decoration: none;
    color: var(--dark);
}

.nyriana-live-search .search-result-item:last-child {
    border-bottom: none;
}

.nyriana-live-search .search-result-item:hover {
    background: var(--cream);
}

.nyriana-live-search .search-result-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: var(--radius-sm);
}

.nyriana-live-search .search-result-item .result-title {
    font-weight: 600;
    font-size: 14px;
}

.nyriana-live-search .search-result-item .result-price {
    color: var(--olive-green);
    font-weight: 700;
    font-size: 15px;
}

.nyriana-live-search .search-loading {
    padding: 20px;
    text-align: center;
    color: var(--gray-text);
}

/* ==========================================================================
   FEATURES SECTION
   ========================================================================== */
.nyriana-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: var(--section-padding) 20px;
    max-width: var(--container-max);
    margin: 0 auto;
}

.feature-item {
    text-align: center;
    padding: 40px 24px;
    background: var(--white);
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    transition: all var(--transition-base);
}

.feature-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--olive-light);
}

.feature-item .feature-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: var(--cream);
    border-radius: 50%;
    font-size: 32px;
    color: var(--olive-green);
    border: 2px solid var(--border-color);
}

.feature-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--dark);
}

.feature-item p {
    font-size: 14px;
    color: var(--gray-text);
    margin: 0;
}

/* ==========================================================================
   FREE SHIPPING NOTICE BAR
   ========================================================================== */
.nyriana-shipping-bar {
    background: linear-gradient(90deg, var(--olive-green), var(--olive-light));
    color: var(--white);
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.nyriana-shipping-bar strong {
    color: var(--gold-light);
}

/* ==========================================================================
   QUANTITY SELECTOR
   ========================================================================== */
.nyriana-qty-selector {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.nyriana-qty-selector .qty-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray-light);
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: var(--dark);
    transition: background var(--transition-fast);
}

.nyriana-qty-selector .qty-btn:hover {
    background: var(--olive-green);
    color: var(--white);
}

.nyriana-qty-selector input.qty {
    width: 50px;
    height: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    -moz-appearance: textfield;
}

.nyriana-qty-selector input.qty::-webkit-outer-spin-button,
.nyriana-qty-selector input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ==========================================================================
   BACK TO TOP BUTTON
   ========================================================================== */
.nyriana-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--olive-green);
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-base);
    z-index: 9998;
    box-shadow: var(--shadow-md);
    font-size: 20px;
}

.nyriana-back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.nyriana-back-to-top:hover {
    background: var(--harvest-gold);
    transform: translateY(-3px);
}

/* ==========================================================================
   FOOTER - MEDITERRANEAN AESTHETIC
   ========================================================================== */
footer[data-id],
.site-footer {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

footer[data-id]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
        var(--olive-green) 0%,
        var(--harvest-gold) 50%,
        var(--olive-green) 100%
    );
}

.site-footer .widget-title,
footer h2, footer h3, footer h4 {
    font-family: var(--font-heading);
    color: var(--white);
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.site-footer .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--harvest-gold);
}

footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: color var(--transition-fast);
}

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

.footer-bottom,
.site-footer .ct-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    font-size: 13px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

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

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Scroll animation classes */
.nyriana-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.nyriana-animate.animated {
    opacity: 1;
    transform: translateY(0);
}

.nyriana-animate.delay-1 { transition-delay: 0.1s; }
.nyriana-animate.delay-2 { transition-delay: 0.2s; }
.nyriana-animate.delay-3 { transition-delay: 0.3s; }
.nyriana-animate.delay-4 { transition-delay: 0.4s; }

/* Hover transitions for general elements */
img {
    transition: opacity var(--transition-fast);
}

button, .button, input[type="submit"] {
    transition: all var(--transition-base);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Mobile-First)
   ========================================================================== */

/* Small phones (up to 375px) */
@media (max-width: 375px) {
    .nyriana-hero {
        min-height: 450px;
    }

    .nyriana-trust-badges {
        gap: 12px;
        padding: 20px 12px;
    }

    .trust-badge {
        min-width: 140px;
        padding: 20px 14px;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    :root {
        --section-padding: 50px;
    }

    .nyriana-hero {
        min-height: 500px;
    }

    .nyriana-hero h1 {
        font-size: 2rem;
    }

    .hero-trust-indicators {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .nyriana-trust-badges {
        flex-direction: column;
        align-items: center;
    }

    .trust-badge {
        max-width: 100%;
        width: 100%;
    }

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

    .sticky-atc {
        padding: 10px 12px;
    }

    .sticky-atc .sticky-atc-title {
        font-size: 12px;
    }

    .sticky-atc .sticky-atc-btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .nyriana-features {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 40px 16px;
    }

    .nyriana-back-to-top {
        bottom: 80px; /* Above sticky ATC */
        right: 16px;
        width: 42px;
        height: 42px;
    }

    /* Comparison table horizontal scroll */
    .nyriana-compare-table-wrapper {
        margin: 20px -16px;
        padding: 0 16px;
    }
}

/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .nyriana-trust-badges {
        gap: 16px;
    }

    .trust-badge {
        min-width: 160px;
    }

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

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    .sticky-atc {
        display: none !important; /* Only show on mobile */
    }

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

/* Large desktop (1440px+) */
@media (min-width: 1440px) {
    :root {
        --section-padding: 100px;
    }
}

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
    .sticky-atc,
    .nyriana-back-to-top,
    .nyriana-shipping-bar {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }
}


/* ==========================================================================
   NYR-APPLE-UPGRADE-V1 — Apple-style cinematic override layer
   (prompt: ultra-premium Apple redesign)
   ========================================================================== */

/* Dramatic whitespace */
.home .ct-main > section,
.nyriana-section {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
}

/* Typography — cinematic scale */
h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -0.02em; font-weight: 700; line-height: 1.1; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.01em; font-weight: 700; line-height: 1.15; }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 600; line-height: 1.25; }
body { font-family: var(--font-body); font-weight: 400; letter-spacing: -0.003em; }

/* Sticky header — glassmorphism */
header[data-row="top"],
.site-header,
header[data-id="type-1"] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: none;
    transition: background var(--transition-base), box-shadow var(--transition-base), padding var(--transition-base);
}
.site-header.scrolled,
body.nyr-scrolled header[data-id="type-1"] {
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}
.site-header .site-branding img {
    max-height: 44px;
    transition: max-height var(--transition-base);
}
body.nyr-scrolled .site-header .site-branding img { max-height: 36px; }

/* Navigation — subtler Apple weight */
header .ct-menu > li > a {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--dark);
}
header .ct-menu > li > a::after {
    background: var(--harvest-gold);
}

/* Hero — full-screen cinematic */
.nyriana-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: var(--dark);
    background-size: cover;
    background-position: center;
    color: var(--white);
    padding: 120px 24px;
}
.nyriana-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.75) 100%);
    z-index: 1;
}
.nyriana-hero > .nyriana-hero-content { position: relative; z-index: 2; max-width: 900px; text-align: center; }
.nyriana-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.75rem, 6vw, 5.5rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--white);
    margin: 0 0 24px;
}
.nyriana-hero .hero-subtitle {
    font-family: var(--font-body);
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255,255,255,0.86);
    max-width: 620px;
    margin: 0 auto 40px;
}
.nyriana-hero .hero-cta {
    display: inline-block;
    padding: 16px 38px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--white);
    background: transparent;
    border: 1.5px solid var(--harvest-gold);
    border-radius: 999px;
    text-decoration: none;
    transition: all var(--transition-base);
}
.nyriana-hero .hero-cta:hover {
    background: var(--harvest-gold);
    color: var(--dark);
    transform: translateY(-1px);
}

/* Hero: above-the-brand kicker line (Nyriana wordmark) */
.nyriana-hero-content::before {
    content: 'NYRIANA';
    display: block;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.4em;
    color: var(--harvest-gold);
    margin-bottom: 24px;
    opacity: 0;
    animation: nyrFadeUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}
.nyriana-hero h1 { opacity: 0; animation: nyrFadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards; }
.nyriana-hero .hero-subtitle { opacity: 0; animation: nyrFadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards; }
.nyriana-hero .hero-cta { opacity: 0; animation: nyrFadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s forwards; }
@keyframes nyrFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Hero scroll indicator */
.nyriana-hero::after {
    content: '';
    position: absolute;
    bottom: 32px; left: 50%;
    width: 1px; height: 48px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.6));
    transform: translateX(-50%);
    animation: nyrScroll 2.5s ease-in-out infinite;
    z-index: 2;
}
@keyframes nyrScroll {
    0%, 100% { transform: translateX(-50%) scaleY(0.3); transform-origin: bottom; }
    50%      { transform: translateX(-50%) scaleY(1); }
}

/* Scroll-triggered fade utility */
.nyr-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nyr-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.nyr-delay-1 { transition-delay: 0.1s; }
.nyr-delay-2 { transition-delay: 0.2s; }
.nyr-delay-3 { transition-delay: 0.3s; }
.nyr-delay-4 { transition-delay: 0.4s; }

/* Product cards — Apple minimal */
.woocommerce ul.products li.product,
.nyriana-product-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}
.woocommerce ul.products li.product:hover,
.nyriana-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.woocommerce ul.products li.product img {
    transition: transform var(--transition-slow);
}
.woocommerce ul.products li.product:hover img {
    transform: scale(1.04);
}

/* Buttons — Apple pill primary */
.button, .wp-block-button__link, .nyr-btn-primary, .woocommerce a.button, .woocommerce button.button {
    border-radius: 999px !important;
    padding: 14px 32px !important;
    font-family: var(--font-body) !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    transition: all var(--transition-base) !important;
}

/* Footer — darker cinematic */
[data-footer], .ct-footer {
    background: var(--dark) !important;
    color: rgba(255,255,255,0.72);
}
[data-footer] a, .ct-footer a { color: rgba(255,255,255,0.72); }
[data-footer] a:hover, .ct-footer a:hover { color: var(--harvest-gold); }

/* Selection */
::selection { background: var(--harvest-gold); color: var(--dark); }

/* Mobile */
@media (max-width: 768px) {
    :root { --section-padding: 80px; }
    .nyriana-hero { min-height: 85vh; padding: 80px 20px; }
}

/* NYR-APPLE-UPGRADE-V2 — Dark header + white nav (cinematic dark site) */
header[data-row="top"],
.site-header,
header[data-id="type-1"] {
    background: rgba(10, 10, 10, 0.55) !important;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: none;
}
.site-header.scrolled,
body.nyr-scrolled header[data-id="type-1"] {
    background: rgba(10, 10, 10, 0.88) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
header .ct-menu > li > a,
header .ct-menu > li > a:link,
header .ct-menu > li > a:visited {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
header .ct-menu > li > a:hover,
header .ct-menu > li.current-menu-item > a {
    color: #c9a84c !important;
}
header .ct-menu > li > a::after {
    background: #c9a84c;
}
/* Cart icon & count */
.ct-header-cart .ct-icon,
.ct-header-cart svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}
.ct-header-cart .ct-cart-count {
    background: #c9a84c !important;
    color: #0a0a0a !important;
}
/* Search, account, any header icons */
.ct-header-account .ct-icon,
.ct-header-search .ct-icon,
header .ct-header-top [class*="ct-icon"] {
    color: #ffffff !important;
}
/* Mobile toggle */
.ct-header-trigger,
.ct-toggle-button {
    color: #ffffff !important;
}

/* Process section full-bleed override protection */
.nyr-process-section video {
    background: #000;
}

/* Full-width escape for deeply-nested containers */
.nyr-process-section {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

/* NYR-APPLE-UPGRADE-V3 — Blocksy header gercek DOM hedefli */

/* Sticky wrapper (outer) */
header.ct-header#header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background: transparent !important;
}

/* GERÇEK görünen header: inner data-row div'leri */
header.ct-header [data-row],
header.ct-header [data-row="top"],
header.ct-header [data-row="middle"],
header.ct-header [data-row="bottom"],
header.ct-header [data-row="top:boxed"],
header.ct-header [data-row="middle:boxed"],
header.ct-header [data-row="bottom:boxed"],
header.ct-header [class*="header-row"] {
    background: #000000 !important;
    background-color: #000000 !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    color: #ffffff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: background 0.3s ease, padding 0.3s ease !important;
}

/* Compact header height */
header.ct-header .site-branding img,
header.ct-header .custom-logo {
    max-height: 56px !important;
    width: auto !important;
    transition: max-height 0.3s ease !important;
}

/* Nav links — beyaz */
header.ct-header .ct-menu a,
header.ct-header nav a,
header.ct-header .menu-container a {
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    transition: color 0.2s ease !important;
}

/* Hover + aktif (current-menu-item) — gold */
header.ct-header .ct-menu a:hover,
header.ct-header .ct-menu li.current-menu-item > a,
header.ct-header .ct-menu li.current-menu-ancestor > a,
header.ct-header .ct-menu li.current_page_item > a,
header.ct-header nav a:hover {
    color: #c9a84c !important;
}

/* Underline effect */
header.ct-header .ct-menu > li > a::after {
    background: #c9a84c !important;
}

/* Tüm ikonlar — arama, sepet, hesap, trigger */
header.ct-header button,
header.ct-header .ct-icon,
header.ct-header svg,
header.ct-header .ct-header-search,
header.ct-header .ct-header-cart,
header.ct-header .ct-header-account,
header.ct-header .ct-header-trigger {
    color: #ffffff !important;
}
header.ct-header svg,
header.ct-header svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}
header.ct-header .ct-header-cart .ct-cart-count,
header.ct-header [class*="cart-count"] {
    background: #c9a84c !important;
    color: #000000 !important;
}

/* Scrolled state — daha da koyu, daha kompakt */
body.nyr-scrolled header.ct-header [data-row],
body.nyr-scrolled header.ct-header [data-row="middle:boxed"] {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.08);
}
body.nyr-scrolled header.ct-header .site-branding img,
body.nyr-scrolled header.ct-header .custom-logo {
    max-height: 44px !important;
}

/* Hero üst padding kaldır (header sticky olduğunda hero header'ın altında başlasın) */
.nyriana-hero {
    margin-top: 0 !important;
}

/* Process section full-bleed korunuyor */
.nyr-process-section {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

/* NYR-APPLE-UPGRADE-V4 — Logo + cookie banner */
header.ct-header .site-branding img,
header.ct-header .custom-logo,
header.ct-header .ct-logo-container img {
    max-height: 72px !important;
    min-height: 56px !important;
    width: auto !important;
    object-fit: contain !important;
}
body.nyr-scrolled header.ct-header .site-branding img,
body.nyr-scrolled header.ct-header .custom-logo,
body.nyr-scrolled header.ct-header .ct-logo-container img {
    max-height: 56px !important;
}

/* Cookie banner — Apple tarzı dark */
.cookie-notification {
    background: rgba(10,10,10,0.95) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    color: #ffffff !important;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0 !important;
    font-family: var(--font-body);
}
.cookie-notification .ct-cookies-content,
.cookie-notification .ct-cookies-content p {
    color: rgba(255,255,255,0.88) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}
.cookie-notification .ct-cookies-content a {
    color: #c9a84c !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.cookie-notification .ct-button-group {
    display: flex; gap: 12px; align-items: center;
}
.cookie-notification .ct-cookies-accept-button {
    background: #c9a84c !important;
    color: #0a0a0a !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: opacity 0.2s ease !important;
}
.cookie-notification .ct-cookies-accept-button:hover { opacity: 0.88 !important; }
.cookie-notification .ct-cookies-decline-button {
    background: transparent !important;
    color: rgba(255,255,255,0.72) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    padding: 10px 20px !important;
    border-radius: 999px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.cookie-notification .ct-cookies-decline-button:hover {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.35) !important;
}

/* ===== NYRIANA HYBRID SECTIONS CSS ===== */
/**
 * Nyriana - Sabit Section'lar
 *
 * Polifenol section'ın inline <style> bloğundan harici dosyaya taşınmıştır.
 * Sadece front page'de yüklenir (functions.php'de is_front_page() koşulu).
 */

.nyr-polyphenol-section{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.nyr-poly-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}
.nyr-poly-bg-hex{position:absolute;width:280px;height:auto;opacity:.06;color:#7f715c;pointer-events:none;z-index:0}
.nyr-poly-bg-hex-1{top:6%;left:-60px;transform:rotate(-12deg)}
.nyr-poly-bg-hex-2{bottom:8%;right:-40px;transform:rotate(18deg)}
.nyr-poly-card{background:#ffffff;border:1px solid #e8dec0;border-radius:18px;padding:36px 28px 28px;box-shadow:0 30px 60px -30px rgba(60,50,20,.18),0 8px 16px -8px rgba(60,50,20,.08);max-width:480px;margin:0 auto;aspect-ratio:4/5;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}
.nyr-poly-corner{position:absolute;top:18px;right:20px;color:#a8977b}
.nyr-poly-svg{width:100%;height:auto;max-width:380px}
.nyr-poly-card-foot{position:absolute;bottom:20px;left:0;right:0;text-align:center;font-size:11px;letter-spacing:.22em;color:#a8977b;text-transform:uppercase;font-weight:600}
.nyr-poly-card-foot::before{content:"";display:block;width:48px;height:1px;background:#a8977b;opacity:.5;margin:0 auto 10px}
.nyr-eyebrow{display:block;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:#a8977b;font-weight:600;margin:0 0 18px}
.nyr-poly-title{font-family:Georgia,"Playfair Display","Times New Roman",serif;font-size:clamp(2rem,4vw,3.25rem);line-height:1.1;letter-spacing:-.012em;color:#111518;margin:0 0 22px;font-weight:400;max-width:520px}
.nyr-poly-sub{font-family:Georgia,serif;font-style:italic;font-size:18px;line-height:1.6;color:#6e6e6e;max-width:520px;margin:0 0 22px;border-left:2px solid #a8977b;padding-left:18px}
.nyr-poly-body{font-size:16px;line-height:1.75;color:#3f4245;max-width:520px;margin:0 0 26px}
.nyr-poly-list{list-style:none;padding:0;margin:0 0 32px;max-width:520px}
.nyr-poly-list li{display:flex;align-items:flex-start;gap:14px;padding:10px 0;border-bottom:1px solid rgba(168,151,123,.18);font-size:15px;color:#3f4245;line-height:1.55}
.nyr-poly-list li:last-child{border-bottom:0}
.nyr-poly-list li svg{flex-shrink:0;margin-top:3px}
.nyr-poly-list strong{color:#111518;font-weight:600}
.nyr-poly-cta-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.nyr-poly-btn{display:inline-flex;align-items:center;gap:10px;background:#111518;color:#fff;text-decoration:none;padding:16px 28px;border-radius:8px;font-size:14px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;transition:background .25s ease,transform .25s ease}
.nyr-poly-btn:hover{background:#a8977b;transform:translateY(-1px);color:#fff}
.nyr-poly-btn-arrow{transition:transform .25s ease}
.nyr-poly-btn:hover .nyr-poly-btn-arrow{transform:translateX(4px)}
.nyr-poly-link{color:#a8977b;text-decoration:underline;text-decoration-color:#d4c89a;text-underline-offset:4px;font-size:14px;letter-spacing:.04em;transition:color .25s ease}
.nyr-poly-link:hover{color:#111518;text-decoration-color:#a8977b}

/* gauge */
.nyr-needle{transform-origin:200px 240px;transform:rotate(0deg);transition:transform 1.5s cubic-bezier(.2,.8,.25,1);transition-delay:.15s}
.nyr-polyphenol-section.in-view .nyr-needle{transform:rotate(118.125deg)}

@media(prefers-reduced-motion:reduce){
	.nyr-needle{transition:none;transform:rotate(118.125deg)}
}

@media(max-width:960px){
	.nyr-polyphenol-section{padding:72px 20px}
	.nyr-poly-wrap{grid-template-columns:1fr;gap:48px}
	.nyr-poly-card{order:-1;max-width:340px;aspect-ratio:5/6}
	.nyr-poly-title{font-size:clamp(1.7rem,6vw,2.4rem)}
	.nyr-poly-sub{font-size:16.5px}
	.nyr-poly-bg-hex{display:none}
}

@media(max-width:480px){
	.nyr-poly-cta-row{flex-direction:column;align-items:stretch;gap:14px}
	.nyr-poly-btn{justify-content:center}
	.nyr-poly-link{text-align:center}
}

/* Esnek orta katman wrapper - boş boşluk koruma */
.nyriana-flexible-content{position:relative}
