/* Tokens */
html {
  scroll-behavior: smooth;
}

.lsm-static-home {
  --lsm-charcoal: #2d2d2d;
  --lsm-ink: #151719;
  --lsm-muted: #5b6570;
  --lsm-soft: #f3f6f7;
  --lsm-paper: #ffffff;
  --lsm-line: #dbe2e6;
  --lsm-red: #df342d;
  --lsm-red-dark: #b72621;
  --lsm-red-soft: #fff0ee;
  --lsm-teal: #0b8f91;
  --lsm-teal-soft: #e8f6f5;
  --lsm-gold: #d8a337;
  --lsm-blue: #315b7c;
  --lsm-deep: #101820;
  --lsm-deeper: #081119;
  --lsm-dark-line: rgba(255, 255, 255, 0.14);
  --lsm-dark-text: rgba(255, 255, 255, 0.78);
  --lsm-radius: 8px;
  --lsm-shadow-sm: 0 12px 28px rgba(14, 24, 34, 0.12);
  --lsm-shadow-md: 0 22px 60px rgba(8, 17, 25, 0.18);
  --lsm-shadow-dark: 0 28px 80px rgba(0, 0, 0, 0.34);
  --lsm-header-height: 82px;
  color: var(--lsm-ink);
  background: var(--lsm-paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  padding-bottom: 0;
}

/* Base / accessibility */
.lsm-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.lsm-static-home :focus-visible {
  outline: 3px solid rgba(223, 52, 45, 0.72);
  outline-offset: 4px;
}

.lsm-js-enabled .lsm-static-home [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.lsm-js-enabled .lsm-static-home [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lsm-code-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.lsm-code-field span {
  position: absolute;
  left: max(-8rem, -20vw);
  color: rgba(255, 255, 255, 0.18);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: translate3d(0, 0, 0) skewX(-8deg);
  animation: lsm-code-drift 30s linear infinite;
}

.lsm-code-field span:nth-child(1) {
  top: 14%;
  animation-duration: 34s;
}

.lsm-code-field span:nth-child(2) {
  top: 30%;
  animation-delay: -10s;
  animation-duration: 42s;
}

.lsm-code-field span:nth-child(3) {
  top: 48%;
  animation-delay: -21s;
  animation-duration: 32s;
}

.lsm-code-field span:nth-child(4) {
  top: 64%;
  animation-delay: -5s;
  animation-duration: 38s;
}

.lsm-code-field span:nth-child(5) {
  top: 78%;
  animation-delay: -17s;
  animation-duration: 46s;
}

.lsm-code-field span:nth-child(6) {
  top: 88%;
  animation-delay: -28s;
  animation-duration: 36s;
}

.lsm-code-field span:nth-child(7) {
  top: 20%;
  animation-delay: -14s;
  animation-duration: 50s;
}

.lsm-code-field-muted span {
  color: rgba(21, 23, 25, 0.12);
}

@keyframes lsm-code-drift {
  0% {
    transform: translate3d(-10vw, 0, 0) skewX(-8deg);
  }

  100% {
    transform: translate3d(118vw, 0, 0) skewX(-8deg);
  }
}

.lsm-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1100;
  transform: translateY(-140%);
  background: var(--lsm-paper);
  color: var(--lsm-ink);
  border: 2px solid var(--lsm-red);
  border-radius: var(--lsm-radius);
  padding: 0.8rem 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--lsm-shadow-sm);
}

.lsm-skip-link:focus {
  transform: translateY(0);
}

.lsm-static-home img {
  max-width: 100%;
  height: auto;
}

.lsm-static-home main section[id],
.lsm-static-home footer,
.lsm-static-home #top {
  scroll-margin-top: calc(var(--lsm-header-height) + 22px);
}

.lsm-section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.lsm-section-dark {
  color: var(--lsm-paper);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, var(--lsm-deep), var(--lsm-deeper));
  background-size: 64px 64px, 64px 64px, auto;
}

.lsm-eyebrow {
  margin: 0 0 0.9rem;
  color: var(--lsm-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.lsm-section-dark .lsm-eyebrow {
  color: #ff7a73;
}

.lsm-section-intro {
  max-width: 870px;
  margin: 0 0 clamp(2rem, 5vw, 3.75rem);
}

.lsm-section-intro h2,
.lsm-static-home h1,
.lsm-static-home h2,
.lsm-static-home h3,
.lsm-static-home h4 {
  color: inherit;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.06;
}

.lsm-static-home h1 {
  max-width: 720px;
  margin: 0;
  font-size: 3.65rem;
}

.lsm-static-home h1 span {
  display: block;
}

.lsm-section-intro h2,
.lsm-static-home h2 {
  margin: 0 0 1rem;
  font-size: 3.8rem;
}

.lsm-static-home h3 {
  margin: 0 0 0.9rem;
  font-size: 1.95rem;
}

.lsm-static-home h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

.lsm-static-home p {
  margin-top: 20px;
}

.lsm-section-intro p,
.lsm-process-intro p,
.lsm-hero-copy,
.lsm-about p,
.lsm-agencies p,
.lsm-contact p {
  color: var(--lsm-muted);
  font-size: 1.08rem;
}

.lsm-section-dark p,
.lsm-section-dark .lsm-hero-copy {
  color: var(--lsm-dark-text);
}

.lsm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: var(--lsm-radius);
  padding: 0.82rem 1.1rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.lsm-btn svg,
.lsm-text-link svg,
.lsm-phone-large svg,
.lsm-footer-top svg,
.lsm-agency-reel svg,
.lsm-build-item svg,
.lsm-process-step svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.lsm-btn:hover,
.lsm-text-link:hover,
.lsm-phone-large:hover {
  transform: translateY(-1px);
}

.lsm-btn-primary {
  color: var(--lsm-paper);
  background: var(--lsm-red);
  border-color: var(--lsm-red);
  box-shadow: 0 12px 26px rgba(223, 52, 45, 0.24);
}

.lsm-btn-primary:hover,
.lsm-btn-primary:focus {
  color: var(--lsm-paper);
  background: var(--lsm-red-dark);
  border-color: var(--lsm-red-dark);
}

.lsm-btn-secondary {
  color: var(--lsm-paper);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
}

.lsm-btn-secondary:hover,
.lsm-btn-secondary:focus {
  color: var(--lsm-paper);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.42);
}

.lsm-btn-outline {
  color: var(--lsm-ink);
  background: var(--lsm-paper);
  border-color: var(--lsm-line);
}

.lsm-btn-outline:hover,
.lsm-btn-outline:focus,
.lsm-project.is-expanded .lsm-btn-outline {
  color: var(--lsm-paper);
  background: var(--lsm-ink);
  border-color: var(--lsm-ink);
}

.lsm-btn-outline svg {
  transition: transform 160ms ease;
}

.lsm-project.is-expanded .lsm-btn-outline svg {
  transform: rotate(90deg);
}

.lsm-btn-project {
  color: var(--lsm-paper);
  background: var(--lsm-ink);
  border-color: var(--lsm-ink);
  box-shadow: 0 14px 30px rgba(21, 23, 25, 0.16);
}

.lsm-btn-project:hover,
.lsm-btn-project:focus,
.lsm-project.is-expanded .lsm-btn-project {
  color: var(--lsm-paper);
  background: var(--lsm-red);
  border-color: var(--lsm-red);
  box-shadow: 0 16px 36px rgba(223, 52, 45, 0.22);
}

.lsm-btn-project svg {
  transition: transform 160ms ease;
}

.lsm-project.is-expanded .lsm-btn-project svg {
  transform: rotate(90deg);
}

.lsm-btn-live {
  color: var(--lsm-deep);
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
}

.lsm-btn-live:hover,
.lsm-btn-live:focus {
  color: var(--lsm-paper);
  background: var(--lsm-red);
  border-color: var(--lsm-red);
}

.lsm-btn-quiet {
  color: var(--lsm-paper);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.lsm-btn-quiet:hover,
.lsm-btn-quiet:focus {
  color: var(--lsm-paper);
  background: rgba(255, 255, 255, 0.16);
}

.lsm-btn-lg {
  min-height: 54px;
  padding: 0.98rem 1.2rem;
  font-size: 1rem;
}

.lsm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--lsm-red);
  font-weight: 700;
  text-decoration: none;
}

.lsm-text-link:hover,
.lsm-text-link:focus {
  color: var(--lsm-red-dark);
}

.lsm-text-link-light {
  color: var(--lsm-paper);
}

.lsm-text-link-light:hover,
.lsm-text-link-light:focus {
  color: #ffd2ce;
}

/* Header / nav */
.lsm-site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  min-height: var(--lsm-header-height);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(21, 23, 25, 0.08);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.lsm-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 30px rgba(8, 17, 25, 0.08);
}

.lsm-navbar {
  min-height: var(--lsm-header-height);
  padding: 0.8rem 0;
}

.lsm-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  max-width: min(290px, 62vw);
  min-height: 48px;
  margin: 0;
  padding: 0;
  color: var(--lsm-ink);
  text-decoration: none;
}

.lsm-brand:hover,
.lsm-brand:focus {
  color: var(--lsm-ink);
}

.lsm-brand-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(21, 23, 25, 0.1);
  border-radius: var(--lsm-radius);
  background: #fff;
}

.lsm-brand-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lsm-brand-text {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
  line-height: 1.08;
}

.lsm-brand-text > span {
  color: var(--lsm-ink);
  font-size: 1.05rem;
  font-weight: 850;
}

.lsm-brand-text small {
  color: var(--lsm-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lsm-nav-collapse {
  gap: 1.1rem;
}

.lsm-nav-links {
  align-items: center;
  gap: 0.18rem;
}

.lsm-nav-link {
  min-height: 44px;
  border-radius: var(--lsm-radius);
  color: var(--lsm-ink);
  font-size: 0.94rem;
  font-weight: 700;
  padding: 0.65rem 0.78rem;
}

.lsm-nav-link:hover,
.lsm-nav-link:focus,
.lsm-nav-link.is-active {
  color: var(--lsm-red);
  background: var(--lsm-red-soft);
}

.lsm-header-phone {
  white-space: nowrap;
}

.lsm-menu-toggle {
  width: 48px;
  height: 48px;
  border: 1px solid var(--lsm-line);
  border-radius: var(--lsm-radius);
  padding: 0;
}

.lsm-menu-toggle:focus {
  box-shadow: none;
}

.lsm-menu-toggle-line {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--lsm-ink);
}

/* Hero */
.lsm-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.6rem, 8vw, 7.2rem) 0 clamp(3.2rem, 6vw, 4.8rem);
}

.lsm-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: linear-gradient(90deg, var(--lsm-red), var(--lsm-teal), var(--lsm-gold));
}

.lsm-hero-container {
  position: relative;
  z-index: 1;
}

.lsm-hero-panel {
  max-width: none;
  text-align: center;
}

.lsm-hero .lsm-hero-panel h1 {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(3.9rem, 7.2vw, 6.35rem);
}

.lsm-hero-copy {
  max-width: 1060px;
  margin: 1.9rem auto 0;
  font-size: clamp(1.14rem, 1.4vw, 1.28rem);
}

.lsm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 2.35rem 0 0;
}

.lsm-hero-work-link {
  margin-top: 0.35rem;
}

.lsm-hero-support {
  max-width: 580px;
  margin: 1.35rem 0 0;
  font-size: 0.98rem;
}

.lsm-availability-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 62px;
  margin-top: 2.5rem;
  border: 1px solid rgba(255, 122, 115, 0.46);
  border-radius: var(--lsm-radius);
  padding: 1rem 1.15rem;
  color: var(--lsm-paper);
  background: rgba(223, 52, 45, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07), 0 18px 44px rgba(223, 52, 45, 0.14);
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
}

.lsm-status-dot {
  position: relative;
  flex: 0 0 1.12rem;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 999px;
  background: var(--lsm-red);
  box-shadow: 0 0 0 9px rgba(223, 52, 45, 0.18), 0 0 22px rgba(223, 52, 45, 0.72);
}

.lsm-status-dot::after {
  content: "";
  position: absolute;
  inset: -0.72rem;
  border: 2px solid rgba(255, 122, 115, 0.58);
  border-radius: inherit;
  animation: lsm-status-pulse 2.6s ease-out infinite;
}

@keyframes lsm-status-pulse {
  0% {
    transform: scale(0.72);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

/* Build strip */
.lsm-build-strip {
  position: relative;
  overflow: hidden;
  padding: clamp(2.8rem, 5vw, 4.2rem) 0;
  color: var(--lsm-paper);
  background:
    radial-gradient(circle at 12% 30%, rgba(223, 52, 45, 0.14), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(11, 143, 145, 0.13), transparent 30%),
    linear-gradient(180deg, #171717, #080808);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lsm-build-strip .container {
  position: relative;
  z-index: 1;
}

.lsm-build-header {
  max-width: 680px;
  margin-bottom: 1.45rem;
}

.lsm-build-header h2 {
  margin: 0;
  font-size: 2.35rem;
}

.lsm-build-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--lsm-radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--lsm-shadow-dark);
  backdrop-filter: blur(8px);
}

.lsm-build-track::before {
  content: "";
  position: absolute;
  top: 3.05rem;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--lsm-red), var(--lsm-teal), var(--lsm-gold));
  opacity: 0.45;
}

.lsm-build-item {
  position: relative;
  min-height: 238px;
  padding: 1.35rem 1.25rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  transition: background-color 180ms ease, transform 180ms ease;
}

.lsm-build-item:hover {
  background-color: rgba(255, 255, 255, 0.055);
}

.lsm-build-item:last-child {
  border-right: 0;
}

.lsm-build-item::before {
  content: "";
  position: absolute;
  top: 2.74rem;
  left: 1.25rem;
  width: 0.82rem;
  height: 0.82rem;
  border: 3px solid var(--lsm-paper);
  border-radius: 999px;
  background: var(--lsm-red);
  box-shadow: 0 0 0 1px rgba(223, 52, 45, 0.34);
}

.lsm-build-item:nth-child(2)::before,
.lsm-build-item:nth-child(4)::before {
  background: var(--lsm-teal);
  box-shadow: 0 0 0 1px rgba(11, 143, 145, 0.34);
}

.lsm-build-item:nth-child(3)::before {
  background: var(--lsm-gold);
  box-shadow: 0 0 0 1px rgba(216, 163, 55, 0.34);
}

.lsm-build-item svg {
  width: 40px;
  height: 40px;
  margin-bottom: 2.5rem;
  color: #ff7a73;
  stroke-width: 1.75;
}

.lsm-build-item:nth-child(2) svg,
.lsm-build-item:nth-child(4) svg {
  color: #61d6d6;
}

.lsm-build-item:nth-child(3) svg {
  color: #f1c86b;
}

.lsm-build-item h3 {
  margin-bottom: 0.55rem;
  font-size: 1.12rem;
  line-height: 1.16;
}

.lsm-build-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.48;
}

/* Portfolio */
.lsm-work {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(49, 91, 124, 0.09) 0, transparent 34%),
    linear-gradient(180deg, var(--lsm-soft), #ffffff 24rem);
}

.lsm-work::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(45, 45, 45, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(45, 45, 45, 0.045) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent, #000 8%, #000 92%, transparent);
  pointer-events: none;
}

.lsm-work .container {
  position: relative;
  z-index: 1;
}

.lsm-project {
  overflow: hidden;
  scroll-margin-top: calc(var(--lsm-header-height) + 22px);
  margin: 0 0 2rem;
  border: 1px solid rgba(49, 91, 124, 0.18);
  border-radius: var(--lsm-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 52px rgba(8, 17, 25, 0.12);
  backdrop-filter: blur(8px);
}

.lsm-project > .row {
  padding: clamp(1rem, 2.4vw, 1.6rem);
}

.lsm-project-media {
  overflow: hidden;
  border-radius: calc(var(--lsm-radius) - 2px);
  background: #f8fafb;
}

.lsm-project-browser {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(45, 45, 45, 0.14);
  border-radius: calc(var(--lsm-radius) - 2px);
  padding: 0;
  color: inherit;
  background: #fff;
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.74), 0 16px 34px rgba(8, 17, 25, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lsm-project-browser::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(135deg, rgba(223, 52, 45, 0.22), rgba(11, 143, 145, 0.16)),
    linear-gradient(180deg, transparent, rgba(8, 17, 25, 0.16));
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.lsm-project-browser:hover,
.lsm-project-browser:focus-visible,
.lsm-project.is-expanded .lsm-project-browser {
  border-color: rgba(223, 52, 45, 0.58);
  box-shadow: 0 22px 52px rgba(8, 17, 25, 0.16), 0 0 0 4px rgba(223, 52, 45, 0.08);
}

.lsm-project-browser:hover::after,
.lsm-project-browser:focus-visible::after {
  opacity: 1;
}

.lsm-project.is-expanded .lsm-project-browser::after {
  opacity: 0.52;
}

.lsm-browser-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  min-height: 34px;
  border-bottom: 1px solid rgba(45, 45, 45, 0.12);
  padding: 0 0.78rem;
  background: linear-gradient(180deg, #ffffff, #edf2f5);
}

.lsm-browser-dots {
  display: flex;
  gap: 0.34rem;
}

.lsm-browser-dots span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: #c6d1d7;
}

.lsm-browser-dots span:first-child {
  background: var(--lsm-red);
}

.lsm-browser-dots span:nth-child(2) {
  background: var(--lsm-gold);
}

.lsm-browser-dots span:nth-child(3) {
  background: var(--lsm-teal);
}

.lsm-browser-url {
  overflow: hidden;
  color: var(--lsm-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lsm-project-media img,
.lsm-project-browser img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.lsm-project-copy {
  padding: clamp(0.35rem, 1.4vw, 1.25rem);
}

.lsm-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin: 0 0 0.85rem;
  color: var(--lsm-teal);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.lsm-project-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  color: var(--lsm-ink);
  background: var(--lsm-soft);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.lsm-project-copy p:not(.lsm-project-meta) {
  color: var(--lsm-muted);
}

.lsm-portfolio-disclosure {
  display: grid;
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr) minmax(276px, 318px);
  gap: clamp(1rem, 2.6vw, 1.65rem);
  align-items: center;
  overflow: hidden;
  min-height: 176px;
  scroll-margin-top: calc(var(--lsm-header-height) + 22px);
  margin: 0.2rem 0 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--lsm-radius);
  padding: clamp(1rem, 2.15vw, 1.35rem);
  color: var(--lsm-paper);
  background:
    radial-gradient(circle at 8% 24%, rgba(11, 143, 145, 0.36), transparent 26%),
    radial-gradient(circle at 96% 84%, rgba(223, 52, 45, 0.26), transparent 28%),
    linear-gradient(135deg, #081119 0%, #0f2638 52%, #0a1722 100%);
  box-shadow: 0 22px 58px rgba(8, 17, 25, 0.18);
}

.lsm-portfolio-disclosure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.085) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.82), #000 28%, #000 74%, rgba(0, 0, 0, 0.74));
  pointer-events: none;
}

.lsm-portfolio-disclosure::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 2vw, 1.35rem);
  left: clamp(1rem, 5vw, 3.4rem);
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--lsm-teal), rgba(255, 255, 255, 0.24) 46%, var(--lsm-red), transparent);
  opacity: 0.8;
  pointer-events: none;
}

.lsm-portfolio-disclosure-mark {
  position: absolute;
  top: 50%;
  right: clamp(1rem, 14vw, 8rem);
  z-index: 0;
  width: clamp(92px, 12vw, 144px);
  height: clamp(92px, 12vw, 144px);
  color: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%) rotate(-7deg);
  pointer-events: none;
}

.lsm-portfolio-disclosure-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lsm-portfolio-disclosure-copy,
.lsm-portfolio-disclosure-actions {
  position: relative;
  z-index: 1;
}

.lsm-portfolio-disclosure-copy .lsm-eyebrow {
  margin-bottom: 0.35rem;
  color: #ff8a83;
  font-size: 0.72rem;
}

.lsm-portfolio-disclosure-copy h3 {
  max-width: 760px;
  margin-bottom: 0.45rem;
  color: var(--lsm-paper);
  font-size: clamp(1.42rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.lsm-portfolio-disclosure-copy p {
  max-width: 800px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.42;
}

.lsm-portfolio-disclosure-actions {
  display: grid;
  gap: 0.55rem;
  justify-items: end;
  min-width: 0;
}

.lsm-portfolio-disclosure-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.lsm-portfolio-disclosure-buttons .lsm-btn {
  padding: 0.74rem 0.95rem;
}

.lsm-btn-disclosure-primary {
  color: var(--lsm-paper);
  background: var(--lsm-red);
  border-color: var(--lsm-red);
  box-shadow: 0 16px 34px rgba(223, 52, 45, 0.28);
}

.lsm-btn-disclosure-primary:hover,
.lsm-btn-disclosure-primary:focus {
  color: var(--lsm-paper);
  background: var(--lsm-red-dark);
  border-color: var(--lsm-red-dark);
}

.lsm-btn-disclosure-primary:hover svg,
.lsm-btn-disclosure-primary:focus svg {
  transform: translateX(2px);
}

.lsm-btn-more-projects {
  min-height: 46px;
  color: var(--lsm-paper);
  background: rgba(49, 91, 124, 0.44);
  border-color: rgba(145, 190, 220, 0.34);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.lsm-btn-more-projects:hover,
.lsm-btn-more-projects:focus,
.lsm-btn-more-projects[aria-expanded="true"] {
  color: var(--lsm-paper);
  background: rgba(49, 91, 124, 0.74);
  border-color: rgba(145, 190, 220, 0.62);
}

.lsm-more-projects-arrow {
  display: inline-flex;
  min-width: 1em;
  justify-content: center;
  font-weight: 850;
  line-height: 1;
  transition: transform 160ms ease;
}

.lsm-btn-more-projects:hover .lsm-more-projects-arrow,
.lsm-btn-more-projects:focus .lsm-more-projects-arrow {
  transform: translateY(2px);
}

.lsm-btn-more-projects[aria-expanded="true"]:hover .lsm-more-projects-arrow,
.lsm-btn-more-projects[aria-expanded="true"]:focus .lsm-more-projects-arrow {
  transform: translateY(-2px);
}

.lsm-portfolio-disclosure-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
  min-height: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.lsm-portfolio-disclosure-phone:hover,
.lsm-portfolio-disclosure-phone:focus {
  color: var(--lsm-paper);
}

.lsm-portfolio-disclosure-phone strong {
  color: var(--lsm-paper);
  font-weight: 850;
}

.lsm-portfolio-disclosure-phone svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: #ff8a83;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.lsm-additional-projects {
  scroll-margin-top: calc(var(--lsm-header-height) + 22px);
}

.lsm-additional-projects.collapsing {
  overflow: hidden;
  transition: height 320ms ease;
}

.lsm-additional-projects .lsm-project:first-child {
  margin-top: 0.65rem;
}

.lsm-additional-projects.is-expanding .lsm-project {
  animation: lsm-additional-project-reveal 320ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.lsm-additional-projects.is-expanding .lsm-project:nth-child(2) {
  animation-delay: 45ms;
}

.lsm-additional-projects.is-expanding .lsm-project:nth-child(3) {
  animation-delay: 90ms;
}

@keyframes lsm-additional-project-reveal {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.lsm-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.25rem 0 1.4rem;
  padding: 0;
  list-style: none;
}

.lsm-tag-list li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(91, 101, 112, 0.18);
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  color: var(--lsm-muted);
  background: #f7f9fa;
  font-size: 0.86rem;
  font-weight: 700;
}

.lsm-project-detail {
  scroll-margin-top: calc(var(--lsm-header-height) + 22px);
  border-top: 1px solid var(--lsm-line);
  background: var(--lsm-deep);
}

.lsm-detail-inner {
  padding: clamp(1.2rem, 3vw, 2rem);
  color: var(--lsm-paper);
}

.lsm-detail-inner p,
.lsm-detail-inner li {
  color: var(--lsm-dark-text);
}

.lsm-detail-list {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1.35rem;
  padding-left: 1.05rem;
}

.lsm-detail-list li::marker {
  color: var(--lsm-red);
}

.lsm-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.lsm-gallery {
  display: grid;
  gap: 0.85rem;
}

.lsm-gallery.is-swapping .lsm-gallery-stage img {
  opacity: 0.35;
  transform: translateY(4px);
}

.lsm-gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
}

.lsm-gallery-counter {
  min-width: 4.5rem;
  color: var(--lsm-paper);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.lsm-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--lsm-radius);
  color: var(--lsm-paper);
  background: rgba(255, 255, 255, 0.08);
}

.lsm-icon-button:hover,
.lsm-icon-button:focus {
  background: rgba(255, 255, 255, 0.15);
}

.lsm-icon-button svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lsm-icon-button:first-child svg {
  transform: rotate(180deg);
}

.lsm-gallery-stage {
  overflow: auto;
  max-height: min(680px, 72vh);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--lsm-radius);
  background: #fff;
  overscroll-behavior: contain;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26);
  scrollbar-color: var(--lsm-red) #102536;
  scrollbar-width: thin;
}

.lsm-gallery-stage img {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
  transition: opacity 180ms ease, transform 180ms ease;
}

.lsm-gallery-stage img:focus-visible {
  outline-offset: -6px;
}

.lsm-gallery-stage figcaption {
  position: sticky;
  bottom: 0;
  margin: 0;
  padding: 0.75rem 0.95rem;
  color: var(--lsm-paper);
  background: rgba(8, 17, 25, 0.92);
  font-size: 0.9rem;
  font-weight: 700;
}

.lsm-thumb-rail {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.1rem 0 0.7rem;
  scrollbar-color: var(--lsm-red) #102536;
  scrollbar-width: thin;
}

.lsm-gallery-stage::-webkit-scrollbar,
.lsm-modal-image-stage::-webkit-scrollbar,
.lsm-thumb-rail::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

.lsm-gallery-stage::-webkit-scrollbar-track,
.lsm-modal-image-stage::-webkit-scrollbar-track,
.lsm-thumb-rail::-webkit-scrollbar-track {
  border: 2px solid #fff;
  border-radius: 999px;
  background: #102536;
}

.lsm-gallery-stage::-webkit-scrollbar-thumb,
.lsm-modal-image-stage::-webkit-scrollbar-thumb,
.lsm-thumb-rail::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--lsm-red);
}

.lsm-gallery-stage::-webkit-scrollbar-corner,
.lsm-modal-image-stage::-webkit-scrollbar-corner {
  background: #102536;
}

.lsm-gallery-thumb {
  flex: 0 0 112px;
  width: 112px;
  height: 74px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--lsm-radius);
  padding: 0;
  background: transparent;
  opacity: 0.72;
  transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.lsm-gallery-thumb:hover,
.lsm-gallery-thumb:focus,
.lsm-gallery-thumb.is-active {
  border-color: var(--lsm-red);
  opacity: 1;
}

.lsm-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Process */
.lsm-process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(11, 143, 145, 0.12), transparent 28%),
    radial-gradient(circle at 82% 0%, rgba(223, 52, 45, 0.1), transparent 26%),
    linear-gradient(90deg, rgba(49, 91, 124, 0.065) 1px, transparent 1px),
    linear-gradient(180deg, rgba(49, 91, 124, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, #f7fafb, #eef4f5);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
  border-top: 1px solid rgba(49, 91, 124, 0.14);
  border-bottom: 1px solid rgba(49, 91, 124, 0.14);
}

.lsm-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 42%, rgba(255, 255, 255, 0.46));
  pointer-events: none;
}

.lsm-process-section .container {
  position: relative;
  z-index: 1;
}

.lsm-process-intro {
  max-width: 760px;
  margin-bottom: clamp(2.1rem, 4vw, 3rem);
}

.lsm-process-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  gap: 0;
  border: 1px solid rgba(49, 91, 124, 0.16);
  border-radius: var(--lsm-radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(8, 17, 25, 0.1);
  backdrop-filter: blur(10px);
}

.lsm-process-path::before {
  content: "";
  position: absolute;
  top: 2.85rem;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(223, 52, 45, 0.62), rgba(11, 143, 145, 0.56), rgba(216, 163, 55, 0.62));
}

.lsm-process-step {
  position: relative;
  min-height: 300px;
  border-right: 1px solid rgba(49, 91, 124, 0.14);
  padding: 1.35rem 1.2rem 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 251, 0.68));
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.lsm-process-step:hover {
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 24px 48px rgba(8, 17, 25, 0.14);
  transform: translateY(-4px);
}

.lsm-process-step:last-child {
  border-right: 0;
}

.lsm-process-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  border: 3px solid var(--lsm-paper);
  border-radius: var(--lsm-radius);
  color: var(--lsm-paper);
  background: var(--lsm-ink);
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(21, 23, 25, 0.16);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lsm-process-step:hover .lsm-process-node {
  background: var(--lsm-red);
  box-shadow: 0 0 0 6px rgba(223, 52, 45, 0.12);
  transform: translateY(-2px);
}

.lsm-process-step svg {
  display: block;
  width: 42px;
  height: 42px;
  margin: 1.5rem 0 1.35rem;
  color: var(--lsm-red);
  stroke-width: 1.75;
  transition: color 180ms ease, transform 180ms ease;
}

.lsm-process-step:hover svg {
  color: var(--lsm-ink);
  transform: translateX(4px);
}

.lsm-process-step:nth-child(2) svg,
.lsm-process-step:nth-child(4) svg {
  color: var(--lsm-teal);
}

.lsm-process-step:nth-child(3) svg {
  color: var(--lsm-gold);
}

.lsm-process-step h3 {
  margin-bottom: 0.55rem;
  font-size: 1.2rem;
  line-height: 1.16;
}

.lsm-process-step p {
  margin-bottom: 0;
  color: var(--lsm-muted);
  font-size: 0.96rem;
  line-height: 1.48;
}

/* Agencies */
.lsm-agencies {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 50%, rgba(223, 52, 45, 0.18), transparent 28%),
    linear-gradient(135deg, #101820, #071018);
  background-size: 70px 70px, 70px 70px, auto, auto;
}

.lsm-agencies .container {
  position: relative;
  z-index: 1;
}

.lsm-trust-line {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0.55rem 0 1.4rem;
  border-left: 4px solid var(--lsm-red);
  padding: 0.45rem 0 0.45rem 1rem;
  color: var(--lsm-paper) !important;
  font-weight: 900;
}

.lsm-agency-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.lsm-agency-reel {
  position: relative;
  overflow: hidden;
  height: 428px;
  padding: 0.35rem 0;
  mask-image: linear-gradient(180deg, transparent, #000 13%, #000 87%, transparent);
}

.lsm-agency-reel::before,
.lsm-agency-reel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 5rem;
  pointer-events: none;
}

.lsm-agency-reel::before {
  top: 0;
  background: linear-gradient(180deg, rgba(16, 24, 32, 0.96), rgba(16, 24, 32, 0));
}

.lsm-agency-reel::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(7, 16, 24, 0.96), rgba(7, 16, 24, 0));
}

.lsm-agency-reel-track {
  display: grid;
  gap: 0.85rem;
  animation: lsm-agency-reel 32s linear infinite;
  will-change: transform;
}

.lsm-agency-reel:hover .lsm-agency-reel-track,
.lsm-agency-reel:focus-within .lsm-agency-reel-track {
  animation-play-state: paused;
}

.lsm-agency-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 112px;
  border: 1px solid var(--lsm-dark-line);
  border-radius: var(--lsm-radius);
  padding: 1rem 1.1rem;
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  text-decoration: none;
  transform: skewY(-0.6deg);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.lsm-agency-item:hover,
.lsm-agency-item:focus {
  color: var(--lsm-paper);
  border-color: rgba(255, 122, 115, 0.58);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px) skewY(0);
}

.lsm-agency-item:hover svg,
.lsm-agency-item:focus svg {
  color: #ffd2ce;
}

.lsm-agency-reel svg {
  width: 50px;
  height: 50px;
  color: #ff7a73;
  stroke-width: 1.55;
}

.lsm-agency-reel span {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  line-height: 1.35;
}

@keyframes lsm-agency-reel {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, calc(-50% - 0.425rem), 0);
  }
}

/* About */
.lsm-about {
  background: linear-gradient(180deg, var(--lsm-paper), var(--lsm-soft));
}

.lsm-about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: center;
}

.lsm-about-identity {
  display: grid;
  gap: 1rem;
}

.lsm-portrait-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--lsm-line);
  border-radius: var(--lsm-radius);
  background: var(--lsm-paper);
  box-shadow: var(--lsm-shadow-md);
}

.lsm-portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.lsm-portrait-card figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.65rem;
  justify-content: space-between;
  margin: 0;
  padding: 1rem 1.1rem;
  border-top: 1px solid var(--lsm-line);
  color: var(--lsm-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.lsm-portrait-card figcaption strong {
  color: var(--lsm-ink);
  font-weight: 850;
}

.lsm-about-content {
  max-width: 760px;
}

.lsm-proof-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 1.45rem 0 1rem;
  border: 1px solid var(--lsm-line);
  border-radius: var(--lsm-radius);
  background: var(--lsm-line);
  box-shadow: var(--lsm-shadow-sm);
}

.lsm-proof-stat {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 120px;
  padding: 1.1rem;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 246, 247, 0.78));
}

.lsm-proof-stat strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--lsm-red);
  font-size: 2rem;
  font-weight: 850;
  line-height: 1;
}

.lsm-proof-stat span {
  color: var(--lsm-muted);
  font-weight: 700;
}

.lsm-credential-table {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.lsm-credential-table li {
  display: grid;
  grid-template-columns: minmax(132px, 0.38fr) minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  border: 1px solid rgba(49, 91, 124, 0.14);
  border-radius: var(--lsm-radius);
  padding: 0.78rem 0.9rem;
  background:
    linear-gradient(90deg, rgba(11, 143, 145, 0.075), rgba(255, 255, 255, 0.92));
  box-shadow: 0 10px 24px rgba(8, 17, 25, 0.06);
}

.lsm-credential-table span {
  color: var(--lsm-teal);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.lsm-credential-table strong {
  color: var(--lsm-ink);
  font-size: 0.98rem;
  line-height: 1.35;
}

.lsm-service-callout {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 0.9rem;
  align-items: center;
  max-width: 440px;
  border: 1px solid rgba(49, 91, 124, 0.2);
  border-left: 4px solid var(--lsm-blue);
  border-radius: var(--lsm-radius);
  padding: 0.85rem 1rem;
  background: rgba(49, 91, 124, 0.06);
}

.lsm-service-mark {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.lsm-service-callout strong,
.lsm-service-callout span {
  display: block;
}

.lsm-service-callout strong {
  color: var(--lsm-ink);
  font-weight: 850;
}

.lsm-service-callout span {
  color: var(--lsm-muted);
  font-size: 0.94rem;
}

/* Contact */
.lsm-contact {
  position: relative;
  overflow: hidden;
}

.lsm-call-panel,
.lsm-form-panel {
  height: 100%;
  border: 1px solid var(--lsm-dark-line);
  border-radius: var(--lsm-radius);
  background: rgba(255, 255, 255, 0.07);
}

.lsm-call-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.lsm-call-panel .lsm-contact-heading {
  max-width: 100%;
  margin: 0 0 0.7rem;
  color: var(--lsm-paper);
  font-size: clamp(2.7rem, 3.9vw, 3.35rem);
  line-height: 1;
}

.lsm-contact-subheading {
  margin: 0 0 1.05rem;
  color: #ff7a73 !important;
  font-size: clamp(2.95rem, 3.1vw, 3.7rem) !important;
  font-weight: 850;
  line-height: 1.03;
}

.lsm-phone-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: fit-content;
  max-width: 100%;
  min-height: 64px;
  margin: 1.2rem 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--lsm-radius);
  padding: 0.95rem 1rem;
  color: var(--lsm-paper);
  background: var(--lsm-red);
  font-size: 1.32rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 16px 36px rgba(223, 52, 45, 0.25);
}

.lsm-phone-large:hover,
.lsm-phone-large:focus {
  color: var(--lsm-paper);
  background: var(--lsm-red-dark);
}

.lsm-phone-large svg {
  width: 1.65rem;
  height: 1.65rem;
}

.lsm-phone-large span {
  min-width: 0;
}

.lsm-contact-location {
  margin-bottom: 0;
  font-size: 0.96rem !important;
}

.lsm-form-panel {
  padding: clamp(1.15rem, 2.6vw, 1.75rem);
  background: rgba(255, 255, 255, 0.95);
}

.lsm-form-heading h2 {
  margin: 0 0 0.45rem;
  color: var(--lsm-ink);
  font-size: 1.95rem;
}

.lsm-form-heading p {
  color: var(--lsm-muted);
  font-size: 0.98rem;
}

.lsm-contact-form .form-label {
  color: var(--lsm-ink);
  font-weight: 700;
}

.lsm-form-control {
  min-height: 48px;
  border-color: #cbd5db;
  border-radius: var(--lsm-radius);
  color: var(--lsm-ink);
  background-color: #fff;
}

.lsm-form-control:focus {
  border-color: var(--lsm-red);
  box-shadow: 0 0 0 0.2rem rgba(223, 52, 45, 0.14);
}

textarea.lsm-form-control {
  min-height: 144px;
}

.lsm-form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.lsm-form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--lsm-muted) !important;
  font-size: 0.94rem !important;
  font-weight: 750;
}

.lsm-form-status.is-success {
  color: #166534 !important;
}

.lsm-form-status.is-error {
  color: #991b1b !important;
}

/* Footer */
.lsm-footer {
  padding: 1.35rem 0;
  color: rgba(255, 255, 255, 0.76);
  background: #070d12;
}

.lsm-footer-compact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
}

.lsm-footer-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--lsm-radius);
  background: #fff;
}

.lsm-footer-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lsm-footer a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  text-decoration: none;
}

.lsm-footer a:hover,
.lsm-footer a:focus {
  color: #ffb0aa;
}

.lsm-footer-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--lsm-radius);
  color: var(--lsm-paper) !important;
  background: var(--lsm-red);
  box-shadow: 0 14px 32px rgba(223, 52, 45, 0.2);
}

.lsm-footer-top:hover,
.lsm-footer-top:focus {
  color: var(--lsm-paper) !important;
  background: var(--lsm-red-dark);
}

.lsm-copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
}

/* Screenshot modal */
.lsm-image-modal {
  --bs-modal-bg: transparent;
}

.lsm-image-modal-dialog {
  width: min(1320px, 100vw);
  max-width: none;
  margin: 1rem auto;
}

.lsm-image-modal-content {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--lsm-radius);
  color: var(--lsm-paper);
  background: #071018;
  box-shadow: var(--lsm-shadow-dark);
}

.lsm-image-modal-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 1.1rem;
}

.lsm-image-modal-header .lsm-eyebrow {
  margin-bottom: 0.3rem;
}

.lsm-image-modal-header h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
}

.lsm-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--lsm-radius);
  color: var(--lsm-paper);
  background: rgba(255, 255, 255, 0.08);
}

.lsm-modal-close:hover,
.lsm-modal-close:focus {
  background: rgba(255, 255, 255, 0.16);
}

.lsm-modal-close svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lsm-image-modal-body {
  padding: 0;
}

.lsm-modal-image-stage {
  overflow: auto;
  max-height: min(74vh, 820px);
  border: 0;
  border-radius: 0;
  background: #fff;
  overscroll-behavior: contain;
  scrollbar-color: var(--lsm-red) #102536;
  scrollbar-width: thin;
}

.lsm-modal-image-stage img {
  display: block;
  width: 100%;
  min-width: min(900px, 100%);
  height: auto;
}

.lsm-modal-caption {
  margin: 0;
  padding: 0.78rem 1rem 1rem;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 0.92rem !important;
  font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
  .lsm-brand {
    max-width: min(270px, 60vw);
  }

  .lsm-static-home h1 {
    font-size: 3.35rem;
  }

  .lsm-build-track,
  .lsm-process-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lsm-build-item:nth-child(2),
  .lsm-process-step:nth-child(2) {
    border-right: 0;
  }

  .lsm-build-item:nth-child(-n + 2),
  .lsm-process-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lsm-line);
  }

  .lsm-build-track::before,
  .lsm-process-path::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .lsm-static-home {
    --lsm-header-height: 74px;
  }

  .lsm-nav-collapse {
    margin-top: 0.85rem;
    border: 1px solid var(--lsm-line);
    border-radius: var(--lsm-radius);
    padding: 0.85rem;
    background: var(--lsm-paper);
    box-shadow: var(--lsm-shadow-sm);
  }

  .lsm-nav-links {
    align-items: stretch;
  }

  .lsm-nav-link {
    display: flex;
    align-items: center;
  }

  .lsm-header-phone {
    width: 100%;
    margin-top: 0.5rem;
  }

  .lsm-hero {
    padding-top: 4rem;
  }

  .lsm-project-media {
    margin-bottom: 0.35rem;
  }

  .lsm-portfolio-disclosure {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lsm-portfolio-disclosure-actions {
    justify-items: start;
    min-width: 0;
  }

  .lsm-portfolio-disclosure-buttons {
    justify-content: flex-start;
  }

  .lsm-btn-more-projects {
    justify-self: start;
  }

  .lsm-project:nth-of-type(even) .row {
    flex-direction: column;
  }

  .lsm-agency-reel {
    height: 392px;
  }

  .lsm-about-layout {
    grid-template-columns: 1fr;
  }

  .lsm-portrait-card {
    max-width: 440px;
  }

  .lsm-service-callout {
    max-width: 440px;
  }
}

@media (max-width: 767.98px) {
  .lsm-static-home .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .lsm-section {
    padding: 4rem 0;
  }

  .lsm-hero {
    padding: 2.8rem 0 3.2rem;
  }

  .lsm-static-home h1 {
    max-width: 100%;
    font-size: 2.55rem;
  }

  .lsm-hero .lsm-hero-panel h1 {
    font-size: clamp(2.55rem, 12vw, 3.35rem);
  }

  .lsm-section-intro h2,
  .lsm-static-home h2 {
    font-size: 2.45rem;
  }

  .lsm-hero-actions,
  .lsm-agency-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lsm-hero-actions .lsm-btn,
  .lsm-agency-actions .lsm-btn {
    width: 100%;
  }

  .lsm-form-footer {
    align-items: flex-start;
  }

  .lsm-availability-bar {
    align-items: flex-start;
    width: 100%;
  }

  .lsm-build-track,
  .lsm-process-path {
    grid-template-columns: 1fr;
  }

  .lsm-build-track::before,
  .lsm-process-path::before {
    display: block;
    top: 2rem;
    bottom: 2rem;
    left: 1.62rem;
    right: auto;
    width: 2px;
    height: auto;
  }

  .lsm-build-item,
  .lsm-process-step {
    border-right: 0;
    border-bottom: 1px solid var(--lsm-line);
  }

  .lsm-build-item:last-child,
  .lsm-process-step:last-child {
    border-bottom: 0;
  }

  .lsm-build-item {
    min-height: auto;
    padding-left: 4rem;
  }

  .lsm-build-item::before {
    left: 1.22rem;
  }

  .lsm-project {
    margin-bottom: 1.35rem;
  }

  .lsm-portfolio-disclosure {
    gap: 0.78rem;
    align-items: start;
    margin: 0.15rem 0 1.15rem;
    padding: 0.85rem;
  }

  .lsm-portfolio-disclosure-copy h3 {
    margin-bottom: 0.34rem;
    font-size: 1.32rem;
    line-height: 1.08;
  }

  .lsm-portfolio-disclosure-copy p {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .lsm-portfolio-disclosure-actions {
    gap: 0.45rem;
    justify-items: stretch;
  }

  .lsm-portfolio-disclosure-buttons {
    flex-direction: column;
    gap: 0.45rem;
  }

  .lsm-portfolio-disclosure::after {
    right: 1rem;
    bottom: 0.82rem;
    left: 1rem;
  }

  .lsm-portfolio-disclosure-mark {
    top: auto;
    right: 0.8rem;
    bottom: 0.7rem;
    width: 82px;
    height: 82px;
    opacity: 0.72;
    transform: rotate(-7deg);
  }

  .lsm-portfolio-disclosure-buttons .lsm-btn {
    width: 100%;
    min-height: 44px;
    padding: 0.66rem 0.75rem;
  }

  .lsm-btn-more-projects {
    width: 100%;
  }

  .lsm-portfolio-disclosure-phone {
    justify-content: center;
    font-size: 0.86rem;
  }

  .lsm-project > .row {
    padding: 0.85rem;
  }

  .lsm-project-copy {
    padding: 0.4rem 0.1rem 0.35rem;
  }

  .lsm-project-meta {
    gap: 0.4rem;
    font-size: 0.7rem;
  }

  .lsm-tag-list li,
  .lsm-credential-table li {
    font-size: 0.8rem;
  }

  .lsm-detail-inner {
    padding: 1rem;
  }

  .lsm-gallery-toolbar {
    justify-content: space-between;
  }

  .lsm-gallery-stage {
    max-height: 560px;
  }

  .lsm-gallery-stage img {
    width: 100%;
    min-width: 640px;
    max-width: none;
  }

  .lsm-gallery-thumb {
    flex-basis: 98px;
    width: 98px;
    height: 64px;
  }

  .lsm-process-step {
    min-height: auto;
  }

  .lsm-agency-reel {
    height: 368px;
  }

  .lsm-agency-item {
    grid-template-columns: 56px 1fr;
    min-height: 104px;
  }

  .lsm-agency-reel svg {
    width: 44px;
    height: 44px;
  }

  .lsm-proof-board {
    grid-template-columns: 1fr;
  }

  .lsm-credential-table li {
    grid-template-columns: 1fr;
    gap: 0.28rem;
  }

  .lsm-image-modal-body {
    padding: 0;
  }
}

@media (max-width: 430px) {
  .lsm-brand {
    max-width: calc(100vw - 104px);
    gap: 0.55rem;
  }

  .lsm-brand-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .lsm-brand-text > span {
    font-size: 0.98rem;
  }

  .lsm-brand-text small {
    display: none;
  }

  .lsm-static-home h1 {
    font-size: 2.28rem;
  }

  .lsm-hero .lsm-hero-panel h1 {
    font-size: clamp(2.25rem, 11vw, 2.95rem);
  }

  .lsm-hero-copy,
  .lsm-section-intro p,
  .lsm-about p,
  .lsm-process-intro p,
  .lsm-agencies p,
  .lsm-contact p {
    font-size: 1rem;
  }

  .lsm-project-copy h3 {
    font-size: 1.42rem;
  }

  .lsm-project-meta span {
    min-height: 26px;
  }

  .lsm-phone-large {
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    font-size: 1.12rem;
  }

  .lsm-footer-compact {
    grid-template-columns: auto 1fr auto;
    gap: 0.7rem;
  }
}

@media (max-width: 370px) {
  .lsm-brand {
    max-width: calc(100vw - 98px);
  }

  .lsm-btn {
    padding-right: 0.82rem;
    padding-left: 0.82rem;
  }

  .lsm-project-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .lsm-gallery-thumb {
    flex-basis: 88px;
    width: 88px;
    height: 58px;
  }

  .lsm-agency-item {
    grid-template-columns: 1fr;
  }

  .lsm-agency-reel svg {
    margin-bottom: 0.2rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lsm-static-home *,
  .lsm-static-home *::before,
  .lsm-static-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .lsm-btn:hover,
  .lsm-text-link:hover,
  .lsm-phone-large:hover,
  .lsm-agency-item:hover,
  .lsm-project-browser:hover,
  .lsm-process-step:hover {
    transform: none;
  }

  .lsm-code-field span,
  .lsm-agency-reel-track {
    animation: none !important;
    transform: none !important;
  }

  .lsm-btn-disclosure-primary:hover svg,
  .lsm-btn-disclosure-primary:focus svg,
  .lsm-btn-more-projects:hover .lsm-more-projects-arrow,
  .lsm-btn-more-projects:focus .lsm-more-projects-arrow {
    transform: none;
  }

  .lsm-js-enabled .lsm-static-home [data-reveal],
  .lsm-js-enabled .lsm-static-home [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}