/* locks.taskmaster247.ie — Lokmaster brochure theme (aligned to marketing reference) */
:root {
  --locks-bg: #0b0f14;
  --locks-bg-elevated: #151b27;
  --locks-gold: #d4a84f;
  --locks-gold-soft: #c9a227;
  --locks-text: #f4f4f5;
  --locks-muted: #a1a1aa;
  --locks-line: rgba(212, 168, 79, 0.28);
  --locks-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --locks-radius-lg: 1rem;
  --locks-radius-xl: 1.75rem;
  --locks-radius-2xl: 2rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.locks-site {
  margin: 0;
  min-height: 100vh;
  font-family: var(--locks-font);
  background: var(--locks-bg);
  color: var(--locks-text);
  line-height: 1.55;
}

a {
  color: var(--locks-gold);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.locks-wrap {
  width: 100%;
  max-width: min(1520px, 96vw);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.75rem);
}

/* Header */
.locks-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(18, 22, 30, 0.97) 0%, rgba(11, 15, 20, 0.94) 100%);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.locks-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.85rem 0;
}

.locks-header__end {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 0.85rem;
}

@media (max-width: 560px) {
  .locks-header__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .locks-header__end {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .locks-nav {
    justify-content: center;
  }

  .locks-header__end .locks-btn--primary {
    width: 100%;
    justify-content: center;
  }
}

a.locks-brand-lockup {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.locks-brand-lockup:hover {
  text-decoration: none;
}

.locks-brand-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--locks-gold);
  line-height: 1.15;
}

.locks-brand-tag {
  margin: 0.2rem 0 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.locks-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  align-items: center;
}

.locks-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.68);
}

.locks-nav a:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.locks-nav a[aria-current="page"] {
  color: var(--locks-gold);
  text-decoration: none;
}

.locks-nav .locks-nav__ext {
  color: var(--locks-text);
  border: 1px solid var(--locks-line);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
}

.locks-nav .locks-nav__ext:hover {
  border-color: var(--locks-gold);
  color: var(--locks-gold);
  text-decoration: none;
}

/* Hero */
.locks-hero {
  padding: 3rem 0 3.5rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(212, 168, 79, 0.14) 0%, transparent 35%),
    radial-gradient(100% 80% at 50% 0%, #1a1510 0%, var(--locks-bg) 55%);
}

.locks-hero__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .locks-hero__grid {
    grid-template-columns: 1fr 1.05fr;
  }
}

.locks-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--locks-gold);
  margin-bottom: 1rem;
}

.locks-hero h1 {
  font-size: clamp(2.5rem, 7.5vw, 4.35rem);
  line-height: 1.05;
  margin: 0 0 1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.locks-hero h1 .locks-gold {
  color: var(--locks-gold);
}

.locks-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  max-width: 36rem;
  margin: 0 0 1.75rem;
  line-height: 1.65;
}

.locks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.locks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: filter 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.locks-btn--primary {
  background: linear-gradient(165deg, #e0bc5c 0%, #c9a227 45%, #b8942a 100%);
  color: #15120a;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.locks-btn--primary:hover {
  filter: brightness(1.06);
  text-decoration: none;
}

.locks-btn--ghost {
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--locks-text);
}

.locks-btn--ghost:hover {
  border-color: var(--locks-gold);
  color: var(--locks-gold);
  text-decoration: none;
}

.locks-btn--inverse {
  background: #0b0e14;
  color: var(--locks-text);
  border-color: transparent;
}

.locks-btn--inverse:hover {
  filter: brightness(1.15);
  text-decoration: none;
}

.locks-hero__media-frame {
  border-radius: var(--locks-radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 1.35rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.locks-hero__media {
  border-radius: var(--locks-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #fff;
}

.locks-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Hero — full-bleed background slideshow (home) */
.locks-hero--banner {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(3rem, 10vw, 5rem) 0 clamp(3.5rem, 8vw, 4.75rem);
  min-height: min(78vh, 780px);
  display: flex;
  align-items: center;
  background: var(--locks-bg);
  overflow: hidden;
}

.locks-hero--banner .locks-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.locks-hero--banner .locks-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  z-index: 0;
  transition: opacity 1.35s ease-in-out;
  pointer-events: none;
}

.locks-hero--banner .locks-hero__slide.is-active {
  opacity: 1;
  z-index: 2;
}

.locks-hero--banner .locks-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    105deg,
    rgba(11, 15, 20, 0.93) 0%,
    rgba(11, 15, 20, 0.68) 40%,
    rgba(11, 15, 20, 0.42) 100%
  );
  pointer-events: none;
}

.locks-hero--banner .locks-hero__inner {
  position: relative;
  z-index: 4;
  width: 100%;
}

.locks-hero--banner .locks-kicker {
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
}

.locks-hero--banner h1 {
  text-shadow: 0 2px 36px rgba(0, 0, 0, 0.55);
}

.locks-hero--banner .locks-lead {
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.55);
}

/* Home — large “Introducing” headline */
.locks-display-title {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: none;
  color: var(--locks-text);
  max-width: 22ch;
}

/* Home — “Introducing” band: layout, pillars, CTA */
.locks-intro {
  position: relative;
  overflow: hidden;
}

.locks-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 55% at 12% -5%, rgba(212, 168, 79, 0.09) 0%, transparent 52%),
    radial-gradient(ellipse 70% 45% at 100% 105%, rgba(212, 168, 79, 0.06) 0%, transparent 48%);
}

.locks-intro__inner {
  position: relative;
  z-index: 1;
}

.locks-intro__header {
  max-width: 42rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.locks-intro__lead {
  margin: 0;
  font-size: clamp(1.02rem, 1.55vw, 1.12rem);
  line-height: 1.72;
  color: rgba(228, 228, 231, 0.84);
}

.locks-intro__pillars {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .locks-intro__pillars {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: stretch;
  }
}

.locks-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  padding: 1.45rem 1.5rem 1.35rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.3);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

@media (prefers-reduced-motion: reduce) {
  .locks-pillar {
    transition: none;
  }
}

.locks-pillar:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 168, 79, 0.32);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.38);
}

.locks-pillar::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  top: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(212, 168, 79, 0.15), var(--locks-gold), rgba(212, 168, 79, 0.2));
}

.locks-pillar__title {
  margin: 0.55rem 0 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--locks-gold);
}

.locks-pillar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locks-pillar__list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(200, 200, 210, 0.92);
}

.locks-pillar__list li:last-child {
  margin-bottom: 0;
}

.locks-pillar__list li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.58em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--locks-gold);
  opacity: 0.55;
}

.locks-intro-cta {
  margin-top: clamp(1.85rem, 4vw, 2.65rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.45rem 1.65rem;
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(18, 22, 32, 0.95) 0%, rgba(12, 15, 22, 0.98) 100%);
  border: 1px solid rgba(212, 168, 79, 0.22);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.locks-intro-cta__title {
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--locks-text);
}

.locks-intro-cta__sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: var(--locks-muted);
}

.locks-intro-cta .locks-btn--primary {
  flex-shrink: 0;
}

.locks-intro-cta .locks-btn--primary:hover {
  text-decoration: none;
}

/* Sections */
.locks-section {
  padding: 2.75rem 0;
}

.locks-section--alt {
  background: var(--locks-bg-elevated);
}

/* Section labels (not large display titles) */
.locks-section h2:not(.locks-display-title) {
  margin: 0 0 0.35rem;
  color: var(--locks-gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.locks-section h2 + p.sub {
  margin: 0 0 1.5rem;
  color: var(--locks-muted);
  font-size: 0.95rem;
}

.locks-prose {
  max-width: 46rem;
  color: var(--locks-muted);
}

.locks-prose p {
  margin: 0 0 1rem;
}

/* Feature columns */
.locks-features {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  .locks-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

.locks-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--locks-radius-2xl);
  padding: 1.75rem 2rem;
}

.locks-card h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--locks-gold);
}

.locks-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locks-card li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
  color: var(--locks-muted);
}

.locks-card li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--locks-gold);
  font-weight: 700;
}

/* Model grid */
.locks-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .locks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .locks-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.locks-tile {
  display: block;
  border-radius: var(--locks-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.locks-tile:hover {
  transform: translateY(-3px);
  border-color: var(--locks-line);
  text-decoration: none;
}

.locks-tile__img {
  aspect-ratio: 4 / 3;
  background: #fff;
}

.locks-tile__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.locks-tile__body {
  padding: 1rem 1.1rem 1.2rem;
}

.locks-tile__sku {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--locks-muted);
}

.locks-tile__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0.2rem 0 0.35rem;
  color: var(--locks-text);
}

.locks-tile__tagline {
  font-size: 0.85rem;
  color: var(--locks-muted);
  margin: 0;
  line-height: 1.45;
}

.locks-badge {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  background: rgba(212, 175, 55, 0.18);
  color: var(--locks-gold);
}

/* Product detail */
.locks-product {
  padding: 2rem 0 3rem;
}

.locks-product__crumb {
  margin-bottom: 1rem;
}

.locks-product__crumb a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--locks-muted);
  text-decoration: none;
}

.locks-product__crumb a:hover {
  color: var(--locks-gold);
}

.locks-product__shell {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.03) 0%, transparent 55%);
}

.locks-product__top {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 880px) {
  .locks-product__top {
    grid-template-columns: 1fr 1.05fr;
  }
}

.locks-product__media {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
}

.locks-product__media img {
  display: block;
  width: 100%;
  height: auto;
}

.locks-product__header {
  margin-bottom: 1.25rem;
}

.locks-product__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}

.locks-product__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--locks-muted);
}

.locks-product__badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  background: rgba(212, 175, 55, 0.18);
  color: var(--locks-gold);
}

.locks-product__title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--locks-text);
}

.locks-product__sku-line {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--locks-gold);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.locks-product__tagline {
  margin: 0.85rem 0 0;
  color: var(--locks-muted);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 42rem;
}

.locks-product__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}

.locks-product__stat {
  flex: 1 1 140px;
  min-width: 0;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

.locks-product__stat-value {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--locks-text);
  line-height: 1.35;
}

.locks-product__stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--locks-muted);
}

.locks-product__h2 {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--locks-text);
}

.locks-product__split {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 720px) {
  .locks-product__split {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.75rem;
  }
}

.locks-product__table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.locks-product__table-wrap .locks-spec {
  margin: 0;
}

.locks-product__aside {
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(212, 168, 79, 0.18);
  background: rgba(18, 22, 32, 0.55);
}

.locks-product__aside-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--locks-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.locks-product__aside-list li + li {
  margin-top: 0.65rem;
}

.locks-product__aside-list strong {
  color: var(--locks-text);
  font-weight: 700;
}

.locks-product-cta {
  margin-top: clamp(1.75rem, 3vw, 2.25rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem 1.5rem;
  border-radius: 1.15rem;
  background: linear-gradient(145deg, rgba(18, 22, 32, 0.96) 0%, rgba(12, 15, 22, 0.98) 100%);
  border: 1px solid rgba(212, 168, 79, 0.22);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.locks-product-cta__title {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--locks-text);
}

.locks-product-cta__sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--locks-muted);
  max-width: 36rem;
}

.locks-product-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.locks-product-cta .locks-btn--primary:hover,
.locks-product-cta .locks-btn--ghost:hover {
  text-decoration: none;
}

.locks-product__related {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.locks-product__related-title {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--locks-text);
}

.locks-product__related-lead {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--locks-muted);
  max-width: 40rem;
}

.locks-product__related-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 560px) {
  .locks-product__related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.locks-product__related-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.locks-product__related-card:hover {
  border-color: rgba(212, 168, 79, 0.35);
  background: rgba(212, 168, 79, 0.06);
  transform: translateY(-2px);
}

.locks-product__related-sku {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--locks-gold);
}

.locks-product__related-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--locks-text);
  line-height: 1.3;
}

.locks-product__related-hint {
  margin-top: 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--locks-muted);
}

.locks-spec {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.locks-spec th,
.locks-spec td {
  padding: 0.65rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.locks-spec th {
  width: 38%;
  color: var(--locks-muted);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.02);
}

.locks-spec tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.locks-cta {
  margin-top: 2rem;
  padding: 1.35rem 1.65rem;
  border-radius: var(--locks-radius-xl);
  background: linear-gradient(120deg, #c9a227, #e8c86a);
  color: #15120a;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.locks-cta strong {
  display: block;
  font-size: 1.05rem;
}

.locks-cta__sub {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  opacity: 0.92;
}

.locks-cta a {
  color: #15120a;
  font-weight: 800;
}

/* Brochure strip */
.locks-brochure-strip {
  margin-top: 2rem;
  border-radius: var(--locks-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.locks-brochure-strip img {
  display: block;
  width: 100%;
  height: auto;
}

/* Footer */
.locks-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--locks-line);
  margin-top: 2rem;
  padding: 2.35rem 0 1.85rem;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(212, 168, 79, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, var(--locks-bg) 0%, #080a10 100%);
  color: var(--locks-muted);
  font-size: 0.9rem;
}

.locks-footer__topline {
  height: 2px;
  margin: 0 0 1.15rem;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(212, 168, 79, 0.55), transparent);
}

.locks-footer__tagline {
  margin: 0 0 1.65rem;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(212, 168, 79, 0.75);
}

.locks-footer__grid {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .locks-footer__grid {
    grid-template-columns: 1.05fr 0.95fr 0.9fr;
    gap: 1.35rem;
  }
}

.locks-footer__block {
  padding: 1.35rem 1.4rem 1.3rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.locks-footer__heading {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--locks-gold);
}

.locks-footer__subbrand {
  margin: 0 0 0.85rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.locks-footer__text {
  margin: 0 0 1rem;
  line-height: 1.55;
  max-width: 28rem;
  font-size: 0.88rem;
}

.locks-footer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.locks-footer__chips li {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.locks-footer__contact {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0 0 0.55rem;
  line-height: 1.45;
}

.locks-footer__contact a {
  font-weight: 700;
  color: var(--locks-gold);
  text-decoration: none;
  word-break: break-word;
}

.locks-footer__contact a:hover {
  text-decoration: underline;
}

.locks-footer__contact-icon {
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: rgba(212, 168, 79, 0.75);
}

.locks-footer__contact-icon svg {
  display: block;
}

.locks-footer__meta {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(161, 161, 170, 0.92);
}

.locks-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.locks-footer__nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.locks-footer__nav a:hover {
  border-color: rgba(212, 168, 79, 0.45);
  color: var(--locks-gold);
  text-decoration: none;
}

.locks-footer__form-hint {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(161, 161, 170, 0.9);
}

.locks-footer__legal-wrap {
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.locks-footer__legal {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(161, 161, 170, 0.85);
}

.locks-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locks-footer__list li {
  margin-bottom: 0.45rem;
}

.locks-footer__list a {
  color: var(--locks-muted);
  font-weight: 600;
}

.locks-footer__list a:hover {
  color: var(--locks-gold);
  text-decoration: none;
}

/* Footer — quick message (opens mail client) */
.locks-footer-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.locks-input,
.locks-footer-form textarea {
  width: 100%;
  border-radius: var(--locks-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.65rem 0.85rem;
  font-size: 0.9rem;
  color: var(--locks-text);
  font-family: inherit;
}

.locks-input::placeholder,
.locks-footer-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.locks-input:focus,
.locks-footer-form textarea:focus {
  outline: none;
  border-color: rgba(212, 168, 79, 0.65);
}

.locks-footer-form textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.locks-footer-form .locks-btn {
  width: 100%;
  justify-content: center;
  margin-top: 0.15rem;
}

/* About page */
.locks-about-hero {
  padding: 2.35rem 0 2.75rem;
  background: radial-gradient(110% 75% at 65% -10%, rgba(212, 175, 55, 0.12) 0%, transparent 52%),
    radial-gradient(90% 60% at 50% 0%, #1a1510 0%, var(--locks-bg) 58%);
}

.locks-about-hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  line-height: 1.14;
  margin: 0 0 1rem;
  font-weight: 800;
  max-width: 20ch;
}

.locks-about-hero .locks-lead {
  font-size: 1.08rem;
  max-width: 36rem;
  line-height: 1.6;
}

.locks-about-story {
  position: relative;
  overflow: hidden;
}

.locks-about-story::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 45% at 0% 30%, rgba(212, 168, 79, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 55% 40% at 100% 80%, rgba(212, 168, 79, 0.05) 0%, transparent 50%);
}

.locks-about-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

@media (min-width: 720px) {
  .locks-about-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.locks-about-stat {
  border-radius: 1rem;
  padding: 1.1rem 1rem 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.locks-about-stat__value {
  display: block;
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--locks-gold);
  line-height: 1.15;
}

.locks-about-stat__label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.72);
  line-height: 1.35;
}

.locks-about-story__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 960px) {
  .locks-about-story__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
    gap: clamp(2rem, 4vw, 3.25rem);
    align-items: stretch;
  }
}

.locks-about-story__main {
  max-width: 44rem;
}

.locks-about-aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem 1.5rem 1.45rem;
  border-radius: 1.25rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(212, 168, 79, 0.18);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.locks-about-pullquote {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  font-weight: 600;
  color: rgba(244, 244, 245, 0.94);
  padding-left: 1rem;
  border-left: 3px solid var(--locks-gold);
}

.locks-about-highlights {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locks-about-highlights li {
  position: relative;
  padding-left: 1.05rem;
  margin-bottom: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--locks-muted);
}

.locks-about-highlights li:last-child {
  margin-bottom: 0;
}

.locks-about-highlights li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--locks-gold);
  opacity: 0.55;
}

.locks-about-aside__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.15rem;
}

.locks-about-aside__actions .locks-btn {
  flex: 1 1 auto;
  min-width: 8.5rem;
  justify-content: center;
}

.locks-about-prose--lead p:first-of-type {
  font-size: 1.06rem;
  color: var(--locks-text);
  line-height: 1.65;
  margin-bottom: 1.15rem;
}

/* Services page */
.locks-services-hub {
  position: relative;
  overflow: hidden;
}

.locks-services-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 48% at 0% 0%, rgba(212, 168, 79, 0.08) 0%, transparent 52%),
    radial-gradient(ellipse 55% 42% at 100% 85%, rgba(212, 168, 79, 0.05) 0%, transparent 48%);
}

.locks-services-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

@media (min-width: 720px) {
  .locks-services-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.locks-services-stat {
  border-radius: 1rem;
  padding: 1.05rem 0.85rem 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.locks-services-stat__value {
  display: block;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--locks-gold);
  line-height: 1.15;
}

.locks-services-stat__label {
  display: block;
  margin-top: 0.32rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.7);
  line-height: 1.35;
}

.locks-services-split {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.25rem;
  align-items: start;
}

@media (min-width: 920px) {
  .locks-services-split {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 3rem;
    align-items: center;
  }
}

.locks-services-split--intro {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.locks-services-hub__lead {
  margin: 1rem 0 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(200, 200, 210, 0.88);
}

.locks-services-h1 {
  font-size: clamp(1.75rem, 3.8vw, 2.65rem);
  line-height: 1.15;
  margin: 0.35rem 0 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.locks-services-list-heading {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--locks-gold);
}

.locks-services-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locks-services-list li {
  position: relative;
  padding-left: 1.05rem;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--locks-muted);
}

.locks-services-list li:last-child {
  margin-bottom: 0;
}

.locks-services-list li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--locks-gold);
  opacity: 0.55;
}

.locks-services-list-card {
  padding: 1.5rem 1.5rem 1.45rem;
}

.locks-services-audiences {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.15rem;
  margin-bottom: clamp(2rem, 4vw, 2.65rem);
}

@media (min-width: 880px) {
  .locks-services-audiences {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.locks-services-audience {
  padding: 1.35rem 1.4rem 1.3rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.26);
}

.locks-services-audience__title {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--locks-text);
  letter-spacing: -0.02em;
}

.locks-services-audience__text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--locks-muted);
}

.locks-services-process {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .locks-services-process {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.locks-services-process__step {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.2rem;
  padding: 1.1rem 1.15rem;
  border-radius: 1.1rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.locks-services-process__num {
  grid-row: 1 / span 2;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 900;
  color: #15120a;
  background: var(--locks-gold);
}

.locks-services-process__label {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--locks-text);
  letter-spacing: 0.02em;
}

.locks-services-process__hint {
  grid-column: 2;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--locks-muted);
}

.locks-services-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.45rem 1.55rem;
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(18, 22, 32, 0.96) 0%, rgba(12, 15, 22, 0.98) 100%);
  border: 1px solid rgba(212, 168, 79, 0.22);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.locks-services-cta__title {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--locks-text);
}

.locks-services-cta__sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--locks-muted);
}

.locks-services-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.locks-services-cta .locks-btn--primary:hover,
.locks-services-cta .locks-btn--ghost:hover {
  text-decoration: none;
}

/* Models listing — hub band, stats, hint, footer CTA */
.locks-models-hub {
  position: relative;
  overflow: hidden;
}

.locks-models-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 75% 50% at 100% 0%, rgba(212, 168, 79, 0.08) 0%, transparent 52%),
    radial-gradient(ellipse 60% 45% at 0% 70%, rgba(212, 168, 79, 0.05) 0%, transparent 48%);
}

.locks-models-hub__header {
  position: relative;
  z-index: 1;
  max-width: 46rem;
  margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
}

.locks-models-hub__lead {
  margin: 0;
  font-size: clamp(1.02rem, 1.55vw, 1.1rem);
  line-height: 1.68;
  color: rgba(200, 200, 210, 0.88);
}

.locks-models-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-bottom: clamp(1.5rem, 3.5vw, 2.15rem);
}

@media (min-width: 720px) {
  .locks-models-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.locks-models-stat {
  border-radius: 1rem;
  padding: 1.05rem 0.85rem 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.locks-models-stat__value {
  display: block;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--locks-gold);
  line-height: 1.15;
}

.locks-models-stat__label {
  display: block;
  margin-top: 0.32rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.7);
  line-height: 1.35;
}

.locks-models-prelude {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(1.5rem, 3vw, 2.15rem);
}

.locks-models-hint {
  padding: 1.35rem 1.4rem 1.3rem;
  border-radius: 1.25rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.locks-models-hint__title {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--locks-gold);
}

.locks-models-hint__body {
  margin-bottom: 1rem;
}

.locks-models-hint__intro {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.58;
  color: rgba(228, 228, 231, 0.88);
}

.locks-models-hint__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 960px) {
  .locks-models-hint {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
  }

  .locks-models-hint__title {
    flex: 0 0 10.5rem;
    margin: 0;
    padding-top: 0.1rem;
    align-self: flex-start;
  }

  .locks-models-hint__body {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
  }

  .locks-models-hint__intro {
    margin-bottom: 0.65rem;
  }

  .locks-models-hint .locks-btn--ghost {
    flex-shrink: 0;
    align-self: center;
  }
}

.locks-models-hint__list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.45rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--locks-muted);
}

.locks-models-hint__list li:last-child {
  margin-bottom: 0;
}

.locks-models-hint__list li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.52em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--locks-gold);
  opacity: 0.55;
}

.locks-models-hint .locks-btn--ghost {
  width: 100%;
  justify-content: center;
}

@media (min-width: 960px) {
  .locks-models-hint .locks-btn--ghost {
    width: auto;
  }
}

.locks-models-grid {
  position: relative;
  z-index: 1;
}

.locks-models-cta {
  position: relative;
  z-index: 1;
  margin-top: clamp(2rem, 4vw, 2.75rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.55rem;
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(18, 22, 32, 0.96) 0%, rgba(12, 15, 22, 0.98) 100%);
  border: 1px solid rgba(212, 168, 79, 0.22);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.locks-models-cta__title {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--locks-text);
}

.locks-models-cta__sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--locks-muted);
}

.locks-models-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.locks-models-cta .locks-btn--primary:hover,
.locks-models-cta .locks-btn--ghost:hover {
  text-decoration: none;
}

/* Page titles (models, etc.) */
.locks-page-headline {
  font-size: clamp(2rem, 4.8vw, 3.15rem);
  font-weight: 900;
  margin: 0.35rem 0 0.85rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--locks-text);
}

/* Models catalog — vertical product cards (white image dock + dark body) */
.locks-grid--catalog {
  gap: 1.5rem;
}

@media (min-width: 560px) {
  .locks-grid--catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .locks-grid--catalog {
    grid-template-columns: repeat(3, 1fr);
  }
}

.locks-product-card {
  --locks-card-bg: #111827;
  --locks-card-image-bg: #ffffff;
  --locks-card-muted: #9ca3af;
  --locks-card-badge-bg: #332b1a;
  --locks-card-badge-text: #c4a574;

  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: var(--locks-card-bg);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .locks-product-card {
    transition: none;
  }
}

.locks-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 168, 79, 0.35);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.45);
  text-decoration: none;
}

.locks-product-card__media {
  flex-shrink: 0;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 1.75rem 1.75rem 0 0;
  overflow: hidden;
  background: var(--locks-card-image-bg);
}

.locks-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.locks-product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 1.15rem 1.25rem 1.25rem;
}

.locks-product-card__sku {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--locks-card-muted);
}

.locks-product-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: #f9fafb;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.locks-product-card__tagline {
  margin: 0;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--locks-card-muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.locks-product-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 0.75rem;
  margin-top: 1rem;
  padding-top: 0.1rem;
}

.locks-product-card__badge {
  margin-right: auto;
  display: inline-block;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--locks-card-badge-bg);
  color: var(--locks-card-badge-text);
}

.locks-product-card__enquire {
  font-size: 0.75rem;
  font-weight: 700;
  color: #b8954a;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.locks-product-card:hover .locks-product-card__enquire {
  color: #d4a84f;
  text-decoration: underline;
}

/* Contact — gold panel */
.locks-contact-panel {
  padding: 2.25rem 0 2.5rem;
}

.locks-contact-panel__inner {
  border-radius: var(--locks-radius-2xl);
  padding: 2rem 1.5rem;
  background: linear-gradient(125deg, #c9a227, #e8c86a);
  color: #15120a;
}

@media (min-width: 768px) {
  .locks-contact-panel__inner {
    padding: 2.75rem 2.5rem;
  }
}

.locks-contact-panel__inner .locks-kicker {
  color: rgba(21, 18, 10, 0.75);
}

.locks-contact-panel__title {
  margin: 0.35rem 0 0.85rem;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.locks-contact-panel__lead {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(21, 18, 10, 0.78);
}

.locks-contact-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
}

.locks-contact-panel__details {
  font-size: 1rem;
  font-weight: 700;
}

.locks-contact-panel__details a {
  color: #15120a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.locks-contact-panel__details a:hover {
  text-decoration: none;
}

.locks-contact-panel__line {
  margin: 0 0 0.35rem;
}

.locks-contact-panel__line:last-child {
  margin-bottom: 0;
}

/* Contact — hub below gold panel */
.locks-contact-hub {
  position: relative;
  overflow: hidden;
}

.locks-contact-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 68% 48% at 100% 5%, rgba(212, 168, 79, 0.07) 0%, transparent 52%),
    radial-gradient(ellipse 50% 42% at 0% 90%, rgba(212, 168, 79, 0.05) 0%, transparent 48%);
}

.locks-contact-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

@media (min-width: 720px) {
  .locks-contact-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.locks-contact-stat {
  border-radius: 1rem;
  padding: 1.05rem 0.85rem 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.locks-contact-stat__value {
  display: block;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--locks-gold);
  line-height: 1.15;
}

.locks-contact-stat__label {
  display: block;
  margin-top: 0.32rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(228, 228, 231, 0.7);
  line-height: 1.35;
}

.locks-contact-hub h2.locks-contact-block-title {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--locks-text);
}

.locks-contact-split {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 2.65rem);
}

@media (min-width: 920px) {
  .locks-contact-split {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }
}

.locks-contact-expect__lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.62;
  color: rgba(200, 200, 210, 0.9);
}

.locks-contact-expect__list,
.locks-contact-include__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locks-contact-expect__list li,
.locks-contact-include__list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--locks-muted);
}

.locks-contact-expect__list li:last-child,
.locks-contact-include__list li:last-child {
  margin-bottom: 0;
}

.locks-contact-expect__list li::before,
.locks-contact-include__list li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.52em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--locks-gold);
  opacity: 0.55;
}

.locks-contact-include {
  padding: 1.35rem 1.4rem 1.3rem;
  border-radius: 1.15rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(212, 168, 79, 0.2);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.locks-contact-channels {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.15rem;
  margin-top: 1.25rem;
  margin-bottom: clamp(2rem, 4vw, 2.5rem);
}

@media (min-width: 800px) {
  .locks-contact-channels {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.locks-contact-channel h3 {
  margin: 0 0 0.5rem;
}

.locks-contact-channel__primary {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.locks-contact-channel__primary a {
  color: var(--locks-gold);
  text-decoration: none;
}

.locks-contact-channel__primary a:hover {
  text-decoration: underline;
}

.locks-contact-channel__muted {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: var(--locks-muted);
  line-height: 1.45;
}

.locks-contact-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.45rem 1.55rem;
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(18, 22, 32, 0.96) 0%, rgba(12, 15, 22, 0.98) 100%);
  border: 1px solid rgba(212, 168, 79, 0.22);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.locks-contact-cta__title {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--locks-text);
}

.locks-contact-cta__sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--locks-muted);
}

.locks-contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.locks-contact-cta .locks-btn--primary:hover,
.locks-contact-cta .locks-btn--ghost:hover {
  text-decoration: none;
}

/* Home featured tiles */
.locks-tile--prominent {
  border-radius: var(--locks-radius-2xl);
  background: #151b27;
  border-color: rgba(255, 255, 255, 0.08);
}

.locks-tile--prominent:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.4);
}

