/*
Theme Name: SBN Stones
Theme URI: https://sbnstones.com
Author: SBN Stones
Author URI: https://sbnstones.com
Description: A premium WordPress theme for SBN Stones - Granite Mining, Cutting, Processing & Wholesale. Fully compatible with Elementor page builder with scroll animations and interactive UI.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sbn-stones
Tags: business, elementor, one-page, portfolio, custom-colors, custom-logo, full-width-template, threaded-comments, translation-ready
*/

/* =========================================
   SBN STONES — THEME BASE STYLES
   ========================================= */

:root {
  --sbn-black:       #0D0D0D;
  --sbn-charcoal:    #1A1A1A;
  --sbn-graphite:    #2C2C2C;
  --sbn-steel:       #4A4A4A;
  --sbn-stone:       #7A7A7A;
  --sbn-silver:      #B0B0B0;
  --sbn-light:       #E8E4DF;
  --sbn-white:       #F5F3F0;
  --sbn-gold:        #C9A84C;
  --sbn-gold-light:  #E8C97A;
  --sbn-accent:      #8B1A1A;

  --font-display:    'Playfair Display', 'Georgia', serif;
  --font-body:       'Inter', 'Helvetica Neue', sans-serif;
  --font-mono:       'Space Mono', monospace;

  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   16px;

  --transition:  all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --shadow-deep: 0 20px 60px rgba(0,0,0,0.4);
  --shadow-gold: 0 0 30px rgba(201, 168, 76, 0.3);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--sbn-black);
  color: var(--sbn-light);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  color: var(--sbn-white);
}

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

p {
  font-family: var(--font-body);
  color: var(--sbn-silver);
  font-size: 1.05rem;
  line-height: 1.8;
}

a {
  color: var(--sbn-gold);
  text-decoration: none;
  transition: var(--transition);
}

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

img { max-width: 100%; height: auto; display: block; }

/* ---- Layout ---- */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-pad {
  padding: 100px 0;
}

/* ---- Gold Divider ---- */
.sbn-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--sbn-gold), var(--sbn-gold-light));
  margin: 1.5rem 0;
}

.sbn-divider.center { margin: 1.5rem auto; }

/* ---- Section Label ---- */
.section-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--sbn-gold);
  display: block;
  margin-bottom: 0.5rem;
}

/* ============================================
   HEADER / NAVIGATION
   ============================================ */
#sbn-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.5rem 0;
  transition: var(--transition);
  background: transparent;
}

#sbn-header.scrolled {
  background: rgba(13, 13, 13, 0.95);
  backdrop-filter: blur(12px);
  padding: 1rem 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  box-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-logo img {
  height: 54px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(201,168,76,0.4));
  transition: var(--transition);
}

#sbn-header.scrolled .nav-logo img {
  height: 42px;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav-logo-text .brand {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sbn-white);
  letter-spacing: 0.05em;
}

.nav-logo-text .tagline {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--sbn-gold);
  text-transform: uppercase;
  margin-top: 2px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  align-items: center;
}

.nav-menu a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sbn-silver);
  position: relative;
  padding-bottom: 4px;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--sbn-gold);
  transition: width 0.3s ease;
}

.nav-menu a:hover {
  color: var(--sbn-gold);
}

.nav-menu a:hover::after { width: 100%; }

.nav-cta {
  background: linear-gradient(135deg, var(--sbn-gold), var(--sbn-gold-light));
  color: var(--sbn-black) !important;
  padding: 0.6rem 1.5rem !important;
  border-radius: var(--radius-sm);
  font-weight: 700 !important;
  transition: var(--transition) !important;
  box-shadow: 0 4px 20px rgba(201,168,76,0.3);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201,168,76,0.5) !important;
}

.nav-cta::after { display: none !important; }

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}

.nav-hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--sbn-gold);
  transition: var(--transition);
}

/* ============================================
   HERO SECTION
   ============================================ */
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--sbn-black);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 60% 40%, rgba(201,168,76,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 10% 80%, rgba(139,26,26,0.08) 0%, transparent 60%),
    linear-gradient(160deg, #0D0D0D 0%, #1A1A1A 50%, #0D0D0D 100%);
}

/* Animated stone texture lines */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridShift 20s linear infinite;
}

@keyframes gridShift {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(60px, 60px); }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  width: 100%;
}

.hero-text { }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--sbn-gold);
  margin-bottom: 1.5rem;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--sbn-gold);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--sbn-white);
  margin-bottom: 1.5rem;
}

.hero-title .gold { color: var(--sbn-gold); }

.hero-subtitle {
  font-size: 1.15rem;
  color: var(--sbn-silver);
  max-width: 480px;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--sbn-gold), var(--sbn-gold-light));
  color: var(--sbn-black);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  box-shadow: 0 6px 25px rgba(201,168,76,0.35);
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  color: var(--sbn-black);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(201,168,76,0.5);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--sbn-silver);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(176,176,176,0.3);
  transition: var(--transition);
  cursor: pointer;
}

.btn-outline:hover {
  color: var(--sbn-gold);
  border-color: var(--sbn-gold);
  background: rgba(201,168,76,0.05);
  transform: translateY(-3px);
}

/* Hero visual — floating stone blocks */
.hero-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo-wrap {
  position: relative;
  z-index: 3;
}

.hero-logo-wrap img {
  width: 340px;
  filter:
    drop-shadow(0 0 40px rgba(201,168,76,0.5))
    drop-shadow(0 20px 60px rgba(0,0,0,0.8));
  animation: logoFloat 6s ease-in-out infinite;
}

@keyframes logoFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50%       { transform: translateY(-15px) rotate(1deg); }
}

.hero-stone-block {
  position: absolute;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--sbn-graphite), var(--sbn-charcoal));
  border: 1px solid rgba(201,168,76,0.15);
  animation: blockFloat linear infinite;
}

.hero-stone-block:nth-child(1) {
  width: 70px; height: 50px;
  top: 15%; right: 5%;
  animation-duration: 8s;
  animation-delay: 0s;
  opacity: 0.7;
}
.hero-stone-block:nth-child(2) {
  width: 45px; height: 35px;
  top: 60%; left: 5%;
  animation-duration: 6s;
  animation-delay: -2s;
  opacity: 0.5;
}
.hero-stone-block:nth-child(3) {
  width: 55px; height: 40px;
  bottom: 10%; right: 20%;
  animation-duration: 9s;
  animation-delay: -4s;
  opacity: 0.6;
}
.hero-stone-block:nth-child(4) {
  width: 30px; height: 25px;
  top: 30%; left: 15%;
  animation-duration: 7s;
  animation-delay: -1s;
  opacity: 0.4;
}

@keyframes blockFloat {
  0%   { transform: translateY(0) rotate(0deg); }
  33%  { transform: translateY(-20px) rotate(5deg); }
  66%  { transform: translateY(10px) rotate(-3deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--sbn-stone);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--sbn-gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(1); }
  50%       { opacity: 1;   transform: scaleY(1.1); }
}

/* ============================================
   STATS BAR
   ============================================ */
#stats-bar {
  background: var(--sbn-charcoal);
  border-top: 1px solid rgba(201,168,76,0.2);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 3rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.stat-item {
  text-align: center;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 1px;
  background: rgba(201,168,76,0.2);
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 900;
  color: var(--sbn-gold);
  line-height: 1;
  display: block;
}

.stat-unit {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--sbn-gold-light);
}

.stat-label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sbn-stone);
  margin-top: 0.5rem;
}

/* ============================================
   ABOUT / WHAT WE DO
   ============================================ */
#about {
  background: var(--sbn-black);
  padding: 120px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.about-visual {
  position: relative;
}

.about-stone-stack {
  position: relative;
  height: 420px;
}

/* Scroll-driven stacking stone blocks */
.stone-slab {
  position: absolute;
  left: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--sbn-graphite) 0%, var(--sbn-charcoal) 100%);
  border: 1px solid rgba(201,168,76,0.1);
  transition: var(--transition);
  box-shadow: var(--shadow-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}

.stone-slab::before {
  content: attr(data-label);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sbn-gold);
  opacity: 0.7;
}

.stone-slab:nth-child(1) { width: 90%; height: 80px; bottom: 0; left: 5%; }
.stone-slab:nth-child(2) { width: 80%; height: 80px; bottom: 90px; left: 10%; background: linear-gradient(135deg, #333, #222); }
.stone-slab:nth-child(3) { width: 70%; height: 80px; bottom: 180px; left: 15%; background: linear-gradient(135deg, #3a3a3a, #2a2a2a); }
.stone-slab:nth-child(4) { width: 60%; height: 80px; bottom: 270px; left: 20%; background: linear-gradient(135deg, #404040, #303030); border-color: rgba(201,168,76,0.3); }

.stone-slab.in-view {
  border-color: rgba(201,168,76,0.4);
  box-shadow: 0 10px 40px rgba(0,0,0,0.5), 0 0 20px rgba(201,168,76,0.1);
}

.about-content {}

.about-content h2 {
  margin-bottom: 0.5rem;
}

.about-content p {
  margin-bottom: 1.5rem;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-family: var(--font-body);
  color: var(--sbn-silver);
}

.feature-list li .icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--sbn-gold);
  margin-top: 2px;
}

/* ============================================
   SERVICES / PROCESS
   ============================================ */
#services {
  background: var(--sbn-charcoal);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

#services::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--sbn-gold), transparent);
}

.services-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
  padding: 0 2rem;
}

.process-track {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Conveyor-belt line */
.process-track::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(201,168,76,0.5) 10%,
    rgba(201,168,76,0.8) 50%,
    rgba(201,168,76,0.5) 90%,
    transparent 100%
  );
}

/* Animated conveyor dot */
.process-track::after {
  content: '◆';
  position: absolute;
  top: 68px;
  left: 2rem;
  font-size: 1rem;
  color: var(--sbn-gold);
  animation: conveyorMove 5s linear infinite;
}

@keyframes conveyorMove {
  0%   { left: 2rem; opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { left: calc(100% - 2rem); opacity: 0; }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--sbn-graphite);
  border: 1px solid rgba(201,168,76,0.08);
  border-radius: var(--radius-md);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  transform: translateY(0);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--sbn-gold), var(--sbn-gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover {
  border-color: rgba(201,168,76,0.3);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 20px rgba(201,168,76,0.1);
}

.service-card:hover::before { transform: scaleX(1); }

.service-step {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--sbn-gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.service-icon {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  display: block;
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.service-card p {
  font-size: 0.9rem;
  line-height: 1.7;
}

/* scroll-reveal for service cards */
.service-card.reveal {
  opacity: 0;
  transform: translateY(40px);
}
.service-card.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* ============================================
   STONE TYPES / PRODUCTS
   ============================================ */
#products {
  background: var(--sbn-black);
  padding: 120px 0;
}

.products-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
  padding: 0 2rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.product-card {
  background: var(--sbn-charcoal);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.06);
  transition: var(--transition);
  cursor: pointer;
}

.product-card:hover {
  border-color: rgba(201,168,76,0.25);
  transform: translateY(-6px);
  box-shadow: var(--shadow-deep);
}

.product-swatch {
  height: 180px;
  position: relative;
  overflow: hidden;
}

/* Granite texture using CSS */
.product-swatch.granite-black {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, transparent 2px, transparent 8px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.01) 0px, transparent 1px, transparent 5px),
    linear-gradient(135deg, #1a1a1a, #2d2d2d, #111);
}
.product-swatch.granite-grey {
  background:
    repeating-linear-gradient(30deg, rgba(255,255,255,0.03) 0px, transparent 1px, transparent 6px),
    repeating-linear-gradient(-60deg, rgba(0,0,0,0.05) 0px, transparent 2px, transparent 8px),
    linear-gradient(135deg, #4a4a4a, #5a5a5a, #3a3a3a);
}
.product-swatch.granite-white {
  background:
    repeating-linear-gradient(25deg, rgba(0,0,0,0.04) 0px, transparent 1px, transparent 5px),
    repeating-linear-gradient(-40deg, rgba(0,0,0,0.02) 0px, transparent 2px, transparent 7px),
    linear-gradient(135deg, #d0ccc8, #e8e4e0, #c8c4c0);
}
.product-swatch.granite-pink {
  background:
    repeating-linear-gradient(35deg, rgba(255,200,200,0.05) 0px, transparent 1px, transparent 6px),
    linear-gradient(135deg, #a08070, #b89080, #987060);
}
.product-swatch.granite-red {
  background:
    repeating-linear-gradient(40deg, rgba(255,100,100,0.04) 0px, transparent 1px, transparent 5px),
    linear-gradient(135deg, #6b2020, #8b2a2a, #5a1a1a);
}
.product-swatch.granite-multicolor {
  background:
    repeating-linear-gradient(20deg, rgba(201,168,76,0.08) 0px, transparent 2px, transparent 10px),
    repeating-linear-gradient(-70deg, rgba(100,150,200,0.05) 0px, transparent 1px, transparent 6px),
    linear-gradient(135deg, #3a3a4a, #4a4a3a, #3a4a4a);
}

.product-swatch::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(26,26,26,0.8));
}

.product-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sbn-gold);
  background: rgba(13,13,13,0.7);
  padding: 0.3rem 0.7rem;
  border-radius: 2px;
}

.product-info {
  padding: 1.5rem;
}

.product-info h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.product-info p {
  font-size: 0.85rem;
}

.product-specs {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.spec-tag {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--sbn-gold);
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.15);
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
}

/* ============================================
   PROCESS SECTION — SCROLL ANIMATED
   ============================================ */
#process {
  background: var(--sbn-charcoal);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.process-section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--sbn-gold) 10%, var(--sbn-gold) 90%, transparent);
  transform: translateX(-50%);
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item:nth-child(odd) .timeline-content {
  grid-column: 1;
  text-align: right;
  padding-right: 2rem;
}

.timeline-item:nth-child(odd) .timeline-spacer {
  grid-column: 2;
}

.timeline-item:nth-child(odd) .timeline-empty {
  grid-column: 3;
}

.timeline-item:nth-child(even) .timeline-empty {
  grid-column: 1;
}

.timeline-item:nth-child(even) .timeline-spacer {
  grid-column: 2;
}

.timeline-item:nth-child(even) .timeline-content {
  grid-column: 3;
  padding-left: 2rem;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  background: var(--sbn-gold);
  border-radius: 50%;
  position: relative;
  top: 0.5rem;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(201,168,76,0.5);
}

.timeline-content h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--sbn-gold);
}

.timeline-content p {
  font-size: 0.9rem;
}

/* ============================================
   WHY CHOOSE US
   ============================================ */
#why-us {
  background: var(--sbn-black);
  padding: 120px 0;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.why-card {
  background: var(--sbn-charcoal);
  border: 1px solid rgba(201,168,76,0.08);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  transition: var(--transition);
}

.why-card:hover {
  border-color: rgba(201,168,76,0.3);
  background: var(--sbn-graphite);
  transform: translateY(-4px);
}

.why-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.why-card h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.why-card p {
  font-size: 0.85rem;
}

/* ============================================
   CONTACT / CTA
   ============================================ */
#contact {
  background: var(--sbn-charcoal);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

#contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(201,168,76,0.05) 0%, transparent 70%);
}

.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.contact-inner h2 {
  margin-bottom: 1rem;
}

.contact-inner p {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.form-field label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sbn-gold);
}

.form-field input,
.form-field select,
.form-field textarea {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.25rem;
  color: var(--sbn-light);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: var(--transition);
  width: 100%;
  outline: none;
  -webkit-appearance: none;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--sbn-stone);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--sbn-gold);
  background: rgba(201,168,76,0.04);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.1);
}

.form-field select option {
  background: var(--sbn-graphite);
  color: var(--sbn-light);
}

.form-field textarea {
  resize: vertical;
  min-height: 130px;
}

.form-submit {
  margin-top: 0.5rem;
}

/* ============================================
   FOOTER
   ============================================ */
#footer {
  background: var(--sbn-black);
  border-top: 1px solid rgba(201,168,76,0.15);
  padding: 60px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.footer-brand img {
  height: 60px;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 8px rgba(201,168,76,0.3));
}

.footer-brand p {
  font-size: 0.85rem;
  max-width: 260px;
  margin-bottom: 1.5rem;
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
}

.social-btn {
  width: 36px;
  height: 36px;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sbn-gold);
  font-size: 0.85rem;
  transition: var(--transition);
}

.social-btn:hover {
  background: var(--sbn-gold);
  color: var(--sbn-black);
  border-color: var(--sbn-gold);
}

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sbn-gold);
  margin-bottom: 1.25rem;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-col ul li a {
  font-size: 0.85rem;
  color: var(--sbn-stone);
  transition: var(--transition);
}

.footer-col ul li a:hover {
  color: var(--sbn-gold);
  padding-left: 4px;
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: var(--sbn-steel);
}

/* ============================================
   ELEMENTOR INTEGRATION
   ============================================ */
.elementor-section,
.e-container {
  position: relative;
}

/* Elementor page: hide theme header/footer */
body.elementor-page #sbn-header,
body.elementor-page #footer {
  display: none;
}

/* Make Elementor sections full-width */
.elementor-section.elementor-section-full_width {
  max-width: 100%;
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delays */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }

  .hero-subtitle { margin: 0 auto 2.5rem; }
  .hero-actions  { justify-content: center; }

  .hero-visual { height: 280px; order: -1; }
  .hero-logo-wrap img { width: 220px; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2)::after,
  .stat-item:nth-child(4)::after { display: none; }

  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-stone-stack { height: 260px; }

  .services-grid { grid-template-columns: 1fr; }

  .products-grid { grid-template-columns: 1fr; }

  .timeline::before { left: 20px; }
  .timeline-item { grid-template-columns: 40px 1fr; }
  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    grid-column: 2;
    text-align: left;
    padding: 0 0 0 1rem;
  }
  .timeline-item:nth-child(odd) .timeline-spacer,
  .timeline-item:nth-child(even) .timeline-spacer { grid-column: 1; }
  .timeline-item .timeline-empty { display: none; }
  .timeline-dot { margin: 0; }

  .why-grid { grid-template-columns: 1fr; }
  .why-features { grid-template-columns: 1fr; }

  .form-row { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }

  .nav-menu { display: none; }
  .nav-hamburger { display: flex; }

  .nav-menu.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(13,13,13,0.98);
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 999;
  }

  .nav-menu.open a {
    font-size: 1.5rem;
  }

  .process-track::before,
  .process-track::after { display: none; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: 2.5rem; }
}

/* ============================================
   WORDPRESS CORE STYLES (required)
   ============================================ */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: var(--sbn-stone); text-align: center; margin-top: 0.5rem; }
.alignleft  { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.screen-reader-text { position: absolute; left: -9999px; }
