/*
  Theme Name: Amanah
  Theme URI: https://amanah.live
  Description: Luxury Islamic gold & silver e-commerce theme — bespoke design for Amanah. Child of Savoy.
  Version: 1.0.0
  Author: Khaleel Mughal & Claude AI
  Author URI: https://amanah.live
  Template: savoy
  Text Domain: amanah
  Domain Path: /languages/
  Requires PHP: 8.0
  Requires at least: 6.4
  License: Proprietary
*/

/* ==========================================================================
   AMANAH DESIGN SYSTEM
   A luxury black & gold design language for Islamic precious metals
   ========================================================================== */

   :root {
    /* ── Core Palette ── */
    --am-gold:           #C9A84C;
    --am-gold-light:     #E2C272;
    --am-gold-pale:      #F5E9C8;
    --am-gold-deep:      #A8893A;
    --am-gold-shimmer:   linear-gradient(135deg, #C9A84C 0%, #E8D48B 40%, #C9A84C 60%, #A8893A 100%);
  
    --am-black:          #0A0A0A;
    --am-near-black:     #111111;
    --am-dark:           #1A1A1A;
    --am-mid:            #2E2E2E;
    --am-grey:           #6B6B6B;
    --am-silver:         linear-gradient(135deg, #B0B0B0 0%, #F8F5EF 40%, #FAF7F0 60%, #6B6B6B 100%);
    --am-light-grey:     #B0B0B0;
    --am-off-white:      #F8F5EF;
    --am-cream:          #FAF7F0;
    --am-white:          #FFFFFF;
  
    --am-success:        #155724;
    --am-success-bg:     #D4EDDA;
    --am-error:          #721C24;
    --am-error-bg:       #F8D7DA;
  
    /* ── Borders ── */
    --am-border:         rgba(201, 168, 76, 0.2);
    --am-border-subtle:  rgba(201, 168, 76, 0.1);
    --am-border-strong:  rgba(201, 168, 76, 0.4);
  
    /* ── Typography ── */
    --am-font-display:   'Cormorant Garamond', 'Georgia', serif;
    --am-font-body:      'AkkuratPro', 'Helvetica Neue', sans-serif;
    --am-font-body-spacing: 1px;
    --am-font-amanah:     'Amanah';
    --am-font-arabic:    'Noto Naskh Arabic', 'Traditional Arabic', serif;
  
    /* ── Spacing Scale ── */
    --am-space-xs:       4px;
    --am-space-sm:       8px;
    --am-space-md:       16px;
    --am-space-lg:       24px;
    --am-space-xl:       40px;
    --am-space-2xl:      60px;
    --am-space-3xl:      80px;
    --am-space-4xl:      100px;
  
    /* ── Layout ── */
    --am-container:      1280px;
    --am-radius:         4px;
    --am-radius-lg:      8px;
    --am-radius-pill:    100px;
  
    /* ── Motion ── */
    --am-ease:           cubic-bezier(0.4, 0, 0.2, 1);
    --am-ease-bounce:    cubic-bezier(0.34, 1.56, 0.64, 1);
    --am-duration:       0.3s;
    --am-duration-slow:  0.6s;
  
    /* ── Shadows ── */
    --am-shadow-sm:      0 1px 3px rgba(0,0,0,0.08);
    --am-shadow-md:      0 4px 16px rgba(0,0,0,0.1);
    --am-shadow-lg:      0 12px 40px rgba(0,0,0,0.12);
    --am-shadow-gold:    0 4px 20px rgba(201,168,76,0.15);
    --am-shadow-up:      0 -8px 32px rgba(0,0,0,0.12);
  }
  
  /* ==========================================================================
     POSITIONING — Override Savoy defaults
     ========================================================================== */
  
  .am-relative {
    position: relative;
  }
  
  .am-absolute {
    position: absolute;
  }
  
  .am-fixed {
    position: fixed;
  }
  
  .am-top-0 {top: 0;}
  .am-top-1 {top: 1px;}
  .am-top-2 {top: 2px;}
  .am-top-3 {top: 3px;}
  .am-top-4 {top: 4px;}
  .am-top-5 {top: 5px;}
  .am-top-6 {top: 6px;}
  .am-top-7 {top: 7px;}
  .am-top-8 {top: 8px;}
  .am-top-3 {top: 3px;}
  .am-top-6 {top: 6px;}
  .am-top-9 {top: 9px;}
  .am-top-12 {top: 12px;}
  
  .am-left-0 {left: 0;}
  .am-left-1 {left: 1px;}
  .am-left-2 {left: 2px;}
  .am-left-3 {left: 3px;}
  .am-left-4 {left: 4px;}
  .am-left-5 {left: 5px;}
  .am-left-6 {left: 6px;}
  .am-left-7 {left: 7px;}
  .am-left-8 {left: 8px;}
  .am-left-9 {left: 9px;}
  .am-left-12 {left: 12px;}
  
  .am-right-0 {right: 0;}
  .am-right-1 {right: 1px;}
  .am-right-2 {right: 2px;}
  .am-right-3 {right: 3px;}
  .am-right-4 {right: 4px;}
  .am-right-5 {right: 5px;}
  .am-right-6 {right: 6px;}
  .am-right-7 {right: 7px;}
  .am-right-8 {right: 8px;}
  .am-right-9 {right: 9px;}
  .am-right-12 {right: 12px;}
  
  .am-bottom-0 {bottom: 0;}
  .am-bottom-1 {bottom: 1px;}
  .am-bottom-2 {bottom: 2px;}
  .am-bottom-3 {bottom: 3px;}
  .am-bottom-4 {bottom: 4px;}
  .am-bottom-5 {bottom: 5px;}
  .am-bottom-6 {bottom: 6px;}
  .am-bottom-7 {bottom: 7px;}
  .am-bottom-8 {bottom: 8px;}
  .am-bottom-9 {bottom: 9px;}
  .am-bottom-12 {bottom: 12px;}
  
  .p0{padding:0 !important}
  .m0{margin:0 !important}
  
  .am-text-align-right {text-align: right;}
  .am-text-align-left {text-align: left;}
  .am-text-align-center {text-align: center;}
  
  /* ==========================================================================
     RESET & BASE — Override Savoy defaults
     ========================================================================== */
  
  body {
    font-family: var(--am-font-body) !important;
    background: var(--am-off-white) !important;
    color: var(--am-black);
    font-size: 14px;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  ::selection {
    background: var(--am-gold);
    color: var(--am-black);
  }
  
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: var(--am-off-white); }
  ::-webkit-scrollbar-thumb { background: var(--am-gold); border-radius: 3px; }
  
  a {
    color: var(--am-gold);
    text-decoration: none;
    transition: color var(--am-duration) var(--am-ease);
  }
  
  a:hover {
    color: var(--am-gold-light);
  }
  
  /* ==========================================================================
     UTILITY CLASSES
     ========================================================================== */
  
  .am-container {
    max-width: var(--am-container);
    margin: 0 auto;
    padding: 0 var(--am-space-xl);
  }
  
  @media (max-width: 768px) {
    .am-container { padding: 0 20px; }
  }
  
  .am-label {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .am-heading {
    font-family: var(--am-font-display);
    font-weight: 400;
    line-height: 1.2;
  }
  
  .am-gold-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--am-gold), transparent);
  }
  
  
  /* ==========================================================================
     HIDE SAVOY DEFAULT HEADER/FOOTER — We override completely
     ========================================================================== */
  
  .nm-header,
  .nm-header-placeholder,
  .nm-top-bar,
  .nm-mobile-menu,
  .nm-footer-bar,
  .nm-footer-widgets {
    display: none !important;
  }
  
  
  /* ==========================================================================
     GOLD/SILVER TICKER BAR (topmost element)
     ========================================================================== */
  
  .am-ticker {
    background: var(--am-black);
    border-bottom: 1px solid rgba(201,168,76,0.08);
    overflow: hidden;
    height: 36px;
    position: relative;
    z-index: 200;
  }
  
  .am-ticker-track {
    display: flex;
    align-items: center;
    height: 36px;
    animation: tickerScroll 40s linear infinite;
    white-space: nowrap;
    will-change: transform;
  }
  
  .am-ticker-track:hover {
    animation-play-state: paused;
  }
  
  @keyframes tickerScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  .am-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 32px;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--am-light-grey);
    flex-shrink: 0;
  }
  
  .am-ticker-item .metal-label {
    color: var(--am-gold);
    font-weight: 700;
  }
  
  .am-ticker-item .metal-price {
    color: var(--am-white);
    font-family: var(--am-font-display);
    font-size: 13px;
    font-weight: 500;
  }
  
  .am-ticker-item .metal-change {
    font-size: 9px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: var(--am-radius-pill);
  }
  
  .am-ticker-item .metal-change.up {
    color: #22C55E;
    background: rgba(34,197,94,0.1);
  }
  
  .am-ticker-item .metal-change.down {
    color: #EF4444;
    background: rgba(239,68,68,0.1);
  }
  
  .am-ticker-sep {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: rgba(201,168,76,0.2);
    flex-shrink: 0;
  }
  
  .am-ticker-diamond {
    color: var(--am-gold);
    font-size: 8px;
    opacity: 0.5;
    flex-shrink: 0;
  }
  
  
  /* ==========================================================================
     ANNOUNCEMENT BAR
     ========================================================================== */
  
  .am-topbar {
    background: var(--am-near-black);
    color: var(--am-gold);
    text-align: center;
    padding: 10px 20px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(201,168,76,0.12);
  }
  
  .am-topbar a {
    color: var(--am-gold-light);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  
  
  /* ==========================================================================
     MAIN NAVIGATION
     ========================================================================== */
  
  .am-nav {
    background: var(--am-black);
    padding: 0 var(--am-space-xl);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 150;
    border-bottom: 1px solid rgba(201,168,76,0.15);
    transition: background var(--am-duration) var(--am-ease),
                box-shadow var(--am-duration) var(--am-ease);
  }
  
  .am-nav.scrolled {
    background: rgba(10,10,10,0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  }
  
  /* Logo */
  .am-nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
  }
  
  .am-nav-logo img {width: 100%;max-width: 145px;}
  @media (max-width: 850px) {
    .am-nav-logo img {max-width: 120px;}
  }
  
  .am-nav-logo svg {
    width: 36px;
    height: 36px;
  }
  
  .am-nav-logo-text {
    font-family: var(--am-font-display);
    font-size: 28px;
    font-weight: 500;
    color: var(--am-white);
    letter-spacing: 0.05em;
    line-height: 1;
  }
  
  .am-nav-logo-sub {
    display: block;
    font-family: var(--am-font-body);
    font-size: 7px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--am-gold);
    font-weight: 500;
    margin-top: 2px;
  }
  
  /* Nav Links */
  .am-nav-menu {
    display: flex;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .am-nav-menu a {
    color: var(--am-light-grey);
    font-family: var(--am-font-amanah);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    transition: color var(--am-duration) var(--am-ease);
    position: relative;
    padding: 6px 0;
  }
  
  .am-nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--am-gold);
    transition: width var(--am-duration) var(--am-ease);
  }
  
  .am-nav-menu a:hover,
  .am-nav-menu .current-menu-item a,
  .am-nav-menu .current_page_item a {
    color: var(--am-gold);
  }
  
  .am-nav-menu a:hover::after,
  .am-nav-menu .current-menu-item a::after {
    width: 100%;
  }
  
  .am-nav-menu .am-highlight a {
    color: var(--am-gold) !important;
  }
  
  /* Nav Actions (search, account, cart, lang) */
  .am-nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .am-nav-icon {
    color: var(--am-white);
    cursor: pointer;
    transition: color var(--am-duration) var(--am-ease);
    background: none;
    border: none;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .am-nav-icon:hover { color: var(--am-gold); }
  
  .am-nav-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .am-cart-wrap {
    position: relative;
  }
  
  .am-cart-count {
    background: var(--am-gold);
    color: var(--am-black);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -8px;
    line-height: 1;
  }
  
  .am-lang-switch {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--am-light-grey);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--am-radius);
    transition: all var(--am-duration) var(--am-ease);
    background: none;
    text-decoration: none;
  }
  
  .am-lang-switch:hover {
    border-color: var(--am-gold);
    color: var(--am-gold);
  }
  
  /* Mobile Nav Toggle */
  .am-nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
  }
  
  .am-nav-toggle span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--am-white);
    transition: all var(--am-duration) var(--am-ease);
  }
  
  
  /* ==========================================================================
     TRUST BAR (below nav)
     ========================================================================== */
  
  /* =========================================
     TRUST BAR
  ========================================= */
  
  .am-trust-bar{
    padding:12px 20px;
    background:var(--am-black);
    border-top:1px solid rgba(201,168,76,0.08);
    border-bottom:1px solid rgba(201,168,76,0.12);
    overflow:hidden;
    }
  
  /* normal desktop layout */
  
  .am-trust-track{
    display:flex;
    justify-content:center;
    gap:60px;
  }
  
  @media (max-width:850px){
  
    .am-trust-track{
    justify-content:flex-start;
    width:max-content;
    animation:trustScroll 25s linear infinite;
    }
    
    }
  /* trust item */
  
  .am-trust-item{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--am-light-grey);
    font-size:10px;
    letter-spacing:0.12em;
    text-transform:uppercase;
    font-weight:500;
    flex-shrink:0;
  }
  
  .am-trust-item svg{
    color:var(--am-gold);
  }
  
  /* =========================================
     MOBILE TICKER
  ========================================= */
  
  @media (max-width:850px){
  
    .am-trust-track{
      justify-content:flex-start;
      gap:40px;
      width:max-content;
      animation:trustTicker 20s linear infinite;
    }
  
  }
  
  /* =========================================
     Desktop TICKER dont show duplicates
  ========================================= */
  .am-duplicate {display:none;}
  @media (max-width:850px){
    .am-duplicate {display:flex;}
  }
  
  /* smooth infinite scroll */
  
  @keyframes trustTicker{
  
    0%{
      transform:translateX(0);
    }
  
    100%{
      transform:translateX(-50%);
    }
  
  }  
  
  /* ==========================================================================
     FOOTER — TRUST GRID
     ========================================================================== */
  
  .am-footer-trust {
    background: var(--am-near-black);
    padding: var(--am-space-3xl) var(--am-space-xl);
    border-top: 1px solid rgba(201,168,76,0.1);
  }
  
  .am-footer-trust-inner {
    max-width: var(--am-container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  
  .am-ft-item { text-align: center; }
  
  .am-ft-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 50%;
  }
  
  .am-ft-icon svg {
    color: var(--am-gold);
  }
  
  .am-ft-title {
    font-family: var(--am-font-amanah);
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--am-gold);
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .am-ft-text {
    font-size: 12px;
    color: var(--am-light-grey);
    line-height: 1.7;
  }
  
  
  /* ==========================================================================
     FOOTER — MAIN
     ========================================================================== */
  
  .am-footer {
    background: var(--am-black);
    color: var(--am-light-grey);
  }
  
  .am-footer-main {
    max-width: var(--am-container);
    margin: 0 auto;
    padding: var(--am-space-3xl) var(--am-space-xl) var(--am-space-xl);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
  }
  
  .am-footer-brand {
    max-width: 320px;
  }
  
  .am-footer-brand .am-nav-logo {
    margin-bottom: 20px;
  }
  
  .am-footer-brand-text {
    font-size: 13px;
    color: var(--am-grey);
    line-height: 1.8;
    margin-bottom: 24px;
  }
  
  .am-footer-social {
    display: flex;
    gap: 12px;
  }
  
  .am-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(201,168,76,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--am-light-grey);
    transition: all var(--am-duration) var(--am-ease);
  }
  
  .am-footer-social a:hover {
    border-color: var(--am-gold);
    color: var(--am-gold);
    background: rgba(201,168,76,0.05);
  }
  
  .am-footer-col-title {
    font-family: var(--am-font-amanah);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--am-gold);
    font-weight: 600;
    margin-bottom: 24px;
  }
  
  .am-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .am-footer-links a {
    color: var(--am-grey);
    font-size: 13px;
    transition: color var(--am-duration) var(--am-ease);
  }
  
  .am-footer-links a:hover {
    color: var(--am-white);
  }
  
  /* Footer Charity Badge */
  .am-footer-charity {
    margin-top: 32px;
    padding: 16px 20px;
    background: rgba(201,168,76,0.06);
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: var(--am-radius);
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .am-footer-charity-icon {
    font-size: 20px;
    flex-shrink: 0;
  }
  
  .am-footer-charity-text {
    font-size: 11px;
    color: var(--am-light-grey);
    line-height: 1.6;
  }
  
  .am-footer-charity-text strong {
    color: var(--am-gold);
    font-weight: 600;
  }
  
  
  /* ==========================================================================
     FOOTER — BOTTOM BAR
     ========================================================================== */
  
  .am-footer-bottom {
    border-top: 1px solid rgba(201,168,76,0.1);
    padding: 24px var(--am-space-xl);
  }
  
  .am-footer-bottom-inner {
    max-width: var(--am-container);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  
  .am-footer-copy {
    font-size: 11px;
    color: var(--am-grey);
    letter-spacing: 0.04em;
  }
  
  .am-footer-payments {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .am-footer-payments svg {
    opacity: 0.5;
    transition: opacity var(--am-duration) var(--am-ease);
  }
  
  .am-footer-payments svg:hover {
    opacity: 1;
  }
  
  .am-footer-legal {
    display: flex;
    gap: 20px;
  }
  
  .am-footer-legal a {
    font-size: 11px;
    color: var(--am-grey);
  }
  
  .am-footer-legal a:hover {
    color: var(--am-gold);
  }
  
  
  /* ==========================================================================
     MOBILE MENU OVERLAY
     ========================================================================== */
  
  .am-mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    z-index: 300;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--am-duration) var(--am-ease);
  }
  
  .am-mobile-menu-overlay.open {
    opacity: 1;
    pointer-events: all;
  }
  
  .am-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 85vw;
    height: 100%;
    background: var(--am-black);
    z-index: 301;
    transform: translateX(100%);
    transition: transform var(--am-duration-slow) var(--am-ease);
    overflow-y: auto;
    padding: 24px;
  }
  
  .am-mobile-menu-overlay.open .am-mobile-menu {
    transform: translateX(0);
  }
  
  .am-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(201,168,76,0.15);
  }
  
  .am-mobile-menu-close {
    background: none;
    border: none;
    color: var(--am-white);
    cursor: pointer;
    padding: 8px;
    font-size: 24px;
  }
  
  .am-mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .am-mobile-nav-links a {
    display: block;
    color: var(--am-white);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: color var(--am-duration) var(--am-ease);
  }
  
  .am-mobile-nav-links a:hover {
    color: var(--am-gold);
  }
  
  
  /* ==========================================================================
     SEARCH OVERLAY
     ========================================================================== */
  
  .am-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(20px);
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--am-duration) var(--am-ease);
  }
  
  .am-search-overlay.open {
    opacity: 1;
    pointer-events: all;
  }
  
  .am-search-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 var(--am-space-xl);
  }
  
  .am-search-label {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--am-gold);
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
  }
  
  .am-search-input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid rgba(201,168,76,0.3);
    color: var(--am-white);
    font-family: var(--am-font-display);
    font-size: 40px;
    font-weight: 300;
    padding: 12px 0;
    outline: none;
    transition: border-color var(--am-duration) var(--am-ease);
  }
  
  .am-search-input:focus {
    border-color: var(--am-gold);
  }
  
  .am-search-input::placeholder {
    color: rgba(255,255,255,0.2);
  }
  
  .am-search-close {
    position: absolute;
    top: 32px;
    right: 32px;
    background: none;
    border: none;
    color: var(--am-white);
    cursor: pointer;
    font-size: 28px;
    padding: 8px;
    transition: color var(--am-duration) var(--am-ease);
  }
  
  .am-search-close:hover {
    color: var(--am-gold);
  }
  
  
  /* ==========================================================================
     RESPONSIVE
     ========================================================================== */
  
  @media (max-width: 1024px) {
    .am-nav-menu { display: none; }
    .am-nav-toggle { display: flex; }
    .am-trust-bar { gap: 24px; flex-wrap: wrap; padding: 12px 20px; }
    .am-footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
    .am-footer-trust-inner { grid-template-columns: repeat(2, 1fr); }
  }
  
  @media (max-width: 768px) {
    .am-nav { padding: 0 20px; height: 64px; }
    .am-nav-logo-text { font-size: 24px; }
    .am-trust-bar { gap: 16px; font-size: 9px; }
    .am-trust-item { font-size: 9px; }
    .am-footer-main { grid-template-columns: 1fr; gap: 32px; padding: var(--am-space-2xl) 20px var(--am-space-xl); }
    .am-footer-trust { padding: var(--am-space-2xl) 20px; }
    .am-footer-trust-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
    .am-footer-bottom-inner { flex-direction: column; text-align: center; }
    .am-footer-legal { flex-wrap: wrap; justify-content: center; }
  }
  
  @media (max-width: 480px) {
    .am-ticker { height: 32px; }
    .am-ticker-track { height: 32px; }
    .am-ticker-item { font-size: 9px; padding: 0 20px; }
    .am-footer-trust-inner { grid-template-columns: 1fr; }
  }
  
  
  /* ==========================================================================
     ANIMATIONS
     ========================================================================== */
  
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  @keyframes shimmer {
    0%   { background-position: -200% center; }
    100% { background-position: 200% center; }
  }
  
  .am-animate-up {
    opacity: 0;
    animation: fadeUp 0.6s var(--am-ease) forwards;
  }
  
  .am-animate-in {
    opacity: 0;
    animation: fadeIn 0.4s var(--am-ease) forwards;
  }
  
  /* ==========================================================================
     PAGE TEMPLATE
     ========================================================================== */
  
  .am-page-hero {
    background: var(--am-black);
    padding: var(--am-space-3xl) 0 var(--am-space-2xl);
    text-align: center;
  }
  
  .am-page-title {
    font-size: 48px;
    color: var(--am-white);
    letter-spacing: 0.02em;
  }
  
  @media (max-width: 768px) {
    .am-page-title { font-size: 32px; }
    .am-page-hero { padding: var(--am-space-2xl) 0 var(--am-space-xl); }
  }
  
  .am-page-body {
    padding: var(--am-space-3xl) 0;
  }
  
  .am-page-content-inner {
    max-width: 800px;
    font-size: 15px;
    line-height: 1.9;
    color: var(--am-grey);
  }
  
  .am-page-content-inner h2,
  .am-page-content-inner h3,
  .am-page-content-inner h4 {
    font-family: var(--am-font-display);
    color: var(--am-black);
    margin: 2em 0 0.8em;
  }
  
  .am-page-content-inner h2 { font-size: 32px; }
  .am-page-content-inner h3 { font-size: 26px; }
  
  .am-page-content-inner p {
    margin-bottom: 1.5em;
  }
  
  .am-page-content-inner img {
    border-radius: var(--am-radius);
    margin: 2em 0;
  }
  
  .am-page-content-inner a {
    color: var(--am-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  
  .am-page-content-inner blockquote {
    border-left: 3px solid var(--am-gold);
    padding: var(--am-space-md) var(--am-space-lg);
    margin: 2em 0;
    background: rgba(201,168,76,0.04);
    font-family: var(--am-font-display);
    font-size: 20px;
    font-style: italic;
    color: var(--am-black);
  }
  
  /* Breadcrumbs */
  .am-breadcrumb {
    padding: 16px 0;
    font-size: 11px;
    color: var(--am-grey);
    letter-spacing: 0.06em;
  }
  
  .am-breadcrumb a {
    color: var(--am-grey);
    text-decoration: none;
  }
  
  .am-breadcrumb a:hover { color: var(--am-gold); }
  
  .am-bc-sep {
    margin: 0 8px;
    color: var(--am-gold);
  }
  
  /* WooCommerce Main Content Wrapper */
  .am-wc-main {
    min-height: 60vh;
  }
  
  
  /* Gold shimmer text effect */
  .am-shimmer-text {
    background: linear-gradient(90deg,
      var(--am-gold) 0%,
      var(--am-gold-light) 25%,
      var(--am-gold) 50%,
      var(--am-gold-deep) 75%,
      var(--am-gold) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 4s linear infinite;
  }