/* Bespoke Designs — page-specific (global shell + web-design.css loaded first). */

.page-bespoke-designs .wd-steps-card {
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

.page-bespoke-designs .lb-hero .wd-hero__inner {
  align-items: stretch;
}

.page-bespoke-designs .lb-hero__visual {
  min-height: clamp(280px, 36vw, 400px);
}

.page-bespoke-designs .lb-hero__frame {
  width: min(440px, 100%);
  margin-inline: auto;
}

.page-bespoke-designs .lb-hero__frame-body {
  padding: 0 12px 16px;
  display: grid;
  place-items: center;
  min-height: 220px;
}

.page-bespoke-designs .lb-hero__image {
  width: 100%;
  height: auto;
  max-height: min(340px, 52vw);
  object-fit: contain;
  display: block;
  filter: saturate(1.04);
}

.page-bespoke-designs .lb-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(22px, 3vw, 34px) 0 clamp(28px, 4vw, 44px);
}

@media (max-width: 720px) {
  .page-bespoke-designs .lb-stats {
    grid-template-columns: 1fr;
  }
}

.page-bespoke-designs .lb-stat {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 64, 255, 0.12);
  background: rgba(0, 64, 255, 0.04);
  text-align: center;
}

[data-theme="light"] .page-bespoke-designs .lb-stat {
  border-color: rgba(0, 12, 138, 0.08);
  background: rgba(0, 12, 138, 0.03);
}

.page-bespoke-designs .lb-stat__value {
  display: block;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--text);
  background: linear-gradient(120deg, var(--text), var(--color-lightest-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

[data-theme="light"] .page-bespoke-designs .lb-stat__value {
  background: linear-gradient(120deg, var(--text), var(--color-accent-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-bespoke-designs .lb-stat__label {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.page-bespoke-designs .lb-h3 {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--text);
}

.page-bespoke-designs .lb-prose {
  margin: 0 0 16px;
  line-height: 1.65;
  color: var(--text-muted);
}

.page-bespoke-designs .lb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-bespoke-designs .lb-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text);
}

.page-bespoke-designs .lb-list i {
  margin-top: 3px;
  color: var(--color-lightest-blue);
  opacity: 0.95;
}

[data-theme="light"] .page-bespoke-designs .lb-list i {
  color: var(--color-accent-cyan);
}

.page-bespoke-designs .lb-overview-split {
  margin-top: clamp(8px, 2vw, 18px);
}

.page-bespoke-designs .lb-process-prose {
  position: relative;
  z-index: 1;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.page-bespoke-designs .lb-process-prose__title {
  margin: 0;
  font-size: clamp(1.15rem, 1.9vw, 1.4rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--text);
}

.page-bespoke-designs .lb-process-prose__body {
  display: grid;
  gap: 14px;
}

.page-bespoke-designs .lb-process-prose__body p {
  margin: 0;
  font-size: clamp(0.95rem, 1.35vw, 1.05rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.page-bespoke-designs .lb-process-prose__body p:first-of-type {
  color: var(--text);
  opacity: 0.92;
}

.page-bespoke-designs .lb-figure {
  position: relative;
  margin: 0;
  height: 100%;
  min-height: 280px;
  border-radius: 22px;
  border: 1px solid rgba(0, 64, 255, 0.12);
  background: rgba(0, 64, 255, 0.03);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

[data-theme="light"] .page-bespoke-designs .lb-figure {
  border-color: rgba(0, 12, 138, 0.08);
  background: rgba(0, 12, 138, 0.03);
}

.page-bespoke-designs .lb-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 40% 30%, rgba(0, 204, 253, 0.14), transparent 55%);
  pointer-events: none;
}

.page-bespoke-designs .lb-figure__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  flex: 1;
  object-fit: contain;
  padding: 18px 18px 8px;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.25));
}

[data-theme="light"] .page-bespoke-designs .lb-figure__img {
  filter: drop-shadow(0 14px 32px rgba(0, 12, 138, 0.12));
}

.page-bespoke-designs .lb-figure__cap {
  position: relative;
  z-index: 1;
  padding: 12px 18px 18px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-muted);
  border-top: 1px solid rgba(0, 64, 255, 0.08);
}

[data-theme="light"] .page-bespoke-designs .lb-figure__cap {
  border-top-color: rgba(0, 12, 138, 0.06);
}

.page-bespoke-designs .lb-figure--tight .lb-figure__img {
  padding-top: 12px;
}

@media (min-width: 960px) {
  .page-bespoke-designs .lb-split--reverse .wd-split__visual {
    order: -1;
  }
}

.page-bespoke-designs .wd-card {
  cursor: default;
}

.page-bespoke-designs .lb-deliverables {
  margin: clamp(18px, 3vw, 28px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

@media (max-width: 640px) {
  .page-bespoke-designs .lb-deliverables {
    grid-template-columns: 1fr;
  }
}

.page-bespoke-designs .lb-deliverables li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 64, 255, 0.12);
  background: rgba(0, 64, 255, 0.03);
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--text);
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

[data-theme="light"] .page-bespoke-designs .lb-deliverables li {
  border-color: rgba(0, 12, 138, 0.08);
  background: rgba(0, 12, 138, 0.03);
}

.page-bespoke-designs .lb-deliverables li:hover {
  border-color: rgba(0, 204, 253, 0.28);
  background: rgba(0, 64, 255, 0.05);
}

.page-bespoke-designs .lb-deliverables i {
  margin-top: 2px;
  color: var(--color-lightest-blue);
  width: 1.25rem;
  text-align: center;
}

[data-theme="light"] .page-bespoke-designs .lb-deliverables i {
  color: var(--color-accent-cyan);
}

.page-bespoke-designs .subnav-links {
  flex-wrap: wrap;
}
