/*
Theme Name: BlankSlate
Theme URI: https://blankslate.io
Author: SGS Turf rebuild (based on BlankSlate)
Author URI: https://sgsturf.com
Description: Custom Blank Slate theme for SGS Turf — wholesale B2B turf supplier. Header/footer in their own template files; site-wide style system here.
Version: 9999.0.0
Requires at least: 6.5
Requires PHP: 8.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: blank, blankslate, custom, foundation
Text Domain: blankslate
*/

/* ===========================================================================
   SGS TURF · WHOLESALE B2B HOMEPAGE · v2
   Single-file CSS. No frameworks.
   =========================================================================== */

:root {
  --sgs-orange:       #E89A2B;
  --sgs-orange-deep:  #C77A18;
  --sgs-orange-soft:  rgba(232, 154, 43, 0.12);
  --sgs-ink:          #0F100E;
  --sgs-ink-soft:     #1A1B18;
  --sgs-forest:       #1A2B22;
  --sgs-forest-deep:  #0E1B14;
  --sgs-cream:        #F7F2EA;
  --sgs-cream-warm:   #EFE7DA;
  --sgs-paper:        #FBF8F2;
  --sgs-text:         #1A1A1A;
  --sgs-text-muted:   #6B6B68;
  --sgs-text-light:   rgba(255, 255, 255, 0.72);
  --sgs-text-faint:   rgba(255, 255, 255, 0.52);
  --line-dark:        rgba(15, 15, 14, 0.08);
  --line-light:       rgba(255, 255, 255, 0.10);

  --display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:    'JetBrains Mono', ui-monospace, monospace;

  --container:        1380px;
  --container-narrow: 1180px;
  --ease:             cubic-bezier(0.32, 0.72, 0, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--body); color: var(--sgs-text); background: var(--sgs-cream); line-height: 1.55; font-size: 16px; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }

/* ===== TYPE ===== */
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sgs-orange);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--sgs-orange); }
.eyebrow.center::before { display: none; }

.display-xl { font-family: var(--display); font-weight: 400; font-size: clamp(2.75rem, 6.5vw, 5.75rem); line-height: 1.02; letter-spacing: -0.02em; }
.display-lg { font-family: var(--display); font-weight: 400; font-size: clamp(2.25rem, 4.5vw, 3.75rem); line-height: 1.05; letter-spacing: -0.018em; }
.display-md { font-family: var(--display); font-weight: 400; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.15; letter-spacing: -0.012em; }

em.italic-accent, .italic-accent { font-style: italic; color: var(--sgs-orange); font-weight: 400; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px; border-radius: 999px;
  font-family: var(--body); font-weight: 500; font-size: 14px; letter-spacing: 0.01em;
  transition: all 0.3s var(--ease); white-space: nowrap; cursor: pointer;
}
.btn svg { transition: transform 0.3s var(--ease); }
.btn:hover svg { transform: translateX(3px); }

.btn-primary { background: var(--sgs-orange); color: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.04), 0 6px 20px -8px rgba(232, 154, 43, 0.5); }
.btn-primary:hover { background: var(--sgs-orange-deep); transform: translateY(-1px); }

.btn-ghost-light { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.22); backdrop-filter: blur(8px); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.40); }

.btn-ghost-dark { background: transparent; color: var(--sgs-ink); border: 1px solid rgba(15, 15, 14, 0.18); }
.btn-ghost-dark:hover { background: var(--sgs-ink); color: #fff; border-color: var(--sgs-ink); }

.btn-text { color: var(--sgs-orange); font-weight: 500; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.3s var(--ease); }
.btn-text:hover { gap: 12px; }

/* ===== UTILITY BAR ===== */
.utility-bar {
  background: var(--sgs-ink); color: var(--sgs-text-light);
  font-size: 12.5px; padding: 10px 0; border-bottom: 1px solid var(--line-light);
}
.utility-bar .container { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.utility-bar a { color: var(--sgs-text-light); transition: color 0.2s; }
.utility-bar a:hover { color: #fff; }
.utility-left, .utility-right { display: flex; align-items: center; gap: 28px; }
.utility-item { display: inline-flex; align-items: center; gap: 8px; }
.utility-divider { width: 1px; height: 12px; background: rgba(255,255,255,0.18); }
.utility-region {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--sgs-orange); margin-right: 4px;
}

/* ===== CONTAINER + HEADER ===== */
.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }

.header {
  background: var(--sgs-cream); border-bottom: 1px solid var(--line-dark);
  position: sticky; top: 0; z-index: 100;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 24px; flex-wrap: nowrap; }

.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-mark {
  font-family: var(--display); font-weight: 700; font-size: 30px;
  color: var(--sgs-orange); letter-spacing: 0.02em; line-height: 1;
}
.logo-img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}
.logo-sub {
  font-family: var(--body); font-size: 9px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--sgs-ink); opacity: 0.85; line-height: 1.2; max-width: 110px;
  white-space: normal;
}

.nav { display: flex; align-items: center; gap: 24px; flex-wrap: nowrap; }
.nav-link {
  font-size: 14px; font-weight: 500; color: var(--sgs-ink);
  transition: color 0.2s; display: inline-flex; align-items: center; gap: 4px;
  white-space: nowrap !important;
  flex-shrink: 0;
}
.nav-link:hover { color: var(--sgs-orange); }
.nav-link svg { width: 10px; height: 10px; opacity: 0.5; }

.header-cta { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.header-phone {
  font-family: var(--mono); font-size: 13px; color: var(--sgs-ink);
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap !important;
  flex-shrink: 0;
}

/* Mid-width: hide phone so nav fits before tipping into mobile menu */
@media (max-width: 1280px) {
  .header-inner { gap: 16px; }
  .nav { gap: 18px; }
  .header-cta .header-phone, .header-cta .header-phones { display: none; }
  .logo-sub { display: none; }
}

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 88vh; background: var(--sgs-ink);
  color: #fff; overflow: hidden; display: flex; align-items: flex-end;
}
.hero-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: var(--sgs-ink);
  z-index: 0;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--sgs-ink);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(105deg, rgba(15, 16, 14, 0.78) 0%, rgba(15, 16, 14, 0.55) 45%, rgba(15, 16, 14, 0.20) 75%, rgba(15, 16, 14, 0.10) 100%);
}
.hero-bg::before {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to top, rgba(15,16,14,0.55) 0%, transparent 30%);
}

.hero-content { position: relative; z-index: 2; width: 100%; padding: 120px 0 80px; }
.hero-eyebrow { color: var(--sgs-orange); margin-bottom: 28px; }
.hero-headline { color: #fff; max-width: 940px; margin-bottom: 28px; }
.hero-sub { font-size: 17px; line-height: 1.55; color: var(--sgs-text-light); max-width: 580px; margin-bottom: 40px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 80px; }
.hero-actions .text-aside { color: rgba(255,255,255,0.85); font-size: 13px; margin-left: 8px; }
.hero-actions .text-aside a {
  color: #fff; border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 1px;
  transition: border-color 0.2s, color 0.2s;
}
.hero-actions .text-aside a:hover { border-color: var(--sgs-orange); color: var(--sgs-orange); }

.hero-stats {
  display: flex; flex-wrap: wrap; align-items: center;
  border-top: 1px solid rgba(255,255,255,0.18); padding-top: 32px;
}
.hero-stat { flex: 1 1 auto; padding: 0 28px; border-right: 1px solid rgba(255,255,255,0.12); min-width: 0; }
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { border-right: none; padding-right: 0; }
.hero-stat-value {
  font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  color: #fff; line-height: 1; margin-bottom: 6px; letter-spacing: -0.01em;
}
.hero-stat-value .accent { color: var(--sgs-orange); font-style: italic; }
.hero-stat-label {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sgs-text-faint);
}

/* ===== MARQUEE ===== */
.marquee {
  background: var(--sgs-ink); border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light); padding: 22px 0; overflow: hidden;
}
.marquee-track {
  display: flex; animation: marquee 55s linear infinite;
  white-space: nowrap; width: max-content;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 36px; padding-right: 36px;
  color: var(--sgs-text-light); font-family: var(--display); font-style: italic;
  font-size: 18px; font-weight: 400;
}
.marquee-item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sgs-orange); flex-shrink: 0; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===== SECTION SHELL ===== */
.section { padding: 120px 0; position: relative; }
.section-tight { padding: 96px 0; }
.section-header { margin-bottom: 72px; max-width: 760px; }
.section-header.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-header .eyebrow { margin-bottom: 24px; }
.section-header h2 { margin-bottom: 20px; }
.section-header p { font-size: 17px; line-height: 1.55; color: var(--sgs-text-muted); max-width: 580px; }
.section-header.center p { margin-left: auto; margin-right: auto; }

/* ===== PRODUCTS / BEST SELLERS ===== */
.products { background: var(--sgs-cream); }

.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 80px; }

.product-card {
  background: var(--sgs-paper); border: 1px solid var(--line-dark); border-radius: 4px;
  overflow: hidden; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  cursor: pointer; position: relative; display: flex; flex-direction: column;
  /* Whole tile is an <a>; strip default link styling so internal type rules win. */
  color: inherit; text-decoration: none;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -24px rgba(15, 15, 14, 0.18); }
.product-card:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--sgs-orange-ring); }

.product-image { aspect-ratio: 4 / 3; overflow: hidden; position: relative; background: var(--sgs-cream-warm); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.product-card:hover .product-image img { transform: scale(1.04); }

.product-tag {
  position: absolute; top: 16px; left: 16px;
  background: rgba(15, 15, 14, 0.88); color: #fff;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(8px);
}
.product-tag.tag-bestseller { background: var(--sgs-orange); color: #fff; }

.product-body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; }

.product-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.product-sku { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; color: var(--sgs-text-muted); text-transform: uppercase; }
.product-stock { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; color: var(--sgs-orange); text-transform: uppercase; }

.product-name {
  font-family: var(--display); font-size: 28px; font-weight: 400;
  letter-spacing: -0.012em; margin-bottom: 8px; line-height: 1.05;
}
.product-tagline {
  font-family: var(--display); font-style: italic; font-size: 14px;
  color: var(--sgs-orange); margin-bottom: 14px;
}
.product-desc { font-size: 14px; color: var(--sgs-text-muted); line-height: 1.55; margin-bottom: 24px; flex: 1; }

.product-spec-table {
  border-top: 1px solid var(--line-dark);
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.spec-cell { display: flex; flex-direction: column; gap: 4px; }
.spec-label {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sgs-text-muted);
}
.spec-value {
  font-family: var(--mono); font-size: 13px; font-weight: 500;
  color: var(--sgs-ink); letter-spacing: -0.01em;
}

.product-series-note {
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-dark);
  font-size: 12.5px; color: var(--sgs-text-muted); display: flex; justify-content: space-between; align-items: center;
}
.product-series-note .arrow {
  color: var(--sgs-orange);
  font-weight: 500;
  transition: transform 0.3s var(--ease);
}
.product-card:hover .product-series-note .arrow { transform: translateX(4px); }

/* Catalog tile strip */
.catalog-strip {
  display: grid; grid-template-columns: 1.2fr repeat(5, 1fr); gap: 14px; align-items: stretch;
}
.catalog-intro {
  padding: 32px 32px 32px 0;
  display: flex; flex-direction: column; justify-content: center;
}
.catalog-intro h3 {
  font-family: var(--display); font-size: 32px; font-weight: 400;
  letter-spacing: -0.012em; line-height: 1.08; margin-bottom: 16px;
}
.catalog-intro p { font-size: 14px; color: var(--sgs-text-muted); margin-bottom: 24px; line-height: 1.55; }

.catalog-tile {
  aspect-ratio: 1 / 1.25; border-radius: 4px; background: var(--sgs-ink);
  color: #fff; position: relative; overflow: hidden; cursor: pointer;
  transition: transform 0.4s var(--ease);
}
.catalog-tile:hover { transform: translateY(-3px); }

.catalog-tile-bg {
  position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%;
  opacity: 0.55; transition: opacity 0.4s var(--ease), transform 0.6s var(--ease);
}
.catalog-tile:hover .catalog-tile-bg { opacity: 0.75; transform: scale(1.05); }

.catalog-tile-content {
  position: absolute; inset: 0; padding: 22px;
  display: flex; flex-direction: column; justify-content: space-between; z-index: 1;
  background: linear-gradient(180deg, transparent 35%, rgba(15,15,14,0.78) 100%);
}
.catalog-tile-num { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em; color: var(--sgs-orange); }
.catalog-tile-name { font-family: var(--display); font-size: 22px; font-weight: 400; letter-spacing: -0.01em; line-height: 1.1; }
.catalog-tile-meta { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.14em; color: rgba(255,255,255,0.6); margin-top: 4px; text-transform: uppercase; }

/* ===== PAVERS / STONE / ROCK ===== */
.pavers {
  background: var(--sgs-cream-warm);
  padding: 120px 0;
  border-top: 1px solid var(--line-dark);
}

.pavers-header {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end;
  margin-bottom: 56px;
}
.pavers-header .eyebrow { margin-bottom: 24px; }
.pavers-header h2 { margin-bottom: 0; }
.pavers-header p { font-size: 16px; color: var(--sgs-text-muted); line-height: 1.6; max-width: 420px; }

.pavers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.paver-card {
  position: relative; border-radius: 4px; overflow: hidden;
  aspect-ratio: 4 / 5; cursor: pointer; background: var(--sgs-ink);
  transition: transform 0.4s var(--ease);
}
.paver-card:hover { transform: translateY(-3px); }
.paver-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.paver-card:hover img { transform: scale(1.04); }
.paver-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(15,15,14,0.82) 100%);
}
.paver-content {
  position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; color: #fff;
}
.paver-num { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em; color: var(--sgs-orange); margin-bottom: 12px; }
.paver-name { font-family: var(--display); font-size: 32px; font-weight: 400; line-height: 1; letter-spacing: -0.012em; margin-bottom: 8px; }
.paver-desc { font-size: 13.5px; color: rgba(255,255,255,0.78); line-height: 1.5; max-width: 280px; }

/* ===== WHY DARK SECTION ===== */
.why { background: var(--sgs-forest); color: #fff; padding: 140px 0; }
.why-header { margin-bottom: 80px; max-width: 780px; }
.why-header .eyebrow { color: var(--sgs-orange); margin-bottom: 28px; }
.why-header h2 { color: #fff; margin-bottom: 20px; }
.why-header p { color: var(--sgs-text-light); font-size: 17px; line-height: 1.55; }

.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }

.why-item { padding: 40px 48px 40px 0; border-top: 1px solid var(--line-light); position: relative; }
.why-item:nth-child(odd) { padding-right: 56px; }
.why-item:nth-child(even) { padding-left: 56px; border-left: 1px solid var(--line-light); }

.why-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--sgs-orange); margin-bottom: 16px; display: block; }
.why-item h3 { font-family: var(--display); font-size: 26px; font-weight: 400; letter-spacing: -0.01em; line-height: 1.2; margin-bottom: 14px; color: #fff; }
.why-item h3 em { color: var(--sgs-orange); font-style: italic; }
.why-item p { font-size: 14.5px; color: var(--sgs-text-light); line-height: 1.6; max-width: 460px; }

/* ===== CONTRACTOR ===== */
.contractor { background: var(--sgs-cream); padding: 0; }
.contractor-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }

.contractor-image {
  background: url('https://sgsturf.com/wp-content/uploads/2024/07/about-img-1024x1024.jpg') center/cover no-repeat;
  position: relative;
}
.contractor-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(45deg, rgba(15,15,14,0.15) 0%, transparent 50%); }

.contractor-badge {
  position: absolute; bottom: 32px; left: 32px;
  background: rgba(15, 15, 14, 0.88); color: #fff;
  padding: 18px 22px; border-radius: 4px; backdrop-filter: blur(12px); z-index: 1;
}
.contractor-badge-num { font-family: var(--display); font-size: 32px; line-height: 1; color: var(--sgs-orange); font-style: italic; }
.contractor-badge-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sgs-text-light); margin-top: 8px; }

.contractor-content { padding: 100px 80px; display: flex; flex-direction: column; justify-content: center; }
.contractor-content .eyebrow { margin-bottom: 28px; }
.contractor-content h2 { margin-bottom: 24px; max-width: 480px; }
.contractor-content > p { font-size: 16px; color: var(--sgs-text-muted); margin-bottom: 36px; max-width: 480px; line-height: 1.6; }

.contractor-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; margin-bottom: 40px; }
.contractor-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.5; color: var(--sgs-ink); }
.contractor-list .check {
  flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%;
  background: var(--sgs-orange-soft); color: var(--sgs-orange);
  display: inline-flex; align-items: center; justify-content: center; margin-top: 2px;
}
.contractor-list .check svg { width: 10px; height: 10px; }

.contractor-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ===== STEPS ===== */
.steps { background: var(--sgs-paper); padding: 120px 0; }
.steps-track { margin-top: 48px; position: relative; }
.steps-track::before {
  content: ''; position: absolute; top: 24px; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(15,15,14,0.18) 15%, rgba(15,15,14,0.18) 85%, transparent 100%);
}
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; }
.step { text-align: left; position: relative; }
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--sgs-paper); border: 1px solid var(--sgs-orange); color: var(--sgs-orange);
  font-family: var(--display); font-size: 18px; font-style: italic;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 24px; position: relative; z-index: 1;
}
.step h4 { font-family: var(--display); font-size: 22px; font-weight: 400; letter-spacing: -0.01em; margin-bottom: 10px; }
.step p { font-size: 14px; color: var(--sgs-text-muted); line-height: 1.55; }

/* ===== LOCATIONS — TWO REGIONS, SIX WAREHOUSES ===== */
.locations { background: var(--sgs-cream); padding: 120px 0; }

.locations-regions { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }

.region {
  background: var(--sgs-paper); border: 1px solid var(--line-dark); border-radius: 4px; overflow: hidden;
}

.region-head {
  padding: 32px 36px; border-bottom: 1px solid var(--line-dark);
  display: flex; justify-content: space-between; align-items: flex-end;
  background:
    linear-gradient(180deg, transparent 0%, rgba(15,15,14,0.02) 100%),
    var(--sgs-paper);
}
.region-head .left { display: flex; flex-direction: column; gap: 8px; }
.region-tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sgs-orange); }
.region-name { font-family: var(--display); font-size: 28px; font-weight: 400; line-height: 1.1; letter-spacing: -0.012em; }
.region-name em { color: var(--sgs-orange); font-style: italic; }
.region-stat { text-align: right; }
.region-stat .num { font-family: var(--display); font-size: 28px; line-height: 1; color: var(--sgs-ink); }
.region-stat .num em { color: var(--sgs-orange); font-style: italic; }
.region-stat .label { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sgs-text-muted); margin-top: 6px; }

.region-list { display: flex; flex-direction: column; }

.loc {
  padding: 24px 36px; border-bottom: 1px solid var(--line-dark);
  display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center;
  transition: background 0.2s;
}
.loc:last-child { border-bottom: none; }
.loc:hover { background: var(--sgs-cream); }

.loc-main { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.loc-name {
  font-family: var(--display); font-size: 19px; font-weight: 500;
  letter-spacing: -0.005em; color: var(--sgs-ink); display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
}
.loc-name .badge {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
  background: var(--sgs-orange-soft); color: var(--sgs-orange-deep);
  padding: 3px 8px; border-radius: 3px; font-weight: 500;
}
.loc-addr { font-size: 13.5px; color: var(--sgs-text-muted); line-height: 1.4; }
.loc-hours { font-size: 12.5px; color: var(--sgs-text-muted); margin-top: 2px; font-family: var(--mono); letter-spacing: 0.02em; }

.loc-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; flex-shrink: 0; }
.loc-phone {
  font-family: var(--mono); font-size: 13px; color: var(--sgs-ink); font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px; transition: color 0.2s;
}
.loc-phone:hover { color: var(--sgs-orange); }
.loc-phone svg { width: 12px; height: 12px; opacity: 0.5; }
.loc-directions {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--sgs-text-muted); transition: color 0.2s;
}
.loc-directions:hover { color: var(--sgs-orange); }

/* ===== GALLERY ===== */
.gallery { background: var(--sgs-paper); padding: 120px 0 100px; }
.gallery-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 56px; gap: 32px; flex-wrap: wrap;
}
.gallery-header .left { max-width: 580px; }
.gallery-header .eyebrow { margin-bottom: 24px; }
.gallery-header p { font-size: 17px; color: var(--sgs-text-muted); line-height: 1.55; margin-top: 16px; }

.gallery-track-wrapper {
  overflow-x: auto; overflow-y: hidden; scrollbar-width: thin;
  -webkit-overflow-scrolling: touch; padding-bottom: 24px;
  margin-left: max(32px, calc((100vw - var(--container)) / 2));
}
.gallery-track { display: flex; gap: 16px; padding-right: 32px; width: max-content; }

.gallery-item {
  flex: 0 0 auto; width: 380px; aspect-ratio: 4 / 3;
  border-radius: 4px; overflow: hidden; background: var(--sgs-cream-warm);
  position: relative; cursor: pointer;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item-meta {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(15, 15, 14, 0.82); color: #fff;
  padding: 8px 14px; border-radius: 999px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em;
  text-transform: uppercase; backdrop-filter: blur(8px);
  opacity: 0; transition: opacity 0.3s var(--ease);
}
.gallery-item:hover .gallery-item-meta { opacity: 1; }

.gallery-track-wrapper::-webkit-scrollbar { height: 4px; }
.gallery-track-wrapper::-webkit-scrollbar-track { background: rgba(15,15,14,0.06); }
.gallery-track-wrapper::-webkit-scrollbar-thumb { background: var(--sgs-orange); border-radius: 4px; }

/* ===== CERTS STRIP ===== */
.certs {
  background: var(--sgs-cream-warm); padding: 56px 0;
  border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark);
}
.certs-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.certs-label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sgs-text-muted);
  line-height: 1.5; flex-shrink: 0; max-width: 180px;
}
.certs-list {
  display: flex; flex-wrap: wrap; gap: 20px 22px;
  align-items: center; justify-content: flex-end; flex: 1;
}
.cert {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-align: center; width: 88px; flex-shrink: 0;
}
.cert-icon {
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center; color: var(--sgs-ink);
  background: transparent;
}
.cert-icon svg { width: 22px; height: 22px; }
.cert-icon img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}
.cert-label {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sgs-text-muted); line-height: 1.3;
}

/* ===== FAQ ===== */
.faq { background: var(--sgs-cream); padding: 120px 0; }

.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }

.faq-intro h2 { margin-bottom: 24px; }
.faq-intro p { font-size: 16px; color: var(--sgs-text-muted); line-height: 1.6; margin-bottom: 32px; }

.faq-contact {
  padding: 24px 28px; background: var(--sgs-paper);
  border: 1px solid var(--line-dark); border-radius: 4px;
}
.faq-contact-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sgs-text-muted); margin-bottom: 8px; }
.faq-contact-phone { font-family: var(--display); font-size: 26px; letter-spacing: -0.01em; color: var(--sgs-ink); display: block; margin-bottom: 6px; }
.faq-contact small { font-size: 13px; color: var(--sgs-text-muted); }
.faq-contact a.email { color: var(--sgs-orange); border-bottom: 1px solid var(--sgs-orange); }

.faq-list { display: flex; flex-direction: column; }

.faq-item { border-top: 1px solid rgba(15,15,14,0.12); padding: 24px 0; }
.faq-item:last-child { border-bottom: 1px solid rgba(15,15,14,0.12); }

.faq-question {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  width: 100%; text-align: left; font-size: 17px; font-weight: 500;
  color: var(--sgs-ink); cursor: pointer; transition: color 0.2s;
}
.faq-question:hover { color: var(--sgs-orange); }
.faq-question .icon {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--sgs-orange); color: var(--sgs-orange);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
}
.faq-question .icon svg { width: 14px; height: 14px; }
.faq-item.open .faq-question .icon { background: var(--sgs-orange); color: #fff; transform: rotate(45deg); }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease), padding 0.4s var(--ease); }
.faq-item.open .faq-answer { max-height: 600px; padding-top: 16px; }
.faq-answer p { font-size: 15px; color: var(--sgs-text-muted); line-height: 1.65; max-width: 620px; }
.faq-answer p + p { margin-top: 12px; }
.faq-answer .proration {
  margin-top: 16px; padding: 14px 18px; background: var(--sgs-paper);
  border-left: 2px solid var(--sgs-orange); border-radius: 2px;
  font-family: var(--mono); font-size: 12.5px; color: var(--sgs-ink); letter-spacing: 0.01em;
}
.faq-answer .proration .row { display: flex; justify-content: space-between; padding: 3px 0; }
.faq-answer .proration .row span:last-child { color: var(--sgs-orange); font-weight: 500; }

/* ===== FINAL CTA ===== */
.final-cta {
  background: var(--sgs-ink); color: #fff;
  padding: 140px 0; position: relative; overflow: hidden;
}
.final-cta::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(232, 154, 43, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 30%, rgba(26, 43, 34, 0.5) 0%, transparent 55%);
}
.final-cta-inner { position: relative; z-index: 1; text-align: center; max-width: 760px; margin: 0 auto; }
.final-cta .eyebrow { color: var(--sgs-orange); margin-bottom: 32px; justify-content: center; }
.final-cta .eyebrow::before { display: none; }
.final-cta h2 { color: #fff; margin-bottom: 28px; }
.final-cta h2 em { color: var(--sgs-orange); font-style: italic; }
.final-cta p { font-size: 17px; color: var(--sgs-text-light); line-height: 1.55; margin: 0 auto 48px; max-width: 560px; }

.final-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }

.final-cta-phones { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.12); margin-top: 16px; }
.final-cta-phone {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: #fff;
}
.final-cta-phone .label { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sgs-orange); }
.final-cta-phone .num { font-family: var(--display); font-size: 24px; font-style: italic; }

/* ===== FOOTER ===== */
.footer {
  background: var(--sgs-forest-deep); color: var(--sgs-text-light);
  padding: 96px 0 32px; border-top: 1px solid var(--line-light);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.6fr; gap: 48px; margin-bottom: 64px; }

.footer-brand .logo .logo-mark { color: var(--sgs-orange); }
.footer-brand .logo .logo-sub { color: rgba(255,255,255,0.7); }
.footer-brand p { font-size: 13.5px; line-height: 1.6; color: var(--sgs-text-light); max-width: 320px; margin: 24px 0; }

.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18); display: inline-flex;
  align-items: center; justify-content: center;
  color: var(--sgs-text-light); transition: all 0.2s;
}
.footer-social a:hover { background: var(--sgs-orange); border-color: var(--sgs-orange); color: #fff; }
.footer-social svg { width: 14px; height: 14px; }

.footer-col h4 {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sgs-orange); margin-bottom: 24px;
}
.footer-col ul li { margin-bottom: 12px; font-size: 13.5px; }
.footer-col ul li a { color: var(--sgs-text-light); transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; }

.footer-locations { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-loc h5 { font-family: var(--display); font-size: 16px; font-weight: 400; color: #fff; margin-bottom: 6px; }
.footer-loc p { font-size: 12.5px; line-height: 1.5; color: var(--sgs-text-light); }
.footer-loc a { color: var(--sgs-text-light); display: block; font-size: 12.5px; margin-top: 4px; transition: color 0.2s; font-family: var(--mono); }
.footer-loc a:hover { color: var(--sgs-orange); }

.footer-bottom {
  border-top: 1px solid var(--line-light); padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px; font-size: 12px; color: var(--sgs-text-faint);
}
.footer-bottom a { color: var(--sgs-text-light); margin-left: 16px; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--sgs-orange); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .nav { display: none; }
  .header-cta .header-phone { display: none; }
  .products-grid { grid-template-columns: 1fr; }
  .product-spec-table { grid-template-columns: repeat(4, 1fr); }
  .catalog-strip { grid-template-columns: 1fr 1fr; }
  .catalog-intro { grid-column: 1 / -1; padding: 0 0 16px 0; }
  .pavers-header { grid-template-columns: 1fr; gap: 24px; }
  .pavers-grid { grid-template-columns: 1fr; }
  .paver-card { aspect-ratio: 16 / 10; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item:nth-child(even) { padding-left: 0; border-left: none; }
  .contractor-grid { grid-template-columns: 1fr; }
  .contractor-image { min-height: 480px; }
  .contractor-content { padding: 80px 32px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 48px 24px; }
  .steps-track::before { display: none; }
  .locations-regions { grid-template-columns: 1fr; gap: 32px; }
  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-locations { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { padding: 0 24px; }
  .utility-bar { font-size: 11.5px; }
  .utility-left .utility-item:not(:first-child):not(:nth-child(3)) { display: none; }
  .utility-left .utility-divider:nth-child(2) { display: none; }
  .header-inner { height: 72px; }
  .hero { min-height: 80vh; }
  .hero-content { padding: 80px 0 48px; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 0; }
  .hero-stat { padding: 16px 0; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); width: 100%; }
  .hero-stat:last-child { border-bottom: none; }
  .marquee-item { font-size: 15px; gap: 24px; padding-right: 24px; }
  .section, .why, .steps, .locations, .faq, .final-cta, .pavers, .gallery { padding: 80px 0; }
  .section-header { margin-bottom: 48px; }
  .product-spec-table { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; }
  .catalog-strip { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why-item, .why-item:nth-child(odd), .why-item:nth-child(even) { padding: 32px 0; }
  .contractor-content { padding: 64px 24px; }
  .contractor-list { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 32px; }
  .region-head { padding: 24px 24px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .region-stat { text-align: left; }
  .loc { padding: 20px 24px; grid-template-columns: 1fr; }
  .loc-actions { align-items: flex-start; flex-direction: row; gap: 16px; }
  .gallery-item { width: 280px; }
  .certs-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .certs-list { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-locations { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-bottom a { margin: 0 16px 0 0; }
}

/* ============================================================
   PAGE EXTENSIONS — added for the build-out of the remaining
   main pages: gallery grid, location area chips + region cards,
   resources/blog index + single post. Base rules + responsive.
   ============================================================ */

/* ----- Gallery page: responsive grid (homepage uses a horizontal track) ----- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.g-tile {
  position: relative; margin: 0;
  aspect-ratio: 4 / 3; border-radius: 4px; overflow: hidden;
  background: var(--sgs-cream-warm);
}
.g-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); display: block; }
.g-tile:hover img { transform: scale(1.05); }
.g-tile .gallery-item-meta { opacity: 0; }
.g-tile:hover .gallery-item-meta,
.g-tile:focus-within .gallery-item-meta { opacity: 1; }
@media (hover: none) { .g-tile .gallery-item-meta { opacity: 1; } }

/* ----- Location pages: area / coverage chips ----- */
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.area-tag {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em;
  color: var(--sgs-text); background: var(--sgs-paper);
  border: 1px solid var(--line-dark);
  padding: 9px 16px; border-radius: 999px;
}
.area-tag .dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--sgs-orange); margin-right: 8px; vertical-align: middle; }

/* ----- Locations hub: two region cards ----- */
.region-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.region-card {
  position: relative; display: block; overflow: hidden;
  border-radius: 6px; min-height: 340px; color: #fff;
  background: var(--sgs-forest, #1A2B22); text-decoration: none;
  border: 1px solid var(--line-dark);
}
.region-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.42; transition: transform 0.7s var(--ease), opacity 0.4s var(--ease); }
.region-card:hover img { transform: scale(1.05); opacity: 0.55; }
.region-card-body { position: relative; z-index: 2; padding: 36px; display: flex; flex-direction: column; height: 100%; min-height: 340px; justify-content: flex-end; }
.region-card-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sgs-orange); margin-bottom: 10px; }
.region-card h3 { font-family: var(--display); font-size: 34px; line-height: 1.05; margin: 0 0 12px; color: #fff; }
.region-card p { font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,0.82); margin: 0 0 18px; }
.region-card .region-card-link { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; display: inline-flex; align-items: center; gap: 8px; }

/* ----- Resources / blog index ----- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 24px; }
.post-card {
  display: flex; flex-direction: column; background: var(--sgs-paper);
  border: 1px solid var(--line-dark); border-radius: 6px; overflow: hidden;
  text-decoration: none; color: var(--sgs-ink);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.post-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(15,15,14,0.10); border-color: var(--sgs-orange); }
.post-card-img { aspect-ratio: 16 / 9; overflow: hidden; background: var(--sgs-cream-warm); }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.post-card:hover .post-card-img img { transform: scale(1.05); }
.post-card-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.post-card-cat { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sgs-orange); margin-bottom: 12px; }
.post-card h3 { font-family: var(--display); font-size: 21px; line-height: 1.2; margin: 0 0 12px; color: var(--sgs-ink); }
.post-card p { font-size: 14.5px; line-height: 1.6; color: var(--sgs-text-muted); margin: 0 0 18px; flex: 1; }
.post-card-more { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sgs-ink); display: inline-flex; align-items: center; gap: 7px; }

/* ----- Single post (resources article) ----- */
.post-single { background: var(--sgs-cream); padding: 72px 0 96px; }
.post-single .post-narrow { max-width: 760px; margin: 0 auto; }
.post-hero-meta { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sgs-orange); margin-bottom: 18px; }

/* ----- doc-body h2/h4 (imported articles use h2 subheads; design system only ships h3) ----- */
.doc-body h2 {
  font-family: var(--display); font-weight: 400; font-size: 26px;
  line-height: 1.18; letter-spacing: -0.01em; color: var(--sgs-ink); margin: 40px 0 16px;
}
.doc-body h2:first-child { margin-top: 0; }
.doc-body h2 strong { font-weight: inherit; }
.doc-body h2 em, .doc-body h2 .italic-accent { color: var(--sgs-orange); font-style: italic; }
.doc-body h4 {
  font-family: var(--display); font-weight: 400; font-size: 19px;
  line-height: 1.25; color: var(--sgs-ink); margin: 28px 0 12px;
}

@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
  .region-cards { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .region-card, .region-card-body { min-height: 280px; }
  .doc-body h2 { font-size: 22px; }
}


/* ============================================================
   MOBILE NAV — the primary .nav is display:none below 1100px;
   this hamburger + drawer restores navigation on tablet/phone.
   ============================================================ */
.nav-toggle { display: none; }
.mobile-nav { display: none; }
@media (max-width: 1100px) {
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 42px; padding: 10px 9px; background: transparent;
    border: 1px solid var(--line-dark); border-radius: 6px; cursor: pointer; margin-left: 6px;
  }
  .nav-toggle span { display: block; height: 2px; width: 100%; background: var(--sgs-ink); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s var(--ease); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .mobile-nav { flex-direction: column; background: var(--sgs-cream); border-top: 1px solid var(--line-dark); padding: 8px 24px 28px; }
  .mobile-nav.open { display: flex; }
  .mobile-nav > a {
    font-family: var(--display); font-weight: 400; font-size: 21px; line-height: 1.2;
    color: var(--sgs-ink); text-decoration: none; padding: 15px 2px;
    border-bottom: 1px solid rgba(15, 15, 14, 0.08);
  }
  .mobile-nav > a:hover { color: var(--sgs-orange); }
  .mobile-nav-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
  .mobile-nav-cta .btn { width: 100%; justify-content: center; }
  .mobile-nav-phones { display: flex; flex-direction: column; gap: 4px; margin-top: 20px; }
  .mobile-nav-phones a { font-family: var(--mono); font-size: 13px; letter-spacing: 0.04em; color: var(--sgs-text-muted); text-decoration: none; padding: 5px 0; }
  .mobile-nav-phones a:hover { color: var(--sgs-orange); }
}


/* ----- Header CA/TX phone stack (labeled, right-aligned, matches utility-bar labels) ----- */
.header-phones { display: flex; flex-direction: column; gap: 2px; align-items: flex-end; flex-shrink: 0; line-height: 1.5; }
.header-phones a { font-family: var(--mono); font-size: 12.5px; color: var(--sgs-ink); white-space: nowrap; transition: color 0.2s; display: inline-flex; align-items: baseline; }
.header-phones a:hover { color: var(--sgs-orange); }
.header-phones .hp-region { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sgs-orange); font-weight: 600; margin-right: 7px; }
.header-phones .hp-num { font-variant-numeric: tabular-nums; }


/* ----- Mobile header: compact CTA + logo so the hamburger always fits (was clipping off-screen at phone widths) ----- */
@media (max-width: 640px) {
  /* Phone header: logo + hamburger only. Order Turf lives in the menu drawer + top utility bar,
     so the wide SGS logo + hamburger fit without the CTA clipping the menu off-screen. */
  .header-inner { gap: 10px; height: 72px; }
  .header-cta .btn-primary { display: none; }
  .logo-img { height: 38px; }
}
