/*
Theme Name:  Ramr.am Spiritual
Theme URI:   https://ramr.am
Author:      Ramr.am
Description: Cinematic sunrise spiritual WordPress theme for Ramr.am blog & WooCommerce shop. Sunrise sky palette, bold Playfair Display typography, particle effects, premium shop cards.
Version:     2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License:     GPL v2 or later
Text Domain: ramram
Tags:        spiritual, blog, shop, woocommerce, sunrise, cinematic, warm, elegant
*/

/* ── SUNRISE PALETTE ─────────────────────────
   Deep pre-dawn navy → amber horizon → rose gold → cream sky
   Inspired by Brahma Muhurta — the sacred hour before sunrise
──────────────────────────────────────────────*/
:root{
  --dawn-deep:    #0D0A1A;
  --dawn-navy:    #12102E;
  --horizon:      #1C1535;
  --amber:        #E8944A;
  --amber-bright: #F5B06A;
  --amber-glow:   rgba(232,148,74,0.18);
  --amber-ghost:  rgba(232,148,74,0.08);
  --rose:         #D4736A;
  --rose-light:   #F0A898;
  --rose-ghost:   rgba(212,115,106,0.12);
  --saffron:      #F2C14E;
  --cream:        #FBF0E0;
  --cream-dim:    rgba(251,240,224,0.65);
  --cream-mist:   rgba(251,240,224,0.15);
  --cream-ghost:  rgba(251,240,224,0.06);
  --sky-blue:     #7BA7C4;
  --sky-pink:     #E8B4A0;

  --font-hero:   'Playfair Display', Georgia, serif;
  --font-ui:     'DM Sans', 'Helvetica Neue', sans-serif;
  --font-accent: 'Cormorant Garamond', Georgia, serif;

  --r: 0;
  --container: 1280px;
  --gutter: clamp(1.2rem, 4vw, 3rem);
  --ease: cubic-bezier(0.4,0,0.2,1);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}

body{
  font-family:var(--font-ui);
  font-weight:300;
  background:var(--dawn-deep);
  color:var(--cream);
  line-height:1.75;
  overflow-x:hidden;
  min-height:100vh;
}

/* CINEMATIC SUNRISE SKY — fixed full-screen */
body::before{
  content:'';
  position:fixed;
  inset:0;
  background:
    radial-gradient(ellipse 120% 55% at 50% 100%, #2A1A08 0%, transparent 55%),
    radial-gradient(ellipse 80% 40% at 30% 95%,  #3D1F0A 0%, transparent 50%),
    radial-gradient(ellipse 80% 40% at 70% 95%,  #2E1508 0%, transparent 50%),
    radial-gradient(ellipse 60% 60% at 50% 85%,  rgba(232,148,74,0.25) 0%, transparent 65%),
    radial-gradient(ellipse 100% 80% at 50% 110%,rgba(212,115,106,0.12) 0%, transparent 60%),
    linear-gradient(to top,
      #1A0D05 0%,
      #1E1008 8%,
      #22130C 15%,
      #1C1535 35%,
      #131228 55%,
      #0D0A1A 80%,
      #080614 100%
    );
  pointer-events:none;
  z-index:0;
}

img{max-width:100%;height:auto;display:block}
a{color:var(--amber);text-decoration:none;transition:color .3s var(--ease)}
a:hover{color:var(--amber-bright)}
ul{list-style:none}
button{cursor:pointer;font-family:inherit}
input,textarea,select{font-family:inherit}

/* ── TYPOGRAPHY ──────────────────────────── */
h1,h2,h3,h4,h5,h6{
  font-family:var(--font-hero);
  font-weight:700;
  color:var(--cream);
  line-height:1.12;
  letter-spacing:-0.02em;
}
h1{font-size:clamp(3.5rem,7vw,7rem)}
h2{font-size:clamp(2.5rem,5vw,4.5rem)}
h3{font-size:clamp(1.8rem,3vw,2.8rem)}
h4{font-size:clamp(1.3rem,2vw,1.8rem)}
h5{font-size:1.2rem}

p{margin-bottom:1.2rem;color:var(--cream-dim);font-size:1.05rem;line-height:1.85}

blockquote{
  font-family:var(--font-accent);
  font-size:1.8rem;
  font-style:italic;
  color:var(--cream);
  border-left:3px solid var(--amber);
  padding:1.2rem 0 1.2rem 2rem;
  margin:2.5rem 0;
}
blockquote cite{
  display:block;
  font-size:0.85rem;
  font-style:normal;
  color:var(--amber);
  margin-top:.8rem;
  font-family:var(--font-ui);
  letter-spacing:.1em;
}

code,pre{
  font-family:'Courier New',monospace;
  background:var(--cream-ghost);
  border:1px solid rgba(232,148,74,.15);
  font-size:.88rem;
  color:var(--sky-pink);
  border-radius:4px;
}
code{padding:.15rem .4rem}
pre{padding:1.5rem;overflow-x:auto}

/* ── LAYOUT ──────────────────────────────── */
.site-wrapper{position:relative;z-index:1;min-height:100vh}
.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}
.container--narrow{max-width:860px}
.site-main{padding:5rem 0}

.content-grid{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:4rem;
  align-items:start;
}
.content-grid--full{grid-template-columns:1fr}

/* ── NAVIGATION ──────────────────────────── */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(13,10,26,.82);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(232,148,74,.12);
  transition:background .4s var(--ease);
}
.site-header.scrolled{background:rgba(13,10,26,.96)}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:1.1rem var(--gutter);
  max-width:var(--container);
  margin:0 auto;
  gap:2rem;
}

.site-branding a{text-decoration:none}
.site-title{
  font-family:var(--font-hero);
  font-size:1.7rem;
  font-weight:700;
  letter-spacing:-.02em;
  color:var(--amber);
  display:block;
  line-height:1;
  text-shadow:0 0 40px rgba(232,148,74,.5);
}
.site-tagline{
  font-size:.65rem;
  letter-spacing:.35em;
  color:rgba(251,240,224,.35);
  text-transform:uppercase;
  font-family:var(--font-ui);
  margin-top:4px;
}

.main-navigation{display:flex;align-items:center;gap:2.5rem}
.main-navigation ul{display:flex;gap:2.2rem;align-items:center}
.main-navigation ul li a{
  font-family:var(--font-ui);
  font-size:.8rem;
  font-weight:400;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(251,240,224,.55);
  transition:color .3s var(--ease);
  position:relative;
  padding-bottom:4px;
}
.main-navigation ul li a::after{
  content:'';
  position:absolute;
  bottom:0;left:0;
  width:0;height:1px;
  background:var(--amber);
  transition:width .3s var(--ease);
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item>a{color:var(--amber)}
.main-navigation ul li a:hover::after,
.main-navigation ul li.current-menu-item>a::after{width:100%}

.main-navigation ul ul{
  display:none;
  position:absolute;
  top:100%;left:0;
  background:rgba(13,10,26,.98);
  border:1px solid rgba(232,148,74,.12);
  border-top:2px solid var(--amber);
  min-width:210px;
  flex-direction:column;
  gap:0;
  padding:.6rem 0;
}
.main-navigation ul li{position:relative}
.main-navigation ul li:hover>ul{display:flex}
.main-navigation ul ul li a{
  padding:.65rem 1.4rem;
  display:block;
  font-size:.75rem;
}

.header-right{display:flex;align-items:center;gap:1.2rem}

.header-cart{
  width:42px;height:42px;
  border:1px solid rgba(232,148,74,.3);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--amber);
  font-size:1rem;
  transition:all .3s var(--ease);
  position:relative;
  text-decoration:none;
}
.header-cart:hover{
  border-color:var(--amber);
  box-shadow:0 0 20px rgba(232,148,74,.25),inset 0 0 20px rgba(232,148,74,.05);
  color:var(--amber-bright);
}
.cart-count{
  position:absolute;
  top:-5px;right:-5px;
  width:18px;height:18px;
  background:var(--rose);
  border-radius:50%;
  font-size:.58rem;
  font-family:var(--font-ui);
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  border:2px solid var(--dawn-deep);
  font-weight:600;
}

.menu-toggle{
  display:none;
  background:transparent;
  border:1px solid rgba(232,148,74,.3);
  color:var(--amber);
  padding:.4rem .8rem;
  font-size:1.2rem;
  border-radius:4px;
  transition:all .3s var(--ease);
}
.menu-toggle:hover{border-color:var(--amber)}

/* ── HERO ────────────────────────────────── */
.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10rem var(--gutter) 8rem;
  overflow:hidden;
}

/* SUNRISE HORIZON LINE — the hero's signature */
.sunrise-horizon{
  position:absolute;
  bottom:0;left:0;right:0;
  height:280px;
  background:
    radial-gradient(ellipse 80% 100% at 50% 100%,
      rgba(232,148,74,.55) 0%,
      rgba(212,115,106,.3) 30%,
      rgba(242,193,78,.15) 55%,
      transparent 80%
    );
  pointer-events:none;
  z-index:0;
}

/* Horizon glow line */
.sunrise-horizon::before{
  content:'';
  position:absolute;
  bottom:0;left:10%;right:10%;
  height:2px;
  background:linear-gradient(to right,
    transparent,
    rgba(232,148,74,.4) 20%,
    rgba(242,193,78,.9) 50%,
    rgba(232,148,74,.4) 80%,
    transparent
  );
  animation:horizon-pulse 4s ease-in-out infinite;
}
@keyframes horizon-pulse{
  0%,100%{opacity:.6;filter:blur(0px)}
  50%{opacity:1;filter:blur(1px)}
}

/* Sun disc */
.sun-disc{
  position:absolute;
  bottom:-40px;
  left:50%;
  transform:translateX(-50%);
  width:180px;height:180px;
  border-radius:50%;
  background:radial-gradient(circle,
    rgba(242,193,78,1) 0%,
    rgba(232,148,74,.9) 35%,
    rgba(212,115,106,.4) 65%,
    transparent 100%
  );
  animation:sun-rise 8s ease-out forwards, sun-pulse 4s ease-in-out 8s infinite;
  z-index:1;
}
@keyframes sun-rise{
  0%{transform:translateX(-50%) translateY(80px);opacity:0}
  100%{transform:translateX(-50%) translateY(0);opacity:1}
}
@keyframes sun-pulse{
  0%,100%{box-shadow:0 0 60px 20px rgba(242,193,78,.25),0 0 120px 60px rgba(232,148,74,.15)}
  50%{box-shadow:0 0 80px 30px rgba(242,193,78,.35),0 0 160px 80px rgba(232,148,74,.2)}
}

/* Light shafts */
.light-shafts{
  position:absolute;
  bottom:0;left:50%;
  transform:translateX(-50%);
  width:100%;height:80%;
  pointer-events:none;
  z-index:1;
  overflow:hidden;
}
.shaft{
  position:absolute;
  bottom:0;
  left:50%;
  width:2px;
  transform-origin:bottom center;
  opacity:0;
  animation:shaft-rise 6s ease-out infinite;
}
.shaft::after{
  content:'';
  display:block;
  width:100%;
  height:100%;
  background:linear-gradient(to top,rgba(242,193,78,.5),transparent);
}
.shaft:nth-child(1){transform:rotate(-55deg);height:70%;animation-delay:.0s;width:60px}
.shaft:nth-child(2){transform:rotate(-38deg);height:65%;animation-delay:.4s;width:40px}
.shaft:nth-child(3){transform:rotate(-22deg);height:75%;animation-delay:.8s;width:30px}
.shaft:nth-child(4){transform:rotate(-8deg); height:80%;animation-delay:1.2s;width:50px}
.shaft:nth-child(5){transform:rotate(0deg);  height:90%;animation-delay:1.6s;width:3px}
.shaft:nth-child(6){transform:rotate(8deg);  height:80%;animation-delay:2.0s;width:50px}
.shaft:nth-child(7){transform:rotate(22deg); height:75%;animation-delay:2.4s;width:30px}
.shaft:nth-child(8){transform:rotate(38deg); height:65%;animation-delay:2.8s;width:40px}
.shaft:nth-child(9){transform:rotate(55deg); height:70%;animation-delay:3.2s;width:60px}
@keyframes shaft-rise{
  0%{opacity:0;transform:var(--r,rotate(0deg)) scaleX(1)}
  20%{opacity:.22}
  80%{opacity:.12}
  100%{opacity:0}
}

/* Hero content */
.hero-content{position:relative;z-index:5}

.hero-kicker{
  font-family:var(--font-ui);
  font-size:.78rem;
  font-weight:400;
  letter-spacing:.55em;
  text-transform:uppercase;
  color:var(--amber);
  margin-bottom:2rem;
  opacity:0;
  animation:fade-up 1s var(--ease) forwards .2s;
}

.hero-title{
  font-family:var(--font-hero);
  font-size:clamp(4rem,9vw,9rem);
  font-weight:700;
  letter-spacing:-.03em;
  line-height:1.0;
  color:var(--cream);
  margin-bottom:1.8rem;
  text-shadow:0 4px 60px rgba(232,148,74,.2);
  opacity:0;
  animation:fade-up 1.1s var(--ease) forwards .5s;
}
.hero-title .line-gold{color:var(--amber);display:block}
.hero-title .line-rose{color:var(--rose-light);display:block}

.hero-sub{
  font-family:var(--font-accent);
  font-size:clamp(1.15rem,2.2vw,1.6rem);
  font-style:italic;
  font-weight:400;
  color:var(--cream-dim);
  max-width:620px;
  margin:0 auto 3rem;
  line-height:1.7;
  letter-spacing:.02em;
  opacity:0;
  animation:fade-up 1.1s var(--ease) forwards .8s;
}

.hero-ctas{
  display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;
  opacity:0;
  animation:fade-up 1.1s var(--ease) forwards 1.1s;
}

@keyframes fade-up{
  from{opacity:0;transform:translateY(28px)}
  to{opacity:1;transform:translateY(0)}
}

/* SCROLL INDICATOR */
.scroll-cue{
  position:absolute;
  bottom:2.5rem;left:50%;
  transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:.5rem;
  opacity:.4;
  z-index:5;
  animation:fade-up 1s var(--ease) forwards 2s, bob 2s ease-in-out 3s infinite;
}
.scroll-cue span{
  font-family:var(--font-ui);
  font-size:.62rem;
  letter-spacing:.35em;
  text-transform:uppercase;
  color:var(--amber);
}
.scroll-cue::after{
  content:'';
  width:1px;height:40px;
  background:linear-gradient(to bottom,var(--amber),transparent);
}
@keyframes bob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}

/* ── BUTTONS ─────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:.6rem;
  font-family:var(--font-ui);
  font-size:.85rem;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:1rem 2.6rem;
  border:none;
  cursor:pointer;
  text-decoration:none;
  transition:all .35s var(--ease);
  position:relative;
  overflow:hidden;
}

.btn-sunrise{
  background:linear-gradient(135deg,var(--amber) 0%,var(--saffron) 50%,var(--amber-bright) 100%);
  color:#1A0D05;
  font-weight:600;
  box-shadow:0 4px 30px rgba(232,148,74,.4),0 0 0 0 rgba(232,148,74,.3);
}
.btn-sunrise:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 50px rgba(232,148,74,.55),0 0 0 4px rgba(232,148,74,.15);
  color:#1A0D05;
}

.btn-dawn{
  background:transparent;
  color:var(--cream);
  border:1.5px solid rgba(251,240,224,.25);
  backdrop-filter:blur(8px);
}
.btn-dawn:hover{
  border-color:rgba(232,148,74,.6);
  color:var(--amber);
  box-shadow:0 0 25px rgba(232,148,74,.15);
}

.btn-amber-outline{
  background:transparent;
  color:var(--amber);
  border:1.5px solid rgba(232,148,74,.35);
}
.btn-amber-outline:hover{
  background:var(--amber-ghost);
  border-color:var(--amber);
  color:var(--amber-bright);
}

/* ── DIVIDER ─────────────────────────────── */
.sunrise-divider{
  display:flex;align-items:center;gap:1.5rem;
  margin:3rem 0;
}
.sunrise-divider__line{
  flex:1;height:1px;
  background:linear-gradient(to right,transparent,rgba(232,148,74,.3),transparent);
}
.sunrise-divider__icon{
  font-family:var(--font-accent);
  font-size:1.3rem;
  color:rgba(232,148,74,.4);
  line-height:1;
}

/* ── SECTION LABELS ──────────────────────── */
.section-eyebrow{
  font-family:var(--font-ui);
  font-size:.72rem;
  font-weight:500;
  letter-spacing:.45em;
  text-transform:uppercase;
  color:var(--amber);
  margin-bottom:1rem;
  display:flex;align-items:center;gap:.8rem;
}
.section-eyebrow::before{
  content:'';
  width:28px;height:1.5px;
  background:var(--amber);
  display:inline-block;
}

.section-head{
  display:flex;align-items:flex-end;
  justify-content:space-between;
  margin-bottom:3rem;
  gap:2rem;
  flex-wrap:wrap;
}
.section-head h2{margin-bottom:.3rem}
.view-all{
  font-family:var(--font-ui);
  font-size:.78rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(251,240,224,.4);
  white-space:nowrap;
  transition:color .3s var(--ease);
  padding-bottom:2px;
  border-bottom:1px solid transparent;
}
.view-all:hover{color:var(--amber);border-color:var(--amber)}

/* ── BLOG CARDS ──────────────────────────── */
.posts-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2px;
}
.posts-grid--2col{grid-template-columns:repeat(2,1fr)}

.post-card{
  background:rgba(255,255,255,.025);
  border:1px solid rgba(232,148,74,.08);
  transition:all .45s var(--ease);
  position:relative;
  overflow:hidden;
  cursor:pointer;
}
.post-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(232,148,74,.04) 0%,transparent 60%);
  opacity:0;
  transition:opacity .45s var(--ease);
}
.post-card:hover{
  background:rgba(232,148,74,.04);
  border-color:rgba(232,148,74,.22);
  transform:translateY(-5px);
  box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 40px rgba(232,148,74,.06);
}
.post-card:hover::before{opacity:1}

.post-card__img{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
}
.post-card__img img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .7s var(--ease);
  filter:brightness(.88) saturate(.9);
}
.post-card:hover .post-card__img img{
  transform:scale(1.06);
  filter:brightness(.95) saturate(1.05);
}
.post-card__img-placeholder{
  width:100%;height:100%;
  background:linear-gradient(135deg,rgba(232,148,74,.08),rgba(212,115,106,.06));
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-hero);
  font-size:3.5rem;
  color:rgba(232,148,74,.15);
}

.post-card__body{padding:2rem}

.post-card__cat{
  font-family:var(--font-ui);
  font-size:.65rem;
  font-weight:500;
  letter-spacing:.3em;
  text-transform:uppercase;
  color:var(--rose-light);
  margin-bottom:.8rem;
  display:flex;align-items:center;gap:.5rem;
}
.post-card__cat::before{content:'';width:14px;height:1.5px;background:var(--rose-light)}

.post-card__title{
  font-family:var(--font-hero);
  font-size:1.45rem;
  font-weight:700;
  letter-spacing:-.02em;
  color:var(--cream);
  line-height:1.22;
  margin-bottom:.8rem;
  transition:color .3s var(--ease);
}
.post-card:hover .post-card__title{color:var(--amber-bright)}

.post-card__excerpt{
  font-size:.9rem;
  line-height:1.8;
  color:rgba(251,240,224,.4);
  margin-bottom:1.2rem;
}

.post-card__meta{
  font-size:.72rem;
  color:rgba(232,148,74,.5);
  letter-spacing:.06em;
  display:flex;align-items:center;gap:.8rem;
}

.read-more{
  display:inline-flex;align-items:center;gap:.5rem;
  font-family:var(--font-ui);
  font-size:.7rem;
  font-weight:500;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(232,148,74,.55);
  margin-top:1.4rem;
  transition:all .3s var(--ease);
}
.read-more:hover{color:var(--amber);gap:.8rem}
.read-more .arrow{
  display:inline-block;
  width:22px;height:1.5px;
  background:currentColor;
  position:relative;
}
.read-more .arrow::after{
  content:'';
  position:absolute;
  right:0;top:-3px;
  width:6px;height:6px;
  border-right:1.5px solid;
  border-top:1.5px solid;
  transform:rotate(45deg);
}

/* Featured card (spans 2 cols) */
.post-card--featured{
  grid-column:span 2;
  display:grid;
  grid-template-columns:1fr 1fr;
}
.post-card--featured .post-card__img{aspect-ratio:auto}
.post-card--featured .post-card__title{font-size:2rem}
.post-card--featured .post-card__body{
  padding:2.5rem;
  display:flex;flex-direction:column;justify-content:center;
}

/* ── SINGLE POST ─────────────────────────── */
.entry-header{text-align:center;margin-bottom:4rem}
.entry-cat{
  font-family:var(--font-ui);
  font-size:.7rem;
  font-weight:500;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:var(--rose-light);
  margin-bottom:1.5rem;
}
.entry-title{
  font-family:var(--font-hero);
  font-size:clamp(2.8rem,5vw,5.5rem);
  font-weight:700;
  letter-spacing:-.03em;
  color:var(--cream);
  margin-bottom:1.5rem;
}
.entry-meta{
  font-size:.78rem;
  color:rgba(232,148,74,.5);
  letter-spacing:.08em;
}
.entry-content{
  font-size:1.1rem;
  line-height:2;
  color:rgba(251,240,224,.72);
}
.entry-content h2{margin:3rem 0 1.2rem;font-size:2.2rem}
.entry-content h3{margin:2.5rem 0 1rem;font-size:1.6rem}
.entry-content p{margin-bottom:1.6rem}
.entry-content a{color:var(--amber);border-bottom:1px solid rgba(232,148,74,.3)}
.entry-content a:hover{color:var(--amber-bright);border-color:var(--amber)}

/* ── QUOTE BANNER ────────────────────────── */
.quote-section{
  position:relative;
  padding:7rem var(--gutter);
  text-align:center;
  overflow:hidden;
  margin:4rem 0;
}
.quote-section::before{
  content:'';
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse 70% 100% at 50% 100%,rgba(232,148,74,.08) 0%,transparent 70%),
    linear-gradient(to bottom,transparent,rgba(232,148,74,.04),transparent);
  pointer-events:none;
}
.quote-section .sunrise-divider{max-width:400px;margin:0 auto 3rem}
.quote-text{
  font-family:var(--font-hero);
  font-size:clamp(2rem,4vw,4rem);
  font-weight:700;
  letter-spacing:-.03em;
  line-height:1.2;
  color:var(--cream);
  position:relative;z-index:1;
  max-width:900px;
  margin:0 auto;
}
.quote-text .highlight{
  background:linear-gradient(135deg,var(--amber),var(--saffron),var(--rose-light));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.quote-attr{
  font-family:var(--font-ui);
  font-size:.75rem;
  letter-spacing:.4em;
  text-transform:uppercase;
  color:rgba(232,148,74,.4);
  margin-top:2rem;
  position:relative;z-index:1;
}

/* ══════════════════════════════════════════
   SHOP — PREMIUM REDESIGN
══════════════════════════════════════════*/
.shop-hero{
  padding:6rem var(--gutter) 4rem;
  text-align:center;
  position:relative;
}

/* WooCommerce product grid */
.woocommerce .products{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr)) !important;
  gap:2px !important;
  list-style:none !important;
}

/* THE PRODUCT CARD — premium redesign */
.woocommerce ul.products li.product{
  background:rgba(255,255,255,.03) !important;
  border:1px solid rgba(232,148,74,.1) !important;
  border-radius:0 !important;
  padding:0 !important;
  overflow:hidden;
  transition:all .45s var(--ease) !important;
  position:relative;
  display:flex !important;
  flex-direction:column !important;
}
.woocommerce ul.products li.product:hover{
  border-color:rgba(232,148,74,.35) !important;
  transform:translateY(-6px) !important;
  box-shadow:
    0 24px 70px rgba(0,0,0,.55),
    0 0 50px rgba(232,148,74,.08),
    inset 0 1px 0 rgba(232,148,74,.15) !important;
}

/* Product image wrapper */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link{
  display:block;
  position:relative;
  overflow:hidden;
  flex:0 0 auto;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link::after{
  content:'VIEW';
  position:absolute;
  inset:0;
  background:rgba(13,10,26,.5);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-ui);
  font-size:.7rem;
  font-weight:600;
  letter-spacing:.4em;
  color:var(--amber);
  opacity:0;
  transition:opacity .4s var(--ease);
  backdrop-filter:blur(2px);
}
.woocommerce ul.products li.product:hover .woocommerce-LoopProduct-link::after{opacity:1}

.woocommerce ul.products li.product img{
  border-radius:0 !important;
  width:100% !important;
  height:280px !important;
  object-fit:cover !important;
  transition:transform .7s var(--ease) !important;
  filter:brightness(.9) saturate(.95) !important;
  display:block !important;
}
.woocommerce ul.products li.product:hover img{
  transform:scale(1.07) !important;
  filter:brightness(1) saturate(1.05) !important;
}

/* Product info area */
.woocommerce ul.products li.product .product-info-wrap{
  padding:1.6rem;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:.5rem;
}

.woocommerce ul.products li.product .product-category-tag{
  font-family:var(--font-ui);
  font-size:.58rem;
  font-weight:500;
  letter-spacing:.35em;
  text-transform:uppercase;
  color:var(--rose-light);
  display:flex;align-items:center;gap:.4rem;
}
.woocommerce ul.products li.product .product-category-tag::before{
  content:'';width:12px;height:1px;background:var(--rose-light)
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--font-hero) !important;
  font-size:1.35rem !important;
  font-weight:700 !important;
  letter-spacing:-.02em !important;
  color:var(--cream) !important;
  line-height:1.2 !important;
  padding:0 !important;
  margin:0 !important;
}

.woocommerce ul.products li.product .price-row{
  display:flex;align-items:baseline;
  justify-content:space-between;
  margin-top:.3rem;
}

.woocommerce ul.products li.product .price{
  font-family:var(--font-ui) !important;
  font-size:1.2rem !important;
  font-weight:600 !important;
  color:var(--amber) !important;
  letter-spacing:-.01em !important;
  padding:0 !important;
  display:inline-block !important;
}
.woocommerce ul.products li.product .price del{
  color:rgba(232,148,74,.3) !important;
  font-size:.9rem !important;
  font-weight:400 !important;
  margin-right:.4rem !important;
}
.woocommerce ul.products li.product .price ins{
  text-decoration:none !important;
  color:var(--saffron) !important;
}

/* ADD TO CART — full width, cinematic */
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  display:block !important;
  width:calc(100% - 3.2rem) !important;
  margin:0 1.6rem 1.6rem !important;
  font-family:var(--font-ui) !important;
  font-size:.72rem !important;
  font-weight:600 !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  text-align:center !important;
  text-decoration:none !important;
  color:rgba(251,240,224,.6) !important;
  background:transparent !important;
  border:1.5px solid rgba(232,148,74,.2) !important;
  border-radius:0 !important;
  padding:.85rem 1rem !important;
  transition:all .35s var(--ease) !important;
  cursor:pointer !important;
  position:relative;
  overflow:hidden;
}
.woocommerce ul.products li.product .button::before,
.woocommerce a.button::before{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(135deg,var(--amber),var(--saffron));
  opacity:0;
  transition:opacity .35s var(--ease);
  z-index:0;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
  color:#1A0D05 !important;
  border-color:var(--amber) !important;
  box-shadow:0 0 30px rgba(232,148,74,.3) !important;
}
.woocommerce ul.products li.product .button:hover::before{opacity:1}
.woocommerce ul.products li.product .button span{position:relative;z-index:1}

/* Sale badge */
.woocommerce span.onsale{
  background:linear-gradient(135deg,var(--rose),#C4595A) !important;
  border-radius:0 !important;
  font-family:var(--font-ui) !important;
  font-size:.58rem !important;
  font-weight:600 !important;
  letter-spacing:.2em !important;
  padding:.3rem .8rem !important;
  top:12px !important;
  left:12px !important;
  right:auto !important;
  min-height:unset !important;
  line-height:1.8 !important;
  text-transform:uppercase !important;
}

/* Product badges */
.product-badge{
  position:absolute;
  top:12px;right:12px;
  font-family:var(--font-ui);
  font-size:.55rem;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
  padding:.3rem .9rem;
  z-index:10;
  pointer-events:none;
}
.badge-new{background:var(--amber);color:#1A0D05}
.badge-hot{background:var(--rose);color:#fff}
.badge-featured{
  background:linear-gradient(135deg,var(--amber),var(--saffron));
  color:#1A0D05;
}

/* Star ratings */
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before{color:var(--amber) !important}
.woocommerce .star-rating{
  font-size:.8rem !important;
  color:rgba(232,148,74,.25) !important;
}

/* Single product page */
.woocommerce div.product .product_title{
  font-family:var(--font-hero) !important;
  font-size:clamp(2.5rem,5vw,4.5rem) !important;
  font-weight:700 !important;
  letter-spacing:-.03em !important;
  color:var(--cream) !important;
  line-height:1.1 !important;
}
.woocommerce div.product p.price{
  color:var(--amber) !important;
  font-size:2rem !important;
  font-weight:600 !important;
  font-family:var(--font-ui) !important;
}
.woocommerce div.product .woocommerce-product-details__short-description{
  color:var(--cream-dim) !important;
  font-size:1.05rem !important;
  line-height:1.85 !important;
}
.woocommerce #respond input#submit,
.woocommerce #payment #place_order{
  background:linear-gradient(135deg,var(--amber),var(--saffron)) !important;
  color:#1A0D05 !important;
  font-family:var(--font-ui) !important;
  font-size:.78rem !important;
  font-weight:600 !important;
  letter-spacing:.25em !important;
  text-transform:uppercase !important;
  border:none !important;
  border-radius:0 !important;
  padding:1.1rem 3rem !important;
  box-shadow:0 4px 30px rgba(232,148,74,.35) !important;
  transition:all .35s var(--ease) !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce #payment #place_order:hover{
  box-shadow:0 8px 50px rgba(232,148,74,.55) !important;
  transform:translateY(-2px) !important;
}

/* Cart/Checkout table */
.woocommerce table.shop_table{
  background:rgba(255,255,255,.02) !important;
  border:1px solid rgba(232,148,74,.1) !important;
  border-collapse:collapse !important;
  width:100% !important;
}
.woocommerce table.shop_table th{
  font-family:var(--font-ui) !important;
  font-size:.7rem !important;
  font-weight:600 !important;
  letter-spacing:.25em !important;
  text-transform:uppercase !important;
  color:var(--amber) !important;
  border-bottom:1px solid rgba(232,148,74,.15) !important;
  padding:1.2rem !important;
  background:transparent !important;
}
.woocommerce table.shop_table td{
  border-bottom:1px solid rgba(232,148,74,.06) !important;
  padding:1.2rem !important;
  color:var(--cream-dim) !important;
  vertical-align:middle !important;
}

/* WC Form fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
  background:rgba(255,255,255,.03) !important;
  border:1px solid rgba(232,148,74,.18) !important;
  border-radius:0 !important;
  color:var(--cream) !important;
  font-family:var(--font-ui) !important;
  font-size:.95rem !important;
  padding:.85rem 1.1rem !important;
  transition:border-color .3s var(--ease) !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus{
  border-color:rgba(232,148,74,.45) !important;
  outline:none !important;
  box-shadow:0 0 20px rgba(232,148,74,.08) !important;
}
.woocommerce form .form-row label{
  font-family:var(--font-ui) !important;
  font-size:.7rem !important;
  font-weight:500 !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  color:rgba(232,148,74,.55) !important;
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb{
  font-size:.75rem !important;
  color:rgba(232,148,74,.35) !important;
  margin-bottom:2rem !important;
}
.woocommerce .woocommerce-breadcrumb a{color:rgba(232,148,74,.45) !important}
.woocommerce .woocommerce-breadcrumb a:hover{color:var(--amber) !important}

/* WC default styles off */
/* ── SIDEBAR ─────────────────────────────── */
.widget-area{position:sticky;top:5rem}
.widget{
  margin-bottom:2.5rem;
  padding:2rem;
  background:rgba(255,255,255,.02);
  border:1px solid rgba(232,148,74,.1);
}
.widget-title{
  font-family:var(--font-ui);
  font-size:.7rem;
  font-weight:600;
  letter-spacing:.38em;
  text-transform:uppercase;
  color:var(--amber);
  margin-bottom:1.4rem;
  padding-bottom:.8rem;
  border-bottom:1px solid rgba(232,148,74,.12);
}
.widget ul li{
  padding:.5rem 0;
  border-bottom:1px solid rgba(232,148,74,.06);
  font-size:.9rem;
  color:var(--cream-dim);
}
.widget ul li a{
  color:rgba(251,240,224,.55);
  transition:color .3s var(--ease);
}
.widget ul li a:hover{color:var(--amber)}
.search-field{
  flex:1;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(232,148,74,.18);
  color:var(--cream);
  padding:.65rem .9rem;
  font-size:.9rem;
  outline:none;
  transition:border-color .3s var(--ease);
}
.search-field:focus{border-color:rgba(232,148,74,.4)}
.search-submit{
  background:var(--amber-ghost);
  border:1px solid rgba(232,148,74,.25);
  color:var(--amber);
  padding:.65rem 1rem;
  font-size:.9rem;
  transition:all .3s var(--ease);
}
.search-submit:hover{background:rgba(232,148,74,.18)}
.search-form{display:flex;gap:.5rem}

/* ── FOOTER ──────────────────────────────── */
.site-footer{
  position:relative;z-index:2;
  border-top:1px solid rgba(232,148,74,.1);
  padding:5rem 0 2.5rem;
  background:rgba(0,0,0,.35);
}
.site-footer::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:1px;
  background:linear-gradient(to right,transparent,rgba(232,148,74,.4),rgba(242,193,78,.6),rgba(232,148,74,.4),transparent);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.8fr 1fr 1fr 1fr;
  gap:4rem;
  margin-bottom:4rem;
}
.footer-brand .site-title{font-size:2rem;margin-bottom:.6rem}
.footer-brand p{font-size:.88rem;color:rgba(251,240,224,.3);line-height:1.85}
.footer-col-title{
  font-family:var(--font-ui);
  font-size:.68rem;
  font-weight:600;
  letter-spacing:.38em;
  text-transform:uppercase;
  color:var(--amber);
  margin-bottom:1.4rem;
}
.footer-links li{padding:.35rem 0}
.footer-links a{
  font-size:.88rem;
  color:rgba(251,240,224,.3);
  transition:color .3s var(--ease);
  letter-spacing:.04em;
}
.footer-links a:hover{color:var(--amber)}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:2rem;
  border-top:1px solid rgba(232,148,74,.07);
  flex-wrap:wrap;
  gap:1rem;
}
.footer-copy{
  font-size:.75rem;
  color:rgba(251,240,224,.18);
  letter-spacing:.08em;
}
.footer-social{display:flex;gap:.8rem}
.footer-social a{
  width:36px;height:36px;
  border:1px solid rgba(232,148,74,.15);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:.8rem;
  color:rgba(232,148,74,.35);
  transition:all .3s var(--ease);
  text-decoration:none;
}
.footer-social a:hover{
  border-color:var(--amber);
  color:var(--amber);
  box-shadow:0 0 14px rgba(232,148,74,.2);
}

/* ── PARTICLES ───────────────────────────── */
#particles-canvas{
  position:fixed;inset:0;
  pointer-events:none;z-index:0;
  opacity:.7;
}

/* ── REVEAL ANIMATION ────────────────────── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.visible{opacity:1;transform:none}
.reveal-d1{transition-delay:.1s}
.reveal-d2{transition-delay:.2s}
.reveal-d3{transition-delay:.3s}

/* ── UTILS ───────────────────────────────── */
.text-amber{color:var(--amber)}
.text-rose{color:var(--rose-light)}
.text-cream{color:var(--cream)}
.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.mb-6{margin-bottom:3rem}
.mt-4{margin-top:2rem}.mt-8{margin-top:4rem}
.py-section{padding:6rem 0}
.py-sm{padding:3rem 0}
.text-center{text-align:center}

/* ── RESPONSIVE ──────────────────────────── */
@media(max-width:1100px){
  .content-grid{grid-template-columns:1fr}
  .widget-area{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}
}
@media(max-width:900px){
  .posts-grid{grid-template-columns:1fr 1fr}
  .post-card--featured{grid-column:span 2;grid-template-columns:1fr}
  .post-card--featured .post-card__img{aspect-ratio:16/9}
  .woocommerce .products{grid-template-columns:repeat(2,1fr) !important}
}
@media(max-width:768px){
  :root{--gutter:1.2rem}
  .main-navigation ul{display:none}
  .main-navigation ul.toggled{
    display:flex;flex-direction:column;
    position:fixed;inset:0;
    background:rgba(13,10,26,.97);
    padding:5rem 2.5rem;
    gap:1.8rem;z-index:999;
    align-items:center;justify-content:center;
  }
  .main-navigation ul.toggled li a{font-size:1.1rem;letter-spacing:.15em}
  .menu-toggle{display:block}
  .posts-grid{grid-template-columns:1fr}
  .post-card--featured{grid-column:span 1}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero{min-height:90vh;padding:8rem var(--gutter) 6rem}
  .sun-disc{width:120px;height:120px}
}
@media(max-width:540px){
  .woocommerce .products{grid-template-columns:1fr !important}
  .footer-grid{grid-template-columns:1fr}
  .hero-ctas{flex-direction:column;align-items:center}
  .btn{width:100%;justify-content:center}
  .footer-bottom{flex-direction:column;text-align:center}
}

/* ══════════════════════════════════════════════════════
   SINGLE PRODUCT — LAYOUT (style.css supplement)
   Full grid layout for the single product page wrapper.
   Detailed WooCommerce styling lives in assets/css/woocommerce.css
══════════════════════════════════════════════════════ */

/* Page-level wrapper */
.ramram-single-product {
  padding-top: 3rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 2;
}

/* Two-col product inner: gallery | summary */
.ramram-product-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 5rem;
  align-items: start;
  margin-bottom: 4rem;
  overflow: visible;    /* zoom window */
}

.ramram-product-gallery {
  position: sticky;
  top: 6rem;
  overflow: visible;
}

.ramram-product-summary {
  display: flex;
  flex-direction: column;
}

/* Tabs full width below the two-col grid */
.ramram-product-tabs {
  width: 100%;
}

/* WooCommerce hooks place summary inside .entry-summary —
   reroute it inside our grid */
.woocommerce div.product div.summary.entry-summary {
  grid-area: unset !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Full-width product page — no sidebar */
.is-single-product .site-main {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ── Archive Shop Page Controls ── */
.shop-controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(232,148,74,.1);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ramram-product-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ramram-product-gallery {
    position: static;
  }
}
