/* ================================================================
   Jewellers Reviews — About Us  (about.css)
   Uses theme.css tokens: --gold, --gold-d, --gold-l, --dark, --mid,
   --muted, --border, --bg, --white, --max, --px, --ease
   ================================================================ */

.jr-about {
  --gold-pale: rgba(200,169,81,.10);
  --bg-2:      #f4f1eb;
  --border-l:  #ece8e0;
  --sh-md:     0 6px 28px rgba(0,0,0,.10);
  --sh-lg:     0 14px 50px rgba(0,0,0,.14);
  --sec-py:    clamp(56px, 8vw, 96px);
  font-family: 'DM Sans', sans-serif;
  color: var(--dark);
  background: var(--bg);
}
.jr-about *, .jr-about *::before, .jr-about *::after { box-sizing: border-box; }

.jr-about-container { max-width: var(--max); margin: 0 auto; padding: 0 var(--px); }
.jr-about .jr-section { padding: var(--sec-py) 0; }

.jr-about-tag { display: inline-block; font-size: 11.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold-d); margin-bottom: 14px; }
.jr-about-tag--light { color: var(--gold); }
.jr-about-h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(28px,4vw,42px); font-weight: 700; color: var(--dark); line-height: 1.15; letter-spacing: -.6px; margin: 0 0 20px; }
.jr-about-h2--light { color: var(--white); }
.jr-about-head { text-align: center; max-width: 620px; margin: 0 auto clamp(36px,5vw,56px); }
.jr-about-head .jr-about-h2 { margin-bottom: 0; }

/* Buttons */
.jr-about .jr-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; border-radius: 6px; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500; border: 2px solid transparent; cursor: pointer; transition: all .22s var(--ease); }
.jr-about .jr-btn--gold { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.jr-about .jr-btn--gold:hover { background: var(--gold-d); border-color: var(--gold-d); color: var(--dark); transform: translateY(-1px); }
.jr-about .jr-btn--outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.3); }
.jr-about .jr-btn--outline:hover { border-color: var(--gold); color: var(--gold-l); }

/* ═══════════ HERO ═══════════ */
.jr-about-hero { position: relative; background: var(--dark); padding: clamp(80px,11vw,128px) var(--px) clamp(60px,8vw,96px); overflow: hidden; text-align: center; }
.jr-about-grain { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E"); background-size: 256px; pointer-events: none; z-index: 1; }
.jr-about-hero .jr-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.jr-about-hero .jr-orb--1 { width: 460px; height: 460px; background: rgba(200,169,81,.12); top: -140px; right: -80px; }
.jr-about-hero .jr-orb--2 { width: 320px; height: 320px; background: rgba(200,169,81,.06); bottom: -100px; left: 0; }
.jr-about-hero-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.jr-about-eyebrow { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.jr-about-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px,6vw,64px); font-weight: 700; color: var(--white); line-height: 1.1; letter-spacing: -1.2px; margin: 0 0 22px; }
.jr-about-hero-title em { font-style: italic; color: var(--gold); font-weight: 400; }
.jr-about-hero-sub { font-size: clamp(15px,2vw,18px); color: rgba(255,255,255,.7); line-height: 1.7; margin: 0 auto; max-width: 600px; }

/* ═══════════ STORY ═══════════ */
.jr-about-story { background: var(--bg); }
.jr-story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(32px,5vw,64px); align-items: center; }
.jr-story-text p { font-size: 16px; color: var(--mid); line-height: 1.8; margin: 0 0 16px; }
.jr-story-text p:last-child { margin-bottom: 0; }
.jr-story-card { display: flex; justify-content: center; }
.jr-story-card-inner { background: linear-gradient(155deg, var(--dark), #2a2a2a); border-radius: 18px; padding: clamp(32px,4vw,48px); box-shadow: var(--sh-lg); position: relative; overflow: hidden; }
.jr-story-card-inner::before { content: ''; position: absolute; top: -80px; right: -80px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(200,169,81,.18), transparent 70%); }
.jr-story-quote { font-family: 'Cormorant Garamond', serif; font-size: 80px; line-height: .6; color: var(--gold); height: 40px; }
.jr-story-quote-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px,2.6vw,28px); font-style: italic; color: var(--white); line-height: 1.4; margin: 0 0 18px; position: relative; z-index: 1; }
.jr-story-quote-by { font-size: 13.5px; color: var(--gold-l); font-weight: 500; letter-spacing: .3px; }

/* ═══════════ VALUES ═══════════ */
.jr-about-values { background: var(--bg-2); }
.jr-values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.jr-value-card { background: var(--white); border: 1px solid var(--border-l); border-radius: 14px; padding: 30px 26px; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s; }
.jr-value-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--gold); }
.jr-value-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 12px; background: var(--gold-pale); color: var(--gold-d); font-size: 24px; margin-bottom: 18px; }
.jr-value-title { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 600; color: var(--dark); margin: 0 0 10px; }
.jr-value-desc { font-size: 14.5px; color: var(--mid); line-height: 1.65; margin: 0; }

/* ═══════════ PROCESS ═══════════ */
.jr-about-process { background: var(--dark); position: relative; overflow: hidden; }
.jr-about-process::before { content: ''; position: absolute; top: -160px; left: -160px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(200,169,81,.08), transparent 70%); pointer-events: none; }
.jr-process-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 4px; position: relative; z-index: 1; }
.jr-process-step { display: flex; gap: 26px; align-items: flex-start; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.jr-process-step:last-child { border-bottom: none; }
.jr-process-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 700; color: var(--gold); opacity: .55; line-height: 1; flex-shrink: 0; min-width: 56px; }
.jr-process-title { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 600; color: var(--white); margin: 0 0 6px; }
.jr-process-desc { font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.65; margin: 0; }

/* ═══════════ STATS ═══════════ */
.jr-about-stats { background: var(--bg); padding: clamp(40px,6vw,64px) 0; border-top: 1px solid var(--border-l); border-bottom: 1px solid var(--border-l); }
.jr-about-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.jr-about-stat { display: flex; flex-direction: column; gap: 6px; }
.jr-about-stat-num { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px,4vw,44px); font-weight: 700; color: var(--dark); letter-spacing: -1px; line-height: 1; }
.jr-about-stat-label { font-size: 12.5px; color: var(--muted); letter-spacing: .5px; text-transform: uppercase; font-weight: 500; }

/* ═══════════ CTA ═══════════ */
.jr-about-cta { background: var(--bg-2); }
.jr-about-cta-inner { background: linear-gradient(135deg, var(--dark), #242424); border-radius: 20px; padding: clamp(40px,6vw,72px) clamp(24px,5vw,64px); text-align: center; position: relative; overflow: hidden; }
.jr-about-cta-inner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(200,169,81,.12), transparent 60%); pointer-events: none; }
.jr-about-cta-title { position: relative; z-index: 1; font-family: 'Cormorant Garamond', serif; font-size: clamp(28px,4vw,42px); font-weight: 700; color: var(--white); margin: 0 0 14px; letter-spacing: -.5px; }
.jr-about-cta-sub { position: relative; z-index: 1; font-size: 16px; color: rgba(255,255,255,.6); line-height: 1.6; margin: 0 auto 30px; max-width: 520px; }
.jr-about-cta-btns { position: relative; z-index: 1; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 980px) {
  .jr-values-grid { grid-template-columns: repeat(2,1fr); }
  .jr-about-stats-grid { grid-template-columns: repeat(2,1fr); gap: 32px 24px; }
}
@media (max-width: 760px) {
  .jr-story-grid { grid-template-columns: 1fr; }
  .jr-story-card { order: -1; }
}
@media (max-width: 520px) {
  .jr-values-grid { grid-template-columns: 1fr; }
  .jr-process-step { gap: 16px; padding: 20px 0; }
  .jr-process-num { font-size: 32px; min-width: 42px; }
  .jr-about-cta-btns .jr-btn { width: 100%; justify-content: center; }
}
