/*
 Theme Name:   נעול עליה - OceanWP Child
 Theme URI:    https://lockedonher.co.il
 Description:  Editorial blog theme for נעול עליה — a multi-author Hebrew RTL magazine. OceanWP child theme.
 Author:       נעול עליה
 Template:     oceanwp
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  naal
*/

/* === IMPORT PARENT === */
/* Parent styles loaded via functions.php wp_enqueue_style */

/* =============================================
   CSS CUSTOM PROPERTIES
   ============================================= */
:root {
    /* Primary — Warm Copper Brown */
    --color-primary: #7B4A2D;
    --color-primary-dark: #5C3317;
    --color-primary-light: #9B6A4D;

    /* Accent — Warm Amber Gold */
    --color-accent: #A07040;
    --color-accent-dark: #7B5520;
    --color-accent-light: #C09060;

    /* Secondary — Warm Amber */
    --color-teal: #A07040;
    --color-teal-light: #C09060;

    /* Tertiary — Deep Burgundy */
    --color-burgundy: #7B2336;
    --color-burgundy-light: #9E3A50;

    /* Neutrals — light parchment */
    --color-bg: #F5EDE0;
    --color-bg-alt: #EDE0C8;
    --color-surface: #FDFAF5;
    --color-text: #3A2010;
    --color-text-secondary: #6B4A30;
    --color-text-muted: #9A7A60;
    --color-border: #C4A882;
    --color-border-light: #DDD0B8;

    /* Functional */
    --color-success: #A07040;
    --color-error: #7B2336;

    /* Typography */
    --font-body: 'Heebo', sans-serif;
    --font-heading: 'Frank Ruhl Libre', 'Noto Serif Hebrew', serif;
    --font-accent: 'Rubik', sans-serif;

    /* Type Scale (1.25 — Major Third) */
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 2rem;
    --text-4xl: 2.75rem;
    --text-5xl: 3.5rem;

    /* Spacing */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 40px;
    --space-2xl: 64px;
    --space-3xl: 96px;

    /* Layout */
    --max-width: 1200px;
    --content-width: 680px;
    --radius: 4px;
    --radius-lg: 6px;
    --radius-pill: 20px;

    /* Effects */
    --shadow-sm: 0 1px 3px rgba(58, 32, 16, 0.10);
    --shadow: 0 4px 20px rgba(58, 32, 16, 0.12);
    --shadow-lg: 0 8px 40px rgba(58, 32, 16, 0.18);
    --transition: 0.3s ease;

    /* Ornate / Vintage Accents */
    --color-gold-metallic: #C09060;
    --color-gold-light: #D4A574;
    --color-gold-dark: #8B6914;
    --color-dark-leather: #2A1810;
    --color-dark-satin: #1E1218;
    --shadow-ornate: 0 2px 12px rgba(123, 74, 45, 0.15), inset 0 1px 0 rgba(192, 144, 96, 0.1);
    --shadow-gold-glow: 0 4px 20px rgba(192, 144, 96, 0.25);
    --border-ornate: 1px solid var(--color-accent);
    --border-ornate-double: 3px double var(--color-accent);
    --corner-size: 36px;
    --corner-size-sm: 24px;

    /* Geometric tile patterns (subtle backgrounds) */
    --pattern-arabesque: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M20 0 L40 20 L20 40 L0 20Z' fill='none' stroke='%23C09060' stroke-width='0.5' opacity='0.08'/%3E%3Ccircle cx='20' cy='20' r='4' fill='none' stroke='%23C09060' stroke-width='0.4' opacity='0.06'/%3E%3C/svg%3E");
    --pattern-lattice: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 12 L12 0 L24 12 L12 24Z' fill='none' stroke='%23C09060' stroke-width='0.3' opacity='0.06'/%3E%3Ccircle cx='12' cy='12' r='1.5' fill='%23C09060' opacity='0.04'/%3E%3C/svg%3E");
    --pattern-dots: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='1' fill='%23C09060' opacity='0.1'/%3E%3C/svg%3E");
    --pattern-cross: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M16 4 L16 28 M4 16 L28 16' stroke='%23C09060' stroke-width='0.3' opacity='0.06'/%3E%3Cpath d='M8 8 L24 24 M24 8 L8 24' stroke='%23C09060' stroke-width='0.2' opacity='0.04'/%3E%3Ccircle cx='16' cy='16' r='2' fill='none' stroke='%23C09060' stroke-width='0.3' opacity='0.05'/%3E%3C/svg%3E");

    /* Continuous ornamental border (repeating pattern) */
    --border-ornate-repeat: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='12' viewBox='0 0 80 12'%3E%3Cpath d='M0 6 Q10 0 20 6 Q30 12 40 6 Q50 0 60 6 Q70 12 80 6' fill='none' stroke='%23C09060' stroke-width='1' opacity='0.6'/%3E%3Ccircle cx='20' cy='6' r='1.5' fill='%23C09060' opacity='0.4'/%3E%3Ccircle cx='60' cy='6' r='1.5' fill='%23C09060' opacity='0.4'/%3E%3C/svg%3E");

    /* SVG corner ornaments — elaborate scrollwork with fleur detail */
    --ornate-corner-tl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M3 3 L3 20 M3 3 L20 3' stroke='%23C09060' stroke-width='1.5' fill='none'/%3E%3Cpath d='M3 3 L3 14 C3 14 5 12 8 11 C11 10 14 11 14 14 C14 17 11 18 9 16 C7 14 8 12 10 12' fill='none' stroke='%23C09060' stroke-width='1' opacity='0.7'/%3E%3Cpath d='M3 3 L14 3 C14 3 12 5 11 8 C10 11 11 14 14 14 C17 14 18 11 16 9 C14 7 12 8 12 10' fill='none' stroke='%23C09060' stroke-width='1' opacity='0.7'/%3E%3Ccircle cx='6' cy='6' r='2' fill='%23C09060' opacity='0.35'/%3E%3Ccircle cx='6' cy='6' r='0.8' fill='%23C09060' opacity='0.7'/%3E%3Cpath d='M3 20 C4 18 5 17 6 17' stroke='%23C09060' stroke-width='0.6' fill='none' opacity='0.4'/%3E%3Cpath d='M20 3 C18 4 17 5 17 6' stroke='%23C09060' stroke-width='0.6' fill='none' opacity='0.4'/%3E%3C/svg%3E");
    --ornate-corner-tr: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M33 3 L33 20 M33 3 L16 3' stroke='%23C09060' stroke-width='1.5' fill='none'/%3E%3Cpath d='M33 3 L33 14 C33 14 31 12 28 11 C25 10 22 11 22 14 C22 17 25 18 27 16 C29 14 28 12 26 12' fill='none' stroke='%23C09060' stroke-width='1' opacity='0.7'/%3E%3Cpath d='M33 3 L22 3 C22 3 24 5 25 8 C26 11 25 14 22 14 C19 14 18 11 20 9 C22 7 24 8 24 10' fill='none' stroke='%23C09060' stroke-width='1' opacity='0.7'/%3E%3Ccircle cx='30' cy='6' r='2' fill='%23C09060' opacity='0.35'/%3E%3Ccircle cx='30' cy='6' r='0.8' fill='%23C09060' opacity='0.7'/%3E%3Cpath d='M33 20 C32 18 31 17 30 17' stroke='%23C09060' stroke-width='0.6' fill='none' opacity='0.4'/%3E%3Cpath d='M16 3 C18 4 19 5 19 6' stroke='%23C09060' stroke-width='0.6' fill='none' opacity='0.4'/%3E%3C/svg%3E");
    --ornate-corner-bl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M3 33 L3 16 M3 33 L20 33' stroke='%23C09060' stroke-width='1.5' fill='none'/%3E%3Cpath d='M3 33 L3 22 C3 22 5 24 8 25 C11 26 14 25 14 22 C14 19 11 18 9 20 C7 22 8 24 10 24' fill='none' stroke='%23C09060' stroke-width='1' opacity='0.7'/%3E%3Cpath d='M3 33 L14 33 C14 33 12 31 11 28 C10 25 11 22 14 22 C17 22 18 25 16 27 C14 29 12 28 12 26' fill='none' stroke='%23C09060' stroke-width='1' opacity='0.7'/%3E%3Ccircle cx='6' cy='30' r='2' fill='%23C09060' opacity='0.35'/%3E%3Ccircle cx='6' cy='30' r='0.8' fill='%23C09060' opacity='0.7'/%3E%3Cpath d='M3 16 C4 18 5 19 6 19' stroke='%23C09060' stroke-width='0.6' fill='none' opacity='0.4'/%3E%3Cpath d='M20 33 C18 32 17 31 17 30' stroke='%23C09060' stroke-width='0.6' fill='none' opacity='0.4'/%3E%3C/svg%3E");
    --ornate-corner-br: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M33 33 L33 16 M33 33 L16 33' stroke='%23C09060' stroke-width='1.5' fill='none'/%3E%3Cpath d='M33 33 L33 22 C33 22 31 24 28 25 C25 26 22 25 22 22 C22 19 25 18 27 20 C29 22 28 24 26 24' fill='none' stroke='%23C09060' stroke-width='1' opacity='0.7'/%3E%3Cpath d='M33 33 L22 33 C22 33 24 31 25 28 C26 25 25 22 22 22 C19 22 18 25 20 27 C22 29 24 28 24 26' fill='none' stroke='%23C09060' stroke-width='1' opacity='0.7'/%3E%3Ccircle cx='30' cy='30' r='2' fill='%23C09060' opacity='0.35'/%3E%3Ccircle cx='30' cy='30' r='0.8' fill='%23C09060' opacity='0.7'/%3E%3Cpath d='M33 16 C32 18 31 19 30 19' stroke='%23C09060' stroke-width='0.6' fill='none' opacity='0.4'/%3E%3Cpath d='M16 33 C18 32 19 31 19 30' stroke='%23C09060' stroke-width='0.6' fill='none' opacity='0.4'/%3E%3C/svg%3E");
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: var(--text-base);
    background-color: var(--color-bg);
    color: var(--color-text);
    direction: rtl;
    unicode-bidi: embed;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--color-text);
    line-height: 1.25;
    margin: 0;
}

h1 { font-size: var(--text-4xl); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-2xl); }
h4 { font-size: var(--text-xl); }
h5 { font-size: var(--text-lg); }

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--color-primary-dark);
}

::selection {
    background: var(--color-primary);
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =============================================
   LAYOUT UTILITIES
   ============================================= */
.naal-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

.naal-section {
    padding: var(--space-3xl) 0;
}

.naal-section-alt {
    background: var(--color-bg-alt);
}

.naal-section-title {
    font-size: var(--text-2xl);
    font-weight: 800;
    text-align: center;
    margin-bottom: var(--space-xl);
    color: var(--color-text);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
}

.naal-section-title::before,
.naal-section-title::after {
    content: '';
    flex: 1;
    max-width: 120px;
    height: 3px;
    border-top: 1px solid var(--color-gold-metallic);
    border-bottom: 1px solid var(--color-gold-metallic);
    opacity: 0.45;
}

/* Diamond accent at title edges */
.naal-section-title .naal-title-diamond {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--color-gold-metallic);
    transform: rotate(45deg);
    opacity: 0.5;
    flex-shrink: 0;
}

/* =============================================
   ORNATE FRAME SYSTEM
   ============================================= */
.naal-ornate-frame {
    position: relative;
    border: var(--border-ornate-double);
    background-color: var(--color-surface);
    background-image:
        var(--ornate-corner-tl),
        var(--ornate-corner-tr),
        var(--ornate-corner-bl),
        var(--ornate-corner-br);
    background-position:
        top left,
        top right,
        bottom left,
        bottom right;
    background-size: var(--corner-size) var(--corner-size);
    background-repeat: no-repeat;
    box-shadow: var(--shadow-ornate);
}

.naal-ornate-frame-sm {
    position: relative;
    border: var(--border-ornate-double);
    background-color: var(--color-surface);
    background-image:
        var(--ornate-corner-tl),
        var(--ornate-corner-tr),
        var(--ornate-corner-bl),
        var(--ornate-corner-br);
    background-position:
        top left,
        top right,
        bottom left,
        bottom right;
    background-size: var(--corner-size-sm) var(--corner-size-sm);
    background-repeat: no-repeat;
    box-shadow: var(--shadow-ornate);
}

/* Ornate frame for dark backgrounds */
.naal-ornate-frame-dark {
    position: relative;
    border: 3px double var(--color-gold-metallic);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(192, 144, 96, 0.15);
}

/* =============================================
   HEADER
   ============================================= */
.naal-header {
    background: var(--color-dark-leather);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: box-shadow var(--transition);
    border-bottom: none;
}

.naal-header::after {
    content: '';
    display: block;
    height: 12px;
    background: var(--border-ornate-repeat) repeat-x center;
    background-size: 80px 12px;
    opacity: 0.8;
}

.naal-header.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Top band: centered logo */
.naal-header-top {
    border-bottom: 1px solid rgba(192, 144, 96, 0.2);
    padding: var(--space-lg) var(--space-lg);
}

.naal-header-top .naal-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Nav band below logo */
.naal-header-nav {
    background: rgba(0, 0, 0, 0.15);
    padding: var(--space-sm) var(--space-lg);
}

.naal-header-nav .naal-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.naal-nav-inner {
    display: flex;
    align-items: center;
    gap: var(--space-xl);
}

.naal-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: var(--space-xs);
}

.naal-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.naal-logo-icon svg {
    width: 40px;
    height: 40px;
    color: var(--color-gold-metallic);
    filter: drop-shadow(0 1px 4px rgba(192, 144, 96, 0.4));
    transition: color var(--transition), filter var(--transition);
}

.naal-logo-text {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: 800;
    color: var(--color-gold-metallic);
    letter-spacing: 0.15em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.naal-logo:hover .naal-logo-text {
    color: var(--color-gold-light);
}

.naal-logo:hover .naal-logo-icon svg {
    color: var(--color-gold-light);
    filter: drop-shadow(0 2px 6px rgba(212, 165, 116, 0.5));
}

/* Ornate line under logo */
.naal-header-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold-metallic);
    margin-top: var(--space-xs);
}

.naal-header-ornament svg {
    width: 120px;
    height: 12px;
}

.naal-logo-img {
    height: 64px;
    width: auto;
    display: block;
    transition: opacity var(--transition), filter var(--transition);
}

.naal-logo:hover .naal-logo-img {
    opacity: 0.85;
    filter: brightness(1.2);
}

.naal-nav {
    display: flex;
    align-items: center;
    gap: var(--space-xl);
    list-style: none;
    margin: 0;
    padding: 0;
}

.naal-nav a {
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color var(--transition), border-color var(--transition);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
}

.naal-nav a:hover,
.naal-nav a.active {
    color: var(--color-gold-metallic);
    border-bottom-color: var(--color-gold-metallic);
}

/* Search toggle */
.naal-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    padding: var(--space-sm);
    transition: color var(--transition);
}

.naal-search-toggle:hover {
    color: var(--color-gold-metallic);
}

/* Mobile menu toggle */
.naal-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--space-sm);
    color: rgba(255, 255, 255, 0.7);
}

.naal-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: currentColor;
    margin: 5px 0;
    transition: all var(--transition);
}

/* Mobile nav */
.naal-mobile-nav {
    display: none;
    position: fixed;
    inset: 0;
    top: 120px;
    background: var(--color-dark-leather);
    z-index: 999;
    padding: var(--space-xl) var(--space-lg);
}

.naal-mobile-nav.open {
    display: block;
}

.naal-mobile-nav a {
    display: block;
    padding: var(--space-md) 0;
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--color-gold-light);
    border-bottom: 1px solid rgba(192, 144, 96, 0.2);
}

/* =============================================
   HERO — Featured Post
   ============================================= */
.naal-hero {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    margin: var(--space-lg) auto;
    max-width: var(--max-width);
    aspect-ratio: 21 / 9;
    min-height: 480px;
}

.naal-hero a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

.naal-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.naal-hero:hover .naal-hero-image {
    transform: scale(1.03);
}

.naal-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(35, 15, 5, 0.75) 0%,
        rgba(35, 15, 5, 0.35) 40%,
        rgba(35, 15, 5, 0.08) 100%
    );
}

/* Fallback when no image */
.naal-hero-no-image {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
}

.naal-hero-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: var(--space-2xl) var(--space-xl);
    z-index: 2;
}

.naal-hero-tag {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: var(--color-accent);
    color: var(--color-text);
    padding: 4px 14px;
    border-radius: var(--radius-pill);
    margin-bottom: var(--space-md);
}

.naal-hero-title {
    font-size: var(--text-5xl);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: var(--space-md);
    max-width: 800px;
}

.naal-hero-excerpt {
    font-size: var(--text-lg);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: var(--space-md);
}

.naal-hero-meta {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.7);
}

.naal-hero-meta .author-name {
    color: var(--color-accent-light);
    font-weight: 600;
}

.naal-hero-meta .separator {
    opacity: 0.5;
}

/* =============================================
   POST CARDS
   ============================================= */
.naal-post-card {
    display: flex;
    flex-direction: column;
    background: var(--color-surface);
    border-radius: 2px;
    overflow: hidden;
    text-decoration: none;
    color: var(--color-text);
    transition: transform var(--transition), box-shadow var(--transition);
    border: var(--border-ornate-double);
    box-shadow: var(--shadow-ornate);
    position: relative;
}

.naal-post-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        var(--ornate-corner-tl),
        var(--ornate-corner-tr),
        var(--ornate-corner-bl),
        var(--ornate-corner-br);
    background-position: top left, top right, bottom left, bottom right;
    background-size: var(--corner-size-sm) var(--corner-size-sm);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
}

.naal-post-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold-glow);
    color: var(--color-text);
}

.naal-card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--color-bg-alt);
}

.naal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.naal-post-card:hover .naal-card-image img {
    transform: scale(1.05);
}

.naal-card-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 100%);
    opacity: 0.12;
}

.naal-card-body {
    padding: var(--space-lg);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.naal-card-tag {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--color-gold-metallic);
    letter-spacing: 0.04em;
    margin-bottom: var(--space-sm);
    text-transform: uppercase;
    position: relative;
    padding: 2px 16px 2px 12px;
    background: linear-gradient(135deg, rgba(192, 144, 96, 0.1) 0%, rgba(192, 144, 96, 0.05) 100%);
    border-right: 2px solid var(--color-gold-metallic);
}

.naal-card-tag::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: var(--color-surface);
    border-left: 1px solid rgba(192, 144, 96, 0.3);
    border-bottom: 1px solid rgba(192, 144, 96, 0.3);
}

.naal-card-title {
    font-size: var(--text-xl);
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: var(--space-sm);
    color: var(--color-text);
}

.naal-card-excerpt {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: 1.6;
    margin-bottom: var(--space-md);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.naal-card-meta {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    color: var(--color-text-muted);
    margin-top: auto;
}

.naal-card-meta .author-name {
    font-weight: 600;
    color: var(--color-text-secondary);
}

.naal-card-meta .separator {
    opacity: 0.4;
}

/* Hourglass icon for reading time */
.naal-reading-time::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    vertical-align: -1px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='3' y='1' width='10' height='2' rx='0.5' fill='%23C09060' opacity='0.7'/%3E%3Crect x='3' y='13' width='10' height='2' rx='0.5' fill='%23C09060' opacity='0.7'/%3E%3Cpath d='M4 3 L4 5 C4 7 8 8 8 8 C8 8 4 9 4 11 L4 13 L12 13 L12 11 C12 9 8 8 8 8 C8 8 12 7 12 5 L12 3Z' fill='none' stroke='%23C09060' stroke-width='0.8' opacity='0.6'/%3E%3Cpath d='M6 4 L6 5.5 C6 6.5 8 7.5 8 7.5 C8 7.5 10 6.5 10 5.5 L10 4Z' fill='%23C09060' opacity='0.25'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* =============================================
   POST GRID (archive, author pages)
   ============================================= */
.naal-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

/* =============================================
   HOMEPAGE — TAB NAVIGATION
   ============================================= */
.naal-homepage-grid {
    padding-top: var(--space-xl);
}

.naal-tabs-wrap {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-xl);
    border-bottom: 3px double var(--color-accent);
    padding-bottom: 0;
}

.naal-tabs {
    display: flex;
    gap: 0;
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.naal-tabs::-webkit-scrollbar {
    display: none;
}

.naal-tab {
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    padding: var(--space-sm) var(--space-lg);
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: -2px;
    transition: color var(--transition), border-color var(--transition);
}

.naal-tab:hover {
    color: var(--color-text);
}

.naal-tab.active {
    color: var(--color-text);
    border-bottom-color: var(--color-gold-metallic);
    font-weight: 700;
}

.naal-tab-arrow {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--color-accent);
    background: var(--color-surface);
    color: var(--color-accent);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-lg);
    line-height: 1;
    transition: border-color var(--transition), color var(--transition), box-shadow var(--transition);
    margin-bottom: -2px;
}

.naal-tab-arrow:hover {
    border-color: var(--color-gold-metallic);
    color: var(--color-gold-metallic);
    box-shadow: var(--shadow-sm);
}

/* =============================================
   HOMEPAGE — PANELS
   ============================================= */
.naal-panel {
    display: none;
}

.naal-panel.naal-panel-active {
    display: block;
    animation: naalFadeIn 0.25s ease;
}

@keyframes naalFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.naal-no-posts {
    text-align: center;
    color: var(--color-text-muted);
    padding: var(--space-2xl) 0;
    font-size: var(--text-lg);
}

/* =============================================
   HOMEPAGE — IMAGE GRID (overlay title cards)
   ============================================= */
.naal-dynamic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: var(--space-md);
}

/* All cards: full-bleed image with title overlay */
.naal-dynamic-grid .naal-post-card {
    position: relative;
    overflow: hidden;
    background: #F5EDE0;
    border: none;
}

.naal-dynamic-grid .naal-post-card .naal-card-image {
    position: absolute;
    inset: 0;
    height: 100%;
    aspect-ratio: unset;
}

.naal-dynamic-grid .naal-post-card .naal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.naal-dynamic-grid .naal-post-card:hover .naal-card-image img {
    transform: scale(1.05);
}

.naal-dynamic-grid .naal-post-card .naal-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--space-md);
    background: linear-gradient(to top, rgba(35, 15, 5, 0.80) 0%, rgba(35, 15, 5, 0.25) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 0;
}

.naal-dynamic-grid .naal-post-card .naal-card-tag {
    display: inline-block;
    background: var(--color-accent);
    color: #fff;
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 3px;
    margin-bottom: var(--space-xs);
    align-self: flex-start;
}

.naal-dynamic-grid .naal-post-card .naal-card-title {
    color: #fff;
    font-size: var(--text-sm);
    line-height: 1.3;
    margin-bottom: 0;
}

.naal-dynamic-grid .naal-post-card .naal-card-excerpt,
.naal-dynamic-grid .naal-post-card .naal-card-meta {
    display: none;
}

/* Card 1: hero — spans 2 cols × 2 rows */
.naal-dynamic-grid .naal-post-card:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.naal-dynamic-grid .naal-post-card:nth-child(1) .naal-card-body {
    padding: var(--space-lg);
}

.naal-dynamic-grid .naal-post-card:nth-child(1) .naal-card-title {
    font-size: var(--text-2xl);
    line-height: 1.2;
}

/* Cards 2–9: all single-column */
.naal-dynamic-grid .naal-post-card:nth-child(n+2) {
    grid-column: span 1;
}

/* =============================================
   AUTHORS ROW (Homepage)
   ============================================= */
.naal-authors-row {
    display: flex;
    justify-content: center;
    gap: var(--space-xl);
    flex-wrap: wrap;
}

.naal-author-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--color-text);
    transition: transform var(--transition);
}

.naal-author-preview:hover {
    transform: translateY(-4px);
    color: var(--color-text);
}

.naal-author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: var(--space-sm);
    border: 3px solid var(--color-border);
    transition: border-color var(--transition);
    background: var(--color-bg-alt);
}

.naal-author-preview:hover .naal-author-avatar {
    border-color: var(--color-accent);
}

.naal-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.naal-author-avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-2xl);
    color: var(--color-primary-light);
    background: var(--color-bg-alt);
}

.naal-author-name {
    font-family: var(--font-heading);
    font-size: var(--text-sm);
    font-weight: 700;
    margin-bottom: 2px;
}

.naal-author-title {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    color: var(--color-text-muted);
}

/* =============================================
   TOPICS BAR
   ============================================= */
.naal-topics {
    display: flex;
    justify-content: center;
    gap: var(--space-sm);
    flex-wrap: wrap;
}

.naal-topic-pill {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding: var(--space-sm) var(--space-md);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: all var(--transition);
}

.naal-topic-pill:hover {
    border-color: var(--color-accent);
    color: var(--color-accent-dark);
    background: rgba(201, 168, 76, 0.06);
}

.naal-topic-pill.active {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: rgba(91, 45, 142, 0.06);
}

/* =============================================
   SINGLE POST
   ============================================= */
.naal-single {
    max-width: 960px;
    margin: 0 auto;
    padding: var(--space-xl) var(--space-lg);
}

.naal-single-header {
    text-align: center;
    margin-bottom: var(--space-xl);
}

.naal-single-tag {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--color-primary);
    letter-spacing: 0.06em;
    margin-bottom: var(--space-md);
}

.naal-single-title {
    font-size: var(--text-4xl);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: var(--space-lg);
    color: var(--color-text);
}

.naal-single-featured {
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: var(--space-xl);
    aspect-ratio: 16 / 9;
}

.naal-single-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Author byline */
.naal-byline {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
}

.naal-byline-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--color-bg-alt);
}

.naal-byline-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.naal-byline-info {
    display: flex;
    flex-direction: column;
}

.naal-byline-name {
    font-family: var(--font-heading);
    font-size: var(--text-sm);
    font-weight: 700;
    color: var(--color-text);
}

.naal-byline-name a {
    color: var(--color-text);
}

.naal-byline-name a:hover {
    color: var(--color-primary);
}

.naal-byline-detail {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    color: var(--color-text-muted);
}

/* Article content */
.naal-article {
    max-width: var(--content-width);
    margin: 0 auto;
    font-size: var(--text-lg);
    line-height: 1.8;
    color: var(--color-text);
}

.naal-article p {
    margin-bottom: 1.5em;
}

.naal-article h2 {
    font-size: var(--text-3xl);
    margin-top: 2em;
    margin-bottom: 0.75em;
}

.naal-article h3 {
    font-size: var(--text-2xl);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.naal-article h4 {
    font-size: var(--text-xl);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.naal-article blockquote {
    border-right: 4px solid var(--color-accent);
    padding-right: var(--space-lg);
    margin: 2em 0;
    font-size: var(--text-xl);
    font-style: italic;
    color: var(--color-text-secondary);
}

.naal-article ul, .naal-article ol {
    padding-right: var(--space-lg);
    margin-bottom: 1.5em;
}

.naal-article li {
    margin-bottom: 0.5em;
}

.naal-article img {
    border-radius: var(--radius);
    margin: 2em 0;
}

.naal-article a {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.naal-article a:hover {
    color: var(--color-primary-dark);
}

/* Tags at bottom of post */
.naal-post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    max-width: var(--content-width);
    margin: var(--space-xl) auto;
    padding-top: var(--space-xl);
    border-top: 1px solid var(--color-border);
}

.naal-post-tags a {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding: var(--space-xs) var(--space-md);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    transition: all var(--transition);
}

.naal-post-tags a:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: rgba(91, 45, 142, 0.04);
}

/* =============================================
   AUTHOR CARD (in single post)
   ============================================= */
.naal-author-box {
    max-width: var(--content-width);
    margin: var(--space-2xl) auto;
    padding: var(--space-xl);
    background: var(--color-bg-alt);
    border-radius: var(--radius-lg);
    display: flex;
    gap: var(--space-lg);
    align-items: flex-start;
}

.naal-author-box-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--color-surface);
}

.naal-author-box-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.naal-author-box-info h3 {
    font-size: var(--text-xl);
    font-weight: 800;
    margin-bottom: var(--space-xs);
}

.naal-author-box-title {
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    color: var(--color-primary);
    margin-bottom: var(--space-sm);
}

.naal-author-box-bio {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: var(--space-md);
}

.naal-author-box-link {
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
}

.naal-author-box-link:hover {
    color: var(--color-primary-dark);
}

/* =============================================
   RELATED POSTS
   ============================================= */
.naal-related {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--space-2xl) var(--space-lg);
}

.naal-related-title {
    font-size: var(--text-2xl);
    font-weight: 800;
    margin-bottom: var(--space-xl);
    text-align: center;
}

/* =============================================
   AUTHOR PAGE
   ============================================= */
.naal-author-page {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--space-xl) var(--space-lg);
}

.naal-author-header {
    display: flex;
    gap: var(--space-xl);
    align-items: center;
    padding: var(--space-2xl) 0;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--space-2xl);
}

.naal-author-header-avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 4px solid var(--color-border);
    background: var(--color-bg-alt);
}

.naal-author-header-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.naal-author-header-info h1 {
    font-size: var(--text-3xl);
    font-weight: 900;
    margin-bottom: var(--space-xs);
}

.naal-author-header-role {
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: var(--space-md);
}

.naal-author-header-bio {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: 1.8;
    max-width: 600px;
}

.naal-author-header-tagline {
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    color: var(--color-text-muted);
    font-style: italic;
    margin-top: var(--space-sm);
}

.naal-author-post-count {
    font-size: var(--text-lg);
    font-weight: 700;
    margin-bottom: var(--space-xl);
    color: var(--color-text-secondary);
}

/* =============================================
   ARCHIVE PAGE
   ============================================= */
.naal-archive {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--space-xl) var(--space-lg);
}

.naal-archive-header {
    text-align: center;
    padding: var(--space-2xl) 0;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--space-2xl);
}

.naal-archive-header h1 {
    font-size: var(--text-3xl);
    font-weight: 900;
    margin-bottom: var(--space-sm);
}

.naal-archive-header p {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
}

/* =============================================
   PAGINATION
   ============================================= */
.naal-pagination {
    display: flex;
    justify-content: center;
    gap: var(--space-sm);
    margin-top: var(--space-2xl);
}

.naal-pagination a,
.naal-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 600;
    border: 1px solid var(--color-border);
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: all var(--transition);
}

.naal-pagination a:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.naal-pagination span.current {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

/* =============================================
   FOOTER
   ============================================= */
.naal-footer {
    background: var(--color-dark-leather);
    color: rgba(255, 255, 255, 0.7);
    padding: var(--space-2xl) 0;
    margin-top: var(--space-3xl);
    border-top: none;
    position: relative;
    background-image: var(--pattern-lattice);
    background-size: 24px 24px;
}

.naal-footer::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 12px;
    background: var(--border-ornate-repeat) repeat-x center;
    background-size: 80px 12px;
}

.naal-footer-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-lg);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-xl);
}

.naal-footer-brand {
    max-width: 300px;
}

.naal-footer-brand .naal-logo {
    color: var(--color-gold-metallic);
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 800;
    display: block;
    margin-bottom: var(--space-sm);
    letter-spacing: 0.1em;
}

.naal-footer-brand .naal-logo:hover {
    color: var(--color-gold-light);
}

.naal-footer-tagline {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

.naal-footer-nav {
    display: flex;
    gap: var(--space-lg);
    list-style: none;
    margin: 0;
    padding: 0;
}

.naal-footer-nav a {
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color var(--transition);
}

.naal-footer-nav a:hover {
    color: var(--color-gold-metallic);
}

.naal-footer-bottom {
    max-width: var(--max-width);
    margin: var(--space-xl) auto 0;
    padding: var(--space-md) var(--space-lg) 0;
    border-top: 1px solid rgba(192, 144, 96, 0.15);
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
}

/* Override OceanWP footer */
#footer,
#footer-bottom {
    display: none;
}

/* =============================================
   WHATSAPP FLOATING BUTTON
   ============================================= */
.naal-whatsapp {
    position: fixed;
    bottom: var(--space-lg);
    left: var(--space-lg);
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
    transition: all var(--transition);
    text-decoration: none;
}

.naal-whatsapp:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
    color: #fff;
}

/* =============================================
   AGE VERIFICATION
   ============================================= */
.naal-age-gate {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(245, 237, 224, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
}

.naal-age-gate-box {
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    padding: var(--space-2xl);
    text-align: center;
    max-width: 420px;
    width: 90%;
    box-shadow: var(--shadow-lg);
}

.naal-age-gate-box h2 {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-sm);
    color: var(--color-text);
}

.naal-age-gate-box p {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-xl);
    line-height: 1.7;
}

.naal-age-gate-buttons {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
}

.naal-btn {
    font-family: var(--font-accent);
    font-weight: 600;
    font-size: var(--text-sm);
    padding: 12px 28px;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.naal-btn-primary {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.naal-btn-primary:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

.naal-btn-outline {
    background: transparent;
    border: 1px solid var(--color-gold-metallic);
    color: var(--color-gold-metallic);
}

.naal-btn-outline:hover {
    border-color: var(--color-gold-metallic);
    background: var(--color-gold-metallic);
    color: #fff;
}

/* =============================================
   WOOCOMMERCE — Buttons Base
   ============================================= */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: var(--color-primary);
    color: #fff;
    font-family: var(--font-accent);
    font-weight: 600;
    font-size: var(--text-sm);
    padding: 12px 28px;
    border-radius: var(--radius);
    border: none;
    transition: all var(--transition);
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

.naal-btn-sm {
    padding: 8px 20px;
    font-size: var(--text-xs);
}

/* =============================================
   WOOCOMMERCE — Header Cart Icon
   ============================================= */
.naal-header-actions {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.naal-cart-icon {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.65);
    transition: color var(--transition);
}

.naal-cart-icon:hover {
    color: var(--color-gold-metallic);
}

.naal-cart-count {
    position: absolute;
    top: -6px;
    left: -8px;
    min-width: 18px;
    height: 18px;
    font-family: var(--font-accent);
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    background: var(--color-bg-alt);
    color: var(--color-text-muted);
    border-radius: 50%;
    display: none;
}

.naal-cart-count.has-items {
    display: block;
    background: var(--color-primary);
    color: #fff;
}

/* =============================================
   WOOCOMMERCE — Shop Header
   ============================================= */
.naal-shop {
    padding-bottom: var(--space-3xl);
}

.naal-shop-header {
    text-align: center;
    padding: var(--space-3xl) 0 var(--space-xl);
}

.naal-shop-header h1 {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 900;
    color: var(--color-text);
    margin-bottom: var(--space-sm);
}

.naal-shop-header p,
.naal-shop-header-desc {
    font-family: var(--font-body);
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    max-width: 480px;
    margin: 0 auto;
}

/* Category filter pills */
.naal-shop-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-xl);
}

.naal-topic-pill.active {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

/* =============================================
   WOOCOMMERCE — Product Grid
   ============================================= */
.naal-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

/* =============================================
   WOOCOMMERCE — Product Card
   ============================================= */
.naal-product-card {
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
    border: 1px solid var(--color-border-light);
}

.naal-product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.naal-product-card-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--color-bg-alt);
}

.naal-product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.naal-product-card:hover .naal-product-card-image img {
    transform: scale(1.05);
}

/* Overlay on hover */
.naal-product-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(58, 32, 16, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--transition);
}

.naal-product-card:hover .naal-product-card-overlay {
    opacity: 1;
}

.naal-quick-view-trigger {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    background: var(--color-surface);
    color: var(--color-text);
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 500;
    padding: 10px 20px;
    border-radius: var(--radius-pill);
    border: none;
    cursor: pointer;
    transition: background var(--transition);
}

.naal-quick-view-trigger:hover {
    background: var(--color-bg-alt);
}

/* Wishlist heart */
.naal-wishlist-toggle {
    position: absolute;
    top: var(--space-sm);
    left: var(--space-sm);
    z-index: 2;
    background: var(--color-surface);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
    color: var(--color-text-muted);
}

.naal-wishlist-toggle:hover {
    color: var(--color-burgundy);
    transform: scale(1.1);
}

.naal-wishlist-toggle.active {
    color: var(--color-burgundy);
}

.naal-wishlist-toggle.active svg {
    fill: var(--color-burgundy);
}

/* Sale badge */
.naal-sale-badge {
    position: absolute;
    top: var(--space-sm);
    right: var(--space-sm);
    z-index: 2;
    background: var(--color-burgundy);
    color: #fff;
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    font-weight: 600;
    padding: 4px 12px;
    border-radius: var(--radius-pill);
}

/* Card body */
.naal-product-card-body {
    padding: var(--space-md) var(--space-lg) var(--space-lg);
}

.naal-product-card-body .naal-card-tag {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--color-primary);
    letter-spacing: 0.04em;
    margin-bottom: var(--space-xs);
    display: block;
}

.naal-product-card-body .naal-card-title {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-weight: 700;
    margin-bottom: var(--space-xs);
}

.naal-product-card-body .naal-card-title a {
    color: var(--color-text);
    text-decoration: none;
}

.naal-product-card-body .naal-card-title a:hover {
    color: var(--color-primary);
}

.naal-product-card-body .naal-card-excerpt {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: 1.5;
    margin-bottom: var(--space-md);
}

.naal-product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-sm);
}

.naal-product-price {
    font-family: var(--font-accent);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--color-text);
}

.naal-product-price del {
    color: var(--color-text-muted);
    font-weight: 400;
    font-size: var(--text-sm);
}

.naal-product-price ins {
    text-decoration: none;
    color: var(--color-burgundy);
}

/* =============================================
   WOOCOMMERCE — Single Product
   ============================================= */
.naal-single-product {
    padding: var(--space-lg) 0 var(--space-3xl);
    max-width: var(--max-width);
    margin: 0 auto;
}

/* Breadcrumb */
.naal-breadcrumb {
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    color: var(--color-text-muted);
    padding: var(--space-lg) var(--space-lg) 0;
    max-width: var(--max-width);
    margin: 0 auto;
}

.naal-breadcrumb a {
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color var(--transition);
}

.naal-breadcrumb a:hover {
    color: var(--color-primary);
}

.naal-breadcrumb-sep {
    margin: 0 var(--space-xs);
    color: var(--color-border);
}

.naal-breadcrumb-current {
    color: var(--color-text);
}

/* Two-column layout */
.naal-product-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
    padding: var(--space-xl) var(--space-lg);
    align-items: start;
}

.naal-product-gallery {
    position: sticky;
    top: calc(var(--header-height, 72px) + var(--space-lg));
}

.naal-product-gallery .woocommerce-product-gallery {
    width: 100% !important;
}

.naal-product-gallery img {
    border-radius: var(--radius-lg);
}

.naal-product-info .naal-card-tag {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--color-primary);
    letter-spacing: 0.04em;
    text-decoration: none;
    display: inline-block;
    margin-bottom: var(--space-sm);
}

.naal-product-title {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: 900;
    color: var(--color-text);
    line-height: 1.2;
    margin-bottom: var(--space-md);
}

.naal-product-price-main {
    font-family: var(--font-accent);
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: var(--space-lg);
}

.naal-product-price-main del {
    color: var(--color-text-muted);
    font-weight: 400;
    font-size: var(--text-lg);
}

.naal-product-price-main ins {
    text-decoration: none;
    color: var(--color-burgundy);
}

.naal-product-short-desc {
    font-size: var(--text-base);
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: var(--space-lg);
}

.naal-product-short-desc p:last-child {
    margin-bottom: 0;
}

/* Hide duplicate elements from WC hooks */
.naal-product-info .product_title,
.naal-product-info .price:first-of-type {
    display: none;
}

/* Variations */
.naal-product-info .variations {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 var(--space-sm);
}

.naal-product-info .variations td,
.naal-product-info .variations th {
    padding: var(--space-xs) 0;
    font-family: var(--font-accent);
}

.naal-product-info .variations th label {
    font-weight: 600;
    font-size: var(--text-sm);
    color: var(--color-text);
}

.naal-product-info .variations td select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    background: var(--color-surface);
    transition: border-color var(--transition);
}

.naal-product-info .variations td select:focus {
    border-color: var(--color-primary);
    outline: none;
}

/* Add to cart */
.naal-product-info .single_add_to_cart_button {
    width: 100%;
    padding: 16px 28px;
    font-size: var(--text-base);
    margin-top: var(--space-md);
}

.naal-product-info .quantity {
    margin-left: var(--space-sm);
}

.naal-product-info .quantity input {
    width: 60px;
    padding: 12px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    text-align: center;
    font-size: var(--text-base);
}

/* Wishlist on single product */
.naal-wishlist-single {
    position: static;
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    background: transparent;
    border: 1px solid var(--color-border);
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: 12px;
    margin-top: var(--space-md);
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
    transition: all var(--transition);
}

.naal-wishlist-single:hover {
    border-color: var(--color-burgundy);
    color: var(--color-burgundy);
    transform: none;
}

.naal-wishlist-single.active {
    border-color: var(--color-burgundy);
    background: rgba(140, 47, 57, 0.05);
}

/* Product content below */
.naal-product-content {
    max-width: var(--content-width);
    margin: var(--space-2xl) auto 0;
    padding: 0 var(--space-lg);
}

/* WC Tabs */
.naal-product-content .woocommerce-tabs {
    margin-bottom: var(--space-2xl);
}

.naal-product-content .wc-tabs {
    display: flex;
    gap: var(--space-md);
    border-bottom: 1px solid var(--color-border);
    list-style: none;
    padding: 0;
    margin-bottom: var(--space-xl);
}

.naal-product-content .wc-tabs li {
    padding: 0;
}

.naal-product-content .wc-tabs li a {
    display: block;
    padding: var(--space-sm) var(--space-md);
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all var(--transition);
}

.naal-product-content .wc-tabs li.active a {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.naal-product-content .wc-tab {
    font-size: var(--text-base);
    line-height: 1.7;
    color: var(--color-text-secondary);
}

/* Reviews */
.naal-product-content #reviews .comment-text {
    padding: var(--space-lg);
    background: var(--color-bg-alt);
    border-radius: var(--radius);
    margin-bottom: var(--space-md);
}

.naal-product-content .star-rating {
    color: var(--color-accent);
}

/* Related / Upsells */
.naal-product-content .related.products,
.naal-product-content .upsells.products {
    margin-top: var(--space-2xl);
}

.naal-product-content .related.products > h2,
.naal-product-content .upsells.products > h2 {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: 700;
    margin-bottom: var(--space-lg);
}

.naal-product-content .related.products ul.products,
.naal-product-content .upsells.products ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
    list-style: none;
    padding: 0;
}

/* =============================================
   WOOCOMMERCE — Quick View Modal
   ============================================= */
.naal-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.naal-modal.open {
    opacity: 1;
    visibility: visible;
}

.naal-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(253, 250, 245, 0.98);
    backdrop-filter: blur(4px);
}

.naal-modal-content {
    position: relative;
    z-index: 1;
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    max-width: 700px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: var(--space-xl);
    box-shadow: var(--shadow-lg);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.naal-modal.open .naal-modal-content {
    transform: translateY(0);
}

.naal-modal-close {
    position: absolute;
    top: var(--space-md);
    left: var(--space-md);
    background: none;
    border: none;
    font-size: 28px;
    color: var(--color-text-muted);
    cursor: pointer;
    line-height: 1;
    z-index: 2;
    transition: color var(--transition);
}

.naal-modal-close:hover {
    color: var(--color-text);
}

/* Quick view product layout */
.naal-quick-view-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
}

.naal-quick-view-image img {
    width: 100%;
    border-radius: var(--radius);
}

.naal-quick-view-info h2 {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 700;
    margin-bottom: var(--space-sm);
}

.naal-quick-view-price {
    font-family: var(--font-accent);
    font-size: var(--text-lg);
    font-weight: 700;
    margin-bottom: var(--space-md);
}

.naal-quick-view-desc {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: 1.6;
    margin-bottom: var(--space-lg);
}

.naal-quick-view-actions {
    display: flex;
    gap: var(--space-sm);
    flex-wrap: wrap;
}

/* Loading spinner */
.naal-loading {
    display: flex;
    justify-content: center;
    padding: var(--space-2xl);
}

.naal-loading span {
    width: 32px;
    height: 32px;
    border: 3px solid var(--color-border);
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: naalSpin 0.8s linear infinite;
}

@keyframes naalSpin {
    to { transform: rotate(360deg); }
}

/* =============================================
   WOOCOMMERCE — Cart Page
   ============================================= */
.naal-cart-header {
    text-align: center;
    padding: var(--space-2xl) 0 var(--space-lg);
}

.naal-cart-header h1 {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    font-weight: 900;
}

.woocommerce-cart .woocommerce {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--space-lg);
}

.woocommerce table.shop_table {
    border-collapse: collapse;
    width: 100%;
    border: none;
}

.woocommerce table.shop_table th {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--color-text-muted);
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--color-border);
    padding: var(--space-md);
}

.woocommerce table.shop_table td {
    padding: var(--space-md);
    border-bottom: 1px solid var(--color-border-light);
    vertical-align: middle;
}

.woocommerce .cart_totals {
    background: var(--color-bg-alt);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    margin-top: var(--space-xl);
}

.woocommerce .cart_totals h2 {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 700;
    margin-bottom: var(--space-md);
}

.naal-cart-continue {
    text-align: center;
    padding: var(--space-xl) 0;
}

/* =============================================
   WOOCOMMERCE — Checkout
   ============================================= */
.naal-checkout-trust {
    display: flex;
    justify-content: center;
    gap: var(--space-xl);
    padding: var(--space-lg) 0;
    margin-bottom: var(--space-xl);
    border-bottom: 1px solid var(--color-border-light);
}

.naal-trust-item {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-text-secondary);
}

.naal-trust-item svg {
    color: var(--color-teal);
    flex-shrink: 0;
}

.woocommerce-checkout .woocommerce {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: var(--space-xl) var(--space-lg);
}

.woocommerce form.checkout .form-row label {
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-text);
}

.woocommerce form.checkout .form-row input,
.woocommerce form.checkout .form-row select,
.woocommerce form.checkout .form-row textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    background: var(--color-surface);
    transition: border-color var(--transition);
}

.woocommerce form.checkout .form-row input:focus,
.woocommerce form.checkout .form-row select:focus,
.woocommerce form.checkout .form-row textarea:focus {
    border-color: var(--color-primary);
    outline: none;
}

#order_review_heading {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 700;
    margin-top: var(--space-2xl);
}

/* =============================================
   WOOCOMMERCE — Discreet Notice
   ============================================= */
.naal-discreet-notice {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    color: var(--color-text-muted);
    padding: var(--space-md) 0;
    margin-top: var(--space-md);
}

.naal-discreet-notice svg {
    flex-shrink: 0;
    color: var(--color-teal);
}

/* =============================================
   WOOCOMMERCE — Inline Product (Blog Shortcode)
   ============================================= */
.naal-inline-product {
    display: flex;
    gap: var(--space-lg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin: var(--space-xl) 0;
    background: var(--color-surface);
    transition: box-shadow var(--transition);
}

.naal-inline-product:hover {
    box-shadow: var(--shadow);
}

.naal-inline-product-image {
    flex-shrink: 0;
    width: 180px;
}

.naal-inline-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.naal-inline-product-info {
    flex: 1;
    padding: var(--space-lg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.naal-inline-product-info h4 {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-weight: 700;
    margin-bottom: var(--space-xs);
}

.naal-inline-product-info h4 a {
    color: var(--color-text);
    text-decoration: none;
}

.naal-inline-product-info h4 a:hover {
    color: var(--color-primary);
}

.naal-inline-product-info > p {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: 1.5;
    margin-bottom: var(--space-md);
}

.naal-inline-product-footer {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.naal-inline-products {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-md);
    margin: var(--space-xl) 0;
}

/* =============================================
   WOOCOMMERCE — Wishlist Page
   ============================================= */
.naal-wishlist-page {
    padding-bottom: var(--space-3xl);
}

/* =============================================
   WOOCOMMERCE — Empty State
   ============================================= */
.naal-shop-empty {
    text-align: center;
    padding: var(--space-3xl) var(--space-lg);
    color: var(--color-text-muted);
}

.naal-shop-empty p {
    font-size: var(--text-lg);
    margin-bottom: var(--space-lg);
}

/* =============================================
   PERSONA — Stats Grid
   ============================================= */
.naal-persona-stats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: var(--space-md);
    padding: var(--space-xl) 0;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--space-xl);
}

.naal-persona-stat {
    display: flex;
    flex-direction: column;
    padding: var(--space-md) var(--space-lg);
    background: var(--color-bg-alt);
    border-radius: var(--radius);
    border-right: 3px solid var(--color-primary-light);
}

.naal-persona-stat-label {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--color-text-muted);
    letter-spacing: 0.04em;
    margin-bottom: var(--space-xs);
}

.naal-persona-stat-value {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--color-text);
}

/* =============================================
   PERSONA — Section Title
   ============================================= */
.naal-persona-section-title {
    font-size: var(--text-xl);
    font-weight: 800;
    margin-bottom: var(--space-md);
    color: var(--color-text);
}

/* =============================================
   PERSONA — Kink Tags
   ============================================= */
.naal-persona-kinks {
    padding: var(--space-lg) 0;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--space-xl);
}

.naal-kink-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.naal-kink-tag {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 500;
    padding: var(--space-xs) var(--space-md);
    border-radius: var(--radius-pill);
    transition: transform var(--transition);
}

.naal-kink-tag:hover {
    transform: translateY(-2px);
}

.naal-kink-tag-1 {
    background: rgba(91, 45, 142, 0.1);
    color: var(--color-primary);
    border: 1px solid rgba(91, 45, 142, 0.2);
}

.naal-kink-tag-2 {
    background: rgba(201, 168, 76, 0.1);
    color: var(--color-accent-dark);
    border: 1px solid rgba(201, 168, 76, 0.25);
}

.naal-kink-tag-3 {
    background: rgba(26, 122, 109, 0.1);
    color: var(--color-teal);
    border: 1px solid rgba(26, 122, 109, 0.2);
}

.naal-kink-tag-4 {
    background: rgba(140, 47, 57, 0.1);
    color: var(--color-burgundy);
    border: 1px solid rgba(140, 47, 57, 0.2);
}

/* Small variant for author card in posts */
.naal-kink-tag-sm {
    font-size: var(--text-xs);
    padding: 2px var(--space-sm);
}

.naal-author-box-kinks {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs);
    margin-bottom: var(--space-md);
}

/* =============================================
   PERSONA — Signature Quote
   ============================================= */
.naal-persona-quote {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    font-weight: 700;
    font-style: italic;
    color: var(--color-text-secondary);
    text-align: center;
    padding: var(--space-xl) var(--space-2xl);
    margin: var(--space-xl) 0;
    position: relative;
    border: none;
}

.naal-persona-quote::before {
    content: '\201F';
    position: absolute;
    top: -10px;
    right: var(--space-lg);
    font-size: 5rem;
    font-style: normal;
    color: var(--color-accent);
    opacity: 0.3;
    line-height: 1;
    font-family: serif;
}

/* =============================================
   IMAGE PLACEHOLDERS
   ============================================= */
.naal-image-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--radius-lg);
    cursor: default;
}

.naal-image-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.9;
}

.naal-placeholder-landscape {
    aspect-ratio: 16 / 10;
}

.naal-placeholder-portrait {
    aspect-ratio: 3 / 4;
}

.naal-placeholder-square {
    aspect-ratio: 1 / 1;
}

/* Gradient variations */
.naal-image-placeholder:nth-child(1)::before {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
}

.naal-image-placeholder:nth-child(2)::before {
    background: linear-gradient(135deg, var(--color-burgundy) 0%, var(--color-accent-dark) 100%);
}

.naal-image-placeholder:nth-child(3)::before {
    background: linear-gradient(135deg, var(--color-teal) 0%, var(--color-primary) 100%);
}

.naal-image-placeholder:nth-child(4)::before {
    background: linear-gradient(135deg, var(--color-accent-dark) 0%, var(--color-burgundy) 100%);
}

.naal-placeholder-label {
    position: relative;
    z-index: 1;
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* =============================================
   PERSONA — Gallery Grid
   ============================================= */
.naal-persona-gallery {
    padding: var(--space-xl) 0;
    margin-bottom: var(--space-xl);
}

.naal-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}

/* =============================================
   IN-POST IMAGE (content images with captions)
   ============================================= */
.naal-in-post-image {
    margin: 2em 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.naal-in-post-image .naal-image-placeholder {
    border-radius: 0;
}

.naal-in-post-caption {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    color: var(--color-text-muted);
    text-align: center;
    padding: var(--space-sm) var(--space-md);
    background: var(--color-bg-alt);
}

/* =============================================
   RESPONSIVE — Tablet (1024px)
   ============================================= */
@media (max-width: 1024px) {
    .naal-hero {
        aspect-ratio: 16 / 9;
        min-height: 400px;
        margin: var(--space-md);
    }

    .naal-hero-title {
        font-size: var(--text-4xl);
    }

    .naal-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .naal-dynamic-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
    }

    .naal-dynamic-grid .naal-post-card:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1;
    }

    .naal-dynamic-grid .naal-post-card:nth-child(2),
    .naal-dynamic-grid .naal-post-card:nth-child(3) {
        grid-column: span 1;
    }

    .naal-dynamic-grid .naal-post-card:nth-child(6),
    .naal-dynamic-grid .naal-post-card:nth-child(7) {
        grid-column: span 2;
    }

    .naal-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .naal-product-top {
        gap: var(--space-xl);
    }

    .naal-product-content .related.products ul.products,
    .naal-product-content .upsells.products ul.products {
        grid-template-columns: repeat(2, 1fr);
    }

    .naal-author-header {
        gap: var(--space-lg);
    }

    .naal-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .naal-persona-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =============================================
   RESPONSIVE — Mobile (768px)
   ============================================= */
@media (max-width: 768px) {
    :root {
        --text-5xl: 2.25rem;
        --text-4xl: 1.875rem;
        --text-3xl: 1.5rem;
    }

    .naal-nav {
        display: none;
    }

    .naal-menu-toggle {
        display: block;
    }

    .naal-hero {
        aspect-ratio: 4 / 3;
        min-height: 320px;
        border-radius: 0;
        margin: 0;
    }

    .naal-hero-content {
        padding: var(--space-lg);
    }

    .naal-hero-excerpt {
        display: none;
    }

    .naal-post-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .naal-dynamic-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }

    .naal-dynamic-grid .naal-post-card {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .naal-dynamic-grid .naal-post-card:nth-child(1) {
        grid-column: span 2 !important;
    }

    .naal-tab {
        padding: var(--space-sm) var(--space-md);
        font-size: var(--text-xs);
    }

    .naal-product-grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-md);
    }

    .naal-product-top {
        grid-template-columns: 1fr;
        padding: var(--space-lg) var(--space-md);
    }

    .naal-product-gallery {
        position: static;
    }

    .naal-quick-view-product {
        grid-template-columns: 1fr;
    }

    .naal-checkout-trust {
        flex-wrap: wrap;
        gap: var(--space-md);
    }

    .naal-product-content .related.products ul.products,
    .naal-product-content .upsells.products ul.products {
        grid-template-columns: 1fr 1fr;
    }

    .naal-inline-product {
        flex-direction: column;
    }

    .naal-inline-product-image {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .naal-section {
        padding: var(--space-2xl) 0;
    }

    .naal-single-title {
        font-size: var(--text-3xl);
    }

    .naal-author-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .naal-author-header-bio {
        max-width: none;
    }

    .naal-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .naal-persona-stats {
        grid-template-columns: 1fr 1fr;
    }

    .naal-persona-quote {
        font-size: var(--text-xl);
        padding: var(--space-lg) var(--space-md);
    }

    .naal-author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .naal-footer-inner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .naal-footer-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .naal-authors-row {
        gap: var(--space-lg);
    }

    /* Ornate frames: simplify on mobile */
    .naal-ornate-frame,
    .naal-ornate-frame-sm,
    .naal-post-card::before,
    .naal-product-strip {
        background-image: none;
    }

    .naal-perspectives-grid {
        grid-template-columns: 1fr;
    }

    .naal-perspective-card {
        padding: var(--space-lg);
    }

    .naal-hero-banner-frame {
        padding: var(--space-lg) var(--space-md);
    }
}

/* =============================================
   RESPONSIVE — Small (480px)
   ============================================= */
@media (max-width: 480px) {
    .naal-container {
        padding: 0 var(--space-md);
    }

    .naal-hero-content {
        padding: var(--space-md);
    }

    .naal-hero-meta {
        font-size: var(--text-xs);
    }

    .naal-dynamic-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .naal-dynamic-grid .naal-post-card {
        grid-column: 1 !important;
        grid-row: span 1 !important;
        min-height: 220px;
    }

    .naal-tab-arrow {
        display: none;
    }

    .naal-tabs {
        gap: 0;
    }

    .naal-card-body {
        padding: var(--space-md);
    }

    .naal-single {
        padding: var(--space-lg) var(--space-md);
    }

    .naal-product-grid {
        grid-template-columns: 1fr;
    }

    .naal-product-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .naal-checkout-trust {
        flex-direction: column;
        align-items: center;
    }

    .naal-product-content .related.products ul.products,
    .naal-product-content .upsells.products ul.products {
        grid-template-columns: 1fr;
    }

    .naal-age-gate-box {
        padding: var(--space-xl);
    }

    .naal-age-gate-buttons {
        flex-direction: column;
    }
}

/* =============================================
   ACCESSIBILITY
   ============================================= */
:focus-visible {
    outline: 3px solid var(--color-primary);
    outline-offset: 2px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    html {
        scroll-behavior: auto;
    }
}

/* =============================================
   HIDE OCEANWP DEFAULTS (we provide our own)
   ============================================= */
#site-header,
#top-bar-wrap {
    display: none;
}

#main #content-wrap {
    padding: 0;
}

/* =============================================
   THREE-COLUMN LAYOUT
   ============================================= */
.naal-three-col {
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    grid-template-areas: "sidebar-left main sidebar-right";
    gap: var(--space-2xl);
    align-items: start;
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
}

.naal-sidebar-left  { grid-area: sidebar-left; }
.naal-main-col      { grid-area: main; min-width: 0; }
.naal-sidebar-right { grid-area: sidebar-right; }

.naal-sidebar-widget {
    padding: var(--space-lg);
    margin-bottom: var(--space-lg);
    border-bottom: none;
}

.naal-sidebar-widget:last-child {
    margin-bottom: 0;
}

.naal-widget-title {
    font-family: var(--font-heading);
    font-size: var(--text-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-gold-metallic);
    margin-bottom: var(--space-md);
    padding-bottom: var(--space-xs);
    border-bottom: 1px solid var(--color-accent);
    text-align: center;
}

.naal-widget-desc {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: 1.7;
}

/* Categories widget */
.naal-widget-cats {
    list-style: none;
    padding: 0;
    margin: 0;
}

.naal-widget-cats li {
    padding: var(--space-xs) 0;
    border-bottom: 1px solid var(--color-border-light);
}

.naal-widget-cats li:last-child { border-bottom: none; }

.naal-widget-cats a {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color var(--transition);
}

.naal-widget-cats a:hover { color: var(--color-primary); }

/* Recent posts widget */
.naal-widget-posts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.naal-widget-posts li a {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    text-decoration: none;
    line-height: 1.4;
    display: block;
    transition: color var(--transition);
}

.naal-widget-posts li a:hover { color: var(--color-primary); }

.naal-widget-post-date {
    display: block;
    font-size: var(--text-xs);
    color: var(--color-text-muted);
    margin-top: 2px;
}

/* Our Story widget — special ornate treatment */
.naal-our-story-widget {
    background-color: var(--color-bg-alt);
    background-image: var(--pattern-cross);
    background-size: 32px 32px;
    text-align: center;
}

.naal-our-story-widget .naal-widget-desc {
    font-style: italic;
    line-height: 1.8;
}

.naal-compass-decor {
    display: flex;
    justify-content: center;
    margin-bottom: var(--space-md);
    color: var(--color-gold-metallic);
    opacity: 0.55;
}

.naal-compass-decor svg {
    width: 50px;
    height: 50px;
}

/* Recent posts with thumbnails */
.naal-widget-post-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
}

.naal-widget-post-thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid var(--color-border-light);
}

.naal-widget-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .naal-three-col {
        grid-template-columns: 1fr;
        grid-template-areas: "main";
    }
    .naal-sidebar-left,
    .naal-sidebar-right {
        display: none;
    }
    /* Scale down ornate corners at tablet */
    :root {
        --corner-size: 28px;
        --corner-size-sm: 20px;
    }
}

/* =============================================
   HERO BANNER (full-width above grid)
   ============================================= */
.naal-hero-banner {
    position: relative;
    overflow: visible;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-dark-leather);
    margin-bottom: 0;
}

.naal-hero-banner::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 12px;
    background: var(--border-ornate-repeat) repeat-x center;
    background-size: 80px 12px;
    z-index: 3;
}

.naal-hero-banner-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(92, 51, 23, 0.6) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgba(30, 18, 24, 0.8) 0%, transparent 70%),
        linear-gradient(135deg, #2A1810 0%, #1E1218 40%, #2A1810 70%, #3A2010 100%);
}

.naal-hero-banner-overlay {
    position: absolute;
    inset: 0;
    background: var(--pattern-arabesque) repeat;
    background-size: 40px 40px;
    pointer-events: none;
    opacity: 0.8;
}

.naal-hero-banner-inner {
    position: relative;
    z-index: 2;
    padding: var(--space-3xl) var(--space-xl);
    color: #fff;
    text-align: center;
    max-width: 680px;
}

.naal-hero-banner-frame {
    padding: var(--space-2xl) var(--space-xl);
    background: rgba(42, 24, 16, 0.5);
    backdrop-filter: blur(4px);
}

.naal-hero-banner-inner h2 {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 800;
    margin-bottom: var(--space-md);
    color: var(--color-gold-metallic);
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    line-height: 1.3;
}

.naal-hero-banner-inner p {
    font-size: var(--text-lg);
    margin-bottom: var(--space-lg);
    color: rgba(255,255,255,0.75);
}

.naal-hero-cats {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
    flex-wrap: wrap;
}

.naal-hero-cats a {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color var(--transition);
    padding: var(--space-xs) var(--space-sm);
    border: 1px solid rgba(192, 144, 96, 0.2);
}

.naal-hero-cats a:hover {
    color: var(--color-gold-metallic);
    border-color: var(--color-gold-metallic);
}

.naal-btn-hero {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--color-gold-metallic);
    background: transparent;
    border: 2px solid var(--color-gold-metallic);
    padding: 12px 36px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all var(--transition);
}

.naal-btn-hero:hover {
    background: var(--color-gold-metallic);
    color: var(--color-dark-leather);
}

/* =============================================
   HOMEPAGE LIGHT INTRO (replaces dark hero) + header tagline
   ============================================= */
.naal-home-lead {
    text-align: center;
    padding: var(--space-2xl) 0 var(--space-md);
}
.naal-home-title {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    font-weight: 800;
    color: var(--color-primary);
    margin: 0 0 var(--space-xs);
    letter-spacing: 0.01em;
}
.naal-home-sub {
    font-size: var(--text-lg);
    color: var(--color-text-secondary);
    max-width: 620px;
    margin: 0 auto var(--space-lg);
    line-height: 1.65;
}
.naal-logo-tagline {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(192, 144, 96, 0.85);
    margin-top: 6px;
}

/* =============================================
   READING POLISH (single post)
   ============================================= */
.naal-article {
    font-size: 1.18rem;          /* a touch larger for comfortable Hebrew reading */
    line-height: 1.85;
}
.naal-article > p:first-of-type {
    font-size: 1.3rem;            /* lead paragraph */
    line-height: 1.7;
    color: var(--color-text);
}
.naal-article strong {
    color: var(--color-primary-dark);
    font-weight: 700;
}
.naal-article em { color: var(--color-text); }
.naal-article h2 {
    color: var(--color-burgundy);
    font-weight: 800;
}
.naal-article hr {
    border: none;
    height: 1px;
    background: var(--color-border);
    margin: 2.5em auto;
    width: 40%;
}
.naal-byline-avatar { width: 56px; height: 56px; }

/* =============================================
   LIGHT HEADER / LOGO BANNER (real logo)
   ============================================= */
.naal-header { background: var(--color-surface); border-bottom: 1px solid var(--color-border-light); }
.naal-header::after {
    height: 2px;
    background: linear-gradient(to left, transparent, var(--color-gold-metallic), transparent);
    opacity: 0.55;
}
.naal-header-top { border-bottom: 1px solid var(--color-border-light); padding-top: var(--space-md); padding-bottom: var(--space-md); }
.naal-header-nav { background: transparent; }
/* Logo lockup: emblem on the left + large wordmark + tagline */
.naal-header-top .naal-container { justify-content: flex-start; direction: ltr; }
.naal-logo { flex-direction: row; align-items: center; gap: var(--space-md); }
.naal-logo-emblem { height: 92px; width: auto; }
.naal-logo-lockup { direction: rtl; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px; text-align: center; }
.naal-logo-word {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--text-4xl);
    line-height: 1.05;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-burgundy) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.naal-logo-sub { font-family: var(--font-accent); font-size: var(--text-sm); color: var(--color-text-secondary); letter-spacing: 0.01em; }
.naal-nav a { color: var(--color-text-secondary); text-transform: none; letter-spacing: 0.03em; }
.naal-nav a:hover, .naal-nav a.active { color: var(--color-primary); border-bottom-color: var(--color-primary); }
.naal-menu-toggle { color: var(--color-text); }
.naal-cart-icon { color: var(--color-text-secondary); }
.naal-cart-icon:hover { color: var(--color-primary); }
.naal-mobile-nav { background: var(--color-surface); }
.naal-mobile-nav a { color: var(--color-text); border-bottom: 1px solid var(--color-border-light); }
.naal-header.scrolled { box-shadow: 0 2px 12px rgba(58, 32, 16, 0.10); }
.scrolled .naal-logo-emblem { height: 64px; }   /* subtle shrink on scroll */
.scrolled .naal-logo-word { font-size: var(--text-3xl); }
.naal-home-title { font-size: var(--text-3xl); }   /* de-emphasise vs the logo wordmark */

/* Decorative key in hero */
.naal-hero-key-decor {
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.18;
    pointer-events: none;
}

.naal-hero-key-decor svg {
    width: 80px;
    height: 180px;
}

@media (max-width: 768px) {
    .naal-hero-banner { min-height: 320px; }
    .naal-hero-banner-inner h2 { font-size: var(--text-2xl); }
    .naal-hero-key-decor { display: none; }
}

/* =============================================
   ORNAMENTAL DIVIDER
   ============================================= */
.naal-ornament-divider {
    text-align: center;
    margin: var(--space-xl) 0;
    color: var(--color-gold-metallic);
    font-size: 0;
    line-height: 1;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='24' viewBox='0 0 400 24'%3E%3C!-- Left scroll --%3E%3Cpath d='M60 12 C60 12 70 6 80 6 C90 6 95 10 90 12 C85 14 80 10 85 8' fill='none' stroke='%23C09060' stroke-width='1.2'/%3E%3C!-- Left line --%3E%3Cline x1='95' y1='12' x2='175' y2='12' stroke='%23C09060' stroke-width='0.8' opacity='0.5'/%3E%3C!-- Left diamond --%3E%3Cpath d='M175 12 L180 8 L185 12 L180 16Z' fill='%23C09060' opacity='0.4'/%3E%3C!-- Center ornament --%3E%3Ccircle cx='200' cy='12' r='5' fill='none' stroke='%23C09060' stroke-width='1.5'/%3E%3Ccircle cx='200' cy='12' r='2' fill='%23C09060' opacity='0.6'/%3E%3Cpath d='M192 12 L195 9 M192 12 L195 15' fill='none' stroke='%23C09060' stroke-width='0.8'/%3E%3Cpath d='M208 12 L205 9 M208 12 L205 15' fill='none' stroke='%23C09060' stroke-width='0.8'/%3E%3C!-- Right diamond --%3E%3Cpath d='M215 12 L220 8 L225 12 L220 16Z' fill='%23C09060' opacity='0.4'/%3E%3C!-- Right line --%3E%3Cline x1='225' y1='12' x2='305' y2='12' stroke='%23C09060' stroke-width='0.8' opacity='0.5'/%3E%3C!-- Right scroll --%3E%3Cpath d='M340 12 C340 12 330 6 320 6 C310 6 305 10 310 12 C315 14 320 10 315 8' fill='none' stroke='%23C09060' stroke-width='1.2'/%3E%3C!-- Fade edges --%3E%3Cline x1='0' y1='12' x2='60' y2='12' stroke='%23C09060' stroke-width='0.5' opacity='0.2'/%3E%3Cline x1='340' y1='12' x2='400' y2='12' stroke='%23C09060' stroke-width='0.5' opacity='0.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* =============================================
   PERSPECTIVES SECTION (His / Her)
   ============================================= */
.naal-perspectives {
    padding: var(--space-xl) 0;
}

.naal-perspectives-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
}

@media (max-width: 768px) {
    .naal-perspectives-grid {
        grid-template-columns: 1fr;
    }
}

.naal-perspective-card {
    padding: var(--space-xl);
    background-color: var(--color-surface);
    background-image: var(--pattern-dots);
    background-size: 20px 20px;
}

.naal-perspective-header {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
}

.naal-perspective-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--color-gold-metallic);
}

.naal-perspective-header h4 {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 800;
    color: var(--color-text);
    margin-bottom: 2px;
}

.naal-perspective-subtitle {
    font-family: var(--font-accent);
    font-size: var(--text-xs);
    color: var(--color-gold-metallic);
    letter-spacing: 0.04em;
}

.naal-perspective-excerpt {
    font-size: var(--text-sm);
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin-bottom: var(--space-lg);
}

.naal-perspective-card .naal-btn-outline {
    border-color: var(--color-gold-metallic);
    color: var(--color-gold-metallic);
    font-size: var(--text-sm);
    padding: 8px 24px;
}

.naal-perspective-card .naal-btn-outline:hover {
    background: var(--color-gold-metallic);
    color: #fff;
}

/* =============================================
   PRODUCT STRIP (new collection)
   ============================================= */
.naal-product-strip {
    padding: var(--space-xl);
    border: var(--border-ornate-double);
    margin-top: var(--space-xl);
    background: var(--color-surface);
    box-shadow: var(--shadow-ornate);
    position: relative;
    background-image:
        var(--ornate-corner-tl),
        var(--ornate-corner-tr),
        var(--ornate-corner-bl),
        var(--ornate-corner-br);
    background-position: top left, top right, bottom left, bottom right;
    background-size: var(--corner-size) var(--corner-size);
    background-repeat: no-repeat;
}

.naal-product-strip .naal-section-title {
    font-size: var(--text-xl);
    margin-bottom: var(--space-lg);
    text-align: center;
}

.naal-product-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
}

@media (max-width: 768px) {
    .naal-product-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.naal-strip-card {
    background: var(--color-surface);
    border: var(--border-ornate-double);
    border-radius: 2px;
    padding: var(--space-md);
    text-align: center;
    text-decoration: none;
    color: var(--color-text);
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}

.naal-strip-card:hover {
    box-shadow: var(--shadow-gold-glow);
    transform: translateY(-2px);
    color: var(--color-text);
}

.naal-strip-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 2px;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border-light);
}

.naal-strip-card-placeholder {
    width: 100%;
    aspect-ratio: 1;
    background: var(--color-bg-alt);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
    font-size: var(--text-2xl);
}

.naal-strip-card-name {
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.3;
}

.naal-strip-card-price {
    font-size: var(--text-sm);
    color: var(--color-gold-metallic);
    font-weight: 700;
}
