/* ============================================================
   STRATUMCGI — PAGE SPECIFIC CSS
   ============================================================ */

/* Hero */
.hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.4), transparent); }
.hero-content, .hero-body { position: relative; z-index: 10; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding: 6rem 0 9rem; }
.hero:has(details.hero-coverage[open]) .hero-body { align-items: flex-start; padding-top: 8rem; padding-bottom: 10rem; }
.hero:has(details.hero-coverage[open]) .hero-scroll { display: none; }
.hero-text { max-width: 48rem; margin-left: auto; }
.hero .hero-text .hero-eyebrow { display: inline-flex; align-items: center; width: fit-content; margin: 0 0 1.25rem; padding: 0.5rem 1rem; border-radius: 999px; background: #e7cf86; color: #2a2112; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; line-height: 1; text-transform: uppercase; box-shadow: 0 12px 28px rgba(0,0,0,0.24); }
.hero-text h1 { font-size: clamp(3rem, 8vw, 6rem); font-weight: 700; color: white; line-height: 1.0; margin-bottom: 1.5rem; }
.hero-text h1 .subtitle-line { font-size: clamp(2.25rem, 6vw, 4.5rem); }
.hero-tools { position: absolute; left: 2rem; top: 50%; transform: translateY(-50%); z-index: 20; display: none; flex-direction: column; gap: 1rem; }
@media (min-width: 1024px) { .hero-tools { display: flex; } }
.hero-tool-btn { min-width: 3rem; height: 2.75rem; padding: 0 1rem 0 0.85rem; border-radius: 1.5rem; background: rgba(255,255,255,0.92); backdrop-filter: blur(4px); display: inline-flex; align-items: center; justify-content: flex-start; gap: 0.55rem; border: none; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,0.15); transition: all 0.25s ease; text-decoration: none; color: var(--color-slate); font-size: 0.82rem; font-weight: 600; white-space: nowrap; letter-spacing: 0.01em; }
.hero-tool-btn:hover { background: white; transform: translateX(4px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
.hero-tool-icon { font-size: 1rem; line-height: 1; display: inline-flex; align-items: center; justify-content: center; width: 1.1rem; color: var(--color-gold); }
.hero-tool-label { font-size: 0.8rem; color: var(--color-slate); }
.hero-cta, .hero-cta-wrap { position: absolute; bottom: 3rem; left: 3rem; z-index: 20; }
@media (max-width: 1023px) {
  .hero-cta, .hero-cta-wrap { position: relative; bottom: auto; left: auto; right: auto; margin: 2rem 1.5rem 2.5rem; z-index: 11; }
  .hero-cta .btn, .hero-cta-wrap .btn { width: 100%; max-width: 28rem; }
}
.hero-slider-nav { position: absolute; right: 3rem; top: 50%; transform: translateY(-50%); z-index: 20; display: none; flex-direction: column; gap: 0.8rem; width: 18.5rem; align-items: stretch; }
@media (min-width: 1024px) { .hero-slider-nav { display: flex; } }
.hero-slider-btn { display: grid; grid-template-columns: 4px minmax(0, 1fr); align-items: center; justify-items: start; column-gap: 0.9rem; border: none; background: transparent; color: rgba(255,255,255,0.78); cursor: pointer; padding: 0; font: inherit; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; width: 100%; min-height: 4.5rem; }
.hero-slider-btn:hover { color: white; }
.hero-slider-line { width: 4px; height: 2rem; border-radius: 999px; background: rgba(255,255,255,0.28); position: relative; overflow: hidden; transition: height 0.35s ease, background-color 0.35s ease; justify-self: center; }
.hero-slider-line::after { content: ""; position: absolute; inset: auto 0 0; height: 0; background: var(--color-gold-light); transition: height 0.35s ease; }
.hero-slider-btn.is-active .hero-slider-line { height: 4.5rem; background: rgba(255,255,255,0.16); }
.hero-slider-btn.is-active .hero-slider-line::after { height: 100%; }
.hero-slider-label { display: block; white-space: nowrap; font-weight: 600; text-align: left; line-height: 1.35; }
.hero-scroll { position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%); z-index: 20; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.7); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; }
@media (max-width: 1023px) {
  .hero-scroll { position: relative; bottom: auto; left: 50%; right: auto; transform: translateX(-50%); margin: 0 0 2.5rem; width: fit-content; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .hero-slider-line,
  .hero-slider-line::after { transition: none; }
}

/* Projects strip */
.projects-carousel { position: relative; }
.projects-strip-wrapper { position: relative; overflow: hidden; margin: 0 -1.5rem; }
@media (min-width: 1024px) { .projects-strip-wrapper { margin: 0 -3rem; } }
/* Left/right fade affordance */
.projects-strip-wrapper::before,
.projects-strip-wrapper::after { content: ""; position: absolute; top: 0; bottom: 1rem; width: 3rem; z-index: 10; pointer-events: none; transition: opacity 0.3s ease; }
.projects-strip-wrapper::before { left: 0; background: linear-gradient(to right, rgba(255,255,255,0.95), transparent); opacity: 0; }
.projects-strip-wrapper::after { right: 0; background: linear-gradient(to left, rgba(255,255,255,0.95), transparent); }
.projects-strip-wrapper.can-scroll-left::before { opacity: 1; }
.projects-strip-wrapper.can-scroll-right::after { opacity: 1; }
.projects-strip { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 1.5rem 1rem; cursor: grab; scroll-behavior: smooth; }
.projects-strip:active { cursor: grabbing; }
@media (min-width: 1024px) { .projects-strip { padding: 0 3rem 1rem; } }
/* Card widths: mobile = near full, tablet = 2 visible, desktop = 3 + peek */
.project-card { scroll-snap-align: start; flex-shrink: 0; width: calc(100vw - 3rem); }
@media (min-width: 640px) { .project-card { width: calc(50vw - 2.5rem); } }
@media (min-width: 1024px) { .project-card { width: calc(33.333vw - 3.5rem); } }
@media (min-width: 1280px) { .project-card { width: calc(30vw - 2rem); } }
.project-card-inner { position: relative; aspect-ratio: 16/10; border-radius: var(--radius-xl); overflow: hidden; margin-bottom: 1rem; box-shadow: var(--shadow-lg); }
.project-card-inner img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.project-card:hover .project-card-inner img { transform: scale(1.1); }
.project-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2), transparent); }
.project-card-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem 2rem; color: white; }
.project-id { font-size: 0.75rem; font-family: monospace; opacity: 0.7; margin-bottom: 0.5rem; }
.project-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
/* Arrow nav buttons */
.carousel-arrows { display: none; justify-content: flex-end; gap: 0.75rem; margin-bottom: 1rem; }
@media (min-width: 640px) { .carousel-arrows { display: flex; } }
.carousel-arrow { width: 2.75rem; height: 2.75rem; border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.18); background: white; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease; }
.carousel-arrow:hover:not(:disabled) { background: var(--color-gold-light, #e7cf86); border-color: transparent; }
.carousel-arrow:disabled { opacity: 0.3; cursor: default; }
.carousel-arrow svg { width: 1.125rem; height: 1.125rem; }
/* Scroll indicator dots */
.carousel-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.25rem; }
.carousel-dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: rgba(0,0,0,0.18); border: none; padding: 0; cursor: pointer; transition: background 0.25s ease, transform 0.25s ease; }
.carousel-dot.is-active { background: var(--color-gold-light, #e7cf86); transform: scale(1.35); }
/* Scroll progress bar alternative shown on mobile */
.carousel-progress { display: block; height: 2px; background: rgba(0,0,0,0.08); border-radius: 999px; margin-top: 1rem; overflow: hidden; }
@media (min-width: 640px) { .carousel-progress { display: none; } }
.carousel-progress-bar { height: 100%; background: var(--color-gold-light, #e7cf86); border-radius: 999px; width: 33%; transition: width 0.2s ease; }
@media (prefers-reduced-motion: reduce) { .projects-strip { scroll-behavior: auto; } }

/* Trusted */
.trusted-section { background: var(--color-cream); position: relative; overflow: hidden; }
.trusted-section { padding-bottom: 2.5rem; }
.trusted-dot-bg { position: absolute; top: 0; right: 0; width: 33%; height: 100%; opacity: 0.05; background-image: radial-gradient(circle, #1A1A1A 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.trusted-clients-intro {
  margin-top: 3.25rem;
  margin-bottom: 3rem;
}
.trusted-clients-intro h3 {
  margin-bottom: 1rem;
  line-height: 1.2;
}
.trusted-clients-intro p {
  margin: 0 auto;
  width: 100%;
  max-width: 56rem;
  line-height: 1.6;
  text-align: justify;
}
@media (min-width: 768px) {
  .trusted-clients-intro {
    margin-top: 3.5rem;
    margin-bottom: 3.25rem;
  }
  .trusted-clients-intro h3 {
    margin-bottom: 1.15rem;
  }
}
.clients-row { display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap; }
@media (min-width: 1024px) { .clients-row { gap: 4rem; } }
.client-item { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; opacity: 0.6; transition: opacity 0.3s ease; min-width: 140px; }
.client-item:hover { opacity: 1; }
.client-logo { width: 120px; height: 60px; object-fit: contain; object-position: center; filter: grayscale(100%) brightness(0); transition: all 0.3s ease; }
@media (min-width: 768px) { .client-logo { width: 140px; height: 70px; } }
.client-logo-text { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; letter-spacing: 0.06em; color: #7fa997; }
.client-item:hover .client-logo { filter: grayscale(0%) brightness(1); transform: scale(1.05); }
.client-item:hover .client-logo-text { color: #5f8f79; }
.client-icon-box { width: 6rem; height: 6rem; border-radius: 1rem; background: white; box-shadow: var(--shadow-md); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; font-size:2rem; }
.client-item:hover .client-icon-box { box-shadow: var(--shadow-xl); transform: scale(1.1); }
.client-name { font-size: 0.875rem; font-weight: 500; color: var(--color-stone); }

/* Services */
#services.section { padding-top: 2.5rem; }
#services .max-w-3xl.mb-16 { margin-bottom: 2.5rem; }

/* Technical Methodology */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.tech-item {
  background: var(--bg-cream);
  padding: 1.5rem;
  border-left: 3px solid var(--gold);
}
@media (max-width: 767px) {
  .tech-grid {
    grid-template-columns: 1fr;
  }
}

/* Collaboration Grid */
.collab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.collab-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.collab-icon {
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--gold);
  color: var(--bg-dark);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 2px;
}
.collab-content h3 {
  color: #fff;
}
.collab-content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .collab-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact */
.contact-heading-block {
  width: 100%;
}
.contact-heading-title {
  width: 100%;
  max-width: none;
}
.contact-heading-copy {
  max-width: 56rem;
}
@media (max-width: 767px) {
  .contact-heading-block {
    margin-bottom: 3rem;
  }
}
.team-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .team-grid { grid-template-columns: repeat(4, 1fr); gap: 3rem; } }
.team-card figure { aspect-ratio: 1; border-radius: var(--radius-xl); overflow: hidden; margin-bottom: 1.5rem; box-shadow: var(--shadow-lg); }
.team-card figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: filter 0.5s ease, transform 0.5s ease; }
.team-card:hover figure img { filter: grayscale(0%); transform: scale(1.1); }
.team-card h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.team-card .role { color: var(--color-stone); margin-bottom: 1rem; }
.contact-email { color: var(--color-slate); text-decoration: underline; display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.2s ease; font-size: 0.875rem; }
.contact-email:hover { color: var(--color-gold); }
.team-bio { margin-top: 1.25rem; border-top: 1px solid rgba(0, 0, 0, 0.08); padding-top: 1rem; }
.team-bio summary { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-gold); cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.35rem 0; transition: color 0.2s ease, gap 0.2s ease; user-select: none; }
.team-bio summary::-webkit-details-marker { display: none; }
.team-bio summary::marker { content: ""; }
.team-bio summary::after { content: ""; width: 0.55rem; height: 0.55rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform 0.25s ease; }
.team-bio[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
.team-bio summary:hover { color: var(--color-slate); gap: 0.8rem; }
.team-bio[open] summary { color: var(--color-slate); }
.team-bio-content { margin-top: 0.85rem; padding: 1rem 1.1rem; background: var(--color-gold-light); border-radius: var(--radius-md); animation: team-bio-fade 0.3s ease; }
.team-bio-content p { margin: 0; font-size: 0.9rem; line-height: 1.65; color: var(--color-slate); }
@keyframes team-bio-fade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.team-specialisms {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.team-specialisms-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin: 0 0 0.7rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.team-specialisms-label::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.team-specialisms-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.team-specialism-chip {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--color-cream);
  color: var(--color-slate);
  border: 1px solid var(--color-cream-dark);
  transition: all 0.2s ease;
  cursor: default;
}
.team-specialism-chip:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--bg-dark);
}

.contact-commission-panel { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: stretch; }
@media (min-width: 1024px) { .contact-commission-panel { grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.9fr); gap: 2.5rem; } }
.contact-form-box,
.contact-info-box {
  background: white;
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .contact-form-box,
  .contact-info-box { padding: 3rem; }
}
.contact-form-header,
.contact-info-intro { margin-bottom: 1.75rem; }
.contact-form-header h3,
.contact-info-intro h3 { font-size: clamp(1.6rem, 2.4vw, 2rem); font-weight: 700; color: var(--color-slate); margin-bottom: 0.85rem; }
.contact-form-header p,
.contact-info-intro p { margin: 0; color: var(--color-stone); line-height: 1.7; }
.contact-form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.contact-form .form-group { margin-bottom: 0; }
.contact-form textarea { min-height: 9.5rem; }
.contact-form-actions { padding-top: 0.5rem; margin-top: auto; }
.contact-form-actions .btn { width: 100%; }
.form-group input[type="file"] {
  width: 100%;
  border: 1px solid #d6d3d1;
  border-radius: 0.75rem;
  padding: 0.8rem 0.9rem;
  background: #fff;
  color: var(--color-slate);
}
.form-hint {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #78716c;
}
.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  flex: 1 1 auto;
}
@media (min-width: 768px) { .contact-info-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .contact-info-grid { grid-template-columns: 1fr; gap: 1.75rem; } }
.contact-info-item { padding: 1.25rem 0; border-top: 1px solid rgba(0, 0, 0, 0.08); }
.contact-info-item:first-child { padding-top: 0; border-top: none; }
.contact-info-item .label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-stone); font-weight: 600; }
.contact-info-item a, .contact-info-item address { font-size: clamp(1.125rem, 2vw, 1.5rem); font-weight: 600; color: var(--color-slate); transition: color 0.2s ease; font-style: normal; line-height: 1.6; word-break: normal; overflow-wrap: anywhere; hyphens: none; }
.contact-info-item a[href^="mailto:"],
.contact-info-item a[href^="tel:"] { font-size: clamp(1rem, 1.6vw, 1.2rem); }
.contact-info-item a:hover { color: var(--color-gold); }

@media (min-width: 1024px) {
  .fulfilment-contact-panel { grid-template-columns: minmax(0, 1.18fr) minmax(24rem, 1fr); }
  .fulfilment-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 2rem; }
}
.fulfilment-contact-grid .contact-info-item { padding: 0; border-top: none; }
.fulfilment-contact-grid .contact-info-item a,
.fulfilment-contact-grid .contact-info-item address { font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.45; }

/* Portfolio */
.portfolio-hero { background: var(--color-slate); color: white; }
.portfolio-hero-copy { color: rgba(255, 255, 255, 0.72); }
.portfolio-hero-copy-secondary { max-width: 58rem; margin-top: 1rem; }
.portfolio-hub-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.portfolio-hub-nav a { display: inline-flex; align-items: center; padding: 0.8rem 1rem; border-radius: 999px; background: rgba(255,255,255,0.08); color: white; text-decoration: none; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em; transition: background 0.2s ease, transform 0.2s ease; }
.portfolio-hub-nav a:hover { background: rgba(255,255,255,0.16); transform: translateY(-1px); }
.portfolio-summary-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .portfolio-summary-grid { grid-template-columns: repeat(2, 1fr); } }
.summary-packet-card { background: var(--color-cream); border: 1px solid var(--color-cream-dark); border-radius: var(--radius-xl); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.summary-packet-label { margin: 0 0 0.7rem; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-gold); }
.summary-packet-value { margin: 0; color: var(--color-slate); font-size: 1.05rem; line-height: 1.65; font-weight: 600; }
.hub-card-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .hub-card-grid { grid-template-columns: repeat(2, 1fr); } }
.hub-card { background: var(--color-cream); border: 1px solid var(--color-cream-dark); border-radius: var(--radius-xl); padding: 2rem; box-shadow: var(--shadow-sm); }
.hub-card-kicker { margin: 0 0 0.85rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-gold); }
.hub-card h2 { font-size: clamp(1.5rem, 2vw, 2rem); margin-bottom: 1rem; }
.hub-card h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); margin-bottom: 1rem; }
.hub-card p { margin: 0; color: var(--color-stone); line-height: 1.7; }
.hub-card-list { margin: 0; padding-left: 1.15rem; color: var(--color-stone); line-height: 1.75; }
.project-family-section { scroll-margin-top: 7rem; }
.project-family-subsection { padding-top: 1rem; }
.project-family-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; }
@media (min-width: 768px) { .project-family-grid { grid-template-columns: repeat(2, 1fr); } }
.project-family-card { display: flex; flex-direction: column; border-radius: var(--radius-xl); overflow: hidden; background: white; border: 1px solid var(--color-cream-dark); box-shadow: var(--shadow-md); text-decoration: none; color: inherit; }
.family-media { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; }
.family-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.project-family-card:hover .family-media img { transform: scale(1.03); }
.family-card-body { display: flex; flex-direction: column; gap: 1rem; padding: 1.5rem; }
.family-card-body h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); margin: 0; }
.family-card-body p { margin: 0; color: var(--color-stone); line-height: 1.7; }
.family-card-meta { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.65rem; }
.family-card-meta li { display: grid; gap: 0.2rem; padding-top: 0.65rem; border-top: 1px solid var(--color-cream-dark); }
.family-card-meta strong { font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-granite); }
.family-card-meta span { color: var(--color-slate); font-weight: 500; line-height: 1.55; }
.family-card-link { display: inline-flex; align-items: center; color: var(--color-gold); font-weight: 700; }
.coverage-chip-grid { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.coverage-chip { display: inline-flex; align-items: center; padding: 0.8rem 1rem; border-radius: 999px; background: white; border: 1px solid var(--color-cream-dark); color: var(--color-slate); font-weight: 600; box-shadow: var(--shadow-sm); }
.project-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .project-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .project-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .project-grid-featured { grid-template-columns: repeat(2, 1fr); } }
.project-grid-item { display: block; text-decoration: none; }
.project-grid-item figure { position: relative; aspect-ratio: 4/3; border-radius: var(--radius-xl); overflow: hidden; margin-bottom: 1.5rem; box-shadow: var(--shadow-lg); transition: box-shadow 0.5s ease; }
.project-grid-item:hover figure { box-shadow: var(--shadow-xl); }
.project-grid-item figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.project-grid-item:hover figure img { transform: scale(1.1); }
.project-id-badge { position: absolute; top: 1rem; left: 1rem; width: 3rem; height: 3rem; border-radius: 50%; background: var(--color-gold); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; color: var(--color-slate); box-shadow: var(--shadow-lg); }
.project-status-badge { position: absolute; top: 1rem; right: 1rem; padding: 0.25rem 0.75rem; background: rgba(255,255,255,0.9); backdrop-filter: blur(4px); border-radius: 9999px; font-size: 0.75rem; font-weight: 600; color: var(--color-slate); }
.project-meta-type { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-granite); margin-bottom: 0.5rem; }
.project-grid-item h3 { font-size: 1.5rem; font-weight: 700; color: var(--color-slate); transition: color 0.3s ease; margin-bottom: 0.5rem; }
.project-grid-item:hover h3 { color: var(--color-gold); }
.project-grid-item .subtitle { color: var(--color-stone); line-height: 1.6; }
.project-view-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--color-gold); font-weight: 600; margin-top: 0.75rem; transition: gap 0.3s ease; }
.project-grid-item:hover .project-view-link { gap: 0.75rem; }

/* Portfolio detail */
.project-hero { position: relative; min-height: 70vh; display: flex; align-items: flex-end; }
.project-hero-bg { position: absolute; inset: 0; }
.project-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.project-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3), transparent); }
.project-hero-content { position: relative; z-index: 10; padding-bottom: 3rem; color: white; }
.project-meta-strip { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.5rem; }
.meta-item { display: flex; flex-direction: column; gap: 0.25rem; }
.meta-label { font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); }
.meta-value { font-size: 0.875rem; font-weight: 600; color: white; }
.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.92);
  margin-bottom: 1.5rem;
  list-style: none;
  background: rgba(12, 12, 16, 0.62);
  border: 1px solid rgba(231, 207, 134, 0.4);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  max-width: 100%;
  flex-wrap: wrap;
}
.breadcrumb a { color: #e7cf86; text-decoration: none; font-weight: 600; transition: color 0.2s ease; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(231,207,134,0.55); }
.breadcrumb .breadcrumb-current { color: #fff; font-weight: 600; }

/* Portfolio hero eyebrow wrap fix (prevents tablet truncation) */
.portfolio-hero .flex-start { flex-wrap: wrap; }
.portfolio-hero .section-label { white-space: normal; display: inline-block; max-width: 100%; line-height: 1.4; }
.breadcrumb-current { color: var(--color-gold); }
.image-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
@media (min-width: 768px) { .image-gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.gallery-figure { border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; background: var(--color-cream); }
.gallery-figure img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform 0.5s ease; display: block; }
.gallery-figure:hover img { transform: scale(1.05); }
.gallery-figure figcaption { padding: 1rem 1rem 1.1rem; background: var(--color-cream); font-size: 0.875rem; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: flex-start; min-height: 5.5rem; }
.gallery-figure figcaption strong { display: block; font-weight: 600; color: var(--color-slate); font-size: 1rem; margin-bottom: 0.25rem; }
.gallery-figure figcaption span { color: var(--color-stone); font-size: 0.8125rem; line-height: 1.4; display: block; }
.specs-table { width: 100%; border-collapse: collapse; }
.specs-table tr { border-bottom: 1px solid var(--color-cream-dark); }
.specs-table tr:last-child { border-bottom: none; }
.specs-table td { padding: 0.75rem 0; }
.specs-table td:first-child { color: var(--color-stone); font-size: 0.875rem; width: 50%; }
.specs-table td:last-child { font-weight: 600; color: var(--color-slate); }
.bg-slate .specs-table tr { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.bg-slate .specs-table td:first-child { color: #e7cf86; }
.bg-slate .specs-table td:last-child { color: #ffffff; }
.delivery-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}
@media (min-width: 700px) {
  .delivery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.delivery-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.1rem 1.1rem 1.15rem;
  border: 1px solid rgba(212, 198, 171, 0.95);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(231, 207, 134, 0.09) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #fffdfa 0%, #f8f3e8 100%);
  box-shadow: 0 8px 20px rgba(32, 24, 12, 0.05);
}
.delivery-card::before {
  content: "";
  position: absolute;
  inset: 0.9rem auto 0.9rem 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d4b25d 0%, #8a6a1f 100%);
}
.delivery-card-kicker {
  margin: 0;
  padding-left: 0.8rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a6a1f;
}
.delivery-card h3 {
  margin: 0;
  padding-left: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--color-slate);
}
.delivery-card-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0 0 0 0.8rem;
  list-style: none;
}
.delivery-card-list li {
  display: grid;
  gap: 0.18rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(212, 198, 171, 0.7);
}
.delivery-card-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(42, 33, 18, 0.62);
}
.delivery-card-list li span:last-child {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--color-stone);
}
@media (max-width: 640px) {
  .delivery-card {
    padding: 1rem 0.95rem 1.05rem;
  }
  .delivery-card h3 {
    font-size: 1rem;
  }
  .delivery-card-list li span:last-child {
    font-size: 0.9rem;
  }
}
.testimonial-block { background: var(--color-cream); border-radius: var(--radius-xl); padding: 3rem; }
.testimonial-stars { display: flex; gap: 0.25rem; margin-bottom: 1rem; color:var(--color-gold); }
.testimonial-quote { font-size: 1.25rem; font-style: italic; color: var(--color-slate); line-height: 1.7; margin-bottom: 2rem; }
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.author-initials { width: 3rem; height: 3rem; border-radius: 50%; background: rgba(232,216,156,0.2); display: flex; align-items: center; justify-content: center; color: var(--color-gold); font-weight: 700; font-size: 1.25rem; flex-shrink: 0; }
.next-project-section { background: var(--color-slate); color: white; }

/* Process */
.process-hero { position: relative; background: linear-gradient(135deg, rgba(26,26,26,0.82) 0%, rgba(26,26,26,0.55) 50%, rgba(26,26,26,0.82) 100%), url("../assets/hero/aerial-logistics-hero-20260407.webp") center/cover no-repeat; }
.process-hero > .container { position: relative; z-index: 2; }
.process-hero h1 {
  font-size: clamp(3.5rem, 8vw, 6rem);
  line-height: 0.92;
  max-width: 12ch;
  text-wrap: balance;
}
.process-visual { position: relative; border-radius: 1rem; box-shadow: var(--shadow-xl); overflow: hidden; margin: 0; align-self: start; }
.process-visual img { width: 100%; height: auto; display: block; }
@media (min-width: 1024px) { .process-visual { position: sticky; top: 6rem; } }
.process-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(255,255,255,0.32); overflow: hidden; pointer-events: none; z-index: 2; }
.process-progress::after { content: ""; display: block; height: 100%; width: 0%; background: var(--color-gold-light, #d8b25a); }
.process-progress.is-running::after { animation: processProgress 7s linear forwards; }
@keyframes processProgress { from { width: 0%; } to { width: 100%; } }
@media (min-width: 1024px) { .process-progress { display: none; } }
.process-mobile-caption { display: none; margin-top: 1rem; padding: 1rem 1.1rem; border-radius: 0.75rem; background: rgba(12,12,12,0.92); color: #fff; gap: 0.35rem; }
.process-mobile-kicker { display: block; font-size: clamp(0.78rem, 2.4vw, 0.92rem); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-gold-light); margin-bottom: 0.35rem; }
.process-mobile-note { display: block; font-size: clamp(0.95rem, 3.2vw, 1.05rem); line-height: 1.45; }
.process-mobile-context { display: block; font-size: clamp(0.82rem, 2.8vw, 0.9rem); line-height: 1.5; color: rgba(255,255,255,0.78); font-style: italic; margin-top: 0.35rem; }
@media (max-width: 767px) {
  .process-mobile-caption { display: block; }
  .process-hero h1 {
    font-size: clamp(2.85rem, 12vw, 4.2rem);
    line-height: 0.9;
    max-width: 8.8ch;
    margin-bottom: 1.25rem;
  }
  .process-hero .process-snippet-block {
    padding: 1rem 1.1rem !important;
  }
}
.process-step { cursor: pointer; transition: opacity 0.2s ease, transform 0.2s ease; }
.process-step:not(.is-active) { opacity: 0.55; }
.process-step.is-active { opacity: 1; }
.process-step:hover { opacity: 1; }
.process-step.is-active .step-number { background: var(--color-gold); color: #1a1a1a; }
.process-stage-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 1024px) { .process-stage-grid { grid-template-columns: repeat(2, 1fr); gap: 4rem; align-items: start; } }
.stage-reversed { direction: rtl; }
.stage-reversed > * { direction: ltr; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 56rem; margin: 0 auto; }
@media (min-width: 640px) { .stat-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }
.process-method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.process-method-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.6rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(26, 26, 26, 0.08);
}
.process-method-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
  line-height: 1.2;
}
.process-method-card p {
  margin: 0;
  color: var(--color-stone);
  line-height: 1.7;
}
@media (min-width: 768px) {
  .process-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-method-card-wide {
    grid-column: 1 / -1;
  }
}

/* Industrial */
.industrial-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16,16,16,0.9) 0%, rgba(16,16,16,0.76) 40%, rgba(16,16,16,0.5) 62%, rgba(16,16,16,0.72) 100%),
    linear-gradient(180deg, rgba(16,16,16,0.32) 0%, rgba(16,16,16,0.58) 100%),
    var(--warehouse-hero-image, url("../assets/hero/warehouse-logistics-hero-nanobanana-20260413.webp")) center/cover no-repeat,
    linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 100%);
}
.industrial-hero-copy {
  max-width: 44rem;
  position: relative;
  z-index: 1;
}
.industrial-hero-intro {
  color: #d1d5db;
}
.industrial-hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.industrial-hero-proof-card {
  padding: 1rem 1.125rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 0.9rem;
  background: rgba(15,23,42,0.34);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.industrial-hero-proof-label {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cbd5e1;
}
.industrial-hero-proof-value {
  margin-top: 0.45rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #f8fafc;
}
@media (max-width: 767px) {
  .industrial-hero {
    background-position: 68% center;
    background-image:
      linear-gradient(180deg, rgba(16,16,16,0.82) 0%, rgba(16,16,16,0.68) 34%, rgba(16,16,16,0.88) 100%),
      var(--warehouse-hero-image, url("../assets/hero/warehouse-logistics-hero-nanobanana-20260413.webp")),
      linear-gradient(135deg, #1A1A1A 0%, #2D2D2D 100%);
  }
  .industrial-hero-copy {
    max-width: none;
    padding: 1.1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15,23,42,0.34), rgba(15,23,42,0.18));
    backdrop-filter: blur(5px);
  }
  .industrial-hero h1 {
    font-size: clamp(2.8rem, 11vw, 4rem);
    line-height: 0.96;
  }
  .industrial-hero-intro {
    font-size: 1.15rem;
    line-height: 1.42;
    margin-bottom: 1.5rem;
  }
  .industrial-hero-proof-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .industrial-hero-proof-card {
    padding: 0.9rem 1rem;
  }
  .industrial-hero-proof-label {
    font-size: 0.68rem;
  }
  .industrial-hero-proof-value {
    font-size: 0.95rem;
  }
  .industrial-hero .flex-wrap {
    display: grid;
    gap: 0.85rem;
  }
  .industrial-hero .flex-wrap .btn {
    width: 100%;
    justify-content: center;
  }
}
.service-card-2col { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .service-card-2col { grid-template-columns: repeat(2, 1fr); } }
.service-article { background: var(--color-cream); padding: 2.5rem; border-radius: var(--radius-xl); transition: box-shadow 0.3s ease; }
.service-article:hover { box-shadow: var(--shadow-xl); }
.service-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem; margin-bottom: 1.5rem; list-style:none; }
.service-features li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: var(--color-stone); }
.feature-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-gold-light); flex-shrink: 0; }
.learn-more-link { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; color: var(--color-slate); text-decoration: none; transition: gap 0.3s ease; }
.learn-more-link:hover { gap: 0.75rem; }

/* FAQ */
details.faq-item { background: var(--color-cream); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow 0.3s ease; }
details.faq-item:hover { box-shadow: var(--shadow-md); }
details.faq-item + details.faq-item { margin-top: 1rem; }
.faq-summary { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 2rem; cursor: pointer; list-style: none; background: transparent; transition: background 0.2s ease; gap: 1rem; }
.faq-summary:hover { background: var(--color-cream-dark); }
.faq-summary::-webkit-details-marker { display: none; }
.faq-summary h3 { font-size: clamp(1rem, 1.5vw, 1.125rem); font-weight: 600; flex: 1; }
.faq-chevron { flex-shrink: 0; transition: transform 0.3s ease; }
details[open] .faq-chevron { transform: rotate(180deg); }
.faq-body { padding: 0 2rem 1.5rem; color: var(--color-stone); line-height: 1.7; }
.faq-body p + p { margin-top: 0.75rem; }
.faq-body ul { margin-top: 0.5rem; margin-bottom: 0.5rem; list-style: disc; padding-left: 1.25rem; }
.faq-body ul li + li { margin-top: 0.25rem; }
.faq-list-compact {
  display: grid;
  gap: 0.6rem;
}
details.faq-item.faq-item-compact {
  border: 1px solid #e8e3db;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
  margin: 0;
}
details.faq-item.faq-item-compact:hover {
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}
details.faq-item.faq-item-compact + details.faq-item.faq-item-compact {
  margin-top: 0;
}
.faq-summary-compact {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.75rem 0.95rem;
  gap: 0.55rem;
}
.faq-summary-compact:hover {
  background: #f8f5f0;
}
.faq-summary-compact h3 {
  display: block;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 600;
  line-height: 1.35;
}
.faq-summary-kicker {
  font-weight: 400;
  color: var(--color-slate);
}
.faq-chevron-inline {
  flex: 0 0 auto;
  font-size: 0.94rem;
  line-height: 1;
  color: #0f172a;
  transform-origin: 45% 55%;
  transition: transform 0.25s ease;
  margin-top: 0.34rem;
}
details.faq-item.faq-item-compact[open] .faq-chevron-inline {
  transform: rotate(90deg);
}
.faq-body-compact {
  padding: 0.1rem 0.95rem 0.9rem 2rem;
}
.faq-body-compact p {
  margin: 0;
}
@media (max-width: 639px) {
  .faq-summary-compact {
    gap: 0.45rem;
    padding: 0.72rem 0.8rem;
  }
  .faq-summary-compact h3 {
    font-size: 0.98rem;
    line-height: 1.34;
  }
  .faq-body-compact {
    padding: 0 0.8rem 0.8rem 1.65rem;
  }
}

/* Legal */
.legal-page { padding: var(--section-pad-sm) 0; }
.legal-page h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); font-weight: 700; text-align: center; margin-bottom: 3rem; }
@media (min-width: 1024px) { .legal-page h1 { margin-bottom: 5rem; } }
.prose-container { max-width: 56rem; margin: 0 auto; }

/* Modal */
#quote-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 1rem; }
#quote-modal.hidden { display: none; }
#modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.modal-box { position: relative; z-index: 10; background: white; border-radius: var(--radius-xl); box-shadow: var(--shadow-xl); max-width: 42rem; width: 100%; max-height: 90vh; overflow-y: auto; }
.modal-header { position: sticky; top: 0; background: white; border-bottom: 1px solid #e5e7eb; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
.modal-title { font-size: 1.5rem; font-weight: 700; color: var(--color-slate); margin: 0; }
.modal-close { width: 2.5rem; height: 2.5rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: none; background: transparent; cursor: pointer; transition: background 0.2s ease; }
.modal-close:hover { background: #f3f4f6; }
.modal-form { padding: 1.5rem; }
.form-grid-2 { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .form-grid-2 { grid-template-columns: repeat(2, 1fr); } }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom:1rem; }
.form-group label { font-size: 0.875rem; font-weight: 500; color: var(--color-slate); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.625rem 0.75rem; border: 1px solid #d1d5db; border-radius: var(--radius-sm); font-size: 0.875rem; font-family: var(--font-sans); outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--color-gold-light); box-shadow: 0 0 0 3px rgba(244,232,178,0.3); }
.form-group textarea { resize: none; }
.form-actions { display: flex; gap: 1rem; padding-top: 1rem; }
.form-actions .btn { flex: 1; justify-content: center; }
.form-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; padding: 0.75rem 1rem; border-radius: var(--radius-sm); font-size: 0.875rem; }
.form-error { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; padding: 0.75rem 1rem; border-radius: var(--radius-sm); font-size: 0.875rem; }

/* ============================================================
   ANONYMISED PORTFOLIO BADGE + DISCLOSURE BANNER
   ============================================================ */
.anonymised-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  background: rgba(20, 20, 20, 0.82);
  color: #e7cf86;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(231, 207, 134, 0.4);
  border-radius: 4px;
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.anonymised-badge::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e7cf86;
}
.project-grid-item, .project-family-card { position: relative; }
.project-grid-item > figure, .project-family-card .family-media { position: relative; }

.anonymisation-banner {
  background: #f6efe1;
  border-left: 4px solid #b8941f;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0 2rem;
  font-size: 0.9rem;
  color: #3a2f10;
  line-height: 1.55;
  border-radius: 4px;
}
.anonymisation-banner strong { color: #2a2112; }
.anonymisation-banner a { color: #6b5210; text-decoration: underline; }

/* ============================================================
   LIGHTBOX (case study galleries)
   ============================================================ */
.gallery-figure a { display: block; cursor: zoom-in; }
.gallery-figure a img { transition: transform 0.35s ease; }
.gallery-figure a:hover img { transform: scale(1.02); }

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 18, 0.94);
  display: none;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: zoom-out;
  backdrop-filter: blur(6px);
}
#lightbox.is-open { display: flex; }
#lightbox img {
  max-width: 96vw;
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
#lightbox .lightbox-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #e7cf86;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15, 15, 18, 0.6);
  padding: 0.5rem 1rem;
  border-radius: 999px;
}
#lightbox .lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  background: rgba(231, 207, 134, 0.12);
  color: #e7cf86;
  border: 1px solid rgba(231, 207, 134, 0.4);
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
#lightbox .lightbox-prev,
#lightbox .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: rgba(231, 207, 134, 0.12);
  color: #e7cf86;
  border: 1px solid rgba(231, 207, 134, 0.4);
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
#lightbox .lightbox-prev { left: 1.5rem; }
#lightbox .lightbox-next { right: 1.5rem; }

/* ============================================================
   FOUNDER NOTE (case study director commentary)
   ============================================================ */
.founder-note {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.75rem;
  align-items: start;
  background: #f6efe1;
  border-left: 4px solid #b8941f;
  padding: 1.75rem 2rem;
  border-radius: 6px;
  margin: 2.5rem 0;
}
@media (max-width: 640px) {
  .founder-note { grid-template-columns: 80px 1fr; gap: 1rem; padding: 1.25rem; }
}
.founder-note .founder-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #b8941f;
  background: #fff;
}
@media (max-width: 640px) {
  .founder-note .founder-avatar { width: 80px; height: 80px; }
}
.founder-note .founder-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5210;
  margin: 0 0 0.5rem;
}
.founder-note .founder-quote {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #2a2112;
  margin: 0 0 0.9rem;
  font-style: italic;
}
.founder-note .founder-attribution {
  font-size: 0.85rem;
  color: #3a2f10;
  margin: 0;
}
.founder-note .founder-attribution strong { color: #2a2112; font-style: normal; }

/* Director Interview block */
.director-interview {
  background: #f6efe1;
  border-left: 4px solid #b8941f;
  border-radius: 6px;
  padding: 2.5rem 2.5rem 2rem;
  margin: 2.5rem 0;
}
@media (max-width: 640px) { .director-interview { padding: 1.5rem; } }
.director-interview .interview-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(184, 148, 31, 0.3);
}
.director-interview .interview-header img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #b8941f;
  background: #fff;
}
.director-interview .interview-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5210;
  margin: 0 0 0.35rem;
}
.director-interview .interview-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2a2112;
  margin: 0 0 0.15rem;
}
.director-interview .interview-role {
  font-size: 0.85rem;
  color: #3a2f10;
  margin: 0;
}
.director-interview .interview-qa {
  margin: 0 0 2.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed rgba(184, 148, 31, 0.25);
}
.director-interview .interview-qa:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.director-interview .interview-q {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2a2112;
  margin: 0 0 0.85rem;
  line-height: 1.35;
}
.director-interview .interview-a {
  font-size: 0.97rem;
  line-height: 1.7;
  color: #3a2f10;
  margin: 0 0 1rem;
}
.director-interview .interview-a:last-child { margin-bottom: 0; }

/* Case study section TOC */
.case-toc {
  background: #fff;
  border-bottom: 1px solid #e5e0d8;
  padding: 0.55rem 0;
  position: sticky;
  top: 104px;
  z-index: 90;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.case-toc-inner {
  display: flex;
  gap: 0.35rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0 0.75rem;
}
.case-toc-inner::-webkit-scrollbar { display: none; }
.case-toc a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3a2f10;
  background: #f6efe1;
  border: 1px solid #e5dcbe;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
  flex: 0 0 auto;
}
.case-toc a:hover { background: #2a2112; color: #e7cf86; border-color: #2a2112; }
@media (max-width: 900px) {
  .case-toc { padding: 0.5rem 0; top: 84px; }
  .case-toc-inner { justify-content: flex-start; gap: 0.3rem; }
  .case-toc a { font-size: 0.65rem; padding: 0.3rem 0.65rem; letter-spacing: 0.02em; }
}
@media (max-width: 480px) {
  .case-toc a { font-size: 0.6rem; padding: 0.28rem 0.55rem; }
}

/* Tier 3 baked brand image */
.tier3-figure {
  margin: 2.5rem 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.tier3-figure img { width: 100%; height: auto; display: block; }
.tier3-figure figcaption {
  background: #2a2112;
  color: #d9c994;
  padding: 0.75rem 1.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Case study article bullet lists: restore indent */
.grid-2 article ul,
.grid-2-lg article ul {
  padding-left: 1.25rem;
  margin: 0 0 1.25rem;
  list-style: disc;
}
.grid-2 article ul li,
.grid-2-lg article ul li {
  margin-bottom: 0.5rem;
  line-height: 1.55;
}

/* ============================================================
   PARTY BRIEF CARDS (case study project-party briefs)
   ============================================================ */
.party-briefs-intro {
  background: #fff;
  border-left: 4px solid #b8941f;
  padding: 1.5rem 1.75rem;
  border-radius: 4px;
  margin-bottom: 2.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #3a2f10;
}
.party-brief {
  background: #fff;
  border-radius: 6px;
  padding: 2rem 2.25rem;
  margin-bottom: 1.75rem;
  box-shadow: 0 8px 24px rgba(42, 33, 18, 0.06);
  border-top: 3px solid #b8941f;
  position: relative;
}
.party-brief-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5210;
  margin: 0 0 0.6rem;
}
.party-brief-eyebrow::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b8941f;
}
.party-brief h2.party-brief-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #2a2112;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}
.party-brief h3.party-brief-scope {
  font-size: 1.05rem;
  font-weight: 600;
  color: #6b5210;
  margin: 0 0 1.25rem;
  line-height: 1.35;
}
.party-brief p {
  font-size: 1rem;
  line-height: 1.7;
  color: #3a2f10;
  margin: 0 0 0.9rem;
}
.party-brief p:last-child { margin-bottom: 0; }
@media (max-width: 640px) {
  .party-brief { padding: 1.5rem 1.5rem; }
  .party-brief h2.party-brief-title { font-size: 1.5rem; }
}

/* ============================================================
   PRICING TABLE (case study estimated pricing)
   ============================================================ */
.pricing-card {
  background: #fff;
  border-radius: 8px;
  padding: 2rem 2.25rem;
  margin: 0 0 1.75rem;
  box-shadow: 0 10px 30px rgba(42, 33, 18, 0.07);
  border-top: 3px solid #b8941f;
}
.pricing-card .pricing-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5210;
  margin: 0 0 0.6rem;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5rem;
}
.pricing-table tr {
  border-bottom: 1px solid #eee4c8;
}
.pricing-table tr:last-child { border-bottom: none; }
.pricing-table td {
  padding: 0.9rem 0;
  vertical-align: top;
  font-size: 0.97rem;
  line-height: 1.5;
}
.pricing-table td:first-child {
  color: #3a2f10;
  padding-right: 1.5rem;
  width: 60%;
}
.pricing-table td:last-child {
  color: #2a2112;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.pricing-total {
  background: #2a2112;
  color: #e7cf86;
  padding: 1.5rem 2rem;
  border-radius: 6px;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.pricing-total .pricing-total-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e7cf86;
  margin: 0 0 0.35rem;
}
.pricing-total .pricing-total-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.pricing-total .pricing-total-note {
  font-size: 0.85rem;
  color: #c9b57c;
  margin: 0;
  max-width: 24rem;
  line-height: 1.5;
}
.pricing-caveat {
  background: #f6efe1;
  border-left: 3px solid #b8941f;
  padding: 1rem 1.25rem;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #3a2f10;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
@media (max-width: 640px) {
  .pricing-card { padding: 1.25rem 1rem; }
  .pricing-table { display: block; }
  .pricing-table tbody, .pricing-table tr { display: block; width: 100%; }
  .pricing-table tr { padding: 0.75rem 0; }
  .pricing-table td { display: block; width: 100%; padding: 0.25rem 0; font-size: 0.9rem; }
  .pricing-table td:first-child { width: 100%; padding-right: 0; color: #3a2f10; }
  .pricing-table td:last-child { text-align: left; white-space: normal; color: #2a2112; font-weight: 700; padding-top: 0.25rem; }
  .pricing-total { padding: 1.25rem 1rem; }
  .pricing-total .pricing-total-value { font-size: 1.35rem; }
}

/* ============================================================
   CASE STUDY PREV/NEXT NAVIGATION
   ============================================================ */
.case-nav {
  background: var(--color-slate);
  color: #fff;
  padding: 4rem 0;
}
.case-nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .case-nav-grid { grid-template-columns: 1fr; gap: 1rem; }
}
.case-nav-card {
  display: flex;
  flex-direction: column;
  padding: 2rem 2.25rem;
  border: 1px solid rgba(231, 207, 134, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
  min-height: 180px;
}
.case-nav-card:hover {
  background: rgba(231, 207, 134, 0.08);
  border-color: rgba(231, 207, 134, 0.55);
  transform: translateY(-2px);
}
.case-nav-card.case-nav-next { text-align: right; align-items: flex-end; }
.case-nav-card.case-nav-prev { text-align: left; align-items: flex-start; }
.case-nav-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e7cf86;
  margin-bottom: 1rem;
}
.case-nav-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 1rem;
}
@media (max-width: 640px) {
  .case-nav-title { font-size: 1.3rem; }
  .case-nav-card { padding: 1.5rem 1.5rem; min-height: auto; }
}
.case-nav-action {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  letter-spacing: 0.03em;
}
.case-nav-card:hover .case-nav-action { color: #e7cf86; }

/* ============================================================
   SECTOR SUMMARY CARDS (portfolio sector branches)
   ============================================================ */
.sector-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media (max-width: 1024px) {
  .sector-summary-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}
.sector-summary-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e0d8;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 30px rgba(42, 33, 18, 0.06);
  transition: all 0.25s ease;
}
.sector-summary-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(42, 33, 18, 0.12);
  border-color: #b8941f;
}
.sector-summary-media { aspect-ratio: 16 / 9; overflow: hidden; background: #f6efe1; }
.sector-summary-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; display: block; }
.sector-summary-card:hover .sector-summary-media img { transform: scale(1.04); }
.sector-summary-body { padding: 1.75rem 1.75rem 1.9rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.sector-summary-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5210;
  margin: 0;
}
.sector-summary-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2a2112;
  margin: 0;
  line-height: 1.25;
}
.sector-summary-desc {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #3a2f10;
  margin: 0;
  flex: 1;
}
.sector-summary-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.8rem;
  color: #6b5210;
  border-top: 1px solid #eee4c8;
  padding-top: 0.85rem;
}
.sector-summary-meta strong { color: #2a2112; font-weight: 700; }
.sector-summary-action {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #b8941f;
  margin-top: 0.2rem;
}
.sector-summary-card:hover .sector-summary-action { color: #2a2112; }

/* ============================================================
   SHOWCASE — Industrial CGI for Every Brief
   ============================================================ */

.showcase-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .showcase-layout {
    grid-template-columns: 280px 1fr;
    gap: 3rem;
    align-items: start;
  }
}

/* Nav sidebar */
.showcase-nav {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.showcase-nav::-webkit-scrollbar { display: none; }

@media (min-width: 1024px) {
  .showcase-nav {
    flex-direction: column;
    overflow-x: visible;
    padding-bottom: 0;
    position: sticky;
    top: 6rem;
  }
}

.step-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem 0.625rem 0.625rem;
  border: 1.5px solid rgba(0,0,0,0.1);
  border-radius: var(--radius-md);
  background: transparent;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-stone);
  text-align: left;
  transition: border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
  white-space: nowrap;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .step-item {
    white-space: normal;
    flex-shrink: unset;
    width: 100%;
  }
}

.step-item:hover {
  border-color: var(--color-gold);
  color: var(--color-slate);
}

.step-item.is-active {
  background: #e7cf86;
  border-color: #e7cf86;
  color: var(--color-slate);
  font-weight: 600;
}

.step-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.step-item.is-active .step-marker {
  background: var(--color-slate);
  border-color: var(--color-slate);
  color: var(--color-gold);
}

.step-label {
  line-height: 1.3;
}

/* Content area */
.showcase-content-area {
  min-height: 520px;
}

/* Panels */
.showcase-panel {
  animation: showcaseFadeIn 0.3s ease;
}

.showcase-panel[hidden] {
  display: none;
}

@keyframes showcaseFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.showcase-heading h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--color-slate);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.showcase-description {
  font-size: 1.0625rem;
  color: var(--color-stone);
  margin-bottom: 1.5rem;
  max-width: 64ch;
  line-height: 1.65;
}

.showcase-figure { margin: 0 0 2rem 0; }
.showcase-figure figcaption { font-size: 0.8125rem; color: #9ca3af; margin-top: 0.875rem; line-height: 1.5; font-style: italic; }
.showcase-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  background: #e8e4dc;
  display: block;
}

.showcase-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .showcase-info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.showcase-list-heading {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-slate);
  margin: 0 0 0.75rem;
  padding: 0;
}

.showcase-list-heading strong {
  font-weight: 700;
}

.showcase-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.showcase-list li {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: var(--color-stone);
  line-height: 1.5;
}

.showcase-list li::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--color-gold);
  flex-shrink: 0;
  margin-top: 0.45em;
}

/* Responsive section headings — scale down on mobile */
@media (max-width: 639px) {
  .section .text-6xl { font-size: 2rem; line-height: 1.15; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .section .text-6xl { font-size: 2.5rem; line-height: 1.1; }
}

/* Showcase sector category filter */
.showcase-filter {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 2rem;
  width: 100%;
  padding-bottom: 0.25rem;
}
.showcase-filter::-webkit-scrollbar { display: none; }
.showcase-filter-btn {
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1.5px solid #d1cdc4;
  background: white;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .showcase-filter-btn { padding: 0.625rem 1.5rem; font-size: 0.875rem; }
}
.showcase-filter-btn:hover { border-color: #e7cf86; color: #2a2112; }
.showcase-filter-btn.is-active { background: #e7cf86; border-color: #e7cf86; color: #2a2112; }
.showcase-nav .step-item.is-filtered { display: none !important; }
@media (min-width: 768px) { .showcase-filter-btn { flex: 1 1 0%; padding: 0.75rem 1.5rem; font-size: 0.9375rem; } }

/* Scroll hint text shown below filter pills and tab strips on mobile */
.showcase-scroll-hint {
  display: none;
  font-size: 0.75rem;
  color: #9ca3af;
  text-align: right;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

/* ============================================================
   SHOWCASE — Mobile overrides (max-width: 639px)
   ============================================================ */
@media (max-width: 1023px) {
  .showcase-scroll-hint { display: block; }

  /* Visual separator between intro text and filter pills */
  .showcase-filter { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #e5e0d8; }

  /* Scroll fade hints on filter pills and nav strip */
  .showcase-filter,
  .showcase-nav {
    -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
    mask-image: linear-gradient(to right, black 85%, transparent 100%);
  }
  /* Remove fade once fully scrolled (JS adds this class) */
  .showcase-filter.scrolled-end,
  .showcase-nav.scrolled-end {
    -webkit-mask-image: linear-gradient(to left, black 85%, transparent 100%);
    mask-image: linear-gradient(to left, black 85%, transparent 100%);
  }
  .showcase-filter.scrolled-mid,
  .showcase-nav.scrolled-mid {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 85%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 85%, transparent 100%);
  }
}

@media (max-width: 639px) {
  /* Panel heading */
  .showcase-heading h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
  .showcase-heading { margin-bottom: 0.5rem; }

  /* Body copy */
  .showcase-description { font-size: 0.9375rem; margin-bottom: 1rem; }

  /* Image */
  .showcase-image { border-radius: 0.5rem; margin-bottom: 1.25rem; }

  /* Figcaption */
  .showcase-figure figcaption { font-size: 0.75rem; line-height: 1.4; }

  /* Info grid: single column, tighter gap */
  .showcase-info-grid { grid-template-columns: 1fr; gap: 1rem; }

  /* List labels and items */
  .showcase-list-heading { font-size: 0.6875rem; margin-bottom: 0.5rem; }
  .showcase-list li { font-size: 0.8125rem; }

  /* Nav strip: smaller tabs with min-width so a partial second tab is always visible */
  .step-item { padding: 0.5rem 0.875rem 0.5rem 0.625rem; font-size: 0.8125rem; gap: 0.5rem; min-width: 10rem; }
  .step-marker { width: 1.5rem; height: 1.5rem; font-size: 0.65rem; }

  /* Content area: remove excess min-height */
  .showcase-content-area { min-height: 0; }
}

/* Service card pricing block */
.service-card-pricing { background: #faf8f3; border-radius: 0.75rem; padding: 1rem 1.25rem; border: 1px solid #e7cf86; margin-bottom: 1.5rem; }
.service-price { font-size: 1.75rem; font-weight: 700; color: #1a1a1a; margin: 0.25rem 0; }
.service-price-basis { font-size: 0.8125rem; color: #6b7280; line-height: 1.5; }
.service-price-year { font-size: 0.875rem; font-weight: 400; color: #9ca3af; }

/* Showcase tab FAQs */
.showcase-faq-group { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #e5e0d8; }
.showcase-faq { border: 1px solid #e5e0d8; border-radius: 0.5rem; margin-top: 0.5rem; overflow: hidden; }
.showcase-faq summary { padding: 0.75rem 1rem; font-size: 0.875rem; font-weight: 600; color: #1a1a1a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; }
.showcase-faq summary::-webkit-details-marker { display: none; }
.showcase-faq summary::after { content: '+'; font-size: 1.125rem; font-weight: 400; color: #9ca3af; flex-shrink: 0; }
.showcase-faq[open] summary::after { content: '\2212'; }
.showcase-faq[open] summary { background: #faf8f3; }
.showcase-faq-body { padding: 0.75rem 1rem 1rem; }
.showcase-faq-body p { font-size: 0.8125rem; color: #6b7280; line-height: 1.6; }
@media (max-width: 639px) {
  .showcase-faq summary { font-size: 0.8125rem; padding: 0.625rem 0.75rem; }
  .showcase-faq-body p { font-size: 0.75rem; }
}

/* ============================================================
   WAREHOUSE-LOGISTICS PAGE COMPONENTS
   ============================================================ */

/* Section container width */
.wl-container { max-width: 64rem; }

/* Standard content image */
.wl-img { width: 100%; height: auto; border-radius: 0.5rem; }

/* Definition list grid — service requirement boxes */
.wl-dl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1.5rem; background: #ffffff; padding: 1.5rem 2rem; border-radius: 0.5rem; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); margin-bottom: 2rem; }

/* Definition list grid — pack typology boxes (narrower columns) */
.wl-dl-pack { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: 1.5rem; margin: 0; }

/* Definition list grid — interior capacity From/To/How/Why */
.wl-dl-capacity { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1.5rem; background: rgba(15,23,42,0.02); border: 1px solid rgba(15,23,42,0.06); border-radius: 0.5rem; padding: 2rem; margin: 0 0 2.5rem 0; box-shadow: inset 0 2px 4px rgba(0,0,0,0.02); }

/* DT — grey uppercase label (service/triptych variant) */
.wl-dt { font-size: 0.8rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.25rem; }

/* DT — pack typology variant (slightly more bottom margin) */
.wl-dt-pack { font-size: 0.8rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }

/* DT — capacity variant (with border-bottom) */
.wl-dt-capacity { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #94a3b8; border-bottom: 1px solid rgba(0,0,0,0.05); padding-bottom: 0.5rem; }

/* DD — dark value text */
.wl-dd { font-size: 0.95rem; color: #0f172a; margin: 0; font-weight: 500; }

/* DD — pack variant (lighter color, with line-height) */
.wl-dd-pack { font-size: 0.95rem; color: #334155; margin: 0; line-height: 1.5; }

/* DD — capacity variant (larger, bolder) */
.wl-dd-capacity { margin: 0; color: #0f172a; font-weight: 600; line-height: 1.5; font-size: 1.05rem; }

/* White card with border + shadow */
.wl-card { background: #ffffff; border-radius: 0.5rem; padding: 2rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.05); }

/* Card header with bottom border */
.wl-card-header { border-bottom: 1px solid #e2e8f0; padding-bottom: 1rem; margin-bottom: 1.5rem; display: flex; flex-direction: column; gap: 0.25rem; }

/* Card heading */
.wl-card-title { color: #0f172a; margin: 0; }

/* Card gold subtitle */
.wl-card-sub { color: #d4af37; font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; margin: 0; }

/* Arrow bullet list */
.wl-bullets { list-style-type: none; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; color: #334155; }

/* Arrow bullet list — wider gap variant */
.wl-bullets-lg { list-style-type: none; padding: 0; display: flex; flex-direction: column; gap: 1rem; color: #334155; }

/* Bullet item */
.wl-bullet { position: relative; padding-left: 1.5rem; }

/* Bullet item — wider variant */
.wl-bullet-lg { position: relative; padding-left: 2rem; }

/* Bullet arrow */
.wl-arrow { position: absolute; left: 0; color: #d4af37; font-weight: bold; }

/* Bullet arrow — larger variant */
.wl-arrow-lg { position: absolute; left: 0; top: 0.1rem; color: #d4af37; font-weight: bold; font-size: 1.25rem; }

/* Triptych grid */
.wl-triptych { display: grid; grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }

/* Triptych card */
.wl-triptych-card { background: #ffffff; padding: 2rem; border-radius: 0.5rem; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }

/* Triptych card heading */
.wl-triptych-title { color: #0f172a; margin-bottom: 0.75rem; }

/* Triptych card subtitle */
.wl-triptych-sub { font-size: 0.95rem; color: #475569; margin-bottom: 1.5rem; line-height: 1.6; }

/* Triptych DL */
.wl-triptych-dl { margin: 0; display: flex; flex-direction: column; gap: 1rem; }

/* Hero pill badge */
.wl-hero-pill { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #d4af37; border: 1px solid rgba(212,175,55,0.35); background: rgba(212,175,55,0.08); padding: 0.4rem 1rem; border-radius: 9999px; margin-bottom: 2rem; }

/* Hero metrics glass card */
.wl-hero-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: 1.5rem; margin-bottom: 2.5rem; background: rgba(15,23,42,0.45); padding: 1.5rem 2rem; border-radius: 0.5rem; border: 1px solid rgba(255,255,255,0.15); backdrop-filter: blur(12px); }

/* Hero headline stat strip (above the wl-hero-metrics dl) */
.wl-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0 0 1.75rem; padding: 0; }
.wl-hero-stat { background: rgba(212,175,55,0.08); border: 1px solid rgba(212,175,55,0.35); border-left: 4px solid #d4af37; border-radius: 0.5rem; padding: 1rem 1.25rem; margin: 0; display: flex; flex-direction: column; gap: 0.25rem; }
.wl-hero-stat-v { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700; color: #d4af37; line-height: 1; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; margin: 0; }
.wl-hero-stat-l { font-size: 0.85rem; color: rgba(248,250,252,0.9); line-height: 1.35; font-weight: 500; margin: 0; }
@media (max-width: 639px) { .wl-hero-stats { grid-template-columns: 1fr; } .wl-hero-stat { flex-direction: row; align-items: baseline; gap: 0.75rem; } .wl-hero-stat-v { font-size: 1.5rem; } }

/* Hero metric DT */
.wl-hero-dt { font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase; color: #d4af37; font-weight: 700; margin-bottom: 0.5rem; }

/* Hero metric DD */
.wl-hero-dd { font-size: 1rem; color: #f8fafc; margin: 0; font-weight: 500; line-height: 1.4; }

/* Callout aside (gold left border) */
.wl-callout { background: rgba(15,23,42,0.03); border-left: 4px solid #d4af37; padding: 1.5rem 2rem; margin-bottom: 2rem; }

/* Process breakdown wrapper */
.wl-process { padding: 3.5rem 0; margin: 2rem 0 3.5rem; border-top: 1px solid rgba(0,0,0,0.06); border-bottom: 1px solid rgba(0,0,0,0.06); }

/* Poster-breakdown figure — hero size */
.pb-figure { position: relative; border-radius: 0.75rem; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); margin-bottom: 2.5rem; background: #0f172a; border: 1px solid rgba(0,0,0,0.1); }

/* Poster-breakdown figure — pack size */
.pb-figure-sm { position: relative; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); background: #0f172a; border: 1px solid rgba(0,0,0,0.05); margin-bottom: 1.5rem; }

/* Poster-breakdown figure — event/feature size */
.pb-figure-md { position: relative; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); background: #0f172a; border: 1px solid rgba(0,0,0,0.05); }

/* Poster image */
.pb-img { width: 100%; height: auto; display: block; }

/* Gradient overlay — hero (heavier) */
.pb-grad-hero { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15,23,42,0.5) 0%, transparent 25%, transparent 60%, rgba(15,23,42,0.85) 100%); pointer-events: none; }

/* Gradient overlay — light top fade only */
.pb-grad-light { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15,23,42,0.15) 0%, transparent 20%); pointer-events: none; }

/* Gradient overlay — event (medium) */
.pb-grad-event { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15,23,42,0.3) 0%, transparent 20%, transparent 60%, rgba(15,23,42,0.85) 100%); pointer-events: none; }

/* Gradient overlay — racking slider */
.pb-grad-rack { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15,23,42,0.15) 0%, transparent 20%, transparent 60%, rgba(15,23,42,0.9) 100%); pointer-events: none; }

/* Gold pill badge (inside poster) */
.pb-pill-gold { background: rgba(212,175,55,0.95); color: #0f172a; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.4rem 0.85rem; border-radius: 9999px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }

.pb-pill-price { position: absolute; top: 1.5rem; right: 1.5rem; background: rgba(15,23,42,0.85); color: #f8fafc; font-size: 0.75rem; font-weight: 700; padding: 0.5rem 0.85rem; border-radius: 0.375rem; backdrop-filter: blur(8px); border: 1px solid rgba(212,175,55,0.4); box-shadow: 0 4px 6px rgba(0,0,0,0.15); display: flex; flex-direction: column; align-items: flex-end; gap: 0.1rem; line-height: 1.1; z-index: 2; }

/* When a slide carries a price pill, stack the top-left pills vertically so they never collide with the price pill */
.wl-rack-slide:has(.pb-pill-price) .pb-pills-rack { flex-direction: column; align-items: flex-start; gap: 0.5rem; max-width: 60%; }
.pb-pill-price-label { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #d4af37; }
.pb-pill-price-value { font-size: 0.95rem; font-weight: 700; white-space: nowrap; }

/* Gold pill badge — smaller (pack posters) */
.pb-pill-gold-sm { background: rgba(212,175,55,0.95); color: #0f172a; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.35rem 0.75rem; border-radius: 9999px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }

/* Code badge (inside poster) */
.pb-pill-code { color: rgba(255,255,255,0.85); font-family: monospace; font-size: 0.85rem; letter-spacing: 0.05em; background: rgba(0,0,0,0.5); padding: 0.35rem 0.75rem; border-radius: 0.25rem; backdrop-filter: blur(4px); }

/* Code badge — smaller (pack posters) */
.pb-pill-code-sm { color: rgba(255,255,255,0.85); font-family: monospace; font-size: 0.75rem; letter-spacing: 0.05em; background: rgba(0,0,0,0.5); padding: 0.25rem 0.6rem; border-radius: 0.25rem; backdrop-filter: blur(4px); }

/* Metric label (gold, tiny) */
.pb-metric-label { margin: 0 0 0.25rem 0; color: #d4af37; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }

/* Metric label — smaller (pack posters) */
.pb-metric-label-sm { margin: 0 0 0.25rem 0; color: #d4af37; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }

/* Metric value (monospace on dark bg) */
.pb-metric-value { margin: 0; color: #fff; font-family: monospace; font-size: 0.95rem; background: rgba(0,0,0,0.5); padding: 0.35rem 0.75rem; border-radius: 0.25rem; backdrop-filter: blur(4px); }

/* Metric value — smaller (pack posters) */
.pb-metric-value-sm { margin: 0; color: #fff; font-family: monospace; font-size: 0.8rem; background: rgba(0,0,0,0.5); padding: 0.25rem 0.6rem; border-radius: 0.25rem; backdrop-filter: blur(4px); }

/* Caption — hero variant */
.pb-caption-hero { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; }

/* Landscape architect mood-board process strip (4 panels: watercolour / reference photo / planting palette / final CGI) */
.wl-moodboard { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin: 1.5rem 0 1rem; }
.wl-moodboard-panel { position: relative; background: #f8fafc; border: 1px solid rgba(15,23,42,0.08); border-radius: 0.45rem; overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 2px 6px -1px rgba(0,0,0,0.05); transition: transform 0.2s, box-shadow 0.2s; }
.wl-moodboard-panel:hover { transform: translateY(-2px); box-shadow: 0 8px 16px -4px rgba(0,0,0,0.1); }
.wl-moodboard-panel img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wl-moodboard-panel-label { position: absolute; top: 0.45rem; left: 0.45rem; background: rgba(15,23,42,0.88); color: #d4af37; font-size: 0.55rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.25rem 0.5rem; border-radius: 0.2rem; backdrop-filter: blur(4px); }
.wl-moodboard-panel-step { position: absolute; bottom: 0.45rem; right: 0.45rem; background: rgba(212,175,55,0.95); color: #0f172a; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; padding: 0.2rem 0.5rem; border-radius: 9999px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.wl-moodboard-arrow { display: none; }
.wl-moodboard-caption { font-size: 0.85rem; color: #64748b; font-style: italic; line-height: 1.5; margin: 0.5rem 0 2rem; padding: 0.85rem 1rem; background: rgba(212,175,55,0.06); border-left: 3px solid #d4af37; border-radius: 0.3rem; }

@media (max-width: 900px) {
  .wl-moodboard { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
}
@media (max-width: 520px) {
  .wl-moodboard { grid-template-columns: 1fr; }
  .wl-moodboard-panel { aspect-ratio: 16 / 10; }
}

/* Sustainable Warehouse Tier-2 image figure (CSS overlay on nano-banana render) */
.wl-sustain-figure { position: relative; margin: 0 0 2rem; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.12), 0 4px 6px -2px rgba(0,0,0,0.06); background: #0f172a; }
.wl-sustain-figure img { display: block; width: 100%; height: auto; }
.wl-sustain-grad { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15,23,42,0.55) 0%, transparent 28%, transparent 55%, rgba(15,23,42,0.92) 100%); pointer-events: none; }
.wl-sustain-pills { position: absolute; top: 1.25rem; left: 1.25rem; display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; max-width: calc(100% - 2.5rem); }
.wl-sustain-pill-gold { background: rgba(212,175,55,0.95); color: #0f172a; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.4rem 0.85rem; border-radius: 9999px; box-shadow: 0 4px 6px rgba(0,0,0,0.12); }
.wl-sustain-pill-code { color: rgba(255,255,255,0.9); font-family: monospace; font-size: 0.75rem; letter-spacing: 0.05em; background: rgba(0,0,0,0.55); padding: 0.35rem 0.7rem; border-radius: 0.25rem; backdrop-filter: blur(4px); }
.wl-sustain-attrs { position: absolute; top: 1.25rem; right: 1.25rem; display: flex; flex-direction: column; align-items: flex-end; gap: 0.35rem; max-width: 45%; }
.wl-sustain-attr { background: rgba(15,23,42,0.82); color: #f8fafc; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.04em; padding: 0.3rem 0.65rem; border-radius: 0.3rem; border: 1px solid rgba(212,175,55,0.4); backdrop-filter: blur(6px); }
.wl-sustain-attr strong { color: #d4af37; font-weight: 700; }
.wl-sustain-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem 1.75rem 1.25rem; color: #f8fafc; }
.wl-sustain-caption-h { font-size: clamp(1.15rem, 2.6vw, 1.5rem); font-weight: 700; margin: 0 0 0.3rem 0; line-height: 1.2; color: #f8fafc; }
.wl-sustain-caption-p { margin: 0; font-size: 0.9rem; line-height: 1.5; color: rgba(248,250,252,0.85); max-width: 50rem; }

@media (max-width: 639px) {
  .wl-sustain-figure { background: #fff; box-shadow: none; border-radius: 0.5rem; overflow: visible; }
  .wl-sustain-figure img { border-radius: 0.5rem; box-shadow: 0 6px 14px -4px rgba(0,0,0,0.18); }
  .wl-sustain-grad { display: none; }
  .wl-sustain-pills { position: static; margin: 0.75rem 0 0; padding: 0; max-width: 100%; gap: 0.4rem; }
  .wl-sustain-pill-gold { font-size: 0.6rem; padding: 0.3rem 0.6rem; letter-spacing: 0.1em; }
  .wl-sustain-pill-code { font-size: 0.65rem; padding: 0.25rem 0.55rem; background: rgba(15,23,42,0.08); color: #0f172a; backdrop-filter: none; }
  .wl-sustain-attrs { position: static; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; margin: 0.55rem 0 0; max-width: 100%; gap: 0.35rem; }
  .wl-sustain-attr { background: rgba(15,23,42,0.06); color: #0f172a; border-color: rgba(212,175,55,0.5); font-size: 0.7rem; padding: 0.3rem 0.55rem; backdrop-filter: none; }
  .wl-sustain-attr strong { color: #8a6d1a; }
  .wl-sustain-caption { position: static; padding: 0.75rem 0 0; color: #0f172a; }
  .wl-sustain-caption-h { font-size: 1.05rem; color: #0f172a; }
  .wl-sustain-caption-p { font-size: 0.85rem; line-height: 1.5; color: #334155; }
}

/* Biodiversity Metric 4.0 habitat unit ledger */
.wl-bng-ledger { margin: 0 0 2rem; padding: 1.75rem 1.75rem 1.5rem; background: #f8fafc; border: 1px solid rgba(15,23,42,0.08); border-radius: 0.75rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.04); }
.wl-bng-ledger-title { font-size: 1.15rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem; letter-spacing: 0.01em; }
.wl-bng-ledger-sub { font-size: 0.85rem; color: #64748b; margin: 0 0 1.25rem; font-style: italic; }
.wl-bng-ledger-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0 0 1rem; }
.wl-bng-col { background: #fff; border: 1px solid rgba(15,23,42,0.08); border-radius: 0.5rem; padding: 1rem 1.1rem 1.1rem; display: flex; flex-direction: column; }
.wl-bng-col-after { border-color: rgba(212,175,55,0.5); border-left: 4px solid #d4af37; }
.wl-bng-col-label { font-size: 0.8rem; color: #0f172a; margin: 0 0 0.85rem; font-weight: 600; }
.wl-bng-col-tag { display: inline-block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #64748b; background: rgba(15,23,42,0.06); padding: 0.2rem 0.45rem; border-radius: 0.25rem; margin-right: 0.5rem; vertical-align: middle; }
.wl-bng-col-tag-gold { color: #8a6d1a; background: rgba(212,175,55,0.18); }
.wl-bng-list { list-style: none; padding: 0; margin: 0 0 0.85rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1 1 auto; }
.wl-bng-row { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; column-gap: 0.75rem; padding: 0.55rem 0.7rem; background: rgba(15,23,42,0.03); border-radius: 0.35rem; align-items: baseline; }
.wl-bng-habitat { grid-column: 1; grid-row: 1; font-size: 0.9rem; font-weight: 600; color: #0f172a; line-height: 1.25; }
.wl-bng-dist { grid-column: 1; grid-row: 2; font-size: 0.72rem; color: #64748b; line-height: 1.35; margin-top: 0.15rem; }
.wl-bng-units { grid-column: 2; grid-row: 1 / span 2; font-size: 1.15rem; font-weight: 700; color: #0f172a; align-self: center; font-variant-numeric: tabular-nums; }
.wl-bng-total { display: flex; justify-content: space-between; align-items: baseline; margin: 0; padding: 0.65rem 0.7rem 0; border-top: 1px solid rgba(15,23,42,0.1); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #0f172a; }
.wl-bng-total-v { font-size: 1.4rem; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.wl-bng-total-gold { color: #8a6d1a; border-top-color: rgba(212,175,55,0.5); }
.wl-bng-total-gold .wl-bng-total-v { color: #0f172a; }
.wl-bng-delta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem; padding: 1.1rem 1.1rem; background: #0f172a; border-radius: 0.5rem; margin: 0 0 1rem; }
.wl-bng-delta-stat { display: flex; flex-direction: column; gap: 0.2rem; text-align: left; }
.wl-bng-delta-v { font-size: 1.75rem; font-weight: 700; color: #d4af37; line-height: 1; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.wl-bng-delta-l { font-size: 0.72rem; color: rgba(248,250,252,0.85); line-height: 1.3; font-weight: 500; }
.wl-bng-ledger-note { font-size: 0.8rem; color: #64748b; line-height: 1.55; margin: 0; }

/* Pricing slider nav buttons */
.pricing-slider-btn { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: 9999px; border: 1px solid rgba(15,23,42,0.15); background: #fff; color: #0f172a; font-size: 1.1rem; line-height: 1; cursor: pointer; transition: background 0.15s, border-color 0.15s, transform 0.15s; padding: 0; }
.pricing-slider-btn:hover { background: #0f172a; color: #d4af37; border-color: #0f172a; }
.pricing-slider-btn:active { transform: scale(0.95); }
.pricing-slider-btn:focus-visible { outline: 2px solid #d4af37; outline-offset: 2px; }
@media (hover: none) and (pointer: coarse) { .pricing-slider-btn { display: none; } }

@media (max-width: 720px) {
  .wl-bng-ledger { padding: 1.25rem 1.1rem 1.1rem; }
  .wl-bng-ledger-grid { grid-template-columns: 1fr; }
  .wl-bng-delta { grid-template-columns: 1fr; gap: 0.75rem; padding: 1rem; }
  .wl-bng-delta-stat { flex-direction: row; align-items: baseline; gap: 0.65rem; }
  .wl-bng-delta-v { font-size: 1.5rem; }
  .wl-bng-delta-l { font-size: 0.8rem; }
}

/* Caption heading */
.pb-caption-h { color: #fff; font-weight: 700; margin: 0; line-height: 1.1; }

/* Caption body */
.pb-caption-p { color: rgba(255,255,255,0.85); margin: 0; font-size: 0.95rem; max-width: 48rem; line-height: 1.6; }

/* Caption body — tighter line-height */
.pb-caption-p-tight { color: rgba(255,255,255,0.85); margin: 0; font-size: 0.95rem; max-width: 48rem; line-height: 1.5; }

/* Pricing architecture: subheadings + intro */
.wl-pricing-subheading { font-size: 1.25rem; font-weight: 700; color: #0f172a; margin: 2rem 0 0.5rem; display: flex; align-items: center; gap: 0.75rem; letter-spacing: 0.01em; }
.wl-pricing-subheading::before { content: ""; display: inline-block; width: 2rem; height: 2px; background: #d4af37; flex-shrink: 0; }
.wl-pricing-intro { font-size: 0.95rem; color: #475569; line-height: 1.6; margin: 0 0 1.25rem; max-width: 56rem; }

/* Unit pricing grid */
.wl-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.wl-pricing-card { background: #ffffff; border: 1px solid rgba(15,23,42,0.08); border-radius: 0.5rem; padding: 0; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.04); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.wl-pricing-card:hover { transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.08); }
.wl-pricing-card-header { background: #0f172a; color: #f8fafc; padding: 1rem 1.25rem 0.85rem; border-bottom: 3px solid #d4af37; }
.wl-pricing-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #d4af37; margin: 0 0 0.4rem 0; line-height: 1.3; }
.wl-pricing-value { margin: 0; color: #f8fafc; font-weight: 700; font-size: 1.3rem; letter-spacing: -0.01em; line-height: 1.2; }
.wl-pricing-card > .wl-pricing-label { background: #0f172a; color: #d4af37; padding: 1rem 1.25rem 0.4rem; margin: 0; }
.wl-pricing-card > .wl-pricing-value { background: #0f172a; color: #f8fafc; padding: 0 1.25rem 0.85rem; margin: 0; border-bottom: 3px solid #d4af37; }
.wl-pricing-desc { margin: 0; padding: 1rem 1.25rem 1.25rem; color: #475569; line-height: 1.55; font-size: 0.9rem; flex: 1 1 auto; }

/* Context modifier cards (urban uplift, future heritage/airport modifiers) */
.wl-pricing-modifiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); gap: 1rem; margin: 0 0 1.25rem; }
.wl-pricing-modifier-card { background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0.02) 100%); border: 1px solid rgba(212,175,55,0.35); border-left: 4px solid #d4af37; border-radius: 0.5rem; padding: 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
.wl-pricing-modifier-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #0f172a; line-height: 1.3; }
.wl-pricing-modifier-value { font-size: 1.5rem; font-weight: 700; color: #0f172a; display: flex; align-items: baseline; gap: 0.15rem; line-height: 1.1; }
.wl-pricing-modifier-plus { color: #d4af37; font-size: 1.85rem; line-height: 1; font-weight: 700; }
.wl-pricing-modifier-desc { font-size: 0.9rem; color: #475569; line-height: 1.55; margin: 0.35rem 0 0; }
.wl-pricing-modifier-example { font-size: 0.9rem; color: #334155; line-height: 1.6; padding: 1rem 1.25rem; background: rgba(15,23,42,0.03); border-left: 3px solid #94a3b8; border-radius: 0.375rem; margin: 0 0 2rem; }
.wl-pricing-modifier-example strong { color: #0f172a; font-weight: 700; }

/* Worked project pricing example */
.wl-project-example { background: linear-gradient(180deg, #ffffff 0%, rgba(212,175,55,0.04) 100%); border: 1px solid rgba(212,175,55,0.35); border-radius: 0.75rem; padding: 0; margin: 2rem 0 3rem; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.08), 0 4px 6px -2px rgba(0,0,0,0.04); overflow: hidden; }
.wl-project-header { background: #0f172a; color: #f8fafc; padding: 1.75rem 2rem; border-bottom: 3px solid #d4af37; }
.wl-project-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #d4af37; margin: 0 0 0.5rem 0; }
.wl-project-title { font-size: 1.5rem; font-weight: 700; color: #f8fafc; margin: 0 0 0.5rem 0; line-height: 1.25; }
.wl-project-sub { font-size: 0.95rem; color: rgba(248,250,252,0.75); margin: 0; line-height: 1.45; }
.wl-project-table { width: 100%; border-collapse: collapse; margin: 0; }
.wl-project-table caption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wl-project-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.wl-project-table tbody tr { border-bottom: 1px dashed rgba(15,23,42,0.1); }
.wl-project-table tbody tr:last-child { border-bottom: none; }
.wl-project-table tbody th, .wl-project-table tbody td { padding: 0.95rem 0; vertical-align: top; text-align: left; }
.wl-project-table tbody th:first-child { padding-left: 2rem; width: 28%; font-size: 0.95rem; color: #0f172a; font-weight: 600; }
.wl-project-table tbody td.wl-project-desc { padding: 0.95rem 1.25rem 0.95rem 1.25rem; font-size: 0.85rem; color: #94a3b8; line-height: 1.45; font-weight: 400; }
.wl-project-table tbody td.wl-project-price { padding-right: 2rem; text-align: right; font-size: 1rem; color: #0f172a; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; width: 7rem; }
.wl-project-table tfoot tr { border-top: 2px solid #0f172a; background: rgba(212,175,55,0.04); }
.wl-project-table tfoot th { padding: 1.25rem 1.25rem 1.25rem 2rem; text-align: left; font-weight: 700; color: #0f172a; font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.05em; vertical-align: middle; }
.wl-project-table tfoot td.wl-project-cta { padding: 1.25rem 0.5rem; text-align: center; vertical-align: middle; }
.wl-project-table tfoot td.wl-project-total-price { padding: 1.25rem 2rem 1.25rem 0.5rem; text-align: right; font-size: 1.5rem; color: #0f172a; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; vertical-align: middle; }
.wl-project-quote-btn { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 0.5rem; background: #d4af37; color: #0f172a; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.7rem 1.1rem; border-radius: 0.375rem; text-decoration: none; box-shadow: 0 4px 6px rgba(212,175,55,0.25); transition: transform 0.15s, box-shadow 0.15s, background 0.15s; white-space: nowrap; }
.wl-project-quote-btn:hover { background: #e6c04a; box-shadow: 0 6px 10px rgba(212,175,55,0.35); transform: translateY(-1px); }
.wl-project-quote-btn:focus-visible { outline: 2px solid #0f172a; outline-offset: 2px; }
.wl-project-quote-btn .arrow { font-size: 1rem; line-height: 1; }
.wl-project-note { font-size: 0.85rem; color: #64748b; line-height: 1.55; margin: 0; padding: 1.25rem 2rem 1.75rem; background: rgba(15,23,42,0.02); border-top: 1px solid rgba(15,23,42,0.06); font-style: italic; }

/* Urban scenario callout inside the worked example */
.wl-project-urban-scenario { background: linear-gradient(135deg, rgba(212,175,55,0.12) 0%, rgba(212,175,55,0.03) 100%); border-top: 2px solid rgba(212,175,55,0.45); padding: 1.25rem 2rem; display: flex; align-items: flex-start; gap: 1.25rem; }
.wl-project-urban-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #0f172a; margin: 0.15rem 0 0 0; flex-shrink: 0; min-width: 8rem; display: flex; align-items: center; gap: 0.5rem; }
.wl-project-urban-label::before { content: "+"; display: inline-block; width: 1.1rem; height: 1.1rem; line-height: 1; text-align: center; background: #d4af37; color: #0f172a; border-radius: 0.2rem; font-weight: 700; font-size: 0.95rem; padding-top: 0.05rem; }
.wl-project-urban-text { font-size: 0.9rem; color: #334155; line-height: 1.6; margin: 0; flex: 1 1 auto; }
.wl-project-urban-text strong { color: #0f172a; font-weight: 700; }
.wl-project-urban-text a { color: #0f172a; text-decoration: underline; text-decoration-color: rgba(212,175,55,0.6); text-underline-offset: 2px; }
.wl-project-urban-text a:hover { text-decoration-color: #d4af37; }

@media (max-width: 639px) {
  .wl-project-urban-scenario { padding: 1rem 1.25rem; flex-direction: column; gap: 0.6rem; }
  .wl-project-urban-label { min-width: 0; }
}

/* Smaller-budget CTA (sits directly after the worked example) */
.wl-budget-cta { display: flex; align-items: center; gap: 1.5rem; background: #ffffff; border: 1px solid rgba(15,23,42,0.08); border-left: 4px solid #d4af37; border-radius: 0.5rem; padding: 1.5rem 1.75rem; margin: 0 0 3rem; box-shadow: 0 4px 6px -2px rgba(0,0,0,0.05); }
.wl-budget-cta-text { flex: 1 1 auto; display: flex; flex-direction: column; gap: 0.4rem; }
.wl-budget-cta-headline { font-size: 1.05rem; font-weight: 700; color: #0f172a; margin: 0; }
.wl-budget-cta-body { font-size: 0.9rem; color: #475569; line-height: 1.55; margin: 0; }
.wl-budget-cta-body strong { color: #0f172a; font-weight: 700; }
.wl-budget-cta-btn { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 0.4rem; background: transparent; color: #0f172a; border: 2px solid #0f172a; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.7rem 1.15rem; border-radius: 0.375rem; text-decoration: none; transition: background 0.15s, color 0.15s, transform 0.15s; white-space: nowrap; }
.wl-budget-cta-btn:hover { background: #0f172a; color: #ffffff; transform: translateY(-1px); }
.wl-budget-cta-btn:focus-visible { outline: 2px solid #d4af37; outline-offset: 2px; }

@media (max-width: 639px) {
  .wl-budget-cta { flex-direction: column; align-items: stretch; gap: 1rem; padding: 1.25rem; }
  .wl-budget-cta-btn { justify-content: center; }
}

/* Per-line phase dropdown */
.wl-project-phase { display: block; margin: 0.55rem 0 0 0; border: 1px solid rgba(212,175,55,0.25); border-radius: 0.3rem; background: rgba(212,175,55,0.04); overflow: hidden; transition: box-shadow 0.2s, border-color 0.2s; }
.wl-project-phase[open] { border-color: rgba(212,175,55,0.45); box-shadow: 0 2px 6px rgba(15,23,42,0.05); }
.wl-project-phase summary { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #0f172a; cursor: pointer; padding: 0.5rem 0.75rem; list-style: none; display: flex; align-items: center; gap: 0.55rem; user-select: none; }
.wl-project-phase summary::-webkit-details-marker { display: none; }
.wl-project-phase summary::before { content: "+"; display: inline-block; width: 1rem; height: 1rem; line-height: 0.9rem; text-align: center; background: #d4af37; color: #0f172a; border-radius: 0.2rem; font-weight: 700; font-size: 0.85rem; transition: transform 0.2s, content 0.2s; }
.wl-project-phase[open] summary::before { content: "−"; }
.wl-project-phase-week { color: #d4af37; font-weight: 700; }
.wl-project-phase-body { padding: 0 0.75rem 0.75rem 2.3rem; font-size: 0.8rem; color: #475569; line-height: 1.5; margin: 0; }

/* Worked example delivery timeline */
.wl-project-timeline { padding: 1.5rem 2rem 1.75rem; background: rgba(212,175,55,0.05); border-top: 1px solid rgba(212,175,55,0.25); border-bottom: 1px solid rgba(15,23,42,0.06); }
.wl-project-timeline-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0f172a; margin: 0 0 1rem 0; display: flex; align-items: center; gap: 0.6rem; }
.wl-project-timeline-label::before { content: ""; display: inline-block; width: 1.5rem; height: 2px; background: #d4af37; }
.wl-project-timeline-phases { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: phase; }
.wl-project-timeline-phases li { position: relative; padding: 0.75rem 0.9rem; background: #ffffff; border: 1px solid rgba(15,23,42,0.08); border-radius: 0.375rem; display: flex; flex-direction: column; gap: 0.35rem; }
.wl-timeline-week { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #d4af37; }
.wl-timeline-body { font-size: 0.8rem; color: #334155; line-height: 1.4; margin: 0; }

@media (max-width: 900px) {
  .wl-project-timeline-phases { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .wl-project-timeline { padding: 1.25rem 1.25rem 1.5rem; }
  .wl-project-timeline-phases { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .wl-project-table tbody th:first-child { width: auto; padding-left: 1.25rem; padding-right: 0.5rem; padding-bottom: 0.2rem; font-size: 0.9rem; }
  .wl-project-table tbody td.wl-project-desc { display: block; padding: 0 1.25rem 0.4rem 1.25rem; }
  .wl-project-table tbody td.wl-project-price { padding-right: 1.25rem; padding-top: 0; padding-bottom: 0.95rem; width: 6rem; font-size: 0.95rem; }
  .wl-project-table tbody tr { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; column-gap: 0.5rem; padding: 0.35rem 0; }
  .wl-project-table tbody th:first-child { grid-column: 1; grid-row: 1; }
  .wl-project-table tbody td.wl-project-price { grid-column: 2; grid-row: 1; text-align: right; padding-top: 0; padding-bottom: 0.2rem; }
  .wl-project-table tbody td.wl-project-desc { grid-column: 1 / 3; grid-row: 2; }
  .wl-project-table tfoot tr { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 0.35rem 0.5rem; padding: 0.75rem 0; }
  .wl-project-table tfoot th { grid-column: 1; grid-row: 1; padding: 0.5rem 0.5rem 0 1.25rem; font-size: 0.95rem; }
  .wl-project-table tfoot td.wl-project-total-price { grid-column: 2; grid-row: 1; padding: 0.5rem 1.25rem 0 0.5rem; font-size: 1.25rem; }
  .wl-project-table tfoot td.wl-project-cta { grid-column: 1 / 3; grid-row: 2; padding: 0.5rem 1.25rem 0.75rem; text-align: center; }
}

@media (max-width: 639px) {
  .wl-project-header { padding: 1.25rem 1.25rem; }
  .wl-project-title { font-size: 1.2rem; }
  .wl-project-note { padding: 1rem 1.25rem 1.5rem; }
  .wl-project-quote-btn { width: 100%; justify-content: center; }
}

/* Subtype comparison table */
.wl-compare-wrap { margin: 1rem 0 2.5rem; border: 1px solid rgba(0,0,0,0.06); border-radius: 0.5rem; background: #ffffff; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.04); overflow: hidden; }
.wl-compare { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.wl-compare thead { background: rgba(15,23,42,0.02); }
.wl-compare th { text-align: left; padding: 1rem 1.25rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #94a3b8; border-bottom: 1px solid rgba(0,0,0,0.08); white-space: nowrap; }
.wl-compare td { padding: 1rem 1.25rem; color: #334155; line-height: 1.5; border-bottom: 1px solid #f1f5f9; vertical-align: top; }
.wl-compare tbody tr:last-child td { border-bottom: none; }
.wl-compare tbody tr:hover { background: rgba(212,175,55,0.04); }
.wl-compare .wl-compare-name { color: #0f172a; font-weight: 600; }
.wl-compare .wl-compare-mw { color: #0f172a; font-weight: 600; white-space: nowrap; }

@media (max-width: 1199px) {
  .wl-compare-wrap { overflow: visible; }
  .wl-compare thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .wl-compare { display: block; width: 100%; }
  .wl-compare tbody { display: block; width: 100%; }
  .wl-compare tbody tr { display: block; width: 100%; border-bottom: 1px solid rgba(15,23,42,0.08); padding: 1.25rem 1.5rem; border-left: 3px solid #d4af37; transition: background 0.2s; }
  .wl-compare tbody tr:last-child { border-bottom: none; }
  .wl-compare tbody tr:hover { background: rgba(212,175,55,0.04); }
  .wl-compare td { display: grid; width: 100%; padding: 0.4rem 0; border: none; grid-template-columns: 11rem 1fr; gap: 0.85rem; align-items: baseline; vertical-align: baseline; white-space: normal; }
  .wl-compare td::before { content: attr(data-label); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #94a3b8; line-height: 1.35; }
  .wl-compare .wl-compare-name { padding-bottom: 0.85rem; margin-bottom: 0.6rem; border-bottom: 1px dashed rgba(15,23,42,0.12); font-size: 1.15rem; color: #0f172a; font-weight: 700; letter-spacing: 0.01em; }
  .wl-compare .wl-compare-name::before { content: ""; display: none; }
  .wl-compare .wl-compare-mw { color: #0f172a; font-weight: 600; white-space: normal; }
}
@media (max-width: 639px) {
  .wl-compare tbody tr { padding: 1rem 1.1rem; }
  .wl-compare td { grid-template-columns: 1fr; gap: 0.15rem; padding: 0.55rem 0; }
  .wl-compare td::before { margin-bottom: 0; }
  .wl-compare .wl-compare-name { font-size: 1.05rem; padding-bottom: 0.65rem; margin-bottom: 0.5rem; }
}

/* Visible but quiet LLM-layer block */
.wl-llm-layer { font-size: 0.9rem; color: #64748b; background: rgba(15,23,42,0.02); border: 1px solid rgba(0,0,0,0.06); border-radius: 0.75rem; padding: 2rem; margin-top: 2.5rem; }
.wl-llm-layer details { background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 0.5rem; padding: 0; margin-bottom: 0.75rem; overflow: hidden; transition: box-shadow 0.2s; }
.wl-llm-layer details[open] { box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.wl-llm-layer summary { font-size: 0.95rem; font-weight: 600; color: #475569; cursor: pointer; padding: 0.85rem 1.25rem; list-style: none; display: flex; align-items: center; gap: 0.6rem; transition: color 0.2s; }
.wl-llm-layer summary:hover { color: #0f172a; }
.wl-llm-layer summary::-webkit-details-marker { display: none; }
.wl-llm-layer summary::before { content: "+"; display: inline-flex; align-items: center; justify-content: center; width: 1.4rem; height: 1.4rem; font-size: 0.85rem; font-weight: 700; color: #d4af37; background: rgba(212,175,55,0.1); border-radius: 0.25rem; flex-shrink: 0; transition: transform 0.2s, background 0.2s; }
.wl-llm-layer details[open] summary::before { content: "\2212"; background: rgba(212,175,55,0.15); }
.wl-llm-layer details > p, .wl-llm-layer details > div { padding: 0 1.25rem 1rem; }
.wl-llm-layer p { margin: 0 0 0.75rem 0; line-height: 1.55; }
.wl-llm-layer p strong { color: #334155; font-weight: 600; }

/* Portfolio use-label badge */
.wl-use-badge { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #b45309; background: #fef3c7; padding: 0.25rem 0.5rem; border-radius: 0.25rem; margin-bottom: 0.75rem; }

/* Racking slider figure */
.wl-rack-slide { flex: 0 0 85%; min-width: 0; scroll-snap-align: center; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); background: #0f172a; border: 1px solid rgba(0,0,0,0.05); position: relative; margin: 0; }

/* Pill container — hero/event size */
.pb-pills-lg { position: absolute; top: 1.5rem; left: 1.5rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }

/* Pill container — pack size */
.pb-pills-sm { position: absolute; top: 1rem; left: 1rem; display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }

/* Pill container — racking slider */
.pb-pills-rack { position: absolute; top: 1.5rem; left: 1.5rem; display: flex; align-items: center; gap: 0.75rem; }

/* Metric container — standard */
.pb-metric-box { position: absolute; top: 1.5rem; right: 1.5rem; text-align: right; }

/* Metric container — pack size */
.pb-metric-box-sm { position: absolute; top: 1rem; right: 1rem; text-align: right; }

/* Racking caption */
.pb-caption-rack { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 1.5rem; }

/* Event caption */
.pb-caption-event { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 0.4rem; }

/* Capacity grid cell */
.wl-cap-cell { display: flex; flex-direction: column; gap: 0.5rem; }

/* ---- Tablet overrides ---- */
@media (min-width: 640px) and (max-width: 1023px) {
  .pb-pill-price {
    top: 1rem;
    right: 1rem;
    padding: 0.4rem 0.7rem;
  }
  .pb-pill-price-label { font-size: 0.55rem; }
  .pb-pill-price-value { font-size: 0.85rem; }
  .pb-pills-rack { top: 1rem; left: 1rem; gap: 0.5rem; }
  .pb-pill-gold { font-size: 0.6rem; padding: 0.3rem 0.65rem; }
  .pb-pill-code { font-size: 0.65rem; padding: 0.25rem 0.55rem; }
  .pb-caption-rack { padding: 1.25rem 1rem; }
  .pb-caption-p-tight { font-size: 0.85rem; }
  .wl-rack-slide { flex: 0 0 65%; }
}

/* ---- Mobile overrides ---- */
@media (max-width: 639px) {
  .pb-pills-lg, .pb-pills-sm, .pb-pills-rack,
  .pb-pills {
    top: 0.5rem !important;
    left: 0.5rem !important;
    gap: 0.3rem !important;
  }
  .pb-pill-gold, .pb-pill-gold-sm {
    font-size: 0.5rem !important;
    padding: 0.2rem 0.4rem !important;
  }
  .pb-pill-code, .pb-pill-code-sm {
    font-size: 0.55rem !important;
    padding: 0.2rem 0.4rem !important;
  }
  .pb-metric-box, .pb-metric-box-sm,
  .pb-metric {
    display: none !important;
  }
  .pb-pill-price {
    top: 0.5rem !important;
    right: 0.5rem !important;
    padding: 0.3rem 0.5rem !important;
    gap: 0.05rem !important;
  }
  .pb-pill-price-label {
    font-size: 0.5rem !important;
    letter-spacing: 0.05em !important;
  }
  .pb-pill-price-value {
    font-size: 0.7rem !important;
  }
  .pb-caption-hero, .pb-caption-event,
  .pb-caption-rack, .pb-caption {
    position: static !important;
    padding: 0.85rem 1rem !important;
    background: #0f172a !important;
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .pb-caption-h {
    font-size: 1rem !important;
  }
  .pb-caption-p, .pb-caption-p-tight {
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
  }
  .racking-slider > figure,
  .wl-rack-slide {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 92% !important;
  }
  .racking-slider .pb-caption-rack {
    position: static !important;
    background: #0f172a !important;
    padding: 0.75rem !important;
  }
  .wl-triptych {
    grid-template-columns: 1fr !important;
  }
  .wl-hero-metrics {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
    padding: 1rem 1.1rem !important;
  }
  .wl-hero-metrics > div { min-width: 0; }
  .wl-hero-dt { font-size: 0.7rem !important; margin-bottom: 0.3rem !important; line-height: 1.3 !important; }
  .wl-hero-dd { font-size: 0.85rem !important; line-height: 1.4 !important; overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; }
}

@media (max-width: 639px) {
  .wl-pricing-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 480px) {
  .wl-hero-metrics {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
    padding: 0.9rem 1rem !important;
  }
  .wl-hero-dt { font-size: 0.7rem !important; }
  .wl-hero-dd { font-size: 0.9rem !important; }
}

/* Tabs */
.wl-tab-nav { display: flex; gap: 0; border-bottom: 2px solid #e2e8f0; margin-bottom: 1.5rem; }
.wl-tab-btn { background: none; border: none; border-bottom: 3px solid transparent; padding: 0.75rem 1.5rem; font-size: 1rem; font-weight: 600; color: #64748b; cursor: pointer; transition: color 0.2s, border-color 0.2s; margin-bottom: -2px; }
.wl-tab-btn:hover { color: #0f172a; }
.wl-tab-btn.is-active { color: #0f172a; border-bottom-color: #d4af37; }
.wl-tab-panel { background: #ffffff; padding: 2rem; border-radius: 0 0 0.5rem 0.5rem; border: 1px solid rgba(0,0,0,0.05); border-top: none; }
.wl-tab-panel[hidden] { display: none; }
@media (max-width: 639px) {
  .wl-tab-btn { padding: 0.5rem 0.75rem; font-size: 0.85rem; }
  .wl-tab-panel { padding: 1.25rem; }
}

/* Collapse padding between adjacent same-bg sections */
.section.bg-white:has(+ .section.bg-white) { padding-bottom: 0 !important; }
.section.bg-white + .section.bg-white { padding-top: 2rem !important; }
.section.bg-cream:has(+ .section.bg-cream) { padding-bottom: 0 !important; }
.section.bg-cream + .section.bg-cream { padding-top: 2rem !important; }
