/*
Theme Name: Zayas Drywall v2
Theme URI: https://zayasdrywall.com
Author: Zayas Drywall LLC
Description: Complete redesign — bold industrial aesthetic with diagonal slash motif. South Florida's premier drywall contractor.
Version: 2.0.0
Text Domain: zayas-drywall
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --ink:        #0D0D0D;
  --ink-2:      #1A1A1A;
  --ink-3:      #252525;
  --steel:      #3A3A3A;
  --wire:       #4D4D4D;
  --dust:       #888;
  --chalk:      #C8C4BC;
  --paper:      #F0EDE8;
  --white:      #FFFFFF;
  --orange:     #D4781A;
  --orange-lt:  #E8943A;
  --orange-dk:  #B05E0E;

  --ff-display: 'Bebas Neue', 'Arial Narrow', sans-serif;
  --ff-body:    'DM Sans', 'Helvetica Neue', Arial, sans-serif;

  --ease:       cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --t-fast:     0.18s;
  --t-med:      0.32s;
  --t-slow:     0.55s;

  --radius:     3px;
  --shadow:     0 4px 32px rgba(0,0,0,0.45);
  --shadow-sm:  0 2px 12px rgba(0,0,0,0.3);
}

/* ============================================================
   RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--ff-body);
  background: var(--ink);
  color: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange); text-decoration: none; transition: color var(--t-fast) var(--ease); }
a:hover { color: var(--orange-lt); }
ul { list-style: none; }
button { font-family: var(--ff-body); cursor: pointer; }

/* ============================================================
   TYPE SCALE
   ============================================================ */
h1, h2, h3, h4 {
  font-family: var(--ff-display);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--white);
  text-transform: uppercase;
}
h1 { font-size: clamp(4rem, 10vw, 9rem); }
h2 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
h3 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h4 { font-size: 1.3rem; }

.eyebrow {
  font-family: var(--ff-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--orange);
  flex-shrink: 0;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.wrap        { max-width: 1280px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }
.wrap--wide  { max-width: 1520px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }
.wrap--narrow{ max-width: 860px;  margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }

section { position: relative; }

/* ============================================================
   THE SLASH — signature diagonal motif
   Appears as section dividers, card accents, hero accent
   ============================================================ */
.slash-divider {
  width: 100%;
  height: 60px;
  background: var(--ink-2);
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
  margin-top: -1px;
}
.slash-divider--up {
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}
.slash-divider--paper {
  background: var(--paper);
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
}
.slash-divider--orange {
  background: var(--orange);
  height: 40px;
  clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 100%);
}

/* Slash accent on cards */
.slash-accent {
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 0;
  background: var(--orange);
  transition: height var(--t-med) var(--ease);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--ff-display);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  transition: all var(--t-fast) var(--ease);
  line-height: 1;
  white-space: nowrap;
}
.btn--primary {
  background: var(--orange);
  color: var(--ink);
  border-color: var(--orange);
  font-weight: 700;
}
.btn--primary:hover {
  background: var(--orange-lt);
  border-color: var(--orange-lt);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212,120,26,0.4);
}
.btn--ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.3);
}
.btn--ghost:hover {
  border-color: var(--white);
  color: var(--white);
  background: rgba(255,255,255,0.06);
}
.btn--ghost-orange {
  background: transparent;
  color: var(--orange);
  border-color: var(--orange);
}
.btn--ghost-orange:hover {
  background: var(--orange);
  color: var(--ink);
}
.btn--dark {
  background: var(--ink);
  color: var(--orange);
  border-color: var(--ink);
}
.btn--dark:hover {
  background: var(--ink-2);
  color: var(--orange-lt);
}

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  background: var(--ink-2);
  border-bottom: 1px solid var(--ink-3);
  padding: 0.4rem 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar a { color: var(--chalk); }
.topbar a:hover { color: var(--orange); }
.topbar__trust {
  display: flex;
  gap: 1.75rem;
  color: var(--chalk);
}
.topbar__trust span { display: flex; align-items: center; gap: 0.4rem; }
.topbar__trust span::before { content: '✓'; color: var(--orange); font-weight: 900; }
@media (max-width: 640px) { .topbar__trust { display: none; } }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13,13,13,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ink-3);
  transition: box-shadow var(--t-med) var(--ease);
}
.site-header.scrolled { box-shadow: 0 4px 40px rgba(0,0,0,0.6); }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 2rem;
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-shrink: 0;
}
.logo-slash {
  width: 44px;
  height: 44px;
  background: var(--orange);
  position: relative;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slash span {
  font-family: var(--ff-display);
  font-size: 1.3rem;
  color: var(--ink);
  letter-spacing: 0;
  padding-left: 4px;
}
.logo-text { line-height: 1; }
.logo-name {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
.logo-sub {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  display: block;
  margin-top: 3px;
}

/* Nav */
.site-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.site-nav a {
  font-family: var(--ff-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--chalk);
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius);
  transition: all var(--t-fast) var(--ease);
  position: relative;
}
.site-nav a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 0.85rem; right: 0.85rem;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-fast) var(--ease);
}
.site-nav a:hover,
.site-nav a.active { color: var(--white); }
.site-nav a:hover::after,
.site-nav a.active::after { transform: scaleX(1); }

.header__cta { display: flex; align-items: center; gap: 1.25rem; flex-shrink: 0; }
.header__phone {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  color: var(--orange);
  letter-spacing: 0.04em;
}
.header__phone:hover { color: var(--orange-lt); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 0.4rem;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  transition: all var(--t-fast) var(--ease);
  transform-origin: center;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 960px) {
  .site-nav { display: none; }
  .hamburger { display: flex; }
  .header__cta .btn { display: none; }
}

/* Mobile menu */
.mobile-menu {
  display: none;
  background: var(--ink-2);
  border-top: 1px solid var(--ink-3);
}
.mobile-menu.is-open { display: block; }
.mobile-menu a {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--chalk);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--ink-3);
  transition: all var(--t-fast) var(--ease);
}
.mobile-menu a:hover { color: var(--orange); padding-left: 2rem; }
.mobile-menu .btn {
  margin: 1.25rem 1.5rem;
  display: block;
  text-align: center;
  width: calc(100% - 3rem);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 95vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative;
}
/* Left panel — text */
.hero__left {
  background: var(--ink);
  display: flex;
  align-items: center;
  padding: clamp(3rem, 8vw, 7rem) clamp(2rem, 5vw, 5rem);
  position: relative;
  z-index: 2;
}
/* Diagonal right edge on left panel */
.hero__left::after {
  content: '';
  position: absolute;
  top: 0; right: -60px; bottom: 0;
  width: 120px;
  background: var(--ink);
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
  z-index: 3;
}
.hero__content { max-width: 560px; position: relative; z-index: 4; }
.hero h1 {
  margin: 0.5rem 0 1.25rem;
  font-size: clamp(3.5rem, 8vw, 8rem);
}
.hero h1 em {
  font-style: normal;
  color: var(--orange);
  display: block;
}
.hero__sub {
  font-size: 1.05rem;
  color: var(--chalk);
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 2.5rem;
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ink-3);
}
.hero-stat__num {
  font-family: var(--ff-display);
  font-size: 2.5rem;
  color: var(--white);
  line-height: 1;
  display: block;
}
.hero-stat__num span { color: var(--orange); }
.hero-stat__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dust);
  display: block;
  margin-top: 0.25rem;
}

/* Right panel — image */
.hero__right {
  position: relative;
  overflow: hidden;
}
.hero__right img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.55) contrast(1.1);
}
/* Orange slash overlay on image */
.hero__right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212,120,26,0.15) 0%, transparent 60%);
  z-index: 1;
}
/* Vertical orange strip */
.hero__right::after {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 5px;
  background: var(--orange);
  z-index: 2;
}

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__left::after { display: none; }
  .hero__left { padding: 4rem 1.5rem 3rem; }
  .hero__right { height: 45vw; min-height: 280px; }
  .hero__stats { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
@media (max-width: 480px) {
  .hero__stats { grid-template-columns: 1fr 1fr; }
}

/* Floating CTA bar on scroll — mobile */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: var(--orange);
  padding: 0.85rem;
  text-align: center;
}
.sticky-cta a {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  color: var(--ink);
  letter-spacing: 0.08em;
}
@media (max-width: 640px) { .sticky-cta { display: block; } }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--orange);
  padding: 1.1rem 0;
  overflow: hidden;
}
.trust-strip__inner {
  display: flex;
  gap: 0;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0 2.5rem;
  border-right: 1px solid rgba(13,13,13,0.2);
  flex-shrink: 0;
  white-space: nowrap;
}
.trust-item:last-child { border-right: none; }
.trust-item__icon { font-size: 1.15rem; }
.trust-item__text {
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}
@media (max-width: 700px) {
  .trust-strip__inner { flex-wrap: wrap; justify-content: center; }
  .trust-item { padding: 0.35rem 1.25rem; border-right: none; }
}

/* ============================================================
   SERVICES
   ============================================================ */
.services-section {
  padding: 7rem 0 5rem;
  background: var(--ink-2);
}
.section-header { margin-bottom: 4rem; }
.section-header h2 { margin-top: 0.5rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink-3);
  border: 1px solid var(--ink-3);
  border-radius: var(--radius);
  overflow: hidden;
}
.service-card {
  background: var(--ink-2);
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  transition: background var(--t-med) var(--ease);
  cursor: default;
}
.service-card:hover { background: var(--ink-3); }
.service-card:hover .slash-accent { height: 100%; }
.service-card__num {
  font-family: var(--ff-display);
  font-size: 4rem;
  color: var(--ink-3);
  line-height: 1;
  position: absolute;
  top: 1rem; right: 1.5rem;
  transition: color var(--t-med) var(--ease);
  user-select: none;
}
.service-card:hover .service-card__num { color: rgba(212,120,26,0.12); }
.service-card__icon {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  display: block;
  position: relative;
  z-index: 1;
}
.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}
.service-card p {
  font-size: 0.88rem;
  color: var(--chalk);
  line-height: 1.75;
  position: relative;
  z-index: 1;
  margin: 0;
}

@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }

/* ============================================================
   ABOUT / THREE ARMS
   ============================================================ */
.about-section {
  padding: 7rem 0;
  background: var(--ink);
}
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-img {
  position: relative;
}
.about-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}
/* Slash frame */
.about-img::before {
  content: '';
  position: absolute;
  top: -16px; left: -16px; right: 16px; bottom: 16px;
  border: 2px solid var(--orange);
  border-radius: var(--radius);
  z-index: 0;
  clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
}
.about-img img { position: relative; z-index: 1; }

.arms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 2.5rem 0;
  border: 1px solid var(--ink-3);
  border-radius: var(--radius);
  overflow: hidden;
}
.arm-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid var(--ink-3);
  transition: background var(--t-fast) var(--ease);
}
.arm-item:last-child { border-bottom: none; }
.arm-item:hover { background: var(--ink-2); }
.arm-num {
  font-family: var(--ff-display);
  font-size: 1.8rem;
  color: var(--orange);
  opacity: 0.5;
  line-height: 1;
  flex-shrink: 0;
  width: 2rem;
  margin-top: 2px;
}
.arm-body h4 {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.3rem;
}
.arm-body p { font-size: 0.85rem; color: var(--chalk); margin: 0; line-height: 1.65; }

@media (max-width: 860px) {
  .about-layout { grid-template-columns: 1fr; gap: 3rem; }
  .about-img::before { display: none; }
}

/* ============================================================
   PROJECT GRID — YYZ-inspired category approach
   ============================================================ */
.projects-section {
  padding: 7rem 0;
  background: var(--ink-2);
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 2px;
  background: var(--orange);
  border-radius: var(--radius);
  overflow: hidden;
}
.project-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--ink-3);
  display: block;
  cursor: pointer;
}
.project-card:first-child {
  grid-column: span 2;
  aspect-ratio: 21/9;
}
.project-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease), filter 0.4s var(--ease);
  filter: brightness(0.5) contrast(1.1) saturate(0.85);
}
.project-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.35) contrast(1.1) saturate(0.7);
}
.project-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 2.25rem;
  background: linear-gradient(0deg, rgba(13,13,13,0.85) 0%, transparent 55%);
  z-index: 2;
}
.project-card__cat {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.project-card__cat::before {
  content: '';
  display: block;
  width: 16px; height: 2px;
  background: var(--orange);
}
.project-card h3 {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--white);
  line-height: 1;
  transition: color var(--t-fast) var(--ease);
}
.project-card:hover h3 { color: var(--orange); }
.project-card__arrow {
  position: absolute;
  top: 1.5rem; right: 1.75rem;
  width: 40px; height: 40px;
  background: var(--orange);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--ink);
  opacity: 0;
  transform: translateY(-8px);
  transition: all var(--t-med) var(--ease);
}
.project-card:hover .project-card__arrow { opacity: 1; transform: translateY(0); }

@media (max-width: 640px) {
  .projects-grid { grid-template-columns: 1fr; }
  .project-card:first-child { grid-column: span 1; aspect-ratio: 16/9; }
}

/* ============================================================
   STATS COUNTER BAR
   ============================================================ */
.stats-section {
  padding: 5rem 0;
  background: var(--ink);
  position: relative;
}
.stats-section::before {
  content: 'ZAYAS';
  position: absolute;
  font-family: var(--ff-display);
  font-size: 20vw;
  color: rgba(255,255,255,0.025);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.1em;
  user-select: none;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--ink-3);
  border-radius: var(--radius);
  overflow: hidden;
}
.stat-block {
  padding: 3rem 2rem;
  border-right: 1px solid var(--ink-3);
  text-align: center;
  position: relative;
  background: var(--ink-2);
  transition: background var(--t-fast) var(--ease);
}
.stat-block:last-child { border-right: none; }
.stat-block:hover { background: var(--ink-3); }
.stat-block__num {
  font-family: var(--ff-display);
  font-size: clamp(3rem, 5vw, 5rem);
  color: var(--white);
  line-height: 1;
  display: block;
}
.stat-block__num em {
  font-style: normal;
  color: var(--orange);
}
.stat-block__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dust);
  display: block;
  margin-top: 0.6rem;
}
@media (max-width: 640px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-block { border-bottom: 1px solid var(--ink-3); }
  .stat-block:nth-child(even) { border-right: none; }
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-section {
  padding: 7rem 0;
  background: var(--ink-2);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}
.contact-tagline {
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--white);
  text-transform: uppercase;
  line-height: 0.95;
  margin: 1rem 0 2rem;
}
.contact-tagline em { font-style: normal; color: var(--orange); display: block; }
.contact-details { margin: 2rem 0; }
.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--ink-3);
}
.contact-row:first-child { padding-top: 0; }
.contact-row__icon {
  width: 40px; height: 40px;
  background: rgba(212,120,26,0.1);
  border: 1px solid rgba(212,120,26,0.25);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-row__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  display: block;
  margin-bottom: 0.2rem;
}
.contact-row__val { font-size: 0.92rem; color: var(--chalk); }
.contact-row__val a { color: var(--chalk); }
.contact-row__val a:hover { color: var(--orange); }

/* Form */
.contact-form {
  background: var(--ink-3);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius);
  padding: 2.5rem;
}
.contact-form h3 {
  font-size: 1.8rem;
  margin-bottom: 1.75rem;
}
.field-group { margin-bottom: 1.1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-group label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dust);
  margin-bottom: 0.4rem;
}
.field-group input,
.field-group select,
.field-group textarea {
  width: 100%;
  background: var(--ink-2);
  border: 1px solid var(--ink-3);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  color: var(--white);
  font-family: var(--ff-body);
  font-size: 0.92rem;
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
  outline: none;
  -webkit-appearance: none;
}
.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(212,120,26,0.15);
}
.field-group select option { background: var(--ink-2); }
.field-group textarea { min-height: 110px; resize: vertical; }
.field-error-msg { color: #e05c5c; font-size: 0.75rem; margin-top: 4px; display: block; }
.form-success-msg {
  display: none;
  background: rgba(212,120,26,0.1);
  border: 1px solid var(--orange);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  color: var(--orange);
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 1rem;
}
.form-error-msg {
  display: none;
  background: rgba(224,92,92,0.1);
  border: 1px solid #e05c5c;
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  color: #e05c5c;
  font-size: 0.9rem;
  margin-top: 1rem;
}
@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .field-row { grid-template-columns: 1fr; }
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--orange);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  margin: -30px 0;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(0,0,0,0.04) 20px,
    rgba(0,0,0,0.04) 21px
  );
}
.cta-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-banner h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--ink);
  text-transform: uppercase;
}
.cta-banner h2 span { display: block; opacity: 0.5; font-size: 70%; }
.cta-banner__btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  padding: 5rem 0 0;
  border-top: 3px solid var(--orange);
  margin-top: 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 4rem;
}
.footer-brand p {
  font-size: 0.88rem;
  color: var(--dust);
  line-height: 1.8;
  margin: 1rem 0 1.5rem;
  max-width: 280px;
}
.footer-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.footer-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  background: rgba(212,120,26,0.08);
  border: 1px solid rgba(212,120,26,0.2);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius);
}
.footer-col h5 {
  font-family: var(--ff-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1.25rem;
}
.footer-col ul li { margin-bottom: 0.55rem; }
.footer-col ul a {
  font-size: 0.88rem;
  color: var(--dust);
  transition: color var(--t-fast) var(--ease);
}
.footer-col ul a:hover { color: var(--white); }
.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  color: var(--dust);
}
.footer-contact-row a { color: var(--dust); }
.footer-contact-row a:hover { color: var(--orange); }
.footer-bottom {
  border-top: 1px solid var(--ink-3);
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer-bottom p { font-size: 0.78rem; color: var(--wire); }
.footer-bottom a { color: var(--wire); }
.footer-bottom a:hover { color: var(--orange); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section {
  padding: 7rem 0;
  background: var(--ink);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink-3);
  border: 1px solid var(--ink-3);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 3.5rem;
}
.testi-card {
  background: var(--ink-2);
  padding: 2.5rem 2rem;
  position: relative;
  transition: background var(--t-fast) var(--ease);
}
.testi-card:hover { background: var(--ink-3); }
.testi-card__quote {
  font-family: var(--ff-display);
  font-size: 6rem;
  color: var(--orange);
  opacity: 0.12;
  line-height: 0.7;
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  user-select: none;
}
.testi-card__stars {
  color: var(--orange);
  letter-spacing: 2px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.testi-card__text {
  font-size: 0.92rem;
  color: var(--chalk);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}
.testi-card__author strong { display: block; font-size: 0.88rem; color: var(--white); }
.testi-card__author span  { font-size: 0.78rem; color: var(--dust); }
@media (max-width: 700px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.areas-section {
  padding: 5rem 0;
  background: var(--ink-2);
}
.areas-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}
.area-chip {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--chalk);
  background: var(--ink-3);
  border: 1px solid var(--ink-3);
  border-radius: var(--radius);
  padding: 0.45rem 1rem;
  transition: all var(--t-fast) var(--ease);
}
.area-chip:hover,
.area-chip.primary {
  background: rgba(212,120,26,0.1);
  border-color: var(--orange);
  color: var(--orange);
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease);
}
.reveal.up    { transform: translateY(20px); }
.reveal.left  { transform: translateX(-20px); }
.reveal.right { transform: translateX(20px); }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .project-card img { transition: none; }
  * { transition-duration: 0.001ms !important; }
}

/* ============================================================
   UTILITIES
   ============================================================ */
.text-center { text-align: center; }
.text-orange  { color: var(--orange); }
.mt-sm { margin-top: 1rem; }
.mt-md { margin-top: 2rem; }
.mt-lg { margin-top: 3.5rem; }

/* WP core */
.alignleft  { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { text-align: center; margin: 0 auto; }
.screen-reader-text {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
