/* ─────────────────────────────────────────────
   THE SHEETROCK MAN — Clean Stylesheet
   ───────────────────────────────────────────── */

:root {
  --red:        #d62828;
  --red-dark:   #a01e1e;
  --red-soft:   #fdecec;
  --gold:       #d4a24c;
  --navy:       #0e1a2b;
  --navy-2:     #16243a;
  --ink:        #1a2233;
  --text:       #2b3445;
  --muted:      #5a6478;
  --line:       #e6e9ef;
  --bg:         #ffffff;
  --bg-alt:     #f5f7fa;
  --shadow-sm:  0 2px 6px rgba(14,26,43,0.06);
  --shadow-md:  0 8px 28px rgba(14,26,43,0.09);
  --shadow-lg:  0 22px 60px rgba(14,26,43,0.15);
  --radius:     14px;
  --radius-sm:  8px;
  --container:  1240px;
  --grad-red:   linear-gradient(135deg, #e02d2d 0%, #a01e1e 100%);
  --ease:       cubic-bezier(.22,1,.36,1);
}

/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }

::selection { background: var(--red); color: #fff; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* SCROLL PROGRESS */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: var(--grad-red);
  z-index: 1000;
  transition: width .1s linear;
  box-shadow: 0 0 10px rgba(214,40,40,0.5);
}

/* TOP BAR */
.topbar {
  background: linear-gradient(90deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #cbd2dc;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.topbar-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 11px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.tb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tb-ico {
  width: 14px;
  height: 14px;
  color: var(--red);
  flex-shrink: 0;
}
.tb-item a {
  color: #fff;
  transition: color .2s;
}
.tb-item a:hover { color: #ffb3b3; }

/* NAVBAR */
#navbar {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, background .3s, height .3s;
}
#navbar.scrolled {
  background: rgba(255,255,255,0.97);
  box-shadow: 0 6px 24px rgba(14,26,43,0.08);
}
#navbar.scrolled .nav-inner { height: 84px; }
#navbar.scrolled .brand-logo { height: 64px; }
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: height .3s;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--ink);
  transition: transform .25s;
  margin-left: -28px;
}
.nav-brand:hover { transform: scale(1.04); }
.brand-logo {
  height: 84px;
  width: auto;
  display: block;
  transition: height .3s, transform .3s;
}
.brand-logo-lg { height: 110px; }
.footer-brand { margin-left: 0; }

.nav-links {
  display: flex;
  gap: 32px;
}
.nav-links a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text);
  position: relative;
  padding: 6px 0;
  transition: color .2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--red); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.nav-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 18px 9px 9px;
  background: linear-gradient(135deg, var(--red) 0%, #b51e1e 100%);
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 8px 22px rgba(214,40,40,0.32);
  transition: transform .25s var(--ease), box-shadow .25s, filter .25s;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.nav-call::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.25) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .7s ease;
  z-index: -1;
  border-radius: inherit;
}
.nav-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(214,40,40,0.45);
  filter: brightness(1.05);
}
.nav-call:hover::before { transform: translateX(100%); }
.nav-call-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  animation: ringPulse 2s ease-in-out infinite;
}
.nav-call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.nav-call-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.85;
}
.nav-call-num {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
@keyframes ringPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.5); }
  70%      { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu {
  position: fixed;
  inset: 0;
  top: 104px;
  background: #fff;
  z-index: 800;
  flex-direction: column;
  padding: 24px;
  display: none;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.mobile-menu .mobile-cta {
  margin-top: 24px;
  background: var(--grad-red);
  color: #fff !important;
  text-align: center;
  border-radius: 999px;
  border: 0 !important;
  padding: 16px 22px;
  font-weight: 700;
  font-size: 16px !important;
  letter-spacing: 0.3px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 28px rgba(214,40,40,0.4);
  transition: transform .2s, box-shadow .2s, filter .2s;
}
.mobile-menu .mobile-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(214,40,40,0.5);
  padding-left: 22px !important;
}
.mobile-menu .mobile-cta svg { flex-shrink: 0; }

/* HERO */
.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 110px 0 100px;
  overflow: hidden;
  color: #fff;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/hero-bg.avif') center/cover no-repeat;
  z-index: -2;
  animation: heroZoom 18s ease-in-out infinite alternate;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(214,40,40,0.35) 0%, transparent 55%),
    linear-gradient(135deg, rgba(14,26,43,0.94) 0%, rgba(14,26,43,0.82) 55%, rgba(160,30,30,0.55) 100%);
  z-index: -1;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7) 30%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7) 30%, transparent);
  pointer-events: none;
  z-index: 0;
}
@keyframes heroZoom {
  0%   { transform: scale(1); }
  100% { transform: scale(1.08); }
}
.hero-content {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffd1d1;
  background: rgba(214,40,40,0.18);
  border: 1px solid rgba(214,40,40,0.5);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.eyebrow svg { color: #ffb3b3; flex-shrink: 0; }
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5.6vw, 4.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.8px;
  max-width: 920px;
  margin-bottom: 24px;
}
.hero-title .accent {
  background: linear-gradient(120deg, #ff8d8d 0%, #ffb3b3 50%, #ffd9d9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.hero-title .accent::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  border-radius: 2px;
  opacity: 0.7;
}
.hero-sub {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #d8dde6;
  max-width: 620px;
  margin-bottom: 32px;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 15px;
  border-radius: var(--radius-sm);
  transition: filter .25s, color .25s, transform .25s, border-color .25s, box-shadow .25s, background .25s;
  cursor: pointer;
  position: relative;
  isolation: isolate;
}
.btn-primary {
  background: var(--grad-red);
  color: #fff;
  box-shadow: 0 8px 22px rgba(214,40,40,0.35);
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.28) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .7s ease;
  z-index: -1;
  border-radius: inherit;
}
.btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(214,40,40,0.5);
}
.btn-primary:hover::before { transform: translateX(100%); }
.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.55);
}
.btn-outline:hover {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 760px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.hero-stats .stat + .stat {
  border-left: 1px solid rgba(255,255,255,0.14);
  padding-left: 32px;
}
.hero-stats .stat:not(:last-child) { padding-right: 32px; }
.stat {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 4px;
}
.stat-num,
.stat-suffix {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.stat-suffix { color: #ffb3b3; }
.stat-label {
  flex-basis: 100%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #c5cbd6;
  margin-top: 6px;
  text-transform: uppercase;
}

/* SHARED SECTION */
.section {
  padding: 96px 0;
  background: #fff;
}
.section-alt { background: var(--bg-alt); }

.section-head {
  margin-bottom: 56px;
  max-width: 760px;
}
.section-head.center {
  margin: 0 auto 56px;
  text-align: center;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
  position: relative;
}
.section-tag::before {
  content: '';
  width: 28px; height: 2px;
  background: var(--red);
  display: inline-block;
}
.section-head.center .section-tag {
  background: var(--red-soft);
  padding: 6px 14px;
  border-radius: 999px;
}
.section-head.center .section-tag::before { display: none; }
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.section-sub {
  font-size: 1.02rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 640px;
}
.section-head.center .section-sub { margin: 0 auto; }

/* ABOUT */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-img {
  position: relative;
  border-radius: var(--radius);
  overflow: visible;
}
.about-img::before {
  content: '';
  position: absolute;
  top: 22px; left: -22px;
  right: 22px; bottom: -22px;
  border: 2px solid var(--red);
  border-radius: var(--radius);
  z-index: -1;
  opacity: 0.85;
}
.about-img img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  transition: transform .8s var(--ease);
}
.about-img:hover img { transform: scale(1.02); }
.about-badge {
  position: absolute;
  bottom: 24px; right: -24px;
  background: var(--grad-red);
  color: #fff;
  padding: 20px 24px;
  border-radius: var(--radius-sm);
  box-shadow: 0 18px 40px rgba(214,40,40,0.4);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 240px;
  z-index: 2;
}
.about-badge strong {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.about-badge span {
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.95;
}

.about-text p {
  margin-bottom: 16px;
}
.about-list {
  margin: 24px 0 32px;
}
.about-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}
.about-list .check {
  width: 26px; height: 26px;
  background: var(--red-soft);
  color: var(--red);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.about-list .check svg {
  width: 14px;
  height: 14px;
}

/* SERVICES */
.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}
/* 5-card layout: 3 on top (rows of 2 cols each), 2 centered on bottom */
.service-card:nth-child(1) { grid-column: 1 / span 2; }
.service-card:nth-child(2) { grid-column: 3 / span 2; }
.service-card:nth-child(3) { grid-column: 5 / span 2; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:nth-child(5) { grid-column: 4 / span 2; }

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .35s;
  display: flex;
  flex-direction: column;
  position: relative;
}
.service-card::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--grad-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease);
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: var(--shadow-lg);
}
.service-card:hover::after { transform: scaleX(1); }

.svc-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.svc-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.22,1,.36,1);
}
.service-card:hover .svc-img img { transform: scale(1.08); }
.svc-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14,26,43,0.35) 0%, transparent 50%);
  pointer-events: none;
}
.svc-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--grad-red);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 14px;
  border-radius: 6px;
  z-index: 2;
  box-shadow: 0 8px 22px rgba(214,40,40,0.5);
  transition: transform .35s var(--ease);
}
.service-card:hover .svc-tag { transform: translateY(-2px) scale(1.05); }

.svc-body {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  transition: color .25s;
}
.service-card:hover h3 { color: var(--red); }
.service-card p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 18px;
  flex: 1;
}
.svc-link {
  font-weight: 600;
  font-size: 14px;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap .25s var(--ease);
  align-self: flex-start;
}
.svc-link svg { transition: transform .3s var(--ease); }
.svc-link:hover { gap: 12px; }
.svc-link:hover svg { transform: translateX(3px); }

/* WHY US */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.why-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 26px 30px;
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--grad-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease);
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.why-card:hover::before { transform: scaleX(1); }
.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--red-soft);
  color: var(--red);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease);
}
.why-icon svg {
  width: 26px;
  height: 26px;
}
.why-card:hover .why-icon {
  background: var(--grad-red);
  color: #fff;
  transform: rotate(-6deg) scale(1.05);
}
.why-num {
  position: absolute;
  top: 28px;
  right: 24px;
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--line);
  line-height: 1;
  pointer-events: none;
  transition: color .35s;
}
.why-card:hover .why-num { color: var(--red-soft); }
.why-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.why-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

/* TESTIMONIALS */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 30px;
  position: relative;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.review::before {
  content: '"';
  position: absolute;
  top: 8px; right: 24px;
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  line-height: 1;
  color: var(--red-soft);
  pointer-events: none;
}
.review:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.review .stars {
  display: flex;
  gap: 3px;
  margin-bottom: 18px;
  color: #f5b400;
}
.review .stars svg {
  width: 18px;
  height: 18px;
}
.review blockquote {
  font-size: 15px;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 24px;
}
.review figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.review .avatar-img {
  width: 52px; height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--red-soft);
  box-shadow: 0 6px 18px rgba(14,26,43,0.12);
  transition: transform .3s var(--ease), border-color .3s;
}
.review:hover .avatar-img {
  transform: scale(1.06);
  border-color: var(--red);
}
.review figcaption strong {
  display: block;
  font-size: 14.5px;
  color: var(--ink);
}
.review figcaption span {
  font-size: 13px;
  color: var(--muted);
}

/* CONTACT */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: start;
}
.contact-list {
  margin-top: 32px;
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.ci-icon {
  width: 46px; height: 46px;
  background: var(--red-soft);
  color: var(--red);
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background .3s, color .3s, transform .3s var(--ease);
}
.ci-icon svg {
  width: 20px;
  height: 20px;
}
.contact-list li:hover .ci-icon {
  background: var(--grad-red);
  color: #fff;
  transform: scale(1.06);
}
.ci-muted { color: var(--muted) !important; font-style: italic; }
.ci-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.ci-val {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
}
a.ci-val:hover { color: var(--red); }

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}
.row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 15px;
  color: var(--ink);
  font-family: inherit;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(214,40,40,0.12);
}
.field textarea { resize: vertical; min-height: 120px; }
.field input.error,
.field select.error,
.field textarea.error {
  border-color: var(--red);
  background: #fff5f5;
}

.submit-btn {
  width: 100%;
  margin-top: 8px;
  font-size: 15px;
}
.success-msg {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  background: #e8f5ee;
  color: #1f7a47;
  border: 1px solid #b9e0c8;
  border-radius: var(--radius-sm);
  font-size: 14.5px;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.success-msg.visible { display: flex; }
.success-msg svg { flex-shrink: 0; }

/* FOOTER */
footer {
  background: var(--navy);
  color: #c5cbd6;
  padding: 64px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
footer .nav-brand { color: #fff; }
.footer-tag {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #9aa3b1;
  max-width: 280px;
}
footer h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul a {
  font-size: 14.5px;
  color: #9aa3b1;
  transition: color .25s, padding-left .25s;
  position: relative;
  display: inline-block;
}
footer ul a:hover {
  color: #fff;
  padding-left: 14px;
}
footer ul a::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 0; height: 2px;
  background: var(--red);
  transform: translateY(-50%);
  transition: width .25s var(--ease);
}
footer ul a:hover::before { width: 8px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  font-size: 13px;
  color: #7d8694;
}
.credit-link {
  color: #fff;
  font-weight: 600;
  background: var(--grad-red);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  transition: filter .25s;
}
.credit-link::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1.5px;
  background: var(--grad-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.credit-link:hover { filter: brightness(1.15); }
.credit-link:hover::after { transform: scaleX(1); }

/* BACK TO TOP */
.back-top {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 700;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.9);
  transition: opacity .3s, transform .3s cubic-bezier(.22,1,.36,1), background .25s;
}
.back-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.back-top:hover {
  background: var(--red);
  transform: translateY(-3px) scale(1.05);
}

/* ANIMATIONS */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-32px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.05); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* Scroll-reveal base (hidden until .visible) */
.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  will-change: opacity, transform;
}
.reveal        { transform: translateY(28px); }
.reveal-left   { transform: translateX(-32px); }
.reveal-right  { transform: translateX(32px); }

.reveal.visible       { animation: fadeInUp    .8s cubic-bezier(.22,1,.36,1) var(--d, 0s) forwards; }
.reveal-left.visible  { animation: fadeInLeft  .9s cubic-bezier(.22,1,.36,1) var(--d, 0s) forwards; }
.reveal-right.visible { animation: fadeInRight .9s cubic-bezier(.22,1,.36,1) var(--d, 0s) forwards; }

/* Hero entry animations */
.hero .eyebrow,
.hero-title,
.hero-sub,
.hero-btns,
.hero-stats {
  opacity: 0;
  animation: fadeInUp .9s cubic-bezier(.22,1,.36,1) forwards;
}
.hero .eyebrow  { animation-delay: .1s; }
.hero-title     { animation-delay: .25s; }
.hero-sub       { animation-delay: .4s; }
.hero-btns      { animation-delay: .55s; }
.hero-stats     { animation-delay: .75s; }

/* About badge gentle pulse */
.about-badge {
  animation: pulse 3.4s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(n) { grid-column: auto; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid .review:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 50%;
    justify-self: center;
  }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
  .about-grid,
  .whyus-grid,
  .contact-grid { gap: 48px; }
  .about-img img { height: 460px; }
  .nav-links { gap: 22px; }
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .nav-links { display: none; }
  .nav-call { display: none; }
  .hamburger { display: flex; }
  .nav-inner { height: 88px; gap: 10px; }
  .brand-logo { height: 64px; }
  .nav-brand { margin-left: 0; }
  .mobile-menu { top: 88px; }
  #navbar.scrolled .nav-inner { height: 76px; }
  #navbar.scrolled .brand-logo { height: 54px; }
  #navbar.scrolled .mobile-menu { top: 76px; }
}

@media (max-width: 820px) {
  .topbar .tb-hide-sm { display: none; }
  .topbar-inner {
    gap: 14px;
    font-size: 12px;
    padding: 9px 16px;
    justify-content: center;
  }
  .tb-ico { width: 12px; height: 12px; }

  .about-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-img { max-width: 560px; margin: 0 auto; }
  .about-img::before { left: -14px; right: 14px; top: 16px; bottom: -16px; }
  .about-badge { right: 12px; bottom: 16px; padding: 16px 18px; }
  .about-badge strong { font-size: 2rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid .review:nth-child(3) {
    grid-column: auto;
    max-width: none;
  }

  .hero { padding: 56px 0 48px; min-height: 560px; }
  .hero-stats {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    padding-top: 24px;
  }
  .hero-stats .stat:not(:last-child) { padding-right: 16px; }
  .hero-stats .stat + .stat { padding-left: 16px; }
  .stat-num, .stat-suffix { font-size: 1.7rem; }
  .stat-label { font-size: 11.5px; }

  .section { padding: 64px 0; }
  .section-head { margin-bottom: 40px; }
  .why-grid { gap: 16px; }

  .contact-form { padding: 24px 20px; }
  .footer-bottom { justify-content: center; text-align: center; }
}

@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .topbar-inner { padding: 8px 14px; gap: 10px; }
  .nav-inner { padding: 0 14px; }

  .services-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(n) { grid-column: auto; }
  .svc-img { height: 220px; }
  .why-grid { grid-template-columns: 1fr; }
  .row-2 { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .hero-stats .stat:not(:last-child) { padding-right: 0; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.14); }
  .hero-stats .stat + .stat { padding-left: 0; border-left: 0; }
  .stat { justify-content: flex-start; align-items: baseline; }
  .stat-label { flex-basis: 100%; }

  .hero-title { font-size: 2.1rem; line-height: 1.15; }
  .hero-sub { font-size: 1rem; }
  .hero-btns { gap: 10px; }
  .btn-primary, .btn-outline { padding: 13px 22px; font-size: 14.5px; width: 100%; justify-content: center; }
  .hero-btns .btn-primary, .hero-btns .btn-outline { width: auto; flex: 1; }

  .section-title { font-size: 1.7rem; }
  .about-img img { height: 320px; }
  .about-img::before { left: -8px; right: 8px; top: 10px; bottom: -10px; }
  .about-badge { padding: 14px 16px; right: 8px; bottom: 12px; }
  .about-badge strong { font-size: 1.7rem; }

  .why-card { padding: 26px 22px 24px; }
  .why-num { font-size: 2rem; top: 22px; right: 18px; }
  .why-icon { width: 48px; height: 48px; }
  .why-icon svg { width: 22px; height: 22px; }

  .review { padding: 28px 22px; }
  .review::before { font-size: 4rem; top: 4px; right: 16px; }

  .contact-list li { padding: 14px 0; gap: 12px; }
  .ci-icon { width: 40px; height: 40px; }
  .ci-icon svg { width: 18px; height: 18px; }
  .contact-form { padding: 22px 16px; }

  .back-top { width: 42px; height: 42px; bottom: 18px; right: 18px; }

  .footer-bottom { font-size: 12px; }
}
