/*
Theme Name: LCS Theme
Theme URI: https://linearconstructionservices.com/
Author: Hamza Rizvi
Author URI: https://hamzarizvi.com.com/
Description: WordPress theme for Linear Construction Services site with ACF-style dynamic fields
Version: 1.1.0
Text Domain: lcs-theme
*/

:root {
  --bg: #fff;
  --ink: #151515;
  --muted: #6f6c66;
  --line: rgba(21, 21, 21, 0.16);
  --dark: #141414;
  --light: #fff;
  --accent: #0379BE;
  --surface: #fff;
  --surface-raised: #fff;
  --surface-card: #fff;
  --surface-muted: #fff;
  --surface-soft: #eeeeea;
  --surface-warm: #eeece5;
  --surface-tint: #f0f8fb;
  --surface-media: #d8d5cc;
  --surface-placeholder: #ddd;
  --text-subtle: #55534f;
  --on-dark: #fff;
  --dark-surface: #080808;
  --dark-footer: #050505;
  --header-bg: rgba(255, 255, 255, 0.92);
  --shadow-soft: rgba(21, 21, 21, 0.05);
  --shadow-medium: rgba(21, 21, 21, 0.08);
  --shadow-strong: rgba(21, 21, 21, 0.14);
  --border-soft: rgba(21, 21, 21, 0.08);
  --border-muted: rgba(21, 21, 21, 0.12);
  --border-strong: rgba(21, 21, 21, 0.28);
  --dark-border-faint: rgba(255,255,255,0.14);
  --dark-border-soft: rgba(255,255,255,0.28);
  --dark-border-muted: rgba(255,255,255,0.46);
  --dark-border-strong: rgba(255,255,255,0.68);
  --dark-text-faint: rgba(255,255,255,0.58);
  --dark-text-muted: rgba(255,255,255,0.72);
  --dark-text-soft: rgba(255,255,255,0.82);
  --dark-text: #fff;
  --dark-text-body: rgba(255, 255, 255, 0.7);
  --dark-text-ghost: rgba(255, 255, 255, 0.12);
  --dark-rule: rgba(255,255,255,0.6);
  --dark-rule-muted: rgba(255, 255, 255, 0.26);
  --dark-control-border: rgba(255, 255, 255, 0.42);
  --dark-control-bg: rgba(21, 21, 21, 0.24);
  --dark-control-bg-hover: rgba(21, 21, 21, 0.42);
  --modal-control-bg: rgba(0, 0, 0, 0.28);
  --hero-text-shadow: rgba(0, 0, 0, 0.36);
  --accent-soft: rgba(0, 174, 239, 0.08);
  --accent-border: rgba(0, 174, 239, 0.22);
  --hero-overlay-desktop: linear-gradient(90deg, rgba(8, 8, 8, 0.72) 0%, rgba(8, 8, 8, 0.3) 46%, rgba(8, 8, 8, 0.04) 72%);
  --hero-overlay-mobile: linear-gradient(180deg, rgba(8,8,8,0.06) 0%, rgba(8,8,8,0.18) 36%, rgba(8,8,8,0.76) 100%);
  --scrim: rgba(5, 5, 5, 0.96);
  --media-scrim: rgba(18, 18, 18, 0.46);
  --gutter: 3vw;
  --lcs-header-height: 128px;
  --process-copy-offset: clamp(0px, 23vw, 440px);
  --serif: "Red Hat Text", Arial, Helvetica, sans-serif;
  --sans: Arial, Helvetica, sans-serif;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #111315;
  --ink: #f4f7f9;
  --muted: #b7bec5;
  --line: rgba(255, 255, 255, 0.18);
  --dark: #07090a;
  --light: #1a1f23;
  --accent: #1595d6;
  --surface: #15191c;
  --surface-raised: #f7f9fa;
  --surface-card: #1d2227;
  --surface-muted: #15191c;
  --surface-soft: #1d2227;
  --surface-warm: #1b2024;
  --surface-tint: #13222b;
  --surface-media: #30363b;
  --surface-placeholder: #31363a;
  --text-subtle: #c0c6cc;
  --on-dark: #f7f9fa;
  --dark-surface: #07090a;
  --dark-footer: #050607;
  --header-bg: rgba(17, 19, 21, 0.92);
  --shadow-soft: rgba(0, 0, 0, 0.2);
  --shadow-medium: rgba(0, 0, 0, 0.3);
  --shadow-strong: rgba(0, 0, 0, 0.46);
  --border-soft: rgba(255, 255, 255, 0.1);
  --border-muted: rgba(255, 255, 255, 0.16);
  --border-strong: rgba(255, 255, 255, 0.32);
  --accent-soft: rgba(21, 149, 214, 0.14);
  --accent-border: rgba(21, 149, 214, 0.42);
}

html[data-theme="dark"] .about2-button-primary:hover,
html[data-theme="dark"] .about2-button-primary:focus-visible,
html[data-theme="dark"] .home-hero-cta:hover,
html[data-theme="dark"] .home-hero-cta:focus-visible,
html[data-theme="dark"] .home2-cta-primary:hover,
html[data-theme="dark"] .home2-cta-primary:focus-visible {
  background: var(--light);
  color: var(--ink);
}

html[data-theme="dark"] .process-step-panel,
html[data-theme="dark"] .project-template2-hero-snapshot,
html[data-theme="dark"] .project-template-2 .project-template2-testimonial,
html[data-theme="dark"] .project-template-2 .project-template2-case-grid article {
  background-color: var(--surface-soft);
}

html[data-theme="dark"] .project-template-2 .project-template2-case-grid h3 {
  color: var(--on-dark);
}

html[data-theme="dark"] .project-template-2 .project-template2-case-grid .project-template2-case-label {
  color: var(--dark);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: var(--light);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: clamp(10px, 1.35vw, 22px) 3vw;
  background: var(--header-bg);
  backdrop-filter: blur(8px);
  transform: translateY(0);
  transition: transform 260ms ease;
}
body.header-hidden:not(.menu-open) .site-header {
  transform: translateY(-110%);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
}
.nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.45vw, 26px);
  font-family: var(--serif);
  font-size: clamp(17px, 1.18vw, 21px);
  line-height: 1.2;
}
.nav-left { justify-content: flex-end; }
.nav-right { justify-content: flex-end; }
.nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.45vw, 26px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li { position: relative; }
.nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: grid;
  align-items: start;
  min-width: 158px;
  gap: 10px;
  z-index: 80;
  padding: 14px 18px;
  background: var(--bg);
  color: var(--ink);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.nav .sub-menu a {
  display: inline-block;
  width: max-content;
  white-space: nowrap;
  font-size: clamp(15px, 1vw, 18px);
}
.nav li:hover > .sub-menu,
.nav li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.nav a, .about-toggle {
  position: relative;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.nav .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.nav .menu-item-has-children > a::before {
  content: "";
  order: 2;
  width: 7px;
  height: 7px;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  opacity: 0.72;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease, opacity 180ms ease;
}
.nav .menu-item-has-children:hover > a::before,
.nav .menu-item-has-children:focus-within > a::before {
  opacity: 1;
  transform: translateY(1px) rotate(225deg);
}
.nav a:after, .about-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  transition: transform 220ms ease;
}
.nav a:hover:after, .about-toggle:hover:after { transform: scaleX(1); }
.brand { justify-self: start; width: var(--lcs-logo-width, clamp(170px, 18vw, 272px)); }
.brand img { width: 100%; }
.brand-logo-dark { display: none; }
html[data-theme="dark"] .brand-logo-light { display: none; }
html[data-theme="dark"] .brand-logo-dark { display: block; }
.header-phone-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 8px;
  min-height: 48px;
  margin-left: clamp(16px, 2vw, 32px);
  padding: 12px 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--light);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.header-phone-link:hover,
.header-phone-link:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-dark);
}
.about-menu { position: relative; }
.about-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: grid;
  min-width: 158px;
  gap: 10px;
  z-index: 80;
  padding: 14px 18px;
  background: var(--bg);
  color: var(--ink);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.about-menu:hover .about-dropdown,
.about-menu:focus-within .about-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu-button {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}
.menu-button span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}
.menu-open .menu-button {
  border-color: var(--ink);
  background: var(--surface-soft);
}
.menu-open .menu-button span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.menu-open .menu-button span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.mobile-panel {
  display: none;
  position: fixed;
  top: var(--lcs-header-height, 88px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 45;
  height: calc(100vh - var(--lcs-header-height, 88px));
  height: calc(100dvh - var(--lcs-header-height, 88px));
  overflow: hidden;
  padding: 18px max(24px, var(--gutter)) 24px;
  background: var(--bg);
}
.mobile-panel a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 8px 0;
  font-family: var(--serif);
  font-size: clamp(24px, 7.2vw, 34px);
  line-height: 1.12;
  letter-spacing: 0;
}
.mobile-panel .menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  opacity: 0.7;
  transform: rotate(45deg);
  transition: transform 180ms ease, opacity 180ms ease;
}
.mobile-panel .menu-item-has-children.is-submenu-open > a::after {
  opacity: 1;
  transform: translateY(3px) rotate(225deg);
}
.mobile-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-panel > ul {
  max-height: calc(100dvh - var(--lcs-header-height, 88px) - 42px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 12px;
}
.mobile-panel .sub-menu {
  display: none;
  gap: 4px;
  margin: 2px 0 10px;
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.mobile-panel .menu-item-has-children.is-submenu-open > .sub-menu {
  display: grid;
}
.mobile-panel .sub-menu a {
  min-height: 40px;
  font-family: var(--sans);
  font-size: clamp(16px, 4.4vw, 19px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--muted);
}
.menu-open .mobile-panel { display: block; }

.section {
  width: 100%;
  padding: clamp(64px, 9vw, 150px) 3vw;
}
.section.compact { padding-top: clamp(42px, 6vw, 90px); padding-bottom: clamp(42px, 6vw, 90px); }
.wide,
.narrow {
  width: 100%;
  max-width: none;
  margin: 0;
}
.display {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.98;
  font-size: clamp(48px, 7.6vw, 138px);
}
.home-intro-title {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(36px, 4.1vw, 58px);
}
.home-intro-title strong {
  font-weight: 800;
}
.headline {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
  font-size: clamp(34px, 5vw, 82px);
}
.about-statement-wrap {
  width: min(100%, 1120px);
  margin: 0;
}
.about-statement {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
  font-size: clamp(32px, 4.3vw, 70px);
}
.about-detail-copy p {
  margin: 0 0 1em;
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.55;
}
.about-detail-copy p:last-child {
  margin-bottom: 0;
}
.about2-page {
  background: var(--bg);
  color: var(--ink);
}
.about2-hero,
.about2-values,
.about2-split,
.about2-process,
.about2-final-cta {
  width: 100%;
  padding: clamp(64px, 8vw, 132px) 3vw;
}
.about2-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.92fr);
  gap: clamp(36px, 6vw, 104px);
  align-items: center;
  min-height: calc(100vh - var(--lcs-header-height));
  padding-top: clamp(28px, 4vw, 64px);
  padding-bottom: clamp(28px, 4vw, 64px);
}
.about2-hero-copy {
  max-width: 760px;
  align-self: center;
}
.about2-kicker {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about2-hero h1,
.about2-values h2,
.about2-split h2,
.about2-process h2,
.about2-final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
}
.about2-hero h1 {
  font-size: clamp(32px, 4.3vw, 70px);
}
.about2-hero-copy > p:not(.about2-kicker),
.about2-process p:not(.about2-kicker),
.about2-split p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.58;
}
.about2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.about2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid var(--ink);
  font-weight: 700;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.about2-button-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--surface-raised);
}
.about2-button-primary:hover,
.about2-button-primary:focus-visible {
  background: var(--surface-raised);
  color: var(--ink);
  transform: translateY(-2px);
}
.about2-button-secondary:hover,
.about2-button-secondary:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}
.about2-hero-media img,
.about2-split img,
.about2-process img {
  width: 100%;
  object-fit: cover;
}
.about2-hero-media img {
  height: min(58vh, 620px);
  min-height: 360px;
}
.about2-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about2-proof article {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: clamp(24px, 3vw, 42px) 3vw;
  border-right: 1px solid var(--line);
}
.about2-proof article:last-child {
  border-right: 0;
}
.about2-proof strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(36px, 4.8vw, 74px);
  font-weight: 500;
  line-height: 0.96;
}
.about2-proof span {
  max-width: 280px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.home-proof-strip {
  background: var(--light);
}
.home-proof-strip article {
  align-content: center;
}
.about2-values {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 7vw, 112px);
  background: var(--light);
}
.about2-values h2,
.about2-split h2,
.about2-process h2,
.about2-final-cta h2 {
  font-size: clamp(30px, 3.4vw, 62px);
}
.about2-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}
.about2-value-grid article {
  padding-top: 24px;
  border-top: 3px solid var(--accent);
}
.about2-value-grid h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}
.about2-value-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.58;
}
.about2-split,
.about2-process {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
}
.about2-process {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  background: var(--dark-surface);
  color: var(--surface-raised);
}
.about2-process .about2-kicker,
.about2-final-cta .about2-kicker {
  color: var(--accent);
}
.about2-process p:not(.about2-kicker) {
  color: var(--dark-text-muted);
}
.about2-split img,
.about2-process img {
  height: min(64vh, 690px);
  min-height: 420px;
}
.about2-testimonials {
  background: var(--light);
}
.about2-testimonials .about2-kicker {
  margin-bottom: 14px;
}
.about2-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  background: var(--dark-surface);
  color: var(--surface-raised);
}
.about2-cta-copy {
  max-width: 900px;
}
.about2-cta-supporting-text {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--dark-text-muted);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.55;
}
.about2-cta-actions {
  display: grid;
  gap: 12px;
  min-width: min(100%, 230px);
}
.about2-final-cta .about2-button,
.about2-cta-call {
  min-width: min(100%, 230px);
}
.about2-cta-call {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid var(--dark-border-muted);
  color: var(--on-dark);
  font-size: 15px;
  font-weight: 700;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}
.about2-cta-call:hover,
.about2-cta-call:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-dark);
}
@media (max-width: 1024px) {
  .about2-hero,
  .about2-values,
  .about2-split,
  .about2-process,
  .about2-final-cta {
    grid-template-columns: 1fr;
  }
  .about2-value-grid {
    grid-template-columns: 1fr;
  }
  .about2-proof {
    grid-template-columns: 1fr;
  }
  .about2-proof article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .about2-proof article:last-child {
    border-bottom: 0;
  }
  .about2-final-cta {
    align-items: start;
  }
}
@media (max-width: 680px) {
  .about2-hero,
  .about2-values,
  .about2-split,
  .about2-process,
  .about2-final-cta {
    padding: 58px 5vw;
  }
  .about2-hero {
    min-height: 0;
    padding-top: 36px;
    padding-bottom: 44px;
  }
  .about2-hero-media img,
  .about2-split img,
  .about2-process img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .about2-hero-media img {
    aspect-ratio: 16 / 10;
  }
  .about2-actions,
  .about2-button {
    width: 100%;
  }
}
.kicker {
  margin: 0 0 24px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
}
.lead {
  max-width: 790px;
  margin: 28px 0 0;
  font-size: clamp(18px, 1.6vw, 25px);
}
.hero-gallery {
  position: relative;
  height: min(78vh, 820px);
  min-height: 520px;
  overflow: hidden;
  background: var(--surface-placeholder);
}
.home-hero-slider {
  height: calc(100vh - var(--lcs-header-height));
  min-height: 0;
}
.home-hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--hero-overlay-desktop);
}
.lcs-slider {
  position: relative;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.lcs-slider.is-dragging {
  cursor: grabbing;
}
.lcs-slider .lcs-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 2s ease;
}
.lcs-slider .lcs-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.home-hero-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-caption {
  position: absolute;
  right: clamp(24px, 4vw, 76px);
  bottom: clamp(76px, 10vh, 132px);
  z-index: 4;
  display: grid;
  gap: 2px;
  color: var(--surface-raised);
  text-decoration: none;
  text-align: right;
  text-shadow: 0 1px 18px var(--hero-text-shadow);
}
.home-hero-message {
  position: absolute;
  left: 3vw;
  top: 50%;
  z-index: 4;
  width: min(680px, 54vw);
  color: var(--surface-raised);
  transform: translateY(-50%);
}
.home-hero-message h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4.7vw, 78px);
  font-weight: 500;
  line-height: 0.96;
}
.home-hero-message p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--dark-text);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.55;
}
.home-hero-message .home-hero-subheading {
  max-width: 680px;
  margin-top: 18px;
  color: var(--surface-raised);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 600;
  line-height: 1.18;
}
.home-hero-cta,
.home2-section-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  font-weight: 700;
}
.home-hero-cta {
  margin-top: 30px;
  padding: 12px 18px;
  background: var(--accent);
  color: var(--surface-raised);
}
.home-hero-cta span,
.home2-section-link span {
  position: relative;
  width: 28px;
  height: 12px;
}
.home-hero-cta span::before,
.home2-section-link span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: currentColor;
}
.home-hero-cta span::after,
.home2-section-link span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.home-hero-cta:hover,
.home-hero-cta:focus-visible {
  background: var(--surface-raised);
  color: var(--ink);
}
.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  margin-top: 30px;
}
.home-hero-actions .home-hero-cta {
  margin-top: 0;
}
.home-hero-call {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--dark-border-strong);
  color: var(--surface-raised);
  font-size: 15px;
  font-weight: 700;
}
.home-hero-call:hover,
.home-hero-call:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}
.home-slider-status {
  position: absolute;
  left: 3vw;
  bottom: 26px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dark-text-soft);
  font-size: 12px;
  font-weight: 700;
}
.home-slider-status-line {
  width: 42px;
  height: 1px;
  background: var(--dark-rule);
}
.home-hero-caption-title,
.home-hero-caption-location {
  display: block;
  font-family: var(--sans);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.24;
  letter-spacing: 0;
}
.home-hero-caption-title {
  font-weight: 700;
}
.home-hero-caption-location {
  font-weight: 500;
}
.home-hero-caption:hover,
.home-hero-caption:focus-visible {
  color: var(--surface-raised);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid var(--dark-text-muted);
  background: var(--dark-control-bg);
  backdrop-filter: blur(4px);
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
}
.slider-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--surface-raised);
  border-left: 2px solid var(--surface-raised);
}
.slider-arrow-prev { left: clamp(14px, 2.2vw, 32px); }
.slider-arrow-next { right: clamp(14px, 2.2vw, 32px); }
.slider-arrow-prev:before {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.slider-arrow-next:before {
  transform: translate(-65%, -50%) rotate(135deg);
}
.slider-arrow:hover,
.slider-arrow:focus-visible {
  background: var(--dark-control-bg-hover);
}
@media (min-width: 621px) {
  .home-hero-slider .slider-arrow-prev {
    left: auto;
    right: calc(clamp(14px, 2.2vw, 32px) + 64px);
  }
}
.three-line { display: grid; gap: 0; margin-bottom: 34px; }
.three-line span { display: block; }
.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.mosaic img { width: 100%; height: clamp(240px, 24vw, 440px); object-fit: cover; }
.mosaic img:nth-child(2), .mosaic img:nth-child(3) { margin-top: 54px; }

.home2-section {
  width: 100%;
  padding: clamp(58px, 8vw, 128px) 3vw;
}
.home2-trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  width: 100%;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
}
.home2-trust-strip span {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 18px clamp(16px, 2.5vw, 38px);
  color: var(--ink);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.4;
}
.home2-trust-strip span:first-child {
  padding-left: 0;
}
.home2-trust-strip span:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 1px;
  background: var(--line);
}
.home2-trust-strip span::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--accent);
}
.home2-wide {
  width: 100%;
  max-width: none;
  margin: 0;
}
.home2-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 7vw, 118px);
  align-items: start;
}
.home2-section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 0.58fr);
  gap: clamp(26px, 6vw, 96px);
  align-items: start;
  margin-bottom: clamp(38px, 6vw, 86px);
}
.home2-section-heading h2,
.home2-why h2,
.home2-audience h2,
.home2-testimonials h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 62px);
  font-weight: 500;
  line-height: 1.08;
}
.home2-section-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.55;
}
.home2-featured-projects,
.home2-process,
.home2-testimonials {
  border-top: 1px solid var(--line);
}
.home2-featured-projects {
  border-top: 0;
}
.home2-projects-grid .project-card a {
  gap: 12px;
}
.project-card-media {
  position: relative;
  overflow: hidden;
}
.project-card-media img {
  transition: transform 420ms ease, filter 300ms ease;
}
.project-card-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: var(--accent);
  color: var(--surface-raised);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.project-card-arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.project-card-enhanced a:hover img,
.project-card-enhanced a:focus-visible img {
  filter: saturate(1);
  transform: scale(1.025);
}
.project-card-enhanced a:hover .project-card-arrow,
.project-card-enhanced a:focus-visible .project-card-arrow {
  color: var(--ink);
  opacity: 1;
  transform: translateY(0);
}
.project-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.project-card-meta span + span {
  position: relative;
}
.project-card-meta span + span::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--accent);
}
.home2-section-link {
  margin-top: clamp(34px, 4vw, 58px);
  color: var(--ink);
  font-size: clamp(16px, 1.1vw, 19px);
}
.home2-section-link:hover,
.home2-section-link:focus-visible {
  color: var(--accent);
}
.home2-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}
.home2-category-card a {
  display: grid;
  gap: 20px;
}
.home2-category-media {
  position: relative;
  overflow: hidden;
  background: var(--line);
}
.home2-category-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 420ms ease, filter 300ms ease;
}
.home2-category-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--accent);
  color: var(--surface-raised);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}
.home2-category-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.home2-category-copy {
  display: grid;
  grid-template-columns: minmax(180px, 0.46fr) minmax(0, 0.54fr);
  gap: 20px;
  align-items: start;
}
.home2-category-copy > div > p {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.home2-category-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 2.6vw, 46px);
  font-weight: 500;
  line-height: 1.04;
}
.home2-category-description {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.58;
}
.home2-category-card a:hover img,
.home2-category-card a:focus-visible img {
  filter: saturate(1.04);
  transform: scale(1.025);
}
.home2-category-card a:hover .home2-category-arrow,
.home2-category-card a:focus-visible .home2-category-arrow {
  background: var(--ink);
  color: var(--surface-raised);
  transform: translateX(3px);
}
.home2-why-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) 1fr;
  gap: clamp(34px, 7vw, 118px);
}
.home2-proof-grid,
.home2-process-grid,
.home2-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 48px);
}
.home2-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home2-proof-grid article,
.home2-process-grid article,
.home2-audience-grid article {
  position: relative;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.home2-proof-grid article {
  padding-left: 30px;
}
.home2-proof-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--accent);
}
.home2-proof-grid h3,
.home2-process-grid h3,
.home2-audience-grid h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 1.7vw, 32px);
  font-weight: 500;
  line-height: 1.12;
}
.home2-proof-grid p,
.home2-process-grid p,
.home2-audience-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.6;
}
.home2-process-grid article > span {
  display: block;
  margin-bottom: 24px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 38px);
  line-height: 1;
}
.home2-process-grid {
  position: relative;
}
.home2-process-grid::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: var(--line);
}
.home2-process-grid article {
  border-top: 0;
}
.home2-process-grid article::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
}
.home2-audience h2,
.home2-testimonials h2 {
  max-width: 760px;
  margin-bottom: clamp(38px, 6vw, 86px);
}
.home2-audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home2-audience-grid article {
  min-height: 240px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--line);
  transition: border-color 220ms ease, transform 220ms ease;
}
.home2-audience-grid article.has-link {
  padding: 0;
}
.home2-audience-card-link {
  position: relative;
  display: block;
  min-height: 240px;
  padding: clamp(28px, 4vw, 54px);
  color: inherit;
}
.home2-audience-card-link::after {
  content: "";
  position: absolute;
  right: clamp(22px, 3vw, 44px);
  bottom: clamp(22px, 3vw, 44px);
  width: 28px;
  height: 12px;
  background:
    linear-gradient(currentColor, currentColor) left 50% / 100% 1px no-repeat;
  color: var(--accent);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.home2-audience-card-link::before {
  content: "";
  position: absolute;
  right: clamp(22px, 3vw, 44px);
  bottom: calc(clamp(22px, 3vw, 44px) + 2px);
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--accent);
  border-right: 1px solid var(--accent);
  opacity: 0;
  transform: translateX(-8px) rotate(45deg);
  transition: opacity 220ms ease, transform 220ms ease;
}
.home2-audience-grid article:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}
.home2-audience-grid article.has-link:hover .home2-audience-card-link::before,
.home2-audience-grid article.has-link:hover .home2-audience-card-link::after,
.home2-audience-grid article.has-link:focus-within .home2-audience-card-link::before,
.home2-audience-grid article.has-link:focus-within .home2-audience-card-link::after {
  opacity: 1;
  transform: translateX(0) rotate(45deg);
}
.home2-audience-grid article.has-link:hover .home2-audience-card-link::after,
.home2-audience-grid article.has-link:focus-within .home2-audience-card-link::after {
  transform: translateX(0);
}
.home2-final-cta {
  padding-top: clamp(54px, 7vw, 104px);
  padding-bottom: clamp(54px, 7vw, 104px);
  background: var(--dark-surface);
  color: var(--surface-raised);
}
.home2-final-cta .services-cta {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.home2-final-cta .services-cta h2 {
  color: var(--surface-raised);
}
.home2-final-cta .services-cta p {
  color: var(--dark-text-muted);
}
.home2-cta-actions {
  display: grid;
  gap: 12px;
  min-width: min(100%, 310px);
}
.home2-cta-primary,
.home2-cta-call {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
}
.home2-cta-primary {
  background: var(--accent);
  color: var(--surface-raised);
}
.home2-cta-call {
  border: 1px solid var(--on-dark);
  color: var(--on-dark);
}
.home2-cta-primary:hover,
.home2-cta-primary:focus-visible {
  background: var(--surface-raised);
  color: var(--ink);
}
.home2-cta-call:hover,
.home2-cta-call:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-dark);
}
.testimonial-project {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.projects-archive-header {
  width: 100%;
  padding: clamp(54px, 7vw, 112px) 3vw clamp(30px, 4vw, 58px);
  text-align: center;
}
.projects-archive-header h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 92px);
  line-height: 1.08;
}
.project-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 42px);
  margin-top: clamp(28px, 4vw, 56px);
}
.project-filter-link {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.2;
  cursor: pointer;
}
.project-filter-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}
.project-filter-link:hover,
.project-filter-link:focus,
.project-filter-link.is-active {
  color: var(--ink);
}
.project-filter-link:hover::after,
.project-filter-link:focus::after,
.project-filter-link.is-active::after {
  transform: scaleX(1);
}
.projects-archive-grid {
  padding-top: clamp(28px, 4vw, 64px);
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3vw;
  row-gap: clamp(42px, 5.6vw, 96px);
  transition: opacity 180ms ease;
}
.projects-grid.is-loading {
  opacity: 0.42;
  pointer-events: none;
}
.project-card {
  display: grid;
  width: 100%;
}
.project-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.95);
}
.project-card a {
  display: grid;
  gap: 10px;
}
.project-title {
  font-family: var(--serif);
  font-size: clamp(23px, 1.8vw, 34px);
  line-height: 1.08;
}
.project-empty,
.service-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
}
.project-empty.is-hidden,
.service-empty.is-hidden {
  display: none;
}
.project-card.is-filtered-out {
  display: none;
}
.project-intro {
  text-align: center;
  padding-top: clamp(54px, 7vw, 112px);
  padding-bottom: clamp(44px, 5vw, 72px);
}
.project-intro h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 92px);
  line-height: 1.08;
}
.project-meta-line,
.project-credit-line {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(12px, 0.95vw, 15px);
}
.project-subheading {
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.45;
}
.project-details-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
  margin-top: clamp(28px, 4vw, 58px);
  text-align: left;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(18px, 2vw, 30px) 0;
}
.project-detail-item {
  display: grid;
  gap: 6px;
}
.project-detail-item span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}
.project-detail-item strong {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(23px, 2vw, 36px);
  line-height: 1.08;
}
.project-description-section,
.project-scope-section {
  width: 100%;
  padding: clamp(42px, 6vw, 86px) 3vw;
}
.project-description-section h2,
.project-scope-section h2 {
  margin: 0 0 clamp(22px, 3vw, 42px);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.08;
}
.project-description-content {
  max-width: 980px;
}
.project-description-content,
.project-description-content p,
.project-scope-section li,
.project-case-study p {
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.55;
}
.project-description-content p {
  margin: 0 0 1em;
}
.project-description-content p:last-child {
  margin-bottom: 0;
}
.project-scope-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px clamp(28px, 4vw, 76px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-scope-section li {
  position: relative;
  padding-left: 18px;
}
.project-scope-section li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
}
.project-case-study {
  width: 100%;
  padding: clamp(46px, 6vw, 92px) 3vw;
  margin-bottom: clamp(42px, 6vw, 90px);
  background: var(--surface-soft);
}
.project-case-study h2 {
  margin: 0 0 clamp(28px, 4vw, 58px);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.08;
}
.project-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 56px);
}
.project-case-study h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(21px, 1.8vw, 34px);
  line-height: 1.12;
}
.project-case-study p {
  margin: 0;
}
.project-case-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: clamp(24px, 4vw, 68px);
  margin-top: clamp(32px, 4vw, 64px);
  padding-top: clamp(28px, 3vw, 48px);
  border-top: 1px solid var(--line);
}
.project-layout-gallery {
  display: grid;
  gap: clamp(18px, 2vw, 34px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(64px, 8vw, 126px) 3vw clamp(72px, 9vw, 140px);
}
.project-gallery-filter {
  justify-content: flex-start;
  margin: clamp(24px, 3vw, 40px) 0 clamp(26px, 4vw, 54px);
}
.project-gallery-panel {
  display: grid;
  gap: clamp(18px, 2vw, 34px);
}
.project-gallery-panel[hidden] {
  display: none;
}
.contact-form-honeypot {
  position: absolute;
  left: -9999px;
}
.contact-form-status {
  margin: 0 0 18px;
  color: var(--accent);
  font-weight: 600;
}
.contact-form-status-error {
  color: #b42318;
}
.project-template2-gallery-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 0.58fr);
  gap: 10px clamp(34px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 58px);
}
.project-template2-gallery-heading .project-template2-kicker {
  grid-column: 1;
  margin-bottom: 2px;
}
.project-template2-gallery-heading h2 {
  grid-column: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}
.project-template2-gallery-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.6;
}
.project-gallery-row {
  display: grid;
  gap: clamp(18px, 2vw, 34px);
}
.project-gallery-row-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.project-gallery-row-three-column {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.project-gallery-row-three-column img {
  grid-column: span 2;
}
.project-gallery-row-three-column img:last-child:nth-child(3n + 1) {
  grid-column: 3 / span 2;
}
.project-gallery-row-three-column img:nth-last-child(2):nth-child(3n + 1) {
  grid-column: 2 / span 2;
}
.project-gallery-row-four-column {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.project-gallery-row-five-column {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.project-gallery-row-masonry {
  display: block;
  columns: 3 260px;
  column-gap: clamp(18px, 2vw, 34px);
}
.project-gallery-row-masonry img {
  break-inside: avoid;
  margin: 0 0 clamp(18px, 2vw, 34px);
}
.project-gallery-row img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.project-gallery-row img.is-lightbox-enabled {
  cursor: zoom-in;
}
.project-gallery-row img.is-lightbox-enabled:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
body.lightbox-open {
  overflow: hidden;
}
.project-lightbox[hidden] {
  display: none;
}
.project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: clamp(10px, 2vw, 30px);
  padding: clamp(18px, 3vw, 48px);
  background: var(--scrim);
  color: var(--surface-raised);
  touch-action: pan-y;
}
.project-lightbox-stage {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
}
.project-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 86vh;
  object-fit: contain;
}
.project-lightbox-counter {
  margin-top: 14px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
.project-lightbox-close,
.project-lightbox-nav {
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid var(--dark-control-border);
  border-radius: 0;
  background: var(--modal-control-bg);
  color: var(--surface-raised);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.project-lightbox-close:hover,
.project-lightbox-close:focus-visible,
.project-lightbox-nav:hover,
.project-lightbox-nav:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--ink);
  outline: none;
}
.project-lightbox-close {
  position: absolute;
  top: clamp(18px, 3vw, 42px);
  right: clamp(18px, 3vw, 42px);
  z-index: 1;
}
.project-lightbox-close::before,
.project-lightbox-close::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 13px;
  width: 22px;
  height: 1px;
  background: currentColor;
}
.project-lightbox-close::before {
  transform: rotate(45deg);
}
.project-lightbox-close::after {
  transform: rotate(-45deg);
}
.project-lightbox-nav {
  align-self: center;
}
.project-lightbox-nav::before {
  content: "";
  position: absolute;
  top: 16px;
  width: 14px;
  height: 14px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.project-lightbox-prev::before {
  left: 18px;
  transform: rotate(-135deg);
}
.project-lightbox-next::before {
  right: 18px;
  transform: rotate(45deg);
}
.project-gallery-row-full img {
  aspect-ratio: 16 / 10.4;
}
.project-gallery-row-two img {
  aspect-ratio: 4 / 5;
}
.project-gallery-row-three-column img,
.project-gallery-row-four-column img,
.project-gallery-row-five-column img {
  aspect-ratio: 4 / 5;
}
.project-gallery-row-masonry img {
  aspect-ratio: auto;
}
.project-gallery-row.project-gallery-ratio-16-9 img {
  aspect-ratio: 16 / 9;
}
.project-gallery-row.project-gallery-ratio-4-3 img {
  aspect-ratio: 4 / 3;
}
.project-gallery-row.project-gallery-ratio-3-4 img {
  aspect-ratio: 3 / 4;
}
.project-gallery-row.project-gallery-ratio-1-1 img {
  aspect-ratio: 1 / 1;
}
.project-gallery-row.project-gallery-ratio-original img {
  aspect-ratio: auto;
}
.project-pagination {
  border-top: 1px solid var(--line);
  padding: clamp(36px, 5vw, 76px) 3vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
}
.project-pagination-link {
  display: inline-flex;
  min-height: 64px;
  width: 100%;
  align-items: center;
  gap: 18px;
  transition: color 180ms ease, transform 180ms ease;
}
.project-pagination-link:hover,
.project-pagination-link:focus-visible {
  color: var(--accent);
}
.project-pagination-prev:hover,
.project-pagination-prev:focus-visible {
  transform: translateX(-4px);
}
.project-pagination-next:hover,
.project-pagination-next:focus-visible {
  transform: translateX(4px);
}
.project-pagination-prev {
  justify-content: flex-start;
}
.project-pagination-next {
  justify-content: flex-end;
  text-align: right;
}
.project-pagination strong {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(23px, 1.8vw, 34px);
  line-height: 1.08;
}
.project-pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: clamp(36px, 3.5vw, 58px);
  font-weight: 300;
  line-height: 0.8;
}
.project-template2-title {
  width: 100%;
  padding: clamp(54px, 7vw, 104px) 3vw clamp(48px, 6vw, 88px);
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.project-template2-title-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.project-template2-eyebrow,
.project-template2-kicker,
.project-template2-testimonial-label {
  margin: 0 0 14px;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.project-template2-title h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5.8vw, 96px);
  font-weight: 500;
  line-height: 0.98;
}
.project-template2-title p {
  max-width: 860px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.5;
}
.project-template2-title .project-subheading {
  max-width: 720px;
  margin: 18px 0 0;
  font-family: var(--sans);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.5;
}
.project-template2-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 26px;
}
.project-template2-hero-meta span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.project-template2-hero-meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 12px 4px;
  background: var(--accent);
}
.project-template2-hero-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding: 12px 18px;
  background: var(--ink);
  color: var(--light);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.project-template2-hero-cta:hover,
.project-template2-hero-cta:focus-visible {
  background: var(--accent);
  color: var(--ink);
  transform: translateY(-2px);
}
.project-template2-summary,
.project-template2-info {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(32px, 5vw, 80px);
  padding: clamp(64px, 8vw, 126px) 3vw;
  background: var(--light);
}
.project-template2-info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
  align-items: stretch;
  padding-top: clamp(24px, 4vw, 58px);
  padding-bottom: clamp(46px, 6vw, 92px);
}
.project-template2-description h2,
.project-template2-specs h2,
.project-template2-scope h2 {
  margin: 0 0 clamp(24px, 3vw, 40px);
  font-family: var(--serif);
  font-size: clamp(29px, 2.6vw, 46px);
  font-weight: 500;
  line-height: 1.08;
}
.project-template2-description .project-description-content {
  max-width: 760px;
}
.project-template2-description .project-description-content,
.project-template2-description .project-description-content p {
  color: var(--text-subtle);
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.72;
}
.project-template2-specs,
.project-template2-scope {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(24px, 3vw, 42px) 0;
}
.project-template2-feature {
  position: sticky;
  top: calc(var(--lcs-header-height) + 24px);
  width: min(55vw, 900px);
  max-width: 100%;
  justify-self: end;
  align-self: start;
}
.project-template2-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 24px 56px var(--shadow-strong);
}
.project-template2-proof {
  width: 100%;
  padding: 0 3vw clamp(72px, 9vw, 138px);
  background: var(--light);
}
.project-template2-snapshot {
  display: grid;
  grid-template-columns: minmax(180px, 0.24fr) minmax(0, 0.76fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: end;
  padding: clamp(30px, 4vw, 54px) 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.project-template2-snapshot-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2.1vw, 36px);
  font-weight: 500;
  line-height: 1.08;
}
.project-template2-testimonial {
  position: relative;
  display: grid;
  grid-template-columns: clamp(72px, 8vw, 126px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
  margin: clamp(30px, 5vw, 72px) 0 0;
  padding: clamp(36px, 5vw, 72px);
  overflow: hidden;
  background: var(--surface-tint);
}
.project-template2-quote-icon {
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: clamp(76px, 8.5vw, 138px);
  font-weight: 700;
  line-height: 0.7;
}
.project-template2-testimonial-content {
  max-width: 1080px;
}
.project-template2-testimonial blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 38px);
  line-height: 1.25;
}
.project-template2-testimonial figcaption {
  margin-top: 22px;
  color: var(--ink);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 700;
}
.project-template2-snapshot dl {
  display: grid;
  grid-template-columns: repeat(var(--snapshot-columns, 5), minmax(0, 1fr));
  gap: 0;
  margin: 0;
}
.project-template2-snapshot dl div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 3px 12px;
  align-items: start;
  min-width: 0;
  padding: 0 clamp(14px, 2vw, 30px);
  border-left: 1px solid var(--line);
}
.project-template2-snapshot dl div:first-child {
  padding-left: 0;
  border-left: 0;
}
.project-template2-snapshot dl div:last-child {
  padding-right: 0;
}
.project-snapshot-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--accent-border);
  background: var(--accent-soft);
  color: var(--accent);
}
.project-snapshot-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.project-template2-snapshot dt {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}
.project-template2-snapshot dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
.project-template2-cta.project-template2-cta-bottom {
  border: 0;
  background: var(--dark-surface);
  color: var(--surface-raised);
}
.project-template2-cta.project-template2-cta-bottom .project-template2-kicker {
  color: var(--accent);
  opacity: 1;
}
.project-template2-cta.project-template2-cta-bottom p {
  color: var(--dark-text-muted);
}
.project-template2-cta.project-template2-cta-bottom .button {
  min-height: 50px;
  padding: 13px 20px;
  border-color: var(--accent);
  background: var(--accent);
  color: var(--surface-raised);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.project-template2-cta.project-template2-cta-bottom .button:hover,
.project-template2-cta.project-template2-cta-bottom .button:focus-visible {
  background: transparent;
  color: var(--surface-raised);
  transform: translateY(-2px);
}
.project-template2-cta-actions {
  display: grid;
  gap: 12px;
  justify-items: stretch;
  min-width: min(100%, 290px);
}
.project-template2-call {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--dark-border-muted);
  color: var(--surface-raised);
  font-size: 15px;
  font-weight: 700;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.project-template2-call svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.project-template2-call:hover,
.project-template2-call:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}
.project-template2-cta,
.project-template2-services,
.project-template2-case {
  width: 100%;
  padding: clamp(64px, 8vw, 126px) 3vw;
}
.project-template2-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.project-template2-cta h2,
.project-template2-section-heading h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}
.project-template2-cta p,
.project-template2-section-heading p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.55;
}
.project-template2-services {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) 1fr;
  gap: clamp(34px, 7vw, 112px);
  border-top: 1px solid var(--line);
}
.project-template2-services ul {
  counter-reset: project-scope;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(28px, 4vw, 58px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-template2-services li {
  counter-increment: project-scope;
  position: relative;
  min-height: 72px;
  padding: 20px 0 20px 48px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.5;
}
.project-template2-services li::before {
  content: counter(project-scope, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
}
.project-template2-case {
  background: var(--dark);
  color: var(--on-dark);
}
.project-template2-case .project-template2-section-heading h2 {
  color: var(--on-dark);
}
.project-template2-case .project-template2-section-heading > p:not(.project-template2-kicker) {
  color: var(--dark-border-strong);
}
.project-template2-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
  margin-top: clamp(34px, 5vw, 76px);
}
.project-template2-case-grid article {
  position: relative;
  padding: 28px 0 0;
  border-top: 1px solid var(--dark-rule-muted);
}
.project-template2-case-grid .project-template2-case-number {
  position: absolute;
  top: 18px;
  right: 0;
  color: var(--dark-text-ghost);
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 500;
  line-height: 0.8;
}
.project-template2-case-grid .project-template2-case-label {
  display: block;
  margin-bottom: 32px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.project-template2-case-grid h3 {
  position: relative;
  max-width: 360px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 36px);
  font-weight: 500;
  line-height: 1.12;
}
.project-template2-case-grid p {
  position: relative;
  margin: 14px 0 0;
  color: var(--dark-text-body);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.7;
}
.project-template2-specs dl {
  display: grid;
  gap: 0;
  margin: 0;
}
.project-template2-specs dl div {
  display: grid;
  grid-template-columns: minmax(128px, 0.42fr) 1fr;
  gap: 18px;
  min-height: 54px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.project-template2-specs dl div:first-child {
  padding-top: 0;
}
.project-template2-specs dl div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.project-template2-specs dt {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}
.project-template2-specs dd {
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.45;
}
.project-template2-scope ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-template2-scope li {
  position: relative;
  min-height: 54px;
  padding: 13px 0 13px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.5;
}
.project-template2-scope li:first-child {
  padding-top: 0;
}
.project-template2-scope li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.project-template2-scope li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(13px + 0.72em);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.project-template2-scope li:first-child::before {
  top: 0.72em;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 7vw, 120px);
  align-items: center;
}
.split img, .service-row img, .about-image { width: 100%; height: min(68vh, 720px); object-fit: cover; }
.process-hero {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 50vw, 620px);
  display: grid;
  align-items: center;
  margin-top: 0;
  padding: clamp(90px, 11vw, 170px) 3vw clamp(80px, 10vw, 150px);
  background: var(--surface-media) center / cover no-repeat;
  color: var(--on-dark);
}
.process-hero::before,
.process-step-panel.has-process-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--media-scrim);
}
.process-hero-content {
  position: relative;
  width: min(100%, 650px);
  margin-left: var(--process-copy-offset);
}
.process-hero h1,
.process-hero p {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
  font-size: clamp(36px, 3.6vw, 62px);
}
.process-hero p { margin-top: 8px; }
.process-hero .process-hero-text {
  max-width: 720px;
  margin-top: 22px;
  color: var(--surface-raised);
  font-family: var(--sans);
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 500;
  line-height: 1.55;
}
.process-step-panel {
  position: relative;
  width: 100%;
  padding: clamp(90px, 10vw, 160px) 3vw;
  background: var(--surface-raised) center / cover no-repeat;
}
.process-step-content {
  position: relative;
  width: min(100%, 640px);
  margin-left: var(--process-copy-offset);
  margin-right: auto;
}
.process-step-content h2 {
  margin: 0 0 clamp(24px, 3vw, 42px);
  font-family: var(--serif);
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 500;
  line-height: 1.08;
  color: var(--ink);
}
.process-step-content p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.55;
}
.process-step-content p:last-child { margin-bottom: 0; }
.process-step-image {
  min-height: clamp(520px, 46vw, 700px);
  display: grid;
  align-items: center;
  color: var(--on-dark);
}
.process-step-image .process-step-content {
  width: min(100%, 700px);
}
.process-step-panel.has-process-image {
  color: var(--on-dark);
}
.process-step-panel.has-process-image h2,
.process-step-panel.has-process-image p,
.process-step-image h2,
.process-step-image p {
  color: var(--on-dark);
}
.process-step-image p {
  font-weight: 700;
  line-height: 1.62;
}
.team-archive {
  width: 100%;
  padding: clamp(28px, 4vw, 64px) 3vw clamp(90px, 12vw, 190px);
}
.team-archive-header {
  padding-bottom: clamp(30px, 4vw, 58px);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(28px, 3vw, 48px);
}
.team-column {
  display: grid;
  gap: clamp(28px, 3.8vw, 72px);
}
.team-card {
  display: grid;
  break-inside: avoid;
}
.team-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: calc(100vh - 230px);
  object-fit: cover;
}
.team-card-toggle {
  display: grid;
  grid-template-columns: 1fr 22px;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0;
  min-height: clamp(58px, 8vh, 86px);
  padding: 18px 0 8px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(23px, 1.8vw, 34px);
  font-weight: 500;
  line-height: 1.08;
  text-align: left;
  cursor: pointer;
}
.team-card-icon {
  position: relative;
  width: 18px;
  height: 18px;
  justify-self: end;
}
.team-card-icon::before,
.team-card-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}
.team-card-icon::before {
  left: 0;
  transform: rotate(45deg);
}
.team-card-icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.team-card.is-open .team-card-icon::before {
  transform: rotate(-45deg);
}
.team-card.is-open .team-card-icon::after {
  transform: rotate(45deg);
}
.team-card-content {
  display: none;
  padding-bottom: clamp(28px, 4vw, 64px);
}
.team-card.is-open .team-card-content {
  display: block;
}
.team-card .role {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(16px, 1.1vw, 20px);
}
.team-card-bio p {
  margin: 0 0 1em;
  color: var(--ink);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.6;
}
.team-card-bio p:last-child {
  margin-bottom: 0;
}
.team-empty {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
}
.faq-archive {
  width: 100%;
  min-height: 68vh;
  padding: clamp(70px, 8vw, 130px) 3vw clamp(86px, 10vw, 150px);
  background: var(--surface-warm);
  color: var(--ink);
}
.faq-inner {
  width: min(100%, 980px);
  margin: 0 auto;
}
.faq-inner h1 {
  margin: 0 0 clamp(48px, 6vw, 88px);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 92px);
  line-height: 1.08;
}
.faq-accordion {
  display: grid;
}
.faq-row {
  border-bottom: 1px solid var(--border-strong);
}
.faq-row:first-child {
  border-top: 1px solid var(--border-strong);
}
.faq-row-toggle {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 82px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(20px, 1.7vw, 30px);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.faq-row-icon {
  position: relative;
  width: 18px;
  height: 18px;
  justify-self: end;
}
.faq-row-icon::before,
.faq-row-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}
.faq-row-icon::after {
  transform: rotate(90deg);
}
.faq-row.is-open .faq-row-icon::after {
  transform: rotate(0);
}
.faq-row-content {
  display: none;
  max-width: 720px;
  padding: 0 0 clamp(28px, 4vw, 48px);
}
.faq-row.is-open .faq-row-content {
  display: block;
}
.faq-row-content p {
  margin: 0 0 1em;
  color: var(--ink);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.6;
}
.faq-row-content p:last-child {
  margin-bottom: 0;
}
.faq-empty {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
}
.process-list, .faq-list, .team-list { display: grid; gap: clamp(36px, 5vw, 78px); }
.process-item, .team-member {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) 1.15fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}
.process-item img, .team-member img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.section h2, .section h3, .faq-question {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  font-size: clamp(30px, 3.4vw, 62px);
}
.section h4 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(23px, 1.9vw, 36px);
}
.role { margin: 0 0 18px; color: var(--muted); }
.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 110px);
  align-items: center;
  padding: clamp(42px, 7vw, 100px) 0;
  border-top: 1px solid var(--line);
}
.service-row:first-child { border-top: 0; }
.service-row:nth-child(even) .service-media { order: 2; }
.services-archive-header {
  padding-bottom: clamp(28px, 4vw, 56px);
}
.services-page {
  width: 100%;
  padding: 0 3vw clamp(76px, 10vw, 150px);
}
.services-intro {
  max-width: 880px;
  margin-bottom: clamp(58px, 8vw, 120px);
}
.services-eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.services-intro > p:not(.services-eyebrow) {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 54px);
  font-weight: 500;
  line-height: 1.08;
}
.services-filter {
  margin-top: clamp(24px, 3vw, 44px);
}
.services-grid {
  padding-top: clamp(18px, 3vw, 44px);
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px) clamp(24px, 3vw, 48px);
}
.service-card {
  display: grid;
  gap: 18px;
  align-content: start;
}
.service-card.is-filtered-out {
  display: none;
}
.service-card-link {
  display: grid;
  gap: 18px;
}
.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--line);
}
.service-card-copy {
  padding-top: 2px;
}
.service-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 1.7vw, 32px);
  font-weight: 500;
  line-height: 1.12;
}
.service-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.58;
}
.services-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  margin-top: clamp(74px, 9vw, 140px);
  padding-top: clamp(30px, 4vw, 54px);
  border-top: 1px solid var(--line);
}
.services-cta h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 54px);
  font-weight: 500;
  line-height: 1.08;
}
.services-cta p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.55;
}
.services-cta-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(21px, 1.6vw, 30px);
  line-height: 1;
  white-space: nowrap;
}
.services-cta-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 220ms ease;
}
.services-cta-link:hover::after,
.services-cta-link:focus-visible::after {
  transform: scaleX(0.72);
}
.lcs-cta-actions {
  display: grid;
  gap: 12px;
  justify-items: stretch;
  min-width: min(100%, 300px);
}
.lcs-cta-call {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.lcs-cta-call:hover,
.lcs-cta-call:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}
.lcs-phone-icon,
.lcs-phone-icon svg {
  width: 18px;
  height: 18px;
}
.lcs-phone-icon {
  display: inline-flex;
}
.lcs-phone-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.services-cta-actions .services-cta-link {
  justify-content: center;
  min-height: 50px;
  padding: 10px 18px;
  background: var(--ink);
  color: var(--light);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
}
.services-cta-actions .services-cta-link::after {
  display: none;
}
.project-case-cta-actions .button {
  width: 100%;
  justify-self: stretch;
  text-align: center;
}
.service-single-intro h1 {
  margin-bottom: 14px;
}
.service-single-group {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-single-image img {
  width: 100%;
  max-height: 72vh;
  object-fit: cover;
}
.service-single-content h2 {
  margin-bottom: 22px;
  font-size: clamp(26px, 2.6vw, 46px);
}
.service-details-section {
  width: 100%;
  padding: 0 3vw clamp(42px, 6vw, 90px);
}
.service-details-section .project-details-row {
  margin-top: 0;
}
.service-scope-section h2,
.service-related-projects h2,
.service-faq-section h2 {
  margin: 0 0 clamp(28px, 4vw, 56px);
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 62px);
  font-weight: 500;
  line-height: 1.08;
}
.service-process-heading {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 76px);
}
.service-process-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 62px);
  font-weight: 500;
  line-height: 1.08;
}
.service-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 46px);
}
.service-process-step {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.service-process-step span {
  display: block;
  margin-bottom: 22px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(24px, 2.1vw, 40px);
  line-height: 1;
}
.service-process-step h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 1.8vw, 34px);
  font-weight: 500;
  line-height: 1.12;
}
.service-process-step p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.6;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 52px);
  margin-top: 40px;
}
.testimonial-carousel {
  position: relative;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.testimonial-carousel.is-dragging {
  cursor: grabbing;
}
.testimonial-carousel-track {
  display: flex;
  gap: clamp(24px, 3vw, 52px);
  transition: transform 420ms ease;
  will-change: transform;
}
.testimonial-slide {
  flex: 0 0 calc((100% - clamp(24px, 3vw, 52px)) / 2);
  min-width: 0;
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.testimonial-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: clamp(24px, 3vw, 42px);
}
.testimonial-carousel-arrow {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}
.testimonial-carousel-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1.7px solid var(--ink);
  border-left: 1.7px solid var(--ink);
}
.testimonial-carousel-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.testimonial-carousel-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}
.testimonial-carousel-arrow:hover,
.testimonial-carousel-arrow:focus-visible {
  border-color: var(--accent);
}
.quote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(21px, 1.7vw, 31px);
  line-height: 1.18;
}
.credit { margin-top: 18px; color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); padding-top: 28px; }
.faq-item ul { margin: 18px 0; padding-left: 0; list-style: none; }
.faq-item li { margin: 8px 0; }
.contact-section {
  width: 100%;
  padding: clamp(28px, 4vw, 64px) 3vw clamp(70px, 9vw, 140px);
}
.contact-archive-header {
  padding-bottom: clamp(30px, 4vw, 58px);
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 7vw, 110px);
  align-items: start;
}
.contact-details {
  display: grid;
  gap: 14px;
  max-width: 720px;
}
.contact-details h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(22px, 1.8vw, 36px);
  line-height: 1.12;
}
.contact-details p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.55;
}
.contact-detail-line {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.contact-detail-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: var(--accent);
}
.contact-detail-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  margin-left: 40px;
}
.contact-links a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--ink);
  transition: border-color 180ms ease, color 180ms ease;
}
.contact-links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-links a:hover,
.contact-links a:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}
.contact-intro {
  margin-top: 0;
}
.contact-intro p {
  margin: 0 0 1em;
}
.contact-image-band {
  width: 100%;
  height: 60vh;
  min-height: 360px;
  overflow: hidden;
}
.contact-image-band img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form {
  display: grid;
  gap: 18px;
  padding-top: 8px;
}
.contact-form label { display: grid; gap: 8px; color: var(--muted); }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: transparent;
  min-height: 48px;
  padding: 12px;
  font: inherit;
}
.contact-form textarea { min-height: 148px; resize: vertical; }
.contact-section .elementor-form .elementor-form-fields-wrapper {
  row-gap: 18px;
}
.contact-section .elementor-form .elementor-field-group {
  margin-bottom: 0;
  padding: 0;
}
.contact-section .elementor-form .elementor-field-group > label {
  margin-bottom: 8px;
  color: var(--muted);
  font: inherit;
}
.contact-section .elementor-form .elementor-field {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  font: inherit;
}
.contact-section .elementor-form textarea.elementor-field {
  min-height: 148px;
  resize: vertical;
}
.contact-section .elementor-form .elementor-field:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 20%, transparent);
  outline: 0;
}
.contact-section .elementor-form .elementor-field-type-submit {
  margin-top: 4px;
}
.contact-section .elementor-form .elementor-button {
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: var(--light);
  font: inherit;
  line-height: 1.2;
}
.contact-section .elementor-form .elementor-button:hover,
.contact-section .elementor-form .elementor-button:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--light);
}
.contact-section .elementor-form .elementor-message {
  margin-top: 8px;
  font-weight: 600;
}
.button {
  justify-self: start;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--light);
  font: inherit;
  cursor: pointer;
}
/* Template 2: reference-led case study composition in the LCS design language. */
.project-template-2 .project-template2-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.34fr) minmax(0, 0.66fr);
  height: calc(100svh - var(--lcs-header-height));
  min-height: 0;
  background: var(--light);
}
.service-template-2 .project-template2-hero {
  height: auto;
  min-height: clamp(520px, 50vw, 760px);
}
.project-template-2 .project-template2-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 3.5vw, 52px) 3vw;
  text-align: left;
}
.project-template-2 .project-template2-hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.4vw, 78px);
  font-weight: 500;
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.project-template-2 .project-template2-hero .project-subheading {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.5;
}
.project-template-2 .project-template2-hero-meta { margin-top: 20px; }
.project-template-2 .project-template2-hero-cta { display: none; }
.project-template-2 .project-template2-feature {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  justify-self: stretch;
  overflow: hidden;
}
.project-template-2 .project-template2-feature img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  aspect-ratio: auto;
  object-fit: cover;
  box-shadow: none;
}
.project-template2-hero-snapshot {
  width: min(100%, 430px);
  margin-top: clamp(20px, 2.5vw, 34px);
  padding: clamp(16px, 1.6vw, 24px);
  border: 1px solid var(--border-muted);
  background: var(--surface-raised);
  box-shadow: 0 14px 34px var(--shadow-medium);
}
.project-template2-hero-snapshot dl {
  display: grid;
  gap: 0;
  margin: 0;
}
.project-template2-hero-snapshot dl div {
  display: grid;
  grid-template-columns: 34px minmax(90px, 0.7fr) 1fr;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  border-top: 1px solid var(--line);
}
.project-template2-hero-snapshot dl div:first-child { border-top: 0; }
.project-template2-hero-snapshot .project-snapshot-icon {
  grid-row: auto;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
}
.project-template2-hero-snapshot dt {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}
.project-template2-hero-snapshot dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  text-align: right;
}
.project-template-2 .project-template2-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(42px, 8vw, 132px);
  align-items: center;
  padding: clamp(66px, 8vw, 118px) 3vw;
  background: var(--surface-muted);
}
.project-template-2 .project-template2-description h2 {
  margin-bottom: clamp(24px, 3vw, 38px);
  font-size: clamp(32px, 3.4vw, 56px);
}
.project-template-2 .project-template2-description .project-description-content { max-width: 780px; }
.project-template-2 .project-template2-testimonial {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  margin: 0;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid var(--shadow-medium);
  background: var(--surface-raised);
  box-shadow: 0 16px 38px var(--shadow-medium);
}
.project-template-2 .project-template2-quote-icon {
  font-size: 86px;
  line-height: 0.72;
}
.project-template-2 .project-template2-testimonial blockquote {
  font-size: clamp(19px, 1.5vw, 28px);
  line-height: 1.4;
}
.project-template-2 .project-template2-delivery {
  display: grid;
  grid-template-columns: minmax(250px, 0.3fr) minmax(0, 0.7fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--light);
}
.project-template-2 .project-template2-delivery.project-template2-delivery-case-only {
  grid-template-columns: minmax(0, 1fr);
}
.project-template-2 .project-template2-services,
.project-template-2 .project-template2-case {
  display: block;
  width: 100%;
  padding: clamp(60px, 7vw, 100px) 3vw;
  border: 0;
  background: transparent;
  color: var(--ink);
}
.project-template-2 .project-template2-services { border-right: 1px solid var(--line); }
.project-template-2 .project-template2-case .project-template2-section-heading {
  text-align: left;
}
.project-template-2 .project-template2-section-heading h2,
.project-template-2 .project-template2-case .project-template2-section-heading h2 {
  color: var(--ink);
  font-size: clamp(27px, 2.5vw, 42px);
}
.project-template-2 .project-template2-case .project-template2-section-heading h2 {
  margin-inline: 0;
}
.project-template-2 .project-template2-section-heading p { font-size: 16px; }
.project-template-2 .project-template2-services ul {
  grid-template-columns: 1fr;
  margin-top: 28px;
}
.project-template-2 .project-template2-services li {
  min-height: 0;
  padding: 14px 0 14px 30px;
  font-size: 15px;
}
.project-template-2 .project-template2-services li::before {
  content: "✓";
  top: 15px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--surface-raised);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.project-template-2 .project-template2-case-grid {
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(28px, 4vw, 50px);
}
.project-template-2 .project-template2-case-grid article {
  min-height: 100%;
  padding: 78px 24px 30px;
  border: 1px solid var(--border-muted);
  background: var(--surface-card);
  box-shadow: 0 12px 28px var(--shadow-soft);
  text-align: center;
}
.project-template-2 .project-template2-case-grid .project-template2-case-number {
  top: 30px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--surface-raised);
  line-height: 1;
}
.project-template-2 .project-template2-case-grid .project-template2-case-number svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.project-template-2 .project-template2-case-grid .project-template2-case-label {
  position: absolute;
  top: -14px;
  left: 18px;
  right: 18px;
  margin: 0;
  padding: 7px 12px;
  background: var(--ink);
  color: var(--surface-raised);
  font-size: 11px;
  text-align: center;
}
.project-template-2 .project-template2-case-grid h3 {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(20px, 1.5vw, 27px);
  text-align: center;
}
.project-template-2 .project-template2-case-grid p {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.project-template-2 .project-layout-gallery {
  padding-top: clamp(60px, 7vw, 100px);
  background: var(--surface-muted);
}
.project-template-2 .project-template2-gallery-heading {
  display: block;
  margin-bottom: 28px;
}
.project-template-2 .project-template2-gallery-heading > p:last-child {
  max-width: 620px;
  margin-top: 12px;
}
.site-footer {
  width: 100%;
  padding: clamp(44px, 7vw, 90px) 3vw 28px;
  border-top: 3px solid var(--accent);
  background: var(--dark-footer);
  color: var(--surface-raised);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}
.site-footer p {
  margin: 0;
  color: var(--dark-text-soft);
  line-height: 1.7;
}
.site-footer a {
  color: var(--surface-raised);
  transition: color 180ms ease;
}
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--accent);
}
.footer-contact {
  display: grid;
  gap: 10px;
}
.footer-contact .contact-detail-line {
  align-items: start;
}
.footer-contact .contact-detail-icon {
  color: var(--accent);
}
.footer-contact .contact-detail-line > a,
.footer-contact .contact-detail-line > span:not(.contact-detail-icon) {
  min-width: 0;
}
.footer-navs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 62px);
}
.footer-menu-title {
  margin: 0 0 14px;
  color: var(--dark-text-faint);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-menu ul,
.footer-menu-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu a,
.footer-menu-list a {
  display: inline-flex;
  padding: 2px 0;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  margin-left: 40px;
}
.footer-social a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--dark-border-soft);
  color: var(--surface-raised);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: var(--accent);
}
.theme-toggle {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--dark-border-soft);
  border-radius: 0;
  background: transparent;
  color: var(--on-dark);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-dark);
}
.theme-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.theme-toggle-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.theme-toggle-icon-sun { display: none; }
html[data-theme="dark"] .theme-toggle-icon-moon { display: none; }
html[data-theme="dark"] .theme-toggle-icon-sun { display: block; }
.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--dark-border-faint);
}
.site-footer .footer-meta {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  color: var(--dark-text-soft);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}
.footer-meta-separator {
  color: var(--accent);
}
.site-footer .copyright {
  margin: 0;
  color: var(--dark-text-faint);
  font-size: 13px;
  text-align: left;
}

@media (max-width: 920px) {
  .site-header {
    padding: 10px max(16px, 4vw);
  }
  .home-hero-message {
    width: min(720px, 72vw);
  }
  .home-hero-message h1 {
    font-size: clamp(40px, 6.2vw, 62px);
  }
  .nav { display: none; }
  .header-inner {
    grid-template-columns: 1fr auto auto;
    gap: 8px;
  }
  .brand {
    justify-self: start;
    width: min(var(--lcs-logo-width, 148px), 42vw);
  }
  .header-phone-link {
    margin-left: 0;
    min-height: 46px;
  }
  .menu-button {
    display: block;
    width: 46px;
    height: 46px;
    touch-action: manipulation;
  }
  .hero-gallery { min-height: 420px; height: 64vh; }
  .home-hero-slider { height: calc(100vh - var(--lcs-header-height)); min-height: 0; }
  .home2-intro-grid,
  .home2-section-heading,
  .home2-why-grid,
  .home2-audience-grid { grid-template-columns: 1fr; }
  .home2-proof-grid,
  .home2-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mosaic, .projects-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .split, .process-item, .team-member, .service-row, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .services-cta { grid-template-columns: 1fr; }
  .service-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-cta-link {
    justify-self: start;
  }
  .project-details-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-scope-section ul { grid-template-columns: 1fr; }
  .project-case-grid,
  .project-case-cta { grid-template-columns: 1fr; }
  .project-template-2 .project-template2-hero,
  .project-template-2 .project-template2-overview,
  .project-template-2 .project-template2-delivery {
    grid-template-columns: 1fr;
  }
  .project-template-2 .project-template2-hero {
    height: auto;
    min-height: 0;
  }
  .project-template-2 .project-template2-hero-content {
    padding-top: clamp(54px, 9vw, 82px);
    padding-bottom: clamp(54px, 9vw, 82px);
  }
  .project-template-2 .project-template2-feature {
    min-height: min(68vw, 620px);
  }
  .project-template-2 .project-template2-feature img {
    min-height: min(68vw, 620px);
  }
  .project-template-2 .project-template2-overview {
    gap: 44px;
  }
  .project-template-2 .project-template2-services {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .project-template2-summary,
  .project-template2-info { grid-template-columns: 1fr; }
  .project-template2-feature {
    position: static;
    width: 100%;
    justify-self: stretch;
  }
  .project-template2-snapshot {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .project-template2-snapshot dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }
  .project-template2-snapshot dl div:nth-child(3n + 1) {
    padding-left: 0;
    border-left: 0;
  }
  .project-template2-cta,
  .project-template2-services,
  .project-template2-case-grid { grid-template-columns: 1fr; }
  .project-template2-gallery-heading { grid-template-columns: 1fr; }
  .project-template2-gallery-heading .project-template2-kicker,
  .project-template2-gallery-heading h2,
  .project-template2-gallery-heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .project-template2-services ul { grid-template-columns: 1fr; }
  .service-row:nth-child(even) .service-media { order: 0; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-social { justify-self: start; }
  .footer-menu ul,
  .footer-menu-list {
    gap: 6px;
  }
  .footer-bottom {
    display: grid;
    gap: 12px;
  }
  .theme-toggle { margin-left: 0; }
  .site-footer .footer-meta {
    justify-content: flex-start;
    text-align: left;
  }
  .site-footer .copyright {
    text-align: left;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding-inline: 16px;
  }
  .header-inner {
    gap: 8px;
  }
  .brand {
    width: min(var(--lcs-logo-width, 132px), 39vw);
  }
  .header-phone-link {
    width: 46px;
    padding: 0;
  }
  .header-phone-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 380px) {
  .site-header {
    padding-inline: 12px;
  }
  .header-inner {
    gap: 6px;
  }
  .brand {
    width: min(var(--lcs-logo-width, 118px), 37vw);
  }
  .header-phone-link,
  .menu-button {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }
}
@media (max-width: 620px) {
  .home-hero-slider::after {
    background: var(--hero-overlay-mobile);
  }
  .home-hero-message {
    left: 5vw;
    right: 5vw;
    top: auto;
    bottom: 84px;
    width: auto;
    transform: none;
  }
  .home-hero-message h1 {
    font-size: clamp(34px, 10.5vw, 48px);
    line-height: 0.98;
  }
  .home-hero-message p {
    display: -webkit-box;
    margin-top: 16px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .home-hero-cta {
    min-height: 48px;
  }
  .home-hero-actions {
    display: grid;
    width: 100%;
    margin-top: 20px;
  }
  .home-hero-cta,
  .home-hero-call {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }
  .home-hero-caption {
    right: 5vw;
    bottom: 26px;
  }
  .home-slider-status {
    display: none;
  }
  .slider-arrow {
    top: 34%;
    width: 46px;
    height: 46px;
  }
  .home2-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .home2-trust-strip span {
    min-height: 64px;
    padding: 14px 12px;
    font-size: 12px;
  }
  .home2-trust-strip span:nth-child(odd) {
    padding-left: 0;
  }
  .home2-trust-strip span:nth-child(odd)::before {
    display: none;
  }
  .home2-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .home2-category-grid,
  .home2-category-copy {
    grid-template-columns: 1fr;
  }
  .home2-category-card a {
    gap: 16px;
  }
  .home2-category-copy {
    gap: 8px;
  }
  .home2-category-arrow {
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
  }
  .service-card img {
    aspect-ratio: 16 / 10;
  }
  .project-card-arrow {
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
    opacity: 1;
    transform: none;
  }
  .home2-process-grid::before {
    display: none;
  }
  .home2-process-grid article {
    padding-left: 32px;
    border-top: 1px solid var(--line);
  }
  .home2-process-grid article::before {
    top: 28px;
  }
  .home2-process-grid article > span {
    margin-bottom: 14px;
  }
  .home2-audience-grid article {
    min-height: 0;
    padding: 28px 24px;
  }
  .home2-audience-grid article.has-link {
    padding: 0;
  }
  .home2-audience-card-link {
    min-height: 0;
    padding: 28px 24px;
  }
  .home2-cta-actions {
    width: 100%;
    min-width: 0;
  }
  .home2-cta-primary,
  .home2-cta-call {
    width: 100%;
  }
  .footer-navs {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lcs-cta-actions {
    width: 100%;
    min-width: 0;
  }
  .lcs-cta-actions > * {
    width: 100%;
  }
  .project-template-2 .project-template2-feature {
    order: -1;
    height: auto;
    min-height: 0;
  }
  .project-template-2 .project-template2-feature img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .mosaic, .projects-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .home2-proof-grid,
  .home2-process-grid { grid-template-columns: 1fr; }
  .testimonial-slide { flex-basis: 100%; }
  .service-cards { grid-template-columns: 1fr; }
  .service-process-grid { grid-template-columns: 1fr; }
  .services-page { padding-bottom: 86px; }
  .services-intro > p:not(.services-eyebrow) { font-size: clamp(27px, 8.4vw, 40px); }
  .team-grid { grid-template-columns: 1fr; }
  .team-archive { padding-top: 64px; }
  .project-details-row { grid-template-columns: 1fr; }
  .mosaic img:nth-child(2), .mosaic img:nth-child(3) { margin-top: 0; }
  .display { font-size: clamp(40px, 11.5vw, 66px); }
  .project-gallery-row-two,
  .project-gallery-row-three-column,
  .project-gallery-row-four-column,
  .project-gallery-row-five-column { grid-template-columns: 1fr; }
  .project-gallery-row-masonry { columns: 1; }
  .project-gallery-row-full img,
  .project-gallery-row-two img,
  .project-gallery-row-three-column img,
  .project-gallery-row-four-column img,
  .project-gallery-row-five-column img { aspect-ratio: auto; }
  .project-gallery-row-three-column img,
  .project-gallery-row-three-column img:last-child:nth-child(3n + 1),
  .project-gallery-row-three-column img:nth-last-child(2):nth-child(3n + 1) { grid-column: auto; }
  .project-pagination { grid-template-columns: 1fr; }
  .project-pagination-next {
    justify-content: flex-start;
    text-align: left;
  }
  .project-template-2 .project-template2-hero-content,
  .project-template-2 .project-template2-overview,
  .project-template-2 .project-template2-services,
  .project-template-2 .project-template2-case {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .project-template-2 .project-template2-hero h1 {
    font-size: clamp(38px, 11vw, 58px);
  }
  .project-template2-hero-snapshot {
    width: 100%;
    padding: 18px;
  }
  .project-template2-hero-snapshot dl div {
    grid-template-columns: 30px minmax(92px, 0.8fr) 1fr;
    gap: 8px;
  }
  .project-template-2 .project-template2-feature,
  .project-template-2 .project-template2-feature img {
    min-height: 72vw;
  }
  .project-template-2 .project-template2-overview {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .project-template-2 .project-template2-testimonial {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .project-template-2 .project-template2-case-grid {
    gap: 28px;
  }
  .project-template2-title {
    padding-top: clamp(76px, 18vw, 110px);
    padding-bottom: clamp(56px, 13vw, 82px);
  }
  .project-template2-title h1 { font-size: clamp(40px, 12vw, 62px); }
  .project-template2-title .project-subheading { font-size: 17px; }
  .project-template2-hero-meta {
    display: grid;
    gap: 7px;
    margin-top: 22px;
  }
  .project-template2-hero-meta span:not(:last-child)::after { display: none; }
  .project-template2-hero-cta {
    width: 100%;
    justify-content: space-between;
  }
  .project-template2-summary,
  .project-template2-proof,
  .project-template2-scope,
  .project-template2-case,
  .project-template2-cta,
  .project-layout-gallery {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .project-template2-cta-actions {
    width: 100%;
    min-width: 0;
  }
  .project-template2-cta-actions .button,
  .project-template2-cta-actions .project-template2-call {
    width: 100%;
    height: 52px;
    min-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    justify-self: stretch;
    justify-content: center;
  }
  .project-template2-gallery-heading { margin-bottom: 28px; }
  .project-template2-case-grid article { min-height: 0; }
  .project-template2-specs dl div { grid-template-columns: 1fr; gap: 4px; }
  .project-template2-snapshot dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }
  .project-template2-snapshot dl div,
  .project-template2-snapshot dl div:nth-child(3n + 1) {
    grid-template-columns: 38px 1fr;
    gap: 2px 12px;
    padding: 0 14px;
    border-left: 1px solid var(--line);
  }
  .project-template2-snapshot dl div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  .project-template2-snapshot dl div:nth-child(even) { padding-right: 0; }
  .project-template2-testimonial {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 34px 24px 38px;
  }
  .project-template2-quote-icon {
    height: 58px;
    font-size: 110px;
  }
  .project-template2-testimonial blockquote {
    font-size: clamp(24px, 7.4vw, 32px);
  }
  .process-hero {
    min-height: 420px;
    padding-top: 96px;
    padding-bottom: 88px;
  }
  .process-hero-content {
    margin-left: 0;
  }
  .process-step-content {
    margin-left: 0;
  }
  .process-step-panel {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .process-step-image {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .project-lightbox {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 72px 10px 24px;
  }
  .project-lightbox-image {
    max-height: 78vh;
  }
  .project-lightbox-close {
    top: 14px;
    right: 14px;
  }
  .project-lightbox-close,
  .project-lightbox-nav {
    width: 46px;
    height: 46px;
  }
  .project-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
  }
  .project-lightbox-prev {
    left: 10px;
  }
  .project-lightbox-next {
    right: 10px;
  }
  .project-lightbox-close::before,
  .project-lightbox-close::after {
    top: 22px;
    left: 12px;
  }
  .project-lightbox-nav::before {
    top: 15px;
  }
  .project-lightbox-prev::before {
    left: 17px;
  }
  .project-lightbox-next::before {
    right: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lcs-slider .lcs-slide { transition: none; }
  .project-template2-hero-cta,
  .project-template2-cta a,
  .project-pagination a,
  .project-lightbox-close,
  .project-lightbox-nav { transition: none; }
}
