:root {
  --lcs-yellow: #ffd21c;
  --lcs-yellow-dark: #dcae00;
  --lcs-black: #0d1117;
  --lcs-charcoal: #171d25;
  --lcs-charcoal-2: #222b35;
  --lcs-steel: #5f6b78;
  --lcs-line: #d9dee4;
  --lcs-mist: #f2f4f6;
  --lcs-white: #fff;
  --lcs-danger: #b42318;
  --lcs-shell: 1240px;
  --lcs-reading: 760px;
  --lcs-shadow: 0 20px 60px rgba(13, 17, 23, .14);
  --lcs-radius: 2px;
  --lcs-section: clamp(4.5rem, 8vw, 8rem);
  --lcs-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--lcs-charcoal);
  background: var(--lcs-white);
  font-family: var(--lcs-font);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .lcs-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .75em;
  color: var(--lcs-black);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.8rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2rem, 4.6vw, 4.1rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }
p { margin: 0 0 1.25em; }
ul, ol { margin-top: 0; }
::selection { color: var(--lcs-black); background: var(--lcs-yellow); }

.lcs-shell { width: min(calc(100% - 2.5rem), var(--lcs-shell)); margin-inline: auto; }
.lcs-main { overflow: clip; }
.lcs-section { position: relative; padding-block: var(--lcs-section); }
.lcs-section--mist { background: var(--lcs-mist); }
.lcs-section--dark { color: #dce2e8; background: var(--lcs-black); }
.lcs-section--dark::before,
.lcs-footer::before,
.lcs-page-hero--services::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .12;
  background-image: repeating-linear-gradient(118deg, transparent 0 36px, rgba(255,255,255,.16) 36px 37px, transparent 37px 72px);
}
.lcs-section--dark > *, .lcs-footer > * { position: relative; }
.lcs-section--dark h2, .lcs-section--dark h3 { color: var(--lcs-white); }
.lcs-section--answer { padding-block: clamp(2.5rem, 5vw, 4rem); background: var(--lcs-yellow); }
.lcs-section--calculator { background: var(--lcs-mist); }
.lcs-section--cta { padding-block: 0; background: var(--lcs-black); }
.lcs-section--editor-content { border-top: 1px solid var(--lcs-line); }
.lcs-section--coverage { background: #f7f8fa; }
.lcs-section--faq { background: var(--lcs-white); }

.lcs-eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1rem;
  color: var(--lcs-yellow-dark);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.lcs-eyebrow::before { width: 2.2rem; height: 3px; content: ""; background: currentColor; }
.lcs-section--dark .lcs-eyebrow, .lcs-page-hero .lcs-eyebrow, .lcs-home-hero .lcs-eyebrow, .lcs-case-hero .lcs-eyebrow { color: var(--lcs-yellow); }
.lcs-section-heading { max-width: 780px; margin-bottom: clamp(2.25rem, 5vw, 4.25rem); }
.lcs-section-heading > p:last-child { max-width: 680px; color: var(--lcs-steel); font-size: 1.1rem; }
.lcs-section--dark .lcs-section-heading > p:last-child { color: #aeb8c3; }
.lcs-section-heading--center { margin-inline: auto; text-align: center; }
.lcs-section-heading--center .lcs-eyebrow { justify-content: center; }
.lcs-section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2.25rem, 5vw, 4.25rem); }
.lcs-section-heading-row .lcs-section-heading { margin-bottom: 0; }

.lcs-button-row { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; }
.lcs-button {
  display: inline-flex;
  min-height: 3.55rem;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .9rem 1.35rem;
  border: 2px solid var(--lcs-yellow);
  color: var(--lcs-black);
  background: var(--lcs-yellow);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.lcs-button:hover { border-color: var(--lcs-white); background: var(--lcs-white); transform: translateY(-2px); }
.lcs-button svg { width: 1.1rem; }
.lcs-button--small { min-height: 2.95rem; padding: .7rem 1rem; font-size: .75rem; }
.lcs-button--outline { border-color: var(--lcs-black); background: transparent; }
.lcs-button--outline:hover { color: var(--lcs-white); border-color: var(--lcs-black); background: var(--lcs-black); }
.lcs-button--outline-light { color: var(--lcs-white); border-color: rgba(255,255,255,.55); background: transparent; }
.lcs-button--outline-light:hover { color: var(--lcs-black); border-color: var(--lcs-white); background: var(--lcs-white); }
.lcs-text-link {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--lcs-black);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}
.lcs-text-link svg { transition: transform .2s ease; }
.lcs-text-link:hover svg { transform: translateX(.35rem); }
.lcs-text-link--light { color: var(--lcs-white); }

.lcs-skip-link {
  position: fixed;
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  padding: .8rem 1rem;
  color: var(--lcs-black);
  background: var(--lcs-yellow);
  font-weight: 800;
  transform: translateY(-180%);
}
.lcs-skip-link:focus { transform: none; }

.lcs-topbar { color: #c7d0d8; background: #07090c; font-size: .75rem; }
.lcs-topbar__inner { display: flex; min-height: 2.5rem; align-items: center; justify-content: space-between; gap: 1rem; }
.lcs-topbar p { display: flex; gap: 1rem; margin: 0; }
.lcs-topbar strong { color: var(--lcs-white); }
.lcs-topbar__contact { display: flex; align-items: center; gap: 1.4rem; }
.lcs-topbar a { display: inline-flex; align-items: center; gap: .4rem; text-decoration: none; }
.lcs-topbar a:hover { color: var(--lcs-yellow); }
.lcs-topbar svg { width: .95rem; }

.lcs-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(13,17,23,.1);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  transition: box-shadow .2s ease;
}
.lcs-header.is-scrolled { box-shadow: 0 10px 35px rgba(13,17,23,.1); }
.lcs-header__inner { display: flex; min-height: 5.6rem; align-items: center; gap: 1.5rem; }
.lcs-header__brand { flex: 0 0 auto; }
.lcs-logo, .custom-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.lcs-logo img, .custom-logo { width: auto; max-height: 4.25rem; }
.lcs-nav { margin-left: auto; }
.lcs-nav .menu, .lcs-nav .sub-menu { margin: 0; padding: 0; list-style: none; }
.lcs-nav > .menu { display: flex; align-items: center; gap: .2rem; }
.lcs-nav .menu-item { position: relative; }
.lcs-nav a { display: block; padding: 1.1rem .72rem; color: var(--lcs-black); font-size: .76rem; font-weight: 850; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.lcs-nav a:hover, .lcs-nav .current-menu-item > a, .lcs-nav .current-menu-ancestor > a { color: #705900; }
.lcs-nav .sub-menu {
  position: absolute;
  top: calc(100% - .35rem);
  left: 0;
  min-width: 240px;
  padding: .55rem;
  border-top: 3px solid var(--lcs-yellow);
  background: var(--lcs-white);
  box-shadow: var(--lcs-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(.5rem);
  transition: .18s ease;
}
.lcs-nav .menu-item:hover > .sub-menu, .lcs-nav .menu-item:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.lcs-nav .sub-menu a { padding: .85rem .9rem; }
.lcs-nav .sub-menu a:hover { background: var(--lcs-mist); }
.lcs-header__actions { display: flex; align-items: center; gap: .55rem; }
.lcs-header__phone { display: inline-flex; width: 2.95rem; height: 2.95rem; align-items: center; justify-content: center; color: var(--lcs-white); background: var(--lcs-black); }
.lcs-header__phone:hover { color: var(--lcs-black); background: var(--lcs-yellow); }
.lcs-menu-toggle { display: none; min-height: 2.8rem; align-items: center; gap: .55rem; border: 0; color: var(--lcs-white); background: var(--lcs-black); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.lcs-menu-toggle__lines { display: grid; gap: 3px; }
.lcs-menu-toggle__lines i { display: block; width: 18px; height: 2px; background: currentColor; }

.lcs-home-hero {
  position: relative;
  min-height: min(820px, calc(100vh - 8rem));
  color: var(--lcs-white);
  background: var(--lcs-black);
}
.lcs-home-hero__media, .lcs-home-hero__overlay { position: absolute; inset: 0; }
.lcs-home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.lcs-home-hero__overlay { background: linear-gradient(90deg, rgba(5,8,12,.96) 0%, rgba(5,8,12,.84) 48%, rgba(5,8,12,.3) 78%, rgba(5,8,12,.18) 100%), linear-gradient(0deg, rgba(5,8,12,.66), transparent 55%); }
.lcs-home-hero__inner { position: relative; display: grid; min-height: inherit; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr); align-items: end; gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(5rem, 9vw, 8rem); }
.lcs-home-hero__copy { max-width: 850px; }
.lcs-home-hero h1 { max-width: 800px; color: var(--lcs-white); font-size: clamp(3.6rem, 8.5vw, 8rem); text-transform: uppercase; }
.lcs-home-hero__lead { max-width: 700px; color: #dce4ec; font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.lcs-home-hero__checks { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; margin: 2rem 0 0; padding: 0; list-style: none; font-size: .84rem; font-weight: 800; }
.lcs-home-hero__checks li { display: flex; align-items: center; gap: .5rem; }
.lcs-home-hero__checks svg { color: var(--lcs-yellow); }
.lcs-home-hero__card { padding: clamp(1.5rem, 3vw, 2.4rem); border-top: 5px solid var(--lcs-yellow); background: rgba(13,17,23,.9); box-shadow: var(--lcs-shadow); backdrop-filter: blur(12px); }
.lcs-home-hero__card h2 { color: var(--lcs-white); font-size: clamp(1.55rem, 2.3vw, 2.25rem); }
.lcs-home-hero__card ol { margin: 1.6rem 0; padding: 0; list-style: none; }
.lcs-home-hero__card li { display: grid; grid-template-columns: 2.35rem 1fr; align-items: center; gap: .75rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #d3dbe3; }
.lcs-home-hero__card li span { color: var(--lcs-yellow); font-weight: 900; }

.lcs-proof-strip { border-bottom: 1px solid var(--lcs-line); background: var(--lcs-white); }
.lcs-proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lcs-proof-stat { display: grid; min-height: 8rem; grid-template-columns: auto 1fr; align-items: center; gap: .9rem; padding: 1.5rem; border-left: 1px solid var(--lcs-line); }
.lcs-proof-stat:last-child { border-right: 1px solid var(--lcs-line); }
.lcs-proof-stat__icon { display: grid; width: 2.9rem; aspect-ratio: 1; place-items: center; color: var(--lcs-yellow); background: var(--lcs-black); }
.lcs-proof-stat__icon svg { width: 1.35rem; height: 1.35rem; }
.lcs-proof-stat strong, .lcs-proof-stat > div > span { display: block; }
.lcs-proof-stat strong { margin-bottom: .2rem; color: var(--lcs-black); font-size: 1.02rem; font-weight: 900; line-height: 1.2; }
.lcs-proof-stat > div > span { color: var(--lcs-steel); font-size: .78rem; line-height: 1.4; }

.lcs-section--accreditations { overflow: hidden; border-block: 1px solid var(--lcs-line); background: var(--lcs-mist); }
.lcs-section--accreditations::before { position: absolute; inset: 0 0 auto; height: 7px; content: ""; background: repeating-linear-gradient(135deg, var(--lcs-yellow) 0 14px, var(--lcs-black) 14px 28px); }
.lcs-accreditations__heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr); align-items: end; gap: clamp(2rem, 6vw, 6rem); margin-bottom: clamp(2.25rem, 5vw, 4rem); }
.lcs-accreditations__heading h2 { max-width: 760px; }
.lcs-accreditations__intro > p:first-child { color: var(--lcs-steel); font-size: 1.04rem; }
.lcs-accreditations__evidence { display: flex; align-items: flex-start; gap: .7rem; margin: 1.4rem 0 0; padding-top: 1rem; border-top: 1px solid var(--lcs-line); color: var(--lcs-black); font-size: .84rem; font-weight: 800; }
.lcs-accreditations__evidence svg { flex: 0 0 1.25rem; margin-top: .08rem; color: #765e00; }
.lcs-accreditations__evidence span, .lcs-accreditations__evidence small { display: block; }
.lcs-accreditations__evidence small { margin-top: .25rem; color: var(--lcs-steel); font-weight: 650; }
.lcs-accreditation-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--lcs-line); background: var(--lcs-line); }
.lcs-accreditation-card { display: grid; min-width: 0; min-height: 365px; grid-template-rows: 130px 1fr; background: var(--lcs-white); transition: box-shadow .2s ease, transform .2s ease; }
.lcs-accreditation-card:hover { z-index: 1; box-shadow: var(--lcs-shadow); transform: translateY(-4px); }
.lcs-accreditation-card__brand { display: grid; min-width: 0; place-items: center; padding: 1.5rem; border-bottom: 1px solid var(--lcs-line); background: #fbfcfd; }
.lcs-accreditation-card__brand img { width: auto; max-width: 165px; max-height: 76px; object-fit: contain; }
.lcs-accreditation-card__mark { position: relative; display: inline-flex; min-width: 150px; min-height: 62px; align-items: center; justify-content: center; padding: .7rem 1rem; color: var(--lcs-white); background: var(--lcs-black); font-size: 1.8rem; font-weight: 950; letter-spacing: .06em; line-height: 1; }
.lcs-accreditation-card__mark::after { position: absolute; right: 0; bottom: 0; width: 2rem; height: .35rem; content: ""; background: var(--lcs-yellow); }
.lcs-accreditation-card__body { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: 1.45rem; }
.lcs-accreditation-card__category { margin-bottom: .8rem; color: #6f5900; font-size: .68rem; font-weight: 950; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.lcs-accreditation-card h3 { margin-bottom: .65rem; font-size: 1.12rem; letter-spacing: -.025em; }
.lcs-accreditation-card__body > p:not(.lcs-accreditation-card__category) { color: var(--lcs-steel); font-size: .84rem; }
.lcs-accreditation-card .lcs-text-link { margin-top: auto; font-size: .7rem; }
.lcs-assurance-panel { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.8fr); gap: clamp(2rem, 5vw, 5rem); margin-top: 1.25rem; padding: clamp(1.5rem, 3vw, 2.4rem); color: #dce3ea; background: var(--lcs-black); }
.lcs-assurance-panel__lead { display: flex; align-items: center; gap: 1rem; }
.lcs-assurance-panel__lead > span { display: grid; flex: 0 0 3.6rem; aspect-ratio: 1; place-items: center; color: var(--lcs-black); background: var(--lcs-yellow); }
.lcs-assurance-panel__lead > span svg { width: 1.8rem; height: 1.8rem; }
.lcs-assurance-panel__lead .lcs-eyebrow { margin-bottom: .45rem; }
.lcs-assurance-panel h3 { margin: 0; color: var(--lcs-white); font-size: 1.35rem; }
.lcs-assurance-panel__items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #303a45; }
.lcs-assurance-panel__items > div { padding: 1.1rem; background: var(--lcs-charcoal); }
.lcs-assurance-panel__items strong, .lcs-assurance-panel__items span { display: block; }
.lcs-assurance-panel__items strong { margin-bottom: .35rem; color: var(--lcs-white); font-size: .85rem; }
.lcs-assurance-panel__items span { color: #aeb8c3; font-size: .74rem; line-height: 1.45; }
.lcs-assurance-panel__items a { display: inline-flex; margin-top: .65rem; color: var(--lcs-yellow); font-size: .66rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.lcs-assurance-panel__items a:hover { color: var(--lcs-white); }
.lcs-accreditations--compact { padding-block: clamp(3.4rem, 6vw, 5.5rem); }
.lcs-accreditations--compact .lcs-accreditations__heading { margin-bottom: 2rem; }
.lcs-accreditations--compact .lcs-accreditations__heading h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.lcs-accreditations--compact .lcs-accreditation-card { min-height: 310px; grid-template-rows: 105px 1fr; }
.lcs-accreditations--compact .lcs-accreditation-card__brand img { max-height: 62px; }
.lcs-accreditations--compact .lcs-assurance-panel__items span { display: none; }

.lcs-card-grid { display: grid; gap: 1.5rem; }
.lcs-card-grid--services { grid-template-columns: repeat(3, 1fr); }
.lcs-service-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--lcs-line); background: var(--lcs-white); box-shadow: 0 8px 30px rgba(13,17,23,.045); transition: transform .25s ease, box-shadow .25s ease; }
.lcs-service-card:hover { box-shadow: var(--lcs-shadow); transform: translateY(-7px); }
.lcs-service-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 16/11; background: var(--lcs-charcoal); }
.lcs-service-card__image::after { position: absolute; right: 0; bottom: 0; width: 4rem; height: 4rem; content: ""; background: linear-gradient(135deg, transparent 50%, var(--lcs-yellow) 50%); }
.lcs-service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.lcs-service-card:hover .lcs-service-card__image img { transform: scale(1.045); }
.lcs-service-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 3vw, 2.25rem); }
.lcs-service-card__body h3 a { text-decoration: none; }
.lcs-service-card__body > p:not(.lcs-eyebrow) { color: var(--lcs-steel); }
.lcs-service-card__body .lcs-text-link { margin-top: auto; }
.lcs-section--dark .lcs-service-card { border-color: #303a45; background: var(--lcs-charcoal); }
.lcs-section--dark .lcs-service-card__body h3, .lcs-section--dark .lcs-service-card__body h3 a { color: var(--lcs-white); }
.lcs-section--dark .lcs-service-card__body > p:not(.lcs-eyebrow) { color: #aeb8c3; }
.lcs-section--dark .lcs-service-card .lcs-text-link { color: var(--lcs-white); }
.lcs-mini-list { display: grid; gap: .55rem; margin: 0 0 1.6rem; padding: 0; list-style: none; }
.lcs-mini-list li { display: flex; gap: .55rem; color: var(--lcs-charcoal); font-size: .86rem; }
.lcs-mini-list svg { flex: 0 0 1.1rem; color: #6f5900; }
.lcs-section--dark .lcs-mini-list li { color: #d8e0e7; }
.lcs-section--dark .lcs-mini-list svg { color: var(--lcs-yellow); }

.lcs-split-content, .lcs-two-column, .lcs-coverage-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.lcs-split-content > div:first-child, .lcs-two-column > div:first-child { max-width: 600px; }
.lcs-two-column--balanced > div:first-child { max-width: none; }
.lcs-split-content > div:first-child > p:not(.lcs-eyebrow), .lcs-two-column > div:first-child > p:not(.lcs-eyebrow) { font-size: 1.08rem; }
.lcs-process-stack { display: grid; }
.lcs-process-stack > div { display: grid; grid-template-columns: 4.2rem 1fr; column-gap: 1rem; padding: 1.6rem 0; border-top: 1px solid #37414d; }
.lcs-process-stack > div:last-child { border-bottom: 1px solid #37414d; }
.lcs-process-stack span { grid-row: 1/3; color: var(--lcs-yellow); font-size: 1.6rem; font-weight: 900; }
.lcs-process-stack h3 { margin-bottom: .35rem; font-size: 1.2rem; }
.lcs-process-stack p { margin: 0; color: #aeb8c3; font-size: .9rem; }
.lcs-process-stack--light > div { border-color: var(--lcs-line); }
.lcs-process-stack--light h3 { color: var(--lcs-black); }
.lcs-process-stack--light p { color: var(--lcs-steel); }
.lcs-process-stack--light > div:last-child { border-color: var(--lcs-line); }

.lcs-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--lcs-line); border: 1px solid var(--lcs-line); }
.lcs-process-card { min-height: 260px; padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--lcs-white); }
.lcs-process-card > span { display: block; margin-bottom: 3.5rem; color: #8a6d00; font-size: 1.6rem; font-weight: 900; }
.lcs-process-card h3 { font-size: 1.25rem; }
.lcs-process-card p { color: var(--lcs-steel); font-size: .9rem; }

.lcs-answer-block { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.3rem, 3vw, 2.5rem); align-items: start; }
.lcs-answer-block__icon { display: grid; width: clamp(4rem, 7vw, 6rem); aspect-ratio: 1; place-items: center; color: var(--lcs-yellow); background: var(--lcs-black); }
.lcs-answer-block__icon svg { width: 46%; height: 46%; }
.lcs-answer-block h2 { max-width: 850px; font-size: clamp(1.8rem, 3.6vw, 3.4rem); }
.lcs-answer-block > div:last-child > p:not(.lcs-eyebrow) { max-width: 900px; font-size: 1.08rem; }
.lcs-answer-block ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem 1.5rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.lcs-answer-block li { display: flex; align-items: flex-start; gap: .5rem; font-size: .9rem; font-weight: 800; }
.lcs-answer-block li svg { flex: 0 0 1.1rem; margin-top: .25rem; }

.lcs-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.lcs-feature-card { min-height: 130px; padding: 1.4rem; border: 1px solid var(--lcs-line); background: var(--lcs-white); }
.lcs-feature-card span { display: block; margin-bottom: 1.6rem; color: #7a6100; font-size: .8rem; font-weight: 900; }
.lcs-feature-card h3 { margin: 0; font-size: 1rem; letter-spacing: -.02em; }

.lcs-specialist-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; border: 1px solid #303a45; background: #303a45; }
.lcs-specialist-card { position: relative; min-width: 0; min-height: 340px; padding: 1.5rem; overflow: hidden; color: #dce3ea; background: var(--lcs-charcoal); text-decoration: none; transition: background .2s ease; }
.lcs-specialist-card:hover { background: var(--lcs-charcoal-2); }
.lcs-specialist-card__number { position: absolute; top: -.35rem; right: .45rem; color: rgba(255,255,255,.05); font-size: 5.5rem; font-weight: 950; line-height: 1; }
.lcs-specialist-card h3 { position: relative; margin-top: 2.5rem; color: var(--lcs-white); font-size: 1.35rem; }
.lcs-specialist-card > p:not(.lcs-eyebrow) { color: #aeb8c3; font-size: .88rem; }
.lcs-specialist-card .lcs-text-link { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; color: var(--lcs-yellow); }

.lcs-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.lcs-project-card { min-width: 0; border: 1px solid var(--lcs-line); background: var(--lcs-white); transition: box-shadow .2s ease, transform .2s ease; }
.lcs-project-card:hover { box-shadow: var(--lcs-shadow); transform: translateY(-5px); }
.lcs-project-card[hidden], .lcs-portfolio-item[hidden] { display: none !important; }
.lcs-project-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; background: var(--lcs-charcoal); }
.lcs-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.lcs-project-card:hover .lcs-project-card__image img { transform: scale(1.04); }
.lcs-project-card__sector { position: absolute; bottom: 0; left: 0; padding: .5rem .75rem; color: var(--lcs-black); background: var(--lcs-yellow); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lcs-project-card__body { padding: 1.5rem; }
.lcs-project-card__body h3 a { text-decoration: none; }
.lcs-project-card__body > p { color: var(--lcs-steel); font-size: .9rem; }
.lcs-project-card__meta { display: flex; flex-wrap: wrap; gap: .6rem 1rem; margin-bottom: .8rem; color: var(--lcs-steel); font-size: .72rem; font-weight: 700; }
.lcs-project-card__meta span { display: inline-flex; align-items: center; gap: .35rem; }
.lcs-project-card__meta svg { width: .95rem; color: #7a6100; }
.lcs-project-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.lcs-project-filter button { padding: .75rem 1rem; border: 1px solid var(--lcs-line); color: var(--lcs-black); background: var(--lcs-white); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.lcs-project-filter button:hover, .lcs-project-filter button.is-active { border-color: var(--lcs-black); color: var(--lcs-white); background: var(--lcs-black); }
.lcs-empty-state { padding: 2rem; border: 1px dashed var(--lcs-line); background: var(--lcs-mist); }

.lcs-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lcs-portfolio-item { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1; background: var(--lcs-charcoal); }
.lcs-portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.lcs-portfolio-item:hover img { transform: scale(1.06); }
.lcs-portfolio-item figcaption { position: absolute; inset: auto 0 0; padding: 3.5rem 1.3rem 1.3rem; color: var(--lcs-white); background: linear-gradient(transparent, rgba(5,8,12,.92)); }
.lcs-portfolio-item figcaption span, .lcs-portfolio-item figcaption strong { display: block; }
.lcs-portfolio-item figcaption span { color: var(--lcs-yellow); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.lcs-location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.lcs-location-card { display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; gap: 0 .8rem; align-items: center; padding: 1rem; border: 1px solid var(--lcs-line); background: var(--lcs-white); text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.lcs-location-card:hover { border-color: var(--lcs-black); transform: translateX(4px); }
.lcs-location-card > span { grid-row: 1/3; display: grid; width: 2.6rem; aspect-ratio: 1; place-items: center; color: var(--lcs-black); background: var(--lcs-yellow); }
.lcs-location-card > svg { grid-column: 3; grid-row: 1/3; }
.lcs-location-card strong { align-self: end; color: var(--lcs-black); line-height: 1.2; }
.lcs-location-card small { align-self: start; color: var(--lcs-steel); }

.lcs-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.lcs-faq-intro { position: sticky; top: 8rem; }
.lcs-faq-intro > p:not(.lcs-eyebrow) { color: var(--lcs-steel); }
.lcs-faq-list { border-top: 1px solid var(--lcs-line); }
.lcs-faq-item { border-bottom: 1px solid var(--lcs-line); }
.lcs-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; color: var(--lcs-black); font-weight: 850; list-style: none; cursor: pointer; }
.lcs-faq-item summary::-webkit-details-marker { display: none; }
.lcs-faq-item summary i { position: relative; flex: 0 0 1.4rem; width: 1.4rem; height: 1.4rem; }
.lcs-faq-item summary i::before, .lcs-faq-item summary i::after { position: absolute; top: 50%; left: 50%; width: 1rem; height: 2px; content: ""; background: var(--lcs-black); transform: translate(-50%,-50%); transition: transform .2s ease; }
.lcs-faq-item summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.lcs-faq-item[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.lcs-faq-item > div { max-width: 720px; padding: 0 2.5rem 1.3rem 0; color: var(--lcs-steel); }
.lcs-faq-item > div p { margin: 0; }

.lcs-calculator-fallback { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 5vw, 4rem); color: var(--lcs-white); background: var(--lcs-black); }
.lcs-calculator-fallback h2 { color: var(--lcs-white); }
.lcs-calculator-fallback > div:first-child { max-width: 720px; }
.lcs-admin-note { flex-basis: 100%; margin: 1rem 0 0; padding: .75rem; color: var(--lcs-black); background: #fff3bd; font-size: .8rem; }

.lcs-cta-panel { display: flex; min-height: 340px; align-items: center; justify-content: space-between; gap: 3rem; padding-block: clamp(3rem, 7vw, 6rem); color: #dce3ea; }
.lcs-cta-panel::after { position: absolute; right: 4vw; width: 18vw; max-width: 260px; aspect-ratio: 1; border: 3px solid rgba(255,210,28,.15); content: ""; transform: rotate(45deg); }
.lcs-cta-panel > * { position: relative; z-index: 1; }
.lcs-cta-panel > div:first-child { max-width: 720px; }
.lcs-cta-panel h2 { color: var(--lcs-white); }
.lcs-cta-panel p:not(.lcs-eyebrow) { color: #aeb8c3; }

.lcs-page-hero { position: relative; color: #dbe3ea; background: var(--lcs-black); }
.lcs-page-hero h1 { color: var(--lcs-white); font-size: clamp(3rem, 7vw, 6.5rem); text-transform: uppercase; }
.lcs-page-hero p:not(.lcs-eyebrow) { max-width: 760px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.lcs-page-hero--compact { padding-block: clamp(4.5rem, 9vw, 8rem); }
.lcs-page-hero--compact .lcs-shell { position: relative; }
.lcs-page-hero--compact::after { position: absolute; right: -8vw; bottom: -12vw; width: 38vw; aspect-ratio: 1; border: clamp(20px, 4vw, 70px) solid rgba(255,210,28,.08); content: ""; transform: rotate(45deg); }
.lcs-page-hero__split { position: relative; display: grid; min-height: 570px; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); padding-block: clamp(4rem, 8vw, 7rem); }
.lcs-page-hero--image { min-height: 650px; }
.lcs-page-hero__media, .lcs-page-hero__shade { position: absolute; inset: 0; }
.lcs-page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.lcs-page-hero__shade { background: linear-gradient(90deg, rgba(4,7,10,.96) 0%, rgba(4,7,10,.88) 50%, rgba(4,7,10,.3) 100%); }
.lcs-page-hero__content { position: relative; display: flex; min-height: 650px; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 5rem; }
.lcs-page-hero__content > p:not(.lcs-eyebrow) { max-width: 760px; }
.lcs-page-hero--location, .lcs-page-hero--about, .lcs-page-hero--contact, .lcs-page-hero--prices, .lcs-page-hero--services { overflow: hidden; }
.lcs-page-hero--location::before, .lcs-page-hero--contact::before { position: absolute; top: 15%; right: -7%; width: 40vw; aspect-ratio: 1; border: 2px solid rgba(255,210,28,.13); border-radius: 50%; content: ""; box-shadow: 0 0 0 5vw rgba(255,210,28,.035), 0 0 0 10vw rgba(255,210,28,.025); }
.lcs-location-marker { display: grid; min-height: 330px; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); text-align: center; backdrop-filter: blur(8px); }
.lcs-location-marker span { display: grid; width: 5rem; aspect-ratio: 1; margin-bottom: 1rem; place-items: center; color: var(--lcs-black); background: var(--lcs-yellow); }
.lcs-location-marker svg { width: 2rem; height: 2rem; }
.lcs-location-marker strong, .lcs-location-marker small { display: block; }
.lcs-location-marker strong { color: var(--lcs-white); font-size: 2.2rem; line-height: 1.1; }
.lcs-location-marker small { color: #aeb8c3; }

.lcs-breadcrumbs { margin-bottom: 2rem; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.lcs-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.lcs-breadcrumbs li:not(:last-child)::after { margin-left: .45rem; color: var(--lcs-yellow); content: "/"; }
.lcs-breadcrumbs a { color: inherit; text-decoration: none; }
.lcs-breadcrumbs span { color: #aeb8c3; }

.lcs-about-visual { position: relative; justify-self: end; width: min(100%, 480px); }
.lcs-about-visual img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.8); }
.lcs-about-visual > div { position: absolute; right: -1.2rem; bottom: -1.2rem; width: 155px; aspect-ratio: 1; display: grid; place-content: center; padding: 1rem; color: var(--lcs-black); background: var(--lcs-yellow); }
.lcs-about-visual strong, .lcs-about-visual span { display: block; }
.lcs-about-visual strong { font-size: 2.5rem; line-height: 1; }
.lcs-about-visual span { font-size: .75rem; font-weight: 800; }
.lcs-value-stack { display: grid; gap: 1rem; }
.lcs-value-stack > div { display: grid; grid-template-columns: auto 1fr; gap: 0 1rem; padding: 1.4rem; border: 1px solid var(--lcs-line); }
.lcs-value-stack > div > span { grid-row: 1/3; display: grid; width: 3.2rem; aspect-ratio: 1; place-items: center; color: var(--lcs-black); background: var(--lcs-yellow); }
.lcs-value-stack h3 { margin: 0 0 .3rem; font-size: 1.1rem; }
.lcs-value-stack p { margin: 0; color: var(--lcs-steel); font-size: .88rem; }

.lcs-service-orbit, .lcs-coverage-rings { position: relative; justify-self: center; width: min(100%, 420px); aspect-ratio: 1; }
.lcs-service-orbit { border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.lcs-service-orbit::before, .lcs-service-orbit::after { position: absolute; inset: 16%; border: 1px solid rgba(255,210,28,.2); border-radius: 50%; content: ""; }
.lcs-service-orbit::after { inset: 32%; }
.lcs-service-orbit i { position: absolute; inset: 38%; display: grid; place-items: center; color: var(--lcs-black); background: var(--lcs-yellow); border-radius: 50%; font-size: 1.6rem; font-style: normal; font-weight: 950; }
.lcs-service-orbit span { position: absolute; padding: .55rem .75rem; color: var(--lcs-white); background: var(--lcs-charcoal-2); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.lcs-service-orbit span:nth-child(1) { top: 4%; left: 36%; }
.lcs-service-orbit span:nth-child(2) { right: -4%; bottom: 26%; }
.lcs-service-orbit span:nth-child(3) { bottom: 16%; left: -5%; }

.lcs-input-checklist { padding: clamp(1.5rem, 4vw, 2.5rem); border-top: 5px solid var(--lcs-yellow); background: var(--lcs-mist); }
.lcs-input-checklist h3 { font-size: 1.35rem; }
.lcs-input-checklist ul { display: grid; gap: .8rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.lcs-input-checklist li { display: flex; gap: .6rem; }
.lcs-input-checklist li svg { flex: 0 0 1.1rem; margin-top: .25rem; color: #756000; }
.lcs-input-checklist--dark { background: var(--lcs-charcoal); }
.lcs-input-checklist--dark h3 { color: var(--lcs-white); }
.lcs-input-checklist--dark li { color: #dce3ea; }
.lcs-input-checklist--dark li svg { color: var(--lcs-yellow); }

.lcs-contact-card { display: grid; gap: 1px; background: #39434e; }
.lcs-contact-card > div { display: grid; grid-template-columns: 3rem 1fr; gap: 0 1rem; align-items: center; padding: 1.3rem; background: var(--lcs-charcoal); }
.lcs-contact-card > div > span { grid-row: 1/3; display: grid; width: 3rem; aspect-ratio: 1; place-items: center; color: var(--lcs-black); background: var(--lcs-yellow); font-weight: 900; }
.lcs-contact-card small { color: #aeb8c3; text-transform: uppercase; }
.lcs-contact-card a, .lcs-contact-card p { margin: 0; color: var(--lcs-white); font-size: 1.05rem; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }

.lcs-price-formula { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .6rem; padding: 2rem; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.lcs-price-formula span { padding: .8rem 1rem; color: var(--lcs-white); background: var(--lcs-charcoal-2); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.lcs-price-formula i { color: var(--lcs-yellow); font-style: normal; font-weight: 900; }
.lcs-price-formula strong { flex-basis: 100%; margin-top: 1rem; padding: 1rem; color: var(--lcs-black); background: var(--lcs-yellow); text-align: center; text-transform: uppercase; }
.lcs-cost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--lcs-line); background: var(--lcs-line); }
.lcs-cost-grid > div { min-height: 230px; padding: 1.7rem; background: var(--lcs-white); }
.lcs-cost-grid span { color: #7a6100; font-weight: 900; }
.lcs-cost-grid h3 { margin-top: 2.5rem; font-size: 1.2rem; }
.lcs-cost-grid p { color: var(--lcs-steel); font-size: .88rem; }

.lcs-coverage-rings i { position: absolute; inset: 5%; border: 1px solid rgba(255,210,28,.18); border-radius: 50%; }
.lcs-coverage-rings i:nth-child(2) { inset: 22%; }
.lcs-coverage-rings i:nth-child(3) { inset: 39%; }
.lcs-coverage-rings span { position: absolute; inset: 42%; display: grid; place-items: center; color: var(--lcs-black); background: var(--lcs-yellow); border-radius: 50%; font-weight: 950; }

.lcs-case-hero { position: relative; min-height: 720px; color: var(--lcs-white); background: var(--lcs-black); }
.lcs-case-hero__media, .lcs-case-hero__shade { position: absolute; inset: 0; }
.lcs-case-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.lcs-case-hero__shade { background: linear-gradient(90deg, rgba(4,7,10,.96) 0%, rgba(4,7,10,.72) 62%, rgba(4,7,10,.35) 100%), linear-gradient(0deg, rgba(4,7,10,.72), transparent); }
.lcs-case-hero__content { position: relative; display: flex; min-height: 720px; max-width: var(--lcs-shell); flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-block: 5rem; }
.lcs-case-hero h1 { max-width: 900px; color: var(--lcs-white); text-transform: uppercase; }
.lcs-case-hero__content > p:not(.lcs-eyebrow) { max-width: 760px; color: #dce3ea; font-size: 1.18rem; }
.lcs-case-hero__meta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.4rem; }
.lcs-case-hero__meta > span { display: grid; grid-template-columns: auto 1fr; gap: 0 .55rem; min-width: 170px; padding: .85rem 1rem; background: rgba(13,17,23,.82); }
.lcs-case-hero__meta svg { grid-row: 1/3; color: var(--lcs-yellow); }
.lcs-case-hero__meta strong { display: block; color: #aeb8c3; font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.lcs-case-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.lcs-case-story { display: grid; gap: 4.5rem; }
.lcs-case-story section { max-width: 760px; }
.lcs-case-story section > p:not(.lcs-eyebrow) { color: var(--lcs-steel); font-size: 1.08rem; }
.lcs-case-scope { position: sticky; top: 8rem; padding: 2rem; border-top: 5px solid var(--lcs-yellow); color: #dce3ea; background: var(--lcs-black); }
.lcs-case-scope h2 { color: var(--lcs-white); font-size: 2rem; }
.lcs-case-scope ul { display: grid; gap: .75rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.lcs-case-scope li { display: flex; gap: .6rem; }
.lcs-case-scope li svg { flex: 0 0 1.1rem; margin-top: .25rem; color: var(--lcs-yellow); }

.lcs-prose { max-width: var(--lcs-reading); }
.lcs-prose > *:first-child { margin-top: 0; }
.lcs-prose h2, .lcs-prose h3 { margin-top: 1.7em; }
.lcs-prose a { color: #725a00; font-weight: 700; }
.lcs-prose img { margin-block: 2rem; }
.lcs-entry-image { margin: 0 0 2rem; }
.lcs-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.lcs-post-card { border: 1px solid var(--lcs-line); }
.lcs-post-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.lcs-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.lcs-post-card__body { padding: 1.5rem; }
.lcs-post-card__body h2 { font-size: 1.45rem; }
.lcs-post-card__body h2 a { text-decoration: none; }
.lcs-pagination { grid-column: 1/-1; }

.lcs-page-hero--error { min-height: 600px; }
.lcs-error-code { color: rgba(255,210,28,.12); font-size: clamp(8rem, 20vw, 18rem); font-weight: 950; line-height: .8; }

.lcs-footer { position: relative; color: #aeb8c3; background: #07090c; }
.lcs-footer__cta { color: var(--lcs-black); background: var(--lcs-yellow); }
.lcs-footer__cta-inner { display: flex; min-height: 245px; align-items: center; justify-content: space-between; gap: 2rem; }
.lcs-footer__cta .lcs-eyebrow { color: #6f5900; }
.lcs-footer__cta h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.lcs-footer__cta .lcs-button { color: var(--lcs-white); border-color: var(--lcs-black); background: var(--lcs-black); }
.lcs-footer__cta .lcs-button--outline-light { color: var(--lcs-black); border-color: var(--lcs-black); background: transparent; }
.lcs-footer-trust { border-bottom: 1px solid #252b32; background: #0b0f14; }
.lcs-footer-trust__inner { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 2rem; }
.lcs-footer-trust__copy { display: flex; min-width: 260px; align-items: center; gap: .8rem; }
.lcs-footer-trust__copy > span { display: grid; flex: 0 0 2.9rem; aspect-ratio: 1; place-items: center; color: var(--lcs-black); background: var(--lcs-yellow); }
.lcs-footer-trust__copy strong, .lcs-footer-trust__copy small { display: block; }
.lcs-footer-trust__copy strong { color: var(--lcs-white); font-size: .9rem; }
.lcs-footer-trust__copy small { max-width: 330px; margin-top: .2rem; color: #8995a1; font-size: .68rem; line-height: 1.4; }
.lcs-footer-trust__marks { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .55rem; }
.lcs-footer-trust__mark { display: grid; width: 98px; height: 58px; place-items: center; padding: .55rem; border: 1px solid #303944; color: var(--lcs-white); background: var(--lcs-white); text-decoration: none; }
.lcs-footer-trust__mark:hover { border-color: var(--lcs-yellow); }
.lcs-footer-trust__mark img { width: auto; max-width: 82px; max-height: 38px; object-fit: contain; }
.lcs-footer-trust__mark b { display: grid; width: 100%; height: 100%; place-items: center; color: var(--lcs-white); background: var(--lcs-black); font-size: .9rem; letter-spacing: .05em; }
.lcs-footer__grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(4rem, 8vw, 7rem); }
.lcs-footer h2 { color: var(--lcs-white); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.lcs-footer__brand .lcs-logo img, .lcs-footer__brand .custom-logo { filter: brightness(0) invert(1); }
.lcs-footer__brand > p { max-width: 340px; margin-top: 1.5rem; }
.lcs-footer__address { color: var(--lcs-white); }
.lcs-footer ul { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.lcs-footer a { text-decoration: none; }
.lcs-footer a:hover { color: var(--lcs-yellow); }
.lcs-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.lcs-footer__phone { color: var(--lcs-white); font-size: 1.5rem; font-weight: 900; }
.lcs-footer__contact .lcs-button { margin-top: .7rem; color: var(--lcs-black); }
.lcs-footer__bottom { border-top: 1px solid #252b32; }
.lcs-footer__bottom .lcs-shell { display: flex; min-height: 4.2rem; align-items: center; justify-content: space-between; gap: 1rem; font-size: .75rem; }
.lcs-footer__bottom p { margin: 0; }
.lcs-footer__bottom ul { display: flex; flex-wrap: wrap; gap: 1rem; }
.lcs-footer__widgets { padding-bottom: 2rem; }
.lcs-mobile-call { display: none; }

@media (max-width: 1120px) {
  .lcs-nav a { padding-inline: .45rem; font-size: .7rem; }
  .lcs-header__actions .lcs-button { display: none; }
  .lcs-card-grid--services, .lcs-project-grid, .lcs-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .lcs-card-grid--services .lcs-service-card:last-child { grid-column: span 2; display: grid; grid-template-columns: .9fr 1.1fr; }
  .lcs-card-grid--services .lcs-service-card:last-child .lcs-service-card__image { height: 100%; aspect-ratio: auto; }
  .lcs-specialist-grid { grid-template-columns: repeat(3, 1fr); }
  .lcs-specialist-card { min-height: 300px; }
  .lcs-process-grid { grid-template-columns: repeat(2, 1fr); }
  .lcs-accreditation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lcs-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .lcs-footer__contact { grid-column: 1/-1; }
}

@media (max-width: 920px) {
  body.admin-bar .lcs-header { top: 46px; }
  .lcs-topbar p span, .lcs-topbar__contact > a:first-child { display: none; }
  .lcs-menu-toggle { display: inline-flex; margin-left: auto; }
  .lcs-header__inner { min-height: 4.9rem; }
  .lcs-header__actions { order: 3; }
  .lcs-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 8rem);
    margin: 0;
    padding: 1rem 1.25rem 1.5rem;
    overflow: auto;
    border-top: 1px solid var(--lcs-line);
    background: var(--lcs-white);
    box-shadow: 0 20px 35px rgba(13,17,23,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-.5rem);
    transition: .18s ease;
  }
  .lcs-header.is-menu-open .lcs-nav { opacity: 1; visibility: visible; transform: none; }
  .lcs-nav > .menu { display: block; }
  .lcs-nav a { padding: .9rem 0; border-bottom: 1px solid var(--lcs-line); font-size: .8rem; }
  .lcs-nav .sub-menu { position: static; min-width: 0; padding: 0 0 0 1rem; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .lcs-home-hero__inner, .lcs-page-hero__split { grid-template-columns: 1fr; }
  .lcs-home-hero { min-height: auto; }
  .lcs-home-hero__inner { min-height: 760px; align-items: end; }
  .lcs-home-hero__card { max-width: 620px; }
  .lcs-page-hero__split { min-height: auto; }
  .lcs-page-hero__split > div:first-child { padding-top: 1rem; }
  .lcs-location-marker, .lcs-contact-card, .lcs-service-orbit, .lcs-price-formula, .lcs-coverage-rings, .lcs-about-visual { width: min(100%, 620px); justify-self: start; }
  .lcs-service-orbit, .lcs-coverage-rings { max-width: 360px; }
  .lcs-proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .lcs-proof-stat:nth-child(3) { border-top: 1px solid var(--lcs-line); }
  .lcs-proof-stat:nth-child(4) { border-top: 1px solid var(--lcs-line); border-right: 1px solid var(--lcs-line); }
  .lcs-split-content, .lcs-two-column, .lcs-coverage-layout, .lcs-faq-layout, .lcs-case-layout { grid-template-columns: 1fr; }
  .lcs-faq-intro, .lcs-case-scope { position: static; }
  .lcs-specialist-grid { grid-template-columns: repeat(2, 1fr); }
  .lcs-case-hero { min-height: 650px; }
  .lcs-case-hero__content { min-height: 650px; }
  .lcs-cost-grid { grid-template-columns: repeat(2, 1fr); }
  .lcs-accreditations__heading, .lcs-assurance-panel { grid-template-columns: 1fr; }
  .lcs-accreditations__heading { align-items: start; gap: 1.5rem; }
  .lcs-assurance-panel__items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lcs-footer-trust__inner { align-items: flex-start; flex-direction: column; padding-block: 1.5rem; }
  .lcs-footer-trust__marks { justify-content: flex-start; }
  .lcs-footer__cta-inner, .lcs-cta-panel { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 680px) {
  :root { --lcs-section: 4.25rem; }
  html { scroll-padding-top: 86px; }
  body { padding-bottom: 3.65rem; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .lcs-shell { width: min(calc(100% - 1.5rem), var(--lcs-shell)); }
  .lcs-topbar__inner { justify-content: center; }
  .lcs-topbar__contact { display: none; }
  .lcs-logo img, .custom-logo { max-height: 3.4rem; }
  .lcs-header__phone { display: none; }
  .lcs-menu-toggle { min-width: 5.5rem; justify-content: center; }
  .lcs-home-hero__inner { min-height: 720px; padding-block: 4rem 2rem; }
  .lcs-home-hero h1 { max-width: 100%; font-size: clamp(2.55rem, 12vw, 4rem); letter-spacing: -.055em; overflow-wrap: anywhere; }
  .lcs-home-hero__lead { font-size: 1rem; }
  .lcs-home-hero__checks { display: grid; gap: .6rem; }
  .lcs-home-hero__card { display: none; }
  .lcs-button-row { align-items: stretch; flex-direction: column; }
  .lcs-button-row .lcs-button { width: 100%; }
  .lcs-proof-strip__grid { grid-template-columns: 1fr; }
  .lcs-proof-stat { min-height: 0; padding: 1rem; border-right: 1px solid var(--lcs-line); border-bottom: 1px solid var(--lcs-line); }
  .lcs-proof-stat + .lcs-proof-stat { border-top: 0; }
  .lcs-accreditation-grid, .lcs-assurance-panel__items { grid-template-columns: 1fr; }
  .lcs-accreditation-card, .lcs-accreditations--compact .lcs-accreditation-card { min-height: 0; grid-template-rows: 105px auto; }
  .lcs-assurance-panel__lead { align-items: flex-start; }
  .lcs-accreditations--compact .lcs-assurance-panel__items span { display: block; }
  .lcs-footer-trust__copy { min-width: 0; align-items: flex-start; }
  .lcs-footer-trust__marks { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lcs-footer-trust__mark { width: 100%; }
  .lcs-section-heading-row { align-items: stretch; flex-direction: column; }
  .lcs-card-grid--services, .lcs-project-grid, .lcs-portfolio-grid, .lcs-feature-grid, .lcs-process-grid, .lcs-location-grid, .lcs-cost-grid { grid-template-columns: 1fr; }
  .lcs-card-grid--services .lcs-service-card:last-child { grid-column: auto; display: flex; }
  .lcs-card-grid--services .lcs-service-card:last-child .lcs-service-card__image { aspect-ratio: 16/11; }
  .lcs-specialist-grid { grid-template-columns: 1fr; }
  .lcs-specialist-card { min-height: 270px; }
  .lcs-answer-block { grid-template-columns: 1fr; }
  .lcs-answer-block ul { grid-template-columns: 1fr; }
  .lcs-process-grid { gap: 1px; }
  .lcs-process-card { min-height: 210px; }
  .lcs-faq-item summary { padding-block: 1.2rem; }
  .lcs-faq-item > div { padding-right: 0; }
  .lcs-page-hero h1 { font-size: clamp(2.75rem, 13vw, 4.3rem); }
  .lcs-page-hero__split { padding-block: 3.5rem; }
  .lcs-page-hero--image, .lcs-page-hero__content { min-height: 580px; }
  .lcs-case-hero, .lcs-case-hero__content { min-height: 620px; }
  .lcs-case-hero__meta { display: grid; width: 100%; }
  .lcs-case-hero__meta > span { min-width: 0; }
  .lcs-calculator-fallback { align-items: stretch; flex-direction: column; }
  .lcs-footer__grid { grid-template-columns: 1fr 1fr; }
  .lcs-footer__brand, .lcs-footer__contact { grid-column: 1/-1; }
  .lcs-footer__cta-inner { padding-block: 3rem; }
  .lcs-footer__bottom .lcs-shell { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 1rem; }
  .lcs-mobile-call { position: fixed; z-index: 9999; right: 0; bottom: 0; left: 0; display: flex; height: 3.65rem; align-items: center; justify-content: center; gap: .55rem; color: var(--lcs-black); background: var(--lcs-yellow); font-size: .82rem; font-weight: 950; text-decoration: none; text-transform: uppercase; box-shadow: 0 -8px 25px rgba(13,17,23,.18); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .lcs-topbar, .lcs-header, .lcs-footer, .lcs-mobile-call, .lcs-button-row, .lcs-project-filter { display: none !important; }
  body { color: #000; padding: 0; }
  .lcs-section, .lcs-page-hero, .lcs-case-hero { padding: 1rem 0; color: #000; background: #fff !important; }
  h1, h2, h3 { color: #000 !important; }
}

/* v1.3 blog/advice templates */
.lcs-blog-hero > .lcs-shell > p:not(.lcs-eyebrow),
.lcs-blog-hero__description {
  max-width: 760px;
  color: #dce3ea;
  font-size: 1.1rem;
}
.lcs-section--blog-list { background: var(--lcs-mist); }
.lcs-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.lcs-blog-layout .lcs-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lcs-post-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--lcs-line);
  background: var(--lcs-white);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.lcs-post-card:hover {
  border-color: var(--lcs-black);
  box-shadow: var(--lcs-shadow);
  transform: translateY(-3px);
}
.lcs-post-card__image {
  display: grid;
  aspect-ratio: 16/10;
  overflow: hidden;
  place-items: center;
  color: var(--lcs-yellow);
  background: var(--lcs-black);
  text-decoration: none;
}
.lcs-post-card__image span {
  font-size: 2.2rem;
  font-weight: 950;
  letter-spacing: -.08em;
}
.lcs-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.lcs-post-card:hover .lcs-post-card__image img { transform: scale(1.04); }
.lcs-post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.25rem, 2.2vw, 1.75rem);
}
.lcs-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .8rem;
  margin-bottom: .9rem;
  color: #735d00;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.lcs-post-card__meta a { text-decoration: none; }
.lcs-post-card__body h2 { margin-bottom: .7rem; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.lcs-post-card__body h2 a { text-decoration: none; }
.lcs-post-card__body p { color: var(--lcs-steel); }
.lcs-post-card__link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: auto;
  color: var(--lcs-black);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}
.lcs-blog-sidebar,
.lcs-single-sidebar {
  position: sticky;
  top: 8rem;
  display: grid;
  gap: 1rem;
}
.lcs-blog-sidebar__panel,
.lcs-single-sidebar__panel {
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border-top: 5px solid var(--lcs-yellow);
  color: #dce3ea;
  background: var(--lcs-black);
}
.lcs-blog-sidebar__panel h2,
.lcs-single-sidebar__panel h2 {
  color: var(--lcs-white);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}
.lcs-blog-sidebar__panel p:not(.lcs-eyebrow),
.lcs-single-sidebar__panel p:not(.lcs-eyebrow) { color: #aeb8c3; }
.lcs-blog-sidebar__panel ul {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lcs-blog-sidebar__panel li a { text-decoration: none; }
.lcs-blog-sidebar__panel--light,
.lcs-single-sidebar__panel--light {
  border-top-color: var(--lcs-black);
  color: var(--lcs-black);
  background: var(--lcs-white);
}
.lcs-blog-sidebar__panel--light h2,
.lcs-single-sidebar__panel--light h2 { color: var(--lcs-black); }
.lcs-empty-state {
  grid-column: 1 / -1;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--lcs-line);
  background: var(--lcs-white);
}
.lcs-post-hero {
  position: relative;
  overflow: hidden;
  color: var(--lcs-white);
  background: var(--lcs-black);
}
.lcs-post-hero--image { min-height: 640px; }
.lcs-post-hero--plain { padding-block: clamp(4rem, 8vw, 7rem); }
.lcs-post-hero__media,
.lcs-post-hero__shade { position: absolute; inset: 0; }
.lcs-post-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.lcs-post-hero__shade { background: linear-gradient(90deg, rgba(5,8,12,.94), rgba(5,8,12,.62)), linear-gradient(0deg, rgba(5,8,12,.68), transparent); }
.lcs-post-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 640px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-block: clamp(4rem, 8vw, 7rem);
}
.lcs-post-hero--plain .lcs-post-hero__content { min-height: 0; padding-block: 0; }
.lcs-post-hero h1 { max-width: 950px; color: var(--lcs-white); text-transform: uppercase; }
.lcs-post-hero .lcs-breadcrumbs,
.lcs-post-hero .lcs-breadcrumbs a { color: #dce3ea; }
.lcs-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1rem;
}
.lcs-post-meta span {
  padding: .55rem .75rem;
  color: #dce3ea;
  background: rgba(13,17,23,.82);
  font-size: .76rem;
  font-weight: 850;
}
.lcs-post-meta a { color: var(--lcs-white); text-decoration: none; }
.lcs-section--single-post { background: var(--lcs-white); }
.lcs-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.lcs-single-content { max-width: none; }
.lcs-single-content > p:first-child { font-size: 1.14rem; color: var(--lcs-charcoal); }
.lcs-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.lcs-tag-list a {
  padding: .4rem .55rem;
  color: var(--lcs-black);
  background: var(--lcs-mist);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.lcs-section--related-posts { background: var(--lcs-mist); }
.lcs-section--related-posts .lcs-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lcs-text-link {
  color: var(--lcs-black);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 980px) {
  .lcs-blog-layout,
  .lcs-single-layout { grid-template-columns: 1fr; }
  .lcs-blog-sidebar,
  .lcs-single-sidebar { position: static; }
  .lcs-section--related-posts .lcs-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .lcs-blog-layout .lcs-post-grid,
  .lcs-section--related-posts .lcs-post-grid { grid-template-columns: 1fr; }
  .lcs-post-hero--image,
  .lcs-post-hero__content { min-height: 560px; }
  .lcs-post-meta { display: grid; width: 100%; }
  .lcs-post-meta span { width: 100%; }
}
