/* Amber page: customer-case-bridal-lace-sequin */
/* ===== customer-case-bridal-lace-sequin.html ===== */
body[data-page="customer-case-bridal-lace-sequin"] {
      --ink: #171513;
      --muted: #6d675f;
      --line: #e7dfd5;
      --paper: #fffaf4;
      --soft: #f5ece1;
      --accent: #4f549d;
      --accent-dark: #3a3f78;
      --purple: #4f549d;
      --shadow: 0 20px 60px rgba(55, 42, 31, .14);
    }
    body[data-page="customer-case-bridal-lace-sequin"], body[data-page="customer-case-bridal-lace-sequin"] * { box-sizing: border-box; }
    body[data-page="customer-case-bridal-lace-sequin"] {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      color: var(--ink);
      background: var(--paper);
      line-height: 1.5;
    }
    body[data-page="customer-case-bridal-lace-sequin"] img { display: block; max-width: 100%; }
    body[data-page="customer-case-bridal-lace-sequin"] a { color: inherit; text-decoration: none; }
    body[data-page="customer-case-bridal-lace-sequin"] .wrap { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
    body[data-page="customer-case-bridal-lace-sequin"] .topbar {
      background: var(--ink);
      color: rgba(255,255,255,.82);
      font-size: 13px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .topbar .wrap {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: clamp(8px, .84vw, 16px);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .topbar a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); }
    body[data-page="customer-case-bridal-lace-sequin"] header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255, 250, 244, .94);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(91, 58, 42, .14);
    }
    body[data-page="customer-case-bridal-lace-sequin"] nav {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .logo img { width: 166px; height: auto; }
    body[data-page="customer-case-bridal-lace-sequin"] .links {
      display: flex;
      align-items: center;
      gap: 26px;
      color: var(--accent-dark);
      font-size: 14px;
      font-weight: 650;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .nav-actions { display: flex; align-items: center; gap: 10px; }
    body[data-page="customer-case-bridal-lace-sequin"] .btn {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 18px;
      border: 1px solid var(--purple);
      border-radius: 4px;
      background: var(--purple);
      color: #fff;
      font-size: 14px;
      font-weight: 750;
      white-space: nowrap;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .btn.secondary {
      background: transparent;
      color: var(--accent-dark);
      border-color: rgba(91,58,42,.3);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .hero {
      color: #fff;
      background:
        linear-gradient(90deg, rgba(18,13,10,.88), rgba(18,13,10,.32)),
        url("../image/proclass07.jpg") center / cover no-repeat;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .hero .wrap {
      min-height: 520px;
      display: grid;
      align-content: end;
      padding: 90px 0 56px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .eyebrow {
      margin: 0 0 14px;
      color: #f0d7c2;
      font-size: 13px;
      font-weight: 850;
      text-transform: uppercase;
    }
    body[data-page="customer-case-bridal-lace-sequin"] h1 {
      max-width: 860px;
      margin: 0;
      font-size: clamp(42px, 6vw, 74px);
      line-height: 1;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .hero-copy {
      max-width: 690px;
      margin: 22px 0 0;
      color: rgba(255,255,255,.84);
      font-size: 18px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] section { padding: 74px 0; }
    body[data-page="customer-case-bridal-lace-sequin"] .case-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 32px;
      align-items: start;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .article {
      display: grid;
      gap: 32px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .block {
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 14px 38px rgba(55,42,31,.08);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .block h2 {
      margin: 0 0 14px;
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1.08;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .block p {
      margin: 0;
      color: var(--muted);
      font-size: 16px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .block p + p { margin-top: 14px; }
    body[data-page="customer-case-bridal-lace-sequin"] .image-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 20px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .image-row figure {
      margin: 0;
      overflow: hidden;
      border-radius: 8px;
      background: var(--ink);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .image-row img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }
    body[data-page="customer-case-bridal-lace-sequin"] figcaption {
      padding: 10px 12px;
      color: #fff;
      font-size: 12px;
      font-weight: 800;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .side {
      position: sticky;
      top: 104px;
      display: grid;
      gap: 14px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .summary-card {
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 14px 38px rgba(55,42,31,.08);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .summary-card h3 {
      margin: 0 0 14px;
      font-size: clamp(13px, 1.25vw, 24px);
      line-height: 1.12;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .facts {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .facts li {
      display: grid;
      gap: 3px;
      padding: 12px 0;
      border-top: 1px solid var(--line);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .facts strong {
      color: var(--accent-dark);
      font-size: 12px;
      text-transform: uppercase;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .facts span { color: var(--muted); }
    body[data-page="customer-case-bridal-lace-sequin"] .process {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 22px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .step {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--paper);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .step strong {
      display: block;
      color: var(--purple);
      font-size: 13px;
      text-transform: uppercase;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .step span {
      display: block;
      margin-top: 8px;
      color: var(--accent-dark);
      font-weight: 850;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .related {
      background: #fff;
      border-top: 1px solid var(--line);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .module-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 28px;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .module-head h2 {
      margin: 0;
      font-size: clamp(30px, 4vw, 50px);
      line-height: 1.08;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .module-head p {
      max-width: 470px;
      margin: 0;
      color: var(--muted);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .related-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(8px, .84vw, 16px);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .related-card {
      position: relative;
      min-height: 280px;
      display: grid;
      align-content: end;
      overflow: hidden;
      border-radius: 8px;
      background: var(--ink);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .related-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .related-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, rgba(18,13,10,.88), rgba(18,13,10,.12) 65%);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .related-card div {
      position: relative;
      z-index: 2;
      padding: 20px;
      color: #fff;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .related-card span {
      display: inline-flex;
      margin-bottom: clamp(4px, .52vw, 10px);
      padding: 7px 10px;
      background: var(--purple);
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .related-card h3 {
      margin: 0;
      font-size: clamp(13px, 1.25vw, 24px);
      line-height: 1.08;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .cta {
      background:
        linear-gradient(90deg, rgba(18,13,10,.86), rgba(18,13,10,.56)),
        url("../cta/warehouse-ready-to-ship.png") center / cover no-repeat;
      color: #fff;
    }
    body[data-page="customer-case-bridal-lace-sequin"] .cta-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 28px;
      align-items: center;
      padding: 36px;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 8px;
      background: rgba(18,13,10,.48);
    }
    body[data-page="customer-case-bridal-lace-sequin"] .cta h2 { max-width: 760px; margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
    body[data-page="customer-case-bridal-lace-sequin"] .cta p { max-width: 760px; color: rgba(255,255,255,.82); }
    body[data-page="customer-case-bridal-lace-sequin"] footer {
      padding: 28px 0;
      background: var(--ink);
      color: rgba(255,255,255,.7);
      font-size: 13px;
    }
    @media (max-width: 980px) {
      body[data-page="customer-case-bridal-lace-sequin"] .links { display: none; }
      body[data-page="customer-case-bridal-lace-sequin"] .case-layout, body[data-page="customer-case-bridal-lace-sequin"] .cta-panel, body[data-page="customer-case-bridal-lace-sequin"] .module-head { display: block; }
      body[data-page="customer-case-bridal-lace-sequin"] .side { position: static; margin-top: 22px; }
      body[data-page="customer-case-bridal-lace-sequin"] .image-row, body[data-page="customer-case-bridal-lace-sequin"] .process, body[data-page="customer-case-bridal-lace-sequin"] .related-grid { grid-template-columns: 1fr; }
      body[data-page="customer-case-bridal-lace-sequin"] .module-head p, body[data-page="customer-case-bridal-lace-sequin"] .cta .btn { margin-top: 18px; }
    }
    @media (max-width: 640px) {
      body[data-page="customer-case-bridal-lace-sequin"] .wrap { width: min(100% - 28px, 1240px); }
      /* unified chrome: stacked topbar/nav override removed */
      body[data-page="customer-case-bridal-lace-sequin"] .nav-actions { flex-wrap: wrap; }
      body[data-page="customer-case-bridal-lace-sequin"] section { padding: 54px 0; }
      body[data-page="customer-case-bridal-lace-sequin"] .block, body[data-page="customer-case-bridal-lace-sequin"] .summary-card, body[data-page="customer-case-bridal-lace-sequin"] .cta-panel { padding: 22px; }
    }


body[data-page="customer-case-bridal-lace-sequin"] .related-card h3 {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
