/*
Theme Name: 3in1 Workshop
Theme URI: https://the3in1workshop.com
Author: The 3in1 Workshop
Author URI: https://the3in1workshop.com
Description: A custom theme for The 3in1 Workshop — woodworking, laser engraving, and skateboard upcycling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, woocommerce, blog, portfolio
Text Domain: 3in1-workshop
*/

/* ============================================================
   ROOT VARIABLES
   ============================================================ */
:root {
  --color-bg:        #f5f2ee;
  --color-surface:   #ffffff;
  --color-dark:      #1a1410;
  --color-charcoal:  #2e2a25;
  --color-wood:      #7a5c3a;
  --color-copper:    #b87333;
  --color-copper-lt: #d4924a;
  --color-laser:     #e85d1a;
  --color-muted:     #8a8278;
  --color-border:    #ddd8d0;

  --font-display:    'Playfair Display', Georgia, serif;
  --font-body:       'DM Sans', 'Segoe UI', sans-serif;
  --font-mono:       'Courier New', monospace;

  --radius:          4px;
  --radius-lg:       12px;
  --transition:      0.25s ease;
  --shadow-sm:       0 2px 8px rgba(26,20,16,0.08);
  --shadow-md:       0 6px 24px rgba(26,20,16,0.12);
  --shadow-lg:       0 16px 48px rgba(26,20,16,0.18);

  --max-width:       1200px;
  --header-height:   72px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-body);
  background: var(--color-bg);
  color: var(--color-charcoal);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-copper); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-laser); }
ul { list-style: none; }

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-display);
  color: var(--color-dark);
  line-height: 1.2;
  font-weight: 700;
}

p { margin-bottom: 1.2em; }
p:last-child { margin-bottom: 0; }

/* ============================================================
   UTILITY
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 48px 0; }

.text-center { text-align: center; }
.text-copper { color: var(--color-copper); }
.text-muted { color: var(--color-muted); }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-copper);
  display: block;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 20px;
}

.section-lead {
  font-size: 1.1rem;
  color: var(--color-muted);
  max-width: 600px;
}

.divider {
  width: 48px;
  height: 3px;
  background: var(--color-copper);
  margin: 20px 0 32px;
}

.divider-center { margin-left: auto; margin-right: auto; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  text-decoration: none;
}

.btn-primary {
  background: var(--color-copper);
  color: #fff;
  border-color: var(--color-copper);
}
.btn-primary:hover {
  background: var(--color-laser);
  border-color: var(--color-laser);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  background: transparent;
  color: var(--color-dark);
  border-color: var(--color-dark);
}
.btn-outline:hover {
  background: var(--color-dark);
  color: #fff;
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--color-copper);
  border-color: transparent;
  padding-left: 0;
}
.btn-ghost:hover { color: var(--color-laser); gap: 12px; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245,242,238,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
  height: var(--header-height);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
}

.site-logo {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.1;
}
.site-logo span { color: var(--color-copper); }
.site-logo small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-charcoal);
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: all var(--transition);
}
.main-nav a:hover, .main-nav a.current-menu-item {
  color: var(--color-copper);
  background: rgba(184,115,51,0.08);
}

.nav-cta {
  background: var(--color-copper) !important;
  color: #fff !important;
  padding: 8px 18px !important;
}
.nav-cta:hover {
  background: var(--color-laser) !important;
  color: #fff !important;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-dark);
  transition: all var(--transition);
  border-radius: 2px;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--color-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(26,20,16,0.88) 0%, rgba(46,42,37,0.75) 60%, rgba(184,115,51,0.3) 100%);
  z-index: 1;
}

.hero-texture {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23b87333' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 1;
}

.hero-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 720px;
  padding: 80px 0;
}

.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-copper-lt);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--color-copper-lt);
}

.hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.05;
}
.hero-title em {
  font-style: italic;
  color: var(--color-copper-lt);
}

.hero-desc {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.75);
  max-width: 560px;
  margin-bottom: 40px;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.4);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.2); }
}

/* ============================================================
   FEATURE STRIP (3 pillars)
   ============================================================ */
.pillars {
  background: var(--color-dark);
  padding: 0;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.pillar {
  padding: 40px 32px;
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: background var(--transition);
}
.pillar:last-child { border-right: none; }
.pillar:hover { background: rgba(184,115,51,0.06); }
.pillar-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}
.pillar h3 {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-copper-lt);
  margin-bottom: 10px;
}
.pillar p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  margin: 0;
  line-height: 1.6;
}

/* ============================================================
   ABOUT SECTION (homepage teaser)
   ============================================================ */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-img-wrap {
  aspect-ratio: 4/5;
  background: var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}

.about-img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8ddd0 0%, #d4c4b0 100%);
  color: var(--color-muted);
  font-size: 0.8rem;
  gap: 8px;
}

.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: var(--color-copper);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-md);
}
.about-badge strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1;
}
.about-badge span {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.about-skate-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-dark);
  color: var(--color-copper-lt);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin-top: 32px;
}

/* ============================================================
   SKATEBOARD UPCYCLE CALLOUT
   ============================================================ */
.skate-callout {
  background: var(--color-dark);
  overflow: hidden;
  position: relative;
}

.skate-callout-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

.skate-callout-text {
  padding: 80px 60px 80px 0;
  position: relative;
  z-index: 2;
}

.skate-callout h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 20px;
}
.skate-callout h2 span { color: var(--color-copper-lt); }
.skate-callout p {
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
  margin-bottom: 32px;
}

.skate-callout-visual {
  position: relative;
  background: linear-gradient(135deg, #2a2018 0%, #1a1410 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.skate-deck-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}

.skate-deck {
  aspect-ratio: 1/3;
  border-radius: 999px;
  background: linear-gradient(180deg, #3a2a1a 0%, #5a3a20 50%, #3a2a1a 100%);
  border: 2px solid rgba(184,115,51,0.3);
  position: relative;
  overflow: hidden;
}
.skate-deck::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.06);
}
.skate-deck:nth-child(2) { transform: translateY(20px); background: linear-gradient(180deg, #2a3a1a 0%, #3a5020 50%, #2a3a1a 100%); }
.skate-deck:nth-child(3) { transform: translateY(-10px); background: linear-gradient(180deg, #1a2a3a 0%, #203a50 50%, #1a2a3a 100%); }

/* ============================================================
   PRODUCT / SHOP GRID
   ============================================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.product-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: all var(--transition);
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-copper);
}

.product-img {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #e8ddd0, #d4c4b0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-muted);
  font-size: 0.8rem;
  position: relative;
  overflow: hidden;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-laser);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}

.product-info {
  padding: 20px;
}
.product-info h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--color-dark);
}
.product-info p {
  font-size: 0.83rem;
  color: var(--color-muted);
  margin-bottom: 16px;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-price {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-dark);
}

/* ============================================================
   OMTECH DISCOUNT PAGE
   ============================================================ */
.omtech-hero {
  background: var(--color-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.omtech-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(232,93,26,0.15) 0%, transparent 70%);
}

.omtech-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.omtech-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 16px;
}
.omtech-hero h1 span { color: var(--color-laser); }
.omtech-hero p {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  max-width: 540px;
  margin-bottom: 0;
}

.discount-card {
  background: var(--color-copper);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  min-width: 280px;
  position: relative;
  overflow: hidden;
}
.discount-card::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 140px; height: 140px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}

.discount-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
}
.discount-code {
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,0.2);
  padding: 12px 24px;
  border-radius: var(--radius);
  letter-spacing: 0.1em;
  border: 2px dashed rgba(255,255,255,0.3);
  margin: 12px 0;
  cursor: pointer;
  transition: all var(--transition);
}
.discount-code:hover { background: rgba(0,0,0,0.35); }
.discount-note { font-size: 0.8rem; color: rgba(255,255,255,0.65); }

.omtech-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 60px 0;
}
.omtech-feature {
  text-align: center;
  padding: 32px 24px;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}
.omtech-feature-icon { font-size: 2.5rem; margin-bottom: 16px; }
.omtech-feature h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.omtech-feature p { font-size: 0.875rem; color: var(--color-muted); margin: 0; }

/* ============================================================
   BLOG GRID
   ============================================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.post-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.post-img {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #e8ddd0, #c4b0a0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-muted);
  font-size: 0.8rem;
}

.post-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 20px 0;
}
.post-cat {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-copper);
  background: rgba(184,115,51,0.1);
  padding: 4px 10px;
  border-radius: 999px;
}
.post-date { font-size: 0.78rem; color: var(--color-muted); }

.post-body { padding: 16px 20px 24px; flex: 1; display: flex; flex-direction: column; }
.post-body h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.post-body h3 a { color: var(--color-dark); }
.post-body h3 a:hover { color: var(--color-copper); }
.post-body p { font-size: 0.875rem; color: var(--color-muted); margin-bottom: 20px; flex: 1; }

/* ============================================================
   NEWSLETTER / CTA BAND
   ============================================================ */
.cta-band {
  background: linear-gradient(135deg, var(--color-copper) 0%, var(--color-laser) 100%);
  padding: 72px 0;
  text-align: center;
}
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.8); margin-bottom: 32px; font-size: 1rem; }

.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}
.newsletter-form input {
  flex: 1;
  padding: 14px 20px;
  border-radius: var(--radius);
  border: 2px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.9rem;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-form input:focus { outline: none; border-color: #fff; background: rgba(255,255,255,0.25); }
.newsletter-form button {
  padding: 14px 28px;
  background: #fff;
  color: var(--color-copper);
  border: none;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.newsletter-form button:hover { background: var(--color-dark); color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--color-dark);
  color: rgba(255,255,255,0.6);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .site-logo {
  color: #fff;
  margin-bottom: 16px;
  display: block;
}
.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  margin-bottom: 24px;
}

.footer-socials { display: flex; gap: 12px; }
.social-btn {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  transition: all var(--transition);
}
.social-btn:hover { background: var(--color-copper); color: #fff; }

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a {
  color: rgba(255,255,255,0.6);
  font-size: 0.875rem;
  transition: color var(--transition);
}
.footer-col ul a:hover { color: var(--color-copper-lt); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
}
.footer-bottom a { color: var(--color-copper-lt); }

/* ============================================================
   ABOUT PAGE FULL
   ============================================================ */
.page-hero {
  background: var(--color-dark);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 50% 100%, rgba(184,115,51,0.15) 0%, transparent 70%);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 16px; }
.page-hero p { color: rgba(255,255,255,0.6); font-size: 1.1rem; max-width: 560px; margin: 0 auto; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.value-card {
  padding: 32px;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-copper);
}
.value-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.value-card p { font-size: 0.9rem; color: var(--color-muted); margin: 0; }

/* ============================================================
   SIDEBAR (blog single)
   ============================================================ */
.content-sidebar-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
}
.sidebar-widget {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--color-border);
  margin-bottom: 28px;
}
.sidebar-widget h4 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 16px;
}

/* ============================================================
   WOOCOMMERCE OVERRIDES
   ============================================================ */
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--color-copper) !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
  border-radius: var(--radius) !important;
  font-weight: 600 !important;
  transition: all var(--transition) !important;
}
.woocommerce .button:hover,
.woocommerce button.button:hover {
  background: var(--color-laser) !important;
  color: #fff !important;
}

.woocommerce ul.products li.product .price { color: var(--color-copper) !important; }
.woocommerce ul.products li.product a img { border-radius: var(--radius) !important; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .about-split { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .skate-callout-inner { grid-template-columns: 1fr; }
  .skate-callout-visual { min-height: 260px; }
  .omtech-hero-inner { grid-template-columns: 1fr; }
  .discount-card { min-width: auto; }
  .content-sidebar-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --header-height: 60px; }
  .main-nav { display: none; flex-direction: column; position: absolute; top: var(--header-height); left: 0; right: 0; background: var(--color-bg); border-bottom: 1px solid var(--color-border); padding: 16px; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: flex; }
  .site-header { position: relative; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillar { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .products-grid, .blog-grid, .omtech-features, .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .newsletter-form { flex-direction: column; }
  .hero-actions { flex-direction: column; }
  .section-pad { padding: 56px 0; }
  .about-badge { bottom: -10px; right: -10px; width: 90px; height: 90px; }
  .about-badge strong { font-size: 1.2rem; }
}
