/* ============================================
   FARRELL & CADE SOLUTIONS
   Prepare. Protect. Perform.
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --black: #0a0a0a;
  --black-soft: #141414;
  --black-card: #1c1c1c;
  --gray-line: #2a2a2a;
  --gray-text: #8a8a8a;
  --gray-light: #c4c4c4;
  --white: #ffffff;
  --blue: #1e6ef5;
  --blue-bright: #2d84ff;
  --blue-deep: #0d4fc7;

  --font-display: 'Oswald', 'Arial Black', sans-serif;
  --font-body: 'Barlow', 'Helvetica', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --max-width: 1320px;
  --gutter: clamp(20px, 4vw, 60px);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* ============ NOISE TEXTURE OVERLAY ============ */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' /%3E%3C/svg%3E");
}

/* ============ NAVIGATION ============ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #0a0a0a;
  border-bottom: 1px solid var(--gray-line);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-logo-img {
  height: 80px;
  width: auto;
  display: block;
}

@media (max-width: 640px) {
  .nav-logo-img { height: 60px; }
}

.nav-logo-mark {
  width: 36px;
  height: 36px;
  border: 2px solid var(--white);
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav-logo-mark::before {
  content: 'FC';
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  transform: rotate(-45deg);
  color: var(--white);
}

.nav-logo-mark::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--blue);
  bottom: 4px;
  right: 4px;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  align-items: center;
}

.nav-links a {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-light);
  position: relative;
  padding: 4px 0;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
}

.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--blue);
}

.nav-cta {
  background: var(--blue);
  color: var(--white) !important;
  padding: 12px 22px !important;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px !important;
  font-weight: 600;
  transition: all 0.2s ease;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.nav-cta:hover {
  background: var(--blue-bright) !important;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: 8px;
}

.nav-toggle svg {
  width: 28px;
  height: 28px;
}

/* ============ HERO ============ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px var(--gutter) 80px;
  background: var(--black);
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.65) 60%, rgba(30,110,245,0.35) 100%),
    var(--black-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-text);
  font-family: var(--font-mono);
  font-size: 12px;
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: end;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 28px;
  padding: 8px 14px;
  border: 1px solid var(--blue);
  background: rgba(30, 110, 245, 0.1);
}

.hero-eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--blue-bright);
  display: inline-block;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(48px, 9vw, 130px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.hero-title .accent {
  color: var(--blue-bright);
  font-style: italic;
}

.hero-title .outline {
  -webkit-text-stroke: 2px var(--white);
  color: transparent;
}

.hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--gray-light);
  max-width: 560px;
  margin-bottom: 40px;
  line-height: 1.6;
}

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

.btn {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  position: relative;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.btn-primary:hover {
  background: var(--blue-bright);
  transform: translateX(4px);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1.5px solid var(--white);
}

.btn-ghost:hover {
  background: var(--white);
  color: var(--black);
}

.btn-arrow {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* Hero side panel - tagline pillars */
.hero-pillars {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 2px solid var(--blue);
  padding-left: 24px;
}

.pillar {
  padding: 18px 0;
  border-bottom: 1px solid var(--gray-line);
}

.pillar:last-child {
  border-bottom: none;
}

.pillar-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gray-text);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.pillar-word {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.pillar:nth-child(1) .pillar-word { color: var(--white); }
.pillar:nth-child(2) .pillar-word { color: var(--blue-bright); }
.pillar:nth-child(3) .pillar-word { color: var(--white); }

/* Hero scroll cue */
.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gray-text), transparent);
  animation: pulse-line 2s ease-in-out infinite;
}

@keyframes pulse-line {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

/* ============ SECTION COMPONENTS ============ */
.section {
  padding: 120px var(--gutter);
  position: relative;
}

.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 24px;
}

.section-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--blue-bright);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}

.section-title .accent {
  color: var(--blue-bright);
}

.section-intro {
  font-size: 19px;
  color: var(--gray-light);
  max-width: 720px;
  line-height: 1.6;
  margin-bottom: 60px;
}

/* ============ STATS BAR ============ */
.stats-bar {
  background: var(--black-soft);
  border-top: 1px solid var(--gray-line);
  border-bottom: 1px solid var(--gray-line);
  padding: 60px var(--gutter);
}

.stats-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.stat {
  border-left: 2px solid var(--blue);
  padding-left: 20px;
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  margin-bottom: 8px;
}

.stat-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-text);
}

/* ============ SERVICES PREVIEW (HOME) ============ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--gray-line);
  border: 1px solid var(--gray-line);
}

.service-card {
  background: var(--black-card);
  padding: 40px 32px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  background: var(--black-soft);
}

.service-card:hover .service-num {
  color: var(--blue-bright);
}

.service-num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--gray-text);
  margin-bottom: 24px;
  transition: color 0.3s ease;
}

.service-card-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  line-height: 1.15;
}

.service-card-desc {
  color: var(--gray-light);
  font-size: 15px;
  line-height: 1.6;
  flex: 1;
}

.service-card-arrow {
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue-bright);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ============ FULL SERVICES PAGE ============ */
.services-list {
  display: grid;
  gap: 1px;
  background: var(--gray-line);
  border-top: 1px solid var(--gray-line);
  border-bottom: 1px solid var(--gray-line);
}

.service-row {
  background: var(--black);
  padding: 48px var(--gutter);
  display: grid;
  grid-template-columns: 80px 1fr 2fr 100px;
  gap: 40px;
  align-items: start;
  transition: background 0.3s ease;
  cursor: pointer;
}

.service-row:hover {
  background: var(--black-soft);
}

.service-row-num {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--blue-bright);
  padding-top: 8px;
}

.service-row-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
}

.service-row-desc {
  color: var(--gray-light);
  font-size: 16px;
  line-height: 1.65;
}

.service-row-icon {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--gray-text);
  text-align: right;
  transition: all 0.3s ease;
}

.service-row:hover .service-row-icon {
  color: var(--blue-bright);
  transform: translateX(8px);
}

/* ============ ABOUT - SPLIT LAYOUT ============ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.split-image {
  aspect-ratio: 4/5;
  background:
    linear-gradient(135deg, rgba(10,10,10,0.6), rgba(30,110,245,0.2)),
    var(--black-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-text);
  font-family: var(--font-mono);
  font-size: 12px;
  position: relative;
  border: 1px solid var(--gray-line);
}

.split-image::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--blue);
  z-index: -1;
}

/* ============ VALUES / FEATURE GRID ============ */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}

.value-item {
  border-top: 2px solid var(--blue);
  padding-top: 24px;
}

.value-item-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gray-text);
  margin-bottom: 12px;
}

.value-item-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.value-item-desc {
  color: var(--gray-light);
  font-size: 15px;
  line-height: 1.6;
}

/* ============ CTA STRIP ============ */
.cta-strip {
  background: var(--blue);
  padding: 80px var(--gutter);
  position: relative;
  overflow: hidden;
}

.cta-strip-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-strip-text h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}

.cta-strip-text p {
  font-size: 17px;
  opacity: 0.95;
}

.cta-strip .btn {
  background: var(--black);
  color: var(--white);
}

.cta-strip .btn:hover {
  background: var(--white);
  color: var(--black);
}

/* ============ GALLERY ============ */
.gallery-filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.gallery-filter {
  font-family: var(--font-display);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 18px;
  border: 1px solid var(--gray-line);
  background: transparent;
  color: var(--gray-light);
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-filter:hover,
.gallery-filter.active {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

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

.gallery-item {
  aspect-ratio: 1;
  background: var(--black-soft);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item-tall {
  aspect-ratio: 1/1.5;
  grid-row: span 2;
}

.gallery-item-wide {
  aspect-ratio: 2/1;
  grid-column: span 2;
}

.gallery-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--black-soft) 0%, var(--gray-line) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-text);
  font-family: var(--font-mono);
  font-size: 11px;
  text-align: center;
  padding: 20px;
  border: 1px solid var(--gray-line);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.95), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.gallery-overlay-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--blue-bright);
  letter-spacing: 0.1em;
}

/* ============ CONTACT ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.contact-info-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}

.contact-info-item {
  border-left: 2px solid var(--blue);
  padding-left: 20px;
}

.contact-info-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-text);
  margin-bottom: 8px;
}

.contact-info-value {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
}

.contact-info-value a:hover {
  color: var(--blue-bright);
}

.contact-form {
  background: var(--black-soft);
  border: 1px solid var(--gray-line);
  padding: 48px;
}

.form-group {
  margin-bottom: 24px;
}

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

.form-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-text);
  margin-bottom: 8px;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--gray-line);
  padding: 12px 0;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-bottom-color: var(--blue);
}

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

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238a8a8a' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 24px;
}

.form-select option {
  background: var(--black-soft);
  color: var(--white);
}

.form-submit {
  width: 100%;
  margin-top: 16px;
  justify-content: center;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--black-soft);
  border-top: 1px solid var(--gray-line);
  padding: 80px var(--gutter) 32px;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--gray-line);
}

.footer-brand h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-brand p {
  color: var(--gray-light);
  max-width: 360px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-tagline {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--blue-bright);
  text-transform: uppercase;
}

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-bottom: 20px;
}

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

.footer-col a {
  color: var(--gray-light);
  font-size: 14px;
}

.footer-col a:hover {
  color: var(--blue-bright);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gray-text);
  letter-spacing: 0.05em;
}

/* ============ PAGE HEADER (interior pages) ============ */
.page-header {
  padding: 180px var(--gutter) 80px;
  background:
    linear-gradient(135deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.7) 60%, rgba(30,110,245,0.25) 100%),
    var(--black-soft);
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.page-header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-header-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue-bright);
  margin-bottom: 20px;
}

.page-header-title {
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 110px);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.page-header-sub {
  font-size: 19px;
  color: var(--gray-light);
  max-width: 700px;
  margin-top: 28px;
  line-height: 1.6;
}

/* ============ ANIMATIONS ============ */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

.fade-up-delay-1 { animation-delay: 0.1s; }
.fade-up-delay-2 { animation-delay: 0.2s; }
.fade-up-delay-3 { animation-delay: 0.3s; }
.fade-up-delay-4 { animation-delay: 0.4s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 968px) {
  .nav-links {
    position: fixed;
    top: 73px;
    left: 0;
    right: 0;
    background: var(--black);
    flex-direction: column;
    align-items: flex-start;
    padding: 32px var(--gutter);
    gap: 24px;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
    border-bottom: 1px solid var(--gray-line);
  }

  .nav-links.open {
    transform: translateY(0);
  }

  .nav-toggle {
    display: block;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

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

  .service-row {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }

  .service-row-desc,
  .service-row-icon {
    grid-column: 1 / -1;
  }

  .service-row-icon {
    text-align: left;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item-wide,
  .gallery-item-tall {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-form {
    padding: 32px 24px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

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

  .cta-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .section {
    padding: 80px var(--gutter);
  }

  .page-header {
    padding: 140px var(--gutter) 60px;
  }
}

@media (max-width: 540px) {
  .stats-inner {
    grid-template-columns: 1fr;
  }

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

  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* ============ GALLERY IMAGES (added with photo update) ============ */
.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img {
  transform: scale(1.04);
}
